:root{--radius: .625rem;--background: #fff;--foreground: #111827;--card: #fff;--card-foreground: #111827;--popover: #fff;--popover-foreground: #111827;--primary: #cc7a60;--primary-foreground: #fff;--primary-dark: #b56850;--secondary: #f9fafb;--secondary-foreground: #111827;--muted: #f3f4f6;--muted-foreground: #5b6370;--accent: #f59e0b;--accent-foreground: #451a03;--destructive: #ef4444;--destructive-foreground: #fff;--border: #8b929e;--input: #8b929e;--ring: #cc7a60;--code-background: #f3f4f6;--code-foreground: #111827;--code-string: #059669;--code-keyword: #7c3aed;--code-number: #d97706;--code-comment: #6b7280;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;--font-mono: "JetBrains Mono", "JetBrains Mono Fallback", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}html.dark{--background: #0a0a0a;--foreground: #ededed;--card: #111;--card-foreground: #ededed;--popover: #111;--popover-foreground: #ededed;--primary: #d99178;--primary-foreground: #0a0a0a;--primary-dark: #c57f66;--secondary: #1a1a1a;--secondary-foreground: #ededed;--muted: #262626;--muted-foreground: #a3a3a3;--accent: #f59e0b;--accent-foreground: #0a0a0a;--destructive: #ef4444;--destructive-foreground: #ededed;--border: #606068;--input: #606068;--ring: #d99178;--code-background: #1a1a1a;--code-foreground: #e5e7eb;--code-string: #4ade80;--code-keyword: #a78bfa;--code-number: #fbbf24;--code-comment: #9ca3af}html.contrast{--background: #000000;--foreground: #ffffff;--card: #0a0a0a;--card-foreground: #ffffff;--popover: #0a0a0a;--popover-foreground: #ffffff;--primary: #ffb347;--primary-foreground: #000000;--primary-dark: #ff9900;--secondary: #1a1a1a;--secondary-foreground: #ffffff;--muted: #1a1a1a;--muted-foreground: #cccccc;--accent: #ffff00;--accent-foreground: #000000;--destructive: #ff3333;--destructive-foreground: #ffffff;--border: #ffffff;--input: #ffffff;--ring: #ffff00;--code-background: #0a0a0a;--code-foreground: #ffffff;--code-string: #00ff88;--code-keyword: #cc99ff;--code-number: #ffcc00;--code-comment: #aaaaaa}*,*:before,*:after{transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-sans, system-ui, sans-serif)}code,pre,.mono{font-family:var(--font-mono, "JetBrains Mono", monospace);font-variant-ligatures:common-ligatures}:root{--sidebar-w: 230px;--sidebar-collapsed-w: 48px;--header-h: 56px}html,body{margin:0;padding:0;height:100%;background-color:var(--background);color:var(--foreground)}#app{display:flex;flex-direction:column;height:100%}.shell{display:flex;height:100%;overflow:hidden}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:#0d1b3e;color:#ededed;display:flex;flex-direction:column;transition:width .2s ease-in-out,min-width .2s ease-in-out;overflow:hidden;z-index:100}.sidebar.collapsed{width:var(--sidebar-collapsed-w);min-width:var(--sidebar-collapsed-w)}@media(max-width:767px){.sidebar{position:fixed;top:0;left:0;height:100%;transform:translate(-100%);transition:transform .25s ease-in-out}.sidebar.open{transform:translate(0)}.sidebar-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:99}.sidebar-backdrop.visible{display:block}}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--background)}.header{height:var(--header-h);min-height:var(--header-h);display:flex;align-items:center;padding:0 1rem;gap:.75rem;background:var(--card);border-bottom:1px solid var(--border);position:relative;z-index:10}.content{flex:1;overflow-y:auto;padding:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
