:root{color:#f8f8f8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#050505;font:18px/145% Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{min-width:320px}#root{max-width:none;text-align:initial;border:0}h1,h2{color:inherit}p{margin:0}.app-error-boundary{color:#f8f8f8;text-align:center;background:#050505;place-items:center;min-height:100dvh;padding:24px;display:grid}.app-error-boundary section{background:#171717;border:1px solid #facc1540;border-radius:18px;width:min(100%,520px);padding:28px}.app-error-boundary h1{color:#facc15;margin:0 0 12px;font-size:clamp(28px,6vw,42px)}.app-error-boundary p{color:#d1d5db}.app-error-boundary button{color:#050505;font:inherit;cursor:pointer;background:#facc15;border:0;border-radius:12px;margin-top:20px;padding:12px 18px;font-weight:800}@media (width<=1024px){:root{font-size:16px}}*{box-sizing:border-box}:root{--bg:#050505;--panel:#111;--panel-2:#171717;--border:#facc152e;--text:#f8f8f8;--muted:#9ca3af;--yellow:#facc15;--red:#ef4444}html,body,#root{background:var(--bg);width:100%;min-height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input,select,textarea{font:inherit}.app-layout{width:100%;min-height:100dvh;color:var(--text);background:radial-gradient(circle at top,#facc151f,#0000 28%),linear-gradient(#111 0%,#050505 60%);grid-template-columns:230px minmax(0,1fr);display:grid}.sidebar{border-right:1px solid var(--border);background:#070707;flex-direction:column;gap:22px;height:100dvh;padding:22px 16px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand-icon{background:var(--yellow);color:#050505;border-radius:14px;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.brand h1{text-transform:uppercase;letter-spacing:-1px;margin:0;font-size:22px;font-style:italic}.brand p{color:var(--yellow);text-transform:uppercase;margin:0;font-weight:900}.nav{gap:10px;display:grid}.nav-btn{color:#d1d5db;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;width:100%;padding:13px 14px;font-weight:900;display:flex}.nav-btn.active,.nav-btn:hover{color:var(--yellow);background:#facc151f;border-color:#facc154d}.sidebar-card{border:1px solid var(--border);background:#111;border-radius:18px;margin-top:auto;padding:18px}.sidebar-card p,.sidebar-card span{color:var(--muted);margin:0}.sidebar-card h2{color:var(--yellow);margin:8px 0;font-size:38px}.main-content{width:100%;max-width:1280px;margin:0 auto;padding:28px}.topbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.topbar h1{text-transform:uppercase;letter-spacing:-2px;margin:0;font-size:clamp(34px,5vw,58px);font-style:italic}.topbar p{color:var(--muted);margin:4px 0 0;font-weight:700}.panel,.stat-card,.day-card{border:1px solid var(--border);background:linear-gradient(#171717,#0d0d0d);border-radius:18px;box-shadow:0 18px 45px #00000080}.panel{margin-bottom:18px;padding:22px}.panel h2{text-transform:uppercase;letter-spacing:-.5px;margin-top:0;font-style:italic}.progress-panel{text-align:left;border-left:5px solid var(--yellow)}.progress-panel strong{color:var(--yellow);margin-bottom:14px;font-size:clamp(32px,5vw,54px);display:block}.progress-panel p,.summary-line{color:var(--muted)}.progress-track,.chart-track{background:#050505;border:1px solid #ffffff14;border-radius:999px;overflow:hidden}.progress-track{height:20px}.chart-track{height:18px}.progress-fill,.chart-fill{background:linear-gradient(90deg, var(--yellow), #b8860b);height:100%}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:18px;display:grid}.stat-card{min-height:125px;padding:18px}.stat-card p,.day-card p{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin:0 0 10px;font-size:12px;font-weight:900}.stat-card h2,.day-card h3{color:var(--yellow);letter-spacing:-1px;margin:0;font-size:34px}.stat-card span,.day-card span,.section-title span,.muted{color:var(--muted);margin-top:8px;display:block}.dashboard-split{grid-template-columns:1.3fr .9fr;gap:18px;display:grid}.chart{gap:12px;display:grid}.chart-row{grid-template-columns:42px 1fr 54px;align-items:center;gap:10px;display:grid}.chart-label,.chart-hours{color:#fff;font-weight:900}.chart-hours{text-align:right}.labor-list{gap:10px;display:grid}.labor-item{background:#080808;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;gap:12px;padding:14px;display:flex}.labor-item span{color:var(--yellow);font-weight:900}.job-form,.settings-panel,.daily-grid{grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:14px;display:grid}.notes-field{grid-column:1/-1}.field{flex-direction:column;gap:7px;display:flex}.field label{color:var(--yellow);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:900}input,select,textarea{color:#fff;background:#050505;border:1px solid #ffffff1f;border-radius:13px;outline:none;width:100%;min-width:0;padding:13px 14px}textarea{resize:vertical;min-height:95px}input:focus,select:focus,textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #facc151f}button{cursor:pointer;border:none;border-radius:13px;padding:13px 16px;font-weight:900}.primary-btn{background:var(--yellow);color:#050505}.secondary-btn{color:#fff;background:#242424;border:1px solid #ffffff1f}.danger-btn{background:var(--red);color:#fff}.small-btn{padding:10px 12px;font-size:13px}.form-actions,.section-title,.table-tools{justify-content:space-between;align-items:center;gap:12px;display:flex}.search{margin-bottom:14px}.table-wrap{border:1px solid #ffffff14;border-radius:16px;overflow-x:auto}table{border-collapse:collapse;color:#e5e7eb;width:100%}th,td{text-align:left;border-top:1px solid #ffffff14;padding:14px}th{color:var(--yellow);text-transform:uppercase;background:#080808;font-size:12px}.actions{white-space:nowrap;gap:8px;display:flex}.pill{color:var(--yellow);background:#facc1524;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-block}.empty{text-align:center;color:var(--muted);padding:30px}@media (width<=900px){.app-layout{padding-bottom:74px;display:block}.main-content{padding-top:14px;padding-right:max(14px, env(safe-area-inset-right));padding-bottom:14px;padding-left:max(14px, env(safe-area-inset-left))}.sidebar{z-index:100;border-right:none;border-top:1px solid var(--border);height:72px;padding:8px;position:fixed;inset:auto 0 0}.brand,.sidebar-card{display:none}.nav{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.nav-btn{flex-direction:column;justify-content:center;gap:3px;padding:8px 6px;font-size:11px}.topbar{display:none}.progress-panel{text-align:left}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{min-height:100px;padding:14px}.stat-card h2{font-size:26px}.dashboard-split,.job-form,.settings-panel,.daily-grid{grid-template-columns:1fr}.panel{margin-bottom:14px;padding:15px}.form-actions,.section-title,.table-tools{flex-direction:column;align-items:stretch}.table-tools button,.form-actions button{width:100%}table{min-width:760px}}.hero-card{color:#050505;background:linear-gradient(135deg,#facc15f2,#ca8a04f2),radial-gradient(circle at 100% 0,#ffffff59,#0000 35%);border-radius:28px;flex-direction:column;justify-content:space-between;min-height:210px;padding:24px;display:flex;box-shadow:0 22px 55px #facc152e}.hero-card .eyebrow{text-transform:uppercase;letter-spacing:1px;margin:0;font-size:13px;font-weight:1000}.hero-card h1{letter-spacing:-5px;margin:6px 0 0;font-size:clamp(64px,12vw,110px);font-style:italic;line-height:.9}.hero-card span{text-transform:uppercase;font-weight:1000}.hero-card .primary-btn{color:#facc15;box-shadow:none;background:#050505}.quick-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.mini-card{background:#111;border:1px solid #facc1529;border-radius:20px;padding:16px}.mini-card p{color:#9ca3af;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.mini-card h2{color:#facc15;letter-spacing:-1px;margin:0;font-size:30px}.app-section{border-radius:24px}@media (width<=900px){.quick-stats{grid-template-columns:repeat(2,1fr)}.hero-card{min-height:185px}.hero-card h1{font-size:76px}}.week-filter-box{gap:8px;margin-bottom:14px;display:grid}.week-filter-box label{color:var(--yellow);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:900}.auth-alert{border-radius:12px;padding:12px 14px;font-size:.9rem;font-weight:700}.auth-layout{background:radial-gradient(circle at top,#facc151f,#0000 28%),linear-gradient(#111 0%,#050505 60%);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.auth-page{justify-content:center;align-items:center;width:100%;padding:24px;display:flex}.auth-card{text-align:center;width:100%;max-width:500px;padding:32px}.auth-card h1{color:var(--yellow);margin:0 0 16px;font-size:56px;line-height:.9}.text-btn{color:var(--yellow);cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:0;font-weight:700;text-decoration:underline}@media (width<=900px){.table-wrap{border-radius:18px;overflow-x:auto}table{min-width:900px}th,td{white-space:nowrap;padding:14px 16px;font-size:15px}td:nth-child(3){white-space:normal;min-width:180px}.actions{gap:8px;display:flex}.actions button{padding:10px 12px;font-size:13px}}.mobile-job-list{display:none}@media (width<=900px){.table-wrap{display:none}.mobile-job-list{gap:12px;display:grid}.mobile-job-card{background:#0b0b0b;border:1px solid #facc152e;border-radius:18px;padding:16px}.mobile-job-card div:first-child{justify-content:space-between;gap:12px;display:flex}.mobile-job-card strong{color:#fff;font-size:18px}.mobile-job-card span,.mobile-job-card p{color:#9ca3af;margin:8px 0}.mobile-job-bottom{color:var(--yellow);justify-content:space-between;font-weight:900;display:flex}.mobile-job-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}}.mobile-notes summary{cursor:pointer;color:var(--yellow);font-weight:900;list-style:none}.mobile-notes summary::-webkit-details-marker{display:none}.mobile-notes summary:after{content:" ▼";font-size:12px}.mobile-notes[open] summary:after{content:" ▲"}.mobile-notes p{color:#d1d5db;white-space:pre-wrap;background:#ffffff0a;border-radius:10px;margin-top:10px;padding:10px}@media (width<=900px){.panel:first-of-type{padding:18px 14px}.job-form{gap:12px}.field{gap:5px}.field label{text-align:left;margin-left:6px;font-size:12px}input,select,textarea{border-radius:15px;padding:14px 16px;font-size:16px}textarea{min-height:90px}.job-form .primary-btn{padding:14px 16px}.job-form{grid-template-columns:1fr 1fr}.job-form .field{grid-column:span 2}.job-form .mobile-half{grid-column:span 1}.notes-field,.form-actions{grid-column:1/-1}}.scan-btn{cursor:pointer;justify-content:center;align-items:center;min-height:46px;display:flex}@media (width<=900px){.scan-btn{border-radius:14px;min-height:46px;padding:10px 14px;font-size:15px}.job-form{gap:9px}.field{gap:4px}.field label{margin-left:4px;font-size:11px}input,select,textarea{border-radius:14px;padding:11px 14px;font-size:16px}textarea{min-height:68px}.form-actions .primary-btn{border-radius:15px;min-height:48px;font-size:17px}.scan-btn{width:fit-content;min-width:140px;height:42px;color:var(--yellow);cursor:pointer;background:#facc1529;border:1px solid #facc1559;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:15px;font-weight:900;display:flex}.job-form>.field:first-child{align-items:flex-start}}.feature-toggle-list{background:#1c1c1e;border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;width:100%;display:flex;overflow:hidden}.feature-toggle-label{color:#fff;flex:1;min-width:0;font-size:16px;font-weight:800;line-height:1.25}@media (width<=900px){.feature-toggle-list{border-radius:16px}.feature-toggle-row{gap:12px;min-height:62px;padding:12px 14px}.feature-toggle-label{font-size:15px}}.settings-page{width:100%;max-width:760px;margin:0 auto;padding-bottom:30px}.settings-page-header{display:none}.settings-section-label{color:#8e8e93;letter-spacing:.8px;text-transform:uppercase;margin:26px 6px 9px;font-size:12px;font-weight:800}.settings-group,.feature-toggle-list{background:#1c1c1e;border:1px solid #ffffff1a;border-radius:18px;width:100%;overflow:hidden;box-shadow:0 12px 30px #00000038}.settings-value-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:18px;width:100%;min-height:76px;padding:14px 16px;display:flex}.settings-value-row:last-child{border-bottom:none}.settings-row-copy{text-align:left;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.settings-row-copy strong{color:#fff;font-size:16px;font-weight:750;line-height:1.2}.settings-row-copy small{color:#8e8e93;font-size:13px;font-weight:500;line-height:1.3}.settings-value-control{background:#2c2c2e;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:flex-end;align-items:center;gap:5px;min-width:112px;height:42px;padding:0 12px;display:flex}.settings-value-control:focus-within{border-color:#facc15b3;box-shadow:0 0 0 3px #facc151a}.settings-value-control input{color:#fff;width:64px;min-width:0;box-shadow:none;text-align:right;background:0 0;border:none;border-radius:0;padding:0;font-size:17px;font-weight:700}.settings-value-control input:focus{box-shadow:none;border:none}.settings-value-control input::-webkit-outer-spin-button{appearance:none;margin:0}.settings-value-control input::-webkit-inner-spin-button{appearance:none;margin:0}.settings-prefix,.settings-suffix{color:#8e8e93;font-size:14px;font-weight:700}.feature-toggle-row{appearance:none;color:#fff;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:1px solid #ffffff1a;border-radius:0;justify-content:space-between;align-items:center;gap:18px;width:100%;min-height:76px;padding:14px 16px;display:flex}.feature-toggle-row:last-child{border-bottom:none}.feature-toggle-row:hover{background:#ffffff09}.feature-toggle-row:active{background:#ffffff12}.feature-toggle-row:focus-visible{z-index:1;outline:2px solid var(--yellow);outline-offset:-2px;position:relative}.apple-switch{background:#3a3a3c;border-radius:999px;flex-shrink:0;width:51px;height:31px;transition:background .18s,box-shadow .18s;position:relative;box-shadow:inset 0 0 0 1px #ffffff0d}.apple-switch-knob{background:#fff;border-radius:50%;width:27px;height:27px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 2px 5px #0006,0 1px 2px #00000040}.feature-toggle-row.is-on .apple-switch{background:var(--yellow);box-shadow:inset 0 0 0 1px #00000014,0 0 14px #facc151a}.feature-toggle-row.is-on .apple-switch-knob{transform:translate(20px)}@media (width<=900px){.settings-page{padding:4px 0 22px}.settings-page-header{padding:8px 6px 10px;display:block}.settings-page-header h1{color:#fff;letter-spacing:-1px;text-transform:none;margin:0;font-size:32px;font-style:normal;font-weight:800}.settings-page-header p{color:#8e8e93;margin:5px 0 0;font-size:14px;font-weight:500}.settings-section-label{margin-top:22px}.settings-group,.feature-toggle-list{border-radius:16px}.settings-value-row,.feature-toggle-row{gap:12px;min-height:72px;padding:13px 14px}.settings-row-copy strong{font-size:15px}.settings-row-copy small{font-size:12px}.settings-value-control{min-width:105px}}.mobile-dashboard{gap:18px;display:grid}.mobile-dashboard .panel{margin-bottom:0}.hero-card{color:#fff;background:radial-gradient(circle at 100% 0,#facc1517,#0000 42%),linear-gradient(#1c1c1e 0%,#151517 100%);border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:205px;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 32px #00000047}.hero-card:before{content:"";background:var(--yellow);width:4px;position:absolute;top:0;bottom:0;left:0}.hero-card>div,.hero-card>button{z-index:1;position:relative}.hero-card .eyebrow{color:#8e8e93;letter-spacing:.7px;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.hero-card h1{color:var(--yellow);letter-spacing:-4px;margin:5px 0 2px;font-size:clamp(64px,12vw,92px);font-style:normal;font-weight:750;line-height:.95}.hero-card span{color:#fff;letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:650}.hero-card .primary-btn{width:100%;min-height:50px;color:var(--yellow);box-shadow:none;background:#2c2c2e;border:1px solid #facc1547;border-radius:14px;margin-top:18px}.hero-card .primary-btn:hover{background:#343436}.hero-card .primary-btn:active{background:#3a3a3c;transform:scale(.99)}.quick-stats{background:#ffffff17;border:1px solid #ffffff1a;border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:1px;display:grid;overflow:hidden;box-shadow:0 12px 28px #00000038}.mini-card{background:#1c1c1e;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;min-height:112px;padding:18px 16px;display:flex}.mini-card p{color:#8e8e93;letter-spacing:0;text-transform:none;margin:0 0 8px;font-size:13px;font-weight:600}.mini-card h2{color:#fff;letter-spacing:-1.5px;margin:0;font-size:34px;font-weight:700;line-height:1}.mini-card:first-child h2{color:var(--yellow)}.mobile-dashboard .app-section{background:#1c1c1e;border:1px solid #ffffff1a;border-radius:18px;padding:18px;box-shadow:0 12px 28px #00000038}.mobile-dashboard .section-title{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.mobile-dashboard .section-title h2{color:#fff;letter-spacing:-.3px;text-transform:none;margin:0;font-size:18px;font-style:normal;font-weight:700}.mobile-dashboard .section-title span{color:#8e8e93;margin:0;font-size:13px;font-weight:500}.mobile-dashboard .progress-track{background:#2c2c2e;border:none;border-radius:999px;height:9px}.mobile-dashboard .progress-fill{background:var(--yellow);border-radius:999px;height:100%}.mobile-dashboard .summary-line{color:#8e8e93;text-align:left;margin:12px 0 0;font-size:13px;font-weight:500}.mobile-dashboard .chart{gap:0;display:grid}.mobile-dashboard .chart-row{border-bottom:1px solid #ffffff14;grid-template-columns:38px 1fr 46px;align-items:center;gap:12px;min-height:52px;display:grid}.mobile-dashboard .chart-row:last-child{border-bottom:none}.mobile-dashboard .chart-label{color:#d1d1d6;font-size:13px;font-weight:650}.mobile-dashboard .chart-hours{color:#fff;text-align:right;font-size:14px;font-weight:650}.mobile-dashboard .chart-track{background:#2c2c2e;border:none;border-radius:999px;height:7px}.mobile-dashboard .chart-fill{background:var(--yellow);border-radius:999px;height:100%}.mobile-dashboard .labor-list{gap:0;display:grid}.mobile-dashboard .labor-item{background:0 0;border:none;border-bottom:1px solid #ffffff14;border-radius:0;justify-content:space-between;align-items:center;min-height:52px;padding:13px 0;display:flex}.mobile-dashboard .labor-item:last-child{border-bottom:none}.mobile-dashboard .labor-item strong{color:#fff;font-size:14px;font-weight:650}.mobile-dashboard .labor-item span{color:var(--yellow);font-size:14px;font-weight:700}.mobile-dashboard .muted{color:#8e8e93;margin:0;font-size:13px}@media (width<=900px){.mobile-dashboard{gap:16px}.hero-card{min-height:195px;padding:20px}.hero-card h1{font-size:72px}.quick-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-card{min-height:108px;padding:16px}.mini-card h2{font-size:32px}.quick-stats .mini-card:last-child:nth-child(odd){flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:86px}.quick-stats .mini-card:last-child:nth-child(odd) p{margin:0}.quick-stats .mini-card:last-child:nth-child(odd) h2{text-align:right;margin:0}}.jobs-entry-panel,.jobs-list-panel{background:#1c1c1e;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 12px 30px #0000003d}.jobs-entry-panel,.jobs-list-panel,.mobile-job-card{border-color:#ffffff1a}.jobs-entry-panel>h2{color:#fff;letter-spacing:-.6px;text-transform:none;margin:0 0 20px;font-size:24px;font-style:normal;font-weight:750}.jobs-entry-panel .job-form{gap:14px}.jobs-entry-panel .field{gap:7px}.jobs-entry-panel .field>label{color:#8e8e93;letter-spacing:.2px;text-transform:none;margin-left:2px;font-size:12px;font-weight:650}.jobs-entry-panel input,.jobs-entry-panel select,.jobs-entry-panel textarea{color:#fff;box-shadow:none;background:#2c2c2e;border:1px solid #ffffff17;border-radius:14px}.jobs-entry-panel input,.jobs-entry-panel select{min-height:52px}.jobs-entry-panel textarea{min-height:105px}.jobs-entry-panel input:focus,.jobs-entry-panel select:focus,.jobs-entry-panel textarea:focus{border-color:#facc15b8;box-shadow:0 0 0 3px #facc151a}.jobs-entry-panel .scan-field{background:#242426;border:1px solid #ffffff17;border-radius:16px;grid-column:1/-1;padding:14px}.jobs-entry-panel .scan-field>label:first-child{color:#fff;margin:0 0 7px;font-size:15px;font-weight:700}.jobs-entry-panel .scan-btn{width:100%;min-width:0;min-height:48px;color:var(--yellow);background:#facc151c;border:1px solid #facc154d;border-radius:13px;margin:0;padding:0 16px;font-size:15px;font-weight:750}.jobs-entry-panel .scan-btn:hover{background:#facc1529}.jobs-entry-panel .scan-btn:active{background:#facc1538}.jobs-entry-panel .form-actions{grid-column:1/-1;margin-top:4px}.jobs-entry-panel .form-actions .primary-btn{background:var(--yellow);color:#050505;border-radius:14px;min-height:54px;font-size:17px;font-weight:800}.jobs-entry-panel .form-actions .secondary-btn{color:#fff;background:#2c2c2e;border:1px solid #ffffff1a;min-height:50px}.jobs-list-panel .section-title{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.jobs-list-panel .section-title h2{color:#fff;letter-spacing:-.5px;text-transform:none;margin:0;font-size:22px;font-style:normal;font-weight:750}.jobs-list-panel .table-tools{flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;display:flex}.jobs-list-panel .table-tools span{color:#8e8e93;margin:0;font-size:13px;font-weight:500}.jobs-list-panel .table-tools .primary-btn{width:auto;min-height:40px;color:var(--yellow);background:#facc151a;border:1px solid #facc1547;border-radius:11px;padding:9px 13px;font-size:13px}.jobs-list-panel .week-filter-box{gap:7px;margin:0 0 10px}.jobs-list-panel .week-filter-box label{color:#8e8e93;letter-spacing:.2px;text-transform:none;margin-left:2px;font-size:12px;font-weight:650}.jobs-list-panel .week-filter-box select,.jobs-list-panel .search{color:#fff;background:#2c2c2e;border:1px solid #ffffff17;border-radius:13px;min-height:50px}.jobs-list-panel .search{margin-bottom:14px}.mobile-job-list{gap:10px}.mobile-job-card{box-shadow:none;background:#1c1c1e;border:1px solid #ffffff1a;border-radius:16px;padding:16px}.mobile-job-card>div:first-child{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.mobile-job-card strong{color:#fff;font-size:17px;font-weight:750;line-height:1.25}.mobile-job-card>div:first-child span{color:#8e8e93;white-space:nowrap;margin:1px 0 0;font-size:13px}.mobile-job-card>p{color:#8e8e93;margin:8px 0 0;font-size:13px}.mobile-notes{margin:10px 0 0}.mobile-notes summary{color:#d1d1d6;font-size:13px;font-weight:650}.mobile-notes summary:after{color:#8e8e93;font-size:10px}.mobile-notes p{color:#d1d1d6;background:#242426;border:1px solid #ffffff12;border-radius:11px;margin:9px 0 0;padding:11px;font-size:13px}.mobile-job-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:14px;padding-top:13px;display:flex}.mobile-job-bottom span{margin:0}.mobile-job-bottom span:first-child{color:var(--yellow);font-size:16px;font-weight:750}.mobile-job-bottom span:last-child{color:#d1d1d6;background:#2c2c2e;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:650}.mobile-job-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:13px;display:grid}.mobile-job-actions button{border-radius:12px;min-height:46px;font-size:14px}.mobile-job-actions .secondary-btn{color:#fff;background:#2c2c2e;border:1px solid #ffffff1a}.mobile-job-actions .danger-btn{color:#ff453a;background:#ff453a14;border:1px solid #ff453a4d}.mobile-job-actions .danger-btn:active{background:#ff453a29}@media (width<=900px){.jobs-entry-panel,.jobs-list-panel{border-radius:18px;padding:16px}.jobs-entry-panel>h2{font-size:23px}.jobs-entry-panel .job-form{grid-template-columns:1fr 1fr;gap:11px}.jobs-entry-panel .job-form .field{grid-column:1/-1}.jobs-entry-panel .job-form .mobile-half{grid-column:span 1}.jobs-entry-panel .scan-field,.jobs-entry-panel .notes-field,.jobs-entry-panel .form-actions{grid-column:1/-1}.jobs-list-panel .section-title{align-items:flex-start}.jobs-list-panel .table-tools{flex-shrink:0}.jobs-list-panel .table-tools span{display:none}.jobs-list-panel .table-tools .primary-btn{width:auto}}.jobs-page{width:100%;max-width:760px;margin:0 auto}.jobs-page-head,.jobs-history-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.jobs-page-head{margin-bottom:14px;padding:4px 2px}.jobs-page-head h1,.jobs-history-head h2{color:#fff;text-transform:none;margin:0;font-style:normal}.jobs-page-head h1{letter-spacing:-1px;font-size:30px}.jobs-page-head p,.jobs-history-head span{color:#8e8e93;margin:4px 0 0;font-size:13px}.jobs-add-toggle{width:auto;min-width:112px}.jobs-entry-panel,.jobs-list-panel{margin-bottom:14px}.jobs-entry-panel,.jobs-entry-panel .job-form,.jobs-entry-panel .field{min-width:0;max-width:100%}.jobs-entry-panel input,.jobs-entry-panel select,.jobs-entry-panel textarea{min-width:0!important;max-width:100%!important}.jobs-entry-panel input[type=date]{box-sizing:border-box;appearance:none;display:block;width:100%!important;min-width:0!important;max-width:100%!important}.jobs-history-head{margin-bottom:14px}.jobs-history-head>div{flex-direction:column;display:flex}.jobs-history-head h2{font-size:23px}.jobs-history-head button{width:auto;min-height:40px}.jobs-history-controls{grid-template-columns:190px minmax(0,1fr);gap:10px;margin-bottom:14px;display:grid}.jobs-history-controls select,.jobs-history-controls input{min-width:0;margin:0}.grouped-job-list{gap:14px}.job-date-group{background:#1c1c1e;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.job-date-header{background:#242426;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:12px 14px;display:flex}.job-date-header>div{flex-direction:column;gap:3px;display:flex}.job-date-header strong{color:#fff;font-size:15px}.job-date-header span{color:#8e8e93;font-size:12px}.job-date-header b{color:var(--yellow);white-space:nowrap;font-size:15px}.compact-job-row{border-bottom:1px solid #ffffff14}.compact-job-row:last-child{border-bottom:none}.compact-job-row summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:74px;padding:13px 14px;list-style:none;display:grid}.compact-job-row summary::-webkit-details-marker{display:none}.compact-job-row[open] summary{background:#ffffff08}.compact-job-main{flex-direction:column;gap:5px;min-width:0;display:flex}.compact-job-main strong,.compact-job-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-job-main strong{color:#fff;font-size:15px}.compact-job-main span{color:#8e8e93;font-size:12px}.compact-job-meta{flex-direction:column;align-items:flex-end;gap:5px;min-width:88px;display:flex}.compact-job-meta b{color:var(--yellow);font-size:17px}.compact-job-meta span{color:#d1d1d6;white-space:nowrap;font-size:11px}.compact-job-details{padding:0 14px 14px}.compact-job-details>p{color:#d1d1d6;white-space:pre-wrap;background:#242426;border-radius:11px;margin:0 0 11px;padding:11px;font-size:13px}.compact-job-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.compact-job-actions button{border-radius:11px;min-height:43px}.compact-job-actions .danger-btn{color:#ff453a;background:#ff453a14;border:1px solid #ff453a4d}.jobs-empty-state{color:#8e8e93;text-align:center;padding:28px 16px}@media (width<=900px){.jobs-page-head{padding:3px 2px}.jobs-page-head h1{font-size:28px}.jobs-entry-panel,.jobs-list-panel{padding:16px}.jobs-history-controls{grid-template-columns:1fr}}@media (width>=901px){.jobs-page-head{display:none}.jobs-page{width:100%;max-width:none;margin:0}.jobs-entry-panel{width:100%;max-width:980px;margin-bottom:20px;margin-right:auto;padding:24px}.jobs-list-panel{width:100%;max-width:none;padding:24px}.jobs-history-head{margin-bottom:18px}.jobs-history-head h2{font-size:26px}.jobs-history-controls{grid-template-columns:220px minmax(320px,1fr);gap:12px;margin-bottom:18px}.jobs-history-controls select,.jobs-history-controls input{min-height:48px}.jobs-list-panel .table-wrap{border-radius:14px;width:100%;overflow-x:auto}.jobs-list-panel table{table-layout:fixed;width:100%;min-width:1050px}.jobs-list-panel th,.jobs-list-panel td{vertical-align:top;padding:15px 13px}.jobs-list-panel th:first-child,.jobs-list-panel td:first-child{width:105px}.jobs-list-panel th:nth-child(2),.jobs-list-panel td:nth-child(2){width:90px}.jobs-list-panel th:nth-child(3),.jobs-list-panel td:nth-child(3){width:180px}.jobs-list-panel th:nth-child(4),.jobs-list-panel td:nth-child(4){width:95px}.jobs-list-panel th:nth-child(5),.jobs-list-panel td:nth-child(5){width:125px}.jobs-list-panel th:nth-child(6),.jobs-list-panel td:nth-child(6){width:75px}.jobs-list-panel .notes-cell{white-space:pre-wrap;overflow-wrap:anywhere;min-width:260px;max-width:420px;line-height:1.45}.jobs-list-panel .actions{align-items:flex-start;width:160px;min-width:160px}.jobs-list-panel .actions button{padding:9px 12px;font-size:13px}.jobs-list-panel tbody tr:hover{background:#ffffff06}.jobs-list-panel .pill{white-space:normal;text-align:center;line-height:1.2}.desktop-history-table{overflow:auto visible}.desktop-history-table table{table-layout:fixed;width:100%;min-width:1100px}.desktop-history-table th,.desktop-history-table td{vertical-align:middle;padding:15px 12px}.desktop-date-col{width:110px}.desktop-ro-col{width:90px}.desktop-vehicle-col{width:190px}.desktop-labor-col{width:110px}.desktop-type-col{width:125px}.desktop-hours-col{width:75px}.desktop-notes-col{width:155px}.desktop-actions-col{width:170px}.desktop-date-cell,.desktop-ro-cell,.desktop-hours-cell{white-space:nowrap}.desktop-vehicle-cell{color:#fff;font-weight:650;line-height:1.35}.desktop-labor-cell{color:#a1a1a6}.desktop-hours-cell{color:var(--yellow);font-weight:750}.notes-cell{white-space:normal;width:155px}.desktop-notes{position:relative}.desktop-notes summary{cursor:pointer;width:fit-content;color:var(--yellow);white-space:nowrap;background:#facc1517;border:1px solid #facc1538;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:750;list-style:none}.desktop-notes summary::-webkit-details-marker{display:none}.desktop-notes summary:after{content:" ▾";color:#8e8e93}.desktop-notes[open] summary:after{content:" ▴"}.desktop-notes-body{color:#d1d1d6;white-space:pre-wrap;overflow-wrap:anywhere;background:#242426;border:1px solid #ffffff14;border-radius:10px;width:100%;max-height:170px;margin-top:9px;padding:11px;font-size:12px;line-height:1.45;overflow-y:auto}.desktop-no-notes{color:#636366;font-size:12px}.desktop-job-actions{justify-content:flex-start;align-items:center;gap:7px;display:flex}.desktop-job-actions button{border-radius:10px;padding:9px 11px;font-size:12px}.desktop-job-actions .danger-btn{color:#ff453a;background:#ff453a1a;border:1px solid #ff453a4d}.desktop-history-table tbody tr{transition:background .14s}.desktop-history-table tbody tr:hover{background:#ffffff06}.jobs-list-panel,.desktop-history-table,.desktop-history-table table,.desktop-history-table tbody,.desktop-history-table tr,.desktop-history-table td{overflow:visible}.desktop-history-table .notes-cell{position:relative}.desktop-notes{width:fit-content;position:relative}.desktop-notes[open]{z-index:100}.desktop-notes-body{color:#fff;white-space:pre-wrap;overflow-wrap:anywhere;background:#242426;border:1px solid #ffffff24;border-radius:14px;width:380px;max-width:min(380px,70vw);max-height:280px;margin:0;padding:16px;font-size:14px;line-height:1.55;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 18px 45px #000000a6}}.brand{gap:11px}.brand-icon{background:var(--yellow);color:#050505;flex-shrink:0;font-size:21px;font-style:italic;font-weight:950}.brand-name{min-width:0}.brand-name h1{color:#fff;letter-spacing:-.8px;text-transform:uppercase;margin:0;font-size:23px;font-style:italic;font-weight:900;line-height:1}.brand-name p{max-width:125px;color:var(--yellow);letter-spacing:.5px;text-transform:uppercase;margin:5px 0 0;font-size:10px;font-weight:800;line-height:1.15}@media (width<=900px){.app-layout{padding-bottom:110px}.sidebar{z-index:1000;left:calc(14px + env(safe-area-inset-left));right:calc(14px + env(safe-area-inset-right));bottom:calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(22px)saturate(150%);background:#18181ad1;border:1px solid #ffffff1f;border-radius:24px;width:auto;height:76px;padding:7px;position:fixed;top:auto;box-shadow:0 18px 45px #0000008c,inset 0 1px #ffffff0f}.brand,.sidebar-card{display:none}.nav{grid-template-columns:repeat(3,1fr);gap:4px;width:100%;height:100%;display:grid}.nav-btn{color:#8e8e93;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;height:100%;padding:6px 4px;font-size:11px;font-weight:650;line-height:1;transition:color .16s,background .16s,transform .12s;display:flex;position:relative}.nav-btn>span{border-radius:10px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:19px;line-height:1;transition:background .16s,transform .16s;display:flex}.nav-btn.active{color:var(--yellow);background:0 0;border-color:#0000}.nav-btn.active>span{background:#facc1521;transform:translateY(-1px)}.nav-btn.active:after{content:"";background:var(--yellow);border-radius:999px;width:18px;height:3px;position:absolute;bottom:3px}.nav-btn:hover{background:0 0;border-color:#0000}.nav-btn:active{background:#ffffff0d;transform:scale(.96)}}.settings-subpage-header{align-items:center;gap:12px;margin:0 0 18px;padding:4px 2px;display:flex}.settings-subpage-header>div{min-width:0}.settings-subpage-header h1{color:#fff;letter-spacing:-1px;margin:0;font-size:30px;font-weight:800}.settings-subpage-header p{color:#8e8e93;margin:4px 0 0;font-size:14px;font-weight:500}.settings-back-btn{width:42px;height:42px;color:var(--yellow);background:#1c1c1e;border:1px solid #ffffff1a;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:30px;font-weight:500;line-height:1;display:flex}.settings-back-btn:hover{background:#2c2c2e}.settings-back-btn:active{transform:scale(.96)}@media (width<=900px){.settings-subpage-header{margin-bottom:14px;padding-top:6px}.settings-subpage-header h1{font-size:28px}}.auth-shell{width:100%;min-height:100svh;padding:max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));color:#fff;background:radial-gradient(circle at 50% 0,#facc151a,#0000 34%),linear-gradient(#101010 0%,#000 70%);place-items:center;display:grid}.auth-container{flex-direction:column;align-items:stretch;width:100%;max-width:440px;display:flex}.auth-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:22px;display:flex}.auth-logo{color:#050505;letter-spacing:-1px;background:linear-gradient(145deg,#ffe45c,#facc15);border-radius:16px;place-items:center;width:54px;height:54px;font-size:26px;font-weight:850;display:grid;box-shadow:0 10px 28px #facc1533,inset 0 1px #ffffff73}.auth-brand-copy{flex-direction:column;align-items:flex-start;display:flex}.auth-brand-copy strong{color:#fff;letter-spacing:-.8px;font-size:25px;font-weight:800;line-height:1}.auth-brand-copy span{color:#a1a1a6;letter-spacing:.25px;margin-top:5px;font-size:12px;font-weight:650}.auth-card{text-align:left;background:linear-gradient(#1e1e20f5,#131315fa);border:1px solid #ffffff1a;border-radius:28px;width:100%;max-width:none;margin:0;padding:30px;box-shadow:0 28px 70px #0000008c,inset 0 1px #ffffff0a}.auth-heading{text-align:center;margin-bottom:25px}.auth-card .auth-heading h1{color:#fff;letter-spacing:-1.1px;text-transform:none;margin:0;font-size:30px;font-style:normal;font-weight:750;line-height:1.1}.auth-heading p{color:#8e8e93;margin:8px 0 0;font-size:15px;font-weight:450;line-height:1.4}.auth-form{grid-template-columns:1fr;gap:17px;display:grid}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field label{color:#d1d1d6;letter-spacing:0;text-transform:none;margin-left:3px;font-size:13px;font-weight:650}.auth-field input{appearance:none;color:#fff;background:#0a0a0b;border:1px solid #ffffff1f;border-radius:15px;outline:none;width:100%;height:54px;min-height:54px;padding:0 16px;font-size:16px;font-weight:500;transition:border-color .16s,background .16s,box-shadow .16s}.auth-field input::placeholder{color:#636366}.auth-field input:hover{border-color:#fff3}.auth-field input:focus{background:#0d0d0e;border-color:#facc15d9;box-shadow:0 0 0 4px #facc151c}.auth-forgot-btn{width:fit-content;color:var(--yellow);background:0 0;border:none;border-radius:5px;margin:-5px 2px 0 auto;padding:2px;font-size:13px;font-weight:650;text-decoration:none}.auth-forgot-btn:hover{text-decoration:underline}.auth-forgot-btn:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}.auth-primary-btn{color:#050505;background:linear-gradient(#ffda28,#facc15);border:none;border-radius:15px;width:100%;min-height:54px;margin-top:3px;padding:0 18px;font-size:16px;font-weight:750;transition:transform .12s,filter .12s,opacity .12s;box-shadow:0 8px 22px #facc1526,inset 0 1px #fff6}.auth-primary-btn:hover{filter:brightness(1.04)}.auth-primary-btn:active{transform:scale(.985)}.auth-primary-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.auth-switch-btn{color:#f2f2f7;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:14px;width:100%;min-height:48px;padding:10px 14px;font-size:14px;font-weight:650;transition:background .12s,transform .12s}.auth-switch-btn:hover{background:#ffffff13}.auth-switch-btn:active{transform:scale(.985)}.auth-alert{text-align:left;border-radius:13px;margin-bottom:18px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.4}.auth-alert.success{color:#63e681;background:#30d1581a;border:1px solid #30d15840}.auth-alert.error{color:#ff6961;background:#ff453a1a;border:1px solid #ff453a40}.auth-legal{color:#a1a1a6;text-align:center;margin:22px 6px 0;font-size:12px;font-weight:450;line-height:1.5}.auth-legal a{color:#d1d1d6;text-underline-offset:2px;font-weight:600;text-decoration:underline}.auth-legal a:hover{color:var(--yellow)}.auth-footer{color:#98989f;text-align:center;margin-top:20px;font-size:12px;font-weight:500}@media (width<=600px){.auth-shell{padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));place-items:center}.auth-container{max-width:390px}.auth-brand{margin-bottom:18px}.auth-logo{border-radius:15px;width:50px;height:50px;font-size:24px}.auth-brand-copy strong{font-size:23px}.auth-card{border-radius:24px;padding:25px 20px}.auth-card .auth-heading h1{font-size:27px}.auth-heading{margin-bottom:22px}.auth-form{gap:15px}.auth-field input{height:52px;min-height:52px}.auth-primary-btn{min-height:52px}.auth-footer{margin-top:16px}}@media (height<=700px){.auth-shell{place-items:start center}.auth-brand{margin-top:4px}.auth-card{padding-top:23px;padding-bottom:23px}}.settings-danger-row{color:#ff6961}button:disabled{cursor:not-allowed;opacity:.55}a.feature-toggle-row{text-decoration:none}.settings-danger-row .settings-row-copy strong,.settings-danger-row>span:last-child{color:#ff6961}.settings-danger-row:hover,.settings-danger-row:focus-visible{background:#ff453a1a}.settings-danger-row:disabled{cursor:not-allowed;opacity:.45}.delete-confirm-row{align-items:stretch}.delete-confirm-input{text-transform:uppercase;border-color:#ff453a59;margin-top:14px}.delete-confirm-input:focus{border-color:#ff6961;box-shadow:0 0 0 3px #ff453a24}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tutorial-required-fields{border:0;grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:14px;min-width:0;margin:0;padding:0;display:grid}.tutorial-overlay{z-index:10000;pointer-events:none;color:#fff;position:fixed;inset:0}body.tutorial-is-open{overscroll-behavior:none}.tutorial-shade{z-index:1;pointer-events:auto;touch-action:none;background:#000000c2;position:fixed}.tutorial-shade-top,.tutorial-shade-full{inset:0 0 auto}.tutorial-shade-full{bottom:0}.tutorial-shade-left{left:0}.tutorial-shade-right{right:0}.tutorial-shade-bottom{bottom:0;left:0;right:0}.tutorial-spotlight,.tutorial-target-blocker{border-radius:15px;position:fixed}.tutorial-spotlight{z-index:2;border:3px solid var(--yellow);pointer-events:none;transition:top .18s,left .18s,width .18s,height .18s;box-shadow:0 0 0 2px #000000b3,0 0 24px #facc157a}.tutorial-target-blocker{z-index:3;pointer-events:auto;touch-action:none}.tutorial-tooltip{z-index:4;pointer-events:auto;overscroll-behavior:contain;background:#1c1c1e;border:1px solid #facc156b;border-radius:20px;width:min(400px,100vw - 24px);max-height:calc(100dvh - 24px);padding:24px;position:fixed;overflow-y:auto;box-shadow:0 24px 70px #0000008c}.tutorial-tooltip.is-centered{top:50%;left:50%;transform:translate(-50%,-50%)}.tutorial-tooltip:focus{outline:none}.tutorial-counter{color:var(--yellow);letter-spacing:.75px;text-transform:uppercase;margin:0 48px 8px 0;font-size:12px;font-weight:850}.tutorial-tooltip h2{color:#fff;letter-spacing:-.4px;margin:0;font-size:24px;line-height:1.15}.tutorial-description,.tutorial-notice,.tutorial-status{line-height:1.5}.tutorial-description{color:#d1d1d6;margin:12px 0 0;font-size:15px}.tutorial-notice,.tutorial-status{border-radius:12px;margin:14px 0 0;padding:10px 12px;font-size:13px}.tutorial-notice{color:#fff4bd;background:#facc151c;border:1px solid #facc153d}.tutorial-status{color:#d1d1d6;background:#ffffff0d}.tutorial-close{color:#d1d1d6;cursor:pointer;background:0 0;border:0;border-radius:999px;width:44px;min-width:44px;height:44px;padding:0;font-size:27px;line-height:1;position:absolute;top:10px;right:10px}.tutorial-close:hover{color:#fff;background:#ffffff14}.tutorial-actions,.tutorial-step-actions{align-items:center;gap:10px;display:flex}.tutorial-actions{justify-content:space-between;margin-top:22px}.tutorial-step-actions{justify-content:flex-end}.tutorial-actions button{cursor:pointer;border-radius:12px;min-height:44px;padding:10px 16px;font-size:14px;font-weight:800}.tutorial-actions button:focus-visible,.tutorial-close:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.tutorial-actions button:disabled{cursor:not-allowed}.tutorial-primary{border:1px solid var(--yellow);background:var(--yellow);color:#050505}.tutorial-secondary,.tutorial-skip{color:#fff;background:#2c2c2e;border:1px solid #ffffff29}.tutorial-skip{color:#d1d1d6;background:0 0}@media (width<=900px){.tutorial-required-fields{grid-template-columns:1fr 1fr;gap:11px}.tutorial-required-fields .field{grid-column:1/-1}.tutorial-required-fields .mobile-half{grid-column:span 1}}@media (width<=480px){.tutorial-tooltip{border-radius:18px;padding:21px 18px 18px}.tutorial-tooltip h2{font-size:22px}.tutorial-description{font-size:14px}.tutorial-actions{flex-direction:column-reverse;align-items:stretch}.tutorial-step-actions,.tutorial-skip{width:100%}.tutorial-step-actions button{flex:1}}:root,:root[data-theme=classic]{--theme-bg:#050505;--theme-bg-raised:#101010;--theme-surface:#1c1c1e;--theme-surface-raised:#242426;--theme-input:#2c2c2e;--theme-sidebar:#070707;--theme-text:#fff;--theme-text-soft:#d1d1d6;--theme-muted:#8e8e93;--theme-accent:#facc15;--theme-on-accent:#050505;--theme-border:#ffffff1a;--theme-accent-border:#facc154d;--theme-hover:#ffffff0d;--theme-shadow:0 18px 45px #00000080;--theme-soft-shadow:0 12px 30px #0000003d;--theme-overlay:#000000c7;--theme-focus-ring:#facc1547;--theme-danger:#ff453a;--theme-success:#86efac;--theme-warning-bg:#facc151c;--theme-app-glow:#facc151f;--bg:var(--theme-bg);--panel:var(--theme-surface);--panel-2:var(--theme-surface-raised);--border:var(--theme-accent-border);--text:var(--theme-text);--muted:var(--theme-muted);--yellow:var(--theme-accent)}:root[data-theme=midnight]{--theme-bg:#050913;--theme-bg-raised:#09111f;--theme-surface:#0f1929;--theme-surface-raised:#16233a;--theme-input:#1b2b45;--theme-sidebar:#070d18;--theme-text:#f5f9ff;--theme-text-soft:#c4d0df;--theme-muted:#8da0b8;--theme-accent:#45a8ff;--theme-on-accent:#03101c;--theme-border:#94b2d62e;--theme-accent-border:#45a8ff70;--theme-hover:#5faeff1a;--theme-shadow:0 20px 54px #00020aad;--theme-soft-shadow:0 14px 34px #00020a85;--theme-overlay:#01050dd6;--theme-focus-ring:#45a8ff4d;--theme-danger:#ff6b72;--theme-success:#72e6b1;--theme-warning-bg:#45a8ff1c;--theme-app-glow:#2880ff2b}:root[data-theme=workshop]{--theme-bg:#f4f1eb;--theme-bg-raised:#ebe6dc;--theme-surface:#fff;--theme-surface-raised:#f3eee5;--theme-input:#f8f5ef;--theme-sidebar:#26313b;--theme-text:#25303b;--theme-text-soft:#455362;--theme-muted:#687583;--theme-accent:#a95318;--theme-on-accent:#fff;--theme-border:#313f4d2e;--theme-accent-border:#a953186b;--theme-hover:#a9531814;--theme-shadow:0 18px 42px #3a2f2229;--theme-soft-shadow:0 10px 28px #3a2f221f;--theme-overlay:#1e2328b3;--theme-focus-ring:#a953183d;--theme-danger:#b4232f;--theme-success:#197044;--theme-warning-bg:#a953181a;--theme-app-glow:#b8763e24}html,body,#root{background:var(--theme-bg);color:var(--theme-text)}.app-layout,.auth-shell,.auth-layout{color:var(--theme-text);background:radial-gradient(circle at top, var(--theme-app-glow), transparent 30%), linear-gradient(180deg, var(--theme-bg-raised), var(--theme-bg) 64%)}.sidebar{background:var(--theme-sidebar);border-color:var(--theme-accent-border)}.panel,.stat-card,.day-card,.sidebar-card,.mini-card,.mobile-dashboard .app-section,.jobs-entry-panel,.jobs-list-panel,.mobile-job-card,.job-date-group,.settings-group,.feature-toggle-list,.auth-card,.export-csv-modal,.cross-reference-loading,.tutorial-tooltip{color:var(--theme-text);background:var(--theme-surface);border-color:var(--theme-border);box-shadow:var(--theme-soft-shadow)}.panel,.stat-card,.day-card,.cross-reference-modal{background-image:linear-gradient(180deg, var(--theme-surface), var(--theme-bg-raised))}.hero-card{color:var(--theme-text);background:radial-gradient(circle at top right, var(--theme-app-glow), transparent 44%), linear-gradient(180deg, var(--theme-surface), var(--theme-bg-raised));border-color:var(--theme-border);box-shadow:var(--theme-shadow)}.hero-card .primary-btn,.secondary-btn,.settings-back-btn,.week-selector-navigation button,.cross-reference-close,.cross-reference-image-actions button,.cross-reference-replace,.cross-reference-review-actions button,.tutorial-secondary{color:var(--theme-text);background:var(--theme-input);border-color:var(--theme-border)}.primary-btn,.jobs-entry-panel .form-actions .primary-btn,.feature-toggle-row.is-on .apple-switch,.tutorial-primary,.cross-reference-source button.is-selected{color:var(--theme-on-accent);background:var(--theme-accent);border-color:var(--theme-accent)}.nav-btn,.settings-row-copy small,.settings-section-label,.settings-subpage-header p,.settings-prefix,.settings-suffix,.topbar p,.hero-card .eyebrow,.mini-card p,.mobile-dashboard .section-title span,.mobile-dashboard .summary-line,.jobs-page-head p,.jobs-history-head span,.compact-job-main span,.job-date-header span,.cross-reference-limits,.cross-reference-image-copy span,.cross-reference-image-copy small,.week-selector-jump,.export-csv-modal header p{color:var(--theme-muted)}.topbar h1,.panel h2,.jobs-entry-panel>h2,.jobs-list-panel .section-title h2,.jobs-page-head h1,.jobs-history-head h2,.settings-page-header h1,.settings-subpage-header h1,.settings-row-copy strong,.feature-toggle-label,.mobile-dashboard .section-title h2,.mini-card h2,.job-date-header strong,.compact-job-main strong,.mobile-job-card strong,.cross-reference-header h2,.cross-reference-result-group h3,.cross-reference-instructions h3,.week-selector-navigation strong,.tutorial-tooltip h2{color:var(--theme-text)}input,select,textarea,.settings-value-control,.jobs-entry-panel input,.jobs-entry-panel select,.jobs-entry-panel textarea,.jobs-list-panel .week-filter-box select,.jobs-list-panel .search,.week-selector,.jobs-entry-panel .scan-field,.job-date-header,.compact-job-details>p,.mobile-notes p,.desktop-notes-body{color:var(--theme-text);background:var(--theme-input);border-color:var(--theme-border)}input::placeholder,textarea::placeholder{color:var(--theme-muted);opacity:.82}.jobs-entry-panel .field>label,.jobs-entry-panel .scan-field>label:first-child,.week-filter-box label{color:var(--theme-muted)}.table-wrap,th,td,.compact-job-row,.job-date-header,.settings-value-row,.feature-toggle-row,.cross-reference-header,.cross-reference-footer{border-color:var(--theme-border)}table{color:var(--theme-text-soft)}th{color:var(--theme-accent);background:var(--theme-bg-raised)}.pill,.desktop-notes summary,.jobs-list-panel .table-tools .primary-btn,.jobs-entry-panel .scan-btn{color:var(--theme-accent);background:var(--theme-warning-bg);border-color:var(--theme-accent-border)}.feature-toggle-row:hover,.nav-btn:hover,.nav-btn.active,.compact-job-row[open] summary,.jobs-list-panel tbody tr:hover{background:var(--theme-hover)}.nav-btn.active,.brand-name p,.hero-card h1,.mini-card:first-child h2,.mobile-dashboard .labor-item span,.mobile-job-bottom span:first-child,.job-date-header b,.compact-job-meta b,.desktop-hours-cell,.tutorial-counter,.cross-reference-eyebrow,.cross-reference-summary strong,.cross-reference-result-list article b,.cross-reference-progress{color:var(--theme-accent)}.nav-btn.active>span{background:var(--theme-warning-bg)}.brand-icon,.auth-logo{color:var(--theme-on-accent);background:var(--theme-accent)}.mobile-dashboard .progress-track,.mobile-dashboard .chart-track,.cross-reference-source,.cross-reference-images>li,.cross-reference-summary>div,.cross-reference-result-list>article{background:var(--theme-bg-raised);border-color:var(--theme-border)}.mobile-dashboard .progress-fill,.mobile-dashboard .chart-fill,.nav-btn.active:after,.hero-card:before{background:var(--theme-accent)}.cross-reference-overlay{background:var(--theme-overlay)}.cross-reference-modal{color:var(--theme-text);border-color:var(--theme-accent-border);box-shadow:var(--theme-shadow)}.cross-reference-header,.cross-reference-footer{background:color-mix(in srgb, var(--theme-bg) 88%, transparent)}.cross-reference-instructions p,.cross-reference-result-list article span,.tutorial-description,.tutorial-status,.tutorial-close,.tutorial-skip{color:var(--theme-text-soft)}.cross-reference-warning,.cross-reference-provisional,.tutorial-notice{background:var(--theme-warning-bg);border-color:var(--theme-accent-border);color:var(--theme-accent)!important}.danger-btn,.settings-danger-row .settings-row-copy strong,.settings-danger-row>span:last-child{color:var(--theme-danger)}.tutorial-shade{background:var(--theme-overlay)}.tutorial-spotlight{border-color:var(--theme-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--theme-bg) 72%, transparent), 0 0 26px var(--theme-focus-ring)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.feature-toggle-row:focus-visible,.tutorial-actions button:focus-visible,.tutorial-close:focus-visible{outline:3px solid var(--theme-accent);outline-offset:2px}input:focus,select:focus,textarea:focus,.jobs-entry-panel input:focus,.jobs-entry-panel select:focus,.jobs-entry-panel textarea:focus,.settings-value-control:focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-focus-ring)}button:disabled,input:disabled,select:disabled,textarea:disabled{opacity:.5;cursor:not-allowed}.auth-alert.error{color:var(--theme-danger);background:color-mix(in srgb, var(--theme-danger) 12%, transparent);border-color:color-mix(in srgb, var(--theme-danger) 42%, transparent)}.auth-alert.success{color:var(--theme-success);background:color-mix(in srgb, var(--theme-success) 12%, transparent);border-color:color-mix(in srgb, var(--theme-success) 38%, transparent)}.theme-picker{gap:12px;display:grid}.theme-choice{width:100%;min-height:94px;color:var(--theme-text);text-align:left;background:var(--theme-surface);border:2px solid var(--theme-border);box-shadow:var(--theme-soft-shadow);border-radius:18px;grid-template-columns:112px minmax(0,1fr) 30px;align-items:center;gap:15px;padding:14px;display:grid}.theme-choice:hover{background:color-mix(in srgb, var(--theme-surface) 92%, var(--theme-accent));border-color:var(--theme-accent-border)}.theme-choice.is-active{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-focus-ring), var(--theme-soft-shadow)}.theme-preview{border:1px solid #7f7f7f47;border-radius:13px;grid-template-columns:1.35fr 1fr .42fr;height:62px;display:grid;overflow:hidden}.theme-preview>span{min-width:0}.theme-choice-copy{gap:5px;min-width:0;display:grid}.theme-choice-copy strong{color:var(--theme-text);font-size:16px}.theme-choice-copy small{color:var(--theme-muted);font-size:13px;line-height:1.35}.theme-active-indicator{width:27px;height:27px;color:var(--theme-on-accent);background:var(--theme-accent);border-radius:50%;place-items:center;font-size:15px;font-weight:900;display:grid}.theme-choice:not(.is-active) .theme-active-indicator{border:2px solid var(--theme-border);background:0 0}@media (width<=560px){.theme-choice{grid-template-columns:88px minmax(0,1fr) 27px;gap:11px;min-height:0;padding:12px}.theme-preview{height:54px}.theme-choice-copy strong{font-size:15px}.theme-choice-copy small{font-size:12px}}@media (width<=900px){.sidebar{background:color-mix(in srgb, var(--theme-surface) 86%, transparent);border-color:var(--theme-border);box-shadow:var(--theme-shadow)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.reports-actions,.cross-reference-upload-actions,.cross-reference-footer,.cross-reference-image-actions,.cross-reference-review-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.jobs-history-head>.reports-actions{flex-direction:row;gap:8px}.reports-actions .report-action-btn{white-space:nowrap;flex:none;width:auto;min-width:0;height:42px;min-height:42px;padding:0 14px}.report-modal-overlay{z-index:1250;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}body.report-modal-is-open{overflow:hidden}.export-csv-modal{width:min(480px,100%);color:var(--text);background:#151515;border:1px solid #facc1547;border-radius:20px;gap:20px;padding:22px;display:grid;box-shadow:0 24px 80px #0000008c}.export-csv-modal header h2,.export-csv-modal header p{margin:0}.export-csv-modal header p{color:var(--muted);margin-top:6px;font-size:14px}.export-csv-modal footer{justify-content:flex-end;gap:10px;display:flex}.export-csv-modal footer button{flex:none;min-height:44px}.week-selector{background:#0d0d0d;border:1px solid #ffffff1a;border-radius:16px;gap:12px;min-width:0;padding:14px;display:grid}.week-selector-navigation{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;min-width:0;display:grid}.week-selector-navigation button{color:#fff;background:#2c2c2e;border:1px solid #ffffff1f;border-radius:13px;width:44px;height:44px;padding:0;font-size:24px}.week-selector-navigation strong{color:#fff;text-align:center;min-width:0;font-size:15px;line-height:1.3}.week-selector-jump{min-width:0;color:var(--muted);grid-template-columns:auto minmax(150px,210px);justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:800;display:grid}.week-selector-jump input{width:100%;min-width:0;margin:0}.cross-reference-body>.week-selector{margin-bottom:16px}.cross-reference-overlay{z-index:1200;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000c7;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.cross-reference-loading{color:var(--text);background:#151515;border:1px solid #facc1547;border-radius:18px;padding:22px 28px;font-weight:700;box-shadow:0 24px 80px #0000008c}.cross-reference-tutorial-copy{white-space:pre-line}body.cross-reference-is-open{overflow:hidden}.cross-reference-modal{width:min(1120px,100%);max-height:calc(100dvh - 44px);color:var(--text);background:linear-gradient(#1b1b1b,#0c0c0c);border:1px solid #facc1547;border-radius:24px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 30px 90px #000000bf}.cross-reference-modal:focus{outline:none}.cross-reference-header,.cross-reference-footer{background:#080808f0;padding:18px 22px}.cross-reference-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;display:flex}.cross-reference-header h2,.cross-reference-result-group h3,.cross-reference-instructions h3{margin:0}.cross-reference-header h2{color:#fff;letter-spacing:-1px;font-size:clamp(26px,4vw,38px)}.cross-reference-eyebrow{color:var(--yellow);letter-spacing:1px;text-transform:uppercase;margin:0 0 3px;font-size:11px;font-weight:900}.cross-reference-close{color:#fff;background:#282828;border:1px solid #ffffff1f;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;padding:0;font-size:28px;line-height:1;display:grid}.cross-reference-body{min-width:0;padding:22px;overflow:hidden auto}.cross-reference-source{background:#080808;border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:repeat(2,1fr);gap:4px;width:min(100%,430px);margin-bottom:18px;padding:4px;display:grid}.cross-reference-source button{color:#aaa;background:0 0;padding:10px 14px}.cross-reference-instructions,.cross-reference-result-group,.cross-reference-success,.cross-reference-provisional{background:#ffffff09;border:1px solid #ffffff17;border-radius:17px;margin-bottom:16px;padding:18px}.cross-reference-instructions p{color:#c7c7cc;margin-top:8px}.cross-reference-warning,.cross-reference-provisional{font-weight:800;color:#facc15!important}.cross-reference-upload-actions{margin-top:18px}.cross-reference-limits{color:var(--muted);margin:10px 0 18px;font-size:13px}.cross-reference-images{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.cross-reference-images>li{background:#090909;border:1px solid #ffffff17;border-radius:16px;grid-template-columns:92px minmax(130px,1fr) auto;align-items:center;gap:14px;min-width:0;padding:12px;display:grid}.cross-reference-images>li.has-error{border-color:#ef4444a6}.cross-reference-images img{object-fit:cover;background:#222;border-radius:10px;width:92px;height:76px}.cross-reference-image-copy{gap:3px;min-width:0;display:grid}.cross-reference-image-copy span,.cross-reference-image-copy small{overflow-wrap:anywhere;color:var(--muted);font-size:12px}.cross-reference-image-copy small:not(.scan-success){color:#fca5a5}.cross-reference-image-copy .scan-success{color:#86efac}.cross-reference-image-actions{justify-content:flex-end}.cross-reference-image-actions button,.cross-reference-replace,.cross-reference-review-actions button{color:#fff;cursor:pointer;background:#262626;border:1px solid #ffffff1f;border-radius:10px;min-height:38px;padding:8px 11px;font-size:12px;font-weight:900}.cross-reference-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.cross-reference-summary>div{border:1px solid var(--border);background:#090909;border-radius:17px;min-width:0;padding:18px}.cross-reference-summary span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.cross-reference-summary strong{color:var(--yellow);margin-top:7px;font-size:clamp(24px,5vw,38px);display:block}.cross-reference-provisional{margin-top:0}.cross-reference-result-group h3{color:#fff;margin-bottom:12px;font-size:19px}.cross-reference-result-list{gap:9px;display:grid}.cross-reference-result-list>article{background:#090909;border:1px solid #ffffff14;border-radius:13px;grid-template-columns:minmax(120px,1fr) repeat(3,minmax(100px,auto));align-items:center;gap:12px;padding:13px;display:grid}.cross-reference-result-list article span{color:#bbb;font-size:13px}.cross-reference-result-list article b{color:var(--yellow);font-size:13px}.cross-reference-result-list>article.cross-reference-review{grid-template-columns:1fr}.cross-reference-review>div:first-child{gap:3px;display:grid}.cross-reference-review>img{object-fit:contain;background:#000;border-radius:12px;width:min(100%,720px);max-height:520px;margin:4px auto}.cross-reference-review-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cross-reference-review-fields label{color:var(--yellow);text-transform:uppercase;font-size:11px;font-weight:900}.cross-reference-review-fields input{text-transform:none;margin-top:5px}.cross-reference-success{color:#86efac;text-align:center;border-color:#86efac40;font-weight:900}.cross-reference-progress{color:var(--yellow);text-align:center;margin-top:16px;font-weight:900}.cross-reference-footer{border-top:1px solid #ffffff14;justify-content:flex-end}@media (width<=720px){.cross-reference-overlay{place-items:stretch stretch;padding:0}.cross-reference-modal{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.cross-reference-header,.cross-reference-body,.cross-reference-footer{padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right))}.cross-reference-header{padding-top:max(14px, env(safe-area-inset-top))}.cross-reference-footer{padding-bottom:max(14px, env(safe-area-inset-bottom))}.cross-reference-images>li{grid-template-columns:74px minmax(0,1fr)}.cross-reference-images img{width:74px;height:72px}.cross-reference-image-actions{grid-column:1/-1;justify-content:stretch}.cross-reference-image-actions>*{text-align:center;flex:auto}.cross-reference-summary{gap:7px}.cross-reference-summary>div{padding:12px 9px}.cross-reference-summary span{font-size:10px}.cross-reference-summary strong{font-size:23px}.cross-reference-result-list>article{grid-template-columns:1fr;gap:5px}.cross-reference-review-fields{grid-template-columns:1fr}}@media (width<=480px){.reports-actions{width:auto;max-width:100%}.reports-actions .report-action-btn{flex:none;width:auto}.report-modal-overlay{align-items:end;padding:12px}.export-csv-modal{border-radius:18px;padding:18px}.week-selector-jump{grid-template-columns:1fr}.week-selector-jump input{max-width:none}.cross-reference-upload-actions>button,.cross-reference-footer>button{flex:140px}}.report-modal-overlay,.cross-reference-overlay{background:var(--theme-overlay)}.export-csv-modal,.cross-reference-loading{color:var(--theme-text);background:var(--theme-surface);border-color:var(--theme-accent-border);box-shadow:var(--theme-shadow)}.week-selector,.cross-reference-source,.cross-reference-images>li,.cross-reference-summary>div,.cross-reference-result-list>article{color:var(--theme-text);background:var(--theme-bg-raised);border-color:var(--theme-border)}.week-selector-navigation button,.cross-reference-close,.cross-reference-image-actions button,.cross-reference-replace,.cross-reference-review-actions button{color:var(--theme-text);background:var(--theme-input);border-color:var(--theme-border)}.cross-reference-modal{color:var(--theme-text);background:linear-gradient(180deg, var(--theme-surface), var(--theme-bg-raised));border-color:var(--theme-accent-border);box-shadow:var(--theme-shadow)}.cross-reference-header,.cross-reference-footer{background:color-mix(in srgb, var(--theme-bg) 88%, transparent);border-color:var(--theme-border)}.cross-reference-header h2,.cross-reference-result-group h3,.cross-reference-instructions h3,.week-selector-navigation strong{color:var(--theme-text)}.cross-reference-source button.is-selected{color:var(--theme-on-accent);background:var(--theme-accent);box-shadow:0 5px 16px var(--theme-focus-ring)}.cross-reference-instructions,.cross-reference-result-group,.cross-reference-provisional,.cross-reference-success{background:var(--theme-hover);border-color:var(--theme-border)}.cross-reference-instructions p,.cross-reference-result-list article span{color:var(--theme-text-soft)}.cross-reference-summary strong,.cross-reference-result-list article b,.cross-reference-progress,.cross-reference-eyebrow{color:var(--theme-accent)}.cross-reference-warning,.cross-reference-provisional{color:var(--theme-accent)!important}.cross-reference-success,.cross-reference-image-copy .scan-success{color:var(--theme-success)}
