:root{--nexa-primary: #12263a;--nexa-primary-bright: #1f3d5c;--nexa-primary-ink: #0b1520;--nexa-on-primary: #f6f1e8;--nexa-accent: #9a3412;--nexa-accent-hot: #c2410c;--nexa-on-accent: #fff7ed;--nexa-signal: #0f766e;--nexa-warn: #b45309;--nexa-bg: #efe8dc;--nexa-fg: #12151a;--nexa-muted-fg: #4b5563;--nexa-card: #fffaf2;--nexa-muted: #e4dccb;--nexa-border: #c9c0b2;--nexa-danger: #b91c1c;--nexa-ring: #9a3412;--nexa-font-heading: "Fraunces", "Times New Roman", serif;--nexa-font-body: "IBM Plex Sans", "Segoe UI", sans-serif;--nexa-space-1: 8px;--nexa-space-2: 16px;--nexa-space-3: 24px;--nexa-space-4: 32px;--nexa-space-5: 48px;--nexa-max: 1240px}.shell{display:flex;flex-direction:column;min-height:100vh;height:100vh;overflow:hidden;background:var(--nexa-bg)}.shell__header{display:flex;align-items:center;gap:2rem;flex-shrink:0;padding:.75rem 1.5rem;background:var(--nexa-card);border-bottom:1px solid var(--nexa-border)}.shell__brand{display:inline-flex;align-items:center;min-height:44px;color:var(--nexa-primary);font-family:var(--nexa-font-heading);font-size:1.1rem;font-weight:700;text-decoration:none;white-space:nowrap}.shell__nav{display:flex;flex-wrap:wrap;gap:.25rem .15rem}.shell__nav-link{display:inline-flex;align-items:center;min-height:44px;padding:0 .7rem;color:var(--nexa-muted-fg);font-size:.92rem;text-decoration:none}.shell__nav-link:hover{color:var(--nexa-primary)}.shell__nav-link--active{color:var(--nexa-primary);font-weight:600}.shell__account{display:flex;align-items:center;margin-left:auto}.shell__logout{min-height:36px;padding:6px 10px;border:1px solid var(--nexa-border);background:transparent;color:var(--nexa-muted-fg);font-family:var(--nexa-font-body);font-size:.82rem;font-weight:600;cursor:pointer}.shell__logout:hover{border-color:var(--nexa-accent);color:var(--nexa-accent)}.workspace{display:flex;flex:1;min-width:0;min-height:0;overflow:hidden}.ws-nav{display:flex;flex-direction:column;flex:0 0 248px;width:248px;padding:28px 16px 20px;background:var(--nexa-primary-ink);color:var(--nexa-on-primary)}.ws-nav__head{margin-bottom:28px}.ws-nav__kicker{margin:0 0 8px;color:#f0c7a8;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.ws-nav__title{margin:0;max-width:16ch;font-family:var(--nexa-font-heading);font-size:1.55rem;font-weight:600;letter-spacing:-.03em;line-height:1.15}.ws-nav nav{display:flex;flex-direction:column;flex:1;gap:2px;min-height:0;overflow-y:auto}.ws-nav__link{display:block;padding:8px 12px;border-left:3px solid transparent;color:#d7cfc2;font-size:.9rem;font-weight:600;line-height:1.3;text-decoration:none}.ws-nav__link:hover,.ws-nav__link--on{background:#16202b;color:#f6f1e8}.ws-nav__link--on{border-left-color:var(--nexa-accent-hot)}.ws-stage{flex:1;min-width:0;min-height:0;overflow:auto}@media(max-width:880px){.shell{height:auto;overflow:visible}.shell__header{flex-wrap:wrap;gap:.5rem 1rem}.shell__nav{order:3;width:100%}.workspace{flex-direction:column;overflow:visible}.ws-nav{flex:none;width:100%;padding:20px 16px 12px}.ws-nav nav{flex-direction:row;flex-wrap:wrap;overflow:visible}.ws-nav__title{max-width:none;font-size:1.3rem}}*,*:before,*:after{box-sizing:border-box}html{height:100%;min-height:100%}body{margin:0;height:100%;min-height:100%;background:var(--nexa-bg);color:var(--nexa-fg);font-family:var(--nexa-font-body);font-size:16px;line-height:1.6}app-root{display:block;height:100%}button,input{font:inherit}:focus-visible{outline:3px solid var(--nexa-ring);outline-offset:3px}
