:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7f9;--surface:#fff;--surface-soft:#eef2f6;--ink:#17202a;--muted:#687383;--line:#d9e0e8;--blue:#1f6feb;--green:#1d8b57;--red:#c73636;--shadow:0 12px 32px #17202a14}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,pre{font:inherit}.shell{width:min(1180px,100vw - 40px);margin:0 auto;padding:32px 0 52px}.toolbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.eyebrow{color:var(--blue);letter-spacing:0;margin:0 0 8px;font-size:12px;font-weight:800}h1{margin:0;font-size:32px;line-height:1.15}.statusGrid{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.statusItem,.scheduleRow{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--muted);white-space:nowrap;border-radius:6px;align-items:center;gap:8px;padding:0 10px;font-size:13px;display:inline-flex}.statusItem svg,.scheduleRow svg,button svg,.jobHeader svg,.kotStatus svg{width:16px;height:16px}.kotApp{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;margin-bottom:18px;padding:18px}.kotAppHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.kotStatus{border:1px solid var(--line);min-height:36px;color:var(--muted);white-space:nowrap;background:#fbfcfd;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.kotStatus.clocked_in{color:var(--green);background:#eaf6ef;border-color:#1d8b5757}.kotStatus.clocked_out{color:var(--blue);background:#edf4ff;border-color:#1f6feb47}.kotFields{grid-template-columns:minmax(150px,.9fr) minmax(220px,1.3fr) minmax(150px,.8fr) minmax(130px,.8fr) minmax(130px,.8fr);gap:8px;display:grid}.kotButtonRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.summaryBand{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:18px;display:grid;overflow:hidden}.summaryBand>div{background:var(--surface);min-width:0;padding:14px 16px}.metricLabel{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.summaryBand strong{overflow-wrap:anywhere;font-size:20px;line-height:1.2;display:block}.jobGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.jobCard{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:440px;box-shadow:var(--shadow);border-radius:8px;padding:18px}.jobHeader{justify-content:space-between;align-items:flex-start;gap:12px;min-height:70px;display:flex}.jobHeader p{color:var(--muted);margin:0 0 7px;font-size:12px;line-height:1.35}h2{margin:0;font-size:19px;line-height:1.25}.sectionHeader{margin:26px 0 14px}.description{min-height:64px;color:var(--muted);margin:14px 0 16px;font-size:14px;line-height:1.7}.runner{margin-top:16px}.tokenField{border:1px solid var(--line);height:38px;color:var(--muted);background:#fbfcfd;border-radius:6px;align-items:center;gap:8px;margin-bottom:8px;padding:0 10px;display:flex}.tokenField svg{flex:none;width:16px;height:16px}.tokenField input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px}.tokenField input::placeholder{color:#8d98a7}.buttonRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}button{border:1px solid var(--line);background:var(--surface-soft);min-width:0;height:38px;color:var(--ink);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}button:hover:not(:disabled){background:#e8edf4;border-color:#b7c5d7}button:disabled{cursor:wait;opacity:.72}button.danger{color:var(--red)}.spin{animation:.9s linear infinite spin}.errorText{color:var(--red);overflow-wrap:anywhere;margin:14px 0 0;font-size:13px;line-height:1.5}.resultPanel{border:1px solid var(--line);border-radius:8px;margin-top:14px;overflow:hidden}.resultMeta{background:var(--surface-soft);color:var(--muted);flex-wrap:wrap;gap:8px;padding:9px 10px;font-size:12px;display:flex}pre{border-top:1px solid var(--line);color:#2d3641;background:#fbfcfd;max-height:138px;margin:0;padding:10px;font-size:12px;line-height:1.5;overflow:auto}textarea{resize:vertical;border:0;border-top:1px solid var(--line);color:#2d3641;background:#fff;width:100%;min-height:160px;padding:10px;font-size:12px;line-height:1.55;display:block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:980px){.toolbar{display:block}.statusGrid{justify-content:flex-start;margin-top:16px}.jobGrid{grid-template-columns:1fr}.kotFields{grid-template-columns:1fr 1fr}.jobCard{min-height:0}}@media (max-width:680px){.shell{width:min(100vw - 24px,1180px);padding-top:22px}.kotAppHeader{display:block}.kotStatus{margin-top:12px}.summaryBand,.kotFields,.kotButtonRow,.buttonRow{grid-template-columns:1fr}}.iosPreviewPage{background:#eef3f7;min-height:100vh;padding:34px 22px 54px}.iosPreviewIntro{width:min(1180px,100%);margin:0 auto 24px}.iosPreviewIntro p:not(.eyebrow){max-width:720px;color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.7}.iosPreviewGrid{grid-template-columns:repeat(3,minmax(280px,1fr));gap:18px;width:min(1180px,100%);margin:0 auto;display:grid}.phoneFrame{justify-items:center;gap:10px;display:grid}.phoneLabel{color:var(--muted);font-size:13px;font-weight:800}.phoneScreen{background:#f7f9fb;border:10px solid #111820;border-radius:42px;width:min(100%,360px);min-height:720px;padding:18px;overflow:hidden;box-shadow:0 22px 58px #17202a2e}.phoneStatusBar{color:#111820;justify-content:space-between;align-items:center;height:24px;margin-bottom:22px;padding:0 8px;font-size:12px;font-weight:800;display:flex}.loginScreen{flex-direction:column;display:flex}.loginStack{flex-direction:column;flex:1;justify-content:center;gap:26px;display:flex}.appMark{color:#fff;background:#10233f;border-radius:22px;place-items:center;width:72px;height:72px;display:grid}.appMark svg{width:32px;height:32px}.phoneEyebrow{color:var(--blue);margin:0 0 7px;font-size:11px;font-weight:900}.phoneScreen h2{margin:0;font-size:26px;line-height:1.15}.phoneLead{color:var(--muted);margin:12px 0 0;font-size:14px;line-height:1.7}.primaryPhoneButton,.secondaryPhoneButton,.pausePhoneButton,.resumePhoneButton{white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;font-size:15px;line-height:1.15;display:inline-flex}.primaryPhoneButton{color:#fff;background:#10233f;border-color:#10233f}.secondaryPhoneButton{color:var(--ink);background:#fff;border-color:#cfd8e3}.pausePhoneButton{color:#fff;background:#7e8c9d;border-color:#7e8c9d;font-size:13px}.resumePhoneButton{color:#5f6e80;background:#fff;border-color:#8e9cad;font-size:13px}.phoneTop{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.phoneTop svg{width:26px;height:26px;color:var(--muted)}.statusPill{min-height:30px;color:var(--green);white-space:nowrap;background:#e8f5ee;border:1px solid #1d8b5742;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.statusPill.clockedOut{color:var(--blue);background:#edf4ff;border-color:#1f6feb47}.statusPill.paused{color:#5f6e80;background:#eef2f6;border-color:#7e8c9d52}.heroPunch{color:#fff;background:#10233f;border-radius:24px;justify-content:space-between;align-items:flex-end;min-height:150px;margin-bottom:14px;padding:18px;display:flex}.heroPunch span{color:#ffffffb8;margin-bottom:10px;font-size:13px;display:block}.heroPunch strong{font-size:52px;line-height:1;display:block}.heroPunch svg{color:#9dd6b1;width:30px;height:30px}.punchActions{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.previewPunchMeta{color:#6d7b8d;justify-content:space-between;gap:8px;margin-bottom:10px;font-size:11px;font-weight:800;display:flex}.metricSnapshotMeta{color:#7a8797;justify-content:space-between;gap:8px;margin-top:8px;font-size:11px;font-weight:800;display:flex}.previewPunchError{color:var(--red);margin:0 0 10px;font-size:12px;line-height:1.45}.summaryList,.workList,.sourcePanel{gap:10px;display:grid}.summaryRow,.workRow,.sourcePanel>div{background:#fff;border:1px solid #e0e7ef;border-radius:14px;align-items:center;gap:10px;min-height:54px;padding:12px;display:flex}.summaryRow svg,.workRow svg,.sourcePanel svg{width:19px;height:19px;color:var(--blue);flex:none}.summaryRow span,.sourcePanel span{min-width:0;color:var(--muted);font-size:13px}.summaryRow strong,.sourcePanel strong{white-space:nowrap;margin-left:auto;font-size:13px}.sourcePanel{margin-bottom:18px}.sourcePanel>div{grid-template-columns:auto 1fr;gap:3px 10px;display:grid}.sourcePanel strong{grid-column:2;margin-left:0}.workRow>div{min-width:0}.workRow strong{margin-bottom:4px;font-size:14px;display:block}.workRow span{color:var(--muted);font-size:12px;line-height:1.45;display:block}.workRow svg:last-child{color:#8b98a8;margin-left:auto}@media (max-width:1060px){.iosPreviewGrid{grid-template-columns:1fr}}@media (max-width:640px){.shell{width:min(100vw - 24px,1180px);padding-top:22px}h1{font-size:27px}.summaryBand,.buttonRow{grid-template-columns:1fr}}
