@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Roboto+Mono:wght@400;500;700&display=swap";:root{--slate-900: #0f172a;--slate-800: #1e293b;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-400: #94a3b8;--slate-300: #cbd5e1;--slate-200: #e2e8f0;--slate-100: #f1f5f9;--slate-50: #f8fafc;--white: #ffffff;--cobalt-700: #0369a1;--cobalt-600: #0284c7;--cobalt-500: #0ea5e9;--cobalt-100: #e0f2fe;--cobalt-50: #f0f9ff;--emerald-800: #065f46;--emerald-700: #047857;--emerald-600: #10b981;--emerald-100: #d1fae5;--emerald-50: #ecfdf5;--amber-800: #92400e;--amber-700: #b45309;--amber-600: #d97706;--amber-100: #fef3c7;--amber-50: #fffbeb;--red-800: #991b1b;--red-700: #b91c1c;--red-600: #ef4444;--red-100: #fee2e2;--red-50: #fef2f2;--indigo-700: #4338ca;--indigo-50: #eef2ff;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "Roboto Mono", monospace;--bg-app: var(--slate-100);--bg-card: var(--white);--border-color: var(--slate-300);--text-main: var(--slate-900);--text-muted: var(--slate-600)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app);color:var(--text-main);min-height:100vh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}:focus-visible{outline:2px solid var(--cobalt-600);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--slate-100)}::-webkit-scrollbar-thumb{background:var(--slate-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}.mobile-menu-btn,.mobile-search-btn{display:none!important}.desktop-search-box{display:block}.desktop-context-info{display:flex}@media (max-width: 1024px){.mobile-menu-btn{display:inline-flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:6px}.desktop-context-info{display:none!important}.app-sidebar{position:fixed;top:56px;left:-280px;width:270px;height:calc(100vh - 56px);z-index:999;transition:left .25s ease-in-out;box-shadow:4px 0 12px #00000026}.app-sidebar.open{left:0!important}.sidebar-backdrop{position:fixed;top:56px;left:0;width:100vw;height:calc(100vh - 56px);background-color:#0f172a80;z-index:998}}@media (max-width: 768px){.desktop-search-box{display:none!important}.mobile-search-btn{display:inline-flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:6px}.responsive-workspace{padding:16px 12px!important}.responsive-hero-card{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.responsive-quad-grid{grid-template-columns:1fr!important}input,select,button,textarea{font-size:16px!important}.touch-target{min-height:44px!important;min-width:44px!important}.responsive-modal-container{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;border-radius:0!important}}
