:root{--bg:#f7f8fc;--bg-soft:#fff;--card:#ffffffc7;--card-strong:#ffffffe6;--text:#172033;--muted:#667085;--line:#1f29371a;--green:#159957;--yellow:#b7791f;--red:#d92d5c;--blue:#2563eb;--purple:#7c3aed;--pink:#db2777}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{min-height:100vh;color:var(--text);font-family:var(--font-inter,-apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);background-color:#0000;background-image:radial-gradient(circle at 0 0,#60a5fa47,#0000 32%),radial-gradient(circle at 100% 0,#d8b4fe47,#0000 30%),radial-gradient(circle at bottom,#a7f3d02e,#0000 34%),linear-gradient(#f8fbff 0%,#eef3fb 46%,#f8f7ff 100%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{width:100%;max-width:560px;min-height:100vh;padding:18px 14px calc(120px + env(safe-area-inset-bottom,0px));margin:0 auto}@media (min-width:800px){.app-shell{max-width:620px}}.eyebrow{color:var(--blue);letter-spacing:.04em;text-transform:uppercase;margin:0 0 5px;font-size:13px;font-weight:900}h1{letter-spacing:-.04em;color:#101828;margin:0;font-size:32px;line-height:1.05}h2{letter-spacing:-.03em;color:#172033;margin:0 0 12px;font-size:21px}h3{color:#172033;margin:0 0 8px;font-size:17px}p{line-height:1.45}.muted{color:var(--muted)}.small{font-size:13px}.card{background:var(--card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #1f293717;border-radius:24px;margin-bottom:14px;padding:16px;box-shadow:0 18px 50px #0f172a14,inset 0 1px #ffffffa6}.card.strong{background:var(--card-strong)}.hero-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffffeb,#f8faffd6),radial-gradient(circle at 0 0,#60a5fa24,#0000 46%);border:1px solid #2563eb29;border-radius:30px;gap:18px;margin-bottom:14px;padding:20px;display:grid;box-shadow:0 24px 70px #2563eb1f,0 8px 28px #0f172a14}.hero-card h2{color:#101828;margin-bottom:6px;font-size:28px}.warning{background:#fffbebd1;border-color:#f59e0b47}.danger{background:linear-gradient(135deg,#fff1f2e0,#ffffffd1);border-color:#f43f5e47}.success{background:#ecfdf5d1;border-color:#10b98147}.grid{grid-template-columns:1fr;gap:12px;display:grid}.grid.two{grid-template-columns:1fr 1fr}@media (min-width:460px){.grid.responsive-two{grid-template-columns:1fr 1fr}}.stat{background:#ffffffc7;border:1px solid #1f293717;border-radius:18px;padding:14px;box-shadow:0 18px 50px #0f172a14,inset 0 1px #ffffffa6}.premium-stat{background:linear-gradient(135deg,#eff6fff2,#faf5fff2),#ffffffdb}.stat-label{color:#667085;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}.stat-value{color:#101828;margin:0;font-size:24px;font-weight:800}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.pill{color:#344054;background:#fffc;border:1px solid #1f29371f;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #0f172a0f}.pill.blue{color:#1d4ed8;background:#eff6ffeb}.pill.green{color:#047857;background:#ecfdf5eb}.pill.yellow{color:#92400e;background:#fffbebeb}.pill.red{color:#be123c;background:#fff1f2eb}.pill.purple{color:#6d28d9;background:#f5f3ffeb}.list{gap:10px;display:grid}.list-item{background:#ffffffc7;border:1px solid #1f293717;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex;box-shadow:0 18px 50px #0f172a14,inset 0 1px #ffffffa6}.list-title{margin:0;font-size:15px;font-weight:800}.list-subtitle{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.4}.sched-card{background:#ffffffd1;border:1px solid #1f293717;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px #0f172a14,inset 0 1px #ffffffa6}.sched-card-top{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.sched-card-actions{border-top:1px solid #1f293712;grid-template-columns:1fr 1fr;display:grid}.sched-card-actions.three{grid-template-columns:1fr 1fr 1fr}.sched-card-actions form{display:contents}.sched-btn{cursor:pointer;background:0 0;border:0;border-right:1px solid #1f293712;justify-content:center;align-items:center;gap:5px;min-height:46px;padding:0 12px;font-size:13px;font-weight:800;text-decoration:none;transition:background .12s;display:flex}.sched-btn:last-child{border-right:0}.sched-btn.log{color:#92400e;background:#fffbebb3}.sched-btn.log:active{background:#fffbeb}.sched-btn.late{color:#1d4ed8;background:#eff6ffb3}.sched-btn.late:active{background:#dbeafe}.sched-btn.skip,.sched-btn.skipped,.sched-btn.missed{color:#be123c;background:#fff1f280}.sched-btn.skip:active,.sched-btn.skipped:active,.sched-btn.missed:active{background:#ffe4e6}.button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#60a5fa,#a78bfa);border:0;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:12px 16px;font-weight:900;display:inline-flex;box-shadow:0 12px 28px #60a5fa40,inset 0 1px #ffffff59}.button.secondary{color:#344054;background:#ffffffc7;border:1px solid #1f29371f;box-shadow:0 10px 24px #0f172a0f}.form{gap:12px;margin-bottom:28px;display:grid}.field label{color:var(--muted);margin:0 0 6px;font-size:13px;font-weight:800;display:block}.input,.select,.textarea{color:#101828;background:#ffffffdb;border:1px solid #1f29371f;border-radius:15px;width:100%;min-height:48px;padding:12px;box-shadow:inset 0 1px 2px #0f172a0a}.textarea{resize:vertical;min-height:90px}.input::placeholder,.textarea::placeholder{color:#98a2b3}.select option{color:#111827}.compact-input{color:#101828;background:#ffffffdb;border:1px solid #1f29371f;border-radius:999px;max-width:120px;min-height:38px;padding:8px 12px}.inline-form{flex-wrap:wrap;gap:8px;display:flex}.inline-form .button{border-radius:999px;width:auto;min-height:38px;padding:8px 12px;font-size:12px}.checkbox-row{color:#344054;cursor:pointer;background:#fff9;border:1px solid #1f29371a;border-radius:14px;align-items:center;gap:10px;padding:12px;font-size:14px;font-weight:700;display:flex}.checkbox-row input[type=checkbox]{accent-color:#2563eb;flex-shrink:0;width:18px;height:18px}.divider{background:#1f29371a;height:1px;margin:16px 0}.button-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.button-grid.three{grid-template-columns:repeat(3,1fr)}.choice-button{color:#344054;cursor:pointer;background:#ffffffbf;border:1px solid #1f29371f;border-radius:18px;min-height:54px;font-weight:900}.choice-button.selected{color:#fff;background:linear-gradient(135deg,#60a5fa,#a78bfa);border-color:#0000;box-shadow:0 12px 26px #60a5fa38}.checkbox-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.check-card{color:#344054;background:#ffffffbf;border:1px solid #1f29371f;border-radius:16px;justify-content:center;align-items:center;gap:6px;min-height:46px;padding:8px;font-size:13px;font-weight:800;display:flex}.check-card input{accent-color:#2563eb}@media (max-width:520px){.checkbox-grid{grid-template-columns:repeat(2,1fr)}}.mini-form{background:#ffffff8c;border:1px solid #1f29371a;border-radius:20px;padding:14px}.code{word-break:break-all;color:#1d4ed8;background:#f8fafceb;border:1px solid #1f29371a;border-radius:16px;padding:12px;font-size:12px}.header{justify-content:space-between;align-items:flex-start;gap:14px;margin-top:8px;margin-bottom:18px;display:flex}.hero-header{margin-top:4px}.hero-actions{gap:10px;display:grid}.quick-actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.order-item{align-items:flex-start}.order-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.order-actions form{margin:0}.order-actions button{cursor:pointer}@media (max-width:520px){.list-item.order-item{display:grid}}.sticky-save{z-index:15;position:sticky;bottom:100px;box-shadow:0 16px 45px #0006}.schedule-group{margin-top:16px}.schedule-group h3{color:var(--blue);letter-spacing:.04em;text-transform:uppercase;font-size:14px}.bottom-nav{left:50%;bottom:calc(12px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20;background:#ffffffdb;border:1px solid #1f29371f;border-radius:24px;grid-template-columns:repeat(6,1fr);gap:4px;width:calc(100% - 20px);max-width:520px;padding:6px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 18px 45px #0f172a24,inset 0 1px #ffffffb3}.nav-item{color:#667085;letter-spacing:.01em;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:54px;font-size:9px;font-weight:800;transition:background .15s,color .15s;display:flex}.nav-icon{font-size:18px;line-height:1}.nav-item:hover,.nav-item.active{color:#1d4ed8;background:#eff6fff2}.syntraops-brand{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#fffffff0,#f7faffdb),radial-gradient(circle at 0 0,#60a5fa2e,#0000 48%);border:1px solid #1f293714;border-radius:26px;align-items:center;gap:14px;margin-bottom:16px;padding:14px 16px;text-decoration:none;display:flex;box-shadow:0 18px 40px #0f172a12,inset 0 1px #ffffffb3}.syntraops-brand.compact{gap:12px;margin-bottom:14px;padding:10px 14px}.syntraops-brand-mark-wrap{background:#ffffffb8;border-radius:24px;justify-content:center;align-items:center;min-width:92px;min-height:92px;display:flex;box-shadow:inset 0 1px #ffffffbf,0 10px 24px #2563eb14}.syntraops-brand.compact .syntraops-brand-mark-wrap{border-radius:12px;min-width:46px;min-height:46px}.syntraops-inline-logo{display:block}.syntraops-brand-copy{flex-direction:column;gap:3px;display:flex}.syntraops-brand-kicker{letter-spacing:.12em;text-transform:uppercase;color:#2563eb;margin:0;font-size:12px;font-weight:900}.syntraops-brand-title{color:#101828;font-size:26px;font-weight:900;line-height:1.05}.syntraops-brand.compact .syntraops-brand-title{font-size:16px}.syntraops-brand-tagline{color:#667085;margin:0;font-size:14px;line-height:1.35}.syntraops-brand.compact .syntraops-brand-tagline{font-size:11px}@media (max-width:640px){.syntraops-brand{align-items:flex-start}.syntraops-brand-title{font-size:22px}.syntraops-brand.compact .syntraops-brand-title{font-size:15px}.syntraops-brand-tagline{font-size:13px}}.landing-hero{margin-top:8px}.feature-grid{grid-template-columns:1fr;gap:14px;margin-bottom:14px;display:grid}@media (min-width:720px){.feature-grid{grid-template-columns:repeat(2,1fr)}}.feature-grid .card{transition:transform .18s,box-shadow .18s}.feature-grid .card:hover{transform:translateY(-2px);box-shadow:0 20px 55px #2563eb1f}.legal-doc{gap:12px;display:grid}.legal-doc h2{margin-top:8px;margin-bottom:2px}.legal-doc p{color:#475467;margin-top:0}.legal-link-row{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.consent-checklist{gap:8px;margin:16px 0;display:grid}.consent-checklist p{color:#475467;background:#ffffffc7;border:1px solid #1f29371a;border-radius:16px;margin:0;padding:12px}[data-theme=dark]{--bg:#0d1117;--bg-soft:#161b22;--card:#ffffff0f;--card-strong:#ffffff17;--text:#e6edf3;--muted:#8b949e;--line:#ffffff1a;--green:#3fb950;--yellow:#d29922;--red:#f85149;--blue:#58a6ff;--purple:#bc8cff;--pink:#ff7b72}[data-theme=dark] body{color:#e6edf3;background:radial-gradient(circle at 0 0,#388bfd26,#0000 32%),radial-gradient(circle at 100% 0,#bc8cff1f,#0000 30%),linear-gradient(#0d1117 0%,#161b22 100%)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3{color:#e6edf3}[data-theme=dark] .eyebrow{color:#58a6ff}[data-theme=dark] .muted{color:#8b949e}[data-theme=dark] .card,[data-theme=dark] .stat,[data-theme=dark] .list-item{background:#ffffff0f;border-color:#ffffff1a;box-shadow:0 18px 50px #0000004d}[data-theme=dark] .card.strong{background:#ffffff17}[data-theme=dark] .hero-card{background:linear-gradient(135deg,#ffffff14,#ffffff0a),radial-gradient(circle at 0 0,#388bfd33,#0000 46%);border-color:#388bfd40;box-shadow:0 24px 70px #0006}[data-theme=dark] .hero-card h2{color:#e6edf3}[data-theme=dark] .premium-stat{background:#388bfd1a}[data-theme=dark] .stat-label{color:#8b949e}[data-theme=dark] .stat-value{color:#e6edf3}[data-theme=dark] .pill{color:#e6edf3;background:#ffffff14;border-color:#ffffff1f}[data-theme=dark] .pill.blue{color:#58a6ff;background:#388bfd26}[data-theme=dark] .pill.green{color:#3fb950;background:#3fb95026}[data-theme=dark] .pill.yellow{color:#d29922;background:#d2992226}[data-theme=dark] .pill.red{color:#f85149;background:#f8514926}[data-theme=dark] .pill.purple{color:#bc8cff;background:#bc8cff26}[data-theme=dark] .button{color:#fff;background:linear-gradient(135deg,#388bfd,#8957e5)}[data-theme=dark] .button.secondary,[data-theme=dark] .input,[data-theme=dark] .select,[data-theme=dark] .textarea,[data-theme=dark] .compact-input{color:#e6edf3;background:#ffffff14;border-color:#ffffff1f}[data-theme=dark] .input::placeholder,[data-theme=dark] .textarea::placeholder{color:#6e7681}[data-theme=dark] .choice-button{color:#e6edf3;background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .choice-button.selected{color:#fff;background:linear-gradient(135deg,#388bfd,#8957e5)}[data-theme=dark] .checkbox-row,[data-theme=dark] .check-card{color:#e6edf3;background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .mini-form{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .warning{background:#d299221a;border-color:#d2992266}[data-theme=dark] .danger{background:#f851491a;border-color:#f8514966}[data-theme=dark] .success{background:#3fb9501a;border-color:#3fb95066}[data-theme=dark] .code{color:#58a6ff;background:#0006;border-color:#ffffff1a}[data-theme=dark] .bottom-nav{background:#0d1117eb;border-color:#ffffff1f}[data-theme=dark] .nav-item{color:#8b949e}[data-theme=dark] .nav-item:hover,[data-theme=dark] .nav-item.active{color:#58a6ff;background:#388bfd26}[data-theme=dark] .syntraops-brand{background:#ffffff0d;border-color:#ffffff14}[data-theme=dark] .syntraops-brand-mark-wrap{background:#ffffff14}[data-theme=dark] .syntraops-brand-kicker{color:#58a6ff}[data-theme=dark] .syntraops-brand-title{color:#e6edf3}[data-theme=dark] .syntraops-brand-tagline{color:#8b949e}[data-theme=dark] .schedule-group h3{color:#58a6ff}[data-theme=dark] .list-title{color:#e6edf3}[data-theme=dark] .list-subtitle{color:#8b949e}[data-theme=dark] .sched-card{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .sched-card-actions{border-top-color:#ffffff14}[data-theme=dark] .sched-btn{border-right-color:#ffffff14}[data-theme=dark] .sched-btn.log{color:#d29922;background:#d299221f}[data-theme=dark] .sched-btn.log:active{background:#d2992238}[data-theme=dark] .sched-btn.late{color:#58a6ff;background:#388bfd1f}[data-theme=dark] .sched-btn.late:active{background:#388bfd38}[data-theme=dark] .sched-btn.skip,[data-theme=dark] .sched-btn.skipped,[data-theme=dark] .sched-btn.missed{color:#f85149;background:#f851491a}[data-theme=dark] .sched-btn.skip:active,[data-theme=dark] .sched-btn.skipped:active,[data-theme=dark] .sched-btn.missed:active{background:#f8514933}@media (prefers-color-scheme:dark){html:not([data-theme=light]){--bg:#0d1117;--text:#e6edf3;--muted:#8b949e}}
