*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
--bg:#05070d;
--panel:#0c111c;
--panel2:#101725;
--border:#1d2939;
--text:#f8fafc;
--muted:#8d9bad;
--purple:#7567ff;
--purple2:#9c8cff;
--green:#3ee58b;
--red:#ff6376;
}
body{
margin:0;
font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
background:var(--bg);
color:var(--text);
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.navbar{
height:78px;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 max(25px,calc((100% - 1180px)/2));
position:sticky;
top:0;
z-index:50;
background:rgba(5,7,13,.82);
backdrop-filter:blur(18px);
border-bottom:1px solid rgba(255,255,255,.07);
}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:2px}
.brand-icon{
width:36px;height:36px;display:grid;place-items:center;
border-radius:10px;background:linear-gradient(135deg,var(--purple),#4f46e5);
box-shadow:0 0 30px rgba(117,103,255,.35);
}
.navlinks{display:flex;align-items:center;gap:30px;color:#aab4c3;font-size:14px}
.navlinks a:hover{color:#fff}
.adminlink{border:1px solid #30394a;padding:9px 15px;border-radius:9px}
.hero{
min-height:720px;
display:grid;
place-items:center;
position:relative;
overflow:hidden;
padding:80px 24px;
background-image:
linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
background-size:45px 45px;
}
.glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.22}
.glow1{width:500px;height:500px;background:#5848ff;top:-170px;left:20%}
.glow2{width:450px;height:450px;background:#7c3aed;right:5%;bottom:-200px}
.hero-content{position:relative;z-index:2;text-align:center;max-width:900px}
.pill{
display:inline-flex;align-items:center;gap:9px;
font-size:11px;letter-spacing:2.4px;color:#c7c0ff;
border:1px solid rgba(117,103,255,.45);
background:rgba(117,103,255,.08);
padding:9px 14px;border-radius:100px;
}
.pulse{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 12px var(--green)}
.hero h1{
font-size:clamp(65px,11vw,135px);
line-height:.9;
letter-spacing:-7px;
margin:32px 0 25px;
font-weight:950;
}
.hero h1 span{
background:linear-gradient(110deg,#fff 10%,#8e83ff 80%);
-webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-text{font-size:21px;line-height:1.7;color:var(--muted)}
.server-address{
max-width:650px;margin:42px auto 10px;
display:flex;align-items:center;justify-content:space-between;
text-align:left;padding:16px 17px 16px 22px;
background:rgba(14,20,32,.85);
border:1px solid #293348;border-radius:16px;
box-shadow:0 20px 70px rgba(0,0,0,.35);
}
.server-address small{display:block;color:#6f7e92;font-size:10px;letter-spacing:2px;margin-bottom:5px}
.server-address strong{font-family:ui-monospace,monospace;font-size:20px}
.server-address button,.join button{
border:0;background:linear-gradient(135deg,#7164ff,#5548e8);
color:white;font-weight:800;border-radius:10px;padding:14px 20px;cursor:pointer;
}
.server-address button:hover,.join button:hover{filter:brightness(1.13)}
.java{font-size:11px!important;letter-spacing:1.5px!important;color:#536174!important}
.scroll{display:inline-block;margin-top:55px;color:#66758a;font-size:11px;letter-spacing:2px}
.section,.status-section{max-width:1180px;margin:auto;padding:110px 25px}
.section-heading{text-align:center;max-width:700px;margin:0 auto 55px}
.eyebrow{font-size:11px;letter-spacing:3px;color:#8277ff;font-weight:800}
.section-heading h2,.join h2{font-size:clamp(38px,5vw,58px);letter-spacing:-2px;margin:12px 0}
.section-heading p,.join p{color:var(--muted);line-height:1.7}
.mode-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.mode-card{
position:relative;min-height:360px;
padding:32px;background:linear-gradient(145deg,#0c111c,#090d16);
border:1px solid var(--border);border-radius:20px;
transition:.25s transform,.25s border-color;
}
.mode-card:hover{transform:translateY(-5px);border-color:#3e4960}
.mode-card.featured{border-color:rgba(117,103,255,.45)}
.recommended{
position:absolute;right:20px;top:-11px;
font-size:9px;letter-spacing:2px;font-weight:900;
background:#6658ed;padding:6px 10px;border-radius:5px;
}
.mode-top{display:flex;justify-content:space-between;align-items:center}
.mode-number{font-family:monospace;color:#455166}
.online{color:var(--green);font-size:12px;font-weight:800}
.offline{color:var(--red);font-size:12px;font-weight:800}
.mode-icon{
width:60px;height:60px;margin-top:45px;display:grid;place-items:center;
font-size:28px;background:#151c2b;border:1px solid #273247;border-radius:15px;
}
.mode-card h3{font-size:30px;margin:20px 0 10px}
.mode-card p{color:var(--muted);line-height:1.65;max-width:470px}
.chips{display:flex;gap:8px;margin-top:25px}
.chips span{font-size:11px;color:#9aa7ba;background:#111827;border:1px solid #263145;padding:7px 10px;border-radius:6px}
.status-section{padding-top:40px}
.status-panel{
max-width:850px;margin:auto;background:#0b101a;
border:1px solid var(--border);border-radius:18px;overflow:hidden;
}
.status-row{display:flex;justify-content:space-between;align-items:center;padding:25px 28px;border-bottom:1px solid #182131}
.status-row:last-child{border:0}
.status-row strong{display:block;margin-bottom:5px}
.status-row small{color:#657388}
.join{
max-width:1130px;margin:50px auto 120px;
padding:55px;
display:flex;align-items:center;justify-content:space-between;gap:30px;
border:1px solid rgba(117,103,255,.32);border-radius:24px;
background:linear-gradient(120deg,rgba(117,103,255,.13),rgba(10,15,25,.9));
}
.join button{font-family:ui-monospace,monospace;font-size:16px;padding:18px 22px}
footer{
border-top:1px solid #151d2b;
padding:45px max(25px,calc((100% - 1130px)/2));
display:flex;align-items:center;gap:25px;color:#637187;font-size:13px;
}
.footer-brand{font-weight:900;color:white;letter-spacing:2px;margin-right:auto}
.login-page{}.center{min-height:100vh;display:grid;place-items:center}
.login{
width:min(430px,92%);padding:42px;background:#0c111c;
border:1px solid var(--border);border-radius:20px;
}
.login h1{font-size:38px}
.login input{
width:100%;padding:15px;margin:8px 0;background:#060910;
color:white;border:1px solid #273247;border-radius:9px;outline:none;
}
.login input:focus{border-color:#7164ff}
.login button{
width:100%;padding:14px;margin:10px 0 20px;border:0;border-radius:9px;
background:#6658ed;color:white;font-weight:800;cursor:pointer;
}
.panel{max-width:1180px;margin:auto;padding:65px 25px}
.panel h1{font-size:48px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0}
.stats div,.card{background:#0c111c;border:1px solid var(--border);border-radius:16px;padding:25px}
.stats b{display:block;font-size:28px}.stats small,.card small{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.buttons{display:flex;gap:7px;margin:20px 0}.buttons form{flex:1}
.buttons button{width:100%;padding:10px;border:0;border-radius:7px;background:#5548e8;color:#fff;cursor:pointer}
.buttons .danger{background:#8b2532}
pre{padding:20px;background:#03050a;border:1px solid var(--border);border-radius:12px;overflow:auto;white-space:pre-wrap}
.msg,.error{padding:12px;background:#312e81;border-radius:8px;margin:15px 0}
@media(max-width:750px){
.navlinks a:not(.adminlink){display:none}
.hero{min-height:650px}
.hero h1{letter-spacing:-4px}
.server-address{flex-direction:column;gap:17px;text-align:center}
.server-address button{width:100%}
.mode-grid{grid-template-columns:1fr}
.join{margin:30px 20px 80px;padding:35px 25px;flex-direction:column;text-align:center}
.stats{grid-template-columns:1fr}
footer{flex-wrap:wrap}
}
