:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8f5;--surface:#fff;--surface-muted:#eef3ee;--border:#d7ded6;--text:#17211b;--muted:#5f6f66;--accent:#1f6b57;--accent-strong:#164c3f;--danger:#9f2d36}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit}.auth-shell,.app-shell{min-height:100vh}.auth-shell{place-items:center;padding:32px 20px;display:grid}.auth-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:min(420px,100%);padding:28px;box-shadow:0 20px 45px #17211b1a}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:700}.auth-panel h1,.page-heading h1{margin:0;font-size:1.7rem;line-height:1.2}.auth-panel p,.page-heading p,.empty-state p{color:var(--muted);line-height:1.5}.field{gap:8px;margin:24px 0 18px;display:grid}.field label{font-weight:700}.field input{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:6px;padding:12px}.button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.button:hover{background:var(--accent-strong)}.button.secondary{color:var(--text);border:1px solid var(--border);background:0 0}.button.secondary:hover{background:var(--surface-muted)}.error-text{color:var(--danger);margin-top:16px}.notice{border:1px solid color-mix(in srgb, var(--danger) 35%, white);background:#fff7f7;border-radius:6px;padding:12px 14px}.topbar{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;padding:16px 28px;display:flex}.brand{font-weight:800}.admin-meta{color:var(--muted);align-items:center;gap:14px;font-size:.92rem;display:flex}.page{width:min(1120px,100% - 40px);margin:0 auto;padding:32px 0}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.queue-shell{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.grouped-queue-shell{background:0 0;border:0;border-radius:0;gap:14px;display:grid;overflow:visible}.status-strip{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.status-strip span,.severity-badge{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:5px 10px;font-size:.82rem;font-weight:700}.queue-header,.empty-state{padding:22px}.queue-header{border-bottom:1px solid var(--border);background:#fbfcfa;justify-content:space-between;gap:18px;display:flex}.grouped-queue-shell>.queue-header,.grouped-queue-shell>.empty-state{border:1px solid var(--border);background:var(--surface);border-radius:8px;box-shadow:0 10px 24px #17211b0f}.grouped-queue-shell>.queue-header{border-bottom:1px solid var(--border)}.queue-title{margin:0;font-size:1rem}.queue-count{color:var(--muted)}.todo-list{display:grid}.todo-groups{gap:14px;display:grid}.todo-group+.todo-group{border-top:0}.grouped-queue-shell .todo-group{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden;box-shadow:0 12px 28px #17211b14}.todo-group-header{border-bottom:2px solid var(--border);background:#fff4cc;border-left:6px solid #c78d1d;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;display:flex}.todo-group-header .queue-title,.todo-group-header .queue-count{font-weight:800}.general-group-header{color:#3f2e08;border-bottom-color:#d8aa3f}.general-group-header .queue-count{color:#5f4711}.reservation-group-header{color:#fff;background:#174f43;border-bottom-color:#0f3c33;border-left-color:#2aa777;align-items:flex-start}.reservation-heading-main{gap:4px;min-width:0;display:grid}.reservation-guest,.reservation-stay{margin:0}.reservation-guest{overflow-wrap:anywhere;color:#fff;font-size:1.16rem;font-weight:900;line-height:1.25}.reservation-stay{color:#e7fff5;font-size:1rem;font-weight:800;line-height:1.35}.reservation-meta{color:#ffffffd1;flex-wrap:wrap;justify-content:flex-end;gap:8px 12px;font-size:.86rem;font-weight:800;line-height:1.35;display:flex}.reservation-meta a{color:#dcfff2;font-weight:900}.property-context{color:#ffffffb3;font-weight:700}.todo-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 22px;display:grid}.todo-row:last-child{border-bottom:0}.todo-main{min-width:0}.todo-main p{color:var(--muted);margin:8px 0 0;line-height:1.45}.todo-title-line{flex-wrap:wrap;align-items:center;gap:10px;font-weight:800;display:flex}.todo-title-line a{text-underline-offset:3px;text-decoration-thickness:1px}.todo-meta{color:var(--muted);flex-wrap:wrap;gap:8px 14px;margin-top:10px;font-size:.86rem;display:flex}.todo-meta a{color:var(--accent)}.module-list{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.module-list li{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.severity-badge{text-transform:capitalize}.severity-badge.high{color:var(--danger);background:#fff5f5;border-color:#f0c8c8}.severity-badge.normal{color:var(--accent);background:#f5fbf8;border-color:#cdded8}.severity-badge.low{background:var(--surface-muted)}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.detail-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:22px}.detail-panel h2{margin:0 0 16px;font-size:1.05rem}.panel-copy{color:var(--muted);margin:0 0 18px;line-height:1.45}.metadata-grid{gap:14px;margin:0;display:grid}.metadata-grid div{gap:4px;display:grid}.metadata-grid dt{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.metadata-grid dd{overflow-wrap:anywhere;min-width:0;margin:0}.action-panel,.audit-panel,.related-panel{margin-top:18px}.action-grid{grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:18px;padding:22px;display:grid}.stack-form{align-content:start;gap:10px;display:grid}.compact-form{max-width:520px;padding:22px}.stack-form label{font-weight:800}.stack-form select,.stack-form textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:6px;padding:10px}.stack-form textarea{resize:vertical}.audit-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.audit-list li{border-bottom:1px solid var(--border);padding:18px 22px}.audit-list li:last-child{border-bottom:0}.audit-list div{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.audit-list p{color:var(--muted);margin:8px 0 0;line-height:1.4}.empty-state{align-content:center;min-height:180px;display:grid}.empty-state h2{margin:0 0 8px;font-size:1.2rem}@media (max-width:680px){.topbar,.page-heading,.heading-actions,.queue-header,.todo-group-header,.admin-meta,.todo-row,.action-grid{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.reservation-meta{justify-content:flex-start}.topbar{padding:16px 20px}.detail-grid{grid-template-columns:1fr}}
