
:root{
  --bg:#07080a;--bg2:#0a0c0f;--card:#101318;--card2:#141820;--line:#242a34;
  --text:#f6f7f9;--muted:#8b93a1;--muted2:#5e6673;--orange:#ff7a00;--orange2:#ff9a2f;
  --green:#50df98;--yellow:#f5c451;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
  radial-gradient(circle at 18% 8%,rgba(255,122,0,.11),transparent 24%),
  radial-gradient(circle at 82% 10%,rgba(255,122,0,.045),transparent 20%),
  var(--bg);
  color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden;
}
a,button{font:inherit}
button{cursor:pointer}
.grain{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.026;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.shell{width:min(1240px,calc(100% - 48px));margin:auto}
.header{height:82px;display:flex;align-items:center;gap:45px;border-bottom:1px solid rgba(255,255,255,.065);position:relative;z-index:5}
.logo{display:flex;align-items:center;gap:11px;color:white;text-decoration:none}
.logo-mark{width:39px;height:39px;background:linear-gradient(145deg,var(--orange2),var(--orange));display:grid;place-items:center;border-radius:11px;font-size:21px;font-weight:950;color:#151515;box-shadow:0 10px 35px rgba(255,122,0,.16)}
.logo-copy{display:flex;flex-direction:column;line-height:.9}
.logo-copy b{font-size:17px;letter-spacing:1.4px}
.logo-copy em{font-style:normal;font-size:9px;color:var(--orange);letter-spacing:1.7px;margin-top:6px;font-weight:900}
.header nav{display:flex;gap:28px;margin-left:auto}
.header nav a{color:#929aa7;text-decoration:none;font-size:12px;font-weight:750;transition:.2s}
.header nav a:hover{color:white}
.header-download{padding:10px 16px;border-radius:9px;border:1px solid #303641;color:white;text-decoration:none;font-size:11px;font-weight:850}
.header-download:hover{border-color:var(--orange)}

.hero{min-height:730px;display:grid;grid-template-columns:.86fr 1.14fr;gap:62px;align-items:center;padding-top:60px;padding-bottom:80px}
.overline{font-size:10px;color:#afb5c0;letter-spacing:2.1px;font-weight:900;display:flex;align-items:center;gap:9px}
.overline i{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 20px var(--orange)}
.hero h1{font-size:63px;line-height:1.015;letter-spacing:-3.6px;margin:21px 0 24px;max-width:650px}
.hero h1 span{color:var(--orange)}
.hero-text{font-size:16px;color:#969eab;line-height:1.75;max-width:570px;margin:0}
.hero-actions{display:flex;gap:13px;align-items:center;margin-top:34px}
.download-btn{min-width:292px;display:flex;align-items:center;gap:14px;border-radius:13px;padding:13px 15px;background:linear-gradient(135deg,#ff9b32,var(--orange));color:#101010;text-decoration:none;box-shadow:0 15px 42px rgba(255,122,0,.2);transition:.2s}
.download-btn:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(255,122,0,.28)}
.download-icon{width:37px;height:37px;border-radius:9px;background:rgba(0,0,0,.12);display:grid;place-items:center;font-size:22px;font-weight:950}
.download-copy{display:flex;flex-direction:column;flex:1}
.download-copy small{font-size:8px;letter-spacing:.8px;font-weight:900;opacity:.65}
.download-copy b{font-size:14px;margin-top:2px}
.download-arrow{font-size:20px;font-weight:900}
.ghost-btn{padding:18px 19px;border:1px solid #303641;border-radius:13px;color:#dfe3e9;text-decoration:none;font-size:11px;font-weight:850}
.ghost-btn:hover{border-color:#4a515f}
.release-meta{display:flex;align-items:center;gap:10px;margin-top:18px;color:#69717e;font-size:9px;font-weight:750}
.release-meta i{width:3px;height:3px;border-radius:50%;background:#3c424c}

.hero-visual{position:relative;min-width:0}
.halo{position:absolute;width:530px;height:530px;right:0;top:-15px;background:radial-gradient(circle,rgba(255,122,0,.13),transparent 66%);filter:blur(10px)}
.client-window{position:relative;z-index:2;background:#0c0f13;border:1px solid #2c323d;border-radius:18px;overflow:hidden;box-shadow:0 45px 110px rgba(0,0,0,.63),0 0 0 1px rgba(255,255,255,.02) inset;transform:perspective(1400px) rotateY(-3deg) rotateX(1deg)}
.client-topbar{height:38px;background:#15181e;border-bottom:1px solid #282d36;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#5f6773;font-size:8px;letter-spacing:1.7px}
.traffic{display:flex;gap:5px}.traffic i{width:6px;height:6px;border-radius:50%;background:#353a44}.traffic i:first-child{background:var(--orange)}
.window-buttons{letter-spacing:4px}
.client-body{height:455px;display:flex}
.client-sidebar{width:62px;background:#0e1115;border-right:1px solid #232831;padding:15px 11px;display:flex;flex-direction:column;align-items:center;gap:10px}
.mini-logo{width:31px;height:31px;border-radius:8px;background:var(--orange);display:grid;place-items:center;color:#141414;font-weight:950;margin-bottom:17px}
.client-sidebar button{width:34px;height:34px;border:0;background:transparent;border-radius:9px;color:#656d79}
.client-sidebar button.selected{background:#242932;color:var(--orange)}
.sidebar-space{flex:1}
.client-content{flex:1;padding:23px;background:linear-gradient(180deg,#11151a,#0d1014);min-width:0}
.client-head{display:flex;justify-content:space-between;align-items:flex-start}
.client-head span{color:#626b79;font-size:7px;letter-spacing:1.5px}
.client-head h2{font-size:21px;margin:4px 0 17px;letter-spacing:-.5px}
.profile-dot{width:31px;height:31px;border:1px solid #303641;border-radius:9px;display:grid;place-items:center;color:#8b93a0;font-size:8px}
.launch-banner{height:165px;border-radius:13px;border:1px solid #343944;background:
radial-gradient(circle at 77% 49%,rgba(255,122,0,.45),transparent 20%),
linear-gradient(115deg,#1c2027,#12151a 56%,#29180b);padding:21px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}
.tiny-label{font-size:7px;color:var(--orange);letter-spacing:1.4px;font-weight:900}
.launch-banner h3{font-size:26px;line-height:1.04;margin:7px 0 13px}
.launch-banner button{border:0;background:var(--orange);border-radius:7px;padding:8px 11px;font-size:7px;font-weight:950;color:#121212}
.target{width:120px;height:120px;position:relative;opacity:.45}.target i{position:absolute;inset:18px;border:2px solid var(--orange);border-radius:50%}.target i:nth-child(2){inset:38px}.target span:before,.target span:after{content:"";position:absolute;background:var(--orange);left:59px;top:7px;width:2px;height:106px}.target span:after{transform:rotate(90deg)}
.browser-title{display:flex;justify-content:space-between;align-items:end;margin:17px 0 9px}.browser-title b{display:block;font-size:9px}.browser-title small{font-size:7px;color:#606977}.browser-tabs{display:flex;gap:9px;font-size:7px;color:#69717e}.browser-tabs span.active{color:var(--orange)}
.server-list{display:grid;gap:7px}.server-line{display:grid;grid-template-columns:9px 1fr 44px 38px 48px;gap:8px;align-items:center;min-height:45px;padding:7px 8px;background:#15191f;border:1px solid #262c35;border-radius:8px}.state{width:6px;height:6px;border-radius:50%;background:#59616d}.state.on{background:var(--green);box-shadow:0 0 10px rgba(80,223,152,.45)}.server-name{min-width:0}.server-name b{display:block;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-name small{font-size:6px;color:#636b78}.ping,.slots{font-size:7px;color:#858d99}.server-line button{font-size:6px;font-weight:900;border:1px solid #3b424e;background:#1d2229;color:#dfe3e8;border-radius:6px;padding:6px}.server-line.dimmed{opacity:.72}
.floating-card{position:absolute;z-index:4;border:1px solid #303641;background:rgba(17,20,25,.94);backdrop-filter:blur(12px);border-radius:11px;padding:11px 13px;display:flex;gap:9px;align-items:center;box-shadow:0 18px 42px rgba(0,0,0,.34)}
.floating-card b{display:block;font-size:9px}.floating-card span{display:block;color:#6c7480;font-size:7px;margin-top:2px}.fc-icon{width:27px;height:27px;border-radius:8px;background:#24180e;border:1px solid #4d2a0b;color:var(--orange);display:grid;place-items:center;font-size:11px}.fc-one{left:-28px;bottom:32px}.fc-two{right:-20px;top:52px}

.trust-strip{background:#0b0e12;border-top:1px solid #1e232b;border-bottom:1px solid #1e232b}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{min-height:105px;border-right:1px solid #1f242c;padding:23px 28px;display:flex;align-items:center;gap:17px}.trust-grid>div:first-child{border-left:1px solid #1f242c}
.trust-grid strong{font-size:20px;color:#343a44;font-weight:950}.trust-grid span{display:flex;flex-direction:column}.trust-grid b{font-size:11px}.trust-grid small{font-size:8px;color:#69717e;margin-top:4px}

.section{padding-top:105px;padding-bottom:105px}
.section-heading{text-align:center;margin-bottom:46px}.section-heading.left{text-align:left}
.section-heading>span{font-size:9px;font-weight:950;letter-spacing:2px;color:var(--orange)}
.section-heading h2{font-size:39px;letter-spacing:-1.8px;margin:9px 0 10px}.section-heading h2 em{font-style:normal;color:var(--orange)}
.section-heading p{max-width:620px;margin:0 auto;color:#808896;font-size:12px;line-height:1.7}.section-heading.left p{margin-left:0}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{position:relative;min-height:230px;border:1px solid #252b35;background:linear-gradient(180deg,#11151a,#0d1014);border-radius:15px;padding:25px;overflow:hidden}
.feature.large{grid-column:span 2}.feature.wide{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.feature-number{position:absolute;right:18px;top:15px;color:#323843;font-size:10px;font-weight:950;letter-spacing:1px}
.feature-icon{width:39px;height:39px;border-radius:10px;background:#22180f;border:1px solid #4b2a0d;color:var(--orange);display:grid;place-items:center;font-size:16px}
.feature h3{font-size:15px;margin:20px 0 9px}.feature p{font-size:10px;color:#767f8d;line-height:1.7;margin:0;max-width:460px}
.feature-ui{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:22px}.feature-ui div{border:1px solid #292f39;background:#15191f;border-radius:9px;padding:10px}.feature-ui .dot{width:6px;height:6px;background:var(--orange);display:inline-block;border-radius:50%;margin-right:6px}.feature-ui .dot.gray{background:#6f7784}.feature-ui b{font-size:8px}.feature-ui small{display:block;color:#626b78;font-size:7px;margin:4px 0 0 12px}
.settings-mock{display:grid;gap:8px;align-content:center}.settings-mock div{border:1px solid #292f39;background:#15191f;border-radius:8px;padding:10px 11px;display:flex;justify-content:space-between}.settings-mock span{font-size:8px;color:#737b88}.settings-mock b{font-size:8px}

.preview-section{padding:105px 0;background:linear-gradient(180deg,#0a0d11,#07090c);border-top:1px solid #181d24;border-bottom:1px solid #181d24}
.screen-showcase{display:flex;min-height:500px;border:1px solid #2b323d;border-radius:17px;overflow:hidden;background:#0d1014;box-shadow:0 35px 90px rgba(0,0,0,.35)}
.showcase-sidebar{width:190px;background:#101318;border-right:1px solid #252b34;padding:20px 13px;display:flex;flex-direction:column;gap:7px}
.showcase-logo{width:38px;height:38px;border-radius:10px;background:var(--orange);color:#141414;display:grid;place-items:center;font-weight:950;margin:0 8px 20px}
.showcase-sidebar button{border:0;background:transparent;color:#737c89;border-radius:9px;padding:11px 12px;text-align:left;font-size:10px}.showcase-sidebar button span{margin-left:10px}.showcase-sidebar button.on{background:#211b16;color:var(--orange)}
.showcase-main{flex:1;padding:28px;min-width:0;background:linear-gradient(180deg,#11151a,#0d1014)}
.showcase-header{display:flex;justify-content:space-between;align-items:end}.showcase-header small{font-size:8px;color:#646d7a;letter-spacing:1.3px}.showcase-header h3{font-size:25px;margin:5px 0}.search{width:300px;border:1px solid #2c333d;border-radius:9px;padding:10px 12px;color:#626b78;font-size:9px;background:#15191f}
.filters{display:flex;gap:8px;margin:23px 0 17px}.filters span{flex:1}.filters button{border:1px solid #2c333d;background:#15191f;color:#77808d;border-radius:8px;padding:8px 11px;font-size:8px}.filters button.active{color:#151515;background:var(--orange);border-color:var(--orange);font-weight:900}
.table-head,.table-row{display:grid;grid-template-columns:2.1fr 1fr .65fr .55fr .55fr;gap:13px;align-items:center}.table-head{padding:0 13px 8px;color:#596270;font-size:7px}.table-row{min-height:63px;border:1px solid #282f39;background:#14181e;border-radius:9px;padding:9px 12px;margin-bottom:8px;font-size:9px;color:#8b94a1}.srv{display:grid;grid-template-columns:8px 1fr;column-gap:8px}.srv i{width:6px;height:6px;background:var(--green);border-radius:50%;grid-row:1/span 2;align-self:center}.srv i.yellow{background:var(--yellow)}.srv b{font-size:9px;color:#e7eaee}.srv small{font-size:7px;color:#5f6875}.table-row .good{color:var(--green)}.table-row button{border:1px solid #3a424e;border-radius:7px;background:#1b2027;color:white;font-size:7px;font-weight:900;padding:7px}.table-row button:hover{border-color:var(--orange);color:var(--orange)}

.download-section{padding:90px 0}
.download-panel{position:relative;overflow:hidden;border:1px solid #342b23;border-radius:19px;background:
radial-gradient(circle at 82% 35%,rgba(255,122,0,.19),transparent 25%),
linear-gradient(120deg,#17130f,#101216 55%,#17100a);min-height:300px;padding:45px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.download-panel:before{content:"A";position:absolute;right:45px;top:-58px;font-size:330px;font-weight:950;color:rgba(255,122,0,.035);line-height:1}
.download-panel-copy>span{font-size:9px;color:var(--orange);font-weight:950;letter-spacing:2px}.download-panel h2{font-size:39px;margin:9px 0 10px;letter-spacing:-1.8px}.download-panel p{font-size:11px;color:#828b97}
.compat{display:flex;gap:26px;margin-top:28px}.compat div{display:flex;flex-direction:column}.compat small{font-size:7px;color:#5f6773;letter-spacing:1px}.compat b{font-size:9px;margin-top:4px}
.download-panel-action{position:relative;z-index:2;min-width:280px;text-align:center}.download-panel-action>a{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ff9c35,var(--orange));border-radius:13px;padding:16px 18px;color:#111;text-decoration:none;box-shadow:0 15px 40px rgba(255,122,0,.2)}.download-panel-action>a>span{font-size:27px;font-weight:950}.download-panel-action>a div{display:flex;flex-direction:column;text-align:left}.download-panel-action small{font-size:8px;font-weight:850;letter-spacing:.8px}.download-panel-action b{font-size:15px}.download-panel-action>small{display:block;color:#666f7c;margin-top:9px;font-size:8px}

.install-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.install-grid article{position:relative;min-height:205px;border:1px solid #252b35;border-radius:15px;background:#101318;padding:25px}.install-grid article>b{position:absolute;right:18px;top:15px;font-size:10px;color:#343b46}.install-icon{width:40px;height:40px;border-radius:10px;background:#22180f;border:1px solid #4b2a0d;color:var(--orange);display:grid;place-items:center}.install-grid h3{font-size:15px;margin:21px 0 8px}.install-grid p{color:#747d8a;font-size:10px;line-height:1.7;max-width:290px}

.faq{padding-top:70px}.faq-list{max-width:900px}.faq-list details{border-top:1px solid #242a33;padding:19px 0}.faq-list details:last-child{border-bottom:1px solid #242a33}.faq-list summary{cursor:pointer;font-size:12px;font-weight:800;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";color:var(--orange);font-size:18px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:#7d8693;font-size:10px;line-height:1.7;max-width:750px}

footer{border-top:1px solid #1d2229;padding:30px 0;background:#080a0d}.footer-grid{display:flex;align-items:center;gap:28px}.footer-grid p{margin-left:auto;color:#5e6673;font-size:8px;max-width:500px;text-align:right;line-height:1.55}.footer-grid>span{color:#5e6673;font-size:8px}
.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,15px);opacity:0;pointer-events:none;border:1px solid #363d48;background:#171b21;color:#dce0e6;padding:12px 16px;border-radius:10px;font-size:10px;z-index:60;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr;padding-top:70px}
  .hero-copy{text-align:center}.hero-text{margin:auto}.overline,.hero-actions,.release-meta{justify-content:center}
  .client-window{transform:none}.fc-one{left:10px}.fc-two{right:10px}
  .features-grid{grid-template-columns:repeat(2,1fr)}.feature.large,.feature.wide{grid-column:span 2}
}
@media(max-width:780px){
  .header nav{display:none}.header-download{margin-left:auto}
  .shell{width:calc(100% - 28px)}.hero h1{font-size:45px}.hero{gap:40px}
  .hero-actions{flex-direction:column}.download-btn,.ghost-btn{width:100%;justify-content:center}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .client-sidebar{display:none}.client-content{padding:15px}.floating-card{display:none}
  .server-line{grid-template-columns:8px 1fr 35px 45px}.server-line .ping{display:none}
  .section-heading h2,.download-panel h2{font-size:31px}
  .screen-showcase{min-height:440px}.showcase-sidebar{display:none}.showcase-main{padding:18px}.search{display:none}
  .table-head,.table-row{grid-template-columns:1.8fr 1fr .6fr .6fr}.table-head span:nth-child(4),.table-row>span:nth-child(4){display:none}
  .download-panel{padding:32px;flex-direction:column;align-items:flex-start}.download-panel-action{width:100%}.download-panel-action>a{justify-content:center}
  .install-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero h1{font-size:39px}.hero-text{font-size:14px}.client-body{height:430px}.target{display:none}
  .features-grid{grid-template-columns:1fr}.feature.large,.feature.wide{grid-column:span 1}.feature.wide{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}.trust-grid>div{border-left:1px solid #1f242c}
  .browser-tabs{display:none}.compat{flex-wrap:wrap}.footer-grid{flex-wrap:wrap}.footer-grid p{order:3;margin:0;text-align:left}
}
