:root{--font-primary:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--bg-dark:#04070c;--bg-card:#0d1117f2;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--text-primary:#f0f6fc;--text-secondary:#9198a1;--border-color:#30363de6;--glass-bg:#ffffff0d;--glass-border:#ffffff26;--glass-blur:blur(20px);--transition-fast:.2s ease;--transition-smooth:.4s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{font-family:var(--font-primary);background:var(--bg-dark);color:var(--text-primary);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:12px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.mt-2{margin-top:.5rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-20{margin-top:5rem}.mb-8{margin-bottom:2rem}.text-center{text-align:center}.text-right{text-align:right}.py-12{padding-top:3rem;padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.page-content{opacity:0;animation:.5s cubic-bezier(.4,0,.2,1) forwards animate-content-fade}@keyframes animate-content-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sidebar{z-index:100;background:#04070c;border-right:2px solid #ffffff26;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0}.sidebar-header{margin-bottom:3rem;padding-left:.5rem;position:relative}.sidebar-header h1{background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.sidebar-header span{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-primary);letter-spacing:.1em}.logo-glow{background:var(--accent-primary);filter:blur(40px);opacity:.3;pointer-events:none;width:40px;height:40px;position:absolute;top:-10px;left:-20px}.sidebar-nav{flex:1;margin-right:-.75rem;padding-right:.75rem;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#fff3}.sidebar-nav ul{flex-direction:column;gap:.5rem;display:flex}.nav-link{color:var(--text-secondary);transition:all var(--transition-fast);border-radius:10px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.95rem;font-weight:500;display:flex}.nav-link:hover{color:var(--text-primary);background:#ffffff0d}.nav-link.active{color:var(--text-primary);border-left:3px solid var(--accent-primary);background:#3b82f61a;padding-left:calc(1rem - 3px)}.nav-link.active svg{color:var(--accent-primary)}.sidebar-footer{color:var(--text-secondary);text-align:center;margin-top:auto;padding-top:2rem;font-size:.75rem}.submenu-trigger{cursor:pointer;justify-content:flex-start}.submenu{flex-direction:column;gap:.25rem;margin-top:.25rem;padding-left:2.25rem;list-style:none;display:flex}.nav-child-link{color:var(--text-secondary);transition:all var(--transition-fast);border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.875rem;text-decoration:none;display:flex}.child-icon{opacity:.5;transition:opacity var(--transition-fast)}.nav-child-link:hover .child-icon,.nav-child-link.active .child-icon{opacity:1}.nav-child-link:hover{color:var(--text-primary);background:#ffffff0d;transform:translate(5px)}.nav-child-link.active{color:var(--accent-primary);background:#3b82f60d;font-weight:600}@media (width<=768px){.sidebar{box-shadow:none;background:var(--bg-dark);z-index:10001;width:280px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:20px 0 60px #000}}.back-to-top-wrapper{z-index:1000;pointer-events:none;opacity:0;transition:all .5s cubic-bezier(.23,1,.32,1);position:fixed;bottom:2.5rem;right:2.5rem;transform:translateY(20px)scale(.8)}.back-to-top-wrapper.visible{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.back-to-top-btn{-webkit-backdrop-filter:blur(12px)saturate(180%);color:#fff;cursor:pointer;background:#0f172a99;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000080,inset 0 0 0 1px #ffffff0d}.btn-content{z-index:2;transition:transform .4s;position:relative}.btn-glow{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);opacity:0;z-index:1;transition:opacity .4s;position:absolute;inset:0}.back-to-top-btn:hover{border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 20px 40px -15px #0009,0 0 20px #3b82f64d}.back-to-top-btn:hover .btn-glow{opacity:.8}.back-to-top-btn:hover .btn-content{transform:translateY(-3px)}.back-to-top-btn:active{transform:translateY(-2px)scale(.95)}@media (width<=768px){.back-to-top-wrapper{bottom:1.5rem;right:1.5rem}.back-to-top-btn{border-radius:14px;width:48px;height:48px}}.layout-container{width:100%;min-height:100vh;display:flex;overflow-x:hidden}.main-content{background:radial-gradient(circle at 50% 0,#3b82f60d 0%,#0000 50%);flex:1;min-width:0;margin-left:280px;padding:1rem 2rem}.content-inner{width:100%;max-width:1100px;margin:0 auto}.mobile-header{display:none}.sidebar-backdrop{-webkit-backdrop-filter:blur(6px);z-index:10000;background:#0009;animation:.3s fadeInBackdrop;position:fixed;inset:0}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@media (width<=1024px){.main-content{padding:3rem 2rem}}@media (width<=768px){.mobile-header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);z-index:999;background:#04070cd9;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.mobile-logo-wrap h2{background:linear-gradient(135deg, #fff 0%, var(--accent-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.15rem;font-weight:800}.mobile-logo-wrap span{color:var(--text-secondary);font-size:.65rem;font-weight:600;line-height:1.2;display:block}.hamburger-btn{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.hamburger-btn:active{background:var(--accent-primary);transform:scale(.9)}.main-content{box-sizing:border-box;flex:100%;min-width:100%;padding:5rem 1rem 3rem;width:100%!important;margin-left:0!important}.content-inner{padding:0;width:100%!important;max-width:100%!important;margin:0!important}.sidebar{display:flex!important}}.featured-master{background:#0f172ab3;border-radius:40px;position:relative;box-shadow:0 40px 100px -20px #0009}@keyframes borderRotate{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.master-badge{color:#000;letter-spacing:.1em;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:1.5rem;right:2rem}.header-text h2{margin-bottom:.5rem;font-size:2.5rem}.feature-list-premium li svg{color:#10b981;flex-shrink:0}.cta-btn-mega{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;border-radius:20px;width:100%;padding:1.5rem;font-size:1.25rem;font-weight:800}.premium-modal{background:var(--bg-card);border-radius:32px;width:100%;max-width:600px;max-height:95vh;position:relative;overflow-y:auto}.field-classic{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:0 1.25rem;display:flex}.field-classic input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:1.25rem 0}.submit-checkout-btn{background:var(--accent-primary);color:#fff;border-radius:16px;width:100%;padding:1.5rem;font-weight:800}@media (width<=1200px){.master-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.sub-pricing-grid{grid-template-columns:1fr}.current-price-hero .price-value{font-size:3rem}}@media (width<=768px){.page-vps-spec .spec-grid{grid-template-columns:1fr;gap:1.5rem}.spec-tier-card{padding:1.75rem}.stack-grid{grid-template-columns:1fr}.vps-pro-tips{padding:1.5rem}.tier-header h3{font-size:1.35rem}}@media (width<=640px){.tips-content{text-align:center;flex-direction:column;gap:1.5rem}.tips-icon-wrap{margin:0 auto}.tips-text li{text-align:center;padding-left:0}.tips-text li:before{display:none}}@media (width<=480px){.page-vps-spec .page-header h1{font-size:1.8rem}.header-badge{font-size:.6rem}}.page-file-transfer .transfer-container{max-width:1000px;margin:0 auto}.access-info-card{border-radius:32px;align-items:center;gap:3rem;padding:3rem;display:flex}.card-branding-icon{width:100px;height:100px;color:var(--accent-primary);background:#3b82f61a;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.access-text-content h2{color:#fff;margin-bottom:1rem;font-size:2rem}.access-text-content p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.security-notice-box{color:#10b981;background:#10b9810d;border-color:#10b9811a;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:500;display:flex}.section-title-center{text-align:center;margin-bottom:3rem}.section-title-center h3{color:#fff;font-size:1.75rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.benefit-card{text-align:center;border-radius:24px;padding:2rem;transition:transform .3s}.benefit-card:hover{transform:translateY(-5px)}.b-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1.5rem;display:flex}.b-icon-wrap.purple{color:#a78bfa;background:#8b5cf61a}.b-icon-wrap.blue{color:#60a5fa;background:#3b82f61a}.b-icon-wrap.green{color:#34d399;background:#10b9811a}.b-icon-wrap.gold{color:#fbbf24;background:#f59e0b1a}.benefit-card h4{color:#fff;margin-bottom:.75rem}.benefit-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.next-steps-info{background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border-radius:28px;align-items:center;gap:2rem;padding:2.5rem;display:flex}.step-icon{background:var(--accent-primary);color:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;box-shadow:0 10px 30px #3b82f64d}.step-text h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.step-text p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.extract-alert{color:#fbbf24;background:#f59e0b1a;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.text-link{color:var(--accent-primary);border-bottom:1px solid #0000;font-weight:600}.text-link:hover{border-color:var(--accent-primary)}@media (width<=768px){.access-info-card{text-align:center;flex-direction:column;gap:2rem;padding:2rem}.next-steps-info{text-align:center;flex-direction:column;padding:2rem}.step-action-arrow{transform:rotate(90deg)}.access-text-content h2{font-size:1.5rem}}.winscp-article-container{border:1px solid #ffffff0d;border-radius:32px;max-width:850px;margin:0 auto;overflow:hidden}.step-count{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;opacity:.8;padding-top:5px;font-size:.75rem;font-weight:800}.info-tips{color:var(--text-secondary);background:#3b82f60d;border-color:#3b82f61a;border-radius:16px;padding:1.5rem;font-size:.9rem;line-height:1.5}.info-tips strong{color:var(--accent-primary);margin-bottom:.5rem;display:block}.cta-btn-mini{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #3b82f633}.cta-btn-mini:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 15px 30px #3b82f64d}.command-box{background:#0d1117;border:1px solid #ffffff1a;border-radius:12px;margin-top:1rem;padding:1.25rem;position:relative;overflow:hidden}.command-box code{color:#10b981;font-family:Fira Code,monospace;font-size:.95rem}@media (width<=768px){.article-step,.article-last-step{flex-direction:column;gap:1rem;padding:2rem}}.page-node-pm2{min-height:100vh}.node-pm2-container{max-width:900px;margin:0 auto;padding-bottom:5rem}.env-intro-card{border:1px solid #ffffff0d;border-radius:32px;align-items:center;gap:2.5rem;padding:3rem;display:flex}.icon-glow-green{color:#10b981;filter:drop-shadow(0 0 15px #10b98166)}.node-pm2-article{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;overflow:hidden}.cmd-header{text-transform:uppercase;color:var(--text-secondary);background:#ffffff0d;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin:-1.25rem -1.25rem 1rem;padding:.75rem 1.25rem;font-size:.7rem;font-weight:700;display:flex}.copy-btn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-family:inherit;font-size:.65rem;transition:all .2s;display:flex}.copy-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.copy-btn span{font-weight:700}.verify-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.verify-card{border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.v-info{flex-direction:column;display:flex}.v-info .label{color:#fff;margin-bottom:.25rem;font-weight:700}.success-alert{background:#3b82f60d;border-color:#3b82f61a;border-radius:24px;align-items:center;gap:1.5rem;padding:2rem;display:flex}.success-alert h5{color:#fff;margin-bottom:.25rem;font-size:1.2rem}.success-alert p{margin-bottom:0;font-size:.95rem}@media (width<=768px){.env-intro-card,.article-step,.article-last-step{flex-direction:column;gap:1.5rem;padding:2rem}}.page-port-config{min-height:100vh}.port-config-container{max-width:900px;margin:0 auto;padding-bottom:5rem}.port-intro-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;align-items:center;gap:2.5rem;padding:3rem;display:flex}.icon-glow-orange{color:#f97316;filter:drop-shadow(0 0 15px #f9731666)}.port-article{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;overflow:hidden}.step-count.final{color:var(--accent-primary)}@media (width<=768px){.port-intro-card,.article-step,.article-last-step{text-align:left;flex-direction:column;gap:1.5rem;padding:2rem}}.page-run-script{min-height:100vh}.run-script-container{max-width:900px;margin:0 auto;padding-bottom:5rem}.run-intro-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;align-items:center;gap:2.5rem;padding:3rem;display:flex}.icon-glow-blue{color:var(--accent-primary);filter:drop-shadow(0 0 15px #3b82f666)}.intro-text h2{color:#fff;margin-bottom:.75rem;font-size:1.75rem}.intro-text p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.run-article{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;overflow:hidden}.article-step,.article-last-step{border-bottom:1px solid #ffffff0d;gap:3rem;padding:3.5rem;display:flex}.article-last-step{border-bottom:none}.article-body p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.url-display-box{background:#3b82f60d;border:1px solid #3b82f633;border-radius:20px;justify-content:center;align-items:center;gap:1.5rem;margin:2rem 0;padding:1.5rem 2rem;display:flex;box-shadow:0 0 30px #3b82f61a}.url-display-box code{color:#fff;letter-spacing:.02em;font-size:1.4rem;font-weight:600}.animate-pulse-slow{animation:4s cubic-bezier(.4,0,.6,1) infinite pulse-slow}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.995)}}.url-display-box.admin-url{background:#a855f70d;border:1px solid #a855f733;margin:1rem 0;box-shadow:0 0 30px #a855f71a}.url-display-box.admin-url code{color:#e9d5ff}@media (width<=768px){.run-intro-card,.article-step,.article-last-step{text-align:left;flex-direction:column;gap:1.5rem;padding:2rem}}.page-activation{padding-bottom:8rem}.page-activation .activation-container{max-width:900px;margin:0 auto}.page-activation .step-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.page-activation .step-icon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:12px}.page-activation .url-display-box{text-align:center;background:#3b82f60d;border:1px solid #3b82f633;border-radius:20px;padding:1.5rem 2rem}.page-activation .url-display-box code{color:#60a5fa;font-size:1.2rem;font-weight:600}.page-activation .flow-num{color:#fff;background:#3b82f6;border-radius:10px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 4px 15px #3b82f64d}.page-activation .flow-content h5{color:#fff;margin-bottom:.4rem;font-size:1.1rem}.page-activation .flow-content p{color:#fff9;font-size:.95rem;line-height:1.6}.page-activation .status-dot{border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px}.page-activation .glow-icon{filter:drop-shadow(0 0 15px #3b82f680)}.page-activation .sparkle{background:radial-gradient(circle,#3b82f633 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-50px;right:-50px}@media (width<=768px){.page-activation .step-header{flex-direction:row;align-items:center}}.page-ai-apikey{padding-bottom:5rem}.page-ai-apikey .ai-apikey-container{max-width:900px;margin:0 auto}.page-ai-apikey .ai-hero{background:radial-gradient(circle at 100% 0,#6366f11a,#0000),#ffffff03;border:1px solid #ffffff0f;border-radius:24px;margin-bottom:3rem;padding:2.5rem;position:relative;overflow:hidden}.page-ai-apikey .ai-hero-icon-wrapper{background:linear-gradient(135deg,#6366f133,#a855f733);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;margin-right:2rem;display:flex;box-shadow:0 10px 30px #0000004d}.page-ai-apikey .hero-stats{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.page-ai-apikey .stat-pill{color:#a5b4fc;letter-spacing:.05em;background:#ffffff0a;border:1px solid #ffffff12;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.65rem;font-weight:700;display:flex}.page-ai-apikey .glow-icon{filter:drop-shadow(0 0 8px #6366f180)}@media (width<=768px){.page-ai-apikey .ai-hero{flex-direction:column;gap:1.25rem;padding:1.5rem;align-items:flex-start!important}.page-ai-apikey .ai-hero-icon-wrapper{border-radius:14px;width:60px;height:60px;margin-right:0}.page-ai-apikey .hero-stats{margin-top:1rem}}.page-google-indexing{padding-bottom:8rem}.page-google-indexing .indexing-container{max-width:1000px;margin:0 auto}.page-google-indexing .indexing-hero{background:radial-gradient(circle at 100% 0,#4ade801a,#0000),#ffffff03;border:1px solid #ffffff0d;border-radius:40px;margin-bottom:5rem;padding:4rem;position:relative;overflow:hidden}.page-google-indexing .indexing-hero-icon-wrapper{background:linear-gradient(135deg,#22c55e33,#3b82f633);border:1px solid #ffffff1a;border-radius:35px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-right:4rem;display:flex;box-shadow:0 20px 40px #0000004d}.page-google-indexing .account-card-demo{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:1.5rem;transition:all .3s}.page-google-indexing .account-card-demo:hover{border-color:#4ade804d;transform:translateY(-5px)}.page-google-indexing .status-pill{text-transform:uppercase;letter-spacing:.05em;border-radius:10px;padding:.4rem .8rem;font-size:.6rem;font-weight:900}.page-google-indexing .status-healthy{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33}.page-google-indexing .json-code-box{color:#94a3b8;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:15px;padding:1.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;line-height:1.6}.page-google-indexing .glow-icon{filter:drop-shadow(0 0 20px #22c55e66);animation:3s infinite icon-pulse}@keyframes icon-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.page-google-indexing .step-card{background:#ffffff05;border:1px solid #ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1)}.page-google-indexing .step-card:hover{background:#ffffff0a;border-color:#22c55e33;transform:translate(10px)}.page-google-indexing .hero-stats{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.page-google-indexing .stat-pill{text-transform:uppercase;letter-spacing:.1em;border-style:solid;border-width:1px;border-radius:14px;align-items:center;gap:.75rem;padding:.6rem 1.25rem;font-size:.7rem;font-weight:800;display:flex}@media (width<=1024px){.page-google-indexing .indexing-hero{flex-direction:column;gap:2.5rem;padding:3rem 2rem;align-items:flex-start!important}.page-google-indexing .indexing-hero-icon-wrapper{border-radius:20px;width:80px;height:80px;margin-bottom:0;margin-right:0}.page-google-indexing .hero-stats{flex-direction:column;gap:1rem;width:100%}.page-google-indexing .stat-pill{justify-content:center;width:100%}}.page-indexnow{max-width:1100px;margin:0 auto}.indexnow-hero{background:linear-gradient(135deg,#4f46e50d 0%,#9333ea0d 100%);border:1px solid #ffffff0d;border-radius:3rem;gap:3rem;padding:4rem;position:relative;overflow:hidden}.indexnow-hero:before{content:"";z-index:0;background:radial-gradient(circle,#4f46e51a 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;right:-100px}.indexnow-hero-icon-wrapper{z-index:1;background:#ffffff08;border:1px solid #ffffff0d;border-radius:2.5rem;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative;box-shadow:0 20px 40px #0003}.ai-hero-content{z-index:1;position:relative}.step-card{background:#ffffff05;border:1px solid #ffffff0d;transition:all .3s}.step-card:hover{background:#ffffff0a;border-color:#4f46e54d;transform:translate(5px)}.account-card-demo{background:#0f172a99;border:1px solid #ffffff0d;border-radius:1.5rem;padding:1.5rem}.status-pill{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:.25rem .75rem;font-size:.6rem;font-weight:800}.status-healthy{color:#10b981;background:#10b9811a}@keyframes pulseIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}@media (width<=1024px){.indexnow-hero{flex-direction:column;align-items:flex-start;gap:2.5rem;padding:3rem 2rem}.indexnow-hero-icon-wrapper{border-radius:1.5rem;width:80px;height:80px}.indexnow-hero-icon-wrapper svg{width:32px;height:32px}.article-step{margin-bottom:2.5rem!important;padding-left:0!important}.article-step>div{flex-direction:column!important;gap:.75rem!important}.article-step .shrink-0{margin-bottom:.25rem;align-items:flex-start!important;width:fit-content!important}.article-step .shrink-0>div:first-child{background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;font-size:1rem!important;display:flex!important}.article-step h4{margin-bottom:.5rem!important;font-size:1.1rem!important;line-height:1.4!important}.article-step .w-px{display:none!important}.article-body{padding-top:0!important;padding-bottom:0!important}}.page-jobcategories{max-width:1100px;margin:0 auto}.jobcategories-hero{background:linear-gradient(135deg,#4f46e50d 0%,#10b9810d 100%);border:1px solid #ffffff0d;border-radius:3rem;gap:3rem;padding:4rem;position:relative;overflow:hidden}.hero-icon-wrapper{z-index:1;background:#ffffff08;border:1px solid #ffffff0d;border-radius:2.5rem;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative;box-shadow:0 20px 40px #0003}.concept-card{transition:all .3s}.concept-card:hover{background:#ffffff0a;transform:translateY(-5px)}.icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hero-stats{flex-wrap:wrap;gap:1rem;display:flex}.steps-list-premium{flex-direction:column;gap:1rem;display:flex}.step-item-mini{align-items:flex-start;gap:1rem;display:flex}.step-item-mini .dot{background:#4f46e5;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem;box-shadow:0 0 10px #4f46e566}.step-item-mini p{color:#94a3b8;font-size:.9rem;line-height:1.6}.step-item-mini strong{color:#fff;font-weight:700}.workflow-preview-demo{background:#0f172a99;border:1px solid #ffffff0d}.glow-icon{filter:drop-shadow(0 0 10px #4f46e566);animation:3.5s infinite pulseIcon}@media (width<=768px){.jobcategories-hero{border-radius:2rem;flex-direction:column;align-items:flex-start;gap:2rem;padding:3rem 2rem}.hero-icon-wrapper{border-radius:1.5rem;width:80px;height:80px}.hero-icon-wrapper svg{width:32px;height:32px}}.page-generate-content{max-width:900px;margin:0 auto;padding-bottom:5rem}.generate-hero{background:linear-gradient(135deg,#4f46e50a 0%,#9333ea0a 100%);border:1px solid #ffffff0f;border-radius:20px;gap:1.75rem;margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden}.hero-icon-wrapper{z-index:1;background:#ffffff0a;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;box-shadow:0 8px 24px #0003}.config-box{transition:all .3s;position:relative;overflow:hidden}.config-box:hover{background:#ffffff0a;transform:translateY(-3px)}.hud-demo{background:#0f172acc;box-shadow:0 10px 30px #0000004d}.terminal-demo{box-shadow:0 10px 20px #0003}.hero-stats{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.stat-pill{letter-spacing:.05em;border:1px solid #0000;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.65rem;font-weight:800;display:flex}.glow-icon{filter:drop-shadow(0 0 8px #4f46e566)}@media (width<=768px){.generate-hero{border-radius:16px;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem}.hero-icon-wrapper{border-radius:14px;width:56px;height:56px}}.page-ad-installation{padding-bottom:8rem}.ad-installation-container{max-width:1000px;margin:0 auto}.page-ad-installation .ad-hero{background:radial-gradient(circle at 100% 0,#10b9811a,#0000),#ffffff03;border:1px solid #ffffff0d;border-radius:40px;margin-bottom:5rem;padding:4rem;position:relative;overflow:hidden}.page-ad-installation .ad-hero-icon-wrapper{background:linear-gradient(135deg,#10b98133,#05966933);border:1px solid #ffffff1a;border-radius:35px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-right:4rem;display:flex;box-shadow:0 20px 40px #0000004d}.page-ad-installation .hero-stats{gap:1.5rem;margin-top:3rem;display:flex}.page-ad-installation .stat-pill{color:#10b981;background:#ffffff08;border:1px solid #ffffff0d;border-radius:15px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.65rem;font-weight:800;display:flex}.page-ad-installation .ad-category-card{border-radius:32px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.page-ad-installation .ad-category-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-10px)}.page-ad-installation .editor-mockup{background:linear-gradient(135deg,#0f172acc,#020617e6);box-shadow:0 40px 80px #00000080,inset 0 0 40px #ffffff03}.page-ad-installation .status-healthy{color:#10b981;letter-spacing:.1em;background:#10b9811a;border:1px solid #10b98133;border-radius:100px;padding:.25rem .75rem;font-size:8px;font-weight:900}.page-ad-installation .glow-icon{filter:drop-shadow(0 0 10px #10b98180)}@media (width<=1024px){.page-ad-installation .ad-hero{flex-direction:column;gap:3rem;padding:2.5rem 1.5rem;align-items:flex-start!important}.page-ad-installation .ad-hero-icon-wrapper{border-radius:20px;width:80px;height:80px;margin-bottom:0;margin-right:0}.page-ad-installation .hero-stats{flex-direction:column;gap:1rem;margin-top:2rem}.page-ad-installation .stat-pill{justify-content:center;width:100%}}.page-asset-manager{padding-bottom:8rem}.asset-manager-container{max-width:1000px;margin:0 auto}.page-asset-manager .asset-hero{background:radial-gradient(circle at 100% 0,#6366f11a,#0000),#ffffff03;border:1px solid #ffffff0d;border-radius:40px;margin-bottom:5rem;padding:4rem;position:relative;overflow:hidden}.page-asset-manager .asset-hero-icon-wrapper{background:linear-gradient(135deg,#6366f133,#a855f733);border:1px solid #ffffff1a;border-radius:35px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-right:4rem;display:flex;box-shadow:0 20px 40px #0000004d}.page-asset-manager .hero-stats{gap:1.5rem;margin-top:3rem;display:flex}.page-asset-manager .stat-pill{color:#a5b4fc;background:#ffffff08;border:1px solid #ffffff0d;border-radius:15px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.65rem;font-weight:800;display:flex}.page-asset-manager .feature-box-premium{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.page-asset-manager .feature-box-premium:hover{background:#ffffff0d;border-color:#6366f14d;transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px -20px #00000080}.page-asset-manager .upload-hud-mockup{background:linear-gradient(135deg,#0f172ae6,#020617f2);box-shadow:0 25px 50px #0006,inset 0 0 40px #10b9810d}.page-asset-manager .glow-icon{filter:drop-shadow(0 0 10px #6366f180)}@media (width<=1024px){.page-asset-manager .asset-hero{flex-direction:column;gap:3rem;padding:2.5rem 1.5rem;align-items:flex-start!important}.page-asset-manager .asset-hero-icon-wrapper{border-radius:20px;width:80px;height:80px;margin-bottom:0;margin-right:0}}.page-system-settings{padding-bottom:8rem}.settings-container{max-width:1000px;margin:0 auto}.page-system-settings .settings-hero{background:radial-gradient(circle at 100% 0,#6366f11a,#0000),#ffffff03;border:1px solid #ffffff0d;border-radius:40px;margin-bottom:5rem;padding:4rem;position:relative;overflow:hidden}.page-system-settings .settings-hero-icon-wrapper{background:linear-gradient(135deg,#6366f133,#1e40af33);border:1px solid #ffffff1a;border-radius:35px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-right:4rem;display:flex;box-shadow:0 20px 40px #0000004d}.page-system-settings .hero-stats{gap:1.5rem;margin-top:3rem;display:flex}.page-system-settings .stat-pill{color:#818cf8;background:#ffffff08;border:1px solid #ffffff0d;border-radius:15px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.65rem;font-weight:800;display:flex}.page-system-settings .settings-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.page-system-settings .settings-card:hover{background:#ffffff0d;border-color:#6366f14d;transform:translateY(-8px);box-shadow:0 30px 60px -20px #00000080}.page-system-settings .path-config-mockup{background:linear-gradient(135deg,#0f172acc,#020617e6);box-shadow:0 40px 80px #0000004d,inset 0 0 40px #10b98105}.page-system-settings .glow-icon{filter:drop-shadow(0 0 10px #6366f180)}@media (width<=1024px){.page-system-settings .settings-hero{flex-direction:column;gap:3rem;padding:2.5rem 1.5rem;align-items:flex-start!important}.page-system-settings .settings-hero-icon-wrapper{border-radius:20px;width:80px;height:80px;margin-bottom:0;margin-right:0}}.page-content{color:var(--text-primary);z-index:1;position:relative}.bg-glow{filter:blur(120px);opacity:.15;z-index:-1;pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute}.blob-1{background:var(--accent-primary);top:-100px;right:-100px}.blob-2{background:var(--accent-secondary);bottom:20%;left:-200px}.page-header{margin-bottom:2rem;padding-top:.5rem}.hero-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.icon-glow{filter:drop-shadow(0 0 5px var(--accent-primary))}.page-header h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800;line-height:1.15}.text-gradient{background:linear-gradient(135deg, #fff 0%, var(--accent-primary) 50%, var(--accent-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.lead{color:var(--text-secondary);max-width:800px;font-size:1.05rem;line-height:1.6}.section{margin-bottom:2.5rem}.section-title-wrapper{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.section-icon{width:32px;height:32px;color:var(--accent-primary);opacity:.8}.section h2{margin-bottom:0;padding-bottom:0;font-size:1.75rem;font-weight:800}.section h2:after{display:none}.section-desc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.doc-section{margin-bottom:3rem;position:relative}.doc-section-header{margin-bottom:.75rem;flex-direction:row!important;align-items:center!important;gap:1rem!important;display:flex!important}.section-title-icon-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.doc-section:hover .section-title-icon-box{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px -10px #00000080}.doc-section h3.section-title{color:#fff!important;letter-spacing:-.01em!important;margin:0!important;font-size:1.25rem!important;font-weight:800!important;line-height:1.3!important}.article-container{flex-direction:column;gap:4rem;display:flex}.glass-card{-webkit-backdrop-filter:blur(40px);background:#0f172ae6;border-radius:20px;padding:1.25rem 1.75rem;line-height:1.7;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000001a;border:none!important}.premium-border:before{content:"";background:linear-gradient(to right, transparent, var(--accent-primary), transparent);height:2px;position:absolute;top:0;left:0;right:0}.feature-item{flex-direction:column;gap:1.25rem;margin-bottom:2.25rem;display:flex}.feature-card{transition:all var(--transition-smooth);background:#0f172acc;border-radius:20px;padding:1.25rem 1.5rem;border:none!important}.card-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.card-icon{width:20px;height:20px;color:var(--accent-primary)}.feature-card h3{margin-bottom:0;font-size:1.25rem;font-weight:700}.feature-card p{color:var(--text-secondary);font-size:.95rem}.premium-hover:hover{background:#ffffff0d;border-color:#3b82f64d;transform:translateY(-8px);box-shadow:0 20px 40px -20px #00000080}.screenshot-placeholder{aspect-ratio:16/9;width:100%;max-width:900px;height:auto;min-height:280px;color:var(--text-secondary);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;transition:all var(--transition-smooth);background:#0f172a99;border-radius:24px;justify-content:center;align-items:center;margin:0 auto;font-size:.75rem;font-weight:700;display:flex;box-shadow:inset 0 0 40px #0003;border:none!important}.screenshot-placeholder:hover{border-color:var(--accent-primary);background:#3b82f614}.feature-image{object-fit:contain;width:100%;height:100%;transition:transform var(--transition-smooth);border-radius:20px;padding:1rem}.premium-hover:hover+.screenshot-placeholder .feature-image{transform:scale(1.02)}.tech-stack-card{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:1.75rem;display:grid}.tech-item{background:#ffffff05;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex;border:none!important}.tech-icon{color:var(--accent-primary)}.tech-item p{margin:0;font-size:.95rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.page-header h1{font-size:2.5rem}}.relative-container{width:100%;position:relative}.fullscreen-btn{-webkit-backdrop-filter:blur(12px)saturate(180%);color:#fff;cursor:pointer;opacity:0;z-index:20;background:#0f172ab3;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:translateY(-10px)scale(.95);box-shadow:0 10px 30px -10px #000000b3}.screenshot-placeholder:hover .fullscreen-btn{opacity:1;transform:translateY(0)scale(1)}.fullscreen-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-2px)scale(1.05);box-shadow:0 15px 30px -5px #3b82f666}.fullscreen-btn svg{filter:drop-shadow(0 0 5px #ffffff4d)}.lightbox-overlay{-webkit-backdrop-filter:blur(20px);z-index:99999;cursor:zoom-out;background:#04070cf2;justify-content:center;align-items:center;padding:3rem;display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;z-index:100000;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;top:2.5rem;right:2.5rem}.lightbox-close:hover{background:var(--accent-primary);color:#fff;box-shadow:0 0 20px var(--accent-primary);transform:rotate(90deg)scale(1.1)}.lightbox-content{cursor:default;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.lightbox-image{object-fit:contain;border:1px solid #ffffff0d;border-radius:16px;max-width:95%;max-height:95%;box-shadow:0 30px 100px #000000e6}.lightbox-placeholder{background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff0d;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:85%;max-width:900px;height:500px;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080}.placeholder-glow{background:var(--accent-primary);filter:blur(120px);opacity:.2;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lightbox-placeholder p{letter-spacing:-.02em;z-index:10;background:linear-gradient(#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:800}.text-secondary{color:var(--text-secondary);z-index:10;opacity:.6;font-size:1rem;font-weight:500}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes zoomInModal{0%{opacity:0;transform:scale(.92)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=768px){.page-header{margin-bottom:2.5rem;padding-top:.5rem}.page-header h1{margin-bottom:1.25rem;font-size:2.25rem;line-height:1.1}.lead{color:var(--text-secondary);font-size:1rem;line-height:1.6}.section{margin-bottom:4rem}.section-title-wrapper{gap:.75rem;margin-bottom:1.25rem}.section-icon{width:22px;height:22px}.section h2{font-size:1.6rem}.glass-card{border-radius:16px;padding:1.25rem}.feature-item{gap:1rem;margin-bottom:3.5rem}.feature-card{border-radius:16px;padding:1.25rem}.feature-card h3{font-size:1.15rem}.feature-card p{font-size:.9rem}.screenshot-placeholder{border-radius:16px;height:220px;font-size:.6rem}.feature-image{border-radius:12px;padding:.25rem}.fullscreen-btn{border-radius:8px;padding:.4rem .7rem;font-size:.7rem;top:.75rem;right:.75rem}.tech-stack-card{grid-template-columns:1fr;gap:.75rem;padding:1.25rem}.lightbox-overlay{padding:.5rem}.lightbox-close{width:40px;height:40px;top:1rem;right:1rem}.lightbox-placeholder{border-radius:20px;width:95%;height:300px;padding:1.5rem}.lightbox-placeholder p{font-size:1.1rem}.placeholder-glow{width:150px;height:150px}}.bento-showcase-section{margin-bottom:6rem}.bento-header{flex-direction:column;margin-bottom:3rem;align-items:flex-start!important;gap:.5rem!important}.bento-title-content{align-items:center;gap:1rem;display:flex}.section-icon-premium{width:28px;height:28px;color:var(--accent-primary);filter:drop-shadow(0 0 8px var(--accent-primary))}.bento-subtitle{color:var(--text-secondary);max-width:600px;margin-top:.5rem;font-size:1rem}.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem;width:100%;display:grid}.bento-item{background:#0f172a66;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.glass-premium{-webkit-backdrop-filter:blur(20px);background:#0f172a99;box-shadow:0 4px 24px -1px #0003,inset 0 0 0 1px #ffffff0d}.item-main{grid-area:span 2/span 2}.item-tall{grid-area:span 2/span 1}.item-wide,.item-small{grid-area:span 1/span 1}.browser-header{z-index:2;background:#ffffff08;border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;height:38px;padding:0 1.25rem;display:flex}.dots{gap:6px;display:flex}.dots span{background:#ffffff26;border-radius:50%;width:8px;height:8px}.dots span:first-child{background:#ff5f57}.dots span:nth-child(2){background:#febc2e}.dots span:nth-child(3){background:#28c840}.browser-address{color:var(--text-secondary);opacity:.6;background:#0003;border-radius:100px;padding:.2rem 1rem;font-family:monospace;font-size:.65rem}.bento-image-wrap{background:#000;flex:1;width:100%;position:relative;overflow:hidden}.bento-image-wrap img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.item-tall .bento-image-wrap img{object-fit:cover;object-position:center}.tiny img{transform:scale(1.05)}.bento-overlay{z-index:3;background:linear-gradient(#0000 0%,#04070ccc 50%,#04070cf2 100%);padding:2rem;position:absolute;bottom:0;left:0;right:0}.bento-tag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#3b82f626;border:1px solid #3b82f633;border-radius:100px;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.65rem;font-weight:700;display:inline-block}.bento-tag.high-light{color:var(--accent-secondary);background:#8b5cf626;border-color:#8b5cf633}.bento-tag.seo-tag{color:#10b981;background:#10b98126;border-color:#10b98133}.bento-overlay h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.bento-overlay p{color:var(--text-secondary);opacity:.8;font-size:.9rem;line-height:1.5}.bento-overlay-compact{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:4;background:#04070c66;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.compact-header{color:#fff;flex-direction:column;align-items:center;gap:.75rem;transition:all .4s cubic-bezier(.17,.67,.83,.67);display:flex;transform:translateY(10px)}.compact-header h4{margin:0;font-size:.9rem;font-weight:700}.bento-item:hover{border-color:var(--accent-primary);z-index:10;transform:translateY(-8px)scale(1.01);box-shadow:0 30px 60px -12px #00000080,0 18px 36px -18px #3b82f666}.bento-item:hover .bento-image-wrap img{transform:scale(1.08)translateY(-5px)}.bento-item:hover .bento-overlay-compact{opacity:1}.bento-item:hover .compact-header{transform:translateY(0)}@media (width<=1200px){.bento-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.bento-grid{flex-direction:column;gap:1rem;display:flex}.item-main,.item-tall,.item-wide,.item-small{width:100%;height:300px}.bento-overlay h3{font-size:1.25rem}.bento-overlay p{font-size:.8rem}}.slider-section{margin-bottom:8rem}.slider-header{text-align:center;flex-direction:column;margin-bottom:4rem;align-items:center!important}.slider-badge{color:var(--accent-primary);letter-spacing:.2em;background:#3b82f61a;border:1px solid #3b82f633;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.7rem;font-weight:800}.studio-slider-container{width:100%;max-width:1200px;margin:0 auto;padding-bottom:2rem;position:relative}.studio-prefetcher{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}.studio-bg-decoration{opacity:.1;pointer-events:none;align-items:flex-end;gap:.5rem;font-family:Outfit,sans-serif;display:flex;position:absolute;top:-20px;right:0}.studio-index{color:#fff;font-size:8rem;font-weight:900;line-height:.8}.studio-total{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}.studio-slider-main{align-items:center;gap:2.5rem;display:flex;position:relative}.slider-nav-btn{width:64px;height:64px;color:var(--text-secondary);cursor:pointer;z-index:10;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex}.slider-nav-btn:hover{color:#fff;border-color:var(--accent-glow);box-shadow:0 0 30px -5px var(--accent-glow);background:#ffffff14;transform:scale(1.1)}.slider-display-frame{box-shadow:0 50px 100px -20px #000c, 0 0 60px -20px var(--accent-glow);background:#111;border:1px solid #ffffff1a;border-radius:32px;flex:1;transition:opacity .6s,filter .6s,box-shadow .6s;position:relative;overflow:hidden}.slider-display-frame.switching{opacity:0;filter:blur(20px);transform:scale(.95)}.slider-image-wrap{aspect-ratio:16/9;background:#000;width:100%;overflow:hidden}.slider-image-wrap img{object-fit:cover;object-position:top;width:100%;height:100%}.slider-glass-reflection{pointer-events:none;z-index:2;background:linear-gradient(135deg,#ffffff14 0%,#0000 50%);height:100%;position:absolute;top:0;left:0;right:0}.slider-info-panel{color:#fff;background:linear-gradient(#0000 0%,#0a0a0a 20% 100%);padding:3rem}.info-meta{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.feature-icon{color:var(--accent-glow);filter:drop-shadow(0 0 8px var(--accent-glow))}.feature-id{letter-spacing:.15em;color:var(--text-secondary);font-size:.7rem;font-weight:800}.slider-info-panel h3{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.slider-info-panel p{color:var(--text-secondary);max-width:800px;font-size:1.1rem;line-height:1.6}.slider-dots{justify-content:center;gap:.75rem;margin-top:3rem;display:flex}.dot{cursor:pointer;background:#ffffff1a;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot:hover{background:#ffffff4d}.dot.active{background:var(--accent-glow);width:32px;box-shadow:0 0 15px var(--accent-glow);border-radius:10px}.feature-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.lightbox-overlay{z-index:9999;background:#000000f2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox-content{max-width:95%;max-height:95%;position:relative}.lightbox-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh;display:block}.lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;position:absolute;top:1rem;right:1rem}.simple-image-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;margin-top:1.5rem;display:grid}.img-box{flex-direction:column;gap:.5rem;display:flex}.img-tag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.65rem;font-weight:700}@media (width<=768px){.simple-image-grid{grid-template-columns:1fr}}.multi-image-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;margin-top:2rem;display:grid}.image-group{flex-direction:column;gap:.75rem;display:flex}.image-label{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;border-left:3px solid var(--accent-primary);padding-left:.5rem;font-size:.7rem;font-weight:800}@media (width<=768px){.multi-image-grid{grid-template-columns:1fr;gap:1.5rem}}.image-error-hud{color:#ef4444;z-index:10;text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.image-error-hud span{letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800}.feature-image.error,.lightbox-image.error{filter:grayscale()blur(5px);opacity:.3!important}@media (width<=1024px){.slider-nav-btn{width:48px;height:48px}.slider-info-panel h3{font-size:1.75rem}}@media (width<=768px){.studio-slider-main{gap:1rem}.slider-nav-btn{background:#ffffff0d;position:absolute;bottom:-80px}.slider-nav-btn.prev{left:20%}.slider-nav-btn.next{right:20%}.slider-info-panel{padding:1.5rem}.slider-info-panel p{font-size:.9rem}}.p .pricing-page{--gold-glow:#f59e0b4d;padding-bottom:5rem}.premium-bg-mesh{pointer-events:none;z-index:-1;background:radial-gradient(circle at 20% 30%,#3b82f60d 0%,#0000 40%),radial-gradient(circle at 80% 70%,#8b5cf60d 0%,#0000 40%);position:fixed;inset:0}.promo-banner-top{color:#fff;background:linear-gradient(90deg,#f59e0b,#ef4444);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem;padding:.75rem;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 10px 30px -5px #ef44444d}.pricing-main-container{flex-direction:column;gap:3rem;margin-top:2rem;display:flex}.pricing-card-master{border:1px solid #ffffff1a;border-radius:40px;padding:3rem;position:relative;overflow:hidden}.featured-master{background:#0f172ab3;box-shadow:0 40px 100px -20px #0009}.featured-master:before{content:"";background:linear-gradient(135deg, var(--accent-primary), transparent, var(--accent-secondary), transparent);-webkit-mask-composite:xor;pointer-events:none;border-radius:40px;padding:2px;animation:10s linear infinite borderRotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.master-badge{color:#000;letter-spacing:.1em;box-shadow:0 0 20px var(--gold-glow);background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:1.5rem;right:2rem}.master-grid{grid-template-columns:1fr 380px;align-items:center;gap:3rem;display:grid}.icon-box-premium{width:80px;height:80px;color:var(--accent-primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:24px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.header-text h2{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem}.header-text p{color:var(--text-secondary);font-size:1.1rem}.feature-grid-columns{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.feature-list-premium{padding:0;list-style:none}.feature-list-premium li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:1rem;display:flex}.feature-list-premium li svg{color:#10b981;flex-shrink:0;margin-top:3px}.master-price-zone{text-align:center;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.glass-dark{background:#0000004d;border:1px solid #ffffff0d}.price-label{color:var(--text-secondary);letter-spacing:.1em;font-size:.75rem;font-weight:700}.old-price-strike{color:var(--text-secondary);opacity:.5;font-size:1.5rem;text-decoration:line-through}.current-price-hero{justify-content:center;align-items:flex-start;gap:.5rem;margin:.5rem 0;display:flex}.current-price-hero .currency-symbol{color:var(--accent-primary);margin-top:.5rem;font-size:1.75rem;font-weight:700}.current-price-hero .price-value{color:#fff;letter-spacing:-.05em;font-size:4.5rem;font-weight:900;line-height:1}.savings-highlight{color:#10b981;background:#10b9811a;border-radius:100px;padding:.5rem 1rem;font-size:.9rem;font-weight:800;display:inline-block}.trust-badges{justify-content:center;gap:1.5rem;margin-top:.5rem;display:flex}.trust-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;display:flex}.cta-btn-mega{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.5rem;font-size:1.25rem;font-weight:800;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 20px 40px -10px #3b82f680}.cta-btn-mega:hover{filter:brightness(1.1);transform:translateY(-5px)scale(1.02);box-shadow:0 25px 50px -10px #3b82f699}.stock-info{color:#ef4444;font-size:.8rem;font-weight:700;animation:2s infinite pulseOpacity}@keyframes pulseOpacity{0%,to{opacity:1}50%{opacity:.5}}.sub-pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.promo-support-card{border-radius:28px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.support-icon-header{align-items:center;gap:1rem;display:flex}.support-icon-header.purple{color:#a78bfa}.support-icon-header.blue{color:#60a5fa}.support-icon-header.orange{color:#fb923c}.promo-support-card h3{font-size:1.25rem}.promo-support-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.countdown-mini .mini-timer{color:#fff;background:#ffffff0d;border-radius:12px;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-family:monospace;font-size:1.5rem;font-weight:800;display:flex}.expiry-date-mini{color:#ef4444;text-align:center;margin-top:.5rem;font-size:.75rem;font-weight:700}.license-info-mini .price{color:#fff;font-size:1.5rem;font-weight:800}.license-info-mini .label{color:var(--text-secondary);font-size:.8rem}.guarantee-box{text-align:left;background:#10b9810d;border:1px solid #10b9811a;border-radius:100px;align-items:center;gap:2rem;margin-top:5rem;padding:2.5rem 4rem;display:inline-flex}.guarantee-box svg{color:#10b981}.guarantee-box h4{margin-bottom:.25rem;font-size:1.25rem}.guarantee-box p{color:var(--text-secondary);font-size:.9rem}.pricing-footer .disclaimer{opacity:.5;margin-top:3rem;font-size:.8rem}.modal-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.premium-modal{background:var(--bg-card);border:1px solid var(--glass-border);scroll-behavior:smooth;border-radius:32px;width:100%;max-width:600px;max-height:95vh;position:relative;overflow:hidden auto;box-shadow:0 40px 100px #00000080}.premium-modal::-webkit-scrollbar{width:4px}.premium-modal::-webkit-scrollbar-track{background:0 0}.premium-modal::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:10px}@media (width<=500px){.premium-modal{border-radius:24px}.modal-header h2{font-size:1.5rem}.modal-header p{font-size:.85rem}.modal-body{padding:0 1.25rem 2rem}.modal-header{padding:2.5rem 1.25rem 1.5rem}.input-group-row{grid-template-columns:1fr}.selector-box{padding:1rem}.field-classic{padding:0 1rem}.summary-total .total-val{font-size:1.4rem}.modal-badge{font-size:.6rem}}.modal-close-btn{color:#fff;z-index:10;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close-btn:hover{background:#ef4444;transform:rotate(90deg)}.modal-header{text-align:center;background:linear-gradient(#3b82f60d,#0000);padding:3rem 3rem 2rem}.modal-header h2{color:#fff;margin-bottom:.5rem;font-size:2rem}.modal-header p{color:var(--text-secondary);font-size:1rem}.modal-body{padding:0 3rem 3rem}.modal-checkout{max-width:650px}.modal-badge{color:var(--accent-primary);letter-spacing:.1em;background:#3b82f61a;border-radius:100px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.7rem;font-weight:800;display:inline-block}.form-section{margin-bottom:2rem}.section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.input-group-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.selector-box{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex;position:relative}.selector-box:hover{background:#ffffff0d;border-color:#ffffff1a}.selector-box.active{border-color:var(--accent-primary);background:#3b82f61a}.selector-box.share.active{background:#10b9811a;border-color:#10b981}.selector-box .sel-text{flex-direction:column;display:flex}.selector-box .title{color:#fff;font-size:.9rem;font-weight:700}.selector-box .desc{color:var(--text-secondary);font-size:.75rem}.selector-box .check-icon{color:var(--accent-primary);position:absolute;top:.75rem;right:.75rem}.field-classic{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:0 1.25rem;transition:all .3s;display:flex}.field-classic:focus-within{border-color:var(--accent-primary);background:#ffffff0d}.field-icon{color:var(--text-secondary);opacity:.5}.field-classic input{border:none;outline:none;width:100%;padding:1.25rem 0;font-family:inherit;font-size:1rem;color:#fff!important;background:0 0!important}.field-classic input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background:0 0!important;-webkit-box-shadow:inset 0 0 0 1000px #111827!important}.field-classic input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background:0 0!important;-webkit-box-shadow:inset 0 0 0 1000px #111827!important}.field-classic input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background:0 0!important;-webkit-box-shadow:inset 0 0 0 1000px #111827!important}.checkout-summary-box{background:#0003;border-radius:20px;margin:1.5rem 0;padding:1.5rem}.summary-item{color:var(--text-secondary);justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.summary-item.discount{color:#10b981}.summary-total{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.summary-total span:first-child{font-size:.8rem;font-weight:800}.summary-total .total-val{color:#fff;font-size:1.75rem;font-weight:900}.submit-checkout-btn{background:var(--accent-primary);color:#fff;border-radius:16px;width:100%;padding:1.5rem;font-size:1.1rem;font-weight:800;transition:all .3s;box-shadow:0 10px 20px #3b82f64d}.submit-checkout-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 15px 30px #3b82f666}.animate-fade-in{animation:.3s forwards fadeIn}.animate-zoom-in{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-badge.success{color:#10b981;background:#10b9811a}.back-btn-step{color:var(--text-secondary);cursor:pointer;z-index:10;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.8rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;left:1.5rem}.back-btn-step:hover{color:#fff;transform:translate(-3px)}.payment-total-highlight{background:#10b9810d;border:1px solid #10b9811a;border-radius:16px;flex-direction:column;gap:.25rem;margin-top:1.5rem;padding:1rem;display:inline-flex}.payment-total-highlight .label{color:#10b981;letter-spacing:.1em;font-size:.65rem;font-weight:800}.payment-total-highlight .value{color:#fff;text-shadow:0 0 20px #10b9814d;font-size:1.75rem;font-weight:900}.payment-card-premium{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #ffffff1a;border-radius:20px;margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.payment-card-premium:before{content:"";background:var(--accent-primary);filter:blur(80px);opacity:.2;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.payment-card-premium .card-header{color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.card-number{letter-spacing:.1em;color:#fff;margin-bottom:1rem;font-family:Courier New,Courier,monospace;font-size:1.75rem;font-weight:800}.card-holder{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.card-logo{opacity:.2;color:#fff;font-size:.6rem;font-weight:900;position:absolute;bottom:1.5rem;right:1.5rem}.proof-requirements{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.req-title{color:#fff;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.req-list{padding:0;list-style:none}.req-list li{color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.req-list li svg{color:#10b981}.contact-verification label{color:#fff;opacity:.8;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.contact-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.contact-item{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{background:#ffffff14;transform:translateY(-2px)}.contact-item.wa:hover{color:#25d366;border-color:#25d366}.contact-item.fb:hover{color:#1877f2;border-color:#1877f2}.contact-item.mail:hover{color:#ea4335;border-color:#ea4335}.contact-item.tg:hover{color:#08c;border-color:#08c}.final-notice{color:var(--text-secondary);text-align:center;border-top:1px solid #ffffff0d;margin-top:2rem;padding-top:1.5rem;font-size:.75rem;font-style:italic}.animate-slide-in{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.page-vps-spec .spec-grid{grid-template-columns:1fr;gap:1.5rem}.spec-tier-card{padding:1.75rem}.stack-grid{grid-template-columns:1fr}.vps-pro-tips{padding:1.5rem}.tier-header h3{font-size:1.35rem}}@media (width<=480px){.page-vps-spec .page-header h1{font-size:1.8rem}.header-badge{font-size:.6rem}}.page-vps-spec .spec-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.spec-tier-card{transition:all var(--transition-normal);border-radius:20px;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden}.spec-tier-card:hover{border-color:var(--accent-primary);transform:translateY(-10px);box-shadow:0 20px 40px #0006}.featured-tier{background:#3b82f60d;border:2px solid var(--accent-primary)!important}.featured-badge{background:var(--accent-primary);color:#fff;letter-spacing:.05em;border-bottom-left-radius:15px;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;position:absolute;top:0;right:0}.tier-header .icon-wrap{width:50px;height:50px;color:var(--accent-primary);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.tier-header h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.tier-header p{color:var(--text-secondary);margin-bottom:2rem;font-size:.875rem}.spec-list-details{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.spec-list-details li{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.spec-list-details li strong{color:#fff}.spec-list-details li svg{color:var(--accent-primary);flex-shrink:0}.stack-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.stack-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.stack-item{border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.stack-icon{width:40px;height:40px;color:var(--accent-primary);background:#ffffff08;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stack-info h4{color:var(--text-primary);margin-bottom:.25rem}.stack-info p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.vps-pro-tips{border:1px solid #3b82f633;border-radius:24px;margin-top:3rem;padding:2.5rem}.tips-content{align-items:flex-start;gap:2rem;display:flex}.tips-icon-wrap{width:60px;height:60px;color:var(--accent-primary);background:#3b82f61a;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tips-text h3{color:#fff;margin-bottom:1.5rem;font-size:1.5rem}.tips-text ul{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.tips-text li{color:var(--text-secondary);padding-left:1.75rem;font-size:.95rem;line-height:1.6;position:relative}.tips-text li:before{content:"→";color:var(--accent-primary);font-weight:700;position:absolute;left:0}.icon-accent{color:var(--accent-primary)}.article-container{background:0 0!important;border:none!important;flex-direction:column!important;gap:2.5rem!important;margin-top:0!important;padding:0!important;display:flex!important;overflow:visible!important}.article-step{border-bottom:1px solid #ffffff0d;gap:3rem;padding:3.5rem;display:flex}.article-step:last-child{border-bottom:none}.step-count{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;padding-top:5px;font-size:.75rem;font-weight:800}.article-body{flex:1}.article-body h4{color:#fff;margin-bottom:1rem;font-size:1.6rem}.glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px}.glass-blue{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#3b82f60d;border:1px solid #3b82f633}.premium-info-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.premium-info-box:before{content:"";background:var(--accent-primary);opacity:.5;width:4px;height:100%;position:absolute;top:0;left:0}.premium-info-box.amber:before{background:#f59e0b}.premium-info-box.emerald:before{background:#10b981}.premium-info-box.indigo:before{background:#6366f1}@media (width<=768px){.article-step{flex-direction:column;gap:1.5rem;padding:1.5rem}.premium-info-box{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:9999px}.text-white{color:#fff}.text-blue-400{color:#60a5fa}.text-purple-400{color:#a78bfa}.text-green-400{color:#10b981}.text-yellow-400{color:#f59e0b}.text-blue-100\/70{color:#dbeafeb3}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.leading-relaxed{line-height:1.625}.tracking-wider{letter-spacing:.05em}.bg-white\/2{background:#ffffff05}.bg-white\/3{background:#ffffff08}.border-white\/5{border-color:#ffffff0d}.border-white\/8{border-color:#ffffff14}.bg-yellow-500\/5{background:#f59e0b0d}.border-yellow-500\/20{border:1px solid #f59e0b33}.bg-green-500\/5{background:#10b9810d}.border-green-500\/20{border:1px solid #10b98133}.bg-green-400{background-color:#4ade80}.bg-indigo-500\/4{background:#6366f10a}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.ms-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.block{display:block}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.overflow-hidden{overflow:hidden}.inline-block{display:inline-block}.text-xs{font-size:.75rem}.text-\[10px\]{font-size:10px}.text-gray-400{color:#94a3b8}.text-gray-500{color:#64748b}.text-gray-600{color:#475569}.text-orange-400{color:#fb923c}.text-blue-100\/60{color:#dbeafe99}.bg-blue-500\/10{background:#3b82f61a}.bg-blue-500\/20{background:#3b82f633}.bg-gray-500\/10{background:#6b72801a}.bg-green-500\/10{background:#10b9811a}.bg-purple-500\/10{background:#a855f71a}.bg-white\/5{background:#ffffff0d}.border-blue-500\/10{border:1px solid #3b82f61a}.border-white\/10{border:1px solid #ffffff1a}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.rounded-lg{border-radius:8px}.animate-spin-slow{animation:8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}@media (width>=1024px){.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:p-8{padding:2rem}.lg\:p-10{padding:2.5rem}.lg\:gap-10{gap:2.5rem}.lg\:text-left{text-align:left}}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-85{opacity:.85}@media (width<=1024px){.article-step{margin-bottom:2.5rem!important;padding-left:0!important}.article-step>div{flex-direction:column!important;gap:.75rem!important}.article-step .shrink-0{margin-bottom:.25rem;align-items:flex-start!important;width:fit-content!important}.article-step .shrink-0>div:first-child{background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;margin-left:0!important;font-size:1rem!important;display:flex!important}.article-step h4{color:#fff!important;margin-bottom:.5rem!important;font-size:1.1rem!important;line-height:1.4!important}.article-step .w-px{display:none!important}.article-body{padding-top:0!important;padding-bottom:0!important}}@media (width<=640px){.page-content{padding:0 1.25rem!important}.page-header{padding:2.5rem 1.25rem!important}.article-container{margin-top:2rem!important;padding:0 .5rem!important}.tips-content{text-align:center;flex-direction:column;gap:1.5rem}.tips-icon-wrap{margin:0 auto}.tips-text li{text-align:center;padding-left:0}.tips-text li:before{display:none}.page-header h1{font-size:2rem!important}.header-badge{font-size:8px!important}.doc-section-header{margin-bottom:1.25rem;gap:1rem!important}.section-title-icon-box{border-radius:12px;width:44px!important;height:44px!important}.section-title-icon-box svg{width:20px!important;height:20px!important}.doc-section h3.section-title{font-size:1.45rem!important}.article-container{gap:3rem!important}.doc-section{margin-bottom:4rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#020617}::-webkit-scrollbar-thumb{background:#6366f133;border:2px solid #020617;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6366f166}::selection{color:#fff;background:#6366f166}*{transition:background-color .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1)}.glass{-webkit-backdrop-filter:blur(12px)}.premium-gradient-text{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text}
