:root{--color-charcoal:#111827;--color-slate:#1f2937;--color-accent:#45a279;--color-grey:#e5e7eb;--color-bg:#ffffff;--color-warning:#fbbf24;--color-danger:#ef4444;--color-success:#10b981;--radius-base:0.5rem;--radius-card:0.75rem;--shadow-soft:0 8px 24px rgba(15,23,42,0.08);--shadow-overlay:0 20px 40px rgba(15,23,42,0.25)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--color-charcoal);background:var(--color-bg)}a{color:inherit;text-decoration:none}button{font:inherit}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.app-shell__sidebar{background:var(--color-slate);color:var(--color-grey);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.app-shell__content{background:var(--color-bg);display:flex;flex-direction:column}.app-shell__body{flex:1;padding:2rem 3rem;background:var(--color-bg)}.app-shell__body>main{padding:0;margin:0}.workspace-dashboard{display:flex;flex-direction:column;gap:2.5rem;width:100%;max-width:100%;overflow-x:hidden}.workspace-dashboard__header{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;flex-wrap:wrap}.workspace-dashboard__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.workspace-dashboard__actions>*{flex:0 1 auto}.workspace-dashboard__table{width:100%;overflow-x:auto}.workspace-dashboard__table table{min-width:100%}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(148,163,184,.25);backdrop-filter:blur(6px)}.topbar--desktop{padding:.85rem 2.25rem;display:flex;flex-direction:column;gap:.75rem}.topbar__brand-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.topbar__desktop-left{min-width:0}.topbar__desktop-left h1{margin:0;font-size:1.35rem}.topbar__desktop-left p{margin:.1rem 0 0;color:rgba(17,24,39,.6);font-size:.9rem}.topbar__breadcrumbs{margin-bottom:.35rem}.topbar__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.topbar__logo{height:32px;width:auto}.topbar__workspace{font-weight:600;color:var(--color-charcoal);font-size:1rem;white-space:nowrap}.topbar--mobile{display:none;padding:.5rem 1rem;align-items:center;justify-content:space-between;gap:.5rem}.topbar__mobile-brand{gap:.4rem}.topbar__mobile-brand,.topbar__mobile-user{display:flex;align-items:center}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;border-top:1px solid rgba(148,163,184,.4);background:rgba(255,255,255,.98);display:none;z-index:25;padding:.35rem .5rem env(safe-area-inset-bottom);gap:.25rem;box-shadow:0 -4px 16px rgba(15,23,42,.08)}.mobile-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;font-size:.7rem;font-weight:600;color:rgba(15,23,42,.75);background:none;border:none;padding:.35rem}.mobile-bottom-nav__item span{line-height:1}.mobile-menu-drawer{position:fixed;inset:0;z-index:30}.mobile-menu-drawer__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.4)}.mobile-menu-drawer__panel{position:absolute;inset:auto 0 0 0;background:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem;padding:1.25rem;max-height:80vh;overflow-y:auto;box-shadow:0 -20px 40px rgba(15,23,42,.18)}.mobile-menu-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.mobile-menu-drawer__header button{border:none;background:rgba(15,23,42,.08);border-radius:999px;padding:.25rem .7rem;font-size:.9rem;cursor:pointer}.mobile-menu-drawer__section{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.mobile-menu-drawer__section p{margin:0;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(15,23,42,.6)}.mobile-menu-drawer__section a{display:block;padding:.55rem 0;font-weight:600;color:var(--color-charcoal)}@media (max-width:1024px){.app-shell{grid-template-columns:1fr}.app-shell__sidebar{display:none}.app-shell__body{padding:1.25rem 1.25rem 5.25rem}.topbar--desktop{display:none}.topbar--mobile{display:flex}.workspace-dashboard__header{flex-direction:column;align-items:flex-start}.workspace-dashboard__actions{width:100%;justify-content:flex-start}.workspace-dashboard__actions>*{flex:1 1 180px}.mobile-bottom-nav{display:flex}}@media (max-width:640px){.app-shell__body{padding:.85rem .75rem 5.25rem}.topbar__mobile-brand{gap:.4rem}.topbar__workspace{font-size:.95rem}.workspace-dashboard__actions>*{flex:1 1 140px}.workspace-dashboard__table table{min-width:420px}}