.shell{grid-template-columns:var(--sidebar-w) 1fr;background:var(--bg)}.shell,.shell-loading{min-height:100vh;display:grid}.shell-loading{place-items:center;color:var(--muted)}.sidebar{background:linear-gradient(180deg,#05070c,#020205 70%);color:#d7dde8;display:flex;flex-direction:column;min-height:100vh;position:-webkit-sticky;position:sticky;top:0;border-right:1px solid hsla(0,0%,100%,.04)}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:22px 18px 18px}.sidebar__brand img{width:42px;height:42px;border-radius:50%}.sidebar__brand strong{display:block;font-size:11px;letter-spacing:.05em;line-height:1.2;font-weight:700;color:#fff}.sidebar__nav{display:grid;grid-gap:6px;gap:6px;padding:8px 12px 20px}.sidebar__nav a{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:8px;color:#aeb6c5;font-size:.9rem;font-weight:500;border-left:3px solid transparent}.sidebar__nav a:hover{background:hsla(0,0%,100%,.04);color:#fff}.sidebar__nav a.active{background:rgba(245,87,7,.12);color:var(--orange);border-left-color:var(--orange)}.shell-main{min-width:0;display:flex;flex-direction:column}.topbar{justify-content:space-between;gap:18px;padding:12px 24px;border-bottom:1px solid #eceff3}.topbar,.topbar__search{display:flex;align-items:center;background:#fff}.topbar__search{flex:1 1;max-width:520px;gap:10px;border:1px solid #e1e5ec;border-radius:8px;padding:0 14px;min-height:42px;color:#9aa3b2}.topbar__search input{border:0;outline:0;width:100%;background:transparent;color:var(--text)}.topbar__actions{display:flex;align-items:center;gap:14px}.icon-btn{position:relative;width:40px;height:40px;border-radius:10px;border:1px solid #e1e5ec;background:#fff;display:grid;place-items:center;color:#667085}.badge{position:absolute;top:-4px;right:-4px;background:#e11d48;color:#fff;border-radius:999px;font-size:10px;font-weight:700;min-width:16px;height:16px;display:grid;place-items:center;padding:0 4px}.topbar__user{display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:50%;background:#1f2937;color:#fff;display:grid;place-items:center;font-weight:700;font-size:.8rem}.topbar__user strong{display:block;font-size:.86rem;line-height:1.2}.topbar__user span{color:var(--muted);font-size:.75rem}.logout{border:0;background:transparent;color:#98a2b3;display:inline-flex;padding:6px}.login-error{background:var(--danger-bg);color:var(--danger);border-radius:6px;padding:10px 12px;font-size:.9rem}.shell-content{padding:22px 24px 36px}.page-title{margin:0 0 4px;font-size:1.55rem;font-weight:800;color:var(--ink)}.page-sub{margin:0 0 20px;color:var(--muted);font-size:.92rem}.card{background:var(--card);border:1px solid #eceff3;border-radius:10px;box-shadow:var(--shadow)}.card-pad{padding:16px 18px}.card-title{margin:0 0 14px;font-size:.98rem;font-weight:700}.btn{border:0;border-radius:6px;padding:8px 12px;font-weight:700;font-size:.82rem}.btn-orange{background:var(--orange);color:#fff}.btn-ghost{background:#f3f4f6;color:var(--ink-2)}.table{width:100%;border-collapse:collapse;font-size:.86rem}.table th{text-align:left;color:#98a2b3;font-weight:600;font-size:.75rem;letter-spacing:.03em;text-transform:uppercase;padding:0 10px 10px;border-bottom:1px solid #eef1f5}.table td{padding:12px 10px;border-bottom:1px solid #f1f3f7;vertical-align:middle}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.74rem;font-weight:700}.pill-blue{background:var(--info-bg);color:var(--info)}.pill-orange{background:var(--warn-bg);color:var(--warn)}.pill-cyan{background:#e8f7fb;color:#0f7a91}.pill-gray{background:var(--draft-bg);color:var(--draft)}.pill-red{background:var(--danger-bg);color:var(--danger)}.toolbar{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.toolbar input,.toolbar select{border:1px solid #e1e5ec;border-radius:8px;min-height:40px;padding:0 12px;background:#fff}.toolbar input{min-width:240px}@media (max-width:1100px){.shell{grid-template-columns:1fr}.sidebar{position:relative;min-height:auto}.sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr))}}