*,:before,:after{box-sizing:border-box}:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#1a1a1a;--accent-primary:#d32f2f;--accent-secondary:#8b0000;--accent-glow:#d32f2f4d;--text-primary:#fff;--text-secondary:#ccc;--border-color:#2a2a2a;--container-max:1280px;--gap-lg:30px;--gap-md:20px;--radius-lg:16px;--focus-ring:0 0 0 3px #d32f2f59, 0 0 0 1px #d32f2f8c;--shadow-lg:0 30px 60px -20px #000c;--font-display:"Cinzel Decorative", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-accent:"UnifrakturCook", "Cinzel Decorative", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html,body{width:100%;min-height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}html{scrollbar-width:none;-ms-overflow-style:none;background-color:#0a0a0a;overflow-x:hidden}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}html::-webkit-scrollbar{width:0;height:0}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{width:0;height:0}.svg-filters{pointer-events:none;border:0;width:0;height:0;margin:0;padding:0;position:fixed;top:0;left:0;overflow:hidden}#root{min-height:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}::selection{color:#fff;background:#d32f2f59}:focus-visible{box-shadow:var(--focus-ring);border-radius:10px;outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}body:before,body:after,.energy-lines,#interactive-light{animation:none!important}}body:before{content:"";clip-path:inset(0);z-index:-2;background:radial-gradient(circle at 22% 28%,#30303480 0%,#0000 44%),radial-gradient(circle at 78% 72%,#2424288c 0%,#0000 48%),radial-gradient(circle at 42% 82%,#34323861 0%,#0000 52%),radial-gradient(circle at 88% 18%,#28272c5c 0%,#0000 56%),radial-gradient(circle at 12% 88%,#2c2c306b 0%,#0000 50%),radial-gradient(circle at 55% 45%,#48343614 0%,#0000 38%),#0a0a0a;width:100%;height:100%;animation:20s ease-in-out infinite alternate plasmaShift;position:fixed;inset:0}body:after{content:"";clip-path:inset(0);z-index:-1;mix-blend-mode:normal;opacity:.85;background:radial-gradient(circle at 32% 42%,#ffffff09 0%,#0000 34%),radial-gradient(circle at 68% 58%,#3a3a4038 0%,#0000 38%),radial-gradient(circle at 50% 22%,#3030362e 0%,#0000 42%);width:100%;height:100%;animation:5s ease-in-out infinite alternate pulseFast;position:fixed;inset:0}.energy-lines{clip-path:inset(0);z-index:-1;pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 30px,#ffffff04 30px 60px);width:100%;height:100%;animation:25s linear infinite moveLines;position:fixed;inset:0}@keyframes plasmaShift{0%{filter:blur(28px);opacity:.55;transform:scale(1)}50%{filter:blur(34px);opacity:.72;transform:scale(1.02)}to{filter:blur(28px);opacity:.55;transform:scale(1)}}@keyframes pulseFast{0%{opacity:.35;filter:blur(18px)}to{opacity:.65;filter:blur(28px)}}@keyframes moveLines{0%{background-position:0 0}to{background-position:200% 200%}}.container{max-width:var(--container-max);z-index:1;width:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;position:relative}.App{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1;min-height:calc(100vh - 220px);padding-top:clamp(16px,2.5vw,28px);padding-bottom:clamp(24px,4vw,48px)}.full-width-section{z-index:1;background-color:#0000;width:100%;padding:60px 0;position:relative}.section-title{text-align:center;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg, #fff 0%, var(--accent-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;font-size:36px;font-weight:700}.section-title.section-title--red{-webkit-text-fill-color:currentColor;color:var(--accent-primary);background:0 0}.section-head{text-align:center;margin-bottom:26px}.section-subtitle{color:#ccccccd9;max-width:760px;margin:-22px auto 0;font-size:15px}.header{background-color:var(--bg-primary);-webkit-backdrop-filter:none;z-index:1000;border-bottom:1px solid #fff1;width:100%;position:sticky;top:0;box-shadow:inset 0 1px #ffffff0d,0 10px 32px #000000a6}.header .container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo a{letter-spacing:1px;background:linear-gradient(168deg,#ececec 0%,#b5b6b8 38%,#7d7f84 72%,#9a9396 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800}.nav{align-items:center;gap:18px;display:flex}.nav a{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500;transition:color .25s}.nav a:hover,.nav a[aria-current=page]{color:var(--accent-primary)}.nav .btn-primary,.btn-primary{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:8px 18px;font-weight:600;transition:transform .18s,box-shadow .18s;display:inline-flex}.nav .btn-primary:hover,.btn-primary:hover{box-shadow:0 10px 25px var(--accent-glow);transform:translateY(-2px)}.nav .btn-secondary{border:1px solid var(--accent-primary);color:var(--text-primary);background:0 0;border-radius:50px;padding:8px 18px;font-weight:600;transition:background .2s,color .2s,transform .2s}.nav .btn-secondary:hover{background:var(--accent-primary);color:#fff;box-shadow:0 5px 15px var(--accent-glow);transform:translateY(-2px)}.header .nav a:not(.btn-primary):not(.btn-secondary){color:#b0b0b4eb}.header .nav a:not(.btn-primary):not(.btn-secondary):hover{color:#f4f4f5}.header .nav a:not(.btn-primary):not(.btn-secondary)[aria-current=page]{color:#fff}.header .nav .btn-primary{background:linear-gradient(145deg,#4b4b50 0%,#2f2f33 52%,#323136 100%);box-shadow:0 2px 14px #0000006b}.header .nav .btn-primary:hover{background:linear-gradient(145deg,#56565b 0%,#3a3a3f 100%);box-shadow:0 10px 26px #00000085}.header .nav .btn-secondary{color:#f4f4f6f5;border-color:#76767e6b}.header .nav .btn-secondary:hover{color:#fff;background:#242428f5;border-color:#9c9ca47a;box-shadow:0 6px 22px #00000061}.nav-toggle{color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #d32f2f40;border-radius:12px;padding:10px 12px;display:none}.nav-toggle:hover{border-color:#d32f2f73;box-shadow:0 12px 28px #d32f2f1f}.header .nav-toggle{-webkit-backdrop-filter:none;backdrop-filter:none;border-color:#70707861}.header .nav-toggle:hover{border-color:#9e9ea680;box-shadow:0 10px 26px #00000059}.home{z-index:1;background:#000;position:relative}.hero{background:0 0;align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero.hero--card{background:#000;align-items:stretch;min-height:0;overflow:visible}.hero.hero--card.full-width-section{padding-top:0;padding-bottom:0}.hero-particles-host{background:#000;width:100%;min-height:52vh;padding:28px 0 24px;position:relative;overflow:hidden}.hero-particles-canvas{z-index:1;pointer-events:none;opacity:.92;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-particles-host__content{z-index:2;width:100%;position:relative}.hero>.container,.hero-particles-host .container{z-index:4;width:100%;position:relative}.hero-card.cta-card{-webkit-backdrop-filter:none;background:0 0;border-radius:26px;grid-template-columns:1fr;max-width:920px;margin-left:auto;margin-right:auto;padding:0;box-shadow:0 28px 64px #000000bf,0 0 0 1px #d32f2f47}.hero-card.cta-card:before{display:none}.hero-card.cta-card--video{background:0 0}.hero-card{--mx:.5;--my:.3}.hero-card__inner{z-index:3;padding:44px 28px 40px;position:relative}.hero-card .hero-content{max-width:none;padding:0}.hero-card .hero-content:before{content:none}.hero-video.hero--card .hero-content{filter:none}.hero-card .cta-card-video,.hero-card .cta-card-video.hero-card-fallback{opacity:.52}.hero-card-video,.hero-card .hero-card-fallback{transform:translate(calc((var(--mx) - .5) * -8px), calc((var(--my) - .5) * -6px)) scale(1.015);transition:transform .12s ease-out}.hero-card .hero-card-fallback{-ms-interpolation-mode:bicubic;image-rendering:auto;backface-visibility:hidden;transform:translate(calc((var(--mx) - .5) * -8px), calc((var(--my) - .5) * -6px)) scale(1.015) translateZ(0)}.hero-card .cta-card-video:not(.hero-card-fallback){filter:url(#hero-sharpen)contrast(1.07)saturate(1.03)}@media (prefers-reduced-motion:reduce){.hero-card .cta-card-video:not(.hero-card-fallback){filter:contrast(1.04)}.hero-card-video,.hero-card .hero-card-fallback{transform:none}}.hero-card-overlay.cta-card-video-overlay{background:linear-gradient(145deg,#080808f0 0%,#0a0a0ac7 42%,#0c0c0c85 100%)}.hero-video{--mx:.5;--my:.3}.hero-media{z-index:0;background:var(--hero-poster,none) center / cover no-repeat;position:absolute;inset:0}.hero-media-video,.hero-media-bg{width:100%;height:100%;transform:translate(calc((var(--mx) - .5) * -8px), calc((var(--my) - .5) * -6px)) scale(1.015);object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;transition:transform .12s ease-out;display:block;position:absolute;inset:0}.hero-media .hero-media-bg{filter:url(#hero-sharpen)contrast(1.07)saturate(1.03)}@media (prefers-reduced-motion:reduce){.hero-media .hero-media-bg{filter:contrast(1.04)}}.hero-media-bg--gif{-ms-interpolation-mode:bicubic;image-rendering:auto;backface-visibility:hidden;transform:translate(calc((var(--mx) - .5) * -8px), calc((var(--my) - .5) * -6px)) scale(1.015) translateZ(0)}.hero-media-overlay{z-index:1;pointer-events:none;background:radial-gradient(circle at 50% 30%,#0000,#00000073),linear-gradient(#0a0a0a00,#0a0a0a8c);position:absolute;inset:0}.hero-media-particles{z-index:2;pointer-events:none;mix-blend-mode:normal;opacity:.95;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-media-grid{display:none}.hero-media-grid:after{content:none}.hero-content{z-index:3;text-align:center;max-width:900px;margin-left:auto;margin-right:auto;padding:80px 20px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.8px;text-transform:uppercase;background:#0a0a0a73;border:1px solid #d32f2f47;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 18px;padding:7px 14px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 18px 50px #0000008c,0 0 40px #d32f2f2e}.hero-card .hero-badge{-webkit-backdrop-filter:none;background:#080808e6}.hero h1{text-transform:uppercase;text-shadow:0 0 30px var(--accent-glow);font-size:56px;font-weight:800;line-height:1;font-family:var(--font-display);letter-spacing:2px;margin-bottom:18px;position:relative}.hero h1 span{color:var(--accent-primary);font-family:var(--font-accent);letter-spacing:1px}.hero p{color:var(--text-secondary);max-width:720px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:18px}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:14px;display:flex}.hero-note{color:#ccccccb8;margin-top:14px;font-size:13px}.hero h1:after{content:"";opacity:.9;background:linear-gradient(90deg,#0000,#d32f2fa6,#0000);width:min(560px,80%);height:1px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.hero-video:not(.hero--card) .hero-content{filter:drop-shadow(0 18px 45px #0000008c)}.hero-video:not(.hero--card) .hero-content:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:-1;background:radial-gradient(700px 280px at 50% 0,#d32f2f1f,#0000 65%),#0a0a0a47;border:1px solid #d32f2f29;border-radius:28px;position:absolute;inset:-24px -18px -22px}.stats-grid{gap:var(--gap-md);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:40px 0;padding:0 20px;display:grid}.stat-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);background:#14141480;border-radius:12px;padding:22px;transition:transform .25s,box-shadow .25s,border-color .25s}.stat-item:hover{border-color:var(--accent-primary);box-shadow:0 18px 36px var(--accent-glow);transform:translateY(-8px)}.stat-value{color:var(--accent-primary);margin-bottom:8px;font-size:36px;font-weight:800}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:12px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin:40px 0;padding:0 20px;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);text-align:center;background:#141414b3;border:1px solid #d32f2f33;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.feature-card--pickable{cursor:pointer}.feature-card--pickable:focus-visible{box-shadow:var(--focus-ring);border-color:#d32f2f8c;outline:none}.feature-card--pickable.is-active{border-color:var(--accent-primary);box-shadow:0 0 0 1px #d32f2f73,0 18px 40px #d32f2f1f}.feature-card:before{content:"";background:linear-gradient(135deg, var(--accent-primary), transparent 50%);border-radius:var(--radius-lg);opacity:0;z-index:-1;transition:opacity .3s;position:absolute;inset:-2px}.feature-card:hover:before{opacity:.28}.feature-card:hover{border-color:var(--accent-primary);transform:translateY(-8px)scale(1.01);box-shadow:0 22px 44px #d32f2f24}.feature-icon{background:#d32f2f12;border-radius:50%;margin-bottom:16px;padding:14px;font-size:36px;display:inline-block}.feature-icon--art{background:0 0;border-radius:12px;width:calc(100% + 8px);max-width:none;margin:-8px -4px 14px;padding:0;display:block;overflow:hidden;box-shadow:0 12px 32px #00000073}.feature-icon--art img{aspect-ratio:320/180;object-fit:cover;filter:saturate(1.06)contrast(1.05);background:#0a0a0c;border:1px solid #d32f2f38;border-radius:12px;width:100%;height:auto;padding:0;display:block}.feature-icon img{object-fit:cover;filter:saturate(1.05)contrast(1.08);background:#00000059;border:1px solid #d32f2f2e;border-radius:12px;width:44px;height:44px;padding:6px}.feature-icon--art img{width:100%;height:auto;padding:0}.feature-card h3{color:var(--accent-primary);margin-bottom:10px;font-size:20px}.feature-card p{color:var(--text-secondary);font-size:14px;line-height:1.6}.feature-showcase{max-width:920px;margin:48px auto 8px;padding:0 20px}.feature-showcase__frame{align-items:center;gap:10px;display:flex;position:relative}.feature-showcase__video-wrap{aspect-ratio:16/9;background:#050505;border:1px solid #d32f2f38;border-radius:20px;flex:1;min-width:0;overflow:hidden;box-shadow:0 24px 56px #0000008c}.feature-showcase__video{object-fit:cover;width:100%;height:100%;display:block}.feature-showcase__arrow{color:#fff;cursor:pointer;background:#0e0e10eb;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;line-height:1;transition:background .2s,border-color .2s,transform .15s;display:flex}.feature-showcase__arrow:hover{background:#d32f2f33;border-color:#d32f2f73}.feature-showcase__arrow:focus-visible{box-shadow:var(--focus-ring);outline:none}.feature-showcase__arrow:active{transform:scale(.96)}.feature-showcase__caption{text-align:center;max-width:640px;margin-top:22px;margin-left:auto;margin-right:auto}.feature-showcase__meta{margin-bottom:8px}.feature-showcase__index{letter-spacing:.12em;text-transform:uppercase;color:#b4b4bad9;font-size:12px;font-weight:700;display:inline-block}.feature-showcase__title{color:var(--accent-primary);margin:0 0 10px;font-size:22px}.feature-showcase__text{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.65}@media (width<=640px){.feature-showcase__frame{gap:6px}.feature-showcase__arrow{width:42px;height:42px;font-size:24px}}.cta-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-lg), 0 0 50px #d32f2f1f;background:#0a0a0a99;border:1px solid #d32f2f38;border-radius:26px;grid-template-columns:1.4fr .9fr;gap:22px;padding:28px;display:grid;position:relative;overflow:hidden}.cta-card--video{background:#0a0a0a8c}.cta-card-video{object-fit:cover;z-index:0;opacity:.42;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.cta-card-video-overlay{z-index:1;pointer-events:none;background:linear-gradient(125deg,#0a0a0aeb 0%,#0a0a0ab8 45%,#0a0a0a8c 100%);position:absolute;inset:0}.cta-card:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(600px 260px at 15% 30%,#d32f2f2e,#0000 60%);position:absolute;inset:-2px}.cta-card--video:before{opacity:.45}.cta-left{z-index:3;position:relative}.cta-eyebrow{letter-spacing:.6px;text-transform:uppercase;background:#d32f2f14;border:1px solid #d32f2f3d;border-radius:999px;margin-bottom:10px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.cta-title{margin:0 0 10px;font-size:26px;line-height:1.15}.cta-text{color:#cccccce0;margin:0;font-size:15px}.cta-right{z-index:3;align-content:center;gap:10px;display:grid;position:relative}.dashboard-page{width:100%;max-width:640px;margin:0 auto;padding:0 12px}.dashboard-video-card.cta-card{grid-template-columns:1fr;max-width:640px;margin-left:auto;margin-right:auto;padding:32px 28px 28px}.dashboard-video-card__inner{z-index:3;width:100%;position:relative}.dashboard-dominance-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:2px;text-align:center;text-shadow:0 0 24px var(--accent-glow);margin:0 0 22px;font-size:clamp(22px,4.5vw,34px);font-weight:800;line-height:1.1}.dashboard-dominance-title span{color:var(--accent-primary);font-family:var(--font-accent);letter-spacing:1px}.dashboard-video-card .user-info{margin-top:8px}.dashboard-video-card__actions{margin-top:22px}.dashboard-page--wide{max-width:920px}.sub-hero{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:linear-gradient(145deg,#18181aeb,#0c0c0ee0);border:1px solid #d32f2f38;margin-bottom:22px;padding:26px 24px}.sub-hero__top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.sub-hero__title{font-family:var(--font-display);letter-spacing:1px;margin:6px 0 0;font-size:clamp(20px,3.5vw,28px)}.sub-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:700}.sub-badge--on{color:#a5d6a7;background:#2e7d3233;border:1px solid #4caf5059}.sub-badge--off{color:#ef9a9a;background:#b71c1c33;border:1px solid #f4433659}.sub-grid{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=640px){.sub-grid{grid-template-columns:1fr 1fr}.sub-card--wide{grid-column:1/-1}}.sub-card{background:#00000059;border:1px solid #ffffff0f;border-radius:14px;padding:16px 18px}.sub-card__label{letter-spacing:.12em;text-transform:uppercase;color:#cccccca6;margin:0 0 6px;font-size:11px;font-weight:700}.sub-card__value{margin:0;font-size:20px;font-weight:700}.sub-card__hint{color:#cccccca6;margin:10px 0 0;font-size:13px;line-height:1.6}.sub-bar{background:#ffffff0f;border-radius:999px;height:10px;margin-top:10px;overflow:hidden}.sub-bar__fill{background:linear-gradient(90deg, #8b0000, var(--accent-primary));height:100%;box-shadow:0 0 18px var(--accent-glow);border-radius:999px;transition:width .6s}.user-info--dash .info-value--mono{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.btn-logout{color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:999px;margin-left:0;padding:10px 16px;font-size:14px;transition:background .2s,color .2s,border-color .2s}.btn-logout:hover{color:#fff;background:#d32f2f1f;border-color:#d32f2f73}.forum-page{width:100%;max-width:800px;margin:0 auto;padding:0 12px 48px}.forum-hero{text-align:center;margin-bottom:28px}.forum-title{font-family:var(--font-display);letter-spacing:1px;margin:0 0 12px;font-size:clamp(26px,5vw,40px)}.forum-lead{color:#ccccccd9;max-width:560px;margin:0 auto;font-size:15px;line-height:1.65}.forum-code{background:#ffffff0f;border-radius:6px;padding:2px 6px;font-size:12px}.forum-compose__h,.forum-list__h{font-family:var(--font-display);margin:0 0 16px;font-size:20px}.forum-compose{margin-bottom:28px;padding:22px 20px}.forum-textarea{resize:vertical;min-height:120px}.forum-guest-hint{color:#cccccce6;margin-bottom:28px;padding:18px 20px}.forum-guest-hint a{color:var(--accent-primary);text-decoration:underline}.forum-muted{color:#b4b4b4bf;font-size:14px}.forum-banner{margin-bottom:14px}.forum-err{margin-bottom:12px}.verify-resend-block{border-top:1px solid var(--border-color);margin-top:22px;padding-top:18px}.verify-resend-label{color:#ccccccf2;margin:0 0 12px;font-size:14px}.forum-pro{--fp-bg:#09090c;--fp-surface:#101014;--fp-elev:#15151c;--fp-border:#fff1;--fp-border-strong:#ffffff1a;--fp-muted:#a5a8b2eb;--fp-accent:#e53935;--fp-accent-soft:#e5393524;--fp-link:#7ab8ff;--fp-danger:#ffcdd2;--fp-success:#c8e6c9;--fp-shadow:0 4px 24px #00000073;--fp-shadow-hover:0 12px 40px #0000008c;--fp-radius:16px;--fp-radius-sm:12px;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}.forum-pro.forum-page{min-width:0;max-width:1220px;margin:0 auto;padding:0 20px 64px;overflow-x:clip}.forum-pro-bg{pointer-events:none;z-index:0;background:radial-gradient(80% 60% at 50% -10%,#d32f2f29,#0000 55%),radial-gradient(50% 40% at 100% 20%,#5078ff0f,#0000 50%);height:420px;position:absolute;inset:-80px 0 0}.forum-pro-hero,.forum-pro-layout,.forum-pro-bc{z-index:1;position:relative}.forum-pro-hero{border-radius:var(--fp-radius);border:1px solid var(--fp-border-strong);box-shadow:var(--fp-shadow), inset 0 1px 0 #ffffff0a;background:linear-gradient(145deg,#16161ef2 0%,#0c0c12fa 100%);margin-bottom:32px;padding:36px 32px 32px;overflow:hidden}.forum-pro-hero-glow{pointer-events:none;background:radial-gradient(circle,#e539351f 0%,#0000 65%);width:55%;height:120%;position:absolute;top:-40%;right:-10%}.forum-pro-hero-inner{z-index:1;position:relative}.forum-pro-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--fp-accent);margin:0 0 10px;font-size:11px;font-weight:700}.forum-pro-title{letter-spacing:0;color:#f4f4f8;margin:0 0 14px;font-family:Inter,system-ui,sans-serif;font-size:clamp(30px,5vw,42px);font-weight:700;line-height:1.15}.forum-pro-lead{max-width:52ch;color:var(--fp-muted);margin:0;font-size:16px;line-height:1.65}.forum-pro-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:28px;display:grid}@media (width<=1024px){.forum-pro-layout{grid-template-columns:1fr}}.forum-pro-main{min-width:0}.forum-pro-compose{border-radius:var(--fp-radius-sm);border:1px solid var(--fp-border);background:var(--fp-elev);box-shadow:var(--fp-shadow);margin-bottom:28px;overflow:hidden}.forum-pro-compose-toggle{color:#f0f0f5;cursor:pointer;text-align:left;background:linear-gradient(#ffffff08,#0000);border:none;align-items:center;gap:14px;width:100%;padding:18px 22px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.forum-pro-compose-toggle:hover{background:#ffffff0a}.forum-pro-compose-icon{background:var(--fp-accent-soft);border:1px solid #e5393540;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.forum-pro-compose-label{flex:1}.forum-pro-compose-chevron{width:28px;height:28px;color:var(--fp-muted);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-size:18px;font-weight:300;display:flex}.forum-pro-compose.is-collapsed .forum-pro-compose-form{display:none}.forum-pro-compose-form{border-top:1px solid var(--fp-border);padding:0 22px 24px}.forum-pro-field{margin-bottom:18px}.forum-pro-field label{letter-spacing:.04em;text-transform:uppercase;color:#b4b6bef2;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.forum-pro-input,.forum-pro-textarea{color:#f0f0f5;background:var(--fp-surface);border:1px solid var(--fp-border);border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.forum-pro-input:focus,.forum-pro-textarea:focus{border-color:#e5393573;outline:none;box-shadow:0 0 0 3px #e539351f}.forum-pro-textarea{resize:vertical;min-height:140px}.forum-pro-file{width:100%;color:var(--fp-muted);padding:10px 0;font-size:13px}.forum-pro-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(#ef5350 0%,#c62828 100%);border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 16px #c6282859}.forum-pro-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #c6282873}.forum-pro-btn-primary:disabled{opacity:.55;cursor:not-allowed}.forum-pro-input:focus-visible,.forum-pro-textarea:focus-visible,.forum-pro-btn-primary:focus-visible,.forum-pro-btn-ghost:focus-visible,.forum-pro-compose-toggle:focus-visible,.forum-pro-react:focus-visible{box-shadow:0 0 0 2px var(--fp-bg), 0 0 0 5px #e5393573;outline:none}.forum-pro-guest{border-radius:var(--fp-radius-sm);border:1px solid var(--fp-border);background:var(--fp-elev);color:var(--fp-muted);margin-bottom:28px;padding:22px 24px;font-size:15px;line-height:1.6}.forum-pro-guest a{color:var(--fp-link);font-weight:600}.forum-pro-muted{color:var(--fp-muted);font-size:14px}.forum-pro-banner{margin-bottom:16px}.forum-pro-banner-warn{color:#ffe082;background:#ffc10714;border:1px solid #ffc10759;border-radius:10px;padding:12px 16px;font-size:14px}.forum-pro-board{border-radius:var(--fp-radius);border:1px solid var(--fp-border-strong);background:var(--fp-surface);box-shadow:var(--fp-shadow);overflow:hidden}.forum-pro-board-head{border-bottom:1px solid var(--fp-border);background:linear-gradient(#ffffff08,#0000);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;padding:22px 24px 20px;display:flex}.forum-pro-board-title{letter-spacing:0;color:#f4f4f8;margin:0 0 6px;font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:700}.forum-pro-board-sub{color:var(--fp-muted);margin:0;font-size:14px}.forum-pro-board-pill{background:var(--fp-accent-soft);color:#ffcdd2;border:1px solid #e5393547;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.forum-pro-state{flex-direction:column;gap:12px;padding:32px 24px;display:flex}.forum-pro-skel{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.2s ease-in-out infinite forum-pro-shimmer}.forum-pro-skel.short{width:45%}@keyframes forum-pro-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.forum-pro-skel{background:#ffffff0f;animation:none}}.forum-pro-thread-loading{padding:8px 0 28px}.forum-pro-skel-thread-title{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a) 0 0/200% 100%;border-radius:8px;max-width:72%;height:28px;margin-bottom:20px;animation:1.2s ease-in-out infinite forum-pro-shimmer}.forum-pro-skel-post{border:1px solid var(--fp-border);background:var(--fp-surface);border-radius:12px;gap:18px;padding:20px;display:flex}.forum-pro-skel-avatar{background:#ffffff0f;border-radius:50%;flex-shrink:0;width:72px;height:72px}.forum-pro-skel-post-main{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}@media (prefers-reduced-motion:reduce){.forum-pro-skel-thread-title{background:#ffffff0f;animation:none}}.forum-pro-empty{text-align:center;color:var(--fp-muted);padding:40px 24px;font-size:15px}.forum-pro-thead{letter-spacing:.1em;text-transform:uppercase;color:#828591f2;border-bottom:1px solid var(--fp-border);background:#00000059;grid-template-columns:minmax(0,1fr) 120px minmax(188px,280px);gap:16px;padding:12px 24px;font-size:11px;font-weight:700;display:grid}.forum-pro-thead-center{text-align:center}.forum-pro-thead-end{text-align:right}.forum-pro-thead-stat-h{letter-spacing:.06em;flex-direction:column;align-items:center;gap:2px;font-size:10px;line-height:1.2;display:flex}@media (width<=800px){.forum-pro-thead{display:none}}.forum-pro-list{flex-direction:column;gap:10px;margin:0;padding:12px;list-style:none;display:flex}.forum-pro-list-item{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.forum-pro-list-item .forum-pro-row{flex:280px;min-width:0}.forum-pro-thread-delete-list{font:inherit;color:#ffcdd2;cursor:pointer;background:#e539351f;border:1px solid #e5393573;border-radius:10px;flex:none;align-self:center;padding:10px 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}.forum-pro-thread-delete-list:hover{background:#e5393533;border-color:#e53935a6}@media (width<=640px){.forum-pro-list-item .forum-pro-thread-delete-list{text-align:center;flex:100%;align-self:stretch}}.forum-pro-row{color:inherit;border-radius:var(--fp-radius-sm);border:1px solid var(--fp-border);background:linear-gradient(165deg,#181820f2,#101016fa);grid-template-columns:minmax(0,1fr) 120px minmax(188px,280px);align-items:center;gap:16px;padding:18px 20px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 2px 12px #00000040}.forum-pro-row:hover{box-shadow:var(--fp-shadow-hover);border-color:#e5393559;transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.forum-pro-row:hover{transform:none}}@media (width<=800px){.forum-pro-row{grid-template-columns:1fr;gap:14px}}.forum-pro-cell-topic{align-items:flex-start;gap:16px;min-width:0;display:flex}.forum-pro-avatar{color:#fff;--avatar-h:230;background:linear-gradient(145deg, hsl(var(--avatar-h), 58%, 52%) 0%, hsl(var(--avatar-h), 62%, 36%) 55%, hsl(var(--avatar-h), 70%, 22%) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 2px #ffffff14,0 4px 14px #00000059}.forum-pro-avatar-img{object-fit:cover;z-index:1;border-radius:50%;width:100%;height:100%;position:absolute;inset:0}.forum-pro-avatar-fallback{z-index:0;position:relative}.forum-pro-avatar-lg{width:64px;height:64px;font-size:22px}.forum-pro-avatar-md{width:52px;height:52px;font-size:17px}.forum-pro-avatar-sm{width:44px;height:44px;font-size:15px}.forum-pro-avatar-xl{width:96px;height:96px;font-size:32px}.forum-pro-avatar--square,.forum-pro-avatar--square .forum-pro-avatar-img{border-radius:14px}.forum-pro-avatar-lg.forum-pro-avatar--square,.forum-pro-avatar-lg.forum-pro-avatar--square .forum-pro-avatar-img{border-radius:18px}.forum-pro-avatar-md.forum-pro-avatar--square,.forum-pro-avatar-md.forum-pro-avatar--square .forum-pro-avatar-img{border-radius:14px}.forum-pro-avatar-sm.forum-pro-avatar--square,.forum-pro-avatar-sm.forum-pro-avatar--square .forum-pro-avatar-img{border-radius:12px}.forum-pro-topic-block{flex-direction:column;gap:8px;min-width:0;display:flex}.forum-pro-topic-title{letter-spacing:0;color:#f4f4f8;word-break:break-word;font-size:17px;font-weight:600;line-height:1.35}.forum-pro-excerpt{color:var(--fp-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.forum-pro-meta-row{color:#828591f2;font-size:13px}.forum-pro-meta-label{opacity:.85;margin-right:6px}.forum-pro-topic-created{color:#828591f2;margin-top:6px;font-size:12px;font-weight:500;display:block}.forum-pro-user{color:var(--fp-link);font-weight:600;text-decoration:none}.forum-pro-user:hover{text-decoration:underline}.forum-pro-cell-stat{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.forum-pro-stat-pair{flex-direction:column;align-items:center;gap:2px;min-width:0;display:flex}@media (width<=800px){.forum-pro-cell-stat{text-align:left;flex-flow:wrap;justify-content:flex-start;gap:16px}.forum-pro-stat-pair{align-items:flex-start}}.forum-pro-stat-bubble{font-variant-numeric:tabular-nums;color:#f4f4f8;font-size:20px;font-weight:800;line-height:1}.forum-pro-stat-cap{text-transform:uppercase;letter-spacing:.06em;color:#828591f2;font-size:11px;font-weight:600}.forum-pro-cell-last{min-width:0}.forum-pro-last-row{justify-content:flex-end;align-items:center;gap:12px;display:flex}@media (width<=800px){.forum-pro-last-row{justify-content:flex-start}}.forum-pro-last-text{flex-direction:column;align-items:flex-end;gap:4px;min-width:0;display:flex}@media (width<=800px){.forum-pro-last-text{align-items:flex-start}}.forum-pro-user-last{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.forum-pro-time{color:#828591f2;font-size:12px;font-weight:500}.forum-pro-cell-last .forum-pro-last-text .forum-pro-time{font-size:13px;line-height:1.25}.forum-pro-aside{flex-direction:column;gap:18px;display:flex}@media (width<=1024px){.forum-pro-aside{flex-flow:wrap}}.forum-pro-widget{border-radius:var(--fp-radius-sm);border:1px solid var(--fp-border);background:var(--fp-elev);box-shadow:var(--fp-shadow);padding:22px 22px 20px}.forum-pro-widget-accent{background:linear-gradient(165deg,#1e1418f2,#120e10fa);border-color:#e5393538}.forum-pro-widget-title{letter-spacing:.12em;text-transform:uppercase;color:#b4b6bef2;margin:0 0 16px;font-size:12px;font-weight:700}.forum-pro-stats{gap:0;margin:0;display:grid}.forum-pro-stats div{border-bottom:1px solid var(--fp-border);justify-content:space-between;align-items:baseline;padding:14px 0;display:flex}.forum-pro-stats div:last-child{border-bottom:none;padding-bottom:0}.forum-pro-stats dt{color:var(--fp-muted);margin:0;font-size:14px}.forum-pro-stats dd{letter-spacing:0;color:#f4f4f8;margin:0;font-family:Inter,system-ui,sans-serif;font-size:26px;font-weight:800}.forum-pro-widget-text{color:var(--fp-muted);margin:0;font-size:14px;line-height:1.65}.forum-pro-widget-text a{color:var(--fp-link);font-weight:600}.forum-pro-thread{max-width:1100px}.forum-pro-bc{border:1px solid var(--fp-border);background:#ffffff08;border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;width:fit-content;max-width:100%;margin-bottom:22px;padding:10px 16px;font-size:14px;display:flex}.forum-pro-bc a{color:var(--fp-link);font-weight:600}.forum-pro-bc a:hover{text-decoration:underline}.forum-pro-bc-sep{opacity:.35}.forum-pro-bc-current{color:var(--fp-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:min(72vw,520px);overflow:hidden}.forum-pro-thread-head{border-radius:var(--fp-radius) var(--fp-radius) 0 0;border:1px solid var(--fp-border-strong);box-shadow:var(--fp-shadow);background:linear-gradient(165deg,#16161efa,#0a0a0efc);border-bottom:none;margin-bottom:0;padding:28px 28px 24px}.forum-pro-thread-head-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.forum-pro-thread-delete-mod{font:inherit;text-transform:uppercase;letter-spacing:.06em;color:#ffcdd2;cursor:pointer;background:#e539351f;border:1px solid #e5393573;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:700;transition:background .15s,border-color .15s}.forum-pro-thread-delete-mod:hover{background:#e5393538;border-color:#e53935a6}.forum-pro-thread-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--fp-accent-soft);color:#ffcdd2;border:1px solid #e5393559;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-block}.forum-pro-thread-title{letter-spacing:0;color:#f4f4f8;margin:0 0 12px;font-family:Inter,system-ui,sans-serif;font-size:clamp(22px,3.5vw,32px);font-weight:700;line-height:1.25}.forum-pro-thread-meta{color:var(--fp-muted);margin:0;font-size:15px}.forum-pro-post-stream{border:1px solid var(--fp-border-strong);border-radius:0 0 var(--fp-radius) var(--fp-radius);box-shadow:var(--fp-shadow);border-top:none;margin-bottom:28px;overflow:hidden}.forum-pro-message{border-bottom:1px solid var(--fp-border);background:var(--fp-surface);grid-template-columns:200px minmax(0,1fr);gap:0;display:grid}.forum-pro-message:last-child{border-bottom:none}.forum-pro-message.is-op{box-shadow:inset 0 3px 0 0 var(--fp-accent);background:linear-gradient(#e539350f,#0000 48%)}@media (width<=720px){.forum-pro-message{grid-template-columns:1fr}}.forum-pro-message-aside{border-right:1px solid var(--fp-border);text-align:center;background:#00000047;flex-direction:column;align-items:center;padding:24px 18px;display:flex}@media (width<=720px){.forum-pro-message-aside{text-align:left;border-right:none;border-bottom:1px solid var(--fp-border);flex-direction:row;justify-content:flex-start;gap:14px}}.forum-pro-message-name{word-break:break-word;margin-top:12px;font-size:14px;font-weight:600}@media (width<=720px){.forum-pro-message-name{margin-top:0}}.forum-pro-message-num{letter-spacing:.06em;text-transform:uppercase;color:#828591e6;margin-top:8px;font-size:11px;font-weight:600}.forum-pro-message-body{min-width:0;padding:22px 26px 24px}.forum-pro-message-head{border-bottom:1px solid var(--fp-border);flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:14px;padding-bottom:12px;display:flex}.forum-pro-message-rel{color:#e0e0e8;font-size:13px;font-weight:600}.forum-pro-message-abs{color:#828591f2;font-size:12px}@media (width<=520px){.forum-pro-message-abs{display:none}}.forum-pro-post-toolbar{flex-wrap:wrap;gap:8px 12px;margin-bottom:12px;display:flex}.forum-pro-post-action{font:inherit;border:1px solid var(--fp-border);color:var(--fp-link);cursor:pointer;background:#ffffff0a;border-radius:8px;padding:5px 11px;font-size:13px;transition:background .15s,border-color .15s}.forum-pro-post-action:hover{border-color:var(--fp-border-strong);background:#ffffff12}.forum-pro-post-action--danger{color:#ef9a9a;border-color:#d32f2f59}.forum-pro-edit-box{margin:4px 0 12px}.forum-pro-edit-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.forum-pro-message-content .forum-post-body{color:#eef0f5f5;font-size:16px;line-height:1.75}.forum-pro-message-content .forum-post-line{margin:0 0 10px}.forum-pro-message-content .forum-post-line a{color:#90caf9}.forum-pro-message-content .forum-post-attachments{margin-top:18px}.forum-pro-reactions{border-top:1px solid var(--fp-border);margin-top:18px;padding-top:16px}.forum-pro-react-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.forum-pro-react-chip{border:1px solid var(--fp-border);color:var(--fp-muted);cursor:pointer;background:#ffffff0d;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:13px;transition:background .15s,border-color .15s;display:inline-flex}.forum-pro-react-chip:hover:not(:disabled){border-color:var(--fp-border-strong);background:#ffffff17}.forum-pro-react-chip.is-on{color:#ffcdd2;background:#e5393524;border-color:#e5393566}.forum-pro-react-chip:disabled{opacity:.45;cursor:not-allowed}.forum-pro-react-chip-emoji{font-size:16px;line-height:1}.forum-pro-react-chip-n{opacity:.95;font-size:11px;font-weight:700}.forum-pro-react-chip-img{object-fit:contain;width:26px;height:26px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:drop-shadow(0 1px 2px #00000059);flex-shrink:0;display:block}.forum-pro-react-dd{display:inline-flex;position:relative}.forum-pro-react-dd-trigger{color:var(--fp-muted);cursor:pointer;background:#00000040;border:1px dashed #fff3;border-radius:999px;align-items:center;gap:4px;min-height:32px;padding:4px 10px;font-family:inherit;font-size:14px;display:inline-flex}.forum-pro-react-dd-trigger:hover:not(:disabled){color:#e8e8ec;border-color:#ffffff59}.forum-pro-react-dd-trigger:disabled{opacity:.45;cursor:not-allowed}.forum-pro-react-dd-icon{font-size:18px;line-height:1}.forum-pro-react-dd-caret{opacity:.75;font-size:10px}.forum-pro-react-panel{z-index:50;border:1px solid var(--fp-border-strong);background:linear-gradient(165deg,#1c1c24fc 0%,#0e0e14fc 100%);border-radius:14px;min-width:240px;padding:12px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:inset 0 0 0 1px #ffffff0a,0 16px 48px #0000008c}.forum-pro-react-panel-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}@media (width<=520px){.forum-pro-react-panel-grid{grid-template-columns:repeat(4,1fr)}}.forum-pro-react-panel-item{cursor:pointer;background:#ffffff0a;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:8px;font-size:0;line-height:0;transition:background .12s,border-color .12s,transform .1s;display:flex}.forum-pro-react-panel-item:hover{background:#ffffff1a;border-color:#ffffff1f;transform:translateY(-1px)}.forum-pro-react-panel-item.is-picked{background:#e5393538;border-color:#e5393573}.forum-pro-react-panel-img{object-fit:contain;width:36px;height:36px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:drop-shadow(0 2px 4px #0006);display:block}.forum-pro-react-dd-trigger-img{object-fit:contain;filter:drop-shadow(0 1px 2px #00000059);width:22px;height:22px;display:block}.forum-pro-react{color:var(--fp-muted);border:1px solid var(--fp-border);cursor:pointer;background:#ffffff0a;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:14px;transition:background .15s,border-color .15s;display:inline-flex}.forum-pro-react:hover:not(:disabled){border-color:var(--fp-border-strong);background:#ffffff14}.forum-pro-react.is-on{color:#ffcdd2;background:#e539351f;border-color:#e5393559}.forum-pro-react:disabled{opacity:.45;cursor:not-allowed}.forum-pro-react-n{opacity:.9;font-size:12px;font-weight:700}.forum-pro-react-err{color:var(--fp-danger);background:#e539351a;border:1px solid #e5393559;border-radius:10px;margin:-12px 0 20px;padding:12px 16px;font-size:14px}.forum-pro-reply{border-radius:var(--fp-radius-sm);border:1px solid var(--fp-border);background:var(--fp-elev);box-shadow:var(--fp-shadow);margin-bottom:20px;padding:26px 28px 28px}.forum-pro-reply-title{color:#f4f4f8;margin:0 0 18px;font-family:Inter,system-ui,sans-serif;font-size:17px;font-weight:700}.forum-pro-back{margin:8px 0 40px}.forum-pro-btn-ghost{color:var(--fp-muted);border:1px solid var(--fp-border);cursor:pointer;background:0 0;border-radius:10px;align-items:center;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.forum-pro-btn-ghost:hover{color:#f4f4f8;border-color:var(--fp-border-strong);background:#ffffff0a}.forum-pro-pagination{border-top:1px solid var(--fp-border,#ffffff14);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 16px;margin-top:20px;padding-top:18px;display:flex}.forum-pro-page-info{color:#c8c8d2bf;font-size:.9rem}.forum-pro-page-btn:disabled{opacity:.45;cursor:not-allowed}.forum-post-body{color:#ebebebf2;font-size:14px;line-height:1.65}.forum-post-line{word-break:break-word;min-height:1em;margin:0 0 8px}.forum-post-line a{color:#7ecbff;word-break:break-all;text-decoration:underline}.forum-post-attachments{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.forum-post-img-wrap{max-width:100%;display:block}.forum-post-img{border:1px solid var(--border-color);border-radius:8px;max-width:min(560px,100%);max-height:420px}.forum-post-file{color:var(--text-secondary);background:#ffffff0f;border-radius:8px;align-items:center;padding:8px 12px;font-size:13px;text-decoration:none;display:inline-flex}.forum-post-file:hover{color:#fff;background:#d32f2f26}.forum-reply{margin-bottom:20px;padding:22px 20px}.forum-file-input{color:#c8c8c8e6;width:100%;font-size:13px}.forum-back-wrap{margin:8px 0 40px}.username-link{color:#7ecbff;font-weight:600;text-decoration:none}.username-link:hover{text-decoration:underline}.username-link-wrap{display:inline-block;position:relative}.profile-hover-card{z-index:10050;border:1px solid var(--border-color);background:var(--bg-card);width:280px;box-shadow:var(--shadow-lg);pointer-events:auto;border-radius:12px;position:fixed;overflow:hidden}.profile-hover-banner{background:linear-gradient(120deg,#2a1212,#1a1a1a) 50%/cover;height:72px}.profile-hover-inner{align-items:flex-start;gap:12px;padding:12px 14px 14px;display:flex}.profile-hover-avatar-wrap{flex-shrink:0;margin-top:-28px}.profile-hover-avatar{object-fit:cover;border:3px solid var(--bg-card);background:#111;border-radius:50%;width:56px;height:56px}.profile-hover-avatar--ph{background:#d32f2f40;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.profile-hover-text{min-width:0;padding-top:4px}.profile-hover-name{font-size:15px;font-weight:700}.profile-hover-bio{color:#b4b4b4f2;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-page{max-width:880px;margin:0 auto;padding:0 12px 48px}.profile-hero-banner{background:linear-gradient(135deg,#2a1515,#0f0f0f) 50%/cover;border-radius:0 0 16px 16px;height:180px;margin-bottom:-56px}.profile-hero-sheet{padding:24px 22px 28px;position:relative}.profile-hero-head{align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.profile-hero-avatar{object-fit:cover;border:4px solid var(--bg-card);background:#111;width:140px;height:140px}.profile-hero-avatar--round{border-radius:50%}.profile-hero-avatar--square{border-radius:18px}.profile-hero-avatar--ph{background:#d32f2f33;justify-content:center;align-items:center;font-size:42px;font-weight:700;display:flex}.profile-hero-text{flex:1;min-width:0}.profile-hero-name{font-family:var(--font-display);margin:0 0 6px;font-size:clamp(22px,4vw,28px);line-height:1.2}.profile-hero-role{color:#c8c8c8f2;background:#ffffff0f;border-radius:999px;padding:4px 10px;font-size:12px;display:inline-block}.profile-hero-role--admin{color:#ffcdd2;background:#e5393533}.profile-hero-role--moderator{color:#bbdefb;background:#64b5f62e}.profile-hero-role--vip{color:#ffe082;background:#ffd54f26}.user-nick--admin{color:#ff8a80!important}.user-nick--moderator{color:#82b1ff!important}.user-nick--vip{color:#ffd54f!important}.user-nick--user{color:inherit}.profile-hero-stats{color:#b4b4b9f2;margin:10px 0 0;font-size:13px}.profile-hero-stats strong{color:#ebebf0fa;font-weight:600}.profile-hero-bio{white-space:pre-wrap;color:#e6e6e6f2;margin:0;font-size:15px;line-height:1.65}.profile-hero-bio--empty{color:#a0a0a5e6;font-style:italic}.profile-hero-footer{margin-top:20px}.profile-banner{background:linear-gradient(135deg,#2a1515,#0f0f0f) 50%/cover;border-radius:0 0 16px 16px;height:180px;margin-bottom:-56px}.profile-sheet{margin-top:0;padding:24px 22px 28px;position:relative}.profile-head{align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.profile-avatar-big{object-fit:cover;border:4px solid var(--bg-card);background:#111;border-radius:16px;width:112px;height:112px}.profile-avatar-big--ph{background:#d32f2f33;justify-content:center;align-items:center;font-size:42px;font-weight:700;display:flex}.profile-display-name{font-family:var(--font-display);margin:0 0 6px;font-size:28px}.profile-role-pill{color:#c8c8c8f2;background:#ffffff0f;border-radius:999px;margin:0;padding:4px 10px;font-size:12px;display:inline-block}.profile-bio-full{white-space:pre-wrap;color:#e6e6e6f2;line-height:1.6}.profile-edit-card h2{font-family:var(--font-display)}.profile-edit-pro .profile-edit-lead{color:#c8c8c8e0;margin-bottom:16px;font-size:14px;line-height:1.5}.profile-edit-success{color:#c8e6c9;background:#4caf501f;border:1px solid #81c78473;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:14px}.profile-edit-status{margin-bottom:12px}.profile-edit-hint{color:#b4b4bed9;margin:6px 0 0;font-size:12px}.profile-edit-field-err{border-color:#e5737399!important}.profile-edit-yg-banner-preview{background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:12px;height:96px;margin:8px 0 12px}.profile-edit-file-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-edit-yg-file-row{flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:8px;display:flex}.profile-edit-yg-file-btn{font:inherit;color:#e8e8ec;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;padding:8px 16px;font-size:14px;transition:background .15s,border-color .15s}.profile-edit-yg-file-btn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff38}.profile-edit-yg-file-btn:disabled{opacity:.5;cursor:not-allowed}.profile-edit-yg-file-hint{color:#b4b4bed9;font-size:12px}.profile-edit-yg-footer-links{border-top:1px solid #ffffff14;margin-top:24px;padding-top:16px;font-size:14px}.profile-yg--edit .profile-yg-banner{height:180px}.profile-edit-yg-inner{margin-top:-64px}.profile-edit-yg-aside-hint{color:#b4b4bee6;margin:0 0 16px;font-size:12px;line-height:1.45}.profile-edit-yg-aside-section{border-top:1px solid #ffffff14;margin-top:8px;padding-top:14px;position:relative}.profile-edit-yg-aside-label{text-transform:uppercase;letter-spacing:.05em;color:#c8c8d2bf;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.profile-edit-yg-header{margin-bottom:8px}.profile-edit-yg-intro{color:#c8c8d2eb;margin:0 0 20px;font-size:14px;line-height:1.5}.profile-edit-yg-intro a{color:#90caf9}.profile-edit-yg-main .profile-edit-status{margin-bottom:12px}.profile-edit-yg-panel{background:#0c0c128c;border:1px solid #ffffff14;border-radius:14px;margin-bottom:24px;padding:20px 22px;position:relative}.profile-edit-yg-panel-title{font-size:17px;font-family:var(--font-display);color:#f0f0f5;margin:0 0 8px;font-weight:700}.profile-edit-yg-panel-lead{color:#b4b4bee6;margin:0 0 14px;font-size:13px}.profile-edit-yg-panel-empty{margin:0 0 12px}.messages-page{max-width:1100px;margin:0 auto;padding:0 12px 48px}.messages-layout{grid-template-columns:260px 1fr;gap:0;min-height:420px;padding:0;display:grid;overflow:hidden}@media (width<=800px){.messages-layout{grid-template-columns:1fr}.messages-sidebar{border-bottom:1px solid var(--border-color);max-height:200px;overflow-y:auto;border-right:none!important}}.messages-sidebar{border-right:1px solid var(--border-color);background:#0003;padding:16px}.messages-side-h{margin:0 0 12px;font-size:15px}.messages-conv-list{margin:0;padding:0;list-style:none}.messages-conv-btn{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 12px;font-size:14px;display:flex}.messages-conv-btn:hover{background:#ffffff0d}.messages-conv-btn.is-active{color:#fff;background:#d32f2f14;border-color:#d32f2f66}.messages-unread{background:var(--accent-primary);color:#fff;border-radius:999px;padding:2px 7px;font-size:11px}.messages-main{flex-direction:column;min-height:400px;padding:16px;display:flex}.messages-chat-head{margin-bottom:12px;font-weight:700}.messages-chat-head a{color:var(--accent-primary);text-decoration:none}.messages-bubble-list{flex-direction:column;flex:1;gap:10px;max-height:52vh;padding:8px 0;display:flex;overflow-y:auto}.messages-bubble{border:1px solid var(--border-color);background:#ffffff0f;border-radius:12px;align-self:flex-start;max-width:85%;padding:10px 14px}.messages-bubble.is-mine{background:#d32f2f1f;border-color:#d32f2f59;align-self:flex-end}.messages-bubble-meta{color:#a0a0a0f2;margin-bottom:6px;font-size:11px}.messages-bubble-body{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.5}.messages-compose{border-top:1px solid var(--border-color);margin-top:auto;padding-top:12px}.faq-grid{gap:14px;max-width:960px;margin:0 auto;display:grid}.faq-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1414148c;border:1px solid #d32f2f29;border-radius:18px;padding:14px 16px}.faq-q{cursor:pointer;letter-spacing:.2px;font-weight:700;list-style:none}.faq-q::-webkit-details-marker{display:none}.faq-a{color:#ccccccdb;margin-top:10px;font-size:14px;line-height:1.7}.demo-section{z-index:1;padding:60px 0;position:relative}.demo-block{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0a0a0a99;border:1px solid #d32f2f4d;border-radius:40px;align-items:center;gap:60px;margin-bottom:100px;padding:40px;transition:transform .3s;display:flex;box-shadow:0 30px 60px -20px #000c,0 0 50px #d32f2f33}.demo-block:hover{border-color:var(--accent-primary);transform:scale(1.02);box-shadow:0 40px 80px -20px #d32f2f66}.demo-block:nth-child(2n){flex-direction:row-reverse}.demo-gif{border:2px solid #d32f2f4d;border-radius:30px;flex:1;overflow:hidden;box-shadow:0 20px 40px -10px #d32f2f66}.demo-gif img{width:100%;height:auto;transition:transform .5s;display:block}.demo-block:hover .demo-gif img{transform:scale(1.05)}.demo-text{flex:1;padding:20px}.demo-text h3{color:var(--accent-primary);text-shadow:0 0 20px #d32f2f66;margin-bottom:20px;font-size:36px;font-weight:700}.demo-text p{color:var(--text-secondary);font-size:18px;line-height:1.8}.payment-wrapper{z-index:1;justify-content:center;align-items:center;min-height:80vh;padding:30px 20px;display:flex;position:relative}.payment-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#141414cc;border:1px solid #d32f2f33;border-radius:30px;width:100%;max-width:1100px;padding:40px;box-shadow:0 25px 50px -8px #0009,0 0 30px #d32f2f26}.payment-heading{text-align:center;background:linear-gradient(135deg,#fff,#d32f2f);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;-webkit-background-clip:text;margin-bottom:40px;font-size:36px;font-weight:800}.plans-grid-square{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:40px;display:grid}.plan-card-square{appearance:none;aspect-ratio:1;text-align:center;cursor:pointer;color:var(--text-primary);background:#1a1a1a;border:2px solid #2a2a2a;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:20px 15px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 20px -5px #00000080}.plan-card-square:hover{border-color:#d32f2f;transform:translateY(-5px);box-shadow:0 15px 30px -5px #d32f2f4d}.plan-card-square.active{background:linear-gradient(145deg,#1a1a1a,#2a0f0f);border-color:#d32f2f;box-shadow:0 0 25px #d32f2f66}.plan-card-square.popular{background:#1a1500;border-color:gold}.popular-tag{color:#000;letter-spacing:.5px;background:gold;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:800;position:absolute;top:-10px;right:10px}.plan-label-square{color:#fff;margin-bottom:10px;font-size:18px;font-weight:600}.plan-price-square{color:#d32f2f;text-shadow:0 0 15px #d32f2f80;margin-bottom:8px;font-size:32px;font-weight:800}.plan-days-square{color:#aaa;background:#ffffff0d;border-radius:30px;padding:4px 12px;font-size:14px}.selected-plan-box{text-align:center;background:#0006;border:1px solid #2a2a2a;border-radius:20px;max-width:500px;margin:0 auto;padding:30px}.selected-plan-box h3{color:#fff;margin-bottom:10px;font-size:24px}.selected-price-box{color:#d32f2f;text-shadow:0 0 20px #d32f2f80;margin-bottom:20px;font-size:48px;font-weight:800}.features-list-box{text-align:left;max-width:280px;margin:0 auto 30px;padding:0;list-style:none}.features-list-box li{color:#ccc;border-bottom:1px dashed #333;align-items:center;gap:10px;padding:8px 0;font-size:15px;display:flex}.features-list-box li:last-child{border-bottom:none}.features-list-box li:before{content:"✓";color:#d32f2f;font-size:18px;font-weight:700}.purchase-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#d32f2f,#8b0000);border:none;border-radius:50px;width:100%;max-width:280px;padding:14px 40px;font-size:18px;font-weight:600;transition:all .3s}.purchase-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #d32f2f80}.purchase-button:disabled{opacity:.6;cursor:not-allowed}.payment-success{text-align:center;padding:20px 0}.success-check{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:40px;animation:.5s scaleIn;display:flex}@keyframes scaleIn{0%{transform:scale(0)}70%{transform:scale(1.1)}to{transform:scale(1)}}.payment-success h3{color:#4caf50;margin-bottom:25px;font-size:28px}.user-data{text-align:left;background:#1a1a1a;border-radius:16px;max-width:400px;margin:20px auto 30px;padding:25px}.user-data p{border-bottom:1px solid #2a2a2a;justify-content:space-between;margin:0;padding:10px 0;display:flex}.user-data p:last-child{border-bottom:none}.user-data span{color:#aaa}.user-data strong{color:#fff}.accent-text{background:#d32f2f1a;border-radius:6px;padding:4px 8px;font-family:monospace;font-size:14px;color:#d32f2f!important}.go-login-btn{color:#fff;background:linear-gradient(135deg,#d32f2f,#8b0000);border-radius:50px;padding:14px 40px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.go-login-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d32f2f80}.footer{-webkit-backdrop-filter:none;z-index:2;background:linear-gradient(#08080966 0%,#0a0a0a 28%,#080809 100%);border-top:1px solid #ffffff0f;margin-top:clamp(48px,8vw,88px);padding:clamp(40px,6vw,56px) 0 28px;position:relative;box-shadow:inset 0 1px #ffffff08}.footer:before{content:"";pointer-events:none;opacity:1;background:radial-gradient(880px 360px at 18% 0,#48484e24,#0000 58%);position:absolute;inset:0}.footer-grid{z-index:1;grid-template-columns:1.6fr 1fr 1fr;gap:clamp(18px,3vw,28px);padding:0;display:grid;position:relative}.footer-logo{letter-spacing:1px;background:linear-gradient(168deg,#ececec 0%,#b5b6b8 38%,#7d7f84 72%,#9a9396 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:900}.footer-tagline{color:#b4b4b8e0;max-width:34em;margin-top:12px;font-size:14px;line-height:1.65}.footer-links{align-content:start;gap:10px;display:grid}.footer-links a{color:#b0b0b4eb;background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;padding:8px 12px;font-size:14px;transition:border-color .2s,background .2s,transform .2s,color .2s}.footer-links a:hover{color:#f4f4f5;background:#ffffff0d;border-color:#8c8c9459;transform:translateY(-1px)}.footer-links a:focus-visible{border-color:#d32f2f73;outline:none;box-shadow:0 0 0 2px #d32f2f33}.footer-bottom{color:#96969ce0;z-index:1;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:28px;padding:18px 0 0;font-size:12px;display:flex;position:relative}.footer-muted{color:#cccccc8c}.legal-page{padding-bottom:clamp(32px,5vw,56px)}.legal-page__inner{max-width:800px}.legal-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:28px;display:flex}.legal-back a,.legal-back a:visited{color:#b0b0b6f2;font-size:14px;font-weight:600;transition:color .2s}.legal-back a:hover{color:#fff}.legal-download{padding:8px 18px;font-size:13px}.legal-document{color:#dcdce0eb;font-size:15px;line-height:1.68}.legal-title{text-transform:uppercase;letter-spacing:.04em;color:#f2f2f3;margin:0 0 16px;font-size:clamp(22px,4vw,28px);font-weight:800;line-height:1.2}.legal-effective{color:#b4b4baf2;margin:0 0 18px;font-size:14px}.legal-important{color:#ffe8e8f2;background:#d32f2f12;border:1px solid #d32f2f47;border-radius:14px;margin:0 0 28px;padding:14px 16px;font-size:14px;line-height:1.6}.legal-section-title{letter-spacing:.06em;text-transform:uppercase;color:#ececee;border-bottom:1px solid #ffffff14;margin:32px 0 14px;padding-bottom:8px;font-size:clamp(15px,2.2vw,17px);font-weight:800}.legal-section-title:first-of-type{margin-top:0}.legal-para{color:#d2d2d6e6;margin:0 0 10px}.legal-para--dash{padding-left:.5em}.legal-para--or{text-align:center;letter-spacing:.12em;color:#b4b4bae6;margin:8px 0;font-weight:700}.legal-para--lead{margin-top:8px;font-weight:600}.legal-line--spacer{height:8px}.legal-footer-note{color:#96969ee6;border-top:1px solid #ffffff14;margin-top:40px;padding-top:22px;font-size:13px;line-height:1.55}@keyframes glowPulse{0%{box-shadow:0 0 20px var(--accent-glow)}50%{box-shadow:0 0 40px var(--accent-primary)}to{box-shadow:0 0 20px var(--accent-glow)}}.glow-on-hover:hover{animation:2s infinite glowPulse}.hidden{display:none!important}.text-center{text-align:center}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414b3;border:1px solid #d32f2f33;border-radius:12px;width:100%;max-width:500px;margin:40px auto;padding:20px;box-shadow:0 8px 24px #0006}img,svg{max-width:100%;height:auto;display:block}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:.6px;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:12px 22px;font-weight:650;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.btn-block{width:100%}.form-group{gap:8px;margin-bottom:14px;display:grid}.form-group label{color:var(--text-secondary);letter-spacing:.4px;text-transform:uppercase;font-size:13px}.form-control{width:100%;color:var(--text-primary);background:#0a0a0a8c;border:1px solid #d32f2f38;border-radius:14px;outline:none;padding:12px 14px;transition:border-color .2s,box-shadow .2s,background .2s}.form-control::placeholder{color:#cccccc8c}.form-control:hover{border-color:#d32f2f66}.form-control:focus{box-shadow:var(--focus-ring);background:#0a0a0abf;border-color:#d32f2fa6}.error-text{color:#ffb3b3;background:#d32f2f1f;border:1px solid #d32f2f40;border-radius:14px;padding:10px 12px}.user-info{gap:10px;margin-top:12px;display:grid}.info-item{background:#0a0a0a73;border:1px solid #d32f2f29;border-radius:14px;justify-content:space-between;gap:16px;padding:12px 14px;display:flex}.info-label{color:var(--text-secondary)}.info-value{text-overflow:ellipsis;white-space:nowrap;max-width:65%;font-weight:650;overflow:hidden}@media (width<=860px){.header .container{gap:12px;height:auto;padding-top:14px;padding-bottom:14px}.nav-toggle{justify-content:center;align-items:center;display:inline-flex}.nav{flex-direction:column;align-items:stretch;gap:10px;width:100%;padding-top:10px;display:none}.nav.is-open{display:flex}.nav a,.nav .btn-primary,.nav .btn-secondary{text-align:center;justify-content:center;width:100%}.hero h1,.hero h1 span{font-size:40px}.demo-block{border-radius:26px;flex-direction:column;gap:20px;padding:26px}.demo-block:nth-child(2n){flex-direction:column}.demo-text h3{font-size:28px}.cta-card{border-radius:22px;grid-template-columns:1fr;padding:22px}.footer-grid{grid-template-columns:1fr;gap:14px}}#interactive-light{clip-path:inset(0);pointer-events:none;z-index:-1;mix-blend-mode:normal;opacity:.9;width:100%;height:100%;transition:background 30ms;position:fixed;inset:0}body{background:#0a0a0a;position:relative}.forum-pro-file-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.forum-pro-link-hint{color:#828591f2;margin:0 0 10px;font-size:12px;line-height:1.45}.forum-pro-compose-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.photo-url-insert{display:inline-block;position:relative}.photo-url-insert__trigger{font:inherit;color:#ffcdd2;cursor:pointer;background:#e539351f;border:1px solid #e5393573;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600}.photo-url-insert__trigger:hover:not(:disabled){background:#e5393538;border-color:#e53935a6}.photo-url-insert__trigger:disabled{opacity:.5;cursor:not-allowed}.photo-url-insert__panel{z-index:100;border:1px solid var(--fp-border,#ffffff1f);background:linear-gradient(165deg,#1c1c24fa,#101016fc);border-radius:12px;min-width:min(320px,100vw - 32px);padding:12px 14px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 36px #00000080}.photo-url-insert__preview-wrap{background:#00000059;border:1px solid #ffffff1a;border-radius:8px;max-height:160px;margin:0 0 10px;overflow:hidden}.photo-url-insert__preview-img{object-fit:contain;width:100%;max-height:160px;display:block}.photo-url-insert__err{color:#ffcdd2;margin:0 0 10px;font-size:12px;line-height:1.4}.photo-url-insert__input{box-sizing:border-box;color:#f0f0f5;background:#00000059;border:1px solid #ffffff1f;border-radius:8px;width:100%;margin-bottom:10px;padding:8px 10px;font-size:13px}.photo-url-insert__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.photo-url-insert__apply{font:inherit;color:#fff;cursor:pointer;background:linear-gradient(145deg,#e53935,#c62828);border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600}.photo-url-insert__apply:disabled{opacity:.45;cursor:not-allowed}.photo-url-insert__cancel{font:inherit;color:#c8c8d2f2;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:6px 12px;font-size:13px}.vmd-wrap{box-sizing:border-box;width:100%;min-width:0;max-width:100%;position:relative}.vmd-wrap--empty .vmd-editor:before{content:attr(data-placeholder);color:#969ba5e0;pointer-events:none;font-size:inherit;z-index:0;line-height:1.5;position:absolute;top:12px;left:15px;right:18px}.vmd-editor{z-index:1;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;outline:none;position:relative}.vmd-inline-img{vertical-align:middle;object-fit:contain;border-radius:8px;max-width:100%;height:auto;max-height:220px;margin:10px 0;display:block}.forum-pro-attach-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.forum-pro-attach-btn{font:inherit;border:1px solid var(--fp-border);color:#e8e8ec;cursor:pointer;background:#ffffff0d;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.forum-pro-attach-btn:hover{border-color:var(--fp-border-strong);background:#ffffff1a}.forum-pro-attach-btn--muted{opacity:.9}.forum-pro-file-list{color:var(--fp-muted);margin:0 0 16px;padding-left:18px;font-size:13px}.forum-pro-file-size{opacity:.85}.notif-bell-wrap{align-items:center;display:inline-flex;position:relative}.notif-bell-btn{cursor:pointer;color:#e6e6ebf2;background:0 0;border:1px solid #ffffff1f;border-radius:10px;padding:6px 10px;line-height:1;position:relative}.notif-bell-btn:hover{background:#ffffff0f}.notif-bell-icon{font-size:18px}.notif-bell-badge{color:#fff;background:#c62828;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-4px}.notif-bell-panel{z-index:200;background:var(--bg-card);border:1px solid #ffffff1a;border-radius:12px;width:min(360px,100vw - 24px);max-height:min(70vh,420px);padding:12px 0;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 16px 48px #00000073}.notif-bell-head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 14px 10px;font-size:14px;font-weight:700;display:flex}.notif-bell-link{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.notif-bell-muted{color:#b4b4b9f2;margin:0;padding:8px 14px;font-size:13px}.notif-bell-list{margin:0;padding:0;list-style:none}.notif-bell-item{border-bottom:1px solid #ffffff0d}.notif-bell-item.is-unread{background:#e539350f}.notif-bell-item-link{color:inherit;padding:10px 14px;text-decoration:none;display:block}.notif-bell-item-link:hover{background:#ffffff0a}.notif-bell-type{text-transform:uppercase;letter-spacing:.04em;color:#a0a0a8f2;margin-bottom:4px;font-size:11px;display:block}.notif-bell-line{font-size:13px;line-height:1.4;display:block}.notif-bell-snippet{color:#96969ef2;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:12px;display:block;overflow:hidden}.profile-extra-title{margin:0 0 12px;font-size:16px}.profile-extra-presence a{color:var(--accent-primary)}.profile-visitors-list{margin:0;padding:0;list-style:none}.profile-visitors-list li{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.profile-visitors-time{color:#96969ef2;flex-shrink:0;font-size:12px}.profile-wall-form textarea{margin-bottom:10px}.profile-wall-list{margin:16px 0 0;padding:0;list-style:none}.profile-wall-item{border-bottom:1px solid #ffffff0f;padding:14px 0}.profile-wall-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;font-size:13px;display:flex}.profile-wall-head time{color:#96969ef2;font-size:12px}.profile-wall-body{white-space:pre-wrap;margin:0;line-height:1.5}.profile-avatar-shape-row{gap:16px;margin-bottom:10px;display:flex}.profile-shape-option{cursor:pointer;align-items:center;gap:6px;font-size:14px;display:inline-flex}.profile-yg{max-width:1100px;margin:0 auto;padding:0 16px 40px;position:relative}.profile-yg-own-dock{z-index:20;pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;max-width:min(280px,100% - 32px);display:flex;position:absolute;top:12px;right:20px}.profile-yg-own-dock>*{pointer-events:auto}.profile-yg-own-settings-btn{color:#f8f8fc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08080cb8;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,transform .12s;display:inline-flex;box-shadow:0 8px 28px #0006}.profile-yg-own-settings-btn:hover{background:#181820e0;border-color:#ffffff38;transform:translateY(-1px)}.profile-yg-own-dock-meta{text-align:right;color:#dcdce6eb;text-shadow:0 1px 8px #000000bf;font-size:12px;line-height:1.35}.profile-yg-own-visitors-n{background:#0006;border:1px solid #ffffff14;border-radius:8px;padding:4px 10px;display:inline-block}.profile-yg-own-visitors-n--muted{color:#bebec8e6;font-weight:500}.profile-yg-own-hint{color:#b4b4bef2;text-align:center;margin:0 0 14px;font-size:12px;line-height:1.45}.profile-yg-visitors-empty{margin:0;font-size:13px;line-height:1.45}.profile-yg-bio-edit-link{color:#90caf9;font-weight:600}.profile-yg-bio-edit-link:hover{text-decoration:underline}@media (width<=600px){.profile-yg-own-dock{align-items:stretch;max-width:none;margin:0 0 12px;padding:0 4px;position:relative;top:auto;right:auto}.profile-yg-own-settings-btn{text-align:center;width:100%}.profile-yg-own-dock-meta{text-align:center}}.profile-yg--loading,.profile-yg--narrow{text-align:center;padding:40px 16px}.profile-yg-error{max-width:480px;margin:0 auto;padding:24px}.profile-yg-banner{background:linear-gradient(135deg,#1a1520,#0c0c10) 50%/cover;border-radius:0 0 18px 18px;height:200px;margin:0 -16px}.profile-yg-inner{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:28px;margin-top:-72px;display:grid}@media (width<=900px){.profile-yg-inner{grid-template-columns:1fr;margin-top:-48px}}.profile-yg-aside{z-index:1;background:#101016f5;border:1px solid #ffffff14;border-radius:14px;padding:20px 18px;position:relative;box-shadow:0 16px 48px #00000059}.profile-yg-avatar-wrap{background:#111;border:4px solid #0a0a0ef2;border-radius:50%;width:132px;height:132px;margin:0 auto 14px;overflow:hidden;box-shadow:0 8px 28px #00000073}.profile-yg-avatar-wrap--square{border-radius:18px}.profile-yg-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.profile-yg-avatar-ph{color:#fff;background:#d32f2f40;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;font-weight:800;display:flex}.profile-yg-role-pill{text-align:center;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:700;display:block}.profile-yg-stats{justify-content:center;gap:12px;margin:0 0 8px;padding:0;list-style:none;display:flex}.profile-yg-stats li{text-align:center;min-width:72px}.profile-yg-stat-val{color:#f0f0f5;font-size:22px;font-weight:800;line-height:1.2;display:block}.profile-yg-stat-label{color:#9696a0f2;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.profile-yg-sideblock{border-top:1px solid #ffffff0f;margin-top:18px;padding-top:16px}.profile-yg-side-title{text-transform:uppercase;letter-spacing:.08em;color:#a0a0aaf2;margin:0 0 10px;font-size:12px;font-weight:700}.profile-yg-presence{color:#d2d2daf2;margin:0;font-size:13px;line-height:1.5}.profile-yg-presence a{color:#90caf9;word-break:break-word}.profile-yg-visitors{margin:0;padding:0;list-style:none}.profile-yg-visitors li{padding:4px 0;font-size:14px}.profile-yg-visitor-name{font-weight:600}.profile-yg-main{z-index:0;min-width:0;padding-top:12px;position:relative}.profile-yg-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.profile-yg-name{letter-spacing:0;margin:0;font-size:clamp(26px,4vw,36px);font-weight:800;line-height:1.15}.profile-yg-actions{flex-shrink:0}.profile-yg-btn-write{padding-left:20px;padding-right:20px}.profile-yg-bio{color:#e1e1e6f5;white-space:pre-wrap;margin:0 0 20px;font-size:15px;line-height:1.65}.profile-yg-bio--empty{color:#8c8c96f2;font-style:italic}.profile-yg-tabs{border-bottom:1px solid #ffffff14;gap:8px;margin-bottom:18px;display:flex}.profile-yg-tab{color:#9696a0f2;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 4px 12px;font-size:14px;font-weight:600}.profile-yg-tab.is-active{color:#f4f4f8;border-bottom-color:#e53935d9}.profile-yg-wall-section{background:#0c0c12a6;border:1px solid #ffffff12;border-radius:14px;padding:18px 20px 8px}.profile-yg-wall-form{margin-bottom:18px}.profile-yg-wall-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.profile-yg-wall-counter{color:#9696a0f2;font-size:12px;font-weight:600}.profile-yg-wall-sess-hint{margin:8px 0 0;font-size:12px}.profile-yg-wall-input{box-sizing:border-box;resize:vertical;width:100%;min-width:0;max-width:100%;margin-bottom:10px}.profile-yg-wall-err{margin-bottom:8px}.profile-yg-wall-hint{margin:0 0 16px;font-size:13px}.profile-yg-feed{margin:0;padding:0;list-style:none}.profile-yg-feed-empty{text-align:center;padding:20px 0 28px}.profile-yg-feed-item{border-top:1px solid #ffffff0f;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:14px 0;display:grid}.profile-yg-feed-item:first-of-type{border-top:none;padding-top:4px}.profile-yg-feed-aside{padding-top:2px}.profile-yg-feed-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.profile-yg-feed-author{font-size:14px;font-weight:700}.profile-yg-feed-head time{color:#9696a0f2;font-size:12px}.profile-yg-feed-text{white-space:pre-wrap;color:#dcdce4fa;margin:0;font-size:14px;line-height:1.55}.profile-yg-feed-body .forum-post-body{color:#dcdce4fa;font-size:14px;line-height:1.55}.profile-yg-feed-body .forum-post-line a{color:var(--fp-link,#e57373);word-break:break-all}.profile-yg-feed-body .forum-post-img{object-fit:contain;border-radius:10px;width:auto;max-width:min(100%,520px);height:auto;max-height:380px}.profile-yg-back{margin:24px 0 0;font-size:14px}.profile-yg-back a{color:#b4b4bef2}body:before{filter:none;opacity:1;background:linear-gradient(135deg,#071012fa,#0c1b1dfa 48%,#16140df2),repeating-linear-gradient(90deg,#ffffff08 0 1px,#0000 1px 72px);animation:none}body:after{filter:none;opacity:.9;background:linear-gradient(#0000 55%,#22d3c50a),repeating-linear-gradient(0deg,#0000 0 44px,#f2b84b09 45px);animation:none}.home-vpn .section-title,.home-vpn .section-title--red{color:var(--text-primary)}.vpn-hero{align-items:center;min-height:calc(100vh - 76px);padding:72px 0 54px;display:flex}.vpn-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);align-items:center;gap:clamp(28px,6vw,80px);display:grid}.vpn-hero__copy h1{letter-spacing:0;max-width:820px;margin:18px 0;font-size:clamp(42px,7vw,88px);line-height:.98}.vpn-hero__copy p{max-width:720px;color:var(--text-secondary);margin:0 0 28px;font-size:clamp(16px,2vw,20px)}.vpn-device{background:linear-gradient(#111d20eb,#071012f5),repeating-linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 36px);border:1px solid #22d3c53d;border-radius:8px;min-height:480px;padding:34px;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000061}.vpn-device__logo{filter:drop-shadow(0 18px 38px #22d3c52e);width:min(210px,60%);margin:22px auto 42px;display:block}.vpn-device__status{color:#d8fffb;text-transform:uppercase;background:#22d3c514;border:1px solid #22d3c547;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:inline-flex}.vpn-dot{background:#22d3c5;border-radius:50%;width:9px;height:9px;box-shadow:0 0 18px #22d3c5e6}.vpn-device__route{color:var(--text-primary);grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:center;gap:8px;margin:36px 0;font-size:13px;display:grid}.vpn-device__route span{text-align:center;background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;place-items:center;min-height:54px;padding:8px;display:grid}.vpn-device__route i{background:linear-gradient(90deg,#22d3c533,#f2b84bcc);height:1px}.vpn-device__metrics{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.vpn-device__metrics div,.vpn-plan-mini{background:#0000002e;border:1px solid #ffffff14;border-radius:8px;padding:16px}.vpn-device__metrics strong,.vpn-plan-mini strong{color:var(--accent-secondary);font-size:18px;display:block}.vpn-device__metrics span,.vpn-plan-mini em{color:var(--text-secondary);font-size:12px;font-style:normal;display:block}.vpn-stats{margin-top:0}.vpn-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.vpn-feature-card h3{color:var(--accent-primary)}.vpn-plan-mini span{color:var(--text-primary);font-weight:700;display:block}.vpn-download-band{background:#111d20c7;border:1px solid #22d3c538;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:26px;padding:clamp(22px,4vw,38px);display:grid}.vpn-download-band h2{margin:8px 0 10px}.vpn-download-band p{max-width:760px;color:var(--text-secondary);margin:0}.vpn-download-actions,.dashboard-download-actions,.admin-actions,.admin-create-row{flex-wrap:wrap;gap:10px;display:flex}.dashboard-download-actions .btn{min-width:180px}.admin-create-row{grid-template-columns:minmax(120px,1fr) minmax(180px,1.4fr) minmax(140px,1fr) 90px auto;align-items:end;margin:18px 0 24px;display:grid}.admin-vpn-page .btn{padding:8px 10px;font-size:12px}@media (width<=980px){.vpn-hero__grid,.vpn-download-band{grid-template-columns:1fr}.vpn-device{min-height:400px}.vpn-feature-grid,.vpn-plan-row{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-create-row{grid-template-columns:1fr 1fr}}@media (width<=640px){.vpn-hero{padding-top:44px}.vpn-hero__copy h1{font-size:42px}.vpn-device__route,.vpn-device__metrics,.vpn-feature-grid,.vpn-plan-row,.admin-create-row{grid-template-columns:1fr}.vpn-device__route i{background:linear-gradient(#22d3c533,#f2b84bcc);width:1px;height:22px;margin:0 auto}.vpn-download-actions .btn{width:100%}}:root{--bg-primary:#05090b;--bg-secondary:#071013;--bg-card:#0a1418d6;--accent-primary:#2dd4bf;--accent-secondary:#f2c94c;--accent-glow:#2dd4bf47;--text-primary:#f4ffff;--text-secondary:#8ba3a8;--border-color:#2dd4bf2e;--focus-ring:0 0 0 3px #2dd4bf38, 0 0 0 1px #f2c94c38}body{background:#05090b}.header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050a0dc7;border-bottom:1px solid #2dd4bf1c}.logo a{color:#f4ffff;letter-spacing:.045em}.nav a,.nav button{color:#8ba3a8}.nav a:hover,.nav a.is-active{color:#2dd4bf}.nav a.btn-secondary,.btn-logout{color:#f4ffff;background:#09171bad;border-color:#2dd4bf3d}.nav a.btn-secondary:hover,.btn-logout:hover{background:#2dd4bf1f;border-color:#2dd4bfa6}.home-polished .full-width-section,.home-section{background:0 0!important}.hero-polished{border-bottom:1px solid #2dd4bf1a;align-items:center;min-height:calc(100vh - 78px);padding:96px 0 84px;display:flex;position:relative;overflow:hidden}.network-canvas{z-index:0;pointer-events:auto;opacity:.92;width:100%;height:100%;position:absolute;inset:0}.hero-noise{z-index:1;pointer-events:none;background:radial-gradient(circle at 20% 20%,#2dd4bf1a,#0000 34%),radial-gradient(circle at 78% 68%,#f2c94c0f,#0000 36%),linear-gradient(#05090b6b 0%,#05090be0 100%);position:absolute;inset:0}.hero-polished .container{z-index:2;position:relative}.hero-polished .vpn-hero__grid{align-items:center;gap:clamp(40px,7vw,120px)}.hero-polished .vpn-hero__copy{max-width:720px}.hero-polished h1{letter-spacing:0;color:#f4ffff;text-shadow:0 0 40px #2dd4bf1a;margin:18px 0 16px;font-size:clamp(38px,5vw,66px);line-height:.98}.hero-polished .vpn-hero__copy p{color:#a8bdc1;max-width:720px;font-size:clamp(15px,1.35vw,18px);line-height:1.55}.hero-badge,.cta-eyebrow{box-shadow:0 0 26px #2dd4bf1a;color:#bffbf4!important;background:#2dd4bf14!important;border-color:#2dd4bf57!important}.btn,button,.purchase-button,.purchase-button-v2,.go-login-btn{transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.btn:hover,.purchase-button-v2:hover,.go-login-btn:hover{transform:translateY(-2px)}.btn-primary,.purchase-button-v2,.btn-glow{color:#031312!important;background:linear-gradient(135deg,#2dd4bf 0%,#73eadf 48%,#f2c94c 100%)!important;border:0!important;box-shadow:0 18px 42px #2dd4bf2e,inset 0 0 0 1px #ffffff14!important}.btn-secondary{color:#efffff!important;background:#081215b8!important;border:1px solid #2dd4bf47!important}.btn-secondary:hover{background:#2dd4bf1f!important;border-color:#2dd4bf94!important}.device-polished,.vpn-device{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 30px 90px #00000073,0 0 70px #2dd4bf14;background:radial-gradient(circle at 50% 8%,#2dd4bf29,#0000 38%),#071114c2!important;border:1px solid #2dd4bf47!important}.vpn-device__metrics div,.vpn-device__route span{background:#050d10b8!important;border-color:#2dd4bf26!important}.vpn-device__metrics strong{color:#f2c94c!important}.home-section{padding:68px 0;scroll-margin-top:96px}.home-polished .stats-grid.vpn-stats{z-index:3;margin-top:-30px;position:relative}.home-polished .stat-item,.vpn-plan-mini,.vpn-feature-card,.vpn-download-band,.faq-item{background:linear-gradient(#0d1b1fdb,#080f12db)!important;border:1px solid #2dd4bf2e!important;box-shadow:0 18px 55px #0000004d!important}.home-polished .stat-value,.section-title,.vpn-plan-mini strong{text-shadow:0 0 26px #2dd4bf29;color:#2dd4bf!important}.section-subtitle,.vpn-feature-card p,.faq-a,.vpn-download-band p{color:#8ba3a8!important}.vpn-feature-card h3,.vpn-download-band h2{color:#f4ffff!important}.plan-preview-section{background:linear-gradient(#05090b00 0%,#061214d1 48%,#05090b00 100%)!important}.vpn-plan-row{align-items:stretch}.vpn-plan-mini{position:relative;overflow:hidden}.vpn-plan-mini:before{content:"";opacity:0;background:linear-gradient(135deg,#2dd4bf2e,#0000 44%,#f2c94c1f);transition:opacity .22s;position:absolute;inset:-1px}.vpn-plan-mini:hover:before{opacity:1}.vpn-plan-mini>*{z-index:1;position:relative}.faq-section-polished{padding-top:68px}.faq-item{border-radius:18px}.faq-q{color:#f4ffff}.faq-item[open]{border-color:#2dd4bf5c!important}.home-polished .vpn-hero{min-height:auto;padding:42px 0 34px}.home-polished .hero-actions{justify-content:flex-start;gap:10px}.home-polished .hero-actions .btn{border-radius:999px;min-height:40px;padding:9px 15px}.home-polished .vpn-device{min-height:324px;padding:22px}.home-polished .vpn-device__logo{width:min(126px,50%);margin:10px auto 24px}.home-polished .vpn-device__route{margin:20px 0}.home-polished .vpn-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.home-polished .stat-item{align-content:center;min-height:112px;padding:18px 16px;display:grid;border-radius:8px!important}.home-polished .stat-value{letter-spacing:0;margin-bottom:6px;font-size:clamp(28px,3.2vw,38px);line-height:1}.home-polished .stat-label{letter-spacing:.08em;line-height:1.35}.home-polished .vpn-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.home-polished .vpn-feature-card{text-align:left;cursor:default;min-height:0;padding:18px;border-radius:8px!important}.home-polished .vpn-feature-card:focus-visible{outline:none;box-shadow:var(--focus-ring), 0 18px 55px #0000004d!important}.home-polished .vpn-feature-card:hover,.home-polished .vpn-feature-card:focus-visible,.home-polished .faq-item:hover{transform:translateY(-3px);border-color:#2dd4bf6b!important;box-shadow:0 20px 60px #2dd4bf1a!important}.home-polished .vpn-feature-card h3{margin:14px 0 8px;font-size:20px}.home-polished .vpn-feature-card p{margin:0;font-size:14px;line-height:1.55}.app-shot{background:radial-gradient(circle at 74% 18%,#2dd4bf1f,#0000 34%),#030b0eb8;border:1px solid #2dd4bf29;border-radius:8px;min-height:148px;padding:14px;overflow:hidden}.shot-title-row,.shot-input-row,.shot-list-row,.shot-grid,.shot-app-row,.protocol-pill{align-items:center;display:flex}.shot-title-row{justify-content:space-between;gap:10px;margin-bottom:12px}.shot-title-row strong{color:#f4ffff;font-size:14px}.shot-title-row span,.shot-list-row em,.shot-app-row em{color:#2dd4bf;font-size:11px;font-style:normal}.shot-progress{background:#2dd4bf1c;border-radius:999px;height:9px;overflow:hidden}.shot-progress i{background:linear-gradient(90deg,#2dd4bf,#73eadf);width:100%;height:100%;display:block}.shot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.shot-grid span,.shot-list-row,.shot-app-row,.protocol-pill{color:#dffffc;background:#051114db;border-radius:8px;min-height:36px;padding:8px 10px;font-size:12px}.shot-input-row{gap:8px}.shot-input-row i{background:#051114db;border-radius:8px;flex:1;height:38px}.shot-input-row button{color:#031312;background:linear-gradient(135deg,#2dd4bf,#73eadf);border:0;border-radius:999px;min-width:84px;height:38px;padding:0 12px;font-size:11px;font-weight:800}.shot-list-row{justify-content:space-between;margin-top:12px}.shot-app-row{justify-content:space-between;gap:10px;margin-top:8px}.shot-app-row b{background:linear-gradient(135deg,#2dd4bf,#4b8cff);border-radius:5px;flex:none;width:18px;height:18px}.shot-app-row span{color:#f4ffff;flex:1;font-size:12px;font-weight:700}.app-shot--protocols{gap:10px;display:grid}.protocol-pill{gap:4px;display:grid}.protocol-pill strong{color:#2dd4bf;font-size:22px;line-height:1}.protocol-pill span{color:#8ba3a8;font-size:12px}.home-polished .faq-grid{max-width:980px}.home-polished .faq-item{padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden;border-radius:8px!important}.home-polished .faq-q{align-items:center;min-height:54px;padding:16px 48px 16px 18px;display:flex;position:relative}.home-polished .faq-q:after{content:"+";color:#2dd4bf;font-size:24px;line-height:1;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.home-polished .faq-item[open] .faq-q:after{content:"–"}.home-polished .faq-a{margin:0;padding:0 18px 18px}@media (width<=980px){.home-polished .vpn-stats,.home-polished .vpn-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.home-polished .hero-actions{grid-template-columns:1fr;justify-content:stretch;display:grid}.home-polished .hero-actions .btn{justify-content:center;width:100%;min-width:0}.home-polished .vpn-hero__copy{overflow-wrap:anywhere;min-width:0}.home-polished .vpn-device{max-width:100%}.home-polished .vpn-stats,.home-polished .vpn-feature-grid,.shot-grid{grid-template-columns:1fr}.shot-input-row{flex-wrap:wrap}.shot-input-row i,.shot-input-row button{flex:120px}}.payment-page-v2{background:radial-gradient(circle at 50% 0,#2dd4bf21,#0000 30%),radial-gradient(circle at 80% 70%,#f2c94c0f,#0000 34%),#05090b;min-height:calc(100vh - 80px);padding:46px 20px 76px}.payment-shell-v2{background:#081013d1;border:1px solid #2dd4bf2e;border-radius:30px;max-width:1040px;margin:0 auto;padding:clamp(20px,3vw,38px);box-shadow:0 36px 100px #00000075}.payment-hero-v2{text-align:center;max-width:720px;margin:0 auto 26px}.payment-hero-v2 h1{letter-spacing:0;color:#f4ffff;margin:16px 0 12px;font-size:clamp(32px,4.4vw,54px);line-height:1.04}.payment-hero-v2 p{color:#8ba3a8;margin:0;font-size:15px}.plan-card-v2{color:#f4ffff;cursor:pointer;text-align:center;background:linear-gradient(#0d1b1fd6,#080f12eb);border:1px solid #2dd4bf2e;border-radius:20px;min-height:150px;padding:18px 14px;position:relative;box-shadow:0 18px 44px #00000040}.plan-card-v2:hover{border-color:#2dd4bf80;transform:translateY(-2px)}.plan-card-v2.active{border-color:#f2c94ce0;box-shadow:0 0 0 1px #f2c94c3d,0 20px 60px #2dd4bf1a}.popular-tag-v2{color:#081113;text-transform:uppercase;background:#f2c94c;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900;position:absolute;top:-10px;right:14px}.plan-label-v2,.plan-days-v2,.plan-card-v2 em{color:#8ba3a8;font-style:normal;display:block}.plan-label-v2{color:#f4ffff;font-weight:800}.plan-price-v2{color:#2dd4bf;margin:12px 0 8px;font-size:29px;display:block}.checkout-card-v2{background:#050a0db8;border:1px solid #2dd4bf2e;border-radius:26px;grid-template-columns:.8fr 1fr;align-items:center;gap:26px;max-width:820px;margin:0 auto;padding:28px;display:grid}.checkout-summary-v2{text-align:center;background:linear-gradient(#2dd4bf1a,#060d10e6);border:1px solid #2dd4bf38;border-radius:22px;padding:24px}.checkout-summary-v2 span,.checkout-summary-v2 p{color:#8ba3a8}.checkout-summary-v2 h2{color:#f4ffff;margin:8px 0 10px}.checkout-summary-v2 strong{color:#f2c94c;font-size:44px}.checkout-list-v2{gap:10px;margin:0 0 18px;padding:0;list-style:none;display:grid}.checkout-list-v2 li{color:#b7cdd0;padding-left:26px;position:relative}.checkout-list-v2 li:before{content:"✓";color:#2dd4bf;font-weight:900;position:absolute;left:0}.checkout-email-v2 span{color:#8ba3a8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:13px;display:block}.purchase-button-v2{text-transform:uppercase;cursor:pointer;border-radius:999px;width:100%;height:52px;margin-top:14px;font-weight:900}.payment-status{color:#d7f8f5;background:#061216d1;border:1px solid #2dd4bf38;border-radius:16px;max-width:820px;margin:0 auto 18px;padding:14px 18px}.payment-status--success{color:#bffdf6;border-color:#2dd4bf57}.payment-status--error{color:#ffc9c9;border-color:#d32f2f6b}.payment-success-v2{background:#081215d1;border-color:#2dd4bf47;max-width:620px;margin:0 auto}@media (width<=980px){.plans-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-card-v2,.hero-polished .vpn-hero__grid{grid-template-columns:1fr}}@media (width<=560px){.plans-grid-v2{grid-template-columns:1fr}.hero-polished{padding:64px 0}.payment-page-v2{padding:38px 12px 70px}.payment-shell-v2{border-radius:22px;padding:20px 14px}}.global-network-bg{z-index:0;pointer-events:none;opacity:.82;mix-blend-mode:screen;width:100vw;height:100vh;position:fixed;inset:0}.App,.site-main,.site-header,.header,.footer,.site-footer{z-index:1;position:relative}.site-main{isolation:isolate}.network-canvas{display:none!important}.hero-noise{pointer-events:none;opacity:.12}.payment-page-v2,.payment-wrapper,.payment-container{background:0 0!important}.payment-shell-v2,.selected-plan-card-v2,.selected-plan-box,.payment-container{border-color:#2dd4bf38!important;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff0a!important}.payment-hero-v2 h1,.payment-heading{text-shadow:0 0 22px #2dd4bf29;color:#f4ffff!important}.plan-card-v2,.plan-card-square{color:#f4ffff!important;background:linear-gradient(145deg,#09171bf0,#070e11eb)!important;border:1px solid #2dd4bf2e!important;box-shadow:0 16px 38px #00000052!important}.plan-card-v2:hover,.plan-card-square:hover{transform:translateY(-3px);border-color:#2dd4bf7a!important}.plan-card-v2.active,.plan-card-square.active{background:radial-gradient(circle at 50% 0,#f9d35b29,#0000 55%),linear-gradient(145deg,#0e2224f5,#080f12f0)!important;border-color:#f9d35beb!important;box-shadow:0 22px 55px #00000073,0 0 0 1px #f9d35b2e,0 0 34px #2dd4bf1f!important}.plan-price-v2,.plan-price-square,.selected-price-box,.selected-price-v2{color:#2dd4bf!important;text-shadow:0 0 22px #2dd4bf33!important}.popular-tag-v2,.popular-tag{color:#041214!important;background:linear-gradient(135deg,#2dd4bf,#f9d35b)!important;border:0!important;box-shadow:0 10px 26px #2dd4bf2e!important}.payment-button-v2,.buy-button-box,.btn-primary,.hero-download,.download-button{color:#041214!important;background:linear-gradient(135deg,#2dd4bf,#f9d35b)!important;border:0!important;box-shadow:0 14px 32px #2dd4bf33!important}.payment-button-v2:hover,.buy-button-box:hover,.btn-primary:hover,.hero-download:hover,.download-button:hover{filter:brightness(1.06);transform:translateY(-2px)}.vpn-hero,.full-width-section,.payment-page-v2,.auth-page,.dashboard-page,.admin-page{z-index:1;position:relative}.vpn-hero:before,.payment-page-v2:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 10%,#2dd4bf0f,#0000 44%),linear-gradient(#050a0d4d,#050a0db8);position:absolute;inset:0}.global-network-bg{z-index:1!important;opacity:.92!important;mix-blend-mode:screen!important;pointer-events:none!important}.App,.site-main{z-index:2;position:relative;background:0 0!important}.header,.site-header,.footer,.site-footer{position:relative;z-index:5!important}.home-polished,.payment-page-v2,.payment-wrapper,.auth-page,.dashboard-page,.admin-page,.full-width-section,.home-section,.vpn-hero,.hero-polished{background:0 0!important}.hero-noise{opacity:.22!important;background:linear-gradient(#05090b14 0%,#05090b29 100%)!important}.vpn-hero:before,.payment-page-v2:before{background:radial-gradient(circle at 20% 16%,#2dd4bf0d,#0000 42%),linear-gradient(#050a0d14,#050a0d2e)!important}.vpn-device,.payment-shell-v2,.selected-plan-card-v2,.selected-plan-box,.auth-card,.dashboard-card,.admin-card,.panel-card,.form-card,.card,.faq-item,.download-card{-webkit-backdrop-filter:blur(8px);background-color:#060e11b3!important}body:before,body:after{opacity:.22!important}.section,.features-section,.faq-section,.download-section,.pricing-section{background:0 0!important}.plans-grid-v2{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:16px!important;margin:28px 0 32px!important;display:grid!important}.payment-shell-v2{max-width:1120px!important}.plan-card-v2{min-width:0!important}.vpn-plan-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:16px!important;display:grid!important}.home-section{background:0 0!important}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;display:grid}.trust-card{background:linear-gradient(#09171bc7,#060e11b3);border:1px solid #2dd4bf2e;border-radius:22px;min-height:132px;padding:22px;box-shadow:0 16px 42px #0000003d}.trust-card strong{color:#f4ffff;margin-bottom:8px;font-size:18px;display:block}.trust-card span{color:#9fb6ba;font-size:14px;line-height:1.45}.payment-success-actions{gap:12px;margin-top:18px;display:grid}.payment-success-actions .go-login-btn{text-align:center;justify-content:center;width:100%}.home-polished .stat-item,.vpn-plan-mini,.vpn-feature-card,.vpn-download-band,.faq-item,.trust-card{box-shadow:0 14px 42px #0000003d!important}.vpn-device__metrics strong,.vpn-plan-mini strong,.checkout-summary-v2 strong{text-shadow:none!important}@media (width<=720px){.hero-actions{align-items:stretch}.hero-actions .btn{justify-content:center;width:100%}.dashboard-download-actions,.payment-success-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.global-network-bg,.hero-particles-canvas,.network-canvas{display:none!important}}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:16px 0 18px;display:grid}.analytics-card{background:radial-gradient(circle at 25% 15%,#2dd4bf1f,#0000 48%),#041417c7;border:1px solid #2dd4bf38;border-radius:18px;min-height:96px;padding:16px;box-shadow:inset 0 0 0 1px #ffffff06}.analytics-card span{color:#9bb;letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.analytics-card b{color:#2dd4bf;margin-top:8px;font-size:clamp(26px,4vw,38px);line-height:1;display:block}.analytics-panel{background:#02121494;border:1px solid #2dd4bf33;border-radius:20px;margin-top:16px;padding:16px}.analytics-panel-head{justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px;display:flex}.analytics-panel-head h3{margin:0;font-size:20px}.analytics-panel-head span{color:#8aa;font-size:12px}.analytics-chart{background:linear-gradient(#ffffff06,#ffffff01);border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));align-items:end;gap:10px;min-height:230px;padding:12px 4px 4px;display:grid}.analytics-day{color:#9bb;justify-items:center;gap:6px;min-width:42px;font-size:11px;display:grid}.analytics-bars{align-items:end;gap:4px;height:158px;display:flex}.analytics-bar{border-radius:999px 999px 4px 4px;width:12px;min-height:4px;display:block;box-shadow:0 0 18px #2dd4bf29}.analytics-day strong{color:#eff;font-size:12px}.analytics-day small{color:#6f888d;font-size:10px}.analytics-table td{vertical-align:top}.admin-analytics-panel{gap:18px;margin-top:10px;display:grid}.analytics-topline{background:#02121494;border:1px solid #2dd4bf38;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.analytics-cards{grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;display:grid}.analytics-card{background:#051316c2;border:1px solid #2dd4bf33;border-radius:16px;padding:14px}.analytics-card span{color:#8fa8ad;margin-bottom:8px;font-size:12px;display:block}.analytics-card b{color:#f4ffff;font-size:26px}.analytics-chart{background:#02121494;border:1px solid #2dd4bf38;border-radius:18px;grid-template-columns:repeat(7,minmax(110px,1fr));gap:12px;padding:16px;display:grid}.analytics-day{background:#0000002e;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;justify-content:flex-end;gap:8px;min-height:142px;padding:12px;display:flex}.analytics-day-head{color:#dff;justify-content:space-between;font-size:13px;display:flex}.analytics-day-head b{color:#2dd4bf}.analytics-bar-wrap{border-radius:12px;align-items:flex-end;gap:5px;height:78px;display:flex;overflow:hidden}.analytics-bar{border-radius:10px 10px 0 0;width:50%;min-height:6px}.analytics-bar-registered{background:linear-gradient(#2dd4bf,#138f87)}.analytics-bar-guest{background:linear-gradient(#e9d95b,#a99519)}.analytics-day-legend{color:#8fa8ad;justify-content:space-between;gap:8px;font-size:11px;display:flex}.analytics-note{color:#8fa8ad;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.analytics-dot{border-radius:50%;width:10px;height:10px;margin-left:8px;display:inline-block}.analytics-dot-user{background:#2dd4bf}.analytics-dot-guest{background:#e9d95b}@media (width<=900px){.analytics-cards{grid-template-columns:repeat(2,minmax(140px,1fr))}.analytics-chart{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (width<=520px){.analytics-cards,.analytics-chart{grid-template-columns:1fr}}.analytics-hero{background:radial-gradient(circle at 12% 20%,#2dd4bf1f,#0000 28%),linear-gradient(135deg,#021214eb,#050f12c7)}.analytics-cards-month{grid-template-columns:repeat(4,minmax(150px,1fr))}.analytics-card small{color:#8fa8ad;margin-top:4px;font-size:11px;font-weight:700;display:block}.analytics-section-title{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:6px;display:flex}.analytics-section-title h3{color:#f4ffff;margin:0}.analytics-section-title span{color:#8fa8ad;font-size:12px}.analytics-month-chart{background:linear-gradient(#041316d1,#010a0c9e),repeating-linear-gradient(0deg,#0000 0 31px,#2dd4bf0e 32px);border:1px solid #2dd4bf38;border-radius:18px;grid-template-columns:repeat(30,minmax(28px,1fr));align-items:end;gap:7px;min-height:260px;padding:16px;display:grid}.analytics-month-day{color:#8fa8ad;text-align:center;grid-template-rows:1fr auto auto;align-items:end;gap:5px;min-width:0;font-size:10px;display:grid}.analytics-month-bars{border-radius:999px 999px 6px 6px;justify-content:center;align-items:flex-end;gap:3px;height:158px;padding:0 2px;display:flex}.analytics-month-bar{border-radius:999px 999px 3px 3px;width:8px;min-height:4px;box-shadow:0 0 18px #2dd4bf29}.analytics-month-bar-user{background:linear-gradient(#6df7eb,#2dd4bf 60%,#0d746f)}.analytics-month-bar-guest{background:linear-gradient(#fff08b,#e9d95b 60%,#9c861b)}.analytics-month-day b{color:#eff;font-size:11px;line-height:1}.analytics-month-day span{writing-mode:vertical-rl;justify-self:center;max-height:48px;line-height:1;transform:rotate(180deg)}.analytics-week-grid{grid-template-columns:repeat(5,minmax(160px,1fr));gap:12px;display:grid}.analytics-week-card{background:radial-gradient(circle at 10% 0,#2dd4bf1f,#0000 35%),#051316c7;border:1px solid #2dd4bf38;border-radius:18px;padding:14px}.analytics-week-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.analytics-week-head b{color:#f4ffff;font-size:14px}.analytics-week-head span{color:#8fa8ad;font-size:11px}.analytics-week-total{color:#2dd4bf;margin:12px 0 8px;font-size:30px;font-weight:900;line-height:1}.analytics-week-line{background:#ffffff0f;border-radius:999px;gap:4px;height:10px;display:flex;overflow:hidden}.analytics-week-line i{border-radius:inherit;min-width:4px;height:100%;display:block}.analytics-week-user{background:linear-gradient(90deg,#2dd4bf,#7cf7ea)}.analytics-week-guest{background:linear-gradient(90deg,#e9d95b,#fff08b)}.analytics-week-meta{color:#8fa8ad;justify-content:space-between;gap:10px;margin-top:8px;font-size:11px;display:flex}@media (width<=1100px){.analytics-cards-month{grid-template-columns:repeat(2,minmax(150px,1fr))}.analytics-month-chart{grid-template-columns:repeat(15,minmax(28px,1fr))}.analytics-week-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (width<=620px){.analytics-cards-month,.analytics-week-grid{grid-template-columns:1fr}.analytics-month-chart{grid-template-columns:repeat(10,minmax(24px,1fr));overflow-x:auto}}.admin-device-list{gap:6px;display:grid}.admin-device-chip{background:#0000002e;border:1px solid #2dd4bf29;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.admin-device-chip b{color:#eff;font-size:12px;display:block}.admin-device-chip span{color:#8aa;margin-top:2px;font-size:11px;display:block}.admin-device-chip .btn{white-space:nowrap;padding:6px 9px;font-size:11px}.dashboard-device-panel{background:radial-gradient(circle at 10% 0,#2dd4bf1a,#0000 36%),#0003;border:1px solid #2dd4bf38;border-radius:18px;gap:12px;margin:18px 0 0;padding:14px;display:grid}.dashboard-device-panel>div{color:#eff;justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-device-panel b{font-weight:900}.dashboard-device-panel span,.dashboard-device-panel p{color:#9bb;margin:0}.dashboard-device-panel p{font-size:13px}.home-polished .section-head{max-width:760px;margin-left:auto;margin-right:auto}.servers-preview-section{padding-top:40px}.server-preview-grid,.admin-node-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.server-card-public,.admin-node-card,.how-card,.server-empty-card{background:linear-gradient(145deg,#031618d6,#030b0dc7);border:1px solid #2dd4bf47;border-radius:22px;padding:20px;position:relative;overflow:hidden;box-shadow:0 22px 70px #00000052,inset 0 1px #ffffff0a}.server-card-public:before,.admin-node-card:before,.how-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 10%,#2dd4bf29,#0000 42%);position:absolute;inset:-1px}.server-card-public__top,.admin-node-card__head{align-items:center;gap:12px;margin-bottom:14px;display:flex;position:relative}.server-flag{background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;place-items:center;width:58px;height:42px;font-size:30px;display:grid;box-shadow:inset 0 0 18px #2dd4bf12}.server-card-public h3,.admin-node-card h3{color:#f5ffff;margin:0;font-size:22px;line-height:1.12}.server-card-public p,.admin-node-card p{color:#8fa9ad;margin:4px 0 0;font-size:13px}.server-live,.admin-node-card__head>span{text-transform:uppercase;letter-spacing:.06em;color:#46f5e9;background:#2dd4bf14;border:1px solid #2dd4bf40;border-radius:999px;margin-left:auto;padding:6px 10px;font-size:11px;font-weight:900}.server-live.is-off,.admin-node-card.is-offline .admin-node-card__head>span{color:#9aa;background:#ffffff0a;border-color:#ffffff1f}.server-endpoint,.admin-node-endpoint{color:#b9d7dc;overflow-wrap:anywhere;background:#00000038;border:1px solid #2dd4bf2e;border-radius:14px;margin:14px 0;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;position:relative}.server-metrics,.admin-node-metrics{grid-template-columns:repeat(3,1fr);gap:10px;display:grid;position:relative}.metric-pill,.admin-node-metrics div{background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;gap:2px;padding:10px;display:grid}.metric-pill b,.admin-node-metrics b{color:#eaffff;font-size:16px}.metric-pill span,.admin-node-metrics span{color:#7f9ba0;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.server-load-line,.admin-node-load{background:#ffffff0d;border-radius:999px;height:8px;margin:14px 0;overflow:hidden}.server-load-line i,.admin-node-load i{border-radius:inherit;background:linear-gradient(90deg,#31d5ca,#f7df61);height:100%;display:block;box-shadow:0 0 20px #2dd4bf42}.server-protocols,.admin-node-protocols{flex-wrap:wrap;gap:8px;display:flex;position:relative}.server-protocols span,.admin-node-protocols span,.admin-node-foot span{color:#dffffd;background:#2dd4bf0f;border:1px solid #2dd4bf2e;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.server-empty-card{color:#a9c1c4;grid-column:1/-1}.how-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.how-card span{color:#39e0d2;letter-spacing:.08em;margin-bottom:24px;font-weight:1000;display:inline-flex;position:relative}.how-card h3{margin:0 0 8px;font-size:20px;position:relative}.how-card p{color:#9db4b8;margin:0;font-size:14px;position:relative}.vpn-plan-row--sales .vpn-plan-mini{min-height:118px}.vpn-plan-mini--popular,.vpn-plan-mini--vip{box-shadow:0 20px 55px #f9d35b14,inset 0 0 0 1px #2dd4bf14;border-color:#f9d35b6b!important}.vpn-plan-mini--popular:after,.vpn-plan-mini--vip:after{content:"VIP";color:#071012;background:linear-gradient(135deg,#36d9c8,#f7dd61);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:1000;position:absolute;top:10px;right:12px}.shot-app-row.is-checked b{background:linear-gradient(135deg,#32d8ca,#58a8ff);border:1px solid #ffffff38;place-items:center;display:inline-grid;position:relative;box-shadow:0 0 20px #2dd4bf38}.shot-app-row.is-checked b:after{content:"✓";color:#061112;font-size:12px;font-weight:1000;line-height:1}.mobile-sticky-cta{display:none}.admin-node-hero{background:#0212149e;border:1px solid #2dd4bf40;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;padding:18px;display:flex}.admin-node-hero h3{margin:0 0 6px;font-size:24px}.admin-node-hero p,.admin-node-paths{color:#9bb;margin:0;font-size:13px}.admin-node-stats{flex-wrap:wrap;gap:10px;display:flex}.admin-node-stats span{color:#bde;background:#2dd4bf12;border:1px solid #2dd4bf33;border-radius:14px;min-width:128px;padding:10px 12px}.admin-node-stats b{color:#38e0d2;font-size:22px;display:block}.admin-node-paths{gap:6px;margin-bottom:16px;display:grid}.admin-node-path-list{gap:6px;margin-top:12px;display:grid}.admin-node-path-list code,.admin-node-foot code{color:#9ff;overflow-wrap:anywhere}.admin-node-foot{flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:12px;display:flex}@media (width<=900px){.how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-node-hero{flex-direction:column}}@media (width<=640px){.server-preview-grid,.admin-node-grid,.how-grid{grid-template-columns:1fr}.server-card-public,.admin-node-card,.how-card{border-radius:18px;padding:16px}.server-card-public h3,.admin-node-card h3{font-size:19px}.server-metrics,.admin-node-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.metric-pill,.admin-node-metrics div{padding:8px 6px}.mobile-sticky-cta{z-index:90;text-align:center;color:#061112;background:linear-gradient(135deg,#31d5ca,#f7df61);border-radius:999px;padding:15px 18px;font-weight:1000;display:block;position:fixed;bottom:14px;left:14px;right:14px;box-shadow:0 18px 45px #00000073,inset 0 0 0 1px #ffffff2e}.home-polished{padding-bottom:72px}}.home-polished{background:#05090b}.hero-polished{border-bottom:1px solid #2dd4bf14}.hero-noise{background:linear-gradient(#05090b2e 0%,#05090b47 100%)}.global-network-bg{opacity:.72;transition:none!important}.home-section--tight{padding-top:28px}.surface-panel{background:linear-gradient(#0a1418c7,#070e11e0);border:1px solid #2dd4bf29;border-radius:18px;padding:clamp(22px,3vw,30px);box-shadow:0 24px 70px #00000038}.section-surface-panel{padding-bottom:clamp(18px,2.5vw,28px)}.stats-surface-panel .vpn-stats{margin-bottom:0;margin-top:18px!important}.section-head{margin-bottom:24px}.section-head--left{text-align:left;align-items:flex-start}.section-kicker{color:#d7e3e5;letter-spacing:.12em;text-transform:uppercase;background:#ffffff0b;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-height:32px;margin-bottom:12px;padding:6px 14px;font-size:11px;font-weight:800;display:inline-flex}.section-head .section-title{margin-top:0;margin-bottom:10px}.home-polished .stats-grid.vpn-stats{margin-top:0}.home-polished .stat-item,.home-polished .vpn-plan-mini,.home-polished .vpn-feature-card,.home-polished .vpn-download-band,.home-polished .faq-item,.server-card-public,.server-empty-card,.trust-card,.how-card{border-radius:18px!important}.device-polished,.vpn-device{background:#071114c7!important}.vpn-device__route span,.vpn-device__metrics div,.home-polished .stat-item,.vpn-plan-mini,.server-card-public,.vpn-download-band,.faq-item,.trust-card,.how-card,.vpn-feature-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.server-preview-grid{gap:16px;display:grid}.server-card-public{padding:18px;box-shadow:0 18px 55px #00000040;background:linear-gradient(#0d1b1fd1,#080f12eb)!important;border:1px solid #2dd4bf2e!important}.server-head-copy{min-width:0}.server-head-copy h3{color:#f4ffff;margin:0;font-size:clamp(22px,2vw,28px);line-height:1.05}.server-head-copy p{color:#8ba3a8;margin:4px 0 0;font-size:14px}.server-flag{background:linear-gradient(#ffffff14,#ffffff08);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:56px;min-height:56px;padding:6px 4px;display:flex;box-shadow:inset 0 1px #ffffff0a}.server-flag__emoji{font-size:22px;line-height:1}.server-flag__code{color:#d9e8e9;letter-spacing:.08em;font-size:11px;font-weight:800}.server-live{justify-self:end}.server-endpoint{color:#d5e7e6;overflow-wrap:anywhere;background:#050d109e;border:1px solid #2dd4bf24;border-radius:14px;margin-top:16px;padding:14px 16px;font-size:13px}.server-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.metric-pill{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:center;gap:6px;min-height:86px;padding:14px 16px;display:flex}.metric-pill b{color:#f4ffff;font-size:18px;line-height:1}.metric-pill span{color:#8ba3a8;letter-spacing:.12em;text-transform:uppercase;font-size:11px}.metric-pill--good b{color:#2dd4bf}.metric-pill--warn b{color:#f2c94c}.metric-pill--bad b{color:#ff8a80}.server-load-line{background:#ffffff0f;border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.server-load-line i{border-radius:inherit;background:linear-gradient(90deg,#2dd4bfeb,#f2c94ceb);height:100%;display:block}.server-protocols{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.server-protocols span{color:#e7ffff;background:#050d108f;border:1px solid #2dd4bf2e;border-radius:999px;min-height:36px;padding:8px 12px;font-size:12px;font-weight:700}.server-empty-card{color:#a8bdc1;background:#050d1075;border:1px dashed #2dd4bf38;padding:24px}.server-empty-card code{color:#f2c94c}@media (width<=980px){.server-metrics{grid-template-columns:1fr}}@media (width<=640px){.surface-panel{border-radius:16px;padding:18px}.server-card-public__top{grid-template-columns:auto 1fr}.server-live{grid-column:1/-1;justify-self:start}.server-head-copy h3{font-size:20px}.section-kicker{min-height:30px;font-size:10px}}body:before{opacity:1!important;background:#05090b!important}.global-network-bg{opacity:.58!important;filter:none!important}.home-polished .home-section,.home-polished .full-width-section{background:0 0!important}.home-polished .home-section--panel{padding:34px 0!important}.home-polished .home-section--after-hero{padding-top:20px!important}.home-polished .hero-polished{border-bottom:0!important;padding-bottom:58px!important}.home-polished .hero-noise{background:linear-gradient(#05090b1a 0%,#05090b29 100%)!important}.home-polished .surface-panel,.home-polished .vpn-download-band{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;background:linear-gradient(#081215e0,#050c0feb)!important;border:1px solid #2dd4bf33!important;border-radius:22px!important;box-shadow:0 28px 90px #00000057,inset 0 1px #ffffff09!important}.home-polished .section-panel{overflow:hidden;padding:clamp(24px,3.2vw,38px)!important}.home-polished .section-panel:before,.home-polished .vpn-download-band:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 18% 0,#2dd4bf14,#0000 34%),radial-gradient(circle at 82% 24%,#f2c94c09,#0000 30%);position:absolute;inset:0}.home-polished .section-panel,.home-polished .vpn-download-band{position:relative}.home-polished .section-panel>*,.home-polished .vpn-download-band>*{z-index:1;position:relative}.home-polished .section-head--panel{flex-direction:column;align-items:center;width:min(780px,100%);display:flex;text-align:center!important;margin:0 auto 26px!important}.home-polished .section-kicker{color:#dbe7e8;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0e;border:1px solid #ffffff24;border-radius:999px;min-height:30px;margin:0 0 13px;padding:7px 14px;font-size:11px;font-weight:900}.home-polished .section-title{text-shadow:0 0 30px #2dd4bf29;color:#a9fff4!important;letter-spacing:.08em!important;text-align:center!important;margin:0 0 10px!important;font-size:clamp(30px,3.5vw,46px)!important;line-height:1.08!important}.home-polished .section-subtitle{max-width:720px;color:#91aeb3!important;text-align:center!important;margin:0 auto!important;font-size:15px!important;line-height:1.55!important}.stats-surface-panel .vpn-stats,.trust-surface-panel .trust-grid,.how-surface-panel .how-grid,.features-surface-panel .vpn-feature-grid,.plans-surface-panel .vpn-plan-row,.faq-surface-panel .faq-grid{z-index:1;position:relative}.home-polished .stats-surface-panel .vpn-stats{margin-top:0!important;margin-bottom:0!important}.home-polished .stat-item,.home-polished .trust-card,.home-polished .how-card,.home-polished .vpn-plan-mini,.home-polished .vpn-feature-card,.home-polished .faq-item,.home-polished .server-card-public{background:#061013c2!important;border:1px solid #2dd4bf33!important;border-radius:18px!important;box-shadow:0 16px 45px #0000003d,inset 0 1px #ffffff08!important}.home-polished .trust-card{flex-direction:column;justify-content:center;gap:10px;min-height:142px;display:flex;padding:22px!important}.home-polished .trust-card strong,.home-polished .how-card h3,.home-polished .faq-q{color:#f4ffff!important}.home-polished .trust-card span,.home-polished .how-card p{line-height:1.55;color:#9bb3b7!important}.home-polished .how-card{min-height:178px;padding:24px 22px!important}.home-polished .how-card>span{letter-spacing:.08em;font-weight:900;color:#2dd4bf!important}.home-polished .vpn-plan-row--sales{grid-template-columns:repeat(4,minmax(0,1fr))!important}.home-polished .vpn-plan-mini{min-height:126px;padding:20px 18px!important}.home-polished .vpn-plan-mini--popular,.home-polished .vpn-plan-mini--vip{border-color:#f2c94cb8!important}.panel-action-row{justify-content:center;margin-top:26px;display:flex}.home-polished .faq-surface-panel .faq-grid{max-width:920px;margin:0 auto}.home-polished .faq-item{background:#061013d1!important}.home-polished .faq-q{padding:18px 52px 18px 20px!important}.home-polished .server-card-public{background:linear-gradient(#0b2627b8,#061013e0)!important}.server-flag{gap:5px!important;width:64px!important;min-height:58px!important;padding:7px!important}.server-flag__visual{border:1px solid #ffffff2e;border-radius:6px;width:42px;height:28px;display:block;overflow:hidden;box-shadow:0 8px 22px #00000038}.flag-pl{background:linear-gradient(#fff 0 50%,#dc143c 50% 100%)}.server-flag__emoji{background:#ffffff12;border-radius:6px;place-items:center;width:42px;height:28px;display:grid;font-size:24px!important}.server-flag__code{color:#e8f8f8!important;font-size:11px!important}.home-polished .server-head-copy h3{color:#f4ffff!important}.home-polished .server-live{color:#2dd4bf;background:#2dd4bf14;border:1px solid #2dd4bf59}@media (width<=980px){.home-polished .vpn-plan-row--sales,.home-polished .vpn-stats,.home-polished .trust-grid,.home-polished .how-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.home-polished .home-section--panel{padding:22px 0!important}.home-polished .section-panel{border-radius:18px!important;padding:20px 16px!important}.home-polished .section-title{letter-spacing:.04em!important;font-size:28px!important}.home-polished .vpn-plan-row--sales,.home-polished .vpn-stats,.home-polished .trust-grid,.home-polished .how-grid,.home-polished .server-metrics{grid-template-columns:1fr!important}.home-polished .server-card-public__top{grid-template-columns:auto 1fr}}.header-v4 .header-shell{gap:18px}.header-v4 .nav{flex:1;justify-content:space-between;gap:18px}.nav-main-links,.header-actions{align-items:center;gap:12px;display:flex}.nav-main-links{flex-wrap:wrap}.header-actions{margin-left:auto}.language-select{color:#f4ffff;background:#071619b8;border:1px solid #2dd4bf40;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:7px 34px 7px 10px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0a}.language-select select{opacity:0;cursor:pointer;position:absolute;inset:0}.language-select:after{content:"⌄";color:#8ba3a8;pointer-events:none;font-size:14px;position:absolute;top:50%;right:12px;transform:translateY(-53%)}.language-select__short{letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:900}.lang-flag{border:1px solid #fff3;border-radius:4px;flex:none;width:24px;height:16px;overflow:hidden;box-shadow:0 7px 18px #00000038}.lang-flag--ru{background:linear-gradient(#fff 0 33.333%,#1c57a7 33.333% 66.666%,#d52b1e 66.666% 100%)}.lang-flag--gb{background:linear-gradient(90deg,#0000 42%,#fff 42% 58%,#0000 58%),linear-gradient(#0000 38%,#fff 38% 62%,#0000 62%),linear-gradient(90deg,#0000 46%,#c8102e 46% 54%,#0000 54%),linear-gradient(#0000 44%,#c8102e 44% 56%,#0000 56%),#012169}.lang-flag--pl{background:linear-gradient(#fff 0 50%,#dc143c 50% 100%)}.account-chip{background:linear-gradient(#091a1de0,#050d10d6);border:1px solid #2dd4bf47;border-radius:999px;align-items:center;gap:10px;min-height:48px;text-decoration:none;box-shadow:0 14px 34px #0000003d,inset 0 1px #ffffff0a;color:#f4ffff!important;padding:6px 12px 6px 7px!important;display:inline-flex!important}.account-chip:hover{background:linear-gradient(#0d2629eb,#071114e0);border-color:#2dd4bf94;transform:translateY(-1px)}.account-avatar{color:#031312;background:radial-gradient(circle at 35% 25%,#fffffff2,#0000 28%),linear-gradient(135deg,#2dd4bf,#f2c94c);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:1000;display:grid;box-shadow:0 9px 22px #2dd4bf33}.account-text{gap:1px;line-height:1;display:grid}.account-text strong{text-overflow:ellipsis;color:#f4ffff;text-transform:none;letter-spacing:0;max-width:120px;font-size:13px;font-weight:900;overflow:hidden}.account-text em{color:#67f2a5;text-transform:none;letter-spacing:0;font-size:11px;font-style:normal;font-weight:800}.header-login-btn{justify-content:center;align-items:center;min-height:42px;display:inline-flex!important}.header-v4 .btn-logout{min-height:42px;padding:8px 16px}.server-card-public__top{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;display:grid!important}.server-flag.server-flag--clean{background:linear-gradient(#ffffff17,#ffffff09)!important;border:1px solid #ffffff21!important;border-radius:16px!important;place-items:center!important;gap:4px!important;width:78px!important;height:58px!important;min-height:58px!important;padding:7px!important;display:grid!important}.server-flag--clean .server-flag__visual{background:linear-gradient(135deg,#26353a,#111b1f);position:relative;overflow:hidden;border:1px solid #ffffff42!important;border-radius:8px!important;width:54px!important;height:32px!important;box-shadow:0 10px 26px #00000047!important}.server-flag--clean .server-flag__visual.flag-pl{background:linear-gradient(#f9f9f9 0 50%,#dc143c 50% 100%)!important}.server-flag--clean .server-flag__visual.flag-ru{background:linear-gradient(#fff 0 33.333%,#1c57a7 33.333% 66.666%,#d52b1e 66.666% 100%)!important}.server-flag--clean .server-flag__visual.flag-de{background:linear-gradient(#000 0 33.333%,#d00 33.333% 66.666%,#ffce00 66.666% 100%)!important}.server-flag--clean .server-flag__visual.flag-nl{background:linear-gradient(#ae1c28 0 33.333%,#fff 33.333% 66.666%,#21468b 66.666% 100%)!important}.server-flag--clean .server-flag__visual.flag-fr{background:linear-gradient(90deg,#0055a4 0 33.333%,#fff 33.333% 66.666%,#ef4135 66.666% 100%)!important}.server-flag--clean .server-flag__visual.flag-gb{background:linear-gradient(90deg,#0000 42%,#fff 42% 58%,#0000 58%),linear-gradient(#0000 38%,#fff 38% 62%,#0000 62%),linear-gradient(90deg,#0000 46%,#c8102e 46% 54%,#0000 54%),linear-gradient(#0000 44%,#c8102e 44% 56%,#0000 56%),#012169!important}.server-flag--clean .server-flag__code{letter-spacing:.12em!important;color:#e8f8f8!important;font-size:11px!important;font-weight:1000!important}.how-card span{background:#2dd4bf13;border:1px solid #2dd4bf38;border-radius:999px;padding:7px 12px;color:#65f5e8!important;letter-spacing:.02em!important;text-transform:none!important;margin-bottom:18px!important}.forgot-card{max-width:520px;margin:64px auto}.auth-polished-card{background:linear-gradient(#09171be0,#050d10eb)!important;border:1px solid #2dd4bf38!important;border-radius:26px!important;box-shadow:0 28px 90px #0000005c!important}.auth-card-icon{color:#031312;background:linear-gradient(135deg,#2dd4bf,#f2c94c);border-radius:18px;place-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:24px;font-weight:1000;display:grid;box-shadow:0 18px 38px #2dd4bf2e}.auth-muted{color:#9fb6ba;text-align:center;margin:0 0 18px;font-size:14px;line-height:1.55}.forgot-message,.forgot-error{border-radius:16px;margin-bottom:14px;padding:12px 14px;font-size:13px}.forgot-message{color:#c9fff7;background:#2dd4bf14;border:1px solid #2dd4bf3d}.forgot-error{background:#ff707014;border:1px solid #ff707042;color:#ffc9c9!important}.forgot-back-btn{margin-top:10px}@media (width<=1060px){.header-v4 .header-shell{flex-wrap:wrap}.header-v4 .nav{order:3;width:100%}}@media (width<=860px){.header-v4 .nav{justify-content:flex-start}.nav-main-links,.header-actions{flex-direction:column;align-items:stretch;gap:10px;width:100%}.language-select,.account-chip,.header-actions .btn-secondary,.header-v4 .btn-logout{justify-content:center;width:100%}.account-chip{justify-content:flex-start!important}.server-card-public__top{grid-template-columns:auto 1fr!important}.server-live{grid-column:1/-1;justify-self:start;margin-left:0!important}}.flag-svg{border-radius:5px;display:block;overflow:hidden;box-shadow:0 7px 18px #00000038}.language-select--v5{background:#071619d6!important;gap:9px!important;padding-left:11px!important}.language-select--v5 .language-flag-svg{border:1px solid #ffffff38;flex:none;width:24px;height:16px}.language-select--v5 .language-select__short{color:#f4ffff;letter-spacing:.05em;min-width:20px;font-size:12px;font-weight:950}.account-chip--v5{min-width:0}.server-flag--v5{background:linear-gradient(#ffffff13,#ffffff06)!important;border:1px solid #ffffff21!important;border-radius:999px!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:82px!important;height:48px!important;min-height:48px!important;padding:7px 10px!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff0d,0 14px 30px #0000002e!important}.server-flag--v5 .server-flag-svg{border:1px solid #ffffff38!important;flex:none!important;width:34px!important;height:24px!important}.server-flag--v5 .server-flag__code{color:#e9fbfb!important;letter-spacing:.08em!important;margin:0!important;font-size:12px!important;font-weight:1000!important;line-height:1!important}.home-polished .server-card-public__top{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important}.home-polished .server-head-copy h3{margin-bottom:3px!important}.home-polished .how-card>span{text-transform:none!important}@media (width<=640px){.server-flag--v5{min-width:76px!important;height:44px!important;min-height:44px!important}.server-flag--v5 .server-flag-svg{width:30px!important;height:20px!important}.language-select--v5 .language-flag-svg{width:22px;height:15px}}.merchant-info{background:#060e12c7;border:1px solid #70ffca2e;border-radius:28px;margin:48px 0 20px;padding:28px;box-shadow:0 24px 80px #00000042}.merchant-info--compact{margin-top:26px}.merchant-info__header{max-width:860px;margin-bottom:22px}.merchant-info__header h2{color:#f5fffb;margin:8px 0;font-size:clamp(1.5rem,3vw,2.2rem)}.merchant-info__header p,.merchant-card p{color:#b9c9c7;line-height:1.65}.merchant-info__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.merchant-card{background:#ffffff0b;border:1px solid #ffffff14;border-radius:22px;padding:20px}.merchant-card--wide{grid-column:1/-1}.merchant-card h3{color:#fff;margin:0 0 10px;font-size:1.05rem}.merchant-card a{color:#7fffd4;font-weight:800}.payment-logos{flex-wrap:wrap;align-items:center;gap:12px;margin:8px 0 14px;display:flex}.payment-logos img{object-fit:contain;background:#fff;border-radius:12px;width:min(210px,100%);height:46px}@media (width<=760px){.merchant-info{border-radius:22px;padding:18px}.merchant-info__grid{grid-template-columns:1fr}}@media (width>=861px){.header.header-v4{z-index:5000;-webkit-backdrop-filter:blur(18px);background:linear-gradient(#030a0cf5,#050f12e6);border-bottom:1px solid #2dd4bf29;position:fixed;inset:0 0 auto;box-shadow:0 18px 42px #00000061,inset 0 1px #ffffff0a}.site-main{padding-top:96px}.header.header-v4 .container.header-shell{grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:center;gap:20px;height:72px;min-height:72px;display:grid}.header-v4 .logo a{letter-spacing:.065em;white-space:nowrap;align-items:center;min-height:42px;font-size:clamp(22px,2vw,28px);line-height:1;display:inline-flex}.header-v4 .nav{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-width:0;display:grid}.nav-main-links{background:#ffffff09;border:1px solid #2dd4bf21;border-radius:999px;flex-wrap:nowrap;justify-content:center;gap:4px;min-width:0;padding:5px;overflow:hidden;box-shadow:inset 0 1px #ffffff09}.header .nav-main-links a:not(.btn-primary):not(.btn-secondary){color:#cadee0c7;letter-spacing:.045em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 10px;font-size:12px;font-weight:850;transition:background .18s,color .18s,transform .18s;display:inline-flex}.header .nav-main-links a:not(.btn-primary):not(.btn-secondary):hover,.header .nav-main-links a:not(.btn-primary):not(.btn-secondary).is-active,.header .nav-main-links a:not(.btn-primary):not(.btn-secondary)[aria-current=page]{color:#f4ffff;background:#2dd4bf1b;transform:translateY(-1px)}.header-actions{flex-wrap:nowrap;flex:none;gap:8px;margin-left:0}.language-select,.header-admin-btn,.account-chip,.header-v4 .btn-logout,.header-login-btn{white-space:nowrap;height:40px;min-height:40px!important}.header-admin-btn{letter-spacing:.04em;justify-content:center;align-items:center;border-radius:999px!important;padding:0 14px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.account-chip{padding:4px 10px 4px 5px!important}.account-avatar{width:32px;height:32px}.account-text strong{max-width:92px;font-size:12px}.account-text em{font-size:10px}.header-v4 .btn-logout{padding:0 13px;font-size:12px}}@media (width>=861px) and (width<=1180px){.header.header-v4 .container.header-shell{grid-template-columns:auto 1fr;gap:12px;padding-left:14px;padding-right:14px}.header-v4 .logo a{letter-spacing:.035em;font-size:21px}.header .nav-main-links a:not(.btn-primary):not(.btn-secondary){letter-spacing:.015em;padding:0 7px;font-size:11px}.header-actions{gap:6px}.account-text{display:none}.account-chip{padding-right:5px!important}}@media (width>=861px){.header.header-v4{z-index:5000;position:fixed;inset:0 0 auto}.site-main{padding-top:82px!important}.header.header-v4 .container.header-shell{grid-template-columns:auto minmax(0,1fr);gap:clamp(12px,1.5vw,26px);width:100%;max-width:none;height:64px;min-height:64px;padding-left:clamp(18px,2.2vw,44px);padding-right:clamp(18px,2.2vw,44px);display:grid}.header-v4 .logo a{letter-spacing:.055em;min-height:38px;font-size:clamp(20px,1.45vw,26px)}.header-v4 .nav{justify-content:space-between;align-items:center;gap:10px;width:100%;min-width:0;display:flex}.nav-main-links{flex:auto;justify-content:center;align-items:center;gap:2px;min-width:0;max-width:100%;padding:3px;display:flex;overflow:visible}.header .nav-main-links a:not(.btn-primary):not(.btn-secondary){letter-spacing:.025em;min-height:32px;padding:0 clamp(5px,.55vw,10px);font-size:clamp(10px,.62vw,12px);line-height:1}.header-actions{flex:none;align-items:center;gap:6px;min-width:max-content;display:flex}.language-select,.header-admin-btn,.account-chip,.header-v4 .btn-logout,.header-login-btn{height:36px!important;min-height:36px!important}.header-admin-btn,.header-login-btn,.header-v4 .btn-logout{padding-left:11px!important;padding-right:11px!important;font-size:11px!important}.account-chip{padding:3px 8px 3px 4px!important}.account-avatar{width:30px!important;min-width:30px!important;height:30px!important}.account-text strong{text-overflow:ellipsis;max-width:72px;overflow:hidden}}@media (width>=861px) and (width<=1500px){.header .nav-main-links .nav-faq-link,.account-text{display:none!important}.header-actions{gap:5px}}@media (width>=861px) and (width<=1240px){.header.header-v4 .container.header-shell{gap:8px;padding-left:12px;padding-right:12px}.header-v4 .logo a{letter-spacing:.025em;font-size:18px}.header .nav-main-links a:not(.btn-primary):not(.btn-secondary){padding-left:5px;padding-right:5px;font-size:10px}.header-admin-btn,.header-login-btn,.header-v4 .btn-logout{padding-left:8px!important;padding-right:8px!important}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=ocean]{--accent-primary:#15b8ff;--accent-secondary:#0a6ee8;--accent-glow:#15b8ff52;--focus-ring:0 0 0 3px #15b8ff47, 0 0 0 1px #15b8ff7a}:root[data-theme=violet]{--accent-primary:#a78bfa;--accent-secondary:#7c3aed;--accent-glow:#a78bfa57;--focus-ring:0 0 0 3px #a78bfa47, 0 0 0 1px #a78bfa7a}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-primary:#eef7f5;--bg-secondary:#fff;--bg-card:#fff;--accent-primary:#0f766e;--accent-secondary:#14b8a6;--accent-glow:#14b8a640;--text-primary:#081311;--text-secondary:#40514f;--border-color:#0f766e2e;--focus-ring:0 0 0 3px #14b8a63d, 0 0 0 1px #0f766e6b}html[data-theme=ocean] body:before,html[data-theme=ocean] .home-polished:before{filter:hue-rotate(32deg)saturate(1.18)}html[data-theme=violet] body:before,html[data-theme=violet] .home-polished:before{filter:hue-rotate(112deg)saturate(1.18)}html[data-theme=light],html[data-theme=light] body{color:#081311!important;background:#eef7f5!important}html[data-theme=light] body:before,html[data-theme=light] .home-polished:before{opacity:.35;filter:saturate(.85)brightness(1.25)}html[data-theme=light] .surface-panel,html[data-theme=light] .hero-visual-card,html[data-theme=light] .merchant-info,html[data-theme=light] .header.header-v4{color:#081311!important;background:#ffffffdb!important;border-color:#0f766e33!important}html[data-theme=light] .section-title,html[data-theme=light] .hero-copy h1,html[data-theme=light] .logo a,html[data-theme=light] .merchant-card h3{color:#081311!important}html[data-theme=light] .section-subtitle,html[data-theme=light] .hero-copy p,html[data-theme=light] .merchant-card p{color:#3f5552!important}.theme-select{color:#f4ffff;background:#071619d6;border:1px solid #2dd4bf40;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:7px 30px 7px 11px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0a}.theme-select select{opacity:0;cursor:pointer;position:absolute;inset:0}.theme-select:after{content:"⌄";color:#8ba3a8;pointer-events:none;font-size:14px;position:absolute;top:50%;right:11px;transform:translateY(-53%)}.theme-select__icon{color:#031312;background:linear-gradient(135deg,#2dd4bff2,#f2c94cf2);border-radius:50%;place-items:center;width:18px;height:18px;font-size:10px;font-weight:1000;display:grid}.theme-select__short{color:#f4ffff;letter-spacing:.02em;min-width:34px;font-size:12px;font-weight:950}html[data-theme=light] .language-select,html[data-theme=light] .theme-select,html[data-theme=light] .nav-main-links,html[data-theme=light] .account-chip{color:#081311!important;background:#ffffffc7!important;border-color:#0f766e38!important}html[data-theme=light] .language-select__short,html[data-theme=light] .theme-select__short,html[data-theme=light] .account-text strong,html[data-theme=light] .header .nav-main-links a:not(.btn-primary):not(.btn-secondary){color:#0d2421!important}html[data-theme=light] .account-text em{color:#0f766e!important}@media (width>=861px){.theme-select,.language-select{height:36px!important;min-height:36px!important;padding-top:0!important;padding-bottom:0!important}.theme-select__short{text-overflow:ellipsis;white-space:nowrap;max-width:42px;overflow:hidden}.home-polished .hero-actions{align-items:center;flex-wrap:nowrap!important;gap:8px!important;display:flex!important}.home-polished .hero-actions .btn{white-space:nowrap;min-height:42px;letter-spacing:.035em!important;padding:0 clamp(12px,1.1vw,20px)!important;font-size:clamp(11px,.78vw,13px)!important}.home-polished .hero-actions .btn[href=\#faq]{min-width:56px;padding-left:14px!important;padding-right:14px!important}}@media (width>=861px) and (width<=1280px){.header.header-v4 .container.header-shell{grid-template-columns:auto minmax(0,1fr)!important;gap:7px!important;padding-left:10px!important;padding-right:10px!important}.header-v4 .logo a{letter-spacing:.015em!important;font-size:16px!important}.header .nav-main-links a:not(.btn-primary):not(.btn-secondary){letter-spacing:0!important;min-height:30px!important;padding-left:4px!important;padding-right:4px!important;font-size:9.5px!important}.language-select,.theme-select{padding-left:8px!important;padding-right:24px!important}.theme-select__short{display:none}.header-actions{gap:4px!important}}@media (width>=861px) and (width<=1120px){.header .nav-main-links .nav-docs-link{display:none!important}.home-polished .hero-actions{flex-wrap:wrap!important}.home-polished .hero-actions .btn{flex:none}}@media (width<=860px){.theme-select{justify-content:center;width:100%}.home-polished .hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important;display:grid!important}.home-polished .hero-actions .btn{justify-content:center;width:100%}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#05090b;--bg-secondary:#071012;--bg-card:#071215c7;--accent-primary:#2dd4bf;--accent-secondary:#f2c94c;--accent-glow:#2dd4bf38;--text-primary:#f4ffff;--text-secondary:#a8bdc1;--border-color:#2dd4bf2e;--theme-bg-1:#05090b;--theme-bg-2:#07191b;--theme-panel:#050f11b8;--theme-panel-strong:#071518e0;--theme-muted-panel:#07141799}:root[data-theme=ocean]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#03121d;--bg-secondary:#061d2c;--bg-card:#071c29c7;--accent-primary:#38bdf8;--accent-secondary:#22d3ee;--accent-glow:#38bdf83d;--text-primary:#f3fbff;--text-secondary:#a6c2cf;--border-color:#38bdf833;--focus-ring:0 0 0 3px #38bdf838, 0 0 0 1px #38bdf875;--theme-bg-1:#03121d;--theme-bg-2:#05253a;--theme-panel:#051724bd;--theme-panel-strong:#061e2ee0;--theme-muted-panel:#0820309e}:root[data-theme=violet]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#0b0715;--bg-secondary:#130b25;--bg-card:#160d27cc;--accent-primary:#c4b5fd;--accent-secondary:#22d3ee;--accent-glow:#c4b5fd3d;--text-primary:#fbf8ff;--text-secondary:#c1b5d6;--border-color:#c4b5fd33;--focus-ring:0 0 0 3px #c4b5fd38, 0 0 0 1px #c4b5fd75;--theme-bg-1:#090713;--theme-bg-2:#180d2e;--theme-panel:#120a20bd;--theme-panel-strong:#180e2be6;--theme-muted-panel:#180f2a9e}html[data-theme] body:before,html[data-theme] .home-polished:before{opacity:.26!important;filter:none!important;background:radial-gradient(circle at 18% 28%, color-mix(in srgb, var(--accent-primary) 14%, transparent) 0%, transparent 42%), radial-gradient(circle at 78% 72%, color-mix(in srgb, var(--accent-secondary) 10%, transparent) 0%, transparent 46%)!important}html[data-theme] body:after{opacity:.18!important;filter:blur(18px)!important}html[data-theme] .header.header-v4{background:color-mix(in srgb, var(--theme-panel-strong) 90%, transparent)!important;border-bottom:1px solid var(--border-color)!important;box-shadow:0 16px 38px #0000002e!important}html[data-theme] .nav-main-links,html[data-theme] .language-select,html[data-theme] .theme-select,html[data-theme] .account-chip,html[data-theme] .header-admin-btn,html[data-theme] .header-login-btn,html[data-theme] .header-v4 .btn-logout{background:var(--theme-muted-panel)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}html[data-theme] .surface-panel,html[data-theme] .hero-visual-card,html[data-theme] .merchant-info,html[data-theme] .server-card,html[data-theme] .feature-card,html[data-theme] .protocol-card,html[data-theme] .download-card,html[data-theme] .legal-card,html[data-theme] .glass-card,html[data-theme] .stat-card,html[data-theme] .path-step{background:var(--theme-panel)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;box-shadow:0 20px 54px #0003!important}html[data-theme=light] .surface-panel,html[data-theme=light] .hero-visual-card,html[data-theme=light] .merchant-info,html[data-theme=light] .server-card,html[data-theme=light] .feature-card,html[data-theme=light] .protocol-card,html[data-theme=light] .download-card,html[data-theme=light] .legal-card,html[data-theme=light] .glass-card,html[data-theme=light] .stat-card,html[data-theme=light] .path-step{box-shadow:0 18px 50px #0b38321a!important}html[data-theme] .section-title,html[data-theme] .hero-copy h1,html[data-theme] .logo a,html[data-theme] .merchant-card h3,html[data-theme] .protocol-card h3,html[data-theme] .server-card h3{color:var(--text-primary)!important}html[data-theme] .section-subtitle,html[data-theme] .hero-copy p,html[data-theme] .merchant-card p,html[data-theme] .protocol-card p,html[data-theme] .server-card p,html[data-theme] .account-text em{color:var(--text-secondary)!important}html[data-theme] .section-title .accent,html[data-theme] .protocol-card h3,html[data-theme] .server-card h3,html[data-theme] .nav a:hover,html[data-theme] .nav a.is-active{color:var(--accent-primary)!important}.theme-select{border:1px solid var(--border-color);background:var(--theme-muted-panel);color:var(--text-primary);border-radius:999px;align-items:center;gap:8px;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d;height:36px!important;min-height:36px!important;padding:0 28px 0 10px!important}.theme-select select{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.theme-select:after{content:"";opacity:.62;pointer-events:none;border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;position:absolute;top:48%;right:11px;transform:translateY(-60%)rotate(45deg)}.theme-select__icon{display:none!important}.theme-select__swatch{border:1px solid #ffffff47;border-radius:999px;flex:0 0 17px;width:17px;height:17px;box-shadow:inset 0 0 0 3px #ffffff14,0 0 0 1px #0000001a}.theme-select__swatch--dark{background:linear-gradient(135deg,#061013 0%,#2dd4bf 100%)}.theme-select__swatch--ocean{background:linear-gradient(135deg,#04324f 0%,#38bdf8 100%)}.theme-select__swatch--violet{background:linear-gradient(135deg,#180d2e 0%,#c4b5fd 100%)}.theme-select__short{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;min-width:0;max-width:62px;font-size:12px;font-weight:900;overflow:hidden;color:var(--text-primary)!important}html[data-theme=light] .hero-noise{background:radial-gradient(circle at 20% 20%,#0f766e1a,#0000 34%),radial-gradient(circle at 78% 68%,#14b8a614,#0000 36%),linear-gradient(#edf7f557 0%,#edf7f5b3 100%)!important}html[data-theme=light] .network-canvas{opacity:.28!important}html[data-theme=light] .btn-primary,html[data-theme=light] .hero-actions .btn-primary{color:#05201c!important}@media (width>=861px) and (width<=1280px){.theme-select__short{max-width:0;display:none!important}.theme-select{padding-left:9px!important;padding-right:25px!important}}@media (width<=860px){.theme-select{justify-content:center;width:100%}.theme-select__short{max-width:none}}:root[data-theme=light]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#080b0d;--bg-secondary:#121716;--bg-card:#0d1213cc;--accent-primary:#9fb6af;--accent-secondary:#d7b56d;--accent-glow:#9fb6af33;--text-primary:#f5fbf8;--text-secondary:#b7c7c2;--border-color:#9fb6af33;--focus-ring:0 0 0 3px #9fb6af33, 0 0 0 1px #9fb6af70;--theme-bg-1:#070a0c;--theme-bg-2:#161a18;--theme-panel:#090e0fc2;--theme-panel-strong:#0d1213eb;--theme-muted-panel:#0c1112ad}html[data-theme] body,html[data-theme] .home-polished{background:radial-gradient(circle at 16% 14%, color-mix(in srgb, var(--accent-primary) 22%, transparent) 0%, transparent 27%), radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--accent-secondary) 14%, transparent) 0%, transparent 30%), radial-gradient(circle at 38% 78%, color-mix(in srgb, var(--accent-primary) 16%, transparent) 0%, transparent 34%), radial-gradient(circle at 88% 82%, #ffffff09 0%, transparent 28%), linear-gradient(135deg, var(--theme-bg-1) 0%, #05090b 46%, var(--theme-bg-2) 100%)!important;color:var(--text-primary)!important}html[data-theme] body:before{opacity:1!important;filter:none!important;background:radial-gradient(circle at 22% 30%, color-mix(in srgb, var(--accent-primary) 15%, transparent) 0%, transparent 38%), radial-gradient(circle at 72% 64%, color-mix(in srgb, var(--accent-secondary) 10%, transparent) 0%, transparent 44%), repeating-linear-gradient(90deg, #ffffff06 0, #ffffff06 1px, transparent 1px, transparent 76px), repeating-linear-gradient(0deg, #ffffff05 0, #ffffff05 1px, transparent 1px, transparent 76px)!important;animation:22s ease-in-out infinite alternate plasmaShift!important}html[data-theme] body:after{opacity:.72!important;filter:blur(10px)!important;background:radial-gradient(circle at 28% 38%, color-mix(in srgb, var(--accent-primary) 18%, transparent) 0%, transparent 34%), radial-gradient(circle at 68% 48%, #ffffff0d 0%, transparent 32%), radial-gradient(circle at 52% 18%, color-mix(in srgb, var(--accent-secondary) 10%, transparent) 0%, transparent 38%)!important;animation:6s ease-in-out infinite alternate pulseFast!important}html[data-theme] .global-network-bg{opacity:.78!important;mix-blend-mode:screen!important;filter:drop-shadow(0 0 8px color-mix(in srgb, var(--accent-primary) 30%, transparent))!important}html[data-theme] .hero-noise{opacity:.42!important;background:radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--accent-primary) 11%, transparent), transparent 34%), radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--accent-secondary) 8%, transparent), transparent 38%), linear-gradient(180deg, #05090b1a 0%, #05090b47 100%)!important}html[data-theme=light] body,html[data-theme=light] .home-polished{background:radial-gradient(circle at 14% 12%,#9fb6af33 0%,#0000 28%),radial-gradient(circle at 82% 22%,#d7b56d21 0%,#0000 31%),radial-gradient(circle at 42% 80%,#2dd4bf1a 0%,#0000 34%),linear-gradient(135deg,#06090b 0%,#0c1112 52%,#171914 100%)!important}html[data-theme=light] .header.header-v4,html[data-theme=light] .surface-panel,html[data-theme=light] .hero-visual-card,html[data-theme=light] .merchant-info,html[data-theme=light] .server-card,html[data-theme=light] .feature-card,html[data-theme=light] .protocol-card,html[data-theme=light] .download-card,html[data-theme=light] .legal-card,html[data-theme=light] .glass-card,html[data-theme=light] .stat-card,html[data-theme=light] .path-step{color:#f5fbf8!important;background:linear-gradient(#101616d6,#080d0ee0)!important;border-color:#9fb6af38!important;box-shadow:0 24px 70px #00000042,inset 0 0 40px #9fb6af0d!important}html[data-theme=light] .section-title,html[data-theme=light] .hero-copy h1,html[data-theme=light] .logo a,html[data-theme=light] .merchant-card h3,html[data-theme=light] .protocol-card h3,html[data-theme=light] .server-card h3,html[data-theme=light] .account-text strong,html[data-theme=light] .header .nav-main-links a:not(.btn-primary):not(.btn-secondary){color:#f5fbf8!important}html[data-theme=light] .section-subtitle,html[data-theme=light] .hero-copy p,html[data-theme=light] .merchant-card p,html[data-theme=light] .protocol-card p,html[data-theme=light] .server-card p,html[data-theme=light] .account-text em{color:#b7c7c2!important}.theme-select{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-muted-panel) 96%, transparent), color-mix(in srgb, var(--theme-panel-strong) 88%, transparent))!important;border-color:color-mix(in srgb, var(--accent-primary) 34%, transparent)!important;min-width:104px!important;box-shadow:0 8px 24px #0000002e,inset 0 1px #ffffff0f!important}.theme-select:hover{transform:translateY(-1px);border-color:color-mix(in srgb, var(--accent-primary) 56%, transparent)!important}.theme-select__short{max-width:74px!important}.theme-select__swatch--light{background:linear-gradient(135deg,#0c1112 0%,#9fb6af 56%,#d7b56d 100%)!important;border-color:#d7b56d57!important}@media (width>=861px) and (width<=1280px){.theme-select{min-width:46px!important}}html[data-theme] body,html[data-theme] .home-polished,.home-polished,.payment-page-v2,.payment-wrapper,.auth-page,.dashboard-page,.admin-page{background-color:#05090b!important;background-image:none!important}.global-network-bg{z-index:1!important;opacity:.96!important;mix-blend-mode:screen!important;filter:drop-shadow(0 0 10px #2dd4bf47)!important}.App,.site-main,.home-polished,.header,.footer,.site-footer{z-index:2;position:relative;background:0 0!important}.header,.site-header{z-index:20!important}html[data-theme] body:before,body:before{opacity:.88!important;filter:blur(18px)!important;background:radial-gradient(circle at 16% 16%, color-mix(in srgb, var(--accent-primary) 28%, transparent) 0%, transparent 34%), radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--accent-secondary) 18%, transparent) 0%, transparent 36%), radial-gradient(circle at 34% 78%, #2dd4bf29 0%, transparent 40%), radial-gradient(circle at 78% 74%, #ffffff0e 0%, transparent 34%)!important}html[data-theme] body:after,body:after{opacity:.36!important;filter:none!important;background:repeating-linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 88px),repeating-linear-gradient(0deg,#ffffff07 0 1px,#0000 1px 88px)!important}.energy-lines{z-index:1!important;opacity:.44!important;mix-blend-mode:screen!important}.home-polished .home-section,.home-polished .full-width-section,.home-polished .hero-polished,.full-width-section,.home-section,.hero-polished,.vpn-hero{background:0 0!important}.home-polished .hero-noise,.hero-noise{opacity:.1!important;background:0 0!important}.vpn-hero:before,.payment-page-v2:before,.home-polished:before,.hero-polished:before{opacity:0!important;background:0 0!important}.home-polished .surface-panel,.home-polished .section-panel,.home-polished .vpn-download-band,.surface-panel,.section-surface-panel,.stats-surface-panel,.features-surface-panel,.plans-surface-panel,.faq-surface-panel,.trust-surface-panel,.how-surface-panel,.merchant-info,.legal-card,.glass-card{-webkit-backdrop-filter:blur(3px)saturate(112%)!important;background:linear-gradient(#0612156b,#050c0f4d)!important;border-color:#2dd4bf42!important;box-shadow:0 18px 58px #0000002e,inset 0 1px #ffffff0d!important}.home-polished .section-panel:before,.home-polished .vpn-download-band:before,.section-panel:before,.vpn-download-band:before{opacity:.22!important;background:radial-gradient(circle at 18% 0,#2dd4bf1f,#0000 34%),radial-gradient(circle at 82% 24%,#f2c94c12,#0000 30%)!important}.home-polished .stat-item,.home-polished .vpn-plan-mini,.home-polished .vpn-feature-card,.home-polished .faq-item,.home-polished .server-card-public,.trust-card,.how-card,.protocol-card,.download-card,.server-card,.feature-card,.path-step,.stat-card,.vpn-device,.hero-visual-card{-webkit-backdrop-filter:blur(2px)!important;background:linear-gradient(#040e118a,#03090c6b)!important;border-color:#2dd4bf38!important;box-shadow:0 16px 46px #00000038,inset 0 1px #ffffff09!important}html[data-theme=light] body,html[data-theme=light] .home-polished{background-color:#06090b!important;background-image:none!important}html[data-theme=light] .header.header-v4,html[data-theme=light] .surface-panel,html[data-theme=light] .hero-visual-card,html[data-theme=light] .merchant-info,html[data-theme=light] .server-card,html[data-theme=light] .feature-card,html[data-theme=light] .protocol-card,html[data-theme=light] .download-card,html[data-theme=light] .legal-card,html[data-theme=light] .glass-card,html[data-theme=light] .stat-card,html[data-theme=light] .path-step{background:linear-gradient(#0e131480,#070b0c5c)!important;border-color:#9fb6af47!important}.theme-select{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#050e1194!important;border:1px solid #2dd4bf3d!important;min-width:96px!important;box-shadow:inset 0 1px #ffffff0e,0 8px 22px #00000029!important}.theme-select__swatch{box-shadow:0 0 12px color-mix(in srgb, var(--accent-primary) 34%, transparent)!important}.global-network-bg{z-index:4!important;opacity:.78!important;mix-blend-mode:screen!important;pointer-events:none!important;filter:none!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}.App,.site-main,.home-polished,.payment-page-v2,.auth-page,.dashboard-page,.admin-page{z-index:2!important;isolation:auto!important;background:0 0!important;position:relative!important}.header,.site-header,.header.header-v4{z-index:30!important}.footer,.site-footer{z-index:3!important;-webkit-backdrop-filter:blur(2px)!important;background:#03080a61!important}.home-polished .home-section,.home-polished .full-width-section,.home-polished .hero-polished,.home-section,.full-width-section,.hero-polished,.vpn-hero,.faq-section-polished,.servers-preview-section,.plan-preview-section,.download-section,.features-section,.pricing-section,.faq-section,.section{background:0 0!important}body:before{opacity:1!important;filter:none!important;background:radial-gradient(circle at 18% 12%,#2dd4bf13,#0000 32%),radial-gradient(circle at 82% 26%,#a78bfa0f,#0000 36%),radial-gradient(circle at 50% 82%,#f2c94c0b,#0000 38%),#05090b!important}body:after{opacity:0!important;background:0 0!important}.home-polished .surface-panel,.home-polished .section-panel,.home-polished .vpn-download-band,.surface-panel,.section-panel,.section-surface-panel,.stats-surface-panel,.features-surface-panel,.plans-surface-panel,.faq-surface-panel,.trust-surface-panel,.how-surface-panel,.merchant-info,.legal-card,.glass-card{-webkit-backdrop-filter:blur(1.5px)saturate(108%)!important;background:linear-gradient(#070f1357,#04090c3d)!important;border-color:#2dd4bf38!important;box-shadow:0 18px 58px #00000029,inset 0 1px #ffffff0a!important}.home-polished .section-panel:before,.home-polished .vpn-download-band:before,.section-panel:before,.vpn-download-band:before,.vpn-hero:before,.payment-page-v2:before,.home-polished:before,.hero-polished:before{opacity:.12!important;background:radial-gradient(circle at 20% 0,#2dd4bf1a,#0000 30%)!important}.home-polished .stat-item,.home-polished .vpn-plan-mini,.home-polished .vpn-feature-card,.home-polished .faq-item,.home-polished .server-card-public,.trust-card,.how-card,.protocol-card,.download-card,.server-card,.feature-card,.path-step,.stat-card,.vpn-device,.hero-visual-card,.faq-item,.server-card-public,.metric-pill,.server-endpoint{-webkit-backdrop-filter:blur(1px)!important;background:linear-gradient(#040c1075,#02070a57)!important;border-color:#2dd4bf33!important;box-shadow:0 14px 42px #0000002e,inset 0 1px #ffffff09!important}a,button,input,select,textarea,.nav,.nav-menu,.theme-select,.language-select,.user-chip,.admin-badge,.logout-btn,.btn,.faq-question,.plan-card-v2,.payment-button-v2{z-index:6;position:relative}html[data-theme=ocean] .global-network-bg{opacity:.82!important}html[data-theme=violet] .global-network-bg{opacity:.8!important}html[data-theme=light] .global-network-bg{opacity:.74!important}html[data-theme=light] body,html[data-theme=light] .home-polished{color:#f4ffff!important;background:#05090b!important}
