*,*:before,*:after{box-sizing:border-box}:root{--tbo-bg: #A82A2A;--tbo-fg: #ffffff;--tbo-fg-soft: rgba(255, 255, 255, .55);--tbo-fg-muted: rgba(255, 255, 255, .8);--tbo-border: rgba(255, 255, 255, .55);--tbo-btn-bg: #ffffff;--tbo-btn-fg: #A82A2A;--tbo-logo: #ffffff}[data-theme=white]{--tbo-bg: #ffffff;--tbo-fg: #0d0d0d;--tbo-fg-soft: rgba(0, 0, 0, .5);--tbo-fg-muted: rgba(0, 0, 0, .75);--tbo-border: rgba(0, 0, 0, .55);--tbo-btn-bg: #0d0d0d;--tbo-btn-fg: #ffffff;--tbo-logo: #0d0d0d}[data-theme=black]{--tbo-bg: #0a0a0a;--tbo-fg: #ffffff;--tbo-fg-soft: rgba(255, 255, 255, .5);--tbo-fg-muted: rgba(255, 255, 255, .8);--tbo-border: rgba(255, 255, 255, .55);--tbo-btn-bg: #ffffff;--tbo-btn-fg: #0a0a0a;--tbo-logo: #ffffff}[data-theme=cream]{--tbo-bg: #E5E3D2;--tbo-fg: #1a1a1a;--tbo-fg-soft: rgba(0, 0, 0, .5);--tbo-fg-muted: rgba(0, 0, 0, .75);--tbo-border: rgba(0, 0, 0, .55);--tbo-btn-bg: #1a1a1a;--tbo-btn-fg: #E5E3D2;--tbo-logo: #1a1a1a}html,body{margin:0;padding:0;background:var(--tbo-bg);color:var(--tbo-fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.password{background:var(--tbo-bg)}.tbo-stage{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem;position:relative;text-align:center;gap:2.25rem;animation:tbo-fade-in .9s ease-out both}@keyframes tbo-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tbo-logo{width:min(60vw,320px);height:auto;display:block;color:var(--tbo-logo);transition:color .3s ease}.tbo-logo svg{width:100%;height:auto;display:block}.tbo-logo svg path{fill:currentColor}.tbo-tagline{font-size:clamp(1rem,2vw,1.25rem);font-weight:500;letter-spacing:.01em;color:var(--tbo-fg);margin:0;line-height:1.4}.tbo-tagline__mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-weight:500;letter-spacing:.02em}.tbo-form{width:100%;max-width:380px;display:flex;flex-direction:column;gap:.6rem;align-items:stretch}input#TboEmail,input#TboEmail[type=email],.tbo-form__input{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:transparent;background-image:none;border:1px solid var(--tbo-border);border-radius:0;outline:0;box-shadow:none;color:var(--tbo-fg);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:.95rem;padding:.9rem 1rem;letter-spacing:.01em;min-width:0;width:100%;height:auto;line-height:1.4;transition:border-color .2s ease,color .3s ease}input#TboEmail:focus,.tbo-form__input:focus{border-color:var(--tbo-fg)}input#TboEmail::placeholder,.tbo-form__input::placeholder{color:var(--tbo-fg-soft);letter-spacing:.01em;text-transform:none;font-size:.9rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;opacity:1}input#TboEmail:focus,input#TboEmail:focus-visible{outline:0;box-shadow:none}input#TboEmail:-webkit-autofill,.tbo-form__input:-webkit-autofill{-webkit-text-fill-color:var(--tbo-fg);-webkit-box-shadow:0 0 0 1000px var(--tbo-bg) inset;box-shadow:0 0 0 1000px var(--tbo-bg) inset;transition:background-color 5000s ease-in-out 0s}.tbo-form__submit{display:block;width:100%;-webkit-appearance:none;appearance:none;white-space:nowrap;background:var(--tbo-btn-bg);border:1px solid var(--tbo-btn-bg);border-radius:0;color:var(--tbo-btn-fg);cursor:pointer;padding:.9rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.01em;text-transform:none;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.tbo-form__submit:hover{background:transparent;color:var(--tbo-fg)}.tbo-form__submit:focus-visible{outline:1px solid var(--tbo-fg);outline-offset:3px}.tbo-form__message{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:.85rem;letter-spacing:.01em;text-transform:none;color:var(--tbo-fg-muted);min-height:1em;margin:0;text-align:left}.tbo-form__message--error,.tbo-form__message--success{opacity:.9}.tbo-footer{position:absolute;bottom:1.5rem;left:0;right:0;display:flex;justify-content:center;gap:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:.8rem;letter-spacing:.01em;text-transform:none;color:var(--tbo-fg-soft)}.tbo-footer a{color:inherit;text-decoration:none;transition:color .2s ease}.tbo-footer a:hover{color:var(--tbo-fg)}.tbo-themes{position:fixed;top:1.25rem;right:1.25rem;display:flex;gap:.4rem;z-index:10}.tbo-swatch{width:22px;height:22px;padding:0;border:1px solid var(--tbo-border);border-radius:0;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;background-clip:padding-box}.tbo-swatch:hover{transform:scale(1.12)}.tbo-swatch:focus-visible{outline:1px solid var(--tbo-fg);outline-offset:3px}.tbo-swatch[aria-pressed=true]{border-color:var(--tbo-fg);box-shadow:0 0 0 1px var(--tbo-fg)}.tbo-swatch--burgundy{background:#a82a2a}.tbo-swatch--white{background:#fff}.tbo-swatch--black{background:#0a0a0a}.tbo-swatch--cream{background:#e5e3d2}@media(max-width:480px){.tbo-stage{gap:2rem;padding-top:3rem}.tbo-themes{top:1rem;right:1rem;gap:.55rem}.tbo-swatch{width:32px;height:32px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/tbo-coming-soon.css.map */
