:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#f7f4ef;--surface-elevated:#fffdf9;--border:#e6dccd;--text-main:#2f261b;--text-muted:#736657;--accent:#8f6a44;--accent-strong:#6c4e31;--danger:#bc4a3f;--success-bg:#e8f1e3;--success-text:#355b2e}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--surface);min-height:100vh;color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.blank-screen{min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit}.shell{flex-direction:column;gap:16px;min-height:100vh;padding:24px;display:flex}.portal-shell{background:radial-gradient(circle at 100% 0,#8f6a4424,#0000 22%),linear-gradient(#f6eee3 0%,#f7f4ef 38% 100%);flex-direction:column;gap:18px;min-height:100vh;padding:24px;display:flex}.portal-hero{color:#fff7ee;background:linear-gradient(135deg,#6d4d32 0%,#8d6945 100%);border-radius:28px;flex-direction:column;gap:12px;padding:28px;display:flex;box-shadow:0 20px 54px #402b1c2e}.portal-hero--compact{gap:10px}.portal-hero .eyebrow,.portal-hero .muted,.portal-hero h1{color:inherit}.portal-hero .eyebrow{opacity:.72}.portal-hero .muted{opacity:.9}.panel{background:var(--surface-elevated);border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:0 12px 32px #2f261b0f}.stack{flex-direction:column;gap:12px;display:flex}.row{justify-content:space-between;align-items:center;gap:16px;display:flex}.row>:first-child{min-width:0;color:var(--text-muted)}.row>:last-child{overflow-wrap:anywhere;text-align:right;min-width:0}.actions{flex-wrap:wrap;gap:12px;display:flex}.manager-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.manager-stat-card{background:#fffaf4;border:1px solid #916e491f;border-radius:20px;flex-direction:column;gap:10px;padding:18px;display:flex}.manager-stat-card--success{background:#eef5e8}.manager-stat-card--warm{background:#faefe1}.manager-stat-card--dark{background:#f0e7dc}.manager-stat-card__label{color:var(--text-muted);font-size:13px}.manager-stat-card__value{color:var(--text-main);font-size:30px}.list-stack{flex-direction:column;gap:12px;display:flex}.summary-card{border-bottom:1px solid #916e491f;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.summary-card:last-child{border-bottom:none}.summary-card__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.summary-card__copy span{color:var(--text-muted);line-height:1.6}.summary-pill{color:#815a35;background:#f1e6d8;border-radius:999px;flex-shrink:0;padding:8px 12px;font-size:13px;font-weight:600}.field{flex-direction:column;gap:10px;display:flex}.field__label{color:var(--text-muted);font-size:14px}.text-input{border:1px solid var(--border);width:100%;color:var(--text-main);font:inherit;background:#fbf7f1;border-radius:16px;padding:13px 14px}.eyebrow{color:var(--accent);margin:0 0 8px;font-size:13px}h1{margin:0 0 10px;font-size:28px}.muted{color:var(--text-muted);margin:0;line-height:1.6}.primary-link,.primary-button,.secondary-link,.secondary-button,.ghost-button{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:10px 16px}.primary-link,.primary-button{background:var(--accent-strong);color:#fff}.secondary-link,.secondary-button,.ghost-button{color:var(--accent-strong);border-color:var(--border);background:0 0}.primary-button:disabled{cursor:not-allowed;opacity:.7}.error-text{color:var(--danger);margin:0}.employee-status-tag{border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.employee-status-tag--idle{background:var(--success-bg);color:var(--success-text)}.employee-status-tag--busy{color:#8b5e18;background:#f9ebd9}.employee-status-tag--rest{color:#6f5a48;background:#efe8df}.employee-status-tag--serving{color:#6842a3;background:#efe3ff}.runtime-notice{z-index:20;width:min(680px,100% - 32px);color:var(--text-main);background:#bc4a3f1a;border:1px solid #bc4a3f29;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:16px auto 0;padding:12px 16px;display:flex;position:sticky;top:16px}@media (max-width:640px){.shell,.portal-shell{padding:16px}.row{flex-direction:column;align-items:flex-start}.row>:last-child{text-align:left}h1{font-size:24px}.manager-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-card{flex-direction:column;align-items:flex-start}}
