.peak-active{min-height:100vh;background-color:#242544;padding:0 40px}.peak-active--dark{background-color:#1a1a1a}.peak-active__body{max-width:1200px;margin:0 auto;background-color:#fff;min-height:100vh}@media (max-width: 768px){.peak-active{padding:0}}.carousel{margin-bottom:60px}@media (max-width: 768px){.carousel{margin-bottom:40px}}.carousel__container{position:relative;background-color:#e5e5e5;aspect-ratio:1120 / 350;overflow:hidden}.peak-active--dark .carousel__container{background-color:#2a2a2a}.carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.carousel__slide--active{opacity:1}.carousel__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,opacity .2s;color:#374151;box-shadow:0 2px 8px #0000001a}.carousel__arrow:hover{background-color:#fff}.peak-active--dark .carousel__arrow{background-color:#374151e6;color:#e5e7eb}.peak-active--dark .carousel__arrow:hover{background-color:#4b5563}.carousel__arrow--prev{left:16px}.carousel__arrow--next{right:16px}@media (max-width: 768px){.carousel__arrow{width:36px;height:36px}.carousel__arrow--prev{left:8px}.carousel__arrow--next{right:8px}}.carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background-color:#d1d5db;cursor:pointer;transition:background-color .2s;padding:0}.carousel__dot:hover{background-color:#9ca3af}.carousel__dot--active{background-color:#2563eb}.peak-active--dark .carousel__dot{background-color:#4b5563}.peak-active--dark .carousel__dot:hover{background-color:#6b7280}.peak-active--dark .carousel__dot--active{background-color:#3b82f6}.content{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 40px 60px;align-items:start}@media (max-width: 768px){.content{grid-template-columns:1fr;gap:40px;padding-bottom:40px}}.content__left{display:flex;flex-direction:column}.content__title{font-size:3rem;font-weight:400;color:#111827;margin:0 0 .5rem;letter-spacing:-.02em}@media (max-width: 768px){.content__title{font-size:2.25rem}}.peak-active--dark .content__title{color:#fff}.content__subtitle{font-size:1.25rem;color:#4b5563;margin:0 0 2rem;line-height:1.5}@media (max-width: 768px){.content__subtitle{font-size:1.125rem;margin-bottom:1.5rem}}.peak-active--dark .content__subtitle{color:#9ca3af}.content__right{display:flex;justify-content:center;align-items:flex-start}.features-list{list-style:none;padding:0;margin:0 0 2rem;-moz-columns:2;columns:2;-moz-column-gap:2rem;column-gap:2rem}@media (max-width: 768px){.features-list{-moz-columns:1;columns:1}}.features-list__item{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.5;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:.875rem}.features-list__check{flex-shrink:0;width:1.25rem;height:1.25rem;color:#14b8a6;margin-top:.125rem}.peak-active--dark .features-list__check{color:#2dd4bf}.features-list__text{display:flex;flex-direction:column}.features-list__title{font-weight:600;color:#111827}.peak-active--dark .features-list__title{color:#fff}.features-list__description{color:#4b5563}.peak-active--dark .features-list__description{color:#7a8087;font-size:15px}.phone-mockup{width:100%;max-width:320px;border:8px solid #000;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}@media (max-width: 768px){.phone-mockup{max-width:280px}}.phone-mockup__image{width:100%;height:auto}.waitlist-form{margin-bottom:1rem}.waitlist-form__inner{display:flex;flex-direction:row;gap:.75rem}@media (max-width: 480px){.waitlist-form__inner{flex-direction:column}}.waitlist-form__input{flex:1;padding:.875rem 1rem;border-radius:.5rem;border:1px solid #888d96;background-color:#fff;color:#111827;font-size:1rem;min-width:0}.waitlist-form__input::-moz-placeholder{color:#9ca3af}.waitlist-form__input::placeholder{color:#9ca3af}.waitlist-form__input:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:transparent}.waitlist-form__input:disabled{opacity:.5}.peak-active--dark .waitlist-form__input{border-color:#4b5563;background-color:#374151;color:#fff}.peak-active--dark .waitlist-form__input::-moz-placeholder{color:#9ca3af}.peak-active--dark .waitlist-form__input::placeholder{color:#9ca3af}.waitlist-form__button{padding:.875rem 1.5rem;background-color:#4f46e5;color:#fff;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;white-space:nowrap}.waitlist-form__button:hover{background-color:#4338ca}.waitlist-form__button:disabled{background-color:#818cf8;cursor:not-allowed}.waitlist-form__button-icon{width:1rem;height:1rem;animation:spin 1s linear infinite}.waitlist-form__toggle{display:flex;align-items:center;gap:.75rem;margin-top:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.waitlist-form__toggle-input{position:absolute;opacity:0;width:0;height:0}.waitlist-form__toggle-switch{position:relative;width:2.75rem;height:1.5rem;background-color:#d1d5db;border-radius:9999px;transition:background-color .2s;flex-shrink:0}.waitlist-form__toggle-switch:after{content:"";position:absolute;top:.125rem;left:.125rem;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.waitlist-form__toggle-input:checked+.waitlist-form__toggle-switch{background-color:#4f46e5}.waitlist-form__toggle-input:checked+.waitlist-form__toggle-switch:after{transform:translate(1.25rem)}.waitlist-form__toggle-input:focus+.waitlist-form__toggle-switch{box-shadow:0 0 0 2px #3b82f6}.waitlist-form__toggle-input:disabled+.waitlist-form__toggle-switch{opacity:.5;cursor:not-allowed}.waitlist-form__toggle-label{font-size:.875rem;color:#4b5563}.peak-active--dark .waitlist-form__toggle-switch{background-color:#4b5563}.peak-active--dark .waitlist-form__toggle-input:checked+.waitlist-form__toggle-switch{background-color:#4f46e5}.peak-active--dark .waitlist-form__toggle-label{color:#d1d5db}.status-message{font-size:.875rem;margin-bottom:.5rem}.status-message--success{color:#16a34a}.status-message--error{color:#dc2626}.peak-active--dark .status-message--success{color:#4ade80}.peak-active--dark .status-message--error{color:#f87171}.waitlist-count{font-size:.875rem;color:#6b7280;margin:0}.peak-active--dark .waitlist-count{color:#9ca3af}.footer{padding:2rem 0;border-top:1px solid #e5e7eb;text-align:center}.peak-active--dark .footer{border-top-color:#374151}.footer__text{font-size:.875rem;color:#6b7280;margin:0}.peak-active--dark .footer__text{color:#9ca3af}.footer__links{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:12px}.footer__link{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s}.footer__link:hover{color:#4f46e5;text-decoration:underline}.peak-active--dark .footer__link{color:#9ca3af}.peak-active--dark .footer__link:hover{color:#818cf8}.footer__divider{color:#d1d5db;font-size:.875rem}.peak-active--dark .footer__divider{color:#4b5563}.legal-page{min-height:100vh;background-color:#242544;padding:0 40px}.legal-page--dark{background-color:#1a1a1a}.legal-page__body{max-width:800px;margin:0 auto;padding:0 40px 60px;background-color:#fff;min-height:100vh}@media (max-width: 768px){.legal-page{padding:0 20px}.legal-page__body{padding:0 24px 40px}}.legal-header{padding:24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:32px}.legal-page--dark .legal-header{border-bottom-color:#374151}.legal-header__back{display:inline-flex;align-items:center;gap:8px;color:#4f46e5;text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:16px;transition:color .2s}.legal-header__back:hover{color:#4338ca}.legal-page--dark .legal-header__back{color:#818cf8}.legal-page--dark .legal-header__back:hover{color:#a5b4fc}.legal-header__back-icon{width:20px;height:20px}.legal-header__brand{font-size:1.5rem;font-weight:400;color:#111827;margin:0 0 8px;letter-spacing:-.02em}.legal-page--dark .legal-header__brand{color:#fff}.legal-header__title{font-size:2rem;font-weight:600;color:#111827;margin:0;letter-spacing:-.02em}@media (max-width: 768px){.legal-header__title{font-size:1.5rem}}.legal-page--dark .legal-header__title{color:#fff}.legal-content{color:#374151;line-height:1.7}.legal-page--dark .legal-content{color:#d1d5db}.legal-content__updated{font-size:.875rem;color:#6b7280;margin-bottom:32px}.legal-page--dark .legal-content__updated{color:#9ca3af}.legal-content__section{margin-bottom:32px}.legal-content__heading{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 12px}.legal-page--dark .legal-content__heading{color:#fff}.legal-content__text{margin:0 0 16px}.legal-content__text:last-child{margin-bottom:0}.legal-content__list{margin:0 0 16px;padding-left:24px}.legal-content__list li{margin-bottom:8px}.legal-content__list li:last-child{margin-bottom:0}.legal-content__link{color:#4f46e5;text-decoration:underline}.legal-content__link:hover{color:#4338ca}.legal-page--dark .legal-content__link{color:#818cf8}.legal-page--dark .legal-content__link:hover{color:#a5b4fc}.legal-content__emphasis{font-weight:600;color:#111827}.legal-page--dark .legal-content__emphasis{color:#fff}.legal-footer{padding:24px 0;border-top:1px solid #e5e7eb;margin-top:48px;text-align:center}.legal-page--dark .legal-footer{border-top-color:#374151}.legal-footer__text{font-size:.875rem;color:#6b7280;margin:0}.legal-page--dark .legal-footer__text{color:#9ca3af}.waitlist-admin{min-height:100vh;background:linear-gradient(to bottom,#f9fafb,#f3f4f6);padding:2rem 1rem}@media (min-width: 768px){.waitlist-admin{padding:4rem 2rem}}.waitlist-admin__container{max-width:56rem;margin:0 auto}.waitlist-admin__header{text-align:center;margin-bottom:2rem}.waitlist-admin__title{font-size:2rem;font-weight:300;color:#111827;margin-bottom:.5rem}@media (min-width: 768px){.waitlist-admin__title{font-size:2.5rem}}.waitlist-admin__subtitle{font-size:1rem;color:#6b7280}.waitlist-admin__count{display:inline-block;background-color:#2563eb;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px;margin-top:1rem}.login-form{max-width:24rem;margin:4rem auto;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.login-form__title{font-size:1.5rem;font-weight:500;color:#111827;text-align:center;margin-bottom:1.5rem}.login-form__group{margin-bottom:1rem}.login-form__label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.login-form__input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#111827;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.login-form__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.login-form__input::-moz-placeholder{color:#9ca3af}.login-form__input::placeholder{color:#9ca3af}.login-form__button{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:#fff;background-color:#2563eb;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-form__button:hover{background-color:#1d4ed8}.login-form__button:disabled{background-color:#93c5fd;cursor:not-allowed}.login-form__error{margin-top:1rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;text-align:center}.login-form__spinner{width:1rem;height:1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.waitlist-table{width:100%;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.waitlist-table__wrapper{overflow-x:auto}.waitlist-table__table{width:100%;border-collapse:collapse}.waitlist-table__header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.waitlist-table__header-cell{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.waitlist-table__header-cell--number{width:5rem;text-align:center}.waitlist-table__header-cell--date{width:12rem}.waitlist-table__header-cell--beta{width:7rem;text-align:center}.waitlist-table__row{border-bottom:1px solid #f3f4f6;transition:background-color .15s}.waitlist-table__row:last-child{border-bottom:none}.waitlist-table__row:hover{background-color:#f9fafb}.waitlist-table__cell{padding:1rem 1.5rem;font-size:.9375rem;color:#111827}.waitlist-table__cell--number{text-align:center;color:#6b7280;font-weight:500}.waitlist-table__cell--email{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}.waitlist-table__cell--date{color:#6b7280}.waitlist-table__cell--beta{text-align:center;color:#6b7280}.waitlist-table__cell--actions,.waitlist-table__header-cell--actions{width:4rem;text-align:center}.waitlist-table__delete-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background-color:transparent;border:none;border-radius:.375rem;color:#9ca3af;cursor:pointer;transition:background-color .15s,color .15s}.waitlist-table__delete-button:hover{background-color:#fef2f2;color:#dc2626}.waitlist-table__delete-button:disabled{opacity:.5;cursor:not-allowed}.waitlist-table__delete-button:disabled:hover{background-color:transparent;color:#9ca3af}.waitlist-table__delete-icon{width:1rem;height:1rem}.waitlist-table__delete-spinner{width:1rem;height:1rem;animation:spin 1s linear infinite}.waitlist-table__empty{padding:3rem;text-align:center;color:#6b7280}.logout{text-align:center;margin-top:2rem}.logout__button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background-color:transparent;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.logout__button:hover{background-color:#f3f4f6;color:#374151}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.inline{display:inline}.table{display:table}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
