:root{--navy:#001e57;--yellow:#ffcc03;--ink:#0e1627;--muted:#636e82;--surface:#f0f5fc;--line:#dce4f0;--bg:#f7f9fc;--danger:#b81f1f;--green:#1f8c57}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#e9eef6}button{font:inherit}body{display:flex;justify-content:center}.phone{position:relative;width:100%;max-width:430px;min-height:100dvh;background:var(--bg);overflow:hidden;box-shadow:0 0 45px #001e5720}.status{height:54px;padding:calc(14px + env(safe-area-inset-top)) 28px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:14px;position:relative;z-index:5}.island{position:absolute;width:122px;height:35px;border-radius:99px;background:#050505;left:50%;top:10px;transform:translateX(-50%)}.screen{height:calc(100dvh - 54px);overflow-y:auto;padding:0 20px calc(104px + env(safe-area-inset-bottom));scrollbar-width:none}.screen::-webkit-scrollbar{display:none}.home-bg{background:linear-gradient(#f1bd00,#ffc900);margin:-54px -20px -110px;padding:54px 20px 110px;min-height:100dvh}.header{background:var(--navy);color:white;border-radius:22px;padding:14px 15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.header h1{font-size:19px;margin:0}.header p{font-size:11px;color:#ccdbf5;margin:2px 0 0}.bell{border:0;width:42px;height:42px;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:20px}.card{background:white;border-radius:22px;padding:17px;box-shadow:0 7px 20px #001e5711;margin-bottom:16px}.card h2,.card h3,.card p{margin-top:0}.summary h2{font-size:23px;margin:6px 0 9px}.eyebrow{font-size:10px;font-weight:800;color:var(--muted);letter-spacing:.03em}.chips{display:flex;gap:7px}.chip{flex:1;text-align:center;padding:6px 4px;border:1px solid #d6e0f0;background:#f0f5fc;border-radius:11px;font-size:10px;font-weight:700}.section-title{font-size:16px;margin:13px 0 7px}.next{background:var(--navy);color:white;box-shadow:none}.next .eyebrow{color:var(--yellow)}.next h2{font-size:18px;margin:8px 0}.next p{font-size:12px;color:#ccdbf5}.primary,.secondary{border:0;border-radius:16px;padding:11px 15px;font-weight:800;cursor:pointer}.primary{background:var(--yellow);color:var(--navy)}.secondary{background:var(--surface);color:var(--navy)}.deadline{display:flex;justify-content:space-between;align-items:center;padding:3px 0 13px;margin-bottom:12px;border-bottom:1px solid #edf0f5}.deadline:last-child{border:0;margin:0;padding-bottom:0}.deadline strong{display:block;font-size:13px}.deadline small{color:var(--muted)}.tag{font-size:9px;font-weight:800;border-radius:20px;padding:8px 18px;background:#ffe5e5;color:var(--danger)}.tag.blue{background:#e8f2ff;color:var(--navy)}.notice{display:flex;gap:12px;background:#fff2db}.notice-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:var(--yellow);font-weight:900;font-size:20px}.notice p{font-size:11px;color:var(--muted);margin:3px 0}.page-title{background:var(--navy);color:white;border-radius:20px;padding:14px;margin-bottom:20px}.page-title h1{font-size:20px;margin:0}.page-title p{font-size:11px;color:#ccdbf5;margin:3px 0 0}.bottom-nav{position:absolute;z-index:20;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));height:67px;border:1px solid var(--line);border-radius:23px;background:white;display:grid;grid-template-columns:repeat(6,1fr);padding:5px}.nav-btn{border:0;background:white;border-radius:16px;color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:8px;font-weight:700;cursor:pointer;min-width:0}.nav-btn img{width:21px;height:21px}.nav-btn.active{background:var(--yellow)}.id-card{height:224px;border-radius:22px;perspective:1000px;margin:30px 0}.id-inner{width:100%;height:100%;position:relative;transition:transform .55s;transform-style:preserve-3d;cursor:pointer}.id-card.flipped .id-inner{transform:rotateY(180deg)}.id-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:22px;overflow:hidden;background:white;box-shadow:0 9px 22px #001e5722}.id-back{transform:rotateY(180deg);background:var(--navy);color:white;padding:22px}.id-brand{height:62px;background:var(--navy);display:grid;place-items:center}.id-brand img{width:155px;max-height:42px;object-fit:contain}.id-info{display:flex;padding:22px;align-items:center;justify-content:space-between}.id-info h2{font-size:16px;margin:0 0 12px}.id-info p{font-size:9px;font-weight:700;margin:3px 0}.portrait{width:97px;height:97px;border-radius:18px;object-fit:cover}.qr{width:120px;height:120px;background:repeating-conic-gradient(#fff 0 8deg,#001e57 8deg 16deg);border:12px solid white;float:left;margin-right:18px}.support h2{font-size:19px}.support p{font-size:13px;color:var(--muted)}.status-row{background:var(--surface);border-radius:14px;padding:16px;display:flex;justify-content:space-between}.status-row b{color:var(--green)}.wide{width:100%;padding:18px;border-radius:20px;font-size:15px}.list-card{display:flex;gap:14px;align-items:center}.list-icon{width:48px;height:48px;border-radius:15px;background:#e8f2ff;display:grid;place-items:center;font-size:22px}.list-card h3{font-size:14px;margin:0 0 4px}.list-card p{font-size:11px;color:var(--muted);margin:0}.filters{display:flex;gap:8px;overflow:auto;margin-bottom:14px}.filter{white-space:nowrap;border:1px solid var(--line);background:white;padding:9px 13px;border-radius:99px;color:var(--navy);font-weight:700}.filter.active{background:var(--navy);color:white}.class-row{border-left:5px solid var(--yellow)}.feed-card .meta{font-size:10px;color:var(--muted)}.feed-card h2{font-size:17px;margin:8px 0}.feed-card p{font-size:12px;color:var(--muted);line-height:1.5}.setting-row{width:100%;border:0;background:white;padding:16px 2px;border-bottom:1px solid #edf0f5;display:flex;justify-content:space-between;text-align:left;color:var(--ink);cursor:pointer}.setting-row:last-child{border:0}.toggle{width:42px;height:24px;border-radius:12px;background:var(--yellow);position:relative}.toggle:after{content:"";position:absolute;width:18px;height:18px;background:white;border-radius:50%;right:3px;top:3px}.benefits{position:fixed;z-index:40;inset:0;margin:auto;width:min(100%,430px);background:var(--bg);overflow-y:auto;padding:calc(32px + env(safe-area-inset-top)) 22px 35px;transform:translateX(100%);transition:.35s}.benefits.open{transform:none}.benefits-head{background:var(--navy);color:white;margin:-70px -22px 20px;padding:80px 22px 24px}.benefits-head h1{font-size:28px}.back{border:0;background:#ffffff22;color:white;border-radius:50%;width:42px;height:42px;font-size:22px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.benefit-grid .card{box-shadow:none;border:1px solid var(--line);margin:0}.partner{margin-top:12px}.toast{position:fixed;left:50%;bottom:110px;transform:translate(-50%,20px);background:var(--navy);color:white;border-radius:15px;padding:12px 18px;opacity:0;pointer-events:none;transition:.25s;z-index:60;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:600px){body{padding:24px}.phone{min-height:874px;height:874px;border-radius:44px;border:9px solid #10131a}.screen{height:820px}.bottom-nav{bottom:12px}.benefits{height:874px;max-height:calc(100vh - 48px);border-radius:36px}}
.benefits{inset:auto;left:50%;top:0;bottom:0;margin:0;transform:translateX(60%);opacity:0;pointer-events:none;transition:transform .35s,opacity .25s}.benefits.open{transform:translateX(-50%);opacity:1;pointer-events:auto}.bottom-nav.hidden{display:none}.screen.auth{padding:0;height:calc(100dvh - 54px);overflow:hidden}.auth-page{min-height:calc(100dvh - 54px);margin:0 -20px;padding:0 42px;position:relative;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.splash{background:var(--navy);display:grid;place-items:center}.splash img{width:241px}.get-started{background:var(--navy);color:white;padding-top:54px}.auth-logo{width:172px;display:block;margin:0 auto 62px}.get-started:before{content:"";position:absolute;width:320px;height:320px;background:#001735;border-radius:50%;left:-150px;top:-100px}.get-started:after{content:"";position:absolute;width:510px;height:330px;background:#eabb00;border-radius:50%;left:-55px;bottom:-190px}.get-started>*{position:relative;z-index:1}.get-started h1{font-size:25px;line-height:1.15;margin:0 0 10px}.get-started p{font-size:15px;margin:0 0 16px}.auth-choice{width:100%;height:72px;border-radius:38px;font-size:24px;font-weight:800;margin:8px 0;cursor:pointer}.auth-choice.signup{background:#eabb00;color:white;border:0}.auth-choice.login{background:transparent;color:#eabb00;border:5px solid #eabb00}.trust{display:block;background:#ffffff16;border-radius:20px;padding:9px 14px;margin-top:18px;font-size:13px;text-align:center}.auth-form-page{background:#e5b300;color:white;padding:18px 42px 30px}.auth-form-page:before,.auth-form-page:after{content:"";position:absolute;background:#001735;border-radius:50%}.auth-form-page:before{width:230px;height:230px;left:-100px;top:38px}.auth-form-page:after{width:210px;height:210px;right:-85px;top:-100px}.auth-form-page>h1{height:125px;text-align:center;font-size:40px;line-height:1.05;margin:7px 0 10px;position:relative;z-index:1}.auth-panel{position:absolute;left:0;right:0;top:162px;min-height:calc(100% - 162px);background:var(--navy);border-radius:80px 80px 0 0;padding:38px 42px 45px}.auth-panel .auth-logo{width:215px;margin:0 auto 25px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{background:white;border:2px solid #b8c7e0;border-radius:16px;padding:8px 14px;margin-bottom:14px;color:var(--ink);display:block}.field label{display:block;font-size:10px;font-weight:800;color:#61708a;margin-bottom:3px}.field input{border:0;outline:0;width:100%;font:inherit;font-size:15px;color:var(--ink);background:transparent}.password-wrap{display:flex;align-items:center}.eye{border:0;background:none;color:var(--navy);font-size:18px}.hint{font-size:12px;color:#c7d4eb;margin:-9px 0 8px}.form-submit{width:100%;border:0;background:var(--yellow);color:var(--navy);height:58px;border-radius:29px;font-size:18px;font-weight:800;cursor:pointer}.consent,.auth-switch,.login-options{font-size:13px;margin-top:18px;display:flex;gap:8px;align-items:center}.consent input{accent-color:var(--yellow);width:18px;height:18px}.auth-link{border:0;background:none;color:var(--yellow);font-weight:800;cursor:pointer}.login-panel{padding-top:72px}.login-panel .intro{margin-bottom:24px}.login-panel .intro h2{margin:0;font-size:19px}.login-panel .intro p{margin:3px 0;color:#c2d1ed;font-size:11px}.login-options{justify-content:space-between;font-size:10px;margin:2px 0 20px}.form-error{color:#ffd1d1;font-size:12px;min-height:18px;margin:7px 0}.ad-page{background:#fffae5;color:var(--ink);padding:48px 24px 30px}.ad-page:before{content:"";position:absolute;width:290px;height:290px;background:#031f57;border-radius:50%;left:-120px;top:-145px}.ad-page>*{position:relative;z-index:1}.skip{position:absolute;right:24px;top:0;border:0;border-radius:22px;background:white;color:var(--navy);padding:11px 20px;font-weight:800}.ad-page .eyebrow{color:var(--yellow)}.ad-page h1{font-size:29px;line-height:1.15;margin:24px 0 38px}.ad-page>p{color:#61708a}.offer-hero{height:302px;background:#031f57;border-radius:28px;color:white;padding:28px;margin-top:26px;overflow:hidden;position:relative}.offer-hero:after{content:"";position:absolute;width:190px;height:190px;background:var(--yellow);border-radius:50%;right:-30px;top:-40px}.offer-hero strong{display:block;font-size:58px;color:var(--yellow);position:relative;z-index:1}.offer-hero h2{position:relative;z-index:1}.offer-icons{display:flex;gap:20px;border-top:1px solid #40598f;padding-top:25px;margin-top:25px}.offer-icons span{background:#fffae5;color:var(--navy);border-radius:14px;padding:15px 8px;font-size:10px;font-weight:800}.ad-page .form-submit{margin-top:74px}.ad-foot{text-align:center;font-size:12px}
@media(min-width:600px){.screen.auth{height:820px}.auth-page{min-height:820px}.benefits{top:24px;bottom:auto}}
.phone[data-stage="splash"] .status,.phone[data-stage="start"] .status{background:var(--navy)}.phone[data-stage="signup"] .status,.phone[data-stage="login"] .status{background:#e5b300}.phone[data-stage="ad"] .status{background:#fffae5}
.benefits{left:50vw;width:min(430px,100vw)}
.toggle.off{background:#c7d0df}.toggle.off:after{left:3px;right:auto}
.yellow-page{background:#e5b300;margin:-54px -20px -110px;padding:54px 20px 110px;min-height:100dvh}.yellow-page .page-title{margin-bottom:14px}.yellow-page .filters{padding-bottom:2px}.search-box{height:48px;background:white;border-radius:16px;padding:0 15px;display:flex;align-items:center;gap:10px;margin-bottom:12px;box-shadow:0 5px 16px #001e5710}.search-box span{font-size:25px;color:var(--navy)}.search-box input{border:0;outline:0;width:100%;font:inherit;font-size:13px}.career-match{background:var(--yellow);border:2px solid #001e5718;border-radius:21px;padding:16px;display:flex;align-items:center;gap:14px;margin:5px 0 18px}.match-score{width:65px;height:65px;flex:0 0 auto;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-size:19px;font-weight:900}.career-match h2{font-size:15px;margin:5px 0 3px}.career-match p{font-size:11px;margin:0;color:#39445a}.job-card{display:grid;grid-template-columns:50px 1fr 36px;gap:12px;align-items:start;padding:15px}.job-logo{width:50px;height:50px;border-radius:15px;background:#e8f2ff;color:var(--navy);display:grid;place-items:center;font-weight:900}.job-copy h3{font-size:14px;margin:2px 0 4px}.job-copy p{font-size:10px;line-height:1.45;color:var(--muted);margin:0 0 8px}.match-pill{display:inline-block;background:#edf6ff;color:var(--navy);border-radius:20px;padding:5px 9px;font-size:9px;font-weight:800}.save-btn{border:0;background:transparent;color:var(--navy);font-size:23px;cursor:pointer}.calendar-card{padding:13px}.month-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.month-row button,.day-heading button{border:0;background:#edf3fc;color:var(--navy);border-radius:50%;width:34px;height:34px;font-size:20px;font-weight:800}.week-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.week-strip span{display:flex;flex-direction:column;align-items:center;gap:7px;padding:8px 1px;border-radius:13px}.week-strip small{font-size:8px;color:var(--muted)}.week-strip b{font-size:12px}.week-strip .today{background:var(--yellow);color:var(--navy)}.day-heading{display:flex;align-items:center;justify-content:space-between;margin:17px 2px 9px}.day-heading h2{font-size:15px;margin:4px 0}.day-heading button{background:var(--navy);color:white}.agenda-card{padding:4px 16px}.schedule-row{display:grid;grid-template-columns:45px 5px 1fr 12px;gap:11px;align-items:center;width:100%;padding:15px 0;border:0;border-bottom:1px solid #edf0f5;background:white;text-align:left;color:var(--ink);cursor:pointer}.schedule-row:last-child{border:0}.schedule-row time{font-weight:800;font-size:12px}.schedule-mark{width:4px;height:43px;border-radius:4px;background:var(--yellow)}.schedule-mark.m1{background:#2e6dde}.schedule-mark.m2{background:#52a875}.schedule-row strong,.schedule-row small{display:block}.schedule-row strong{font-size:13px}.schedule-row small{font-size:10px;color:var(--muted);margin-top:3px}.assessment{display:grid;grid-template-columns:44px 1fr 14px;gap:11px;align-items:center}.assessment strong{font-size:13px}.assessment p{font-size:10px;color:var(--muted);margin:4px 0}.assessment button{border:0;background:none;font-size:20px}.composer{width:100%;border:0;display:grid;grid-template-columns:38px 1fr 22px;align-items:center;gap:10px;text-align:left;color:var(--muted);font-size:11px;cursor:pointer}.mini-avatar,.profile-avatar{display:grid;place-items:center;border-radius:50%;background:var(--navy);color:white;font-weight:800}.mini-avatar{width:38px;height:38px;font-size:10px}.social-card{padding:15px}.social-card header{display:grid;grid-template-columns:38px 1fr 32px;gap:10px;align-items:center}.social-card header strong,.social-card header small{display:block}.social-card header strong{font-size:12px}.social-card header small{font-size:9px;color:var(--muted);margin-top:2px}.social-card header button{border:0;background:none}.social-card h2{font-size:17px;margin:15px 0 7px}.social-card p{font-size:11px;line-height:1.5;color:var(--muted)}.social-card footer{display:flex;border-top:1px solid #edf0f5;padding-top:11px}.social-card footer button{border:0;background:white;color:var(--muted);font-size:10px;font-weight:700;margin-right:18px}.social-card footer button:last-child{margin-left:auto;margin-right:0}.profile-card{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px}.profile-avatar{width:58px;height:58px}.profile-card h2{font-size:15px;margin:0 0 4px}.profile-card p{font-size:10px;color:var(--muted);margin:0}.profile-card .secondary{font-size:10px;padding:9px}.settings-card{padding:0 16px}.settings-card .setting-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px}.setting-icon{width:35px;height:35px;border-radius:12px;background:#edf3fc;color:var(--navy);display:grid;place-items:center;font-weight:900;text-align:center}.setting-row strong,.setting-row small{display:block}.setting-row strong{font-size:13px}.setting-row small{font-size:9px;color:var(--muted);margin-top:3px}.signout{border:0;background:#fff0f0;color:#b81f1f;font-weight:800;cursor:pointer}.version{text-align:center;color:#6c7585;font-size:9px;margin:15px 0}
.status,.island{display:none!important}.screen{height:100dvh;padding-top:calc(12px + env(safe-area-inset-top));overflow-x:hidden}.home-bg,.yellow-page{margin-top:calc(-12px - env(safe-area-inset-top));padding-top:calc(12px + env(safe-area-inset-top))}.screen.auth{height:100dvh}.auth-page{min-height:100dvh}.get-started{padding-top:calc(54px + env(safe-area-inset-top))}.auth-form-page{padding-top:calc(18px + env(safe-area-inset-top))}.ad-page{padding-top:max(112px,calc(48px + env(safe-area-inset-top)))}.ad-page .skip{top:max(58px,calc(env(safe-area-inset-top) + 8px))}@media(min-width:600px){.screen{height:856px}.screen.auth,.auth-page{height:856px;min-height:856px}.home-bg,.yellow-page{min-height:856px}.ad-page .skip{top:24px}.ad-page{padding-top:70px}}
.sheet-backdrop{position:fixed;inset:0;background:#001e5770;z-index:69;backdrop-filter:blur(3px)}.app-sheet{position:fixed;z-index:70;left:50%;bottom:0;transform:translate(-50%,110%);width:min(430px,100%);max-height:82dvh;overflow:auto;background:#f7f9fc;border-radius:28px 28px 0 0;padding:28px 22px calc(28px + env(safe-area-inset-bottom));box-shadow:0 -15px 40px #001e5730;transition:transform .28s}.app-sheet.open{transform:translate(-50%,0)}.sheet-close{position:sticky;float:right;top:0;border:0;border-radius:50%;width:38px;height:38px;background:#e5edf8;color:var(--navy);font-size:24px;z-index:2}.sheet-head{padding-right:48px;margin-bottom:20px}.sheet-head h2{font-size:24px;margin:7px 0}.sheet-head p{color:var(--muted);font-size:12px;line-height:1.5}.sheet-actions{display:grid;gap:10px}.sheet-option{width:100%;border:1px solid var(--line);background:white;border-radius:16px;padding:15px;text-align:left;color:var(--ink);display:flex;justify-content:space-between;align-items:center}.sheet-option strong,.sheet-option small{display:block}.sheet-option small{color:var(--muted);margin-top:4px}.sheet-form{display:grid;gap:12px}.sheet-form label{font-size:11px;font-weight:800;color:var(--muted)}.sheet-form input,.sheet-form textarea,.sheet-form select{display:block;width:100%;margin-top:5px;border:1px solid var(--line);border-radius:14px;padding:13px;font:inherit;background:white}.sheet-form textarea{min-height:100px;resize:vertical}.sheet-note{background:#fff5cf;border-radius:16px;padding:14px;font-size:12px;line-height:1.5}.dark{--bg:#071a3c;--ink:#f5f8ff;--muted:#b8c4d8;--surface:#152c55;--line:#31486e}.dark body{background:#06152f}.dark .screen,.dark .card,.dark .setting-row,.dark .schedule-row,.dark .social-card footer button,.dark .app-sheet,.dark .sheet-option,.dark .sheet-form input,.dark .sheet-form textarea,.dark .sheet-form select{background:#0b2148;color:#f5f8ff}.dark .yellow-page,.dark .home-bg{background:#102b59}.dark .bottom-nav,.dark .nav-btn{background:#0b2148}.dark .nav-btn{color:white}.dark .nav-btn.active{background:var(--yellow);color:var(--navy)}
.phone[data-stage="ad"] .screen.auth{overflow-y:auto}.phone[data-stage="ad"] .ad-page{min-height:max(100dvh,1050px);overflow:visible}.ad-page .skip{right:44px}.save-btn.saved{color:#d51f45}.sheet-actions+.wide,.sheet-note+.wide{margin-top:14px}
.auth-choice{display:grid;place-items:center;text-decoration:none}
.otp-send{width:100%;border:1px solid #ffcc03;background:#ffcc0318;color:#ffcc03;border-radius:14px;padding:12px;margin:-5px 0 14px;font-weight:800;cursor:pointer}.otp-send:disabled,.form-submit:disabled{opacity:.55;cursor:not-allowed}.form-error.success{color:#9ff0bb}.profile-avatar{overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}
@media(max-width:599px){.screen.auth{overflow-y:auto}.auth-form-page{min-height:920px}.auth-panel{position:relative;top:auto;margin:0 -42px;border-radius:48px 48px 0 0;min-height:720px}.auth-form-page>h1{height:120px}}
.install-gate{position:fixed;z-index:200;inset:0;background:var(--navy);color:white;padding:calc(70px + env(safe-area-inset-top)) 30px calc(40px + env(safe-area-inset-bottom));text-align:center}.install-gate img{width:112px;height:112px;border-radius:26px;margin:8vh auto 28px}.install-gate h1{font-size:28px;line-height:1.15}.install-gate p{color:#c7d6f2;line-height:1.55;max-width:330px;margin:0 auto 30px}.install-gate .form-submit{max-width:360px}
.id-photo-wrap{position:relative;flex:0 0 auto}.photo-edit{position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);white-space:nowrap;border:0;border-radius:12px;background:var(--yellow);color:var(--navy);padding:7px 10px;font-size:9px;font-weight:900;cursor:pointer;box-shadow:0 5px 14px #001e5730}.portrait-placeholder{display:grid;place-items:center;background:#e8eef8;color:var(--navy);font-size:28px;font-weight:900}.profile-avatar:is(img){object-fit:cover}.empty-state{grid-column:1/-1;min-height:112px;display:flex;flex-direction:column;justify-content:center;border:1px dashed #bac6d8;box-shadow:none}.empty-state strong{font-size:15px;color:var(--navy)}.empty-state p{font-size:11px;color:var(--muted);margin:6px 0 0}.notice-list{display:grid;gap:10px}.notice-list .notice{padding:13px;border-radius:16px}.job-copy small{display:block;color:var(--muted);font-size:10px;line-height:1.45}
@media(min-width:600px){body{display:block;padding:0}.phone{max-width:none;min-height:100dvh;height:100dvh;border:0;border-radius:0;box-shadow:none}.screen{height:100dvh;max-width:1180px;margin:auto;padding-left:32px;padding-right:32px}.home-bg,.yellow-page{margin-left:-32px;margin-right:-32px;padding-left:max(32px,calc((100vw - 1180px)/2 + 32px));padding-right:max(32px,calc((100vw - 1180px)/2 + 32px))}.bottom-nav{position:fixed;left:50%;right:auto;width:min(760px,calc(100vw - 48px));transform:translateX(-50%)}.screen.auth,.auth-page{height:100dvh;min-height:100dvh}.auth-page{max-width:520px;margin-left:auto;margin-right:auto}.flow-page{height:100dvh;max-width:640px;border-radius:0}.page-title,.header{margin-top:16px}.card{border-radius:24px}}
.flow-page{position:fixed;z-index:80;left:50%;top:0;bottom:0;width:min(430px,100vw);transform:translateX(60%);opacity:0;pointer-events:none;overflow-y:auto;background:#e5b300;padding:calc(18px + env(safe-area-inset-top)) 20px calc(32px + env(safe-area-inset-bottom));transition:transform .3s,opacity .2s}.flow-page.open{transform:translateX(-50%);opacity:1;pointer-events:auto}.flow-head{display:flex;align-items:center;gap:14px;margin:8px 0 26px}.flow-head button{width:38px;height:38px;border:0;border-radius:50%;background:white;color:var(--navy);font-size:26px;font-weight:800}.flow-head h1{font-size:21px;margin:0;color:var(--navy)}.flow-head p{font-size:10px;margin:3px 0;color:var(--navy)}.flow-hero{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center}.flow-hero h2{font-size:17px;margin:0 0 5px}.flow-hero p,.flow-copy p{font-size:11px;color:var(--muted);margin:0}.flow-copy p{padding:11px 0 11px 21px;border-bottom:1px solid #edf0f5;position:relative}.flow-copy p:before{content:'•';position:absolute;left:3px;color:var(--navy);font-weight:900}.flow-copy p:last-child{border:0}.flow-cta{margin-top:20px}.flow-step{display:inline-block;background:var(--navy);color:white;border-radius:20px;padding:7px 12px;font-size:9px;font-weight:900}.flow-intro{color:var(--muted);font-size:12px;line-height:1.5}.flow-form{display:grid;gap:12px;margin-top:20px}.flow-form label{font-size:10px;font-weight:900;color:var(--navy)}.flow-form input,.flow-form textarea{display:block;width:100%;margin-top:6px;border:0;border-radius:16px;padding:15px;font:inherit;background:white;color:var(--ink)}.flow-form textarea{min-height:94px;resize:vertical}.flow-success{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--yellow);font-size:48px;font-weight:900;margin:52px auto 24px}.flow-center{text-align:center}.status-card{margin-top:35px}.status-card h2{margin:8px 0}.status-card p{color:var(--muted);font-size:12px}.event-hero{height:230px;border-radius:22px;background:var(--navy);color:white;padding:24px;position:relative;overflow:hidden}.event-hero:after{content:'';position:absolute;width:155px;height:155px;border-radius:50%;background:var(--yellow);right:-24px;top:-35px}.event-hero span{color:var(--yellow);font-size:10px;font-weight:900}.event-hero h1{font-size:30px;line-height:1.08;margin:18px 0 30px}.event-hero b,.event-hero p{font-size:11px;display:block;margin:5px 0}.ticket-price,.payment-row,.qty-row{display:flex;justify-content:space-between;align-items:center}.ticket-price strong,.ticket-price small,.payment-row strong,.payment-row small,.qty-row strong,.qty-row small{display:block}.ticket-price strong{font-size:24px;color:var(--navy);margin-top:7px}.ticket-price>b,.payment-row>b{background:#e5f7ed;color:var(--navy);padding:7px 10px;border-radius:18px;font-size:9px}.qty-row>div{display:flex;align-items:center;gap:13px}.qty-row button{width:38px;height:38px;border:0;border-radius:50%;background:var(--surface);color:var(--navy);font-size:20px;font-weight:900}.qty-row button:last-child{background:var(--yellow)}.order-total{background:var(--navy);color:white;border-radius:20px;padding:18px;margin:5px 0}.order-total small,.order-total strong{display:block}.order-total strong{font-size:23px;margin-top:7px}.digital-ticket{background:white;border-radius:23px;overflow:hidden;text-align:center;margin:30px 0 18px;padding-bottom:22px}.digital-ticket header{background:var(--navy);color:white;padding:19px;text-align:left}.digital-ticket header small,.digital-ticket header strong{display:block}.digital-ticket header small{color:var(--yellow);font-weight:900}.digital-ticket header strong{font-size:18px;margin-top:8px}.ticket-qr{width:148px;height:148px;background:var(--surface);border-radius:18px;display:grid;place-items:center;color:var(--navy);font-size:76px;margin:24px auto 14px}.digital-ticket>b,.digital-ticket>small{display:block;margin-top:8px}.graduation-card{cursor:pointer}.graduation-card h2{font-size:18px}.graduation-card p{font-size:11px;color:var(--muted)}.graduation-banner{height:118px;background:var(--navy);border-radius:18px;margin:-3px -3px 14px;padding:20px;color:white;font-size:27px;font-weight:900;line-height:1.05;position:relative;overflow:hidden}.graduation-banner:after{content:'';position:absolute;width:140px;height:140px;border-radius:50%;background:var(--yellow);right:-15px;top:-35px}@media(min-width:600px){.flow-page{height:874px;top:50%;bottom:auto;transform:translate(60%,-50%);border-radius:36px}.flow-page.open{transform:translate(-50%,-50%)}}
