@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-rgb:13, 15, 18;--surface-rgb:21, 24, 30;--text-rgb:240, 242, 245;--accent-rgb:59, 130, 246;--bg-color:#0d0f12;--bg-surface:#15181e;--bg-surface-hover:#1e222a;--text-primary:#f0f2f5;--text-secondary:#a1a5b0;--text-tertiary:#6b7280;--accent-primary:#3b82f6;--accent-primary-hover:#2563eb;--accent-gradient:linear-gradient(135deg, #3b82f6, #8b5cf6);--border-color:#ffffff14;--border-focus:#3b82f680;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 2px #00000080;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -1px #0000004d;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d;--glass-bg:rgba(var(--surface-rgb), .7);--glass-border:rgba(var(--text-rgb), .05);--input-bg:rgba(var(--text-rgb), .05);--sidebar-width:260px;--sidebar-transition:.3s ease-in-out}.light-theme{--bg-rgb:243, 244, 246;--surface-rgb:255, 255, 255;--text-rgb:15, 23, 42;--bg-color:#f3f4f6;--bg-surface:#fff;--bg-surface-hover:#f9fafb;--text-primary:#0f172a;--text-secondary:#334155;--text-tertiary:#64748b;--border-color:rgba(var(--text-rgb), .08);--border-focus:rgba(var(--accent-rgb), .4);--shadow-sm:0 1px 2px rgba(var(--text-rgb), .05);--shadow-md:0 4px 6px -1px rgba(var(--text-rgb), .08), 0 2px 4px -1px rgba(var(--text-rgb), .05);--shadow-lg:0 10px 15px -3px rgba(var(--text-rgb), .08), 0 4px 6px -2px rgba(var(--text-rgb), .04);--glass-bg:rgba(var(--surface-rgb), .85);--glass-border:rgba(var(--text-rgb), .06);--input-bg:rgba(var(--text-rgb), .03)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}h1,h2,h3,h4,h5,h6{color:var(--text-primary);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-primary-hover)}button{cursor:pointer;font-family:Inter,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.export-mode{background:#1a1c20}.export-mode .export-container{flex-direction:column;align-items:center;gap:20px;padding:40px 0;display:flex}.export-mode .slide-viewport{background:#fff;border-radius:4px;width:11in;height:8.5in;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006;container-type:size}.export-mode .output-slide{width:100%;height:100%;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}
