@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap";@import"https://unpkg.com/@phosphor-icons/web@2.1.1/src/regular/style.css";@import"https://unpkg.com/@phosphor-icons/web@2.1.1/src/fill/style.css";:root{line-height:1.5;font-weight:400;color:#101840;background-color:#edf3ff;--color-navy: #101840;--color-blue: #3366ff;--color-slate: #474d66;--color-grey: #8a94aa;--color-soft-blue: #eff2ff;--color-error: #d7263d;--color-success: #22c35e;--color-card: #ffffff;--page-bg: radial-gradient(circle at 10% 20%, #e7f0ff 0%, #f9fbff 35%, #f3f8ff 70%, #eef3ff 100%)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden;background:var(--page-bg);color:var(--color-navy)}#root{min-height:100vh;overflow-x:hidden}.login-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff;font-family:Roboto,sans-serif}.login-hero{position:relative;background:#f5f7ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-hero-image{width:100%;height:100%;object-fit:cover;opacity:.9}.login-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0006,#000000b3);display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff;text-align:center}.login-hero-content h1{font-size:2.5rem;font-weight:800;margin:0;line-height:1.2;color:#fff}.login-hero-content h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#ffffffe6}.login-card{display:flex;flex-direction:column;padding:0 4rem;max-width:500px;margin:0 auto;width:100%}.login-banner-content{position:relative;pointer-events:auto;width:100%;max-width:1200px;padding:2rem 4rem 3rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#101840;z-index:1}.login-banner{width:100%;min-height:28vh;background-image:url(/assets/login-banner.png);background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:0;pointer-events:none}.login-banner:after{content:"";position:absolute;inset:0;pointer-events:none}.login-card{align-self:center;margin-top:-218px;width:min(600px,90%);background:#fff;border-radius:24px;padding:2.5rem clamp(1.5rem,4vw,3.5rem);box-shadow:0 30px 70px #11269226;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2;pointer-events:auto}.login-card-heading{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.login-logo{width:clamp(120px,16vw,00px);height:auto;object-fit:contain}.login-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:linear-gradient(180deg,#10184014,#10184005);border-radius:16px;gap:.35rem;box-shadow:inset 0 1px #1018400d}.login-tab{border:none;border-radius:8px;padding:.75rem 1.4rem;font-size:1rem;font-weight:600;color:var(--color-slate);background-color:transparent;cursor:pointer;transition:all .2s ease}.login-tab.active{background-color:var(--color-blue);color:#fff;box-shadow:0 10px 25px #3366ff59}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-field-group{display:flex;flex-direction:column;gap:.6rem}.login-title{font-size:1.75rem;color:var(--color-navy);text-align:center;font-weight:500}.login-label{font-size:.95rem;font-weight:600;color:var(--color-slate)}.login-phone-input,.login-input{border:1px solid rgba(194,197,212,.732);border-radius:12px;background:#fff;display:flex;align-items:center;height:51px;padding:0 .6rem}.login-phone-input{border:1px solid rgba(194,197,212,.732);transition:border-color .2s ease,box-shadow .2s ease}.login-phone-input:focus-within{border-color:#3366ffe6;box-shadow:0 0 0 3px #3366ff26}.login-phone-input input,.login-input input{border:none;outline:none;flex:1;font-size:1rem;color:var(--color-navy)}.login-phone-input input::placeholder,.login-input input::placeholder{color:var(--color-grey)}.login-country-selector{border:none;background:transparent;font-size:.95rem;font-weight:600;color:var(--color-navy);display:flex;align-items:center;gap:.4rem;cursor:pointer;appearance:none}.login-country-selector:focus{outline:none}.login-country-wrapper{width:80px;display:inline-flex;align-items:center;gap:.3rem;padding:.3rem;border-radius:10px;background:#1018400d;font-weight:600;color:var(--color-navy);flex:0 0 auto}.login-phone-input input{min-width:0}.divider{width:1px;height:65%;background:#474d6633}.chevron{font-size:.8rem;color:var(--color-grey)}.login-error{background-color:#d7263d1a;color:var(--color-error);padding:.75rem 1rem;border-radius:10px;font-size:.95rem}.login-primary-button{border:none;border-radius:8px;background:#0f4ee3;color:#e5e8ef;padding:.85rem 1rem;font-size:.95rem;font-weight:700;width:50%;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:background .2s ease;text-align:left}.login-primary-button:disabled{opacity:.8;cursor:not-allowed;box-shadow:none}.login-primary-button:not(:disabled):hover{background:#0f4ee3;color:#fff}.login-footer-text{text-align:center;color:var(--color-slate);font-size:.95rem}.login-footer-text button{border:none;background:none;color:var(--color-blue);font-weight:700;cursor:pointer;font-size:.95rem}.arrow{font-size:1.2rem}@media(max-width:900px){.login-card{width:min(520px,95%)}}@media(max-width:768px){.login-screen{grid-template-columns:1fr;background:#f5f7ff;min-height:auto}.login-hero{display:none}.login-card{width:min(420px,92%);margin:13rem auto 3rem;border-radius:12px;box-shadow:none;border:1px solid rgba(0,0,0,.08);padding:2rem clamp(1.25rem,5vw,2.5rem);background:#fff}.login-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.login-card{padding:1.75rem 1.25rem 2.25rem}}.signup-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff;font-family:Roboto,sans-serif}.signup-logo{width:clamp(120px,16vw,00px);height:auto;object-fit:contain;margin:0 auto .3rem;display:block;align-items:center;justify-content:center;text-align:center}.signup-title{font-size:1.75rem;color:var(--color-navy);text-align:center;font-weight:500}.signup-hero{position:relative;background:#f5f7ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.signup-hero-image{width:100%;height:100%;object-fit:cover;opacity:.9}.signup-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0006,#000000b3);display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff;text-align:center}.signup-hero-content h1{font-size:2.5rem;font-weight:800;margin:0;line-height:1.2;color:#fff}.signup-hero-content h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#ffffffe6}.signup-container{display:flex;align-items:center;justify-content:center;padding:1rem}.signup-card{width:100%;max-width:420px;padding:1rem;background:#fff;border-radius:12px;box-shadow:none;border:1px solid rgba(0,0,0,.08)}.signup-form{display:flex;flex-direction:column;gap:1rem}.signup-field-group{display:flex;flex-direction:column;gap:.6rem}.signup-label{font-size:.95rem;font-weight:600;color:var(--color-slate)}.signup-hint{margin:0;font-size:.85rem;color:var(--color-grey)}.signup-field-group input,.signup-field-group select{border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:.65rem .9rem;font-size:.95rem;color:#0d0f23;background:#fff}.signup-field-group select{cursor:pointer}.signup-phone-input{border:1px solid rgba(0,0,0,.15);border-radius:8px;background:#fff;display:flex;align-items:center;min-height:48px;overflow:hidden}.signup-country-wrapper{display:inline-flex;align-items:center;gap:.4rem;position:relative}.signup-country-selector{border:none;background:none;font-size:.95rem;font-weight:600;color:var(--color-navy);appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0 1.25rem 0 0;outline:none;box-shadow:none}.signup-phone-input .signup-country-selector{border:none;border-radius:0;padding-left:.5rem}.signup-country-selector:focus{outline:none}.signup-phone-input input{border:none;flex:1;font-size:1rem;color:var(--color-navy)}.signup-phone-input input::placeholder{color:var(--color-grey)}.signup-inline-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.signup-terms{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--color-slate)}.signup-terms input{width:18px;height:18px}.signup-error{background-color:#d7263d1a;color:var(--color-error);padding:.85rem 1.1rem;border-radius:12px;font-weight:600}.signup-primary-button{border:none;border-radius:8px;color:#fff;text-align:center;padding:.85rem 1rem;font-size:.95rem;font-weight:700;width:50%;transition:background .2s ease,transform .15s ease}.signup-primary-button:disabled{background:#c4c9d4;cursor:not-allowed}.signup-primary-button:not(:disabled){background:#0f4ee3;cursor:pointer}.signup-primary-button:not(:disabled):hover{background:#0a3db8;transform:translateY(-1px)}.signup-footer-text{text-align:center;color:var(--color-slate);font-size:.95rem}.signup-footer-text button{border:none;background:none;color:var(--color-blue);font-weight:700;cursor:pointer;font-size:.95rem}.emoji{font-size:1.2rem}.chevron{position:absolute;right:.2rem;color:var(--color-grey);pointer-events:none}@media(max-width:900px){.signup-card{max-width:520px}}@media(max-width:768px){.signup-screen{grid-template-columns:1fr;min-height:auto;height:auto;background:#f5f7ff}.signup-hero{display:none}.signup-container{padding:2rem 1.5rem 3rem}.signup-card{max-width:100%;border-radius:0;box-shadow:none;border:none;padding:2rem clamp(1.25rem,5vw,2.5rem);background:#fff}.signup-primary-button{justify-content:center}.signup-inline-row{grid-template-columns:1fr}}@media(max-width:480px){.signup-card{padding:1.75rem 1.25rem 2.25rem}.signup-form{gap:.85rem}}.otp-screen{min-height:100vh;height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#f5f7ff;overflow:hidden;font-family:Roboto,sans-serif}.otp-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.otp-hero-image{width:100%;height:100%;object-fit:cover}.otp-hero-overlay{position:absolute;inset:0;background:linear-gradient(200deg,#052a5e33,#052a5ee6 85%);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);gap:.5rem}.otp-hero-badge{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.6);display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}.otp-hero-overlay p{margin:0;font-size:1.1rem}.otp-hero-overlay h2{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.otp-form-container{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#e4efff,#d0dcff,#f5f7ff)}.otp-card{width:100%;max-width:520px;padding:clamp(1.75rem,3vw,3rem);background:#fff;border-radius:24px;box-shadow:0 30px 70px #1126921f;display:flex;flex-direction:column;gap:1.5rem}.otp-card-heading{display:flex;flex-direction:column;align-items:center;gap:.5rem}.otp-logo{width:clamp(120px,18vw,150px);height:auto;object-fit:contain}.otp-title{font-size:2rem;margin:0;text-align:center;font-weight:800;color:var(--color-navy)}.otp-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.6rem;background-color:#474d6614;border-radius:12px}.otp-tab{border:none;border-radius:10px;padding:.7rem 1.4rem;font-size:1rem;font-weight:600;color:var(--color-slate);background-color:transparent;cursor:pointer;transition:all .2s ease}.otp-tab.active{background-color:var(--color-blue);color:#fff;box-shadow:0 8px 20px #3366ff59}.otp-message{margin:0;font-size:1rem;color:var(--color-slate);font-weight:600}.otp-form{display:flex;flex-direction:column;gap:1.5rem}.otp-field-group{display:flex;flex-direction:column;gap:.6rem}.otp-label{font-size:.95rem;font-weight:600;color:var(--color-slate)}.otp-field-group input{border:1px solid rgba(16,24,64,.1);border-radius:12px;padding:1rem 1.1rem;font-size:1.1rem;color:var(--color-navy);letter-spacing:.3rem;text-align:center}.otp-field-group input::placeholder{letter-spacing:normal}.otp-error{background-color:#d7263d1a;color:var(--color-error);padding:.85rem 1.1rem;border-radius:12px;font-weight:600}.otp-success{background-color:#22c35e1a;color:var(--color-success);padding:.85rem 1.1rem;border-radius:12px;font-weight:600}.otp-actions{display:flex;gap:1rem;flex-wrap:wrap}.otp-primary-button,.otp-secondary-button{border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.otp-primary-button{background:linear-gradient(135deg,#36f,#5a8bff);color:#fff}.otp-primary-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.otp-primary-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 18px 35px #3366ff59}.otp-secondary-button{background:#1018400d;color:var(--color-navy)}.otp-secondary-button:hover{transform:translateY(-2px)}@media(max-width:1024px){.otp-screen{grid-template-columns:1fr;min-height:auto;height:auto}.otp-form-container{padding:2rem 1.5rem}.otp-card{max-width:100%}}@media(max-width:768px){.otp-hero{display:none}.otp-form-container{padding:2rem 1.25rem 2.5rem;background:#f5f7ff;margin-top:11rem}.otp-card{border-radius:0;box-shadow:none;padding:2rem clamp(1.25rem,5vw,2.25rem)}.otp-actions{flex-direction:row;justify-content:center;flex-wrap:nowrap;gap:.75rem}.otp-primary-button,.otp-secondary-button{width:50%;justify-content:center}}@media(max-width:480px){.otp-card{padding:1.75rem 1.1rem 2.1rem}.otp-field-group input{letter-spacing:.2rem;padding:.85rem 1rem}}.app-header{position:fixed;top:0;left:0;right:0;height:56px;padding:0 .75rem;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);z-index:1000;box-sizing:border-box;width:100%;min-width:320px;overflow:hidden}.app-header__brand{display:flex;align-items:center;gap:.5rem;cursor:pointer}.app-header__brand{display:flex;align-items:center;min-width:0;padding-right:.5rem}.app-header__brand img{height:26px;width:auto;max-width:120px;object-fit:contain;display:block}.app-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto;padding-right:.75rem}.app-header__cart{border:1px solid #e0e0e0;background:#f8f8f8;color:#333;padding:.35rem .6rem;border-radius:20px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:40px;height:36px;box-sizing:border-box;font-size:0}.app-header__cart-icon{font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0}.app-header__cart-label{display:none}.app-header__cart-count{background:#ff3b30;color:#fff;border-radius:10px;min-width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px;padding:0 4px;line-height:1}.app-header__cart-wrapper{position:relative;display:flex;align-items:center}.app-header__logout{background:#f8f8f8;border:1px solid #e0e0e0;color:#333;border-radius:20px;padding:.35rem .8rem;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;height:36px;box-sizing:border-box}@media(max-width:480px){.app-header{padding:0 .75rem;height:56px}.app-header__brand img{height:24px;max-width:100px}.app-header__cart{min-width:36px;height:36px;padding:0;justify-content:center}.app-header__logout{padding:.3rem .7rem;font-size:.8rem;height:34px}}@media(max-width:360px){.app-header{padding:0 .5rem}.app-header__brand img{max-width:90px}.app-header__logout{padding:.25rem .6rem;font-size:.75rem}}.app-header__cart-count{background:#1022d8;color:#fff;border-radius:999px;padding:0 .5rem;font-size:.8rem;line-height:1.4}.app-header__cart-wrapper{position:relative}.app-header__cart-popover{position:absolute;top:calc(100% + .75rem);right:0;width:320px;background:#fff;border-radius:18px;box-shadow:0 22px 50px #0b225a2e;border:1px solid rgba(15,30,71,.08);padding:1rem;z-index:120}.app-header__cart-popover-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.app-header__cart-list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.app-header__cart-list li{display:flex;gap:.75rem;align-items:center}.app-header__cart-thumb{width:48px;height:48px;border-radius:12px;overflow:hidden;background:#1125610d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-header__cart-thumb img{width:100%;height:100%;object-fit:cover}.app-header__cart-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1125611a,#11256133);border-radius:12px}.app-header__cart-item-title{font-weight:600;margin:0;color:#0e173a}.app-header__cart-item-meta{margin:0;font-size:.85rem;color:#0e173aa6}.app-header__cart-empty{margin:1rem 0;color:#0e173a99;font-size:.95rem}.app-header__cart-manage{margin-top:1rem;width:100%;border:none;border-radius:12px;padding:.65rem;background:linear-gradient(120deg,#2f57ff,#1439c0);color:#fff;font-weight:600;cursor:pointer}.app-header__logout{border:none;background:linear-gradient(120deg,#2f57ff,#1439c0);color:#fff;padding:.5rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #2f57ff4d}.app-header__cart--home{position:relative;width:38px;height:38px;min-width:38px;padding:0;border-radius:8px;background:#fff;border:1px solid rgba(16,24,64,.14);color:#36f;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px #1018400f;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.app-header__cart--home:hover{background:#3366ff0a;border-color:#3366ff47;box-shadow:0 2px 8px #3366ff24}.app-header__cart-ph{font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center}.app-header__cart-badge{position:absolute;top:-7px;right:-7px;background:#36f;color:#fff;border-radius:999px;min-width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;border:2px solid #fff;box-shadow:0 1px 4px #3366ff59}.app-header__logout-modal{position:fixed;inset:0;background:#040a1e80;display:flex;align-items:center;justify-content:center;z-index:2000}.app-header__logout-modal-card{background:#fff;border-radius:28px;padding:1.75rem;width:min(420px,90vw);display:flex;flex-direction:column;gap:1.5rem}.app-header__logout-modal-header{display:flex;justify-content:center;align-items:center}.app-header__logout-modal-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#0d1f47}.app-header__logout-modal-body{text-align:center}.app-header__logout-modal-body p{margin:0;font-size:1rem;color:#0d1f47}.app-header__logout-modal-actions{display:flex;gap:1rem;justify-content:center}.app-header__logout-modal-cancel,.app-header__logout-modal-confirm{padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;border:none;min-width:100px}.app-header__logout-modal-cancel{background:#f8f8f8;color:#333;border:1px solid #e0e0e0}.app-header__logout-modal-cancel:hover{background:#e8e8e8}.app-header__logout-modal-confirm{background:linear-gradient(120deg,#2f57ff,#1439c0);color:#fff;box-shadow:0 10px 25px #2f57ff4d}.app-header__logout-modal-confirm:hover{opacity:.9}.app-footer{padding:2rem clamp(1.5rem,4vw,4rem);background:#06285e;color:#ffffffd9;display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center;font-family:Roboto,sans-serif}.app-footer__links{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.app-footer__links a{color:inherit}.app-footer__links a:hover{opacity:1}.app-footer__meta{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;line-height:1.4;align-items:center}.app-footer__meta p{margin:0}.app-sidebar{padding:clamp(2rem,6vw,2rem);background:#06285e;color:#fff;display:flex;flex-direction:column;gap:.65rem;font-family:Roboto,sans-serif;width:100%;max-width:439px;margin-top:3rem}.app-sidebar__video-section{margin-top:1.5rem;background:#ffffff0f;border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.app-sidebar__video-label{text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;margin:0;color:#ffffffb3}.app-sidebar__video-muted{margin:0;color:#ffffffa6;font-size:.9rem}.app-sidebar__video-card{border:none;background:#00000040;border-radius:20px;padding:.75rem;color:#fff;text-align:left;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.app-sidebar__video-card:hover{transform:translateY(-2px);box-shadow:0 15px 30px #00000040}.app-sidebar__video-thumb{position:relative;border-radius:16px;overflow:hidden;background:#ffffff1a;height:160px}.app-sidebar__video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.app-sidebar__video-thumb--placeholder{width:100%;height:100%;background:#ffffff14}.app-sidebar__video-play{position:absolute;bottom:.75rem;right:.75rem;background:#1e40ff;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:0 10px 20px #1e40ff66}.app-sidebar__video-meta h4{margin:0;font-size:1rem;line-height:1.4}.app-sidebar__video-meta p{margin:.35rem 0 0;font-size:.85rem;color:#ffffffb3}.app-sidebar__video-dots{display:flex;gap:.3rem}.app-sidebar__video-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d}.app-sidebar__video-dot.active{background:#fff}.app-sidebar__eyebrow{letter-spacing:.2rem;text-transform:uppercase;font-size:.95rem;opacity:.75}.app-sidebar__title{margin:0;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.app-sidebar__subtitle{font-size:1.1rem;opacity:.85}.app-sidebar__pill{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:999px;background:#ffffff26;font-weight:600;font-size:.95rem}.sleep-clock{display:flex;flex-direction:column;align-items:center;width:100%}.sleep-clock__card{width:100%;max-width:380px;background:#fff;border-radius:28px;padding:26px 26px 22px;box-shadow:0 1px 2px #1f24300a,0 18px 50px -16px #1f24302e;border:1px solid #eef0f4}.sleep-clock__summary{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-bottom:6px}.sleep-clock__col{display:flex;flex-direction:column;align-items:center}.sleep-clock__label{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;letter-spacing:.1em;color:#9aa0ac;margin-bottom:5px}.sleep-clock__dot{width:8px;height:8px;border-radius:50%;flex:none}.sleep-clock__dot--bed{background:#7c71e0}.sleep-clock__dot--wake{background:#e0a23a}.sleep-clock__time{font-size:23px;font-weight:700;letter-spacing:-.01em;color:#2b3240}.sleep-clock__divider{width:1px;height:34px;background:#edeff3}.sleep-clock__dial{width:min(300px,100%);aspect-ratio:1 / 1;margin:6px auto 4px}.sleep-clock__svg{width:100%;height:100%;touch-action:none;-webkit-user-select:none;user-select:none;display:block}.sleep-clock__handle{cursor:grab}.sleep-clock__handle:active{cursor:grabbing}.sleep-clock__hint{margin:6px 0 0;font-size:12px;color:#9aa0ac;text-align:center}@media(max-width:480px){.sleep-clock{padding:0 12px}.sleep-clock__card{padding:20px 18px 18px;border-radius:22px}.sleep-clock__time{font-size:19px}}.quiz-about-screen{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#dbe8ff,#ecf1ff 35%,#f5f7ff);overflow-x:hidden;font-family:Roboto,sans-serif}.quiz-about-hero{padding:clamp(2rem,6vw,4rem);background:#06285e;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:.4rem}.quiz-about-hero p{margin:0;font-size:1rem;opacity:.8}.quiz-about-hero h1{margin:0;font-size:clamp(2.5rem,4vw,3.4rem);line-height:1.1}.quiz-about-hero span{font-size:1.05rem;opacity:.85}.quiz-about-panel{padding:clamp(2rem,6vh,6rem) clamp(1rem,3vw,2rem) 2.5rem;display:flex;align-items:flex-start;justify-content:center}.quiz-about-card{width:min(455px,100%);border-radius:32px;padding:clamp(1rem,2.2vw,1.4rem);background:#fff;box-shadow:0 40px 70px #897ae333;display:flex;flex-direction:column;gap:.9rem}.quiz-about-card-top{display:flex;align-items:center;gap:0}.quiz-about-back{flex-shrink:0;border:none;background:transparent;color:#2f66ff;width:28px;height:28px;border-radius:0;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.quiz-about-back svg{width:24px;height:24px;stroke:currentColor;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.quiz-about-back:hover{color:#2457e7}.quiz-about-tabs{flex:1;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding-right:28px}.quiz-about-tab{border:none;background:transparent;color:#10204aa6;font-weight:700;letter-spacing:.05em;font-size:.92rem;text-transform:uppercase;padding:0;position:relative;padding-bottom:.4rem}.quiz-about-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:transparent;transition:background .2s ease,transform .2s ease;transform-origin:left;transform:scaleX(0)}.quiz-about-tab.active{color:#2958ff}.quiz-about-tab.active:after{background:#2958ff;transform:scaleX(1)}.quiz-about-tab:disabled{cursor:default}.quiz-about-progress{display:flex;align-items:center;width:100%}.progress-label{font-weight:700;color:#1a2050;min-width:48px}.progress-slider{flex:1;height:4px;border-radius:999px;background:linear-gradient(90deg,#dfe4f5,#d0d5e6);position:relative;overflow:visible}.progress-slider-active{position:absolute;inset:0;width:0;border-radius:inherit;background:linear-gradient(90deg,#6e62b6,#a675ff);box-shadow:0 3px 12px #6e62b640;transition:width .2s ease}.progress-slider-thumb{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#c7b7ff,#7d67ff 65%,#624ddc);transform:translate(-50%,-50%);box-shadow:0 4px 12px #6e62b659,0 0 0 2px #f7f8fd;transition:left .2s ease}.quiz-about-question{border-radius:12px;background:#f7f8fc;padding:clamp(.9rem,1.8vw,1.2rem);box-shadow:0 30px 50px #897ae329;border:1px solid rgba(13,32,77,.08);min-height:340px;display:flex;flex-direction:column}.quiz-about-question.upload-step{padding:2.25rem;min-height:auto}.quiz-about-question--clock{background:transparent;padding:0;box-shadow:none;border:none;min-height:auto;gap:.75rem}.quiz-about-question--clock .question-heading{padding:0 .25rem}.upload-card{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.upload-description{text-align:center;font-weight:600;color:#0c1f44;margin:0}.upload-guideline{width:min(220px,60vw);border:1px dashed rgba(12,31,68,.25);border-radius:24px;padding:1rem;background:#fff;text-align:center;box-shadow:inset 0 0 15px #14285e0d}.upload-guideline-image{width:100%;max-height:clamp(120px,20vh,160px);object-fit:contain;border-radius:16px;margin-bottom:.75rem}.upload-guideline p{margin:0;font-size:.9rem;color:#0c1f44b3}.upload-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.upload-camera-inline{width:100%;margin-top:1.25rem;border:1px dashed rgba(12,31,68,.25);border-radius:24px;padding:1.25rem;background:#fff;box-shadow:inset 0 0 15px #14285e0d;display:flex;flex-direction:column;gap:1rem}@media(max-width:1024px){.quiz-about-screen{grid-template-columns:1fr}.quiz-about-hero{display:none}.quiz-about-panel{align-items:flex-start;padding:clamp(1rem,2vh,2rem) 1rem 2rem}.quiz-about-card,.upload-final-card{width:min(620px,100%)}}.upload-camera-content{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.upload-camera-preview,.upload-camera-reference{flex:1 1 240px;max-width:360px;border-radius:18px;background:#f4f6ff;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-camera-preview video{width:100%;border-radius:14px;background:#000;min-height:220px;object-fit:cover}.upload-camera-reference-image{width:100%;max-height:clamp(100px,18vh,150px);object-fit:contain;border-radius:14px}.upload-camera-reference p{margin:0;font-size:.9rem;color:#0c1f44b3}.upload-camera-controls{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.upload-camera-controls .camera-capture,.upload-camera-controls .camera-cancel{border:none;border-radius:12px;padding:.9rem 1.6rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.upload-camera-controls .camera-capture{background:linear-gradient(135deg,#36f,#5a8bff);color:#fff;box-shadow:0 18px 35px #3366ff40}.upload-camera-controls .camera-cancel{background:#1018400f;color:#0c1f44}.camera-error{margin:0;text-align:center;color:var(--color-error);font-weight:600}.upload-action{border:none;border-radius:16px;padding:.95rem 1.2rem;background:#09123a;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.upload-action:last-child{background:#0d1c5b}.upload-action:hover{transform:translateY(-2px);box-shadow:0 12px 28px #09123a40}.hidden-file-input{display:none}.upload-final-card{width:min(455px,100%);display:flex;flex-direction:column;gap:1rem;background:transparent}.upload-final-header{display:flex;align-items:center;gap:0;position:relative;padding-bottom:.5rem}.upload-final-title-block{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding-right:28px}.upload-final-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:.08em;color:#2958ff;text-transform:uppercase;text-align:center}.upload-final-title-line{width:100%;height:2px;background:#2958ff;border-radius:999px}.upload-final-content-card{background:#fff;border-radius:20px;box-shadow:0 20px 50px #897ae329;padding:1.4rem 1.2rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-final-question{margin:0;font-size:1.05rem;font-weight:700;color:#0c1f44;text-align:left;line-height:1.4;align-self:stretch}.upload-final-image-box{width:min(320px,80%);margin:0 auto;background:#f0f1f4;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;max-height:clamp(220px,38vh,320px)}.upload-final-image{width:100%;height:auto;max-height:clamp(220px,38vh,320px);object-fit:contain;border-radius:16px;display:block}.upload-final-helper{margin:0;font-size:.95rem;color:#36415c;text-align:center}.upload-final-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.upload-final-btn{border:none;border-radius:14px;padding:1rem 1.2rem;background:#06285e;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;width:100%;text-align:center;transition:transform .15s ease,box-shadow .15s ease}.upload-final-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #06285e4d}.upload-final-confirm{width:100%;border-radius:14px;padding:1rem;font-size:1rem}.question-heading{margin:0 0 .4rem;font-size:1.1rem;font-weight:500;color:#0c1f44}.question-body{margin:0;font-size:1.05rem;color:#36415c;line-height:1.6}.question-input{border:none;border-bottom:2px solid rgba(10,46,128,.15);padding:.2rem .4rem;font-size:1.05rem;font-weight:700;color:#0a2e80;background:transparent;min-width:160px}.question-input.narrow{min-width:72px;width:90px;text-align:center}.question-input:focus{outline:none;border-bottom-color:#2958ff}.question-input::placeholder{color:#0a2e8066}select.question-input.question-input--select{cursor:pointer}select.question-input.question-input--select.narrow{min-width:unset;width:4rem;text-align:left}.question-highlight{font-weight:700;color:#0c2f7b}.quiz-about-options{display:grid;grid-template-columns:1fr;gap:.7rem}.quiz-about-option{border:1px solid rgba(12,31,68,.15);border-radius:10px;padding:.85rem 1rem;background:#fbfcff;font-weight:400;color:#0c1f44;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;width:70%;margin:0 auto}.quiz-about-option.selected{border-color:#897ae3;box-shadow:0 18px 30px #897ae347;background:#e7e4f9}.quiz-about-option:hover{border-color:#897ae3;box-shadow:0 18px 30px #897ae32e}.pattern-section{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.pattern-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:1rem;justify-items:center}.pattern-card{border:1px solid rgba(13,32,77,.12);border-radius:22px;background:#f9fbff;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:border-color .2s ease,box-shadow .2s ease;min-height:92px;box-shadow:0 18px 30px #14285e14;overflow:hidden}.pattern-card.action-card{justify-content:center;min-height:94px;width:99px;padding:1.2rem}.pattern-card img{width:119%;max-width:82px;height:auto;object-fit:contain;flex:1;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 55%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 55%,transparent 100%)}.pattern-card .pattern-number{position:absolute;top:.65rem;left:.9rem;font-weight:700;font-size:.9rem;color:#1d41a0;opacity:.85;transition:color .2s ease}.pattern-card.selected .pattern-number{color:#897ae3;opacity:1}.pattern-label{font-weight:600;color:#0c1f44;text-align:center}.pattern-card.selected{border:2px solid #897ae3;box-shadow:0 0 0 3px #897ae32e,0 8px 24px #897ae326;background:#f9fbff;opacity:.75}.quiz-about-primary{border:none;border-radius:10px;padding:.85rem 2rem;background:linear-gradient(135deg,#3566ff,#5e87ff);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;align-self:center;box-shadow:0 25px 45px #3566ff59;transition:transform .2s ease,box-shadow .2s ease;min-width:150px;text-align:center}.quiz-about-primary:hover{transform:translateY(-2px);box-shadow:0 32px 55px #3566ff66}@media(max-width:900px){.quiz-about-screen{grid-template-columns:1fr}.quiz-about-panel{align-items:flex-start;padding:clamp(.9rem,3vh,1.6rem) .9rem 2rem}.quiz-about-card{border-radius:24px}.upload-final-card{width:100%}.upload-final-content-card{padding:1rem}.upload-final-image-box{min-height:180px}.quiz-about-tabs{gap:.5rem}.quiz-about-tab{flex:1 0 auto;text-align:center}.quiz-about-primary{width:100%;justify-content:center}}@media(max-width:640px){.quiz-about-panel{padding:.75rem .75rem 2rem}.quiz-about-card{border-radius:20px;width:100%;max-width:100%;padding:.9rem}.upload-final-card{width:100%;gap:.75rem}.upload-final-title{font-size:.85rem}.upload-final-content-card{padding:.85rem .75rem;gap:.75rem}.upload-final-image-box{min-height:150px}.upload-final-btn{padding:.85rem 1rem;font-size:.95rem}.upload-final-confirm{padding:.85rem;font-size:.95rem}.quiz-about-tabs{justify-content:space-between;gap:.25rem;flex-wrap:nowrap}.quiz-about-tab{font-size:.72rem;letter-spacing:.01em;white-space:nowrap}.quiz-about-progress{gap:.4rem}.progress-label{min-width:40px}.quiz-about-question{padding:.8rem;min-height:300px}.quiz-about-option{width:100%;padding:.75rem .8rem}.pattern-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.pattern-card{width:100%;min-height:82px;border-radius:16px}.pattern-card.action-card{width:100%;min-height:82px;padding:.7rem .4rem}.pattern-card img{width:100%;max-width:64px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 55%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 55%,transparent 100%)}.pattern-label{font-size:.85rem;line-height:1.2}.quiz-about-primary{width:100%}}.completion-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbe8ff,#ecf1ff 35%,#f5f7ff);padding:clamp(1.5rem,4vw,3rem);font-family:Roboto,sans-serif}.completion-pane--hero{background:#06285e;color:#fff;width:30rem;display:flex;align-items:center;justify-content:center}.completion-pane-content{display:flex;flex-direction:column;gap:.5rem}.completion-pane-content p{margin:0;letter-spacing:.2rem;text-transform:uppercase;opacity:.7}.completion-pane-content h1{margin:0;font-size:clamp(2.2rem,4vw,3rem);line-height:1.1}.completion-pane-content span{font-size:1.1rem;opacity:.85}.completion-pane--content{display:flex;align-items:center;justify-content:center;width:100%}.completion-card{width:min(520px,100%);background:#fff;border-radius:32px;padding:clamp(2rem,2vw,3rem);box-shadow:0 35px 80px #1126922e;display:flex;flex-direction:column;gap:1.4rem;text-align:center}.completion-subtitle{margin:0;font-size:1rem;letter-spacing:.2rem;text-transform:uppercase;color:#09123a99}.completion-timeline{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1024px){.completion-pane--hero{display:none}}.completion-step{display:flex;flex-direction:column;align-items:center;gap:.75rem}.completion-icon{width:43px;height:43px;border-radius:50%;border:2px solid rgba(13,32,77,.3);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#0d204d4d;transition:border-color .3s ease,color .3s ease,transform .3s ease}.completion-icon.done{border-color:#2b4cba;color:#2b4cba;transform:scale(1.05)}.completion-step p{margin:0;font-size:1rem;font-weight:700;color:#0c1f44}.completion-connector{width:2px;height:32px;background:#0d204d33;margin-top:.5rem}.completion-connector.done{background:#2b4cba}.completion-button{border:none;border-radius:16px;padding:1rem 2rem;background:linear-gradient(135deg,#36f,#5a8bff);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 22px 45px #3366ff59}.completion-button:hover{transform:translateY(-2px)}@media(max-width:900px){.completion-screen{padding:1.5rem}.completion-card{width:100%}}.medicine-card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 12px 30px #0a123814;display:flex;flex-direction:column;gap:1.25rem}.medicine-card-header{display:flex;align-items:center;gap:.85rem}.medicine-card-icon{width:48px;height:48px;border-radius:14px;background:#245dff1f;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.medicine-card-header h3{margin:0;font-size:1.15rem;color:#101637}.medicine-card-header p{margin:.1rem 0 0;color:#101637a6;font-size:.95rem}.medicine-guest-pill{margin-left:auto;border-radius:999px;padding:.3rem .8rem;background:#ffc10726;color:#a66b00;font-size:.78rem;font-weight:600}.medicine-loading{display:flex;align-items:center;gap:.75rem;color:#101637b3;font-weight:600}.medicine-spinner{width:16px;height:16px;border:2px solid rgba(36,93,255,.2);border-top-color:#245dff;border-radius:50%;animation:medicine-spin .8s linear infinite}@keyframes medicine-spin{to{transform:rotate(360deg)}}.medicine-error{color:#d64545;font-weight:600;margin:0}.medicine-calendar-wrapper{border:1px solid rgba(16,24,64,.08);border-radius:16px;padding:1rem}.medicine-calendar-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#101537;margin-bottom:.75rem}.medicine-calendar-nav button{border:none;background:#245dff1a;color:#245dff;width:32px;height:32px;border-radius:8px;font-size:1.15rem;cursor:pointer;transition:transform .15s ease}.medicine-calendar-nav button:disabled{opacity:.3;cursor:not-allowed}.medicine-calendar-nav button:not(:disabled):hover{transform:translateY(-1px)}.medicine-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:.7rem;letter-spacing:.06em;color:#1018408c;margin-bottom:.5rem}.medicine-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.55rem}.medicine-calendar-day{border:none;background:transparent;width:42px;height:42px;border-radius:50%;font-weight:600;color:#0d1438;cursor:pointer;border:1px solid rgba(13,20,56,.08);transition:background .15s ease,color .15s ease,transform .15s ease}.medicine-calendar-day:hover:not(.disabled){transform:translateY(-1px);border-color:#245dff66}.medicine-calendar-day.taken{background:#0f6cff;color:#fff;border:none}.medicine-calendar-day.selected{background:#0f6cff26;color:#0f6cff;border-color:#0f6cff4d}.medicine-calendar-day.disabled{opacity:.35;cursor:not-allowed}.medicine-muted{margin:0;color:#0f163699;font-size:.92rem}.medicine-primary-cta{width:100%;border:none;border-radius:12px;background:#245dff;color:#fff;padding:.95rem 1rem;font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:transform .15s ease,box-shadow .2s ease}.medicine-primary-cta:hover{transform:translateY(-1px);box-shadow:0 12px 20px #245dff40}.medicine-modal{position:fixed;inset:0;background:#04081666;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:40}.medicine-modal-card{background:#fff;width:min(480px,100%);border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.medicine-modal-header{display:flex;gap:.75rem;align-items:center;justify-content:space-between}.medicine-modal-header h4{margin:.1rem 0 0}.medicine-modal-header button{border:none;background:#0d143814;width:32px;height:32px;border-radius:8px;cursor:pointer}.medicine-modal-date{margin:0;color:#0f163699;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.medicine-modal-body{display:flex;flex-direction:column;gap:.65rem;max-height:450px;overflow-y:auto}.medicine-option{border:1px solid rgba(15,22,54,.15);border-radius:12px;padding:.8rem 1rem;display:flex;align-items:center;gap:.75rem;background:transparent;text-align:left;font-weight:600;color:#0d1438;cursor:pointer}.medicine-option-box{width:22px;height:22px;border-radius:6px;border:2px solid rgba(15,22,54,.25);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff}.medicine-option.checked{border-color:#245dff59;background:#245dff0f}.medicine-option.checked .medicine-option-box{background:#245dff;border-color:#245dff}.medicine-opt-group{border:1px solid rgba(15,22,54,.1);border-radius:14px;padding:12px;background:#fdfdfd}.medicine-opt-group-title{margin:0 0 10px;font-size:.95rem;font-weight:700;color:#101637}.medicine-view-only-banner{background:#f3f4f6;color:#6b7280;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:600;text-align:center;margin-bottom:8px}.medicine-modal-footer{display:flex;gap:.6rem;justify-content:flex-end;flex-wrap:wrap}.medicine-text-button,.medicine-outline-button,.medicine-primary-button,.medicine-close-button{border-radius:10px;padding:.65rem 1.4rem;font-weight:600;cursor:pointer;border:none}.medicine-text-button{background:transparent;color:#245dff}.medicine-outline-button{border:1px solid #d0d5dd;background:transparent;color:#0d1438}.medicine-primary-button{background:#245dff;color:#fff;min-width:120px}.medicine-close-button{background:#e5e7eb;color:#374151}@media(max-width:768px){.medicine-card{padding:1.2rem}.medicine-calendar-grid{gap:.4rem}.medicine-calendar-day{width:38px;height:38px}}.analysis-card{display:flex;flex-direction:column;gap:1rem}.analysis-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.analysis-card__greeting{margin:0;font-size:1rem;font-weight:700;color:#1b1f3b}.analysis-card__subtitle{margin:0;font-size:.95rem;color:#5a5d72}.analysis-card__support-text{margin:0;font-size:.9rem;color:#5a5d72}.analysis-card__cta{width:100%}.analysis-card__recommendation-btn{width:100%;border:none;border-radius:12px;padding:.9rem 1.25rem;font-size:.95rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background-color:#10b981;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.analysis-card__recommendation-btn:disabled{cursor:not-allowed;background:#cfd4dc;color:#4a4c63;box-shadow:none}.analysis-card__recommendation-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #10b98133}.analysis-card__spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:analysis-card-spin .9s linear infinite}@keyframes analysis-card-spin{to{transform:rotate(360deg)}}.analysis-card__icon svg{display:block}.analysis-card__reasons{display:flex;justify-content:center;gap:2.5rem;padding:.75rem 0}.analysis-card__reasons--icons{gap:.75rem;align-items:flex-start;justify-content:center}.analysis-card__reason-col{flex:1;min-width:0;max-width:120px}.analysis-card__reason-tile{display:flex;flex-direction:column;align-items:center;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;border-radius:12px;color:inherit;font:inherit}.analysis-card__reason-tile:focus-visible{outline:2px solid #245dff;outline-offset:2px}.analysis-card__reason-icon-wrap{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden}.analysis-card__reason-icon{width:56px;height:56px;object-fit:contain}.analysis-card__reason-icon-fallback{width:40px;height:40px;border-radius:50%;background:#6ec1ff}.analysis-card__reason-label{margin-top:8px;font-size:11px;font-weight:500;color:#111827;text-align:center;line-height:1.25;max-height:2.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.analysis-card__reasons-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 0 .25rem;font-size:.85rem;color:#5a5d72}.analysis-card__reasons-spinner{width:16px;height:16px;border-radius:50%;border:2px solid #e5e7eb;border-top-color:#245dff;animation:analysis-card-spin .8s linear infinite}.analysis-card__reason-bubble{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:.45rem .75rem;border-radius:24px;background:#245dff14;color:#1b1f3b;font-size:.8rem;font-weight:600}.analysis-card__orders-button{white-space:nowrap}.occ-overlay{position:fixed;inset:0;background:#040a1e8c;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.occ-card{background:#fff;border-radius:24px;padding:2rem 1.75rem;width:min(420px,92vw);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;box-shadow:0 30px 70px #16224f33}.occ-icon{width:56px;height:56px;background:linear-gradient(135deg,#eef2ff,#d9e5ff);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#245dff;margin-bottom:.5rem}.occ-title{margin:0;font-size:1.2rem;font-weight:700;color:#14213d}.occ-subtitle{margin:.25rem 0 .75rem;font-size:.9rem;color:#4a4c63;line-height:1.5}.occ-error{margin:0;font-size:.85rem;color:var(--color-error, #d7263d)}.occ-actions{display:flex;gap:.75rem;width:100%;margin-top:.5rem}.occ-btn{flex:1;padding:.85rem;border-radius:14px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:opacity .15s ease}.occ-btn:disabled{opacity:.6;cursor:not-allowed}.occ-btn--yes{background:#fff;color:#0f5ef7;border:1.5px solid rgba(15,94,247,.3)}.occ-btn--yes:hover:not(:disabled){background:#0f5ef70d;border-color:#0f5ef7}.occ-btn--no{background:#245dff;color:#fff}.occ-btn--no:hover:not(:disabled){opacity:.88}@media(max-width:480px){.occ-card{padding:1.5rem 1.25rem}.occ-actions{flex-direction:column}}.cohort-screen{--c-n900: var(--color-navy);--c-n800: var(--color-slate);--c-n700: #696f8c;--c-n600: #8f95b2;--c-n500: #c1c4d6;--c-n400: #d8dae5;--c-n300: #e6e8f0;--c-n200: #edeff5;--c-n100: #f4f5f9;--c-n75: #f9fafc;--c-blue: var(--color-blue);--c-blue-press: #1f3d99;--c-blue-soft: #eef2ff;--c-v600: #1f4fc8;--c-v500: #2952cc;--c-v400: #3366ff;--c-v200: #b3c6ff;--c-v100: #dce8ff;--c-v50: #f0f4ff;--c-green: #1f9d57;--c-green-soft: #e2f6ec;--c-shadow-card: 0 8px 24px rgba(51, 102, 255, .1), 0 2px 6px rgba(51, 102, 255, .06);--c-shadow-btn: 0 2px 6px rgba(51, 102, 255, .24);width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(1.75rem,4vw,2.5rem);padding:clamp(1.5rem,4vw,2.75rem) clamp(1.25rem,4vw,2rem) clamp(2rem,5vw,3rem);background:#fff;color:var(--c-n800);font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased}.cohort-topbar{display:flex;align-items:center;justify-content:space-between}.cohort-topbar__brand{font-weight:700;font-size:1.05rem;letter-spacing:-.01em;color:var(--c-blue-press)}.cohort-topbar__num{font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-n500)}.cohort-eyebrow{margin:0 0 .9rem;font-size:.7rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--c-n600)}.cohort-hero{text-align:center}.cohort-hero__greeting{margin:1rem 0 .5rem;font-size:1.45rem;font-weight:700;color:var(--c-n900)}.cohort-hero__diagnosis{margin:0 auto;max-width:36ch;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:600;line-height:1.3;letter-spacing:-.015em;text-wrap:balance;color:var(--c-n900)}.cohort-hero__desc{margin:1rem auto 0;max-width:46ch;font-size:.95rem;line-height:1.6;color:var(--c-n700);text-wrap:pretty}.cohort-hero__cta{margin-top:1.25rem}.cohort-severity{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem .3rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.cohort-severity__dot{width:7px;height:7px;border-radius:50%;flex:none}.cohort-tone--mild{background:var(--c-green-soft);color:var(--c-green)}.cohort-tone--mild .cohort-severity__dot{background:var(--c-green)}.cohort-tone--standard{background:var(--c-v100);color:var(--c-v600)}.cohort-tone--standard .cohort-severity__dot{background:var(--c-v500)}.cohort-tone--high{background:var(--c-blue-soft);color:var(--c-blue-press)}.cohort-tone--high .cohort-severity__dot{background:var(--c-blue)}.cohort-tone--gate{background:var(--c-n100);color:var(--c-n800)}.cohort-tone--gate .cohort-severity__dot{background:var(--c-n700)}.cohort-reasons-panel{padding:clamp(1.25rem,3vw,1.6rem) 1rem;border-radius:20px;background:var(--c-v50);text-align:center}.cohort-reasons-panel .cohort-eyebrow{text-align:center}.cohort-reasons{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,4vw,1.5rem)}.cohort-reason{display:flex;flex-direction:column;align-items:center;gap:.55rem;width:110px}.cohort-reason__chip{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--c-v100);color:var(--c-v600);font-size:2.25rem}.cohort-reason__icon-img{width:44px;height:44px;object-fit:contain}.cohort-reason__label{font-size:.82rem;font-weight:500;line-height:1.25;color:var(--c-n800);text-wrap:balance}.cohort-block__title{margin:0 0 .4rem;font-size:1.1rem;font-weight:600;color:var(--c-n900)}.cohort-block__subtitle{margin:0 0 1.1rem;font-size:.82rem;color:var(--c-n600)}.cohort-block__intro{margin:0 0 1.25rem;font-size:.9rem;line-height:1.6;color:var(--c-n800)}.cohort-block__intro--callout{margin:8px 0;font-size:.82rem;font-style:normal;line-height:1.5;color:var(--c-n800);text-wrap:pretty}.cohort-block__title+.cohort-cause-groups,.cohort-block__title+.cohort-products,.cohort-block__title+.cohort-videos,.cohort-block__title+.cohort-support,.cohort-block__title+.cohort-journey{margin-top:1rem}.cohort-cause-groups{display:flex;flex-direction:column;gap:1.5rem}.cohort-causes{display:flex;flex-direction:column;gap:.8rem}.cohort-cause{display:flex;align-items:center;gap:.7rem}.cohort-cause__chip{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:none;border-radius:50%;background:var(--c-v100);color:var(--c-v600);font-size:1.3rem}.cohort-cause__icon-img{width:30px;height:30px;object-fit:contain}.cohort-cause__name{width:132px;flex:none;font-size:.78rem;font-weight:500;line-height:1.3;color:var(--c-n800)}.cohort-cause__track{flex:1;height:6px;border-radius:999px;background:var(--c-n200);overflow:hidden}.cohort-cause__fill{display:block;width:var(--cohort-pct, 0%);height:100%;border-radius:999px;background:var(--c-v400);animation:cohort-grow .7s cubic-bezier(.22,1,.36,1) both}.cohort-cause__pct{width:34px;flex:none;text-align:right;font-size:.74rem;font-weight:600;color:var(--c-n600)}@keyframes cohort-grow{0%{width:0}}.cohort-cause-group .cohort-eyebrow{margin-bottom:12px}.cohort-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.cohort-tile{display:flex;flex-direction:column;align-items:center;gap:9px;padding:16px 12px;border-radius:16px;background:var(--c-n75);text-align:center}.cohort-tile__chip{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--c-v100);color:var(--c-v600);font-size:1.6rem;flex:none}.cohort-tile__img{width:36px;height:36px;object-fit:contain}.cohort-tile__name{font-size:.75rem;font-weight:500;line-height:1.33;color:var(--c-n800);text-wrap:balance}.cohort-staging{padding:18px;border-radius:16px;background:var(--c-n75)}.cohort-staging .cohort-eyebrow{margin-bottom:14px}.cohort-norwood__scale{display:flex;gap:7px;align-items:center}.cohort-norwood__step{flex:1;display:flex;align-items:center;justify-content:center;height:34px;border-radius:9px;background:var(--c-n100);box-shadow:inset 0 0 0 1px var(--c-n300);color:var(--c-n500);font-size:.8125rem;font-weight:600;line-height:1;transition:all .2s ease}.cohort-norwood__step.active{background:var(--c-v400);box-shadow:0 2px 8px #3366ff52;color:#fff}.cohort-norwood__note{margin:8px 0 0;text-align:center;font-size:.72rem;line-height:1.4;color:var(--c-n600)}.cohort-norwood__note strong{color:var(--c-v600);font-weight:600}.cohort-staging-flag{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.cohort-staging-flag__badge{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;background:var(--c-v50);border:1px solid var(--c-v200);color:var(--c-v600);font-size:.78rem;font-weight:600;white-space:nowrap}.cohort-staging-flag__note{flex:1;min-width:0;font-size:.75rem;line-height:1.4;color:var(--c-n600);text-wrap:pretty}.cohort-gate{display:flex;gap:.7rem;padding:.9rem 1rem;border-radius:12px;box-shadow:inset 3px 0 0 var(--c-v400),inset 0 0 0 1px var(--c-n300);background:var(--c-n75)}.cohort-gate--hard,.cohort-gate--action{background:var(--c-blue-soft);box-shadow:inset 3px 0 0 var(--c-blue),inset 0 0 0 1px var(--c-n300)}.cohort-gate__icon{flex:none;margin-top:1px;font-size:1.15rem;color:var(--c-v400)}.cohort-gate--hard .cohort-gate__icon,.cohort-gate--action .cohort-gate__icon{color:var(--c-blue)}.cohort-gate__title{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--c-v600)}.cohort-gate--hard .cohort-gate__title,.cohort-gate--action .cohort-gate__title{color:var(--c-blue-press)}.cohort-gate__text{margin:.25rem 0 0;font-size:.82rem;line-height:1.5;color:var(--c-n800);text-wrap:pretty}.cohort-routine-scroll{display:flex;gap:.85rem;margin:0 calc(-1*clamp(1.25rem,4vw,2rem));padding:.25rem clamp(1.25rem,4vw,2rem) .5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.cohort-routine-scroll::-webkit-scrollbar{display:none}.cohort-routine-card{flex:none;width:178px;padding:1.1rem;border-radius:16px;background:#fff;box-shadow:var(--c-shadow-card);scroll-snap-align:start}.cohort-routine-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.cohort-routine-card__chip{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--c-v100);color:var(--c-v600);font-size:1.35rem}.cohort-routine-card__rank{font-size:.78rem;font-weight:700;color:var(--c-n400)}.cohort-routine-card__title{margin:0;font-size:.92rem;font-weight:600;color:var(--c-n900)}.cohort-routine-card__body{margin:.4rem 0 0;font-size:.76rem;line-height:1.45;color:var(--c-n700);text-wrap:pretty}.cohort-routine-card--product{cursor:pointer;padding:.85rem;overflow:visible;display:flex;flex-direction:column;gap:.75rem}.cohort-routine-card__img{width:100%;aspect-ratio:1;background:var(--c-v50);border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cohort-routine-card__img img{width:100%;height:100%;object-fit:contain}.cohort-routine-card__img-fallback{font-size:2rem;color:var(--c-v400)}.cohort-routine-card__view-btn{display:block;width:100%;margin:0;padding:.55rem 0;border-radius:8px;border:none;background:var(--color-blue, #3366ff);color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;text-align:center}.cohort-routine-card__view-btn:active{opacity:.85}.cohort-routine-card__bottom{padding:0;display:flex;flex-direction:column;gap:.2rem}.cohort-routine-card--product .cohort-routine-card__title{margin:0;font-size:.82rem;font-weight:600;color:var(--c-n900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cohort-routine-card__price{margin:0;font-size:.88rem;font-weight:700;color:var(--color-blue, #3366ff)}.cohort-routine-card__type{margin:0;font-size:.72rem;color:var(--c-n600)}.cohort-kit-btn{display:block;width:100%;margin-top:1rem;padding:1rem;border-radius:12px;border:none;background:var(--color-blue, #3366ff);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;letter-spacing:.01em}.cohort-kit-btn--done{background:var(--color-blue, #3366ff)}.cohort-kit-btn:disabled{opacity:.65;cursor:not-allowed}.cohort-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.cohort-product{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px var(--c-n300)}.cohort-product__media{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;padding:1rem;border:none;border-radius:14px;background:var(--c-v50);cursor:pointer;flex-shrink:0}.cohort-product__media img{width:100%;height:100%;object-fit:contain}.cohort-product__placeholder{font-size:2rem;color:var(--c-v400)}.cohort-product__body{display:flex;flex-direction:column;gap:.5rem;padding:.9rem 1rem 1.1rem;flex:1}.cohort-product__head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.cohort-product__name{margin:0;font-size:.95rem;font-weight:600;color:var(--c-n900)}.cohort-product__price{font-size:.92rem;font-weight:700;color:var(--c-n900)}.cohort-product__desc{margin:0;font-size:.8rem;line-height:1.45;color:var(--c-n700);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cohort-journey{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.5rem;margin:0;padding:0;list-style:none}.cohort-journey__step{position:relative;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.cohort-journey__chip{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--c-v100);color:var(--c-v600);font-size:1.25rem;z-index:1}.cohort-journey__connector{position:absolute;top:24px;left:50%;width:100%;height:2px;background:var(--c-n300)}.cohort-journey__label{font-size:.8rem;font-weight:600;color:var(--c-n900)}.cohort-journey__sub{font-size:.72rem;color:var(--c-n600)}.cohort-videos{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;scrollbar-width:none}.cohort-videos::-webkit-scrollbar{display:none}.cohort-video{flex:0 0 min(260px,78%);display:flex;flex-direction:column;gap:.55rem;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;scroll-snap-align:start}.cohort-video__thumb{position:relative;display:block;height:150px;border-radius:16px;overflow:hidden;background:var(--c-n100);box-shadow:var(--c-shadow-card)}.cohort-video__thumb img{width:100%;height:100%;object-fit:cover}.cohort-video__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:2.5rem;color:var(--c-v400)}.cohort-video__play{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffffeb;color:var(--c-blue);font-size:.9rem}.cohort-video__title{font-size:.85rem;font-weight:500;line-height:1.35;color:var(--c-n800)}.cohort-support{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.cohort-support__item{margin:0;border-radius:16px;overflow:hidden;background:var(--c-n75);box-shadow:var(--c-shadow-card)}.cohort-support__item img{width:100%;display:block;aspect-ratio:4 / 3;object-fit:cover}.cohort-support__item figcaption{padding:.65rem .8rem;font-size:.78rem;color:var(--c-n700)}.cohort-transplant-card{padding:clamp(1.1rem,3vw,1.5rem);border-radius:20px;background:#fff;box-shadow:0 4px 24px #3366ff2e,0 1px 6px #3366ff1a;border:1px solid var(--c-v200)}.cohort-transplant-card .cohort-block__title{margin-bottom:1rem}.cohort-transplant-card .cohort-block__intro{margin-bottom:1.25rem}.cohort-transplant-card .cohort-journey{margin-top:1.1rem}.cohort-transplant-advantages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.cohort-transplant-advantages__item{display:flex;gap:.6rem;font-size:.88rem;line-height:1.55;color:var(--c-n800)}.cohort-transplant-advantages__arrow{flex:none;font-weight:700;color:var(--c-v400);margin-top:.05em}.cohort-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:12px;font-size:.92rem;font-weight:600;cursor:pointer;transition:transform .08s ease,box-shadow .15s ease,background .15s ease}.cohort-btn--primary{width:100%;padding:.95rem 1.25rem;background:var(--c-blue);color:#fff;box-shadow:var(--c-shadow-btn)}.cohort-btn--primary:hover{background:var(--c-blue-press)}.cohort-btn--primary:active{transform:scale(.985)}.cohort-btn--ghost{align-self:flex-start;margin-top:auto;padding:.5rem 0;background:transparent;color:var(--c-blue)}.cohort-btn--ghost:hover{gap:.7rem}.cohort-footer{padding-top:.5rem;display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@media(max-width:768px){.cohort-products,.cohort-support{grid-template-columns:1fr 1fr}.cohort-screen{padding:1.5rem 1rem 2.5rem;gap:1.5rem}.cohort-hero__diagnosis{font-size:1.3rem;max-width:none}.cohort-block__title{font-size:1.05rem}}@media(max-width:600px){.cohort-topbar{display:none}.cohort-screen{padding:1.5rem 1rem 2.5rem;gap:1.5rem}.cohort-hero__greeting{margin-top:.25rem}.cohort-hero__diagnosis{font-size:1.2rem;max-width:none}.cohort-reasons-panel{padding:1.5rem 1rem;border-radius:16px}.cohort-staging{padding:1.5rem 1rem}.cohort-gate{padding:1rem}.cohort-transplant-card{padding:1.5rem 1rem}.cohort-reasons{gap:.85rem}.cohort-reason{width:82px}.cohort-reason__chip{width:52px;height:52px;font-size:1.75rem}.cohort-reason__icon-img{width:28px;height:28px}.cohort-block__title{font-size:1rem;margin-bottom:.5rem}.cohort-block__intro{font-size:.85rem;margin-bottom:1rem}.cohort-btn--primary{padding:.95rem 2.75rem}.cohort-cause__name{width:auto;flex:1;min-width:0}.cohort-tiles{gap:.55rem}.cohort-tile{padding:1.5rem 1rem;gap:.5rem;border-radius:12px}.cohort-tile__name{font-size:.7rem}.cohort-journey{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(2,1fr);gap:1.5rem .5rem}.cohort-journey__connector{display:none}.cohort-norwood__scale{gap:.35rem}}@media(max-width:480px){.cohort-screen{padding:1.5rem 1rem 2.5rem;gap:1.5rem}.cohort-products,.cohort-support{grid-template-columns:1fr}.cohort-hero__diagnosis{font-size:1.1rem;line-height:1.35}.cohort-tiles{gap:.45rem}.cohort-reason{width:76px}.cohort-reason__chip{width:48px;height:48px;font-size:1.5rem}.cohort-reason__icon-img{width:45px;height:40px}.cohort-reason__label{font-size:.72rem}.cohort-cause-groups{gap:1.5rem}.cohort-eyebrow{font-size:.65rem}}.app-page{padding-top:56px}.home-screen{min-height:calc(100vh - 56px);display:flex;flex-direction:column;width:100%;background:linear-gradient(135deg,#dbe8ff,#ecf1ff 35%,#f5f7ff);font-family:Roboto,sans-serif}.home-pane{display:flex;flex-direction:column}.home-pane--hero .app-sidebar{width:100%;max-width:420px;align-self:center}.home-pane--hero{background:#06285e;color:#fff;justify-content:center;position:sticky;top:56px;height:calc(100vh - 56px);align-self:flex-start}.home-pane--content{display:flex;justify-content:center;align-items:flex-start;width:100%;min-height:calc(100vh - 56px)}.home-pane--content .home-content-shell{width:100%}.home-content-shell{width:100%;min-height:100%;display:flex;justify-content:flex-start;align-items:stretch}.home-content-card{width:100%;max-width:1200px;min-height:100%;overflow-y:auto;background:#fff;box-shadow:0 30px 70px #3366ff24;padding:clamp(1.5rem,3vw,1rem)}.home-pane--content .home-content-shell{width:100%;max-width:720px;margin:0 auto}.home-pane--content .home-content-card{max-width:720px;padding:clamp(1.5rem,3vw,2.75rem) clamp(1.25rem,4vw,2rem)}.home-container{display:flex;flex-direction:column;gap:1.5rem}.home-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;margin-top:1rem;border-radius:12px;background:#245dff14;color:#1b1f3b;font-weight:600}.home-alert button{border:none;background:transparent;font-size:1rem;cursor:pointer;color:inherit}.home-hero-row{width:100%;height:230px;overflow:hidden;display:flex;margin-top:3rem;align-items:center;gap:clamp(1rem,3vw,2.5rem);padding:0rem 2rem}.home-hero-copy{flex:1}.home-hero-copy p{margin:0;text-transform:uppercase;font-size:.85rem;letter-spacing:.18em;color:#081d3c99}.home-hero-copy h2{margin:.35rem 0;font-size:clamp(1.6rem,3.5vw,2.4rem);color:#071847}.home-hero-copy span{color:#071847bf;font-size:1rem}.home-hero-art{flex:1;display:flex;justify-content:flex-end}.home-hero-art img{margin-top:144px;width:min(344px,80%);display:block}.home-card{background:#fff;border-radius:28px;padding:clamp(1.25rem,3vw,1rem);box-shadow:20px 30px 60px 44px #3366ff14}.home-subtitle,.home-muted{color:#0a1b3ca6}.home-link{color:#2548ff;font-weight:600;cursor:pointer}.home-reasons{display:flex;gap:1rem;flex-wrap:wrap}.home-reason-bubble{flex:1;min-width:120px;padding:1.5rem;border-radius:22px;background:linear-gradient(145deg,#f1f5ff,#fff);box-shadow:inset 0 1px #fffc}.home-partners{position:relative;overflow:hidden}.home-partners-track{display:flex;gap:2.25rem;padding:.85rem 1.5rem;width:fit-content;animation:partner-scroll 18s linear infinite}.home-partner{display:flex;align-items:center;gap:.75rem;min-width:max-content}.home-partner img{height:26px;width:auto;object-fit:contain}.home-partner--rating{font-weight:600;color:#0f1a39}.home-partner-rating{display:flex;align-items:baseline;gap:.35rem;font-size:1rem}.home-partner-rating-score{font-size:1.15rem}.home-partner-rating-text{font-weight:400;color:#0f1a39bf}@keyframes partner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-orders-button{border:none;border-radius:18px;padding:.9rem 1.5rem;background:#142257;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease}.home-orders-button:hover{transform:translateY(-2px)}.home-products-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.home-product-card{border:1px solid rgba(22,49,95,.08);border-radius:20px;padding:0;display:flex;flex-direction:column;overflow:hidden}.home-product-media{background:#f7f8ff;border-radius:16px;border:none;padding:1.1rem;cursor:pointer}.home-product-media img{width:100%;height:135px;object-fit:contain}.home-product-body{display:flex;flex-direction:column;padding:.85rem 1rem 1.25rem;flex:1}.home-product-price{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-weight:600}.home-product-description{color:#08123899;font-size:.92rem;line-height:1.4;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.25rem}.home-product-description.expanded{line-clamp:unset;-webkit-line-clamp:unset;max-height:none}.home-description-toggle{background:none;border:none;color:#1d4ed8;font-weight:600;align-self:flex-start;padding:0;margin-bottom:.5rem;cursor:pointer}.home-description-toggle:hover{text-decoration:underline}.home-primary-button{border:none;border-radius:10px;padding:.75rem 1.25rem;font-weight:600;color:#fff;background:linear-gradient(120deg,#3066ff,#2b57c0);cursor:pointer;transition:box-shadow .2s;margin-top:auto}.home-primary-button:hover{box-shadow:0 15px 30px #2e5bff4d}.home-reminder-summary{display:flex;flex-direction:column;gap:.4rem;font-weight:600}.home-journey-card h3{margin-bottom:1.5rem;text-transform:uppercase;font-size:1.1rem;letter-spacing:.08em}.home-journey-track{display:flex;flex-direction:column;gap:1.2rem}.home-journey-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 .5rem;gap:0}.home-journey-line:before{content:"";position:absolute;left:1rem;right:1rem;height:4px;background:#5e6793;top:50%;transform:translateY(-50%);border-radius:999px}.home-journey-dot{width:20px;height:20px;border-radius:50%;background:#5e6793;position:relative;justify-self:center}.home-journey-dot.active{background:#34c38f;box-shadow:0 0 0 6px #34c38f40}.home-journey-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.home-journey-steps div{text-align:center}.home-journey-steps p{margin:0;font-weight:700;font-size:1rem}.home-journey-steps span{color:#0c1834b3;font-size:.95rem}.home-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-benefit{border-radius:20px;background:#f7f7fc;padding:1rem;text-align:center}.home-benefit-media{width:100%;height:120px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.home-benefit-media img{max-width:80%;max-height:80%;object-fit:contain}.home-video-carousel{position:relative;width:100%}.home-video-carousel-track{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-video-carousel-track::-webkit-scrollbar{height:6px}.home-video-carousel-track::-webkit-scrollbar-thumb{background:#08123833;border-radius:999px}.home-video-card{flex:0 0 calc((100% - 2rem) / 3);min-width:clamp(220px,calc((100% - 2rem) / 3),320px);scroll-snap-align:start;border:none;background:transparent;border-radius:24px;padding:0;text-align:left;cursor:pointer}.home-video-card:not(:last-child){margin-bottom:0}.home-video-thumb{position:relative;overflow:hidden;border-radius:18px;box-shadow:0 18px 40px #3366ff24}.home-video-thumb img{width:100%;height:140px;object-fit:cover;display:block}.home-video-play{position:absolute;right:12px;bottom:12px;background:#ffffffe6;color:#1a38b8;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:.85rem}.home-account-actions{display:flex;flex-wrap:wrap;gap:1rem}.home-card:has(.home-account-actions) .home-card-heading{flex-direction:column;align-items:flex-start;gap:.35rem}.home-preference-button{width:32%;border:2px solid #2f66ff;border-radius:16px;background:#fff;color:#2f66ff;padding:.85rem 1rem;font-size:1.3rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.home-preference-button-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.home-preference-button-icon svg{width:18px;height:18px;fill:currentColor}.home-acct-page{width:100%;max-width:680px;margin:0 auto;padding:1.25rem 1.25rem 3rem;background:#f0f2f9;min-height:calc(100vh - 56px);display:flex;flex-direction:column;gap:1.25rem}.home-acct-topbar{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0 .5rem}.home-acct-title{margin:0;flex:1;text-align:center;font-size:1.35rem;font-weight:700;color:var(--color-navy, #101840)}.home-acct-back,.home-acct-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--color-navy, #101840);font-size:1.2rem;cursor:pointer;border-radius:50%;flex:none}.home-acct-back:hover,.home-acct-close:hover{background:#0f184012}.home-acct-card{background:#fff;border-radius:20px;padding:1.25rem;display:flex;flex-direction:column;gap:0;box-shadow:0 4px 18px #3366ff12}.home-acct-card-label{margin:0 0 1rem;font-size:.9rem;font-weight:600;color:var(--color-slate, #474d66);text-transform:uppercase;letter-spacing:.04em}.home-acct-profile-row{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;margin-bottom:.75rem;border-bottom:1px solid #eef0f9}.home-acct-avatar{width:68px;height:68px;border-radius:50%;background:#e4e8f5;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--color-grey, #8a94aa);flex:none}.home-acct-name-block{display:flex;flex-direction:column;gap:.1rem}.home-acct-name-label{font-size:.82rem;color:var(--color-grey, #8a94aa);font-weight:500}.home-acct-name{font-size:1.25rem;font-weight:700;color:var(--color-navy, #101840)}.home-acct-info-row{display:flex;align-items:center;gap:.85rem;padding:.6rem 0}.home-acct-info-row+.home-acct-info-row{border-top:1px solid #eef0f9}.home-acct-info-icon{width:38px;height:38px;border-radius:50%;background:#f0f2f9;display:flex;align-items:center;justify-content:center;font-size:1.05rem;color:var(--color-slate, #474d66);flex:none}.home-acct-info-text{font-size:.95rem;color:var(--color-navy, #101840);font-weight:500}.home-acct-info-text--email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 60px)}.home-acct-actions{display:flex;flex-direction:column;gap:.85rem}.home-acct-actions-label{margin:0;font-size:1.05rem;font-weight:700;color:var(--color-navy, #101840)}.home-acct-actions-row{display:flex;gap:.85rem}.home-acct-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.85rem 1rem;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;line-height:1}.home-acct-btn--logout{border:2px solid var(--color-blue, #3366ff);background:transparent;color:var(--color-blue, #3366ff)}.home-acct-btn--logout:hover{background:#3366ff0f}.home-acct-btn--delete{border:none;background:var(--color-error, #d7263d);color:#fff}.home-acct-btn--delete:hover{background:#b81e32}.cohort-btn--account{align-self:center!important;margin-top:.25rem}.home-cart-overlay{position:fixed;inset:0;background:#04091a73;display:flex;align-items:center;justify-content:center;z-index:40}.home-cart-sheet{width:min(420px,90vw);max-height:80vh;background:#fff;border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden}.home-cart-header{display:flex;justify-content:space-between;align-items:center}.home-cart-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.home-cart-product{display:flex;gap:1rem;align-items:center;justify-content:space-between}.home-cart-product-info{display:flex;gap:1rem;align-items:center;flex:1}.home-cart-thumb{width:72px;height:72px;border-radius:16px;background:#f3f4ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-cart-thumb img{width:100%;height:100%;object-fit:contain}.home-cart-thumb-placeholder{width:100%;height:100%;background:#2338701a;border-radius:16px}.home-cart-remove{border:none;background:#d124241f;color:#d12424;cursor:pointer;border-radius:999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0}.home-cart-remove svg{display:block}.home-cart-checkout{width:100%;border:none;border-radius:18px;padding:1rem;font-size:1.05rem;font-weight:600;background:linear-gradient(135deg,#2b4cba,#3140ff);color:#fff;cursor:pointer}.home-cart-error{color:#d1253c;margin:0;font-size:.92rem}.home-toast{position:fixed;left:50%;bottom:clamp(1rem,4vw,2.5rem);transform:translate(-50%);background:#081544;color:#fff;padding:.9rem 1.5rem;border-radius:28px;display:flex;align-items:center;gap:1rem}.home-toast button{border:none;background:none;color:inherit;cursor:pointer;font-size:1rem}.home-modal{position:fixed;inset:0;background:#040a1e80;display:flex;align-items:center;justify-content:center;z-index:50}.home-modal-card{background:#fff;border-radius:28px;padding:1.75rem;width:min(420px,90vw);display:flex;flex-direction:column;gap:1rem}.home-modal-header{display:flex;justify-content:space-between;align-items:center}.home-modal-body{display:flex;flex-direction:column;gap:1rem}.home-reminder-field{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem;color:#0d1f47}.home-reminder-field select{border:1px solid rgba(15,39,93,.15);border-radius:12px;padding:.65rem .75rem;font-size:1rem}.home-modal-actions{display:flex;gap:1rem}.home-card-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.3rem}.home-card-heading h3{margin:0;font-size:1.4rem}.home-card-heading+.home-benefits,.home-card-heading+.home-video-row{margin-top:.5rem}.home-cart-button{position:fixed;right:clamp(1rem,4vw,2.5rem);bottom:clamp(1rem,4vw,2.5rem);background:#111b3d;color:#fff;border:none;border-radius:999px;padding:.85rem 1.4rem;display:flex;gap:.7rem;align-items:center;box-shadow:0 25px 50px #3366ff38}.consult-overlay{position:fixed;inset:0;background:#04091e85;display:flex;align-items:flex-end;justify-content:center;z-index:50}@media(min-width:520px){.consult-overlay{align-items:center}}.consult-sheet{width:min(480px,100%);background:#fff;border-radius:24px 24px 0 0;padding:1.25rem 1rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:1rem;box-shadow:0 -8px 40px #3366ff2e,0 -2px 10px #3366ff1a;max-height:90vh;overflow-y:auto}@media(min-width:520px){.consult-sheet{border-radius:24px;padding:1.75rem;max-height:88vh}}.consult-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.consult-sheet__eyebrow{margin:0 0 .2rem;font-size:.68rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--color-blue, #3366ff)}.consult-sheet__title{margin:0;font-size:1.15rem;font-weight:700;color:var(--color-navy, #101840);line-height:1.3}.consult-sheet__close{flex:none;width:34px;height:34px;border:none;background:#f4f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#474d66;cursor:pointer;margin-top:2px}.consult-sheet__close:hover{background:#e6e8f0}.consult-form{display:flex;flex-direction:column;gap:.85rem}.consult-form__field{display:flex;flex-direction:column;gap:.3rem}.consult-form__label{font-size:.8rem;font-weight:600;color:var(--color-slate, #474d66)}.consult-form__optional{font-weight:400;color:#8a94aa}.consult-form__input{width:100%;padding:.78rem .9rem;border:1.5px solid #d8dae5;border-radius:12px;font-size:1rem;color:var(--color-navy, #101840);background:#fff;outline:none;font-family:Roboto,sans-serif;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;-webkit-appearance:none}.consult-form__input:focus{border-color:var(--color-blue, #3366ff);box-shadow:0 0 0 3px #3366ff26}.consult-form__input--textarea{resize:none;min-height:72px}.consult-form__submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.25rem;border:none;border-radius:12px;background:#36f;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;font-family:Roboto,sans-serif;box-shadow:0 2px 6px #3366ff3d;transition:background .15s ease;margin-top:.15rem;min-height:48px}.consult-form__submit:hover{background:#1f3d99}.consult-form__submit:disabled{opacity:.65;cursor:not-allowed}.consult-form__error{margin:0;padding:.6rem .85rem;border-radius:8px;background:#d7263d14;color:#d7263d;font-size:.82rem;font-weight:500}.consult-sheet__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem;padding:1.25rem 0 .5rem}.consult-sheet__success-icon{font-size:2.75rem;color:#22c35e}.consult-sheet__success-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--color-navy, #101840)}.consult-sheet__success-sub{margin:0;font-size:.86rem;color:#696f8c;max-width:32ch;line-height:1.5}@media(max-width:1024px){.home-screen{display:flex;flex-direction:column;grid-template-columns:minmax(0,1fr);height:auto;min-height:auto}.home-pane--hero{display:none}.home-pane--content{overflow:visible;grid-column:1 / -1}.home-content-card{min-height:auto;overflow:visible;box-shadow:0 18px 40px #3366ff1f;border-radius:24px}}@media(max-width:768px){.app-page{padding-top:0}.home-screen{display:flex;flex-direction:column;min-height:100vh;height:auto;background:#fff}.app-header{position:sticky;top:0;padding:.65rem 1rem;height:auto;min-height:56px;border-bottom:none;box-shadow:0 4px 16px #3366ff12;border-radius:0 0 14px 14px;gap:.75rem}.app-header__brand{flex:1;padding-right:.75rem}.app-header__brand img{max-width:130px;height:26px;object-fit:contain}.home-pane--hero{display:none}.home-pane--content{width:100%;max-width:100%;grid-column:1 / -1;flex:1}.home-pane--content .cohort-screen{border-radius:0;box-shadow:none}.home-content-card{box-shadow:none;border-radius:0;padding:0;background:transparent;overflow:visible}.home-container{gap:1.5rem}.home-card{padding:1.25rem;border-radius:14px;background:#fff;box-shadow:0 2px 12px #3366ff0f}.home-card-heading{flex-direction:row;align-items:center;margin-bottom:1rem}.home-card-heading h3{font-size:1.1rem}.home-acct-page{padding:1rem 1rem 3rem}.home-acct-actions-row{gap:.65rem}}@media(max-width:600px){.home-container{gap:1.25rem}.home-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.home-benefit{padding:.65rem;border-radius:14px}.home-benefit-media{height:84px;border-radius:12px;margin-bottom:.45rem}.home-benefit p{font-size:.9rem;margin:0}}.home-pane--content .cohort-screen{border-radius:0;box-shadow:none;padding-top:.25rem}.cohort-scalp-intro{text-align:center}.cohort-scalp-intro__subtitle{margin:0;font-size:.97rem;color:var(--color-slate, #474d66);line-height:1.55}.cohort-reasons--scalp{justify-content:center;gap:1.25rem;margin-top:.25rem}.cohort-consult-card{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:20px;padding:1.5rem;border:1.5px solid #dce3f5;box-shadow:0 8px 32px #3366ff1a}.cohort-consult-card__title{margin:0;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;color:var(--color-navy, #101840);line-height:1.3}.cohort-consult-card__body{margin:0;font-size:.92rem;color:var(--color-slate, #474d66);line-height:1.6}.cohort-consult-card__img{width:100%;border-radius:14px;object-fit:cover;max-height:220px;display:block}.cohort-doctor-card{display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(135deg,#f3f6ff,#fff 60%);border-radius:16px;padding:1.1rem 1.25rem;border:1.5px solid #b8cbf5;box-shadow:0 4px 18px #3366ff14;position:relative;overflow:hidden}.cohort-doctor-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#36f,#7b97f5);border-radius:16px 16px 0 0}.cohort-doctor-card__img{width:100%;border-radius:10px;object-fit:cover;max-height:160px;display:block}.delete-confirm-sheet{gap:1.25rem}.delete-confirm-body{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:.25rem 0 .5rem}.delete-confirm-icon{font-size:2.75rem;color:var(--color-error, #d7263d);line-height:1}.delete-confirm-text{margin:0;font-size:.92rem;color:var(--color-slate, #474d66);line-height:1.6;max-width:36ch}.delete-confirm-actions{display:flex;gap:.75rem;width:100%;margin-top:.25rem}.delete-confirm-cancel{flex:1;padding:.85rem 1rem;border:1.5px solid #d8dae5;border-radius:12px;background:#fff;color:var(--color-slate, #474d66);font-size:.95rem;font-weight:600;cursor:pointer;font-family:Roboto,sans-serif;transition:background .15s ease}.delete-confirm-cancel:hover{background:#f4f5f9}.delete-confirm-submit{flex:1;padding:.85rem 1rem;border:none;border-radius:12px;background:var(--color-error, #d7263d);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:Roboto,sans-serif;transition:background .15s ease}.delete-confirm-submit:hover{background:#b81e32}.delete-confirm-submit:disabled,.delete-confirm-cancel:disabled{opacity:.6;cursor:not-allowed}.cohort-btn--account{align-self:stretch;width:100%;padding:.85rem 1.25rem;border-radius:12px;border:1.5px solid var(--color-blue, #3366ff);background:#f0f4ff;color:var(--color-blue, #3366ff);font-size:.95rem;font-weight:600;justify-content:center;gap:.5rem;margin-top:0;box-shadow:0 2px 10px #3366ff14}.cohort-btn--account:hover{background:#dce8ff;border-color:#2952cc;color:#2952cc}.cart-v2-overlay{position:fixed;inset:0;background:#10184073;z-index:1200;display:flex;align-items:flex-end;justify-content:center}@media(min-width:600px){.cart-v2-overlay{align-items:center}}.cart-v2-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:560px;max-height:92dvh;overflow-y:auto;padding:24px 20px 32px;display:flex;flex-direction:column;gap:0}@media(min-width:600px){.cart-v2-sheet{border-radius:20px;max-height:88dvh}}.cart-v2-sheet::-webkit-scrollbar{width:5px}.cart-v2-sheet::-webkit-scrollbar-thumb{background:#e6e8f0;border-radius:99px}.cart-v2-sheet--loading{min-height:260px;justify-content:center;align-items:center;position:relative}.cart-v2__close--loader{position:absolute;top:20px;right:20px}.cart-v2__loader{display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px 0}.cart-v2__spinner{display:block;width:36px;height:36px;border:3px solid rgba(51,102,255,.15);border-top-color:#36f;border-radius:50%;animation:cart-spin .7s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-v2__loader-text{margin:0;font-size:.9rem;color:#474d66;font-weight:500}.cohort-routine-card--skeleton{flex:0 0 160px;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 14px #10184012;pointer-events:none}.routine-sk__img{width:100%;height:130px;background:linear-gradient(90deg,#f0f2f8 25%,#e4e7f0,#f0f2f8 75%);background-size:300% 100%;animation:s4-shimmer 1.5s ease infinite}.routine-sk__body{padding:12px 12px 14px;display:flex;flex-direction:column;gap:8px}.routine-sk__bar{border-radius:5px;background:linear-gradient(90deg,#f0f2f8 25%,#e4e7f0,#f0f2f8 75%);background-size:300% 100%;animation:s4-shimmer 1.5s ease infinite}.routine-sk__bar--lg{height:13px;width:80%}.routine-sk__bar--sm{height:10px;width:50%}.s4-skeleton{background:#fff;border-radius:20px;padding:22px 20px 26px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 18px #1018400f}.s4-skeleton__bar{border-radius:6px;background:linear-gradient(90deg,#f0f2f8 25%,#e4e7f0,#f0f2f8 75%);background-size:300% 100%;animation:s4-shimmer 1.5s ease infinite}.s4-skeleton__bar--sm{height:11px;width:38%}.s4-skeleton__bar--xl{height:22px;width:55%}.s4-skeleton__bar--md{height:13px;width:78%}.s4-skeleton__diagram{margin-top:6px;height:110px;border-radius:12px;background:linear-gradient(90deg,#f0f2f8 25%,#e4e7f0,#f0f2f8 75%);background-size:300% 100%;animation:s4-shimmer 1.5s ease infinite}@keyframes s4-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.cart-v2__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.cart-v2__title{font-size:20px;font-weight:600;color:#101840;letter-spacing:-.01em;margin:0 0 4px}.cart-v2__subtitle{font-size:13px;color:#696f8c;line-height:1.5;margin:0}.cart-v2__close{flex:none;width:32px;height:32px;border:none;background:#f4f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#474d66;font-size:16px}.cart-v2__close:hover{background:#e6e8f0}.cart-v2__mode-toggle{display:flex;gap:4px;background:#f4f5f9;border-radius:10px;padding:4px;margin-bottom:6px}.cart-v2__mode-btn{flex:1;padding:9px 0;border:none;border-radius:8px;background:transparent;color:#696f8c;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.cart-v2__mode-btn--active{background:#fff;color:#36f;box-shadow:0 1px 4px #1018401a}.cart-v2__mode-note{font-size:12px;color:#8f95b2;margin:0 2px 12px;line-height:1.5}.cart-v2__rows{display:flex;flex-direction:column;margin-bottom:4px}.cart-v2__empty{font-size:14px;color:#8f95b2;padding:20px 0;text-align:center}.cart-v2__row{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #edeff5}.cart-v2__row--off{opacity:.6}.cart-v2__row--free{cursor:default}.cart-v2__check{flex:none;width:22px;height:22px;border-radius:7px;border:1.5px solid #c1c4d6;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:#fff;transition:background .12s,border-color .12s}.cart-v2__check--on{background:#36f;border-color:#36f;color:#fff}.cart-v2__check--static{cursor:default;pointer-events:none}.cart-v2__icon{flex:none;width:42px;height:42px;border-radius:999px;background:#e7e4f9;display:flex;align-items:center;justify-content:center;font-size:20px;color:#6e62b6;overflow:hidden}.cart-v2__icon-img{width:100%;height:100%;object-fit:cover}.cart-v2__info{flex:1;min-width:0}.cart-v2__name{font-size:14px;font-weight:600;color:#101840;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-v2__sub{font-size:12px;color:#8f95b2;margin:2px 0 0}.cart-v2__each{font-size:11px;color:#c1c4d6;font-weight:500;margin:2px 0 0}.cart-v2__support-sub{font-size:12px;color:#36f;margin:2px 0 0}.cart-v2__stepper{flex:none;display:flex;align-items:center;border:1px solid #e6e8f0;border-radius:8px;overflow:hidden;background:#fff;transition:opacity .15s}.cart-v2__step{width:30px;height:30px;border:none;background:transparent;color:#474d66;font-size:17px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.cart-v2__step:hover{background:#f4f5f9}.cart-v2__qty{min-width:22px;text-align:center;font-size:14px;font-weight:600;color:#101840;font-variant-numeric:tabular-nums}.cart-v2__price-col{flex:none;text-align:right;min-width:64px;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.cart-v2__price-net{font-size:15px;font-weight:600;color:#101840}.cart-v2__price-was{font-size:13px;font-weight:500;color:#c1c4d6;text-decoration:line-through}.cart-v2__price-free{font-size:14px;font-weight:600;color:#1f9d57}.cart-v2__remove{border:none;background:transparent;color:#c1c4d6;cursor:pointer;font-size:14px;padding:2px;display:flex;align-items:center;margin-top:2px}.cart-v2__remove:hover{color:#d7263d}.cart-v2__support-row{display:flex;align-items:center;gap:10px;padding:13px 14px;margin-top:12px;background:#f8f7fd;border:1px dashed #b8afee;border-radius:12px}.cart-v2__included{flex:none;font-size:12px;font-weight:600;color:#1f9d57;letter-spacing:.04em}.cart-v2__coupon{margin-top:16px;padding-top:16px;border-top:1px solid #e6e8f0}.cart-v2__coupon-row{display:flex;gap:8px}.cart-v2__coupon-field{flex:1;display:flex;align-items:center;gap:8px;background:#f9fafc;border:1px solid #d8dae5;border-radius:8px;padding:0 12px;font-size:16px;color:#8f95b2}.cart-v2__coupon-input{flex:1;min-width:0;border:none;outline:none;background:transparent;height:46px;font-size:14px;font-weight:500;color:#101840;text-transform:uppercase;letter-spacing:.03em;font-family:inherit}.cart-v2__coupon-apply{flex:none;padding:0 20px;height:48px;border:1.5px solid #3366ff;border-radius:8px;background:#fff;color:#36f;font-size:14px;font-weight:600;cursor:pointer;transition:background .12s;font-family:inherit}.cart-v2__coupon-apply:hover{background:#eef2ff}.cart-v2__coupon-error{display:flex;align-items:center;gap:5px;margin-top:8px;font-size:12px;font-weight:500;color:#d4483b}.cart-v2__coupon-hint{margin-top:8px;font-size:11px;color:#c1c4d6}.cart-v2__coupon-hint strong{color:#474d66}.cart-v2__coupon-applied{display:flex;align-items:center;gap:10px;background:#e2f6ec;border:1px solid #34c27a;border-radius:10px;padding:11px 14px;font-size:20px;color:#1f9d57}.cart-v2__coupon-applied-code{font-size:13px;font-weight:600;color:#101840;margin:0}.cart-v2__coupon-applied-label{font-size:12px;color:#1f9d57;margin:1px 0 0}.cart-v2__coupon-remove{margin-left:auto;border:none;background:transparent;font-size:12px;font-weight:600;color:#8f95b2;cursor:pointer;padding:4px}.cart-v2__coupon-remove:hover{color:#101840}.cart-v2__breakdown{margin-top:16px;display:flex;flex-direction:column;gap:9px}.cart-v2__breakdown-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:500;color:#696f8c}.cart-v2__breakdown-row span:last-child{color:#101840}.cart-v2__breakdown-row--save span{color:#1f9d57!important}.cart-v2__total-row{display:flex;align-items:center;justify-content:space-between;margin-top:5px;padding-top:14px;border-top:1px solid #e6e8f0}.cart-v2__total-label{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8f95b2}.cart-v2__total-amount{font-size:26px;font-weight:600;color:#101840;letter-spacing:-.01em}.cart-v2__testimonial{display:flex;gap:12px;align-items:flex-start;background:#f8f7fd;border-radius:14px;padding:16px;margin-top:18px}.cart-v2__testimonial-avatar{flex:none;width:40px;height:40px;border-radius:999px;background:#e7e4f9;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#6e62b6}.cart-v2__testimonial-quote{font-size:13px;color:#474d66;font-style:italic;line-height:1.5;margin:0}.cart-v2__testimonial-author{font-size:12px;font-weight:600;color:#696f8c;margin:6px 0 0}.cart-v2__timer{display:flex;align-items:center;gap:8px;background:#eef2ff;border-radius:12px;padding:12px 16px;margin-top:12px;font-size:18px;color:#36f}.cart-v2__timer-text{flex:1;font-size:13px;font-weight:500;color:#355291}.cart-v2__timer-count{font-size:15px;font-weight:600;color:#36f;font-variant-numeric:tabular-nums}.cart-v2__cta{margin-top:16px;width:100%;height:52px;border:none;border-radius:8px;background:#36f;color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #3366ff3d;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s;font-family:inherit}.cart-v2__cta:hover:not(:disabled){background:#1f4fc8}.cart-v2__cta:disabled{opacity:.55;cursor:not-allowed}.cart-v2__cta-error{margin-top:8px;font-size:13px;color:#d7263d;text-align:center}.cart-v2__trust{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:20px;font-size:11px;color:#8f95b2}.cart-v2__trust span{display:flex;align-items:center;gap:4px}.s4-card,.s4-traj-card{background:#fff;border:1px solid #edeff5;border-radius:20px;box-shadow:0 8px 24px #1018400f;padding:24px 20px}.s4-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.s4-card__stage{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.s4-card__stage--blue{color:#36f}.s4-card__stage--violet{color:#6e62b6}.s4-card__months{font-size:11px;font-weight:600;letter-spacing:.06em;color:#6e62b6;background:#e7e4f9;padding:6px 10px;border-radius:999px;white-space:nowrap}.s4-card__title{font-size:clamp(1.8rem,7vw,2.2rem);font-weight:600;letter-spacing:-.03em;color:#101840;line-height:1.05;margin:0}.s4-card__dot--blue{color:#36f}.s4-card__dot--violet{color:#5d52a0}.s4-card__tag{margin-top:8px;font-size:14px;color:#696f8c;text-wrap:pretty}.s4-diagram{margin-top:22px;width:100%}.s4-traj-card__h{font-size:16px;font-weight:600;color:#101840;margin:0}.s4-traj-card__sub{font-size:13px;color:#696f8c;margin:4px 0 0}.s4-traj{display:flex;align-items:center;padding:46px 0 52px}.s4-traj-line{flex:1;height:3.5px;border-radius:99px;background:#897ae3;opacity:.75}.s4-traj-line--fade{background:linear-gradient(90deg,#897ae3,#897ae300)}.s4-traj-node{position:relative;flex:none;margin:0 -2px;z-index:1}.s4-traj-chip{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center}.s4-traj-chip--blue{background:#dde4ff}.s4-traj-chip--violet{background:#e7e4f9}.s4-traj-label{position:absolute;top:calc(100% + 11px);left:50%;transform:translate(-50%);font-size:12px;font-weight:600;color:#101840;white-space:nowrap}.s4-traj-dash{display:block;width:14px;height:3.5px;border-radius:99px;background:#36f}.s4-traj-dot{display:block;width:12px;height:12px;border-radius:50%;background:#36f}.s4-traj-dots{flex:none;display:flex;gap:6px;margin:0 8px}.s4-traj-dots span{display:block;width:4px;height:4px;border-radius:50%;background:#897ae3}.s4-traj-dots span:nth-child(1){opacity:.55}.s4-traj-dots span:nth-child(2){opacity:.42}.s4-traj-dots span:nth-child(3){opacity:.3}.s4-traj-inf{flex:none;display:flex;color:#6e62b6}.s4-stop-axis{display:flex;justify-content:space-between;border-top:1.5px solid #e6e8f0;margin-top:14px;padding-top:8px}.s4-stop-axis span{font-size:11px;font-weight:500;color:#8f95b2}.s4-stop-axis__last{color:#36f!important;font-weight:700!important}.s4-equi-row{display:flex;justify-content:space-between;margin:0 4px 10px}.s4-equi-pole__nm{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6e62b6}.s4-equi-pole__gl{font-size:12px;font-weight:500;color:#8f95b2}.s4-equi-pole--right{text-align:right}.s4-equi-stage{position:relative;width:100%;max-width:300px;margin:0 auto}.s4-equi-caption{margin-top:14px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#101840}.s4-dens-stage{display:flex;align-items:center;justify-content:center;gap:18px;padding:26px 0 10px}.s4-dens-small{position:relative;flex:none;width:62px;height:62px;border-radius:50%;border:2px solid #3366ff;background:#eef2ff}.s4-dens-r{display:block;position:absolute;top:50%;left:50%;width:50%;height:1.5px;background:#36f}.s4-dens-r:before{content:"";position:absolute;left:-3px;top:-2.25px;width:6px;height:6px;border-radius:50%;background:#36f}.s4-dens-r b{position:absolute;left:40%;bottom:5px;font-size:12px;font-weight:700;color:#101840}.s4-dens-arrow{flex:none;display:flex;color:#c1c4d6}.s4-dens-big-wrap{position:relative;flex:none}.s4-dens-x4{position:absolute;top:-26px;left:50%;transform:translate(-50%);font-size:22px;font-weight:700;color:#36f}.s4-dens-spark{display:block;position:absolute;top:-4px;right:-14px;width:9px;height:9px;background:#36f;transform:rotate(45deg);border-radius:2px}.s4-dens-big{position:relative;width:124px;height:124px;border-radius:50%;border:2.5px solid #3366ff}.s4-dens-fill{position:absolute;border-radius:50%;background:#6b8cff;opacity:.45;display:block}.s4-dens-fill--1{width:62px;height:62px;top:14px;left:22px}.s4-dens-fill--2{width:58px;height:58px;top:26px;right:16px}.s4-dens-fill--3{width:56px;height:56px;bottom:14px;left:30px}.s4-dens-2r{display:block;position:absolute;top:50%;left:50%;width:50%;height:1.5px;background:#36f}.s4-dens-2r:before{content:"";position:absolute;left:-3.5px;top:-2.75px;width:7px;height:7px;border-radius:50%;background:#36f}.s4-dens-2r b{position:absolute;left:30%;bottom:5px;font-size:12px;font-weight:700;color:#101840}.s4-equi-stage{position:relative;width:300px;height:120px;margin:0 auto;overflow:hidden}.s4-orbiter{position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;background:#6e62b6;offset-path:path("M150 60 C 185 20, 290 20, 290 60 C 290 100, 185 100, 150 60 C 115 20, 10 20, 10 60 C 10 100, 115 100, 150 60");offset-distance:0%}.s4-sus-stage{position:relative;padding:16px 0 40px}.s4-sus-row{display:flex;align-items:center}.s4-sus-line{flex:1;height:3px;border-radius:99px;background:#897ae3;opacity:.75}.s4-sus-node{position:relative;flex:none;margin:0 -2px;z-index:1}.s4-sus-chip{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.s4-sus-chip--blue{background:#dde4ff}.s4-sus-chip--violet{background:#e7e4f9}.s4-sus-dash{display:block;width:11px;height:3px;border-radius:99px;background:#36f}.s4-sus-dot{display:block;width:9px;height:9px;border-radius:50%;background:#36f}.s4-sus-label{position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%);font-size:11px;font-weight:600;color:#474d66;white-space:nowrap}.s4-sus-inf{flex:none;display:flex;color:#6e62b6;margin-left:8px}.s4-sus-track{position:absolute;top:16px;left:0;right:48px;height:32px;pointer-events:none}.s4-sus-traveler{position:absolute;top:50%;left:0;width:9px;height:9px;margin-top:-4.5px;border-radius:50%;background:#36f;box-shadow:0 0 0 4px #3366ff26;display:block}@media(prefers-reduced-motion:no-preference){.s4-card.play .s4-fall-dot{animation:s4DotIn .45s cubic-bezier(.2,.7,.3,1) both;animation-delay:calc(var(--s4-i, 0) * 90ms)}.s4-card.play .s4-ghost-dot{animation:s4GhostIn .45s ease-out both;animation-delay:calc(var(--s4-i, 0) * 90ms + .22s)}@keyframes s4DotIn{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}@keyframes s4GhostIn{0%{opacity:0}to{opacity:.55}}.s4-card.play .s4-orbiter{animation:s4Orbit 7s linear infinite}@keyframes s4Orbit{0%{offset-distance:0%}to{offset-distance:100%}}.s4-card.play .s4-equi-core{animation:s4CorePulse 3.5s ease-in-out infinite;transform-origin:150px 60px}@keyframes s4CorePulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.6;transform:scale(1.18)}}.s4-card.play .s4-dens-big-wrap{animation:s4GrowIn .7s cubic-bezier(.2,.7,.3,1) .25s both}.s4-card.play .s4-dens-fill--1{animation:s4FillIn .5s ease-out .85s both}.s4-card.play .s4-dens-fill--2{animation:s4FillIn .5s ease-out 1.05s both}.s4-card.play .s4-dens-fill--3{animation:s4FillIn .5s ease-out 1.25s both}.s4-card.play .s4-dens-x4{animation:s4PopIn .5s cubic-bezier(.2,.9,.3,1.3) 1.5s both}.s4-card.play .s4-dens-spark{animation:s4SparkIn .45s ease-out 1.7s both}@keyframes s4GrowIn{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes s4FillIn{0%{opacity:0;transform:scale(.6)}to{opacity:.45;transform:scale(1)}}@keyframes s4PopIn{0%{opacity:0;transform:translate(-50%) scale(.5)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes s4SparkIn{0%{opacity:0;transform:rotate(45deg) scale(.4)}to{opacity:1;transform:rotate(45deg) scale(1)}}.s4-card.play .s4-sus-traveler{animation:s4Travel 6s ease-in-out infinite}@keyframes s4Travel{0%{left:0%;opacity:0}6%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}}@media(prefers-reduced-motion:reduce){.s4-orbiter,.s4-sus-traveler{display:none}}@media(max-width:350px){.s4-traj{overflow-x:auto}.s4-dens-stage{gap:12px}.s4-equi-stage{transform:scale(.88);transform-origin:center}}.orders-page{min-height:100vh;background:var(--orders-bg);display:flex;flex-direction:column;font-family:Roboto,sans-serif}.orders-layout{display:grid;grid-template-columns:minmax(280px,.32fr) minmax(0,.68fr);gap:1.5rem;flex:1;width:100%}.orders-sidebar{color:#fff;display:flex;align-items:stretch;height:100%}.orders-screen{flex:1;padding:clamp(1.5rem,3vw,3rem);max-width:1200px;width:100%;margin:0 auto}.orders-top-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:4rem;background:var(--orders-card-bg);border-radius:10px;box-shadow:0 25px 60px #0f275d14;border:1px solid var(--orders-border);margin-bottom:clamp(1.5rem,3vw,2.5rem)}.orders-back{border:none;border-radius:9px;padding:.3rem 1rem;background:#101c3d;color:#fff;font-weight:600;height:3rem;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.orders-back:hover{transform:translateY(-2px);box-shadow:0 12px 30px #101c3d40}.orders-greeting{margin:0;color:var(--orders-muted);font-weight:500}.orders-top-bar h1{margin:.25rem 0 0;font-size:clamp(1.5rem,2.5vw,2.4rem);color:var(--orders-text)}.orders-state{width:100%;text-align:center;padding:3rem 1rem;color:var(--orders-muted);font-size:1.05rem;background:var(--orders-card-bg);border-radius:24px;border:1px solid var(--orders-border)}.orders-state--error{color:var(--orders-tone-danger)}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:var(--orders-card-bg);border-radius:24px;border:1px solid var(--orders-border);padding:clamp(1.25rem,2vw,1.75rem);box-shadow:0 25px 60px #0f275d14}.order-card__header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between}.order-status{padding:.45rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem}.order-status--success{color:var(--orders-tone-success);background:#2b93481f}.order-status--danger{color:var(--orders-tone-danger);background:#d7263d1f}.order-status--neutral{color:var(--orders-tone-neutral);background:#1d4ed81f}.order-card__meta{display:flex;flex-direction:column;text-align:right;gap:.2rem;color:var(--orders-muted);font-size:.9rem}.order-card__meta strong{color:var(--orders-text);font-size:1.2rem}.order-products{margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.order-product-card{border:1px solid rgba(15,28,61,.08);border-radius:18px;padding:.9rem;display:flex;gap:.85rem;align-items:center;background:#fefefe}.order-product-thumb{width:64px;height:64px;border-radius:16px;background:#edf2ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.order-product-thumb img{width:100%;height:100%;object-fit:cover}.order-product-thumb__placeholder{font-size:.7rem;color:var(--orders-muted);text-align:center}.order-product-body{flex:1;min-width:0}.order-product-title{margin:0;font-size:.95rem;font-weight:600;color:var(--orders-text);line-height:1.3}.order-product-quantity,.order-product-variant{margin:.25rem 0 0;font-size:.85rem;color:var(--orders-muted)}@media(max-width:640px){.orders-top-bar{flex-direction:column}.order-card__header{flex-direction:column;align-items:flex-start}.order-card__meta{text-align:left}}:root{--recommendations-bg: #f8fafc;--recommendations-border: #e2e8f0;--recommendations-text: #0f172a;--recommendations-muted: #64748b;--recommendations-accent: #2563eb}.recommendations-page{background:var(--recommendations-bg);min-height:100vh}.recommendations-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:2rem;padding:2.5rem 3rem 4rem}.recommendations-sidebar{position:sticky;top:0;align-self:flex-start}.recommendations-content{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 30px 60px #0f172a14}.recommendations-top-bar{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem}.recommendations-back{border:none;background:#6366f11f;color:#3730a3;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.recommendations-back:hover{background:#6366f12e;transform:translateY(-1px)}.recommendations-greeting{margin:0;font-size:.95rem;color:var(--recommendations-muted)}.recommendations-content h1{margin:.1rem 0 0;font-size:2rem;color:var(--recommendations-text)}.analysis-section{border:1px solid var(--recommendations-border);border-radius:20px;padding:1.5rem;margin-bottom:2rem;display:grid;grid-template-columns:160px minmax(0,1fr);gap:1.5rem;background:#fdfdfd}.analysis-section__badge{color:#fff;font-weight:700;letter-spacing:.05em;padding:.75rem;border-radius:16px;text-align:center}.analysis-section__meta{color:var(--recommendations-text)}.analysis-section__label{display:block;font-size:.8rem;text-transform:uppercase;color:var(--recommendations-muted);margin-bottom:.35rem}.analysis-section__summary{margin:0;font-size:1.15rem;font-weight:600}.analysis-section__concern{margin-top:1.25rem;border-top:1px dashed var(--recommendations-border);padding-top:1rem}.analysis-section__concern-header{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--recommendations-text)}.analysis-section__concern-icon{width:28px;height:28px;border-radius:50%;border:2px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.recommendations-section{margin-bottom:2.5rem}.recommendations-section__title{margin:0 0 1.5rem;font-size:1.4rem;color:var(--recommendations-text)}.recommendations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.recommendation-card{border:1px solid var(--recommendations-border);border-radius:20px;padding:1.5rem;background:#fff;display:flex;flex-direction:column;gap:.9rem}.recommendation-card__header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.recommendation-card__pill{background:#2563eb1a;color:var(--recommendations-accent);padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}.recommendation-card__category{font-size:.85rem;color:var(--recommendations-muted)}.recommendation-card__price{margin-left:auto;font-size:1rem}.recommendation-card__title{margin:0;font-size:1.2rem;color:var(--recommendations-text)}.recommendation-card__description{margin:0;color:var(--recommendations-muted);font-size:.95rem}.recommendation-card__section{display:flex;flex-direction:column;gap:.65rem}.recommendation-card__section-title{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--recommendations-muted)}.recommendation-card__chips{display:flex;flex-wrap:wrap;gap:.5rem}.recommendation-card__chip{padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;background:#0f766e1a;color:#0f766e}.recommendation-card__chip.ingredient{background:#4338ca1a;color:#4338ca}.recommendation-card__usage{margin:0;color:var(--recommendations-muted);font-size:.9rem}.recommendations-state{border:1px dashed var(--recommendations-border);border-radius:16px;padding:1.75rem;text-align:center;color:var(--recommendations-muted)}@media(max-width:1024px){.recommendations-layout{grid-template-columns:1fr}.recommendations-sidebar{display:none}}@media(max-width:768px){.recommendations-content{padding:1.75rem}.analysis-section{grid-template-columns:1fr}}.reason-details{min-height:100vh;background:#fff;padding-bottom:28px}.reason-details--in-shell{min-height:0;background:transparent;padding-top:58px;padding-bottom:1.5rem}.reason-details__safe{max-width:480px;margin:0 auto}.reason-details__back{display:flex;align-items:center;justify-content:flex-start;padding:4px 4px 8px;border:none;background:transparent;cursor:pointer;color:#245dff;position:relative;z-index:5}.reason-details__back svg{width:30px;height:30px;display:block}.reason-details__chart-wrap{padding:0 24px;margin-top:4px}.reason-details__chart-stack{position:relative;height:260px;display:flex;align-items:center;justify-content:center}.reason-details__leader-svg{position:absolute;width:240px;height:240px;pointer-events:none;left:50%;top:50%;transform:translate(-50%,-50%)}.reason-details__label{position:absolute;max-width:120px;font-size:12px;font-weight:600;color:#2b2f3a;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.reason-details__label--tl{left:0;top:18px}.reason-details__label--tr{right:0;top:18px;text-align:right}.reason-details__label--bl{left:26px;bottom:18px}.reason-details__carousel-outer{margin-top:24px;padding:0 4px}.reason-details__carousel-stack{position:relative;min-height:280px;overflow:visible}.reason-details__carousel-side{position:absolute;top:0;bottom:0;width:40px;display:flex;align-items:center;justify-content:center;z-index:4}.reason-details__carousel-side--left{left:0}.reason-details__carousel-side--right{right:0}.reason-details__carousel-arrow{width:40px;height:40px;border:none;border-radius:50%;background:#fff;box-shadow:0 6px 12px #00000014;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2f3a;padding:0}.reason-details__carousel-arrow:focus,.reason-details__carousel-arrow:focus-visible,.reason-details__back:focus,.reason-details__back:focus-visible,.reason-details__buy:focus,.reason-details__buy:focus-visible,.reason-details__hear-row:focus,.reason-details__hear-row:focus-visible,.reason-details__dot:focus,.reason-details__dot:focus-visible{outline:none}.reason-details__carousel-arrow svg{width:22px;height:22px}.reason-details__page-view{position:relative;z-index:0;padding:0 44px;overflow:hidden}.reason-details__combined-card{border-radius:22px;border:1.2px solid #e5e7eb;background:#fff;overflow:hidden;display:flex;flex-direction:column}.reason-details__reason-strip{overflow:hidden;flex-shrink:0}.reason-details__reason-track{display:flex;transition:transform .35s ease-in-out}.reason-details__reason-slide{flex:0 0 100%;min-width:100%;box-sizing:border-box;padding:12px 14px 0}.reason-details__reason-slide-inner{padding-bottom:4px}.reason-details__kit-section{padding:0 14px 12px;border-top:1px solid #f0f0f0;flex-shrink:0}.reason-details__reason-title{font-size:18px;font-weight:800;color:#111;margin:0}.reason-details__hear-row{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:5px 0;border:none;background:transparent;cursor:pointer;border-radius:10px;font-size:12px;font-weight:600;color:#7c7f93}.reason-details__hear-row:hover{background:#b9b7e626}.reason-details__hear-icon{width:20px;height:20px;color:#b9b7e6}.reason-details__desc{margin:10px 0 0;font-size:14px;line-height:1.35;color:#111827}.reason-details__muted{margin:10px 0 0;font-size:14px;color:#6b7280}.reason-details__solution-title{margin:12px 0 8px;font-size:16px;font-weight:700}.reason-details__products-loading{display:flex;justify-content:center;padding:18px 0}.reason-details__spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#245dff;border-radius:50%;animation:reason-details-spin .8s linear infinite}@keyframes reason-details-spin{to{transform:rotate(360deg)}}.reason-details__product-page{display:flex;gap:12px;align-items:flex-start;padding:0 2px}.reason-details__product-col{flex:1;min-width:0}.reason-details__product-img{width:100%;height:70px;object-fit:cover;border-radius:12px;background:#f3f4f6}.reason-details__product-name{margin:8px 0 4px;font-size:13px;font-weight:800;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reason-details__product-sub{margin:0;font-size:11px;color:#6b7280;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reason-details__dots{display:flex;justify-content:center;gap:6px;margin-top:6px}.reason-details__dot{height:6px;border-radius:3px;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:width .25s,background .25s}.reason-details__dot--active{width:16px;background:#245dff}.reason-details__dot--inactive{width:6px}.reason-details__buy-wrap{padding:18px 24px 0}.reason-details__buy{width:100%;height:48px;border:none;border-radius:7px;background:#245dff;color:#fff;font-weight:600;font-size:15px;cursor:pointer}.reason-details__buy:hover{filter:brightness(1.05)}.reason-details__empty{padding:48px 24px;text-align:center;color:#6b7280;font-size:15px}.reason-details__pie-svg{width:200px;height:200px;cursor:pointer}.reason-details__pie-slice{stroke:#fff;stroke-width:3.2;transition:d .2s ease;cursor:pointer}.reason-details__pie-slice:focus{outline:none}@media(max-width:1024px){.home-screen.home-screen--reason-details{padding:0;gap:0}}@media(max-width:768px){.reason-details.reason-details--in-shell{padding-top:0;padding-bottom:1rem}.reason-details{padding-bottom:16px}.reason-details__back{padding:0 2px 4px}.reason-details__chart-wrap{padding:0 12px;margin-top:0}.reason-details__carousel-outer{margin-top:12px;padding:0}.reason-details__page-view{padding:0 38px}.reason-details__reason-slide{padding:10px 12px 0}.reason-details__kit-section{padding:0 12px 10px}.reason-details__buy-wrap{padding:12px 16px 0}.reason-details__empty{padding:24px 16px}}.tnc{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#0f172a}.tnc__header{text-align:center;margin-bottom:48px}.tnc__header h1{font-size:clamp(2.25rem,4vw,3rem);font-weight:600;margin:8px 0 12px;color:#0f172a}.tnc__header p{font-size:1rem;line-height:1.6;color:#475569;max-width:720px;margin:0 auto}.tnc__eyebrow{display:inline-flex;padding:6px 14px;border-radius:999px;background:#4f46e514;color:#4f46e5;text-transform:uppercase;font-size:.78rem;font-weight:600;letter-spacing:.08em}.tnc__content{background:#fff;border-radius:32px;padding:48px;box-shadow:0 30px 80px #0f172a1a,inset 0 1px #fff6;border:1px solid rgba(79,70,229,.08)}.tnc__content section+section{margin-top:40px;padding-top:40px;border-top:1px solid rgba(15,23,42,.08)}.tnc__content h2{font-size:1.5rem;margin-bottom:20px;color:#111827}.tnc__subsection{margin-bottom:20px}.tnc__subsection h3{font-size:1.05rem;margin-bottom:8px;font-weight:600;color:#4f46e5}.tnc__subsection p{margin:0;line-height:1.7;color:#334155}.tnc__subsection ul{margin:12px 0 0 16px;padding-left:16px;color:#334155}.tnc__subsection li{margin-bottom:12px;line-height:1.6}.tnc__subsection a{color:#4f46e5;text-decoration:none;font-weight:600}.tnc__subsection a:hover{text-decoration:underline}@media(max-width:768px){.tnc{padding:48px 16px 72px}.tnc__content{padding:32px 20px;border-radius:24px}}.privacy{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#0b1220}.privacy__header{text-align:center;margin-bottom:48px}.privacy__header h1{font-size:clamp(2.2rem,4vw,3rem);margin:8px 0 12px;font-weight:600;color:#081226}.privacy__header p{color:#475467;line-height:1.6;max-width:720px;margin:0 auto}.privacy__eyebrow{display:inline-flex;padding:6px 14px;border-radius:999px;border:1px solid rgba(22,163,74,.3);color:#15803d;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.privacy__content{background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 80px #0f172a14;border:1px solid rgba(15,118,110,.12)}.privacy__content section+section{margin-top:36px;padding-top:36px;border-top:1px solid rgba(15,23,42,.08)}.privacy__content h2{font-size:1.45rem;color:#0f172a;margin-bottom:16px}.privacy__subsection{margin-bottom:18px}.privacy__subsection h3{font-size:1.05rem;font-weight:600;color:#0d9488;margin-bottom:8px}.privacy__subsection p{margin:0;line-height:1.65;color:#334155}@media(max-width:768px){.privacy{padding:48px 16px 72px}.privacy__content{padding:32px 20px}}.refund{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#1f1306}.refund__header{text-align:center;margin-bottom:48px}.refund__header h1{font-size:clamp(2.1rem,4vw,3rem);margin:8px 0 12px;font-weight:600;color:#78350f}.refund__header p{color:#7c4a27;line-height:1.6;max-width:720px;margin:0 auto}.refund__eyebrow{display:inline-flex;padding:6px 16px;border-radius:999px;border:1px solid rgba(249,115,22,.35);color:#ea580c;background:#fad8b966;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.refund__content{background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 90px #78350f1f;border:1px solid rgba(250,119,22,.15)}.refund__content section+section{margin-top:36px;padding-top:36px;border-top:1px solid rgba(120,53,15,.15)}.refund__content h2{font-size:1.45rem;color:#78350f;margin-bottom:16px}.refund__subsection{margin-bottom:18px}.refund__subsection h3{font-size:1.05rem;font-weight:600;color:#c2410c;margin-bottom:8px}.refund__subsection p{margin:0;line-height:1.65;color:#3f2e21}.refund__subsection a{color:#ea580c;font-weight:600;text-decoration:none}.refund__subsection a:hover{text-decoration:underline}@media(max-width:768px){.refund{padding:48px 16px 72px}.refund__content{padding:32px 20px}}.shipping{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#061521}.shipping__header{text-align:center;margin-bottom:48px}.shipping__header h1{font-size:clamp(2.1rem,4vw,3rem);margin:8px 0 12px;font-weight:600;color:#082f49}.shipping__header p{color:#0f172a;line-height:1.6;max-width:720px;margin:0 auto}.shipping__eyebrow{display:inline-flex;padding:6px 16px;border-radius:999px;border:1px solid rgba(14,116,144,.35);color:#0e7490;background:#bfedff80;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.shipping__content{background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 90px #0f172a1a;border:1px solid rgba(8,47,73,.12)}.shipping__content section+section{margin-top:36px;padding-top:36px;border-top:1px solid rgba(8,47,73,.12)}.shipping__content h2{font-size:1.45rem;color:#082f49;margin-bottom:16px}.shipping__subsection{margin-bottom:18px}.shipping__subsection h3{font-size:1.05rem;font-weight:600;color:#0ea5e9;margin-bottom:8px}.shipping__subsection p{margin:0;line-height:1.65;color:#0c1b2b}.shipping__subsection a{color:#0ea5e9;font-weight:600;text-decoration:none}.shipping__subsection a:hover{text-decoration:underline}@media(max-width:768px){.shipping{padding:48px 16px 72px}.shipping__content{padding:32px 20px}}.contact{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#0d151b}.contact__header{text-align:center;margin-bottom:48px}.contact__header h1{font-size:clamp(2.2rem,4vw,3rem);margin:8px 0 12px;color:#111e2f;font-weight:600}.contact__header p{color:#4b5563;line-height:1.65;max-width:720px;margin:0 auto}.contact__eyebrow{display:inline-flex;padding:6px 16px;border-radius:999px;background:#4f46e514;color:#4f46e5;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.contact__content{background:#fff;border-radius:28px;padding:48px;box-shadow:0 40px 90px #0f172a1f;border:1px solid rgba(79,70,229,.15)}.contact__content section+section{margin-top:40px;padding-top:36px;border-top:1px solid rgba(15,23,42,.08)}.contact__content h2{font-size:1.45rem;color:#111e2f;margin-bottom:16px}.contact__content p{margin:0;line-height:1.7;color:#2f3a4c}.contact__card{background:linear-gradient(135deg,#6366f114,#0ea5e914);border:1px solid rgba(79,70,229,.1);padding:20px 24px;border-radius:20px;margin-top:16px}.contact__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.contact__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5;margin-bottom:8px;font-weight:600}.contact__value{font-size:1.05rem;font-weight:600;color:#0f172a}.contact__value span{display:block;font-weight:400;color:#475569;margin-top:4px}.contact__note{font-size:.9rem;color:#64748b;margin-top:8px}.contact__value a,a.contact__value{color:#2563eb;text-decoration:none}.contact__value a:hover,a.contact__value:hover{text-decoration:underline}@media(max-width:768px){.contact{padding:48px 16px 72px}.contact__content{padding:32px 20px}}.quiz-admin-page{display:grid;grid-template-columns:320px 1fr;min-height:100vh;background:#f8fafc;color:#000;font-family:Inter,Arial,sans-serif}.quiz-admin-sidebar{border-right:1px solid #cbd5e1;padding:16px;background:#fff}.quiz-admin-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.quiz-admin-sidebar input,.quiz-admin-main input,.quiz-admin-main select{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.quiz-admin-sidebar label,.quiz-admin-main label{font-size:12px;color:#475569;display:block;margin-bottom:6px}.quiz-admin-list{margin-top:12px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 150px);overflow:auto}.quiz-admin-list-item{border:1px solid #cbd5e1;background:#fff;border-radius:8px;text-align:left;padding:10px;cursor:pointer;display:flex;flex-direction:column;gap:4px;color:#000}.quiz-admin-list-item.active{border-color:#2563eb;background:#eff6ff}.quiz-admin-list-item strong{color:#000}.quiz-admin-list-item span{font-size:12px;color:#000}.quiz-admin-main{padding:16px}.quiz-admin-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.quiz-admin-main-header>div{display:flex;gap:8px}.quiz-admin-card{background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}.option-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:8px}.quiz-admin-option-actions{margin-top:8px;display:flex;gap:8px}button{border:1px solid #1d4ed8;background:#2563eb;color:#fff;border-radius:8px;padding:8px 12px;cursor:pointer}button.secondary{border-color:#cbd5e1;background:#fff;color:#0f172a}button.danger{border-color:#ef4444;background:#ef4444;color:#fff}.quiz-admin-message{color:#0369a1;margin-bottom:10px}.quiz-admin-toast{position:fixed;right:16px;bottom:16px;background:#16a34a;color:#052e16;border:1px solid #86efac;padding:10px 14px;border-radius:10px;font-weight:700;box-shadow:0 8px 24px #02061726;z-index:9999}
