@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";
:root{--color-primary:#8b5cf6;--color-primary-light:#a78bfa;--color-primary-dark:#7c3aed;--color-primary-ghost:#8b5cf626;--color-primary-glow:#8b5cf666;--color-accent:#06b6d4;--color-accent-light:#22d3ee;--color-accent-dark:#0891b2;--color-pink:#ec4899;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#f43f5e;--color-bg-primary:#050505;--color-bg-secondary:#0a0a0c;--color-bg-tertiary:#111116;--color-bg-elevated:#18181b;--color-bg-card:#14141999;--color-bg-input:#ffffff08;--color-border:#ffffff0f;--color-border-hover:#ffffff26;--color-border-focus:var(--color-primary);--color-text-primary:#f8fafc;--color-text-secondary:#94a3b8;--color-text-tertiary:#64748b;--color-text-inverse:#050505;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3.5rem;--text-6xl:4.5rem;--leading-tight:1.1;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 24px #0009;--shadow-lg:0 16px 40px #000c;--shadow-glow:0 0 30px var(--color-primary-glow);--shadow-inner:inset 0 1px 0 #ffffff1a;--transition-fast:.15s cubic-bezier(.16, 1, .3, 1);--transition-normal:.3s cubic-bezier(.16, 1, .3, 1);--transition-slow:.5s cubic-bezier(.16, 1, .3, 1);--max-width:1280px;--gradient-primary:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);--gradient-hero:linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 50%, var(--color-pink) 100%);--gradient-card:linear-gradient(145deg, #8b5cf60d 0%, #06b6d40d 100%);--gradient-text:linear-gradient(to right, #a78bfa, #22d3ee, #f472b6)}[data-theme=light]{--color-bg-primary:#f8fafc;--color-bg-secondary:#f1f5f9;--color-bg-tertiary:#e2e8f0;--color-bg-elevated:#fff;--color-bg-card:#ffffffe6;--color-bg-input:#fff;--color-border:#00000014;--color-border-hover:#0000002e;--color-border-focus:var(--color-primary);--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#64748b;--color-text-inverse:#fff;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 24px #0000001a;--shadow-lg:0 16px 40px #00000026}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg-primary);color:var(--color-text-primary);line-height:var(--leading-normal);min-height:100vh;position:relative;overflow-x:hidden}body:before,body:after{content:"";z-index:-1;opacity:.12;pointer-events:none;border-radius:50%;width:600px;height:600px;position:fixed}body:before{background:radial-gradient(circle, var(--color-primary) 0%, transparent 70%);top:-150px;left:-150px}body:after{background:radial-gradient(circle, var(--color-accent) 0%, transparent 70%);bottom:-150px;right:-150px}a{color:var(--color-primary-light);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-light)}img{max-width:100%;display:block}code,pre{font-family:var(--font-mono)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}::selection{background:var(--color-primary);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);border:2px solid var(--color-bg-primary);background:#ffffff1a}::-webkit-scrollbar-thumb:hover{background:#fff3}.spinner{border:3px solid #8b5cf633;border-top-color:var(--color-primary-light);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}.spinner-sm{border:2px solid #8b5cf64d;border-top-color:var(--color-primary-light);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:var(--leading-tight);color:var(--color-text-primary);letter-spacing:-.03em}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.glass-card{background:var(--color-bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border-top:1px solid #ffffff26}.glass-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-lg), var(--shadow-glow);transform:translateY(-4px)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-family:var(--font-sans);font-size:var(--text-sm);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:active{transform:scale(.95)}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md), inset 0 1px 0 #fff3;border-color:#0000}.btn-primary:hover{box-shadow:0 0 25px var(--color-primary-glow), inset 0 1px 0 #ffffff4d;filter:brightness(1.1)}.btn-secondary{background:var(--color-bg-input);color:var(--color-text-primary);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--color-border-hover);background:#ffffff14}.btn-ghost{color:var(--color-text-secondary);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--color-primary-ghost);color:var(--color-text-primary)}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-sm)}.input{width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast);box-shadow:inset 0 2px 4px #0003}.input:hover{border-color:var(--color-border-hover);background:#ffffff0d}.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-ghost), inset 0 2px 4px #0003;background:#ffffff0f;outline:none}.input::placeholder{color:var(--color-text-tertiary)}.input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input[type=number]{-moz-appearance:textfield}.input-mono{font-family:var(--font-mono);font-size:var(--text-sm)}.textarea{width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-text-primary);background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-md);resize:vertical;min-height:120px;line-height:var(--leading-relaxed);transition:all var(--transition-fast);box-shadow:inset 0 2px 4px #0003}.textarea:hover{border-color:var(--color-border-hover)}.textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-ghost), inset 0 2px 4px #0003;outline:none}.textarea::placeholder{color:var(--color-text-tertiary);font-family:var(--font-sans)}.label{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-2);letter-spacing:.02em;font-weight:600;display:block}.gradient-text{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.code-editor-root{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-tertiary);transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.code-editor-root:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px #6366f133}.code-editor-root.readonly{background:var(--color-bg-secondary)}.code-editor-line-numbers{text-align:right;color:var(--color-text-tertiary);font-family:var(--font-mono);font-size:var(--text-sm);border-right:1px solid var(--color-border);-webkit-user-select:none;user-select:none;background:#00000040;min-width:48px;padding:16px 12px 16px 16px;line-height:1.5}[data-theme=light] .code-editor-root{background:#fff;border-color:#0000001f}[data-theme=light] .code-editor-root.readonly{background:#f1f5f9}[data-theme=light] .code-editor-line-numbers{color:#64748b;background:#e2e8f0;border-right-color:#00000014}.code-editor-container{flex-grow:1;position:relative;overflow:auto hidden}.code-editor-textarea{outline:none!important}code[class*=language-],pre[class*=language-]{color:var(--color-text-primary);font-family:var(--font-mono);font-size:var(--text-sm);text-align:left;white-space:pre;word-spacing:normal;word-break:normal;tab-size:2;-webkit-hyphens:none;hyphens:none;direction:ltr;line-height:1.5}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--color-text-tertiary);font-style:italic}.token.punctuation{color:#8b92a5}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:var(--color-accent)}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:var(--color-primary-light)}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#d4d4d4}.token.atrule,.token.attr-value,.token.keyword{color:var(--color-primary)}.token.function,.token.class-name{color:#fbbf24}.token.regex,.token.important,.token.variable{color:var(--color-accent)}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.property.depth-1,.token.punctuation.depth-1{color:#8b5cf6}.token.property.depth-2,.token.punctuation.depth-2{color:#06b6d4}.token.property.depth-3,.token.punctuation.depth-0{color:#f43f5e}.token.punctuation.depth-1{color:#3b82f6}.token.punctuation.depth-2{color:#10b981}.token.punctuation.depth-3{color:#f59e0b}.token.punctuation.depth-4{color:#8b5cf6}[data-theme=light] code[class*=language-],[data-theme=light] pre[class*=language-]{color:#0f172a}[data-theme=light] .token.punctuation{color:#475569}[data-theme=light] .token.property,[data-theme=light] .token.tag,[data-theme=light] .token.constant{color:#6d28d9}[data-theme=light] .token.boolean,[data-theme=light] .token.number{color:#d97706}[data-theme=light] .token.string,[data-theme=light] .token.attr-value{color:#059669}[data-theme=light] .token.keyword{color:#2563eb}
.SearchModal-module__A89UZq__backdrop{-webkit-backdrop-filter:blur(16px);z-index:10000;padding:var(--space-12) var(--space-4);background:#000000bf;justify-content:center;align-items:flex-start;animation:.2s ease-out SearchModal-module__A89UZq__fadeIn;display:flex;position:fixed;inset:0}.SearchModal-module__A89UZq__modal{border-radius:var(--radius-2xl);background:#14141cf2;border:1px solid #ffffff26;flex-direction:column;width:100%;max-width:680px;animation:.25s cubic-bezier(.16,1,.3,1) SearchModal-module__A89UZq__modalSlide;display:flex;overflow:hidden;box-shadow:0 25px 60px #000c,0 0 40px #8b5cf633}@keyframes SearchModal-module__A89UZq__modalSlide{0%{opacity:0;transform:translateY(-16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.SearchModal-module__A89UZq__searchHeader{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:#ffffff05;border-bottom:1px solid #ffffff1a;display:flex}.SearchModal-module__A89UZq__searchIcon{opacity:.7;font-size:1.2rem}.SearchModal-module__A89UZq__input{color:var(--color-text-primary);font-size:var(--text-lg);background:0 0;border:none;outline:none;flex:1}.SearchModal-module__A89UZq__input::placeholder{color:var(--color-text-tertiary)}.SearchModal-module__A89UZq__closeKbd{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--color-text-tertiary);background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;padding:2px 8px}.SearchModal-module__A89UZq__resultsList{max-height:420px;padding:var(--space-3);flex-direction:column;gap:4px;display:flex;overflow-y:auto}.SearchModal-module__A89UZq__resultItem{align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);color:var(--color-text-primary);border:1px solid #0000;text-decoration:none;transition:all .15s;display:flex}.SearchModal-module__A89UZq__resultItem:hover,.SearchModal-module__A89UZq__resultItemActive{background:#ffffff14;border-color:#ffffff26;transform:translate(2px)}.SearchModal-module__A89UZq__itemIcon{border-radius:var(--radius-md);background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;display:flex}.SearchModal-module__A89UZq__itemContent{flex:1;min-width:0}.SearchModal-module__A89UZq__itemName{font-size:var(--text-sm);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.SearchModal-module__A89UZq__itemCategory{border-radius:var(--radius-full);background:var(--color-primary-ghost);color:var(--color-primary-light);text-transform:uppercase;letter-spacing:.05em;border:1px solid #8b5cf640;padding:1px 8px;font-size:.65rem}.SearchModal-module__A89UZq__itemDesc{font-size:var(--text-xs);color:var(--color-text-tertiary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SearchModal-module__A89UZq__noResults{padding:var(--space-8);text-align:center;color:var(--color-text-tertiary);font-size:var(--text-sm)}.SearchModal-module__A89UZq__footerHint{padding:var(--space-3) var(--space-5);font-size:var(--text-xs);color:var(--color-text-tertiary);background:#0000004d;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;display:flex}
.ThemeToggle-module__TJ1Fea__toggleBtn{border-radius:var(--radius-full);cursor:pointer;width:40px;height:40px;color:var(--color-text-primary);background:#ffffff14;border:1px solid #ffffff26;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=light] .ThemeToggle-module__TJ1Fea__toggleBtn{color:#0f172a;background:#0000000d;border-color:#0000001f}.ThemeToggle-module__TJ1Fea__toggleBtn:hover{background:var(--color-primary-ghost);border-color:var(--color-primary-light);transform:scale(1.06)}
.Header-module__KHjLKa__headerWrapper{z-index:100;width:100%;position:sticky;top:0}.Header-module__KHjLKa__header{height:64px;padding:0 var(--space-8);-webkit-backdrop-filter:blur(24px);justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;transition:all var(--transition-normal);background:#0c0c12eb;border-bottom:1px solid #ffffff1a;display:flex;box-shadow:0 4px 30px #00000080}[data-theme=light] .Header-module__KHjLKa__header{background:#fffffff2;border-bottom-color:#0000001a;box-shadow:0 4px 20px #0000000f}.Header-module__KHjLKa__logo{align-items:center;gap:var(--space-2);font-size:var(--text-lg);color:var(--color-text-primary);letter-spacing:-.02em;flex-shrink:0;font-weight:800;text-decoration:none;display:flex}.Header-module__KHjLKa__logoIcon{background:var(--gradient-primary);width:32px;height:32px;font-size:var(--text-base);box-shadow:0 0 15px var(--color-primary-glow);border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__KHjLKa__logoText span{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__KHjLKa__searchShortcut{align-items:center;gap:var(--space-3);border-radius:var(--radius-full);color:var(--color-text-tertiary);font-size:var(--text-xs);transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff14;width:100%;max-width:320px;padding:6px 14px;text-decoration:none;display:flex}.Header-module__KHjLKa__searchShortcut:hover{color:var(--color-text-secondary);background:#ffffff17;border-color:#ffffff2e}.Header-module__KHjLKa__searchIcon{font-size:.85rem}.Header-module__KHjLKa__searchText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.Header-module__KHjLKa__searchKbd{font-size:.7rem;font-family:var(--font-mono);color:var(--color-text-secondary);background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;padding:1px 6px}.Header-module__KHjLKa__menuBtn{align-items:center;gap:var(--space-2);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);font-weight:700;font-size:var(--text-xs);cursor:pointer;box-shadow:0 0 16px var(--color-primary-glow);transition:all var(--transition-fast);border:none;flex-shrink:0;padding:6px 14px;display:flex}.Header-module__KHjLKa__menuBtn:hover{box-shadow:0 0 22px var(--color-primary-glow);transform:scale(1.03)}.Header-module__KHjLKa__menuBtnIcon{font-size:.95rem}.Header-module__KHjLKa__menuBtnBadge{border-radius:var(--radius-full);background:#fff3;padding:1px 6px;font-size:.65rem}.Header-module__KHjLKa__drawerBackdrop{-webkit-backdrop-filter:blur(16px);z-index:9999;padding:var(--space-8) var(--space-4);background:#000000bf;justify-content:center;align-items:flex-start;animation:.25s ease-out Header-module__KHjLKa__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.Header-module__KHjLKa__drawerModal{border-radius:var(--radius-2xl);padding:var(--space-8);gap:var(--space-6);background:#16161ef2;border:1px solid #ffffff1f;flex-direction:column;width:100%;max-width:900px;animation:.3s cubic-bezier(.16,1,.3,1) Header-module__KHjLKa__slideUp;display:flex;box-shadow:0 25px 60px #000c,0 0 40px #8b5cf626}@keyframes Header-module__KHjLKa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__KHjLKa__drawerHeader{justify-content:space-between;align-items:flex-start;display:flex}.Header-module__KHjLKa__drawerTitle{font-size:var(--text-2xl);letter-spacing:-.02em;background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2px;font-weight:900}.Header-module__KHjLKa__drawerSubtitle{font-size:var(--text-sm);color:var(--color-text-tertiary)}.Header-module__KHjLKa__closeBtn{color:var(--color-text-primary);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.Header-module__KHjLKa__closeBtn:hover{background:#fff3;transform:rotate(90deg)}.Header-module__KHjLKa__filterBox{align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);background:#ffffff0a;border:1px solid #ffffff1a;display:flex}.Header-module__KHjLKa__filterIcon{opacity:.6;font-size:1.1rem}.Header-module__KHjLKa__filterInput{color:var(--color-text-primary);font-size:var(--text-base);background:0 0;border:none;outline:none;width:100%}.Header-module__KHjLKa__filterInput::placeholder{color:var(--color-text-tertiary)}.Header-module__KHjLKa__categoriesGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));max-height:420px;padding-right:4px;display:grid;overflow-y:auto}.Header-module__KHjLKa__categoryCard{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-xl);color:var(--color-text-primary);background:#ffffff08;border:1px solid #ffffff12;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__KHjLKa__categoryCard:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.Header-module__KHjLKa__categoryIcon{border-radius:var(--radius-lg);border:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;display:flex}.Header-module__KHjLKa__categoryName{font-size:var(--text-sm);margin-bottom:2px;font-weight:700}.Header-module__KHjLKa__categoryDesc{font-size:var(--text-xs);color:var(--color-text-tertiary);line-height:1.4}.Header-module__KHjLKa__quickLaunchSection{padding-top:var(--space-4);gap:var(--space-2);border-top:1px solid #ffffff14;flex-direction:column;display:flex}.Header-module__KHjLKa__quickLaunchTitle{font-size:var(--text-xs);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.Header-module__KHjLKa__quickLaunchChips{gap:var(--space-2);flex-wrap:wrap;display:flex}.Header-module__KHjLKa__quickChip{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--color-text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;padding:6px 12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__KHjLKa__quickChip:hover{background:var(--color-primary-ghost);border-color:var(--color-primary-light);color:#fff}@media (max-width:640px){.Header-module__KHjLKa__searchShortcut{display:none}.Header-module__KHjLKa__drawerModal{padding:var(--space-5)}.Header-module__KHjLKa__categoriesGrid{grid-template-columns:1fr;max-height:350px}}[data-theme=light] .Header-module__KHjLKa__logo{color:#0f172a}[data-theme=light] .Header-module__KHjLKa__searchShortcut{color:#475569;background:#0000000d;border-color:#0000001f}[data-theme=light] .Header-module__KHjLKa__searchShortcut:hover{color:#0f172a;background:#00000014}[data-theme=light] .Header-module__KHjLKa__searchKbd{color:#64748b;background:#0000000f;border-color:#00000026}[data-theme=light] .Header-module__KHjLKa__menuBtn{color:#0f172a;background:#0000000d;border-color:#0000001f}[data-theme=light] .Header-module__KHjLKa__drawerModal{color:#0f172a;background:#fffffffa;border-color:#00000026}[data-theme=light] .Header-module__KHjLKa__drawerTitle{color:#0f172a}[data-theme=light] .Header-module__KHjLKa__categoryCard{background:#fff;border-color:#0000001a}[data-theme=light] .Header-module__KHjLKa__categoryCard:hover{border-color:var(--color-primary);background:#f8fafc}[data-theme=light] .Header-module__KHjLKa__categoryName{color:#0f172a}[data-theme=light] .Header-module__KHjLKa__categoryDesc{color:#64748b}
.Footer-module__yg9ahW__footer{border-top:1px solid var(--color-border);background:var(--color-bg-secondary);padding:var(--space-12) var(--space-6) var(--space-8)}.Footer-module__yg9ahW__footerInner{max-width:var(--max-width);gap:var(--space-10);grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;display:grid}.Footer-module__yg9ahW__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__yg9ahW__brandLogo{font-size:var(--text-xl);color:var(--color-text-primary);align-items:center;gap:var(--space-2);font-weight:800;display:flex}.Footer-module__yg9ahW__brandDesc{font-size:var(--text-sm);color:var(--color-text-tertiary);line-height:var(--leading-relaxed);max-width:320px}.Footer-module__yg9ahW__column h4{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.Footer-module__yg9ahW__column ul{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__yg9ahW__column a{font-size:var(--text-sm);color:var(--color-text-tertiary);transition:color var(--transition-fast)}.Footer-module__yg9ahW__column a:hover{color:var(--color-primary-light)}.Footer-module__yg9ahW__bottomBar{max-width:var(--max-width);margin:var(--space-8) auto 0;padding-top:var(--space-6);border-top:1px solid var(--color-border);font-size:var(--text-xs);color:var(--color-text-tertiary);justify-content:space-between;align-items:center;display:flex}.Footer-module__yg9ahW__privacyNote{align-items:center;gap:var(--space-2);display:flex}.Footer-module__yg9ahW__privacyDot{background:var(--color-success);border-radius:50%;width:6px;height:6px;display:inline-block}@media (max-width:768px){.Footer-module__yg9ahW__footerInner{gap:var(--space-6);grid-template-columns:1fr 1fr}.Footer-module__yg9ahW__brand{grid-column:1/-1}.Footer-module__yg9ahW__bottomBar{gap:var(--space-3);text-align:center;flex-direction:column}}
.ScrollNavigation-module__-2UNPq__container{bottom:var(--space-6);right:var(--space-6);z-index:90;gap:var(--space-2);pointer-events:none;flex-direction:column;animation:.3s ease-out ScrollNavigation-module__-2UNPq__fadeIn;display:flex;position:fixed}.ScrollNavigation-module__-2UNPq__scrollPill{pointer-events:auto;-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-full);background:#14141cd9;border:1px solid #ffffff1f;flex-direction:column;gap:2px;padding:4px;display:flex;box-shadow:0 10px 30px #00000080,0 0 20px #8b5cf626}.ScrollNavigation-module__-2UNPq__scrollBtn{width:38px;height:38px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.ScrollNavigation-module__-2UNPq__scrollBtn:hover{background:var(--gradient-primary);color:#fff;box-shadow:0 0 16px var(--color-primary-glow);transform:scale(1.08)}@media (max-width:640px){.ScrollNavigation-module__-2UNPq__container{bottom:var(--space-4);right:var(--space-4)}.ScrollNavigation-module__-2UNPq__scrollBtn{width:34px;height:34px;font-size:1rem}}
