:root{--color-bg:#08040c;--color-surface:#ffffff05;--color-surface-2:#ffffff0a;--color-border:#8a63ff1a;--color-border-strong:#8a63ff40;--color-text:#e5d9f2;--color-text-muted:#e5d9f299;--color-text-bright:#fff;--color-primary:#00ffa3;--color-primary-hover:#33ffb5;--color-primary-glow:#00ffa359;--color-primary-subtle:#00ffa31a;--color-secondary:#8a63ff;--color-secondary-hover:#9e7dff;--color-secondary-glow:#8a63ff59;--color-teal:#06b6d4;--color-teal-glow:#06b6d459;--color-success:var(--color-primary);--color-success-subtle:var(--color-primary-subtle);--color-error:#ef4444;--color-error-subtle:#ef44441a;--color-warning:#f59e0b;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--radius-xs:4px;--radius-sm:8px;--radius-md:16px 6px 16px 6px;--radius-lg:24px 8px 24px 8px;--radius-xl:32px 12px 32px 12px;--radius-full:9999px;--shadow-sm:0 4px 10px #0003;--shadow-md:0 10px 30px #0000004d;--shadow-lg:0 15px 40px #0006;--shadow-glow:0 0 20px var(--color-primary-glow);--glass-bg:#ffffff05;--glass-border:#8a63ff1a;--glass-blur:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);background-image:linear-gradient(90deg,#8a63ff08 1px,#0000 1px),linear-gradient(#8a63ff08 1px,#0000 1px);background-size:32px 32px;background-attachment:fixed;min-height:100vh;line-height:1.65;position:relative;overflow-x:hidden}body:before{content:"";filter:blur(100px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#8a63ff1f 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;animation:25s ease-in-out infinite alternate floatSlow;position:fixed;top:5%;left:10%}body:after{content:"";filter:blur(120px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#00ffa314 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;animation:30s ease-in-out infinite alternate-reverse floatSlow;position:fixed;bottom:-10%;right:-5%}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}button{cursor:pointer;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{color:var(--color-text-bright);letter-spacing:-.5px;font-weight:300;line-height:1.2}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:border-color .4s,box-shadow .4s}.glass-card:hover{border-color:#8a63ff33;box-shadow:0 12px 48px #0006,0 0 30px #8a63ff0d}.container-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes floatSlow{0%{transform:translate(0)scale(1)}50%{transform:translate(3%,5%)scale(1.05)}to{transform:translate(-2%,-3%)scale(.95)}}.fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.slide-down{animation:.35s cubic-bezier(.16,1,.3,1) forwards slideDown}@media (max-width:320px){html{font-size:14px}}
.layout-module__L5FxyW__container{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__navbar{z-index:200;background:var(--glass-bg);min-height:56px;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(180%);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.5rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) layout-module__L5FxyW__slideDown;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0003}.layout-module__L5FxyW__logo a{color:var(--color-primary);letter-spacing:-.06em;background:linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:900;text-decoration:none;transition:opacity .2s}.layout-module__L5FxyW__logo a:hover{opacity:.85}.layout-module__L5FxyW__navRight{align-items:center;gap:1rem;display:flex}.layout-module__L5FxyW__navAddTopic{background:var(--color-primary-subtle);color:var(--color-primary-hover);border-radius:var(--radius-full);white-space:nowrap;border:1px solid #6366f140;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.layout-module__L5FxyW__navAddTopic:hover{color:var(--color-primary-hover);background:#6366f129;border-color:#6366f166;transform:translateY(-1px)}.layout-module__L5FxyW__mainContent{flex-direction:column;flex:1;display:flex}@media (max-width:768px){.layout-module__L5FxyW__navbar{padding:.5rem 1rem}.layout-module__L5FxyW__navAddTopic{padding:.35rem .8rem;font-size:.8rem}}@media (max-width:320px){.layout-module__L5FxyW__navbar{gap:.5rem}}@keyframes layout-module__L5FxyW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
