:root{--bg-color:#050505;--bg-gradient:radial-gradient(circle at top center,#18181b 0%,#050505 100%);--surface-color:#121212;--surface-color-light:#1e1e1e;--surface-glass:#141414b3;--text-primary:#fff;--text-secondary:#a1a1aa;--text-tertiary:#52525b;--accent-color:#7c3aed;--accent-hover:#6d28d9;--accent-glow:#7c3aed4d;--status-success:#00c853;--status-warning:#ffd600;--status-error:#ff5252;--border-color:#ffffff14;--border-focus:#ffffff26;--shadow-sm:0 2px 8px #0006;--shadow-lg:0 10px 30px #0009;--shadow-glow:0 0 20px var(--accent-glow);--font-main:"Inter",system-ui,-apple-system,sans-serif;--font-display:"Outfit",sans-serif;--nav-height:80px;--container-width:1200px;--radius-sm:8px;--radius-md:12px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);background-image:var(--bg-gradient);color:var(--text-primary);-webkit-font-smoothing:antialiased;background-attachment:fixed;min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-weight:700;line-height:1.2}h1{letter-spacing:-1px;font-size:3.5rem}h2{letter-spacing:-.5px;font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.25rem}.section-title{margin-bottom:2rem;display:inline-block;position:relative}.section-title:after{content:"";background:var(--accent-color);width:60px;height:4px;box-shadow:0 0 10px var(--accent-glow);border-radius:2px;position:absolute;bottom:-10px;left:0}.text-gradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent-color)}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-4{gap:2rem}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-cols-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-cols-home{grid-template-columns:3fr 1fr}@media (max-width:968px){.grid-cols-home{grid-template-columns:1fr}}.glass-panel{background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.app-container{background-color:var(--bg-color);flex-direction:column;min-height:100vh;display:flex;position:relative}.main-content{padding-top:calc(var(--nav-height) + 2.5rem);z-index:1;flex:1 0 auto;width:100%;padding-bottom:4rem;position:relative}.card:hover{border-color:var(--accent-color);box-shadow:0 10px 40px -10px #00000080,0 0 15px -10px var(--accent-glow);transform:translateY(-5px)}.card:hover:before{opacity:1}.btn{background:var(--accent-color);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-family:var(--font-main);border:1px solid #0000;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-size:.95rem;transition:all .2s;display:inline-flex;box-shadow:0 4px 6px #0003}.btn:hover{background:var(--accent-hover);box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.btn-outline{border:1px solid var(--border-color);color:var(--text-primary);box-shadow:none;background:0 0}.btn-outline:hover{border-color:var(--text-primary);background:#ffffff0d}.btn-ghost{color:#e4e4e7;border-radius:var(--radius-sm);cursor:pointer;font-weight:500;font-family:var(--font-main);background:0 0;border:1px solid #3f3f46;padding:.7rem 1.2rem;font-size:.9rem;transition:all .2s}.btn-ghost:hover{color:#fff;background:#ffffff0d;border-color:#52525b;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #5865f266}70%{box-shadow:0 0 0 10px #5865f200}to{box-shadow:0 0 #5865f200}}.fade-in{animation:.8s cubic-bezier(.2,.8,.2,1) forwards fadeIn}.slide-in{animation:.6s cubic-bezier(.2,.8,.2,1) forwards slideInRight}.hover-glow:hover{animation:2s infinite pulse-glow}.avatar{object-fit:cover;border:2px solid var(--surface-color-light);border-radius:50%;width:40px;height:40px}.icon-box{background:var(--surface-color-light);width:48px;height:48px;color:var(--text-secondary);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.scaffold-loader{z-index:2000;background:var(--bg-color);width:100%;height:100vh;color:var(--text-primary);font-family:var(--font-display);letter-spacing:2px;flex-direction:column;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:fixed;top:0;left:0}.scaffold-loader:after{content:"";border:3px solid #ffffff1a;border-top-color:var(--accent-color);border-radius:50%;width:40px;height:40px;margin-top:20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.input-field{border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:var(--radius-sm);font-family:var(--font-main);background:#ffffff0d;outline:none;padding:1rem;font-size:.95rem;transition:all .2s}.input-field:focus{border-color:var(--accent-color);background:#ffffff14;box-shadow:0 0 0 3px #7c3aed1a}.input-field::placeholder{color:var(--text-secondary)}.toggle-wrapper{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.8rem;display:flex}.toggle-switch{border:1px solid var(--border-color);background:#ffffff1a;border-radius:20px;width:44px;height:24px;transition:all .3s;position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-input{display:none}.toggle-input:checked+.toggle-switch{background:var(--accent-color);border-color:var(--accent-color)}.toggle-input:checked+.toggle-switch:after{transform:translate(20px)}.toggle-label{color:var(--text-secondary);font-size:.95rem;font-weight:500}.access-denied-overlay{z-index:20000;width:100vw;height:100vh;color:var(--status-error);text-align:center;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.error-circle{border:5px solid var(--status-error);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2rem;animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards circlePop;display:flex;position:relative;box-shadow:0 0 30px #ff525233}.x-line{background-color:var(--status-error);opacity:0;border-radius:3px;width:60px;height:6px;position:absolute}.x-line.one{animation:.4s .8s forwards drawX;transform:rotate(45deg)}.x-line.two{animation:.4s 1s forwards drawX;transform:rotate(-45deg)}@keyframes circlePop{0%{opacity:0;transform:scale(0)rotate(-180deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes drawX{0%{opacity:0;width:0}to{opacity:1;width:60px}}.markdown-preview>div>:first-child{margin-top:0}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{color:#fff;border-bottom:none;margin-top:2rem;margin-bottom:1rem}.markdown-preview h1{border-bottom:1px solid #333;padding-bottom:.5rem;font-size:2.25rem}.markdown-preview h2{border-bottom:1px solid #333;padding-bottom:.5rem;font-size:1.75rem}.markdown-preview h3{font-size:1.5rem;font-weight:600}.markdown-preview h4{font-size:1.25rem;font-weight:600}.markdown-preview h5{font-size:1.1rem;font-weight:600}.markdown-preview h6{color:#a1a1aa;font-size:1rem;font-weight:600}.markdown-preview p{color:#d4d4d8;margin-bottom:1rem;line-height:1.7}.markdown-preview a{color:#3b82f6;text-decoration:none}.markdown-preview a:hover{text-decoration:underline}.markdown-preview ul,.markdown-preview ol{color:#d4d4d8;margin-bottom:1rem;padding-left:2rem}.markdown-preview li{margin-bottom:.25rem;list-style:outside}.markdown-preview blockquote{color:#a1a1aa;border-left:4px solid #3f3f46;margin-bottom:1rem;margin-left:0;padding-left:1rem;font-style:italic}.markdown-preview code{color:#e4e4e7;background:#27272a;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.markdown-preview pre{background:#27272a;border-radius:8px;margin-bottom:1rem;padding:1rem;overflow-x:auto}.markdown-preview pre code{color:inherit;background:0 0;padding:0}.markdown-preview img{border-radius:8px;max-width:100%;margin:1rem 0}.markdown-preview hr{border:none;border-top:1px solid #3f3f46;margin:2rem 0}.markdown-preview table{border-collapse:collapse;width:100%;margin-bottom:1rem}.markdown-preview th,.markdown-preview td{text-align:left;border:1px solid #3f3f46;padding:.75rem}.markdown-preview th{background:#27272a;font-weight:600}.navbar{width:95%;max-width:var(--container-width);z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0f0f0f99;border:1px solid #ffffff14;border-radius:24px;align-items:center;height:70px;transition:all .3s;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.nav-container{width:100%;max-width:var(--container-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.logo{z-index:1002;align-items:center;height:100%;transition:transform .3s;display:flex}.logo:hover{filter:drop-shadow(0 0 8px #00a8ff66);transform:scale(1.05)}.logo img{width:auto;height:45px}.nav-menu{flex:1;justify-content:center;align-items:center;display:flex}@media (min-width:901px){.nav-links{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;display:flex}.nav-links a{color:#a1a1aa;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.nav-links a:hover{color:#fff;background:#ffffff14}.nav-links a.active-link{color:#fff;background:#00a8ff26;border:1px solid #00a8ff4d;box-shadow:0 0 15px #00a8ff1a}}.auth-buttons{align-items:center;gap:1.5rem;display:flex}.search-bar{display:none}.profile-trigger{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.8rem;padding:.4rem .8rem;transition:background .2s;display:flex}.profile-trigger:hover,.profile-trigger.active{background:#ffffff0d;border-color:#ffffff1a}.profile-avatar{border:2px solid var(--accent-blue,#00a8ff);background:#1e2129;border-radius:50%;width:36px;height:36px;overflow:hidden;box-shadow:0 0 10px #00a8ff4d}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-dropdown-menu{z-index:1000;transform-origin:100% 0;background:#15171e;border:1px solid #ffffff1a;border-radius:12px;width:260px;padding:.8rem;animation:.2s cubic-bezier(.16,1,.3,1) slideDown;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;box-shadow:0 20px 50px #000c}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dropdown-user-info{border-bottom:1px solid #ffffff14;margin-bottom:.5rem;padding:.5rem .8rem 1rem}.dropdown-item{color:#a1a1aa;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.8rem;width:100%;padding:.8rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.dropdown-item:hover{color:#fff;background:#ffffff0d;transform:translate(4px)}.mobile-only{display:none}.mobile-toggle{cursor:pointer;z-index:1005;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.bar{background-color:#fff;border-radius:3px;width:25px;height:3px}@media (max-width:900px){.navbar{border:none;border-bottom:1px solid #ffffff1a;border-radius:0;width:100%;max-width:100%;top:0}.mobile-toggle{display:flex}.desktop-only{display:none!important}.nav-links{display:none}.nav-menu.active .nav-links{z-index:1001;background:#15171e;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;padding-top:70px;display:flex;position:fixed;top:0;left:0}.nav-menu.active .nav-links a{color:#a1a1aa;font-size:1.5rem}.nav-menu.active .nav-links a.active-link{color:var(--accent-blue,#00a8ff)}.mobile-only{display:block}}.hero-section{justify-content:center;align-items:center;min-height:80vh;margin-bottom:2rem;padding:0 2rem;display:flex;position:relative;overflow:hidden}@keyframes breathe{0%{opacity:.2;transform:translate(-50%,-50%)scale(.8)}50%{opacity:.4;transform:translate(-50%,-50%)scale(1.1)}to{opacity:.2;transform:translate(-50%,-50%)scale(.8)}}.hero-bg-glow{background:radial-gradient(circle,var(--accent-color)0%,transparent 60%);filter:blur(80px);opacity:.3;pointer-events:none;z-index:0;width:60vw;max-width:800px;height:60vw;max-height:800px;animation:8s ease-in-out infinite breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-floating-left,.hero-floating-right{z-index:10;flex-direction:column;gap:1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-floating-left{left:.1%}.hero-floating-right{right:2%}.float-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:6s ease-in-out infinite float;display:flex}.float-card .icon{font-size:1.5rem}.float-card strong{color:#fff;font-size:.9rem;display:block}.float-card p{color:var(--text-secondary);margin:0;font-size:.8rem}.code-card{border:1px solid #ffffff0d;border-radius:12px;padding:1.2rem;font-family:Consolas,monospace;font-size:.85rem;animation:7s ease-in-out infinite reverse float;box-shadow:0 10px 40px #00000080;background:#1e1e1e!important}.code-header{gap:6px;margin-bottom:1rem;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.c-keyword{color:#cc7832}.c-func{color:#ffc66d}.c-string{color:#6a8759}.c-comment{color:gray;margin-top:.5rem;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:1200px){.hero-floating-left,.hero-floating-right{display:none}}.hero-content{z-index:2;text-align:center;max-width:800px;position:relative}.hero-title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.3rem;line-height:1.6}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.news-grid{flex-direction:column;gap:2rem;display:flex}.news-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.news-card:hover{border-color:var(--accent-color);transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.news-image{border-radius:var(--radius-sm);flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.news-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.news-card:hover .news-image img{transform:scale(1.1)}.news-content{flex:1}.news-meta{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.news-tag{background:var(--accent-color);color:#fff;border-radius:4px;margin-left:.8rem;padding:2px 8px;font-size:.75rem;font-weight:600}.resource-list-item{border-radius:var(--radius-sm);background:#ffffff05;border:1px solid #0000;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex}.resource-list-item:hover{border-color:var(--accent-color);background:#ffffff0d;transform:translate(5px)}.resource-icon{background:var(--surface-color-light);width:45px;height:45px;color:var(--accent-color);border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.stats-row{border-bottom:1px solid var(--border-color);justify-content:space-between;padding:.8rem 0;font-size:.95rem;display:flex}.stats-row:last-child{border-bottom:none}.stat-value{font-family:var(--font-display);color:#fff;font-weight:600}@media (max-width:768px){.hero-title{font-size:3.5rem}.news-card{flex-direction:column}.news-image{width:100%;height:200px}}.footer{width:100%;font-family:var(--font-main);background:0 0;justify-content:center;margin-top:auto;padding-top:2rem;padding-bottom:2rem;display:flex}.footer-container{width:95%;max-width:var(--container-width);background:#101012;border:1px solid #ffffff14;border-radius:24px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.footer-container:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-top{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;display:flex}.cta-content h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.cta-content p{color:#a1a1aa;font-size:.95rem}.footer-newsletter{background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;width:100%;max-width:400px;padding:4px;transition:border-color .2s;display:flex}.footer-newsletter:focus-within{border-color:var(--accent-color)}.newsletter-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.8rem 1.5rem;font-size:.95rem}.newsletter-btn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:0 1.5rem;font-weight:500;transition:opacity .2s}.newsletter-btn:hover{opacity:.9}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{padding-right:2rem}.footer-logo{height:36px;margin-bottom:1rem;display:block}.footer-desc{color:#71717a;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.social-links{gap:.8rem;display:flex}.social-icon{color:#a1a1aa;background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.social-icon:hover{color:#000;background:#fff;transform:translateY(-2px)}.footer-heading{color:#fff;letter-spacing:.5px;margin-bottom:1.2rem;font-size:.9rem;font-weight:600}.footer-links{flex-direction:column;gap:.8rem;display:flex}.footer-link{color:#71717a;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{color:#52525b;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#52525b}.footer-bottom-links a:hover{color:#a1a1aa}@media (max-width:900px){.footer-container{padding:2rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-top{flex-direction:column;align-items:flex-start}.footer-newsletter{max-width:100%}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}
