:root{--bg:#f3f6fa;--surface:#fff;--surface-2:#eef3f8;--ink:#0b1728;--muted:#6d7887;--line:#dde4ec;--navy:#071b31;--blue:#1778f2;--blue-soft:#e6f1ff;--green:#17a673;--amber:#e89b19;--amber-soft:#fff3dc;--red:#e44b52;--red-soft:#ffeaeb;--violet:#7357dd;--violet-soft:#eeeaff;--shadow:0 12px 30px rgba(12,29,51,.08);--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html{background:#dce3eb}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}.prototype-banner{height:28px;background:#0d243d;color:#adbed0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.app-shell{min-height:calc(100dvh - 28px);background:var(--bg)}.topbar{height:64px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:#f3f6fae6;backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(221,228,236,.6)}.brand{border:0;background:none;display:flex;gap:9px;align-items:center;padding:0;font-size:20px;font-weight:800;letter-spacing:-.6px}.brand>span:last-child span{color:var(--blue)}.brand-mark{width:25px;height:25px;display:flex;align-items:end;gap:3px}.brand-mark i{width:5px;border-radius:5px;background:var(--blue);display:block}.brand-mark i:nth-child(1){height:11px}.brand-mark i:nth-child(2){height:21px}.brand-mark i:nth-child(3){height:16px}.top-actions{display:flex;gap:8px}.icon-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center}.icon-btn svg,.bottom-nav svg,.attention-icon svg,.search-box svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-btn{position:relative}.notification-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--red);border:2px solid white;right:8px;top:7px}main{padding:0 16px 104px}.screen{display:none;max-width:660px;margin:auto;animation:screenIn .25s ease}.screen.active{display:block}@keyframes screenIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.welcome-row,.page-title{display:flex;align-items:center;justify-content:space-between;padding:26px 2px 18px}.eyebrow{margin:0 0 4px;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.welcome-row h1,.page-title h1{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.8px}.avatar{border:0;background:linear-gradient(145deg,#1d86ef,#5f62d9);color:#fff;width:48px;height:48px;border-radius:16px;font-size:14px;font-weight:800;box-shadow:0 8px 18px #1778f240}.shift-hero{position:relative;overflow:hidden;border-radius:25px;padding:20px;background:linear-gradient(145deg,#071a30,#123c62);color:#fff;box-shadow:0 18px 36px #071b313d}.shift-glow{position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-75px;background:#2d97ff3d;filter:blur(5px)}.shift-top{display:flex;align-items:center;justify-content:space-between;color:#b9cce0;font-size:12px;position:relative}.live-pill{display:inline-flex;gap:7px;align-items:center;background:#1ebc7e24;color:#7be0b9;padding:6px 10px;border-radius:100px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.live-pill i{width:7px;height:7px;border-radius:50%;background:#36d399;box-shadow:0 0 0 4px #36d39921}.unit-row{display:flex;gap:14px;align-items:center;margin:25px 0}.unit-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);font-size:14px;font-weight:900}.unit-row p{margin:0 0 3px;color:#a9bed2;font-size:13px}.unit-row h2{margin:0;font-size:25px}.shift-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.1);padding:16px 0 18px}.shift-meta span{font-size:10px;color:#9db3c9;display:grid;gap:3px}.shift-meta b{font-size:12px;color:#fff}.primary-btn,.secondary-btn{width:100%;border:0;border-radius:14px;padding:15px 18px;font-weight:800}.primary-btn{background:var(--blue);color:#fff;box-shadow:0 8px 20px #1778f233}.primary-btn.light{display:flex;justify-content:space-between;background:#fff;color:#092039}.primary-btn span{font-size:18px}.secondary-btn{margin-top:8px;background:var(--surface-2)}.section-head{display:flex;align-items:center;justify-content:space-between;margin:27px 2px 13px}.section-head h2{margin:0;font-size:18px;letter-spacing:-.3px}.section-head button{border:0;background:none;color:var(--blue);font-size:12px;font-weight:700}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.quick-card{min-height:118px;border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:15px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 15px #0c1d3308}.quick-icon,.module-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;margin-bottom:13px;font-size:20px;font-weight:600}.red{color:var(--red)!important;background:var(--red-soft)}.blue{color:var(--blue)!important;background:var(--blue-soft)}.amber{color:var(--amber)!important;background:var(--amber-soft)}.violet{color:var(--violet)!important;background:var(--violet-soft)}.green{color:var(--green)!important;background:#e4f8f0}.slate{color:#536375!important;background:#edf1f5}.quick-card b{font-size:14px}.quick-card small,.attention-card small,.next-shift small,.timeline-item small,.credential-card small,.settings-list small,.module-grid small{color:var(--muted);margin-top:4px}.attention-list{display:grid;gap:10px}.attention-card{border:1px solid var(--line);background:var(--surface);padding:13px;border-radius:17px;display:flex;align-items:center;text-align:left;width:100%}.attention-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.attention-icon svg{width:21px}.attention-copy{display:flex;flex-direction:column;margin-left:12px;min-width:0;flex:1}.attention-copy b{font-size:13px}.chevron{font-size:25px;color:#9ba6b3;margin-left:auto}.week-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.week-strip span{text-align:center;padding:9px 0;border-radius:14px;color:var(--muted);font-size:10px;display:grid;gap:7px}.week-strip b{font-size:14px;color:var(--ink)}.week-strip .today{background:var(--navy);color:#9eb3c8}.week-strip .today b{color:#fff}.week-strip i{width:5px;height:5px;background:var(--blue);border-radius:50%;margin:auto}.next-shift{margin-top:10px;padding:13px;background:var(--surface);border:1px solid var(--line);border-radius:17px;display:flex;align-items:center;gap:12px}.date-block{width:43px;height:48px;border-radius:12px;background:var(--blue-soft);display:grid;place-items:center;padding:5px;color:var(--blue)}.date-block b{font-size:18px;line-height:1}.date-block small{font-size:9px;margin:0}.next-shift>span:nth-child(2){display:flex;flex-direction:column;flex:1}.next-shift b{font-size:13px}.status-pill{display:inline-flex;border-radius:100px;background:#e5f8f0;color:var(--green);padding:6px 9px;font-size:9px;font-weight:800}.month-selector{display:flex;align-items:center;justify-content:space-between;margin:2px 0 12px}.month-selector button{border:0;background:var(--surface);border-radius:50%;width:38px;height:38px;font-size:23px}.calendar-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:15px;box-shadow:var(--shadow)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-grid span{aspect-ratio:1;display:grid;place-items:center;border-radius:50%;font-size:12px;position:relative}.weekdays span{aspect-ratio:auto;color:var(--muted);font-size:10px;font-weight:800;margin-bottom:8px}.calendar-grid .muted{color:#c0c7cf}.calendar-grid .selected{background:var(--navy);color:#fff}.calendar-grid .shift-day:after,.calendar-grid .training-day:after,.calendar-grid .pending-day:after{content:"";position:absolute;bottom:3px;width:4px;height:4px;border-radius:50%;background:var(--blue)}.calendar-grid .training-day:after{background:var(--violet)}.calendar-grid .pending-day:after{background:var(--amber)}.legend{display:flex;gap:15px;padding:13px 5px;font-size:10px;color:var(--muted)}.dot{display:inline-block!important;width:7px;height:7px;border-radius:50%;padding:0;margin-right:4px}.timeline{display:grid}.timeline-item{width:100%;display:grid;grid-template-columns:42px 3px 1fr auto;gap:13px;align-items:center;border:0;background:none;text-align:left;padding:13px 0;border-bottom:1px solid var(--line)}.timeline-date{display:grid;text-align:center}.timeline-date b{font-size:18px}.timeline-date small{font-size:9px;margin:0}.timeline-line{height:54px;width:3px;border-radius:3px}.timeline-item>span:nth-child(3){display:flex;flex-direction:column}.timeline-item em,.credential-card em{font-style:normal;color:var(--blue);font-size:10px;margin-top:5px}.readiness-card{display:flex;align-items:center;gap:18px;padding:18px;background:linear-gradient(145deg,#071a30,#123c62);border-radius:22px;color:#fff}.ring{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#36d399 82%,#ffffff1f 0);position:relative;flex:0 0 auto}.ring:after{content:"";position:absolute;inset:7px;background:#0b2945;border-radius:50%}.ring span{z-index:1;font-size:22px;font-weight:800}.ring small{font-size:11px}.readiness-card h2{font-size:17px;margin:2px 0 5px}.readiness-card p:last-child{font-size:11px;color:#aec2d5;margin:0}.filter-chips{display:flex;gap:8px;overflow:auto;padding:20px 0 14px}.filter-chips button{white-space:nowrap;border:1px solid var(--line);background:var(--surface);padding:9px 14px;border-radius:100px;font-size:11px;font-weight:700}.filter-chips button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.credential-list{display:grid;gap:10px}.credential-card{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:14px}.credential-card.warning{border-left:3px solid var(--amber)}.credential-badge{width:46px;height:46px;border-radius:14px;background:var(--amber-soft);color:var(--amber);display:grid;place-items:center;font-size:11px;font-weight:900}.credential-card>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.credential-card b{font-size:12px}.credential-card button{border:0;background:var(--amber-soft);color:#a66700;border-radius:9px;padding:8px;font-size:10px;font-weight:800}.progress{height:4px;background:#eceff3;border-radius:5px;margin-top:9px;overflow:hidden}.progress i{height:100%;display:block;background:var(--amber)}.credential-card .valid{color:var(--green)}.check{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e5f8f0;color:var(--green)}.message-list{display:grid}.message-card{width:100%;display:grid;grid-template-columns:44px 1fr 7px;gap:12px;padding:16px 3px;border:0;border-bottom:1px solid var(--line);background:none;text-align:left}.sender{width:44px;height:44px;border-radius:14px;background:#edf1f5;display:grid;place-items:center;font-size:11px;font-weight:900}.message-card>span:nth-child(2){display:flex;flex-direction:column}.message-card b{font-size:13px}.message-card small{color:var(--muted);font-size:10px;margin-top:3px}.message-card p{font-size:11px;line-height:1.45;color:#53606f;margin:7px 0 0}.message-card>i{width:7px;height:7px;border-radius:50%;background:var(--blue);margin-top:5px}.message-card:not(.unread) b{font-weight:600;color:#526071}.profile-head{text-align:center;padding:32px 0 20px}.avatar.large{width:82px;height:82px;border-radius:27px;display:grid;place-items:center;margin:auto;font-size:20px}.profile-head h1{margin:14px 0 4px;font-size:25px}.profile-head p{margin:0 0 10px;color:var(--muted);font-size:12px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border:1px solid var(--line);border-radius:19px;padding:15px;margin-bottom:16px}.profile-stats span{display:grid;text-align:center;border-right:1px solid var(--line)}.profile-stats span:last-child{border:0}.profile-stats b{font-size:17px}.profile-stats small{color:var(--muted);font-size:9px;margin-top:3px}.settings-list{background:var(--surface);border:1px solid var(--line);border-radius:19px;overflow:hidden}.settings-list button{width:100%;display:grid;grid-template-columns:37px 1fr auto;align-items:center;gap:11px;text-align:left;border:0;border-bottom:1px solid var(--line);background:none;padding:13px}.settings-list button:last-child{border:0}.settings-icon{width:37px;height:37px;border-radius:11px;background:var(--surface-2);display:grid;place-items:center}.settings-list button>span:nth-child(2){display:flex;flex-direction:column}.settings-list b{font-size:12px}.toggle{width:42px;height:24px;border-radius:20px;background:#ccd3dc;padding:3px}.toggle i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.2s}.dark .toggle{background:var(--blue)}.dark .toggle i{transform:translate(18px)}.prototype-version{text-align:center;color:#a2abb5;font-size:10px;margin:24px}.module-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.module-grid button{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:18px;text-align:left;min-height:135px;display:flex;flex-direction:column;align-items:flex-start}.module-grid b{font-size:14px}.bottom-nav{position:fixed;z-index:25;bottom:0;left:0;right:0;height:76px;padding:8px 8px calc(8px + var(--safe-bottom));background:#fffffff0;backdrop-filter:blur(18px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr)}.bottom-nav button{position:relative;border:0;background:none;color:#8c97a5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:9px;font-weight:700}.bottom-nav svg{width:21px;height:21px}.bottom-nav button.active{color:var(--blue)}.nav-inbox i{position:absolute;top:4px;right:calc(50% - 17px);width:7px;height:7px;background:var(--red);border-radius:50%;border:2px solid #fff}.sheet-backdrop{position:fixed;inset:0;background:#040d187a;z-index:50;opacity:0;pointer-events:none;transition:.25s;backdrop-filter:blur(2px)}.sheet-backdrop.open{opacity:1;pointer-events:auto}.bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--surface);border-radius:25px 25px 0 0;padding:12px 20px calc(22px + var(--safe-bottom));transform:translateY(110%);transition:transform .3s cubic-bezier(.2,.8,.2,1);max-height:90dvh;overflow:auto}.bottom-sheet.open{transform:none}.sheet-handle{width:42px;height:4px;border-radius:5px;background:#d5dbe2;margin:0 auto 20px}.sheet-close{position:absolute;right:16px;top:13px;border:0;background:var(--surface-2);width:32px;height:32px;border-radius:50%;font-size:19px}.bottom-sheet h2{margin:3px 0 20px;font-size:23px}.bottom-sheet label{display:grid;gap:7px;font-size:11px;font-weight:800;margin:14px 0}.bottom-sheet select,.bottom-sheet textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:var(--bg);padding:13px;color:var(--ink);outline:none}.detail-map{display:flex;gap:12px;align-items:center;background:var(--surface-2);padding:14px;border-radius:16px;margin-bottom:15px}.map-pin{width:44px;height:44px;border-radius:13px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center}.detail-map span{font-size:12px;font-weight:700}.detail-map small{color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.detail-grid span{display:grid;background:var(--surface-2);padding:12px;border-radius:13px}.detail-grid small{color:var(--muted);font-size:9px}.detail-grid b{font-size:12px;margin-top:4px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-grid button{border:1px solid var(--line);border-radius:15px;background:var(--surface);padding:15px 6px;display:grid;gap:7px;font-size:18px}.choice-grid b{font-size:10px}.choice-grid .selected{border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.upload-zone{width:100%;border:1.5px dashed #b8c3cf;border-radius:16px;background:var(--bg);padding:25px;display:grid;place-items:center;gap:5px;margin:15px 0}.upload-zone span{font-size:24px;color:var(--blue)}.upload-zone small{color:var(--muted)}.blue-pill{color:var(--blue);background:var(--blue-soft);margin-bottom:12px}.sheet-copy{color:#53606f;line-height:1.65;font-size:13px}.document-preview{display:flex;gap:12px;align-items:center;background:var(--surface-2);padding:14px;border-radius:15px;margin:17px 0}.document-preview>span{background:var(--red);color:#fff;border-radius:8px;padding:8px 6px;font-size:9px;font-weight:900}.document-preview div{display:grid}.document-preview b{font-size:12px}.document-preview small{color:var(--muted);font-size:10px;margin-top:3px}.search-overlay{position:fixed;inset:28px 0 0;background:var(--bg);z-index:70;padding:16px;transform:translateY(-110%);transition:.3s}.search-overlay.open{transform:none}.search-box{display:flex;align-items:center;gap:10px}.search-box svg{position:absolute;margin-left:12px;color:var(--muted)}.search-box input{min-width:0;flex:1;border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:13px 12px 13px 40px;outline:none}.search-box button{border:0;background:none;color:var(--blue);font-size:12px;font-weight:700}.search-results{margin-top:28px}.search-results>button{width:100%;border:0;border-bottom:1px solid var(--line);background:none;padding:16px 2px;display:flex;justify-content:space-between;font-weight:700}.toast{position:fixed;z-index:90;left:50%;bottom:94px;transform:translate(-50%,30px);opacity:0;background:#071b31;color:#fff;border-radius:100px;padding:11px 17px;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:.25s;box-shadow:var(--shadow);font-size:12px}.toast span{color:#56d9a7}.toast.show{opacity:1;transform:translate(-50%)}body.dark{--bg:#0b1420;--surface:#121e2b;--surface-2:#192838;--ink:#eff5fa;--muted:#8fa0b1;--line:#263849;--navy:#1778f2;--blue-soft:#152f4d;--amber-soft:#382d19;--red-soft:#3b2026;--violet-soft:#292548}.dark .topbar{background:#0b1420e6}.dark .bottom-nav{background:#121e2bf2}.dark .notification-dot,.dark .nav-inbox i{border-color:#121e2b}.dark .shift-hero{background:linear-gradient(145deg,#0c3255,#185a8e)}.dark .ring:after{background:#11456e}.dark .message-card p{color:#a4b2c1}.dark .sheet-copy{color:#adbac7}.dark .calendar-grid .muted{color:#405162}@media(min-width:700px){body{padding:24px 0;background:#dce3eb}.prototype-banner{max-width:430px;margin:auto;border-radius:22px 22px 0 0}.app-shell{max-width:430px;min-height:850px;max-height:calc(100dvh - 76px);margin:auto;overflow:auto;position:relative;box-shadow:0 30px 80px #14233233;border-radius:0 0 22px 22px}.topbar{top:0}.bottom-nav{position:sticky;bottom:0;max-width:430px;margin:auto}.sheet-backdrop,.bottom-sheet,.search-overlay{left:50%;right:auto;width:430px;transform:translate(-50%,110%)}.sheet-backdrop,.bottom-sheet.open{transform:translate(-50%)}.search-overlay{top:52px}.search-overlay.open{transform:translate(-50%)}.toast{bottom:110px}}@media(max-width:350px){main{padding-left:11px;padding-right:11px}.shift-meta b{font-size:10px}.quick-card{min-height:110px}.welcome-row h1{font-size:24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.auth-screen{position:fixed;inset:28px 0 0;z-index:100;background:radial-gradient(circle at 85% 5%,#dcecff 0,transparent 28%),var(--bg);display:grid;place-items:center;padding:24px}.auth-screen.hidden{display:none}.auth-card{width:min(100%,410px);background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 24px 70px #071b3124}.auth-logo{display:flex;align-items:center;gap:10px;margin-bottom:34px}.auth-logo strong{font-size:22px;letter-spacing:-.6px}.auth-logo strong span{color:var(--blue)}.auth-card h1{margin:3px 0 9px;font-size:30px;letter-spacing:-1px}.auth-copy{margin:0 0 24px;color:var(--muted);font-size:13px;line-height:1.6}.auth-card form,.bottom-sheet form{display:grid;gap:14px}.auth-card label,.bottom-sheet label{display:grid;gap:7px;font-size:11px;font-weight:800}.auth-card input,.bottom-sheet input,.bottom-sheet select,.bottom-sheet textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:13px;background:var(--bg);padding:12px;color:var(--ink);outline:none}.auth-card input:focus,.bottom-sheet input:focus,.bottom-sheet select:focus,.bottom-sheet textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1778f21f}.form-error{min-height:16px;margin:0;color:var(--red);font-size:11px}.demo-entry{width:100%;border:0;background:none;color:var(--blue);font-size:12px;font-weight:800;margin-top:16px}.demo-entry[hidden]{display:none}.auth-footnote{display:block;text-align:center;color:#9ba6b3;margin-top:25px;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.connection-banner{position:fixed;z-index:95;top:28px;left:0;right:0;transform:translateY(-110%);padding:10px 16px;background:#8f5c00;color:#fff;text-align:center;font-size:11px;font-weight:700;transition:.25s}.connection-banner.show{transform:none}.app-shell[aria-hidden=true]{visibility:hidden}.primary-btn[disabled]{opacity:.6;cursor:wait}.sign-out-button{width:100%;border:1px solid var(--red);color:var(--red);background:transparent;border-radius:14px;padding:13px;margin-top:16px;font-weight:800}.empty-state{padding:30px 18px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-size:12px}.empty-state b{display:block;color:var(--ink);font-size:14px;margin-bottom:5px}.skeleton{animation:pulse 1.3s ease-in-out infinite;background:var(--surface-2);color:transparent!important;border-radius:8px}@keyframes pulse{50%{opacity:.5}}.dark .auth-screen{background:radial-gradient(circle at 85% 5%,#153653 0,transparent 28%),var(--bg)}
