:root{--blue-50:#f0f6ff;--blue-100:#e0ebff;--blue-200:#c7dbff;--blue-400:#6c94ff;--blue-500:#2f6bff;--blue-600:#1e54e0;--blue-700:#1540b8;--blue-900:#0b1d4c;--ink:#0e1630;--ink-2:#212b49;--text:#3d4665;--muted:#6b7390;--line:#e4e9f2;--line-soft:#eef2f8;--bg:#fff;--bg-soft:#f7f9fc;--bg-blue:#f0f6ff;--green:#12b886;--green-soft:#d9f5ea;--yellow:#f5b400;--yellow-soft:#fff1c7;--orange:#f97316;--orange-soft:#ffe7d2;--red:#e84b4b;--red-soft:#fce2e2;--purple:#6938ef;--purple-soft:#ede6ff;--pink:#ec4899;--pink-soft:#fce3f0;--teal:#0ea5a8;--teal-soft:#d1f2f2;--f-display:"Plus Jakarta Sans",ui-sans-serif,system-ui,sans-serif;--f-serif:"Fraunces","Iowan Old Style",Georgia,serif;--f-sans:"DM Sans",ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--f-sans);color:var(--text);background:linear-gradient(180deg,rgba(237,230,255,.55) 0,rgba(237,230,255,.15) 300px,transparent 600px),radial-gradient(ellipse 1200px 700px at 85% 80px,rgba(47,107,255,.14),transparent 65%),radial-gradient(ellipse 800px 500px at 10% 700px,rgba(18,184,134,.06),transparent 70%),var(--bg);background-repeat:no-repeat;-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.display{font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.1}.btn,.display{font-family:var(--f-display)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;font-size:15px;font-weight:600;transition:all .15s ease;white-space:nowrap}.btn-primary{background:var(--blue-500);color:#fff;box-shadow:0 4px 14px rgba(47,107,255,.25)}.btn-primary:hover{background:var(--blue-600);transform:translateY(-1px)}.btn-ghost{background:#fff;color:var(--ink);border:1.5px solid var(--line)}.btn-ghost:hover{border-color:var(--blue-500);color:var(--blue-500)}.btn-text{color:var(--ink);padding:12px 0}.btn-text:hover{color:var(--blue-500)}.btn-lg{padding:16px 28px;font-size:16px;border-radius:999px}.nav{position:relative;background:transparent;border-bottom:none;z-index:2}.nav-inner{justify-content:space-between;padding:38px 24px 24px}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:12px;font-family:var(--f-display);font-weight:800;font-size:28px;color:var(--ink);letter-spacing:-.015em}.logo-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));display:grid;place-items:center;position:relative;box-shadow:0 4px 12px rgba(47,107,255,.3)}.logo-mark svg{color:#fff}.nav-menu{display:flex;align-items:center;gap:6px;font-size:17px;color:var(--ink);font-weight:600;font-family:var(--f-display);letter-spacing:-.005em}.nav-menu a{padding:10px 16px;border-radius:10px;transition:all .15s ease;position:relative}.nav-menu a:hover{color:var(--blue-600);background:hsla(0,0%,100%,.55)}.nav-cta{display:flex;align-items:center;gap:12px}.hero{background:transparent;padding:20px 0 100px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:500;color:var(--ink-2);margin-bottom:24px}.hero-badge-pill{background:var(--blue-100);color:var(--blue-700);padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero h1{font-family:var(--f-display);font-weight:800;font-size:clamp(42px,5.6vw,68px);line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin:0 0 24px}.hero h1 span{color:var(--blue-500)}.hero-sub{font-size:18px;line-height:1.55;color:var(--text);max-width:520px;margin-bottom:32px}.hero-cta{gap:12px;align-items:center}.hero-cta,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{margin-top:28px;gap:24px;font-size:13px;color:var(--muted)}.hero-trust span{gap:8px;font-weight:500}.check-ic,.hero-trust span{display:inline-flex;align-items:center}.check-ic{width:18px;height:18px;border-radius:50%;background:var(--green-soft);color:var(--green);justify-content:center;flex-shrink:0;line-height:0}.check-ic svg{display:block}.hero-visual{position:relative;min-height:560px}.roster-card{position:absolute;top:0;right:-24px;background:#fff;border-radius:16px;box-shadow:0 30px 60px -25px rgba(14,22,48,.22),0 0 0 1px var(--line);overflow:hidden;width:calc(108% + 24px)}.rc-head{padding:14px 18px;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--bg-soft)}.rc-head,.rc-head-left{display:flex;align-items:center}.rc-head-left{gap:10px}.rc-dots{display:flex;gap:5px}.rc-dots span{width:10px;height:10px;border-radius:50%;background:var(--line)}.rc-dots span:first-child{background:#ff6b6b}.rc-dots span:nth-child(2){background:#ffd93d}.rc-dots span:nth-child(3){background:#6bcb77}.rc-title{font-weight:600;color:var(--ink);font-size:14px;font-family:var(--f-display)}.rc-tabs{display:flex;gap:14px;font-size:12px;color:var(--muted);font-weight:500}.rc-tabs .active{color:var(--blue-500);position:relative}.rc-tabs .active:after{content:"";position:absolute;left:0;right:0;bottom:-16px;height:2px;background:var(--blue-500)}.rc-toolbar{padding:12px 18px;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12px}.rc-toolbar,.rc-toolbar-l{display:flex;align-items:center}.rc-toolbar-l{gap:8px}.rc-pill{padding:4px 10px;background:var(--bg-soft);border-radius:6px;color:var(--ink-2);font-weight:500}.rc-pill.primary{background:var(--blue-500);color:#fff}.rc-week{color:var(--ink);font-weight:600;font-family:var(--f-display)}.rc-grid{display:grid;grid-template-columns:150px repeat(5,1fr);font-size:11px}.rc-grid-head{padding:10px 12px;background:var(--bg-soft);border-bottom:1px solid var(--line);color:var(--muted);font-weight:600;font-family:var(--f-display);text-align:center}.rc-grid-head.first{text-align:left}.rc-grid-head strong{display:block;color:var(--ink);font-size:13px;margin-top:2px}.rc-grid-row{display:contents}.rc-staff-cell{padding:14px;border-bottom:1px solid var(--line-soft);display:flex;align-items:center;gap:12px}.rc-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.a-blue{background:#4a72e5}.a-teal{background:#0ea5e9}.a-orange{background:#f97316}.a-purple{background:#8b5cf6}.a-pink{background:#ec4899}.a-green{background:#10b981}.rc-staff-name{font-weight:600;color:var(--ink);font-size:13px;font-family:var(--f-display);line-height:1.25}.rc-staff-role{font-size:10.5px;color:var(--muted);margin-top:1px}.rc-day-cell{padding:10px 6px;border-bottom:1px solid var(--line-soft);border-left:1px solid var(--line-soft);min-height:58px;position:relative}.shift-chip{padding:6px 8px;border-radius:6px;font-size:10px;font-weight:600;line-height:1.3;font-family:var(--f-display)}.shift-chip .time{display:block;font-size:9px;opacity:.8;font-weight:500;margin-top:1px}.s-blue{background:var(--blue-100);color:var(--blue-700)}.s-green{background:var(--green-soft);color:#0e9b6e}.s-amber{background:var(--yellow-soft);color:#b87212}.s-purple{background:var(--purple-soft);color:var(--purple)}.s-pink{background:#fce4ec;color:#c2185b}.hero-phone{position:absolute;bottom:-40px;right:35px;width:240px;height:480px;background:var(--ink);border-radius:36px;padding:10px;box-shadow:0 40px 80px -20px rgba(14,22,48,.35),0 0 0 2px #222a45;z-index:2}.phone-screen{background:#fff;border-radius:28px;height:100%;overflow:hidden;position:relative}.phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:80px;height:18px;background:var(--ink);border-radius:10px;z-index:5}.phone-header{background:var(--blue-500);color:#fff;padding:36px 18px 16px;border-radius:28px 28px 24px 24px}.phone-header .time{font-size:11px;opacity:.8;font-weight:500}.phone-header h3{margin:6px 0 2px;font-family:var(--f-display);font-size:16px;font-weight:700}.phone-header p{margin:0;font-size:12px;opacity:.85}.phone-card{margin:-12px 14px 0;background:#fff;border-radius:14px;padding:14px;box-shadow:0 8px 16px rgba(14,22,48,.08);position:relative;z-index:2}.phone-card .label{font-size:10px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.phone-card .name{font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:14px;margin:4px 0 2px}.phone-card .meta{font-size:11px;color:var(--muted)}.phone-clock{margin:12px 14px 0;padding:14px;background:var(--green-soft);border-radius:14px;display:flex;align-items:center;gap:10px}.phone-clock-circle{width:38px;height:38px;border-radius:50%;background:var(--green);display:grid;place-items:center;color:#fff}.phone-clock-txt{flex:1}.phone-clock-txt .t1{font-size:11px;color:#0e9b6e;font-weight:600}.phone-clock-txt .t2{font-family:var(--f-display);font-weight:700;font-size:13px;color:var(--ink)}.phone-list{margin:14px}.phone-list-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line-soft)}.phone-list-item:last-child{border:none}.phone-list-ic{width:34px;height:34px;border-radius:10px;background:var(--blue-50);color:var(--blue-500);display:grid;place-items:center;flex-shrink:0}.phone-list-ic.green{background:var(--green-soft);color:var(--green)}.phone-list-ic.amber{background:var(--yellow-soft);color:#b87212}.phone-list-ttl{font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:12px}.phone-list-sub{font-size:10px;color:var(--muted)}.kpi-strip{padding:48px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-soft)}.kpi-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.kpi{text-align:center}.kpi .num{font-family:var(--f-display);font-weight:800;font-size:42px;color:var(--blue-500);line-height:1;letter-spacing:-.02em}.kpi .lbl{margin-top:8px;font-size:13px;color:var(--text);font-weight:500}.section{padding:100px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 64px}.section-tag{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--blue-50);color:var(--blue-700);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}.section-head h2{font-family:var(--f-display);font-weight:800;font-size:clamp(32px,4.2vw,48px);line-height:1.1;letter-spacing:-.02em;color:var(--ink);margin:0 0 16px}.section-head p{font-size:17px;color:var(--text);line-height:1.55;max-width:560px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 24px;transition:all .2s ease}.feature-card:hover{border-color:var(--blue-400);transform:translateY(-2px);box-shadow:0 12px 30px -10px rgba(47,107,255,.15)}.feature-ic{width:48px;height:48px;border-radius:12px;background:var(--blue-50);color:var(--blue-500);display:grid;place-items:center;margin-bottom:20px}.feature-ic.green{background:var(--green-soft);color:var(--green)}.feature-ic.amber{background:var(--yellow-soft);color:#b87212}.feature-ic.purple{background:var(--purple-soft);color:var(--purple)}.feature-card h3{font-family:var(--f-display);font-weight:700;font-size:18px;color:var(--ink);margin:0 0 10px;letter-spacing:-.01em}.feature-card p{font-size:14px;color:var(--text);line-height:1.6;margin:0 0 14px}.feature-card .link{font-family:var(--f-display);font-weight:600;font-size:13px;color:var(--blue-500);display:inline-flex;align-items:center;gap:4px}.deep{background:var(--bg-soft)}.deep-row{display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:center;padding:80px 0;border-bottom:1px solid var(--line)}.deep-row:last-child{border-bottom:none}.deep-row.reverse{grid-template-columns:1.15fr 1fr}.deep-row.reverse .deep-copy{order:2}.deep-copy .section-tag{margin-bottom:20px}.deep-copy h3{font-family:var(--f-display);font-weight:800;font-size:clamp(28px,3.2vw,38px);line-height:1.12;letter-spacing:-.02em;color:var(--ink);margin:0 0 18px}.deep-copy>p{font-size:16px;line-height:1.65;color:var(--text);margin-bottom:24px;max-width:480px}.deep-list{list-style:none;padding:0;margin:0 0 28px}.deep-list li{display:flex;gap:12px;padding:10px 0;align-items:flex-start}.deep-list .ic{width:22px;height:22px;border-radius:6px;background:var(--blue-50);color:var(--blue-500);display:grid;place-items:center;flex-shrink:0;margin-top:2px}.deep-list strong{color:var(--ink);font-weight:600;font-family:var(--f-display)}.deep-list span{font-size:14px;color:var(--text);line-height:1.55}.screen{background:#fff;border-radius:14px;border:1px solid var(--line);box-shadow:0 30px 60px -30px rgba(14,22,48,.2);overflow:hidden}.screen-head{padding:12px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);background:var(--bg-soft)}.screen-title{font-family:var(--f-display);font-weight:600;color:var(--ink);font-size:13px;margin-left:4px}.note-editor{padding:20px}.note-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:16px}.note-header .left{display:flex;align-items:center;gap:12px}.note-partic{font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:15px}.note-meta{font-size:12px;color:var(--muted)}.note-tags{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.note-tag{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;font-family:var(--f-display)}.nt-blue{background:var(--blue-50);color:var(--blue-700)}.nt-green{background:var(--green-soft);color:#0e9b6e}.nt-purple{background:var(--purple-soft);color:var(--purple)}.ai-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(90deg,var(--blue-50),var(--purple-soft));border-radius:10px;margin-bottom:14px;font-size:12px;color:var(--blue-700);font-weight:500}.ai-banner .sparkle{width:22px;height:22px;border-radius:7px;background:var(--blue-500);color:#fff;display:grid;place-items:center}.note-body{font-size:14px;line-height:1.65;color:var(--ink-2)}.note-body p{margin:0 0 10px}.note-hl{background:#fff2c5;padding:1px 3px;border-radius:2px}.note-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;margin-top:14px;border-top:1px solid var(--line)}.note-footer .left-meta{font-size:11px;color:var(--muted)}.btn-sm{padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;font-family:var(--f-display)}.claims-screen{padding:0}.claims-head{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.claims-head h4{margin:0;font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:16px}.claims-head .meta{font-size:12px;color:var(--muted)}.claims-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.claims-stat{padding:16px 20px;border-right:1px solid var(--line)}.claims-stat:last-child{border-right:none}.claims-stat .lbl{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.claims-stat .val{font-family:var(--f-display);font-weight:800;color:var(--ink);font-size:22px;margin-top:4px;letter-spacing:-.01em}.claims-stat .val.green{color:var(--green)}.claims-table{width:100%;border-collapse:collapse}.claims-table th{text-align:left;padding:10px 20px;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-soft);border-bottom:1px solid var(--line)}.claims-table td{padding:12px 20px;border-bottom:1px solid var(--line-soft);font-size:13px}.claims-table tr:last-child td{border:none}.claims-table .pt{display:flex;align-items:center;gap:10px}.claims-table .pt-name{font-weight:600;color:var(--ink);font-family:var(--f-display);font-size:13px}.claims-table .pt-sub{font-size:11px;color:var(--muted)}.status{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;font-family:var(--f-display)}.status-dot{width:6px;height:6px;border-radius:50%}.st-paid{background:var(--green-soft);color:#0e9b6e}.st-paid .status-dot{background:var(--green)}.st-ready{background:var(--blue-50);color:var(--blue-700)}.st-ready .status-dot{background:var(--blue-500)}.st-review{background:var(--yellow-soft);color:#b87212}.st-review .status-dot{background:var(--yellow)}.compl-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.compl-cell{background:#fff;padding:18px 20px}.compl-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line)}.compl-head h4{margin:0;font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:16px}.compl-cell .status-line{display:flex;align-items:center;gap:8px;margin-bottom:8px}.compl-cell .ttl{font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:14px}.compl-cell .sub{font-size:12px;color:var(--muted)}.bar{margin-top:10px;height:6px;background:var(--line-soft);overflow:hidden}.bar,.bar span{border-radius:999px}.bar span{display:block;height:100%}.bar.green span{background:var(--green)}.bar.amber span{background:var(--yellow)}.bar.red span{background:var(--red)}.gallery-section{padding:100px 0;background:var(--blue-900);color:#fff;overflow:hidden}.gallery-section .section-head h2{color:#fff}.gallery-section .section-head p{color:#a8b4d0}.gallery-section .section-tag{background:rgba(47,107,255,.2);color:#9eb8ff}.gallery-strip{display:flex;gap:20px;margin-top:40px;padding:0 24px}.gallery-card{flex:1;background:#fff;border-radius:14px;overflow:hidden;min-height:340px;box-shadow:0 30px 60px -20px rgba(0,0,0,.4);position:relative}.gc-head{padding:14px 18px;background:var(--bg-soft);border-bottom:1px solid var(--line);font-family:var(--f-display);font-weight:600;font-size:13px;color:var(--ink);display:flex;justify-content:space-between;align-items:center}.gc-body{padding:16px;color:var(--text);font-size:12px}.gc-dash{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.gc-stat{background:var(--bg-soft);padding:10px;border-radius:8px}.gc-stat .val{font-family:var(--f-display);font-weight:800;font-size:20px;color:var(--ink)}.gc-stat .lbl{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.gc-chart{height:120px;background:var(--bg-soft);border-radius:8px;padding:12px;position:relative;display:flex;align-items:flex-end;gap:6px}.gc-bar{flex:1;background:var(--blue-500);border-radius:4px 4px 0 0;position:relative}.gc-bar.off{background:var(--blue-200)}.mobile-section{background:var(--bg-soft);padding:120px 0}.mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.mobile-copy h2{font-family:var(--f-display);font-weight:800;font-size:clamp(32px,4.2vw,48px);line-height:1.1;color:var(--ink);letter-spacing:-.02em;margin:16px 0 20px}.mobile-copy>p{font-size:17px;color:var(--text);margin-bottom:28px;max-width:480px}.mobile-features{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px;margin-bottom:32px}.mf{display:flex;gap:12px;align-items:flex-start}.mf-ic{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;flex-shrink:0;color:var(--blue-500)}.mf h5{font-family:var(--f-display);font-weight:700;color:var(--ink);margin:0 0 4px;font-size:14px}.mf p{margin:0;font-size:13px;color:var(--text);line-height:1.5}.store-btns{display:flex;gap:10px}.store-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:var(--ink);color:#fff;border-radius:10px;font-family:var(--f-display)}.store-btn .sub{font-size:10px;opacity:.7;line-height:1.1}.store-btn .main{font-size:14px;font-weight:700;line-height:1.1}.mobile-phones{position:relative;height:600px;display:flex;justify-content:center;align-items:center}.phone2{position:relative;width:260px;height:520px;background:var(--ink);border-radius:40px;padding:10px;box-shadow:0 40px 80px -20px rgba(14,22,48,.3),0 0 0 2px #222a45}.phone2.back{position:absolute;transform:rotate(-6deg) translateX(-80px);opacity:.9;z-index:1}.phone2.front{z-index:2;transform:rotate(3deg) translateX(60px)}.phone2 .phone-screen{border-radius:32px}.app-shift-header{background:var(--blue-500);color:#fff;padding:40px 18px 20px}.app-shift-header h3{margin:0;font-family:var(--f-display);font-size:17px;font-weight:700}.app-shift-header p{margin:2px 0 0;font-size:12px;opacity:.85}.app-shift-card{margin:-12px 14px 12px;padding:14px;background:#fff;border-radius:14px;box-shadow:0 8px 16px rgba(14,22,48,.08)}.app-shift-card .tag{display:inline-block;padding:3px 10px;background:var(--green-soft);color:var(--green);border-radius:999px;font-size:10px;margin-bottom:8px}.app-shift-card .n,.app-shift-card .tag{font-weight:700;font-family:var(--f-display)}.app-shift-card .n{font-size:14px;color:var(--ink)}.app-shift-card .addr{font-size:11px;color:var(--muted);margin-top:2px}.app-shift-card .t-row{display:flex;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid var(--line-soft)}.app-shift-card .t-row .lbl{font-size:10px;color:var(--muted)}.app-shift-card .t-row .v{color:var(--ink)}.app-section-label,.app-shift-card .t-row .v{font-family:var(--f-display);font-weight:700;font-size:12px}.app-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:14px 18px 8px}.app-mini-card{margin:0 14px 8px;padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:10px}.app-mini-card .dot-ic{width:8px;height:8px;border-radius:50%;background:var(--blue-500);flex-shrink:0}.app-mini-card .ttl{font-family:var(--f-display);font-weight:600;font-size:12px;color:var(--ink)}.app-mini-card .sub{font-size:10px;color:var(--muted);margin-top:1px}.app-nav{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:10px 0 14px;display:flex;justify-content:space-around}.app-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font-size:9px}.app-nav-item.active{color:var(--blue-500)}.app-note-header{padding:40px 18px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.app-note-header h3{margin:0;font-family:var(--f-display);font-size:15px;font-weight:700;color:var(--ink)}.app-note-pt{padding:14px 18px 8px;border-bottom:1px solid var(--line-soft)}.app-note-pt .lbl{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.app-note-pt .n{font-family:var(--f-display);font-weight:700;font-size:14px;color:var(--ink);margin-top:3px}.app-note-ai{margin:14px;padding:12px;background:linear-gradient(135deg,var(--blue-50),var(--purple-soft));border-radius:12px}.app-note-ai .head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.app-note-ai .head .sp{width:20px;height:20px;border-radius:6px;background:var(--blue-500);display:grid;place-items:center;color:#fff}.app-note-ai .head span{font-family:var(--f-display);font-weight:700;font-size:11px;color:var(--blue-700)}.app-note-ai p{margin:0;font-size:11px;color:var(--ink-2);line-height:1.55}.app-note-btn{margin:0 14px;padding:12px;background:var(--blue-500);color:#fff;border-radius:10px;text-align:center;font-family:var(--f-display);font-weight:700;font-size:13px}.pricing{background:var(--bg)}.pricing-toggle{display:flex;justify-content:center;gap:8px;margin-bottom:40px}.toggle-wrap{display:inline-flex;background:var(--bg-soft);border-radius:999px;padding:4px;border:1px solid var(--line)}.toggle-wrap button{padding:8px 20px;border-radius:999px;font-size:13px;font-weight:600;font-family:var(--f-display);background:transparent;color:var(--muted)}.toggle-wrap button.active{background:var(--ink);color:#fff}.pricing-save{display:inline-block;background:var(--green-soft);color:var(--green);font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;margin-left:8px;font-family:var(--f-display)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;position:relative}.plan.featured{border-color:var(--blue-500);box-shadow:0 20px 50px -20px rgba(47,107,255,.25)}.plan.featured:before{content:"Most popular";position:absolute;top:-13px;left:24px;background:var(--blue-500);color:#fff;padding:5px 12px;border-radius:999px;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.plan-name,.plan.featured:before{font-family:var(--f-display);font-weight:700}.plan-name{font-size:18px;color:var(--ink)}.plan-desc{font-size:13px;color:var(--text);margin:8px 0 22px;line-height:1.5}.plan-price{font-family:var(--f-display);font-weight:800;font-size:48px;color:var(--ink);line-height:1;letter-spacing:-.02em;display:flex;align-items:baseline}.plan-price .currency{font-size:24px;font-weight:700;margin-right:2px;color:var(--muted)}.plan-price .per{font-size:14px;font-weight:600;color:var(--muted);margin-left:6px}.plan-price-sub{font-size:12px;color:var(--muted);margin:4px 0 24px}.plan-cta{width:100%;justify-content:center;margin-bottom:24px}.plan-features{list-style:none;padding:20px 0 0;margin:0;border-top:1px solid var(--line);flex-grow:1}.plan-features li{font-size:13px;color:var(--ink-2);padding:8px 0;display:flex;gap:10px;align-items:flex-start}.plan-features .tick{width:18px;height:18px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;flex-shrink:0;margin-top:1px}.plan-features li.head{font-family:var(--f-display);font-weight:700;color:var(--ink);padding-bottom:6px}.pricing-note{text-align:center;margin-top:40px;font-size:13px;color:var(--muted)}.faq-section{background:var(--bg-soft)}.faq-wrap{max-width:820px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:all .2s ease}.faq-item.open{border-color:var(--blue-500)}.faq-q{padding:20px 24px;font-family:var(--f-display);font-weight:700;font-size:16px;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-toggle{width:28px;height:28px;border-radius:50%;background:var(--bg-soft);color:var(--blue-500);display:grid;place-items:center;font-weight:700;flex-shrink:0;font-size:18px;transition:transform .2s ease}.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--blue-500);color:#fff}.faq-a{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;font-size:14px;color:var(--text);line-height:1.65}.faq-item.open .faq-a{max-height:240px;padding:0 24px 20px}.cta-final{padding:100px 0;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;text-align:center;position:relative;overflow:hidden}.cta-final:after,.cta-final:before{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.05)}.cta-final:before{width:400px;height:400px;top:-200px;left:-100px}.cta-final:after{width:300px;height:300px;bottom:-150px;right:-80px}.cta-final .container{position:relative;z-index:1}.cta-final h2{font-family:var(--f-display);font-weight:800;font-size:clamp(36px,5vw,56px);line-height:1.1;color:#fff;letter-spacing:-.02em;margin:0 0 16px}.cta-final p{font-size:18px;color:#c7dbff;max-width:560px;margin:0 auto 36px}.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-white{background:#fff;color:var(--blue-700)}.btn-white:hover{background:var(--blue-50)}.btn-outline-w{background:transparent;color:#fff;border:1.5px solid hsla(0,0%,100%,.4)}.btn-outline-w:hover{background:hsla(0,0%,100%,.1);border-color:#fff}footer{background:var(--ink);color:#a8b4d0;padding:72px 0 32px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid #2b3456}.footer-brand .logo{color:#fff}.footer-brand p{font-size:14px;color:#a8b4d0;line-height:1.6;max-width:300px;margin:16px 0 20px}.footer-social{display:flex;gap:10px}.footer-social a{width:36px;height:36px;border-radius:10px;background:#1b2545;display:grid;place-items:center;color:#a8b4d0}.footer-social a:hover{background:var(--blue-500);color:#fff}.footer-col h5{font-family:var(--f-display);font-weight:700;font-size:14px;color:#fff;margin:0 0 18px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:10px;font-size:14px}.footer-col a:hover{color:#fff}.footer-bot{padding-top:32px;display:flex;justify-content:space-between;font-size:13px;color:#6b7390;flex-wrap:wrap;gap:12px}.auth-wrap{min-height:100vh;flex-direction:column;padding:48px 24px 32px}.auth-brand,.auth-wrap{display:flex;align-items:center}.auth-brand{gap:12px;margin-bottom:32px}.auth-logo-mark{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));display:grid;place-items:center;box-shadow:0 8px 22px rgba(47,107,255,.32);color:#fff}.auth-brand-name{font-family:var(--f-display);font-weight:800;font-size:36px;color:var(--ink);letter-spacing:-.02em}.auth-headline{text-align:center;margin-bottom:28px;max-width:520px}.auth-headline h1{font-family:var(--f-serif);font-weight:600;font-size:clamp(34px,4.5vw,44px);line-height:1.05;letter-spacing:-.01em;color:var(--ink);margin:0 0 14px;text-wrap:balance}.auth-sub{font-size:15px;color:var(--muted);font-family:var(--f-sans);margin:0}.auth-sub a{color:var(--ink);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1.5px}.auth-sub a:hover{color:var(--blue-600)}.auth-card{width:100%;max-width:460px;background:#fff;border-radius:22px;padding:56px 40px 52px;box-shadow:0 30px 60px -25px rgba(14,22,48,.18),0 10px 30px -15px rgba(14,22,48,.1),0 0 0 1px var(--line-soft)}.auth-form{display:flex;flex-direction:column}.auth-field{margin-bottom:22px}.auth-field>span,.auth-label{display:block;font-family:var(--f-display);font-weight:600;font-size:14px;color:var(--ink);margin-bottom:10px;letter-spacing:-.005em}.auth-input-wrap{position:relative}.auth-field input,.auth-input{width:100%;padding:16px 14px;border:1.5px solid var(--line);border-radius:8px;font-size:15px;font-family:var(--f-sans);color:var(--ink);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.auth-field input:focus,.auth-input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(47,107,255,.15)}.auth-field input.with-icon-r,.auth-input.with-icon-r{padding-right:44px}.auth-input-icon-r{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--ink);background:transparent;width:28px;height:28px;display:grid;place-items:center;border-radius:6px;border:none;padding:0}.auth-input-icon-r svg{stroke-width:1.6}button.auth-input-icon-r{cursor:pointer}button.auth-input-icon-r svg{stroke-width:2.4}button.auth-input-icon-r:hover{background:var(--bg-soft);color:#000}.auth-row{display:flex;align-items:center;justify-content:space-between;margin:8px 0 32px}.auth-check{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--ink);font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-check input{display:none}.auth-check .box{width:18px;height:18px;border:1.5px solid #b5bac9;border-radius:4px;display:grid;place-items:center;background:#fff;transition:all .15s ease}.auth-check input:checked+.box{background:var(--blue-500);border-color:var(--blue-500)}.auth-check input:checked+.box:after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.auth-forgot{font-size:14px;color:var(--blue-600);font-weight:600}.auth-forgot:hover{text-decoration:underline}.auth-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 22px;border-radius:999px;font-family:var(--f-display);font-weight:600;font-size:16px;background:var(--blue-500);color:#fff;border:none;box-shadow:0 6px 16px rgba(47,107,255,.3);transition:background .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer}.auth-submit:hover:not(:disabled){background:var(--blue-600);transform:translateY(-1px);box-shadow:0 10px 22px rgba(47,107,255,.36)}.auth-submit svg{transition:transform .15s ease}.auth-submit:hover:not(:disabled) svg{transform:translateX(3px)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-error{background:var(--red-soft);color:var(--red)}.auth-error,.auth-info{padding:12px 14px;border-radius:10px;font-size:13px;font-weight:500;margin-bottom:18px}.auth-info{background:var(--blue-50);color:var(--blue-700)}.auth-hint{display:block;font-size:12px;color:var(--muted);margin-top:6px}.auth-alt{margin:24px 0 0;font-size:13px;color:var(--muted);text-align:center}.auth-alt a{color:var(--blue-600);font-weight:600}.auth-alt a:hover{text-decoration:underline}.auth-copyright{margin-top:auto;padding-top:32px;text-align:center;font-size:13px;color:var(--muted)}.auth-copyright a:hover{color:var(--ink)}.auth-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:48px 24px 32px;gap:0}.auth-logo{display:inline-block}.auth-foot{margin-top:auto;padding-top:32px;text-align:center;font-size:13px;color:var(--muted)}.auth-title{font-family:var(--f-serif);font-weight:600;font-size:clamp(28px,3.6vw,34px);line-height:1.05;letter-spacing:-.01em;color:var(--ink);margin:0 0 14px;text-wrap:balance}.app-shell{min-height:100vh}.app-topbar{background:#fff;border-bottom:1px solid var(--line)}.app-topbar-inner{max-width:1440px;margin:0 auto;padding:18px 24px;justify-content:space-between;gap:16px}.app-topbar-inner,.app-user{display:flex;align-items:center}.app-user{gap:18px}.app-user-meta{text-align:right;line-height:1.25;display:block;padding:4px 8px;border-radius:6px;color:inherit;text-decoration:none;transition:background .15s ease}a.app-user-meta:hover{background:var(--bg-soft)}.app-user-name{font-family:var(--f-display);font-weight:700;font-size:14px;color:var(--ink)}.app-user-org{font-size:12px;color:var(--muted)}.app-main{padding:24px 0 64px}.dash-welcome{max-width:720px;margin:0 0 40px}.dash-h1{font-family:var(--f-display);font-weight:800;font-size:40px;line-height:1.1;letter-spacing:-.02em;color:var(--ink);margin:12px 0}.dash-sub{font-size:16px;color:var(--text);margin:0}.dash-sub strong{color:var(--ink);font-weight:600;text-transform:capitalize}.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.dash-card-status{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--bg-soft);color:var(--muted);font-family:var(--f-display);font-weight:600;font-size:11px;letter-spacing:.04em;text-transform:uppercase}@media (max-width:720px){.dash-grid{grid-template-columns:1fr}.app-user-meta{display:none}}.app-nav-links{display:flex;align-items:center;flex-wrap:wrap;gap:2px;flex:1;min-width:0;margin-left:24px}.app-nav-link{padding:8px 10px;border-radius:8px;font-family:var(--f-display);font-weight:600;font-size:14px;color:var(--text);white-space:nowrap;transition:background .15s ease,color .15s ease}.app-nav-link:hover{background:var(--bg-soft);color:var(--ink)}.app-nav-link.is-active{background:var(--blue-50);color:var(--blue-700)}@media (max-width:1280px){.app-nav-link{padding:6px 8px;font-size:13px}}@media (max-width:720px){.app-nav-links{margin-left:0;justify-content:flex-start}.app-nav-link{padding:6px 10px;font-size:13px}}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;flex-wrap:wrap}.page-title{font-size:32px;margin:10px 0 4px}.page-sub{font-size:14px;color:var(--muted);margin:0}.data-table-wrap{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{text-align:left;padding:12px 18px;font-family:var(--f-display);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--bg-soft);border-bottom:1px solid var(--line)}.data-table td{padding:14px 18px;border-bottom:1px solid var(--line-soft);color:var(--ink-2)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--bg-soft)}.data-name{font-family:var(--f-display);font-weight:700;color:var(--ink)}.data-alias{font-weight:400}.data-alias,.data-muted{color:var(--muted)}.empty-state{text-align:center;padding:80px 24px;background:#fff;border:1px dashed var(--line);border-radius:16px}.empty-state-ic{width:64px;height:64px;border-radius:16px;background:var(--blue-50);color:var(--blue-500);display:grid;place-items:center;margin:0 auto 20px}.empty-state h3{font-family:var(--f-display);font-weight:700;font-size:20px;color:var(--ink);margin:0 0 8px}.empty-state p{font-size:14px;color:var(--muted);max-width:440px;margin:0 auto 24px;line-height:1.6}.form-grid{gap:24px}.form-section{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.form-section-title{padding:14px 20px;font-family:var(--f-display);font-weight:700;font-size:13px;color:var(--ink);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-soft);border-bottom:1px solid var(--line)}.form-section-body{padding:20px;display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.auth-field select,.auth-field textarea{width:100%;font-family:var(--f-sans);font-size:15px;padding:16px 14px;border:1.5px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease;resize:vertical}.auth-field select:focus,.auth-field textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(47,107,255,.15)}.form-actions{display:flex;justify-content:flex-end;gap:12px}.back-link{display:inline-flex;align-items:center;font-family:var(--f-display);font-weight:600;font-size:13px;color:var(--muted);margin-bottom:8px;transition:color .15s ease}.back-link:hover{color:var(--blue-600)}.page-title-alias{color:var(--muted);font-weight:500;font-size:.7em;margin-left:8px}.detail-grid{grid-template-columns:1fr 1fr;gap:20px}.detail-grid>.form-section:nth-child(7){grid-column:1/-1}.detail-row{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid var(--line-soft)}.detail-row:last-child{border-bottom:none}.detail-label{font-family:var(--f-display);font-weight:600;font-size:12px;letter-spacing:.04em}.detail-value{color:var(--ink-2)}.detail-value.is-empty{color:var(--muted);font-style:italic}.detail-notes{margin:0;font-size:14px;color:var(--ink-2);line-height:1.6;white-space:pre-wrap}.detail-empty{margin:0;font-size:13px;color:var(--muted);font-style:italic}.audit-list{list-style:none;margin:0;padding:0}.audit-list li{padding:12px 0;border-bottom:1px solid var(--line-soft)}.audit-list li:last-child{border-bottom:none}.audit-action{font-family:var(--f-display);font-weight:700;font-size:13px;color:var(--ink)}.audit-meta{font-size:12px;color:var(--muted);margin-top:2px}@media (max-width:720px){.detail-grid,.detail-row{grid-template-columns:1fr}.detail-row{gap:4px}.detail-label{font-size:11px}}.st-discharged{background:var(--bg-soft);color:var(--muted)}.st-discharged .status-dot{background:var(--muted)}.data-name-link{font-family:var(--f-display);font-weight:700;color:var(--ink);text-decoration:none;transition:color .15s ease}.data-name-link:hover{color:var(--blue-600);text-decoration:underline}tr.is-discharged td{opacity:.6}.page-subtitle{font-family:var(--f-display);font-weight:700;font-size:18px;color:var(--ink);margin:40px 0 16px;letter-spacing:-.01em}.invite-actions{display:inline-flex;gap:6px;justify-content:flex-end}.btn-danger{color:var(--red)}.btn-danger:hover{border-color:var(--red);color:var(--red);background:var(--red-soft)}.expiry-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;font-family:var(--f-display);white-space:nowrap}.expiry-chip.expiry-ok{background:var(--green-soft);color:#0e9b6e}.expiry-chip.expiry-warn{background:var(--yellow-soft);color:#b87212}.expiry-chip.expiry-danger{background:var(--red-soft);color:var(--red)}.expiry-chip.expiry-expired{background:var(--red);color:#fff}.expiry-chip.expiry-none{background:var(--bg-soft);color:var(--muted)}.page-title{font-family:var(--f-display);font-weight:800;font-size:30px;letter-spacing:-.02em;color:var(--ink);margin:0 0 6px;line-height:1.15}.page-title-sub{font-weight:500;font-size:18px;color:var(--muted);letter-spacing:-.01em}.role-select{font-family:var(--f-display);font-weight:600;font-size:12px;padding:5px 10px;border:1px solid var(--line);border-radius:8px;background:var(--bg-soft);color:var(--ink);cursor:pointer}.role-select:disabled{opacity:.6;cursor:progress}.row-error{background:var(--red-soft);color:var(--red);padding:8px 18px;font-size:12px;font-weight:500}.table-footnote{padding:12px 18px;font-size:12px;color:var(--muted);background:var(--bg-soft);border-top:1px solid var(--line)}.invite-link-display{display:flex;gap:12px;align-items:center;padding:14px 16px;background:var(--bg-soft);border:1px solid var(--line);border-radius:10px}.invite-link-display code{flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;color:var(--ink);word-break:break-all;line-height:1.4}@media (max-width:560px){.invite-link-display{flex-direction:column;align-items:stretch}}.dash-card-live{cursor:pointer;text-decoration:none}.dash-card-live .link{color:var(--blue-500);font-family:var(--f-display);font-weight:600;font-size:13px}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--blue-500);color:#fff;border:none;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgba(47,107,255,.35);opacity:0;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,background .15s ease;pointer-events:none;z-index:50}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:var(--blue-600)}.back-to-top:focus-visible{outline:2px solid var(--blue-500);outline-offset:3px}@media (prefers-reduced-motion:reduce){.back-to-top{transition:opacity .1s linear}.back-to-top,.back-to-top.is-visible{transform:none}}.logo-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:inherit;cursor:pointer}@media (max-width:980px){.deep-row,.deep-row.reverse,.hero-grid,.mobile-grid{grid-template-columns:1fr;gap:48px}.deep-row.reverse .deep-copy{order:0}.features-grid,.kpi-inner,.pricing-grid{grid-template-columns:1fr 1fr}.kpi-inner,.pricing-grid{gap:16px}.footer-top{grid-template-columns:1fr 1fr}.gallery-strip{flex-direction:column}.nav-cta .btn-ghost,.nav-cta .btn-text,.nav-menu{display:none}.nav-inner{padding:28px 24px 20px}.hero-visual{min-height:0;height:auto}.roster-card{position:relative;top:auto;right:auto;width:100%;max-width:100%}.rc-head{width:auto}.rc-grid{grid-template-columns:110px repeat(5,1fr);font-size:10px}.rc-grid-head{padding:8px 4px}.rc-grid-head strong{font-size:12px}.rc-staff-cell{padding:10px 8px;gap:8px}.rc-avatar{width:28px;height:28px;font-size:11px}.rc-staff-name{font-size:12px;line-height:1.2}.rc-staff-role{font-size:10px}.rc-day-cell{padding:8px 4px;min-height:50px}.shift-chip{padding:4px 6px;font-size:9px}.shift-chip .time{font-size:8px}.hero-phone{display:none}.hero h1{font-size:clamp(34px,7vw,52px)}.mobile-phones{height:auto;min-height:540px;padding:24px 0}.phone2.back{display:none}.phone2.front{transform:none;position:relative;z-index:1}.claims-stats{grid-template-columns:1fr}.claims-stat{border-right:none;border-bottom:1px solid var(--line)}.data-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{min-width:540px}.section{padding:72px 0}.gallery-section,.mobile-section{padding:80px 0}.deep-row{padding:56px 0}}@media (max-width:560px){.features-grid,.footer-top,.kpi-inner,.mobile-features,.pricing-grid{grid-template-columns:1fr}.container{padding:0 16px}.nav-inner{padding:22px 16px 16px}.section{padding:56px 0}.deep-row{padding:40px 0}.logo{font-size:22px}.logo-mark{width:36px;height:36px;border-radius:10px}.hero{padding:12px 0 60px}.hero-badge{font-size:12px}.hero-sub{font-size:16px}.hero-cta{gap:10px}.hero-cta .btn-lg{width:100%;justify-content:center}.hero-trust{gap:14px}.roster-card{border-radius:12px}.rc-grid{grid-template-columns:84px repeat(5,1fr);font-size:9px}.rc-grid-head{padding:6px 2px}.rc-grid-head strong{font-size:11px}.rc-staff-cell{padding:8px 6px;gap:6px}.rc-avatar{width:24px;height:24px;font-size:10px}.rc-day-cell{padding:6px 2px;min-height:44px}.section-head{margin-bottom:40px}.section-head h2{font-size:clamp(26px,7vw,36px)}.deep-copy h3{font-size:clamp(24px,6vw,32px)}.plan{padding:28px 22px}.plan-price{font-size:40px}.cta-final{padding:72px 0}.cta-final h2{font-size:clamp(28px,7vw,40px)}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .btn{width:100%;justify-content:center}.auth-card{padding:28px 22px;border-radius:16px}.auth-wrap{padding:36px 16px 24px}.auth-headline h1{font-size:30px}.auth-brand-name{font-size:28px}.auth-logo-mark{width:52px;height:52px;border-radius:14px}.page-head{gap:14px}.page-head .btn{align-self:flex-start}.page-title{font-size:26px}.footer-top{gap:32px;padding-bottom:32px}.footer-bot{flex-direction:column;gap:6px}.week-grid{grid-template-columns:1fr}.week-toolbar{flex-wrap:wrap}}.week-toolbar{display:flex;gap:8px;margin-bottom:16px}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px}.week-col{display:flex;flex-direction:column;gap:8px;min-height:320px}.week-col.is-today .week-col-head{background:var(--blue-50);border-color:var(--blue-200)}.week-col-head{text-align:center;padding:8px 6px;border-radius:8px;background:var(--bg-soft);border:1px solid var(--line)}.week-col-day{font-family:var(--f-display);font-weight:700;color:var(--ink);font-size:13px;text-transform:uppercase;letter-spacing:.04em}.week-col-date{font-size:12px;color:var(--muted);margin-top:2px}.week-col-body{display:flex;flex-direction:column;gap:8px}.week-empty{text-align:center;font-size:12px;color:var(--muted);padding:18px 0;font-style:italic}.week-card{display:block;padding:10px 12px;border-radius:8px;border:1px solid var(--line);background:#fff;transition:all .15s ease;text-decoration:none}.week-card:hover{border-color:var(--blue-500);transform:translateY(-1px);box-shadow:0 6px 16px rgba(15,30,80,.06)}.week-card-time{font-size:12px;color:var(--muted);font-weight:600}.week-card-name{font-family:var(--f-display);font-weight:600;color:var(--ink);margin-top:2px;font-size:14px}.week-card-staff{font-size:12px;color:var(--text);margin-top:2px}.week-card-loc{font-size:11px;color:var(--muted);margin-top:2px;font-style:italic}.week-card-pill{margin-top:8px;font-size:11px;padding:3px 8px}.week-card-unfilled{border-left:3px solid var(--yellow);background:var(--yellow-soft)}.week-card-cancelled,.week-card-no_show{opacity:.55;text-decoration:line-through}.week-card-completed{border-left:3px solid var(--green)}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}@media (max-width:720px){.detail-grid{grid-template-columns:1fr}}.detail-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px}.detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin-bottom:6px}.detail-value{font-size:14px;color:var(--ink);white-space:pre-wrap}.portal-readonly-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:var(--blue-50);color:var(--blue-700);font-family:var(--f-display);font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:help;-webkit-user-select:none;-moz-user-select:none;user-select:none}.portal-readonly-chip svg{flex-shrink:0}@media (max-width:640px){.portal-readonly-chip{padding:4px 7px;font-size:10.5px}}.section-title{font-family:var(--f-display);font-weight:700;font-size:20px;line-height:26px;color:var(--ink);margin:0 0 12px}.avatar-upload{gap:20px}.avatar-preview,.avatar-upload{display:flex;align-items:center}.avatar-preview{width:88px;height:88px;border-radius:50%;background:var(--blue-50);border:1.5px solid var(--line);overflow:hidden;flex:0 0 auto;justify-content:center}.avatar-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-initials{font-family:var(--f-display);font-weight:700;font-size:28px;color:var(--blue-700)}.avatar-controls{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.avatar-controls .btn{padding:8px 16px;font-size:14px}