:root{--bg: #f5f6f8;--panel: #ffffff;--border: #e3e6ec;--text: #1f2430;--muted: #6b7280;--accent: #2563eb;--accent-hover: #1d4ed8;--danger: #dc2626;--ok: #16a34a;--sidebar-width: 220px;--content-pad-x: 28px;--content-pad-y: 24px;--topbar-height: 0px;--fs-base: clamp(14px, .85vw + 12px, 16px);--fs-h1: clamp(18px, 1.2vw + 14px, 24px);--fs-h3: clamp(15px, .5vw + 13px, 17px);--fs-stat: clamp(22px, 2vw + 14px, 32px)}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{margin:0;font:var(--fs-base)/1.5 -apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}a.btn:hover{text-decoration:none}img,svg,video,canvas,picture{max-width:100%;height:auto;display:block}.layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:var(--topbar-height) 1fr;grid-template-areas:"topbar topbar" "side   main";min-height:100vh}.topbar{grid-area:topbar;display:none}.sidebar{grid-area:side;background:#111827;color:#f9fafb;padding:20px 14px;display:flex;flex-direction:column;position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;overflow:hidden}.sidebar .brand{font-weight:700;font-size:16px;margin-bottom:18px}.sidebar .nav{display:flex;flex-direction:column}.sidebar .nav a{display:block;padding:8px 10px;border-radius:6px;color:#d1d5db;margin:2px 0}.sidebar .nav a.active,.sidebar .nav a:hover{background:#1f2937;color:#fff;text-decoration:none}.sidebar .user{margin-top:auto;padding-top:16px;border-top:1px solid #1f2937;font-size:12px;color:#9ca3af}.content{grid-area:main;padding:var(--content-pad-y) var(--content-pad-x);min-width:0}.nav-scrim{display:none}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.page-header h1{margin:0;font-size:var(--fs-h1)}.page-header h3{font-size:var(--fs-h3)}.card{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:16px;min-width:0}table{width:100%;border-collapse:collapse}.card:has(>table){overflow-x:auto;-webkit-overflow-scrolling:touch}th,td{padding:8px 10px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}th{background:#f9fafb;font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);white-space:nowrap}tr:last-child td{border-bottom:none}button,.btn{background:var(--accent);color:#fff;border:0;padding:7px 12px;border-radius:6px;font-weight:500;cursor:pointer;font:inherit}button:hover,.btn:hover{background:var(--accent-hover)}button.secondary,.btn.secondary{background:#e5e7eb;color:#111827}button.secondary:hover,.btn.secondary:hover{background:#d1d5db}button.danger{background:var(--danger)}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{width:100%;padding:7px 9px;border:1px solid var(--border);border-radius:6px;font:inherit;background:#fff}textarea{min-height:80px;resize:vertical}label{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:12px}.form-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;background:#e5e7eb;color:#374151}.badge.admin{background:#fee2e2;color:#991b1b}.badge.staff{background:#dbeafe;color:#1e40af}.badge.status-active{background:#dcfce7;color:#166534}.badge.status-on_hold{background:#fef3c7;color:#92400e}.badge.status-completed{background:#e0e7ff;color:#3730a3}.badge.status-cancelled{background:#fee2e2;color:#991b1b}.badge.status-todo{background:#e5e7eb;color:#374151}.badge.status-in_progress{background:#dbeafe;color:#1e40af}.badge.status-blocked{background:#fee2e2;color:#991b1b}.badge.status-done{background:#dcfce7;color:#166534}.login-wrap{min-height:100vh;display:grid;place-items:center;background:#111827;padding:24px 16px}.login-card{width:100%;max-width:360px;background:#fff;padding:clamp(18px,4vw,28px);border-radius:10px;box-shadow:0 10px 30px #0000004d}.login-card h1{margin:0 0 4px;font-size:var(--fs-h1)}.login-card .hint{color:var(--muted);font-size:12px;margin-bottom:16px}.error{color:var(--danger);font-size:13px}.muted{color:var(--muted);font-size:13px}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:12px}.searchable-select{position:relative;width:100%}.searchable-select .ss-trigger{width:100%;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:6px;padding:7px 9px;text-align:left;display:flex;justify-content:space-between;align-items:center;font-weight:400;cursor:pointer}.searchable-select .ss-trigger:hover{background:#f9fafb}.searchable-select.is-disabled .ss-trigger{background:#f3f4f6;cursor:not-allowed}.searchable-select .ss-caret{color:var(--muted);margin-left:8px;font-size:11px}.searchable-select .ss-popover{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 8px 24px #00000014;padding:6px;max-height:260px;display:flex;flex-direction:column}.searchable-select .ss-search{width:100%;margin-bottom:6px}.searchable-select .ss-list{list-style:none;margin:0;padding:0;overflow:auto;max-height:200px}.searchable-select .ss-option{padding:6px 8px;cursor:pointer;border-radius:4px}.searchable-select .ss-option:hover{background:#f3f4f6}.searchable-select .ss-option.is-selected{background:#dbeafe;color:#1e3a8a}.searchable-select .ss-empty{padding:8px;color:var(--muted);font-size:12px}.topbar{background:#111827;color:#fff;align-items:center;padding:0 14px;gap:12px;height:56px;position:sticky;top:0;z-index:30}.topbar-brand{font-weight:700;font-size:15px}.topbar-toggle{background:transparent;border:0;width:40px;height:40px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer;padding:0}.topbar-toggle:hover{background:#1f2937}.topbar-toggle span{display:block;width:22px;height:2px;background:#f9fafb;border-radius:2px}@media (max-width: 1024px){:root{--sidebar-width: 180px;--content-pad-x: 20px;--content-pad-y: 18px}.sidebar .brand{font-size:14px}}@media (max-width: 767.98px){:root{--content-pad-x: 14px;--content-pad-y: 14px;--topbar-height: 56px}.layout{grid-template-columns:1fr;grid-template-rows:var(--topbar-height) 1fr;grid-template-areas:"topbar" "main"}.topbar{display:flex}.sidebar{grid-area:unset;position:fixed;top:var(--topbar-height);left:0;bottom:0;height:auto;width:80%;max-width:300px;transform:translate(-100%);transition:transform .22s ease;z-index:40;overflow-y:auto}.layout.nav-open .sidebar{transform:translate(0)}.nav-scrim{display:none;position:fixed;top:var(--topbar-height);left:0;right:0;bottom:0;background:#0006;z-index:35}.layout.nav-open .nav-scrim{display:block}.content{grid-area:main}.page-header{align-items:flex-start}.page-header>*{width:100%}.page-header h1{width:auto}.form-row,.filters{grid-template-columns:1fr}.form-actions button,.form-actions .btn{flex:1 1 auto}th,td{padding:6px 8px;font-size:13px}.card{padding:12px}}@media (max-width: 360px){:root{--content-pad-x: 10px}.sidebar{width:88%}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:100}.modal{background:var(--panel);border-radius:10px;box-shadow:0 20px 50px #0000004d;width:100%;max-width:560px;padding:20px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.modal-header h3{margin:0;font-size:var(--fs-h3)}.modal-close{background:transparent;color:var(--muted);border:0;font-size:22px;line-height:1;padding:0 4px;cursor:pointer}.modal-close:hover{background:transparent;color:var(--text)}.name-link{font-weight:500}.back-bar{margin-bottom:12px}
