*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-feature-settings:"liga" 1, "calt" 1, "cv05" 1;color:#f1f1f1;background:#000;min-height:100vh;margin:0;font-family:Google Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden}html{margin:0}#root{z-index:1;position:relative}.navbar{-webkit-backdrop-filter:blur(24px);z-index:100;background:#0006;border-bottom:1px solid #dc26261a;justify-content:space-between;align-items:center;padding:.6rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{width:auto;height:64px;display:block}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:#ffffff80;letter-spacing:2px;text-transform:uppercase;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:#dc2626;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:#ef4444}.nav-links a:hover:after{width:100%}.nav-toggle{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:6px;display:none}.nav-toggle span{transform-origin:50%;background:#fff9;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{height:100vh;position:relative;overflow:hidden}.hero-video{z-index:0;background:radial-gradient(60% 35% at 50% 30%,#b41e1e26,#0000),radial-gradient(50% 50% at 80% 80%,#7f1d1d1a,#0000),#050508;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}.hero-video video{object-fit:cover;filter:sepia(.4)saturate(1.8)hue-rotate(-20deg)brightness(.35)contrast(1.1);width:100%;height:100%;display:block}.hero-overlay{z-index:1;background:#0000004d;position:absolute;inset:0}.hero-red-tint{mix-blend-mode:overlay;z-index:1;pointer-events:none;background:#dc262633;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:1rem;display:flex;position:relative}.hero-badge{letter-spacing:3px;text-transform:uppercase;color:#ffffff80;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid #dc262633;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.72rem;font-weight:500;animation:1s ease-out fadeSlideUp;display:inline-block}.hero-title{margin-bottom:.25rem;animation:1s ease-out .2s both fadeSlideUp;position:relative}.hero-logo{width:auto;height:clamp(120px,20vw,220px);display:block}.hero-title .gradient{background:linear-gradient(135deg,#f87171,#dc2626,#7f1d1d,#dc2626,#f87171) 0 0/200% 200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 60px #dc262640);-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.hero-title-3d{color:#ffffff1f;letter-spacing:14px;text-transform:uppercase;perspective:500px;transform-style:preserve-3d;text-shadow:0 1px #dc262659,0 2px #dc262640,0 3px #dc262626,0 4px #dc262614,0 5px 12px #0009;margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:clamp(1.2rem,3vw,2rem);font-weight:400;animation:1s ease-out .4s both fadeSlideUp}.hero-subtitle{color:#fff6;letter-spacing:.3px;max-width:540px;font-size:1.05rem;font-weight:400;line-height:1.9;animation:1s ease-out .6s both fadeSlideUp}.hero-cta{gap:1rem;margin-top:1.5rem;animation:1s ease-out .8s both fadeSlideUp;display:flex}.btn-primary{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#dc2626,#991b1b);border:none;border-radius:8px;padding:.9rem 2.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 0 30px #dc262633}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #dc262666}.btn-secondary{color:#ffffffb3;letter-spacing:1px;cursor:pointer;text-transform:uppercase;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:0 0;border:1px solid #dc262633;border-radius:8px;padding:.9rem 2.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-secondary:hover{color:#fff;border-color:#dc2626;box-shadow:0 0 30px #dc262633}.scroll-indicator{color:#fff3;letter-spacing:2px;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;animation:1s ease-out 1.2s both fadeSlideUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#dc262680,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.6)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:4px;text-transform:uppercase;color:#dc2626;margin-bottom:1rem;font-size:.75rem;display:inline-block;position:relative}.section-label:before,.section-label:after{content:"—";color:#dc26264d;margin:0 .5rem}.section-title{background:linear-gradient(135deg,#fff,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-desc{color:#fff6;max-width:500px;margin:0 auto;line-height:1.6}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.card{-webkit-backdrop-filter:blur(24px);background:#b41e1e14;border:1px solid #dc262626;border-radius:20px;padding:3rem 2rem;transition:all .4s;position:relative;overflow:hidden}.card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(at 100% 0,#dc26260f,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.card:hover{border-color:#dc26264d;transform:translateY(-8px);box-shadow:0 20px 60px #dc26261a}.card:hover:before{opacity:1}.card-icon{background:#dc26261a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.8rem;display:flex;position:relative}.card-icon svg{color:#ef4444;width:28px;height:28px}.card-img{background:#dc26260d;border-radius:12px;width:100%;height:180px;margin-bottom:1.5rem;overflow:hidden}.card-img img{object-fit:cover;width:100%;height:100%}.card-icon-placeholder{color:#dc2626;background:#dc26261a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.card-desc{color:#ffffff80;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.card-desc p{margin-bottom:.75rem}.card-desc ul,.card-desc ol{margin-bottom:.75rem;padding-left:1.5rem}.card-desc li{margin-bottom:.3rem}.card-desc code{color:#ef4444;background:#dc26261a;border-radius:4px;padding:.15rem .4rem;font-family:JetBrains Mono,monospace;font-size:.85rem}.card-desc pre{background:#0000004d;border:1px solid #dc26261a;border-radius:8px;margin-bottom:.75rem;padding:1rem;overflow-x:auto}.card-desc pre code{color:#ffffffb3;background:0 0;padding:0}.card-desc strong{color:#ffffffb3}.card-desc a{color:#ef4444;text-decoration:underline}.card h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.article-card{cursor:pointer;flex-direction:column;justify-content:center;min-height:120px;text-decoration:none;transition:all .3s;display:flex}.article-card:hover{border-color:#dc26264d;transform:translateY(-4px);box-shadow:0 12px 40px #dc262614}.article-card h3{margin-bottom:.5rem;font-size:1.2rem}.article-card:hover h3{color:#ef4444}.card-article-meta{color:#ffffff40;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.card-article-meta .card-tag{color:#ef4444;font-size:.7rem}.card-title-link{text-decoration:none;display:block}.card-title-link h3{transition:color .3s}.card-title-link:hover h3{color:#ef4444}.card p{color:#ffffff80;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.card-badge{letter-spacing:1.5px;text-transform:uppercase;color:#ef4444;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid #dc262633;border-radius:50px;padding:.35rem 1rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;display:inline-block}.card-badge.soon{color:#eab308;background:#eab3081a;border-color:#eab30833}.card-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;display:flex}.card-tag{color:#ffffff40;letter-spacing:1px;font-size:.75rem}.card-link{color:#ef4444;letter-spacing:1px;text-transform:uppercase;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .3s}.card-link:hover{opacity:.7}.section-divider{justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.divider-line{background:linear-gradient(90deg,#0000,#dc262626,#0000);flex:1;height:1px}.divider-icon{color:#dc26264d;opacity:.5;font-size:.8rem}.contact-wrapper{max-width:600px;margin:0 auto}.contact-form{-webkit-backdrop-filter:blur(24px);background:#b41e1e0f;border:1px solid #dc26261f;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.form-field{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.form-field label{color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase;font-size:.78rem;font-weight:600}.form-row{gap:1.25rem;min-width:0;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff0a;border:1px solid #dc26261f;border-radius:10px;outline:none;width:100%;padding:.9rem 1.2rem;font-family:Google Sans,system-ui,sans-serif;font-size:.95rem;transition:border-color .3s,background .3s,box-shadow .3s}.contact-form input:focus,.contact-form textarea:focus{background:#ffffff12;border-color:#dc262666;box-shadow:0 0 0 3px #dc26260f}.contact-form textarea{resize:vertical;min-height:130px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff26}.form-submit-row{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.25rem;display:flex}.contact-form .btn-primary{color:#fff;letter-spacing:1px;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#dc2626,#991b1b);border:none;border-radius:10px;flex-shrink:0;padding:.9rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #dc262633}.contact-form .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #dc262659}.contact-email{color:#ffffff4d;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;display:flex}.contact-email svg{color:#ef4444;flex-shrink:0;width:16px;height:16px}.contact-email a{color:#fff6;letter-spacing:.5px;text-decoration:none;transition:color .3s}.contact-email a:hover{color:#ef4444}.contact-form .btn-primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.form-status{font-size:.85rem;font-weight:500}.form-status.ok{color:#ef4444;align-items:center;gap:.5rem;display:flex}.form-status.ok .check-icon{flex-shrink:0;width:20px;height:20px}.form-status.err{color:#ef4444}@media (width<=600px){.form-row{flex-direction:column}.form-field{width:100%}.contact-form{padding:1.5rem}.form-submit-row{flex-direction:column;align-items:flex-start;gap:.75rem}.contact-form .btn-primary{text-align:center;width:100%}}.footer{text-align:center;-webkit-backdrop-filter:blur(24px);border-top:1px solid #dc262614;margin-top:2rem;padding:3rem 2rem}.footer-logo{letter-spacing:4px;background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.footer p{color:#fff3;letter-spacing:1px;font-size:.85rem}.footer-email{color:#fff3;letter-spacing:1px;margin-top:.5rem;font-size:.8rem;text-decoration:none;transition:color .3s;display:inline-block}.footer-email:hover{color:#ef4444}.footer-admin{color:#ffffff26;letter-spacing:1px;margin-top:1rem;font-size:.75rem;text-decoration:none;transition:color .3s;display:inline-block}.footer-admin:hover{color:#ef4444}.empty-state{text-align:center;color:#fff3;padding:3rem 0;font-size:.9rem}@media (width<=768px){.navbar{padding:.8rem 1.2rem}.nav-logo{height:48px}.nav-toggle{display:flex}.nav-links{-webkit-backdrop-filter:blur(24px);z-index:105;background:#000000f2;border-left:1px solid #dc26261a;flex-direction:column;gap:.5rem;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-links li{width:100%}.nav-links a{border-radius:8px;padding:.75rem 1rem;font-size:.85rem;transition:background .2s;display:block}.nav-links a:hover{background:#dc26261a}.nav-links a:after{display:none}.section{padding:3.5rem 1.2rem}.section-header{margin-bottom:2.5rem}.section-title{font-size:1.8rem}.cards-grid{grid-template-columns:1fr;gap:1.25rem}.card{padding:2rem 1.5rem}.hero{height:100vh;min-height:600px}.hero-content{padding:1.5rem}.hero-badge{padding:.4rem 1rem;font-size:.65rem}.hero-title-3d{letter-spacing:6px;font-size:1rem}.hero-subtitle{letter-spacing:0;font-size:.9rem}.hero-cta{flex-direction:column;gap:.75rem;width:100%;max-width:300px}.hero-cta a,.hero-cta button{text-align:center;width:100%}}@media (width<=420px){.navbar{padding:.6rem 1rem}.nav-logo{height:40px}.nav-links{border-left:none;width:100%}.section{padding:2.5rem 1rem}.card{padding:1.5rem 1.2rem}.card h3{font-size:1.2rem}.hero-title-3d{letter-spacing:4px;font-size:.85rem}}[data-theme=light]{--bg:#f8f6f3;--text:#1a1a1a;--text-muted:#00000080;--text-dim:#0000004d;--card-bg:#ffffffb3;--card-border:#dc26261a;--nav-bg:#ffffffb3;--nav-border:#dc262614;--input-bg:#ffffff80}[data-theme=light] body,[data-theme=light] .landing{background:var(--bg);color:var(--text)}[data-theme=light] .navbar{background:var(--nav-bg);border-bottom:1px solid var(--nav-border)}[data-theme=light] .nav-links a{color:var(--text-muted)}[data-theme=light] .nav-links a:hover{color:#dc2626}[data-theme=light] .nav-toggle span{background:#00000080}[data-theme=light] .nav-links.open{background:#fffffff2}[data-theme=light] .nav-links a:hover{background:#dc26260f}[data-theme=light] .hero-video{background:radial-gradient(60% 35% at 50% 30%,#dc26260f,#0000)}[data-theme=light] .hero-title-3d{color:#00000014;text-shadow:0 1px #dc262640,0 2px #dc262626,0 3px #dc262614,0 4px #dc26260a}[data-theme=light] .hero-subtitle{color:#00000080}[data-theme=light] .hero-badge{color:#0006;border-color:#dc262626}[data-theme=light] .btn-secondary{color:#00000080;border-color:#dc262626}[data-theme=light] .btn-secondary:hover{color:#1a1a1a;border-color:#dc2626}[data-theme=light] .section-title{background:linear-gradient(135deg,#1a1a1a,#00000080);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=light] .section-desc{color:var(--text-muted)}[data-theme=light] .card{background:var(--card-bg);border-color:var(--card-border);-webkit-backdrop-filter:blur(24px)}[data-theme=light] .card:hover{border-color:#dc262640;box-shadow:0 20px 60px #0000000f}[data-theme=light] .card h3{color:var(--text)}[data-theme=light] .card-desc{color:var(--text-muted)}[data-theme=light] .card-desc strong{color:#000000b3}[data-theme=light] .card-desc code{color:#dc2626;background:#dc26260f}[data-theme=light] .card-desc pre{background:#0000000d;border-color:#dc262614}[data-theme=light] .card-desc pre code{color:#000000b3}[data-theme=light] .card-footer{border-top-color:#0000000d}[data-theme=light] .card-tag{color:#0000004d}[data-theme=light] .card p{color:var(--text-muted)}[data-theme=light] .article-card:hover h3{color:#dc2626}[data-theme=light] .card-article-meta{color:var(--text-dim)}[data-theme=light] .divider-line{background:linear-gradient(90deg,#0000,#dc26261a,#0000)}[data-theme=light] .contact-form input,[data-theme=light] .contact-form textarea{color:var(--text);background:#ffffffb3;border-color:#dc26261a}[data-theme=light] .contact-form input:focus,[data-theme=light] .contact-form textarea:focus{background:#ffffffd9;border-color:#dc26264d;box-shadow:0 0 0 3px #dc26260f}[data-theme=light] .contact-form input::placeholder,[data-theme=light] .contact-form textarea::placeholder{color:#0003}[data-theme=light] .contact-form{background:#ffffff80;border-color:#dc262614}[data-theme=light] .form-field label{color:#0006}[data-theme=light] .scroll-indicator{color:#0003}[data-theme=light] .footer{-webkit-backdrop-filter:blur(24px);background:#ffffff80;border-top-color:#dc26260d}[data-theme=light] .footer p,[data-theme=light] .empty-state,[data-theme=light] .contact-email{color:var(--text-dim)}[data-theme=light] .contact-email a{color:var(--text-muted)}[data-theme=light] .contact-email a:hover{color:#dc2626}[data-theme=light] .footer-email{color:var(--text-dim)}[data-theme=light] .footer-email:hover{color:#dc2626}.admin-page{color:#e8e8e8;background:#07070d;min-height:100vh;font-family:Google Sans,system-ui,sans-serif;position:relative}.admin-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 45% at 50% -10%,#dc262614,#0000),radial-gradient(45% 40% at 80% 70%,#7f1d1d0d,#0000);position:fixed;inset:0}.admin-container{z-index:1;max-width:960px;margin:0 auto;padding:2.5rem 2rem;position:relative}.admin-login{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.admin-login-inner{text-align:center;width:100%;max-width:380px}.admin-login-logo{object-fit:contain;width:auto;height:42px;margin:0 auto 1.75rem;display:block}.admin-login h1{letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.admin-login .sub{color:#ffffff40;margin-bottom:2rem;font-size:.85rem}.admin-login-card{text-align:left;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;padding:1.75rem 1.5rem}.admin-login .field-wrap{margin-bottom:1rem}.admin-login .field-label{color:#ffffff59;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:500;display:block}.admin-login .field{color:#e8e8e8;box-sizing:border-box;background:#ffffff09;border:1px solid #ffffff12;border-radius:8px;outline:none;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:all .2s}.admin-login .field:focus{background:#dc26260a;border-color:#dc262659;box-shadow:0 0 0 3px #dc26260f}.admin-login .field::placeholder{color:#ffffff1a}.admin-login .field-wrap-error .field{background:#ef44440a;border-color:#ef44444d}.admin-login button{color:#fff;cursor:pointer;letter-spacing:.01em;background:#dc2626;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.7rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}.admin-login button:hover{background:#ef4444}.admin-login button:active{background:#b91c1c}.admin-login button:disabled{opacity:.4;cursor:not-allowed}.admin-login .err{color:#ef4444;text-align:center;margin-top:.6rem;font-size:.78rem}.admin-login-spinner{vertical-align:middle;border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:6px;animation:.6s linear infinite loginSpin;display:inline-block}@keyframes loginSpin{to{transform:rotate(360deg)}}.admin-login-footer{color:#ffffff14;margin-top:1.5rem;font-size:.72rem}.admin-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.admin-header h1{font-size:1.2rem;font-weight:700}.admin-header-actions{align-items:center;gap:.75rem;display:flex}.logout-top,.theme-toggle{color:#fff9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.45rem 1rem;font-family:inherit;font-size:.78rem;transition:all .2s}.logout-top:hover,.theme-toggle:hover{color:#e8e8e8;background:#ffffff14}.tabs{border-bottom:1px solid #ffffff0f;gap:0;margin-bottom:2rem;display:flex}.tabs button{color:#ffffff40;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.65rem 1.4rem;font-family:inherit;font-size:.85rem;transition:all .25s}.tabs button:hover{color:#ffffff80}.tabs button.active{color:#dc2626;border-bottom-color:#dc2626}.section-title{margin-bottom:.35rem;font-size:.95rem;font-weight:600}.section-sub{color:#ffffff40;margin-bottom:1.5rem;font-size:.8rem}.msg-count{color:#ffffff40;margin-bottom:1.25rem;font-size:.82rem}.msg{background:#ffffff06;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:.75rem;padding:1.25rem 1.5rem;transition:border-color .2s}.msg:hover{border-color:#ffffff1a}.msg.unread{border-left:3px solid #dc2626}.msg h3{margin-bottom:.25rem;font-size:.92rem;font-weight:600}.msg .meta{color:#fff3;margin-bottom:.75rem;font-size:.78rem}.msg .email{color:#ef4444;font-size:.78rem}.msg .body{color:#ffffff80;white-space:pre-wrap;font-size:.85rem;line-height:1.65}.empty{text-align:center;color:#ffffff26;padding:3rem 0;font-size:.85rem}.svc-form{background:#ffffff06;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.form-title{color:#ffffff80;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;font-size:.82rem;font-weight:600}.svc-form .row{gap:1rem;margin-bottom:.75rem;display:flex}.svc-form .row>*{flex:1}.svc-form label{color:#ffffff59;margin-bottom:.3rem;font-size:.75rem;display:block}.svc-form input,.svc-form select,.svc-form textarea{color:#e8e8e8;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff12;border-radius:6px;outline:none;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.svc-form input:focus,.svc-form select:focus,.svc-form textarea:focus{border-color:#dc262666}.svc-form select option{color:#e8e8e8;background:#12121a}.svc-form textarea{resize:vertical;min-height:100px}.form-actions{gap:.75rem;margin-top:1rem;display:flex}.btn-save,.btn-cancel{cursor:pointer;border-radius:6px;padding:.55rem 1.4rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:opacity .2s}.btn-save{color:#fff;background:#dc2626;border:none}.btn-save:hover{opacity:.85}.btn-cancel{color:#fff6;background:0 0;border:1px solid #ffffff1a}.btn-cancel:hover{color:#fff9;border-color:#fff3}.svc-item{background:#ffffff06;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:1rem;margin-bottom:.6rem;padding:.9rem 1.25rem;transition:border-color .2s;display:flex}.svc-item:hover{border-color:#ffffff1a}.svc-item .preview{color:#dc2626;background:#dc262614;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex;overflow:hidden}.svc-item .preview img{object-fit:cover;width:100%;height:100%}.svc-item .info{flex:1;min-width:0}.svc-item .info h4{margin-bottom:.15rem;font-size:.85rem;font-weight:600}.svc-item .badges{flex-wrap:wrap;gap:.4rem;display:flex}.type-badge{color:#ef4444;background:#dc262614;border-radius:4px;padding:.12rem .45rem;font-size:.65rem;display:inline-block}.badge-alt{background:#dc262626}.svc-item .actions{flex-shrink:0;gap:.4rem;display:flex}.svc-item .actions button{cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:4px;padding:.35rem .7rem;font-family:inherit;font-size:.72rem;transition:all .2s}.edit-btn{color:#ffffff73}.edit-btn:hover{color:#e8e8e8;border-color:#fff3}.del-btn{color:#ef4444}.del-btn:hover{background:#dc26261f}[data-theme=light] .admin-page{color:#1a1a1a;background:#f5f3f0}[data-theme=light] .admin-page:before{background:radial-gradient(80% 45% at 50% -10%,#dc26260a,#0000),radial-gradient(45% 40% at 80% 70%,#7f1d1d08,#0000)}[data-theme=light] .admin-header{border-bottom-color:#0000000f}[data-theme=light] .logout-top,[data-theme=light] .theme-toggle{color:#00000080;background:#00000008;border-color:#00000014}[data-theme=light] .logout-top:hover,[data-theme=light] .theme-toggle:hover{color:#1a1a1a;background:#0000000f}[data-theme=light] .tabs{border-bottom-color:#0000000f}[data-theme=light] .tabs button{color:#00000040}[data-theme=light] .tabs button:hover{color:#00000073}[data-theme=light] .section-sub,[data-theme=light] .msg-count{color:#00000040}[data-theme=light] .msg,[data-theme=light] .svc-form,[data-theme=light] .svc-item{background:#fff9;border-color:#0000000f}[data-theme=light] .msg:hover,[data-theme=light] .svc-item:hover{border-color:#0000001a}[data-theme=light] .msg .meta{color:#0003}[data-theme=light] .msg .body{color:#00000073}[data-theme=light] .empty{color:#00000026}[data-theme=light] .svc-form label{color:#00000059}[data-theme=light] .svc-form input,[data-theme=light] .svc-form select,[data-theme=light] .svc-form textarea{color:#1a1a1a;background:#ffffff80;border-color:#00000012}[data-theme=light] .svc-form select option{color:#1a1a1a;background:#fff}[data-theme=light] .btn-cancel{color:#00000059}[data-theme=light] .btn-cancel:hover{color:#1a1a1a;border-color:#0003}[data-theme=light] .edit-btn{color:#00000059}[data-theme=light] .edit-btn:hover{color:#1a1a1a;border-color:#00000026}[data-theme=light] .form-title{color:#0006}[data-theme=light] .admin-login .sub{color:#0000004d}[data-theme=light] .admin-login .field{color:#1a1a1a;background:#ffffff80;border-color:#00000012}[data-theme=light] .admin-login .field-label{color:#0000004d}[data-theme=light] .admin-login-card{background:#fff9;border-color:#0000000d}[data-theme=light] .admin-login .field:focus{background:#dc262608;border-color:#dc26264d;box-shadow:0 0 0 3px #dc26260a}[data-theme=light] .admin-login .field::placeholder{color:#0000001f}.article-page{color:#f1f1f1;background:#07070d;min-height:100vh;font-family:Google Sans,system-ui,sans-serif;position:relative}.article-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 45% at 50% -10%,#dc262614,#0000),radial-gradient(45% 40% at 80% 70%,#7f1d1d0d,#0000);position:fixed;inset:0}.article-nav{z-index:1;max-width:800px;margin:0 auto;padding:2rem 2rem 0;position:relative}.article-back-link{color:#ffffff4d;font-size:.85rem;text-decoration:none;transition:color .3s;display:inline-block}.article-back-link:hover{color:#ef4444}.article-container{z-index:1;max-width:800px;margin:0 auto;padding:2rem;position:relative}.article-loading{text-align:center;color:#ffffff4d;padding:4rem 0}.article-not-found{text-align:center;padding:4rem 0}.article-not-found h1{margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.article-not-found p{color:#fff6;margin-bottom:1.5rem}.article-cover{background:#dc26260d;border:1px solid #dc26261a;border-radius:16px;width:100%;max-height:420px;margin-bottom:2rem;overflow:hidden}.article-cover img{object-fit:cover;width:100%;height:100%;display:block}.article-meta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.article-tags{flex-wrap:wrap;gap:.5rem;display:flex}.article-tag{color:#ef4444;letter-spacing:.5px;text-transform:uppercase;background:#dc26261a;border-radius:50px;padding:.25rem .7rem;font-size:.7rem;font-weight:600}.article-date{color:#ffffff40;font-size:.8rem}.article-title{background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.article-badge{letter-spacing:1.5px;text-transform:uppercase;color:#eab308;background:#eab3081a;border:1px solid #eab30833;border-radius:50px;margin-bottom:1.5rem;padding:.35rem 1rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;display:inline-block}.article-content{color:#ffffffa6;font-size:1.05rem;line-height:1.85}.article-content h1,.article-content h2,.article-content h3,.article-content h4{color:#f1f1f1;margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.article-content h1{font-size:2rem}.article-content h2{font-size:1.6rem}.article-content h3{font-size:1.3rem}.article-content p{margin-bottom:1.25rem}.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.4rem}.article-content strong{color:#fffc}.article-content blockquote{color:#ffffff8c;background:#dc26260d;border-left:3px solid #dc2626;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.75rem 1.25rem;font-style:italic}.article-content code{color:#ef4444;background:#dc26261a;border-radius:4px;padding:.2rem .5rem;font-family:JetBrains Mono,monospace;font-size:.9rem}.article-content pre{background:#00000059;border:1px solid #dc26261a;border-radius:12px;margin:1.5rem 0;padding:1.25rem;overflow-x:auto}.article-content pre code{color:#ffffffb3;background:0 0;padding:0;font-size:.85rem}.article-content a{color:#ef4444;text-underline-offset:2px;text-decoration:underline}.article-content a:hover{opacity:.8}.article-content img{border:1px solid #dc26261a;border-radius:12px;max-width:100%;margin:1.5rem 0}.article-content hr{background:#dc262626;border:none;height:1px;margin:2rem 0}.article-content table{border-collapse:collapse;width:100%;margin:1.5rem 0}.article-content th,.article-content td{text-align:left;border:1px solid #dc26261a;padding:.75rem 1rem}.article-content th{color:#fffc;background:#dc262614;font-weight:600}.article-content td{color:#ffffff80}[data-theme=light] .article-page{color:#1a1a1a;background:#f8f6f3}[data-theme=light] .article-page:before{background:radial-gradient(80% 45% at 50% -10%,#dc26260a,#0000),radial-gradient(45% 40% at 80% 70%,#7f1d1d08,#0000)}[data-theme=light] .article-back-link,[data-theme=light] .article-loading{color:#0000004d}[data-theme=light] .article-not-found p{color:#0006}[data-theme=light] .article-title{background:linear-gradient(135deg,#1a1a1a,#0009);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=light] .article-date{color:#00000040}[data-theme=light] .article-content{color:#0009}[data-theme=light] .article-content h1,[data-theme=light] .article-content h2,[data-theme=light] .article-content h3,[data-theme=light] .article-content h4{color:#1a1a1a}[data-theme=light] .article-content strong{color:#000000bf}[data-theme=light] .article-content blockquote{color:#00000080;background:#dc26260a}[data-theme=light] .article-content code{background:#dc26260f}[data-theme=light] .article-content pre{background:#0000000d;border-color:#dc262614}[data-theme=light] .article-content pre code,[data-theme=light] .article-content th{color:#000000b3}[data-theme=light] .article-content td{color:#00000080}[data-theme=light] .article-content th,[data-theme=light] .article-content td{border-color:#dc26261a}.product-page{background:#050508;min-height:100vh}.product-nav{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:100;background:#0006;border-bottom:1px solid #dc26261a;justify-content:space-between;align-items:center;padding:.6rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.product-back{color:#ffffff80;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.product-back:hover{color:#ef4444}.product-back svg{width:18px;height:18px}.product-nav-logo{width:auto;height:48px;display:block}.product-content{max-width:900px;margin:0 auto;padding:6rem 2rem 4rem}.product-main{flex-direction:column;align-items:center;display:flex}.product-title{text-align:center;background:linear-gradient(135deg,#fff,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.product-screenshot{background:#b41e1e0d;border:1px solid #dc262626;border-radius:20px;width:100%;max-width:800px;margin-bottom:3rem;overflow:hidden}.product-screenshot img{width:100%;height:auto;display:block}.product-description{color:#ffffff80;width:100%;max-width:700px;margin-bottom:3rem;font-size:.95rem;line-height:1.7}.product-description p{margin-bottom:.75rem}.product-description ul,.product-description ol{margin-bottom:.75rem;padding-left:1.5rem}.product-description li{margin-bottom:.3rem}.product-description strong{color:#ffffffb3}.product-description code{color:#ef4444;background:#dc26261a;border-radius:4px;padding:.15rem .4rem;font-family:JetBrains Mono,monospace;font-size:.85rem}.product-description pre{background:#0000004d;border:1px solid #dc26261a;border-radius:8px;margin-bottom:.75rem;padding:1rem;overflow-x:auto}.product-description pre code{color:#ffffffb3;background:0 0;padding:0}.product-description a{color:#ef4444;text-decoration:underline}.product-download{align-items:center;gap:.6rem;padding:1rem 3rem;font-size:1rem;display:flex}.product-download svg{width:22px;height:22px}.product-loading,.product-not-found{color:#fff6;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.product-not-found h1{color:#fff9;margin-bottom:1.5rem}@media (width<=768px){.product-nav{padding:.8rem 1.2rem}.product-nav-logo{height:36px}.product-content{padding:5rem 1.2rem 3rem}.product-title{font-size:1.8rem}.product-description{font-size:.9rem}.product-download{justify-content:center;width:100%}.modal{padding:2rem 1.5rem}.modal h2{font-size:1.4rem}}
