@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;700;800;900&display=swap');
:root{--yellow:#ffd438;--green:#2bd06f;--blue:#347cf4;--bg:#050505;--card:#151517;--text:#f6f6f6;--muted:#c9c9d2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Nunito,Arial,sans-serif}a{text-decoration:none;color:inherit}.nav{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:34px 7.5%;gap:24px}.brand img{width:86px;height:auto;display:block;object-fit:contain}.nav nav{display:flex;align-items:center;gap:30px;font-weight:800;font-size:18px;margin-left:auto;transform:translateX(52px)}.nav nav a:not(.store){text-shadow:0 3px 6px #000}.store,.ip{border:0;border-radius:14px;padding:18px 28px;font:inherit;font-weight:900;cursor:pointer}.store{background:linear-gradient(135deg,#28d46f,#25bf62);color:white;display:inline-flex;align-items:center;gap:10px;box-shadow:0 14px 32px rgba(43,208,111,.18)}.store svg{width:22px;height:22px;fill:currentColor;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.ip{background:var(--yellow);color:#121212;min-width:170px}.hero{min-height:610px;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.38)),url('assets/background.jpg') center/cover no-repeat;display:flex;align-items:center;padding:120px 8% 105px}.hero-content{max-width:760px}.hero h1{font-size:76px;line-height:1.08;margin:0 0 26px;font-weight:900;letter-spacing:-2px}.hero h1 span{color:var(--yellow)}.hero p{font-size:25px;font-weight:700;margin:0;color:white}.cards{width:84%;margin:70px auto 46px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:34px}.card{min-height:230px;border-radius:24px;padding:42px 44px;position:relative;overflow:hidden;transition:.25s;display:block}.card:hover{transform:translateY(-6px)}.card h2{font-size:42px;margin:0 0 12px;font-weight:900}.card p{font-size:22px;margin:0 0 46px;line-height:1.45}.card b{background:#fff;color:#050505;border-radius:999px;padding:13px 26px;display:inline-block}.yellow{background:linear-gradient(135deg,#ffab0c,var(--yellow));color:#fff}.blue{background:linear-gradient(135deg,#316be8,#3c86ff);color:#fff}.dark{background:#151515;border:1px solid #2b2b2f}.heads{display:flex;margin-top:22px}.heads img,.heads span{width:54px;height:54px;border-radius:50%;margin-left:-10px;background:#262626;border:0;display:grid;place-items:center;font-weight:900}.heads img:first-child{margin-left:0}.motd-card{width:84%;margin:0 auto 58px;min-height:142px;border-radius:24px;background:rgba(18,18,20,.92);border:1px solid #303035;display:flex;align-items:center;gap:22px;padding:26px 32px;position:relative;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.32)}.mc-icon{width:92px;height:92px;border-radius:17px;background:#252527;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.mc-icon img{width:74px;height:74px;object-fit:contain}.motd-info{font-family:Consolas,'Courier New',monospace;position:relative;z-index:2;width:min(660px,70%)}.motd-top{display:flex;align-items:center;gap:16px;color:#d9d9d9;font-size:18px}.motd-top strong{margin-left:auto;font-weight:500}.bars{width:25px;height:20px;display:inline-block;background:linear-gradient(to top,#38e872 20%,transparent 20%) 0 100%/4px 20px no-repeat,linear-gradient(to top,#38e872 45%,transparent 45%) 6px 100%/4px 20px no-repeat,linear-gradient(to top,#38e872 70%,transparent 70%) 12px 100%/4px 20px no-repeat,linear-gradient(to top,#38e872 92%,transparent 92%) 18px 100%/4px 20px no-repeat}.motd-card h3{margin:8px 0 4px;color:var(--yellow);letter-spacing:1px;font-size:20px}.motd-card h3 b{color:white}.motd-card p{margin:4px 0;color:#ececec;font-size:18px}.motd-card a{color:var(--yellow);text-decoration:underline}.motd-logo{position:absolute;right:50px;top:50%;transform:translateY(-50%);width:125px;height:125px;object-fit:contain;opacity:.16;filter:grayscale(.2)}.discord{width:84%;margin:0 auto 70px;border-radius:24px;padding:42px 50px;background:linear-gradient(135deg,#2bd06f,#47db82);color:#062413}.discord h2{font-size:38px;margin:0 0 8px}.discord p{font-size:22px;font-weight:800;margin:0 0 28px}.discord a{background:#050505;color:#fff;border-radius:999px;padding:13px 26px;font-weight:900;display:inline-block}footer{background:linear-gradient(#121212,#171717);border-top:1px solid #2a2a2a;padding:70px 8% 28px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:70px;color:#cfd1dc}footer h2,footer h3{color:var(--yellow);margin-top:0}footer h2{font-size:30px}footer p,footer a{font-size:19px;line-height:1.8}footer>div:nth-child(2) a{display:block}.socials{display:flex;gap:20px;margin-top:25px}.socials a{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,212,56,.45);background:rgba(255,212,56,.12)}.socials svg{width:26px;height:26px;fill:var(--yellow)}.online{color:#2bd06f;font-weight:900}.offline{color:#ff4c58;font-weight:900}footer small{grid-column:1/-1;text-align:center;border-top:1px solid #2d2d2d;padding-top:28px;font-size:18px}.simple{min-height:100vh;padding:170px 8%;background:#070707}.simple h1{font-size:54px;color:var(--yellow)}@media(max-width:900px){
  .nav{position:absolute;background:transparent;padding:18px 5% 10px;flex-direction:column;gap:14px;align-items:center;justify-content:center;backdrop-filter:none}
  .brand img{width:74px}
  .nav nav{width:100%;flex-wrap:wrap;justify-content:center;gap:10px 16px;font-size:16px;transform:none;margin-left:0}
  .nav nav a:not(.store){text-shadow:0 3px 8px #000;color:#fff}
  .store,.ip{padding:13px 18px;min-width:auto;border-radius:13px;font-size:16px}
  .store{box-shadow:0 12px 28px rgba(43,208,111,.32)}
  .ip{padding:13px 24px}
  .hero{padding:210px 6% 80px;min-height:680px;background:linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.18) 100%),url('assets/background.jpg') center/cover no-repeat;align-items:flex-start}
  .hero h1{font-size:44px;letter-spacing:-1px;line-height:1.12;margin-top:0}
  .hero p{font-size:24px;line-height:1.45;max-width:520px}
  .cards,.discord,.motd-card{width:92%}
  .cards{grid-template-columns:1fr;margin-top:42px;gap:24px}
  .card{min-height:210px;padding:36px 34px}
  .card h2{font-size:34px}
  .card p{font-size:21px}
  .motd-card{padding:22px;align-items:flex-start}
  .motd-info{width:100%}
  .motd-logo{display:none}
  .motd-top{font-size:14px}
  .motd-card p{font-size:15px}
  footer{grid-template-columns:1fr;gap:30px}
}
@media(max-width:520px){
  .nav{padding-top:22px}
  .brand img{width:76px}
  .nav nav{gap:10px 14px;font-size:15px}
  .store{order:2;margin-left:6px}
  .ip{order:3;width:auto;margin-top:8px}
  .hero{padding-top:255px;min-height:680px;background-position:center top}
  .hero h1{font-size:43px}
  .hero p{font-size:23px}
}


/* ===== Mobile fixes v17 ===== */
@media (max-width: 900px){
  .nav{
    position:absolute;
    top:0; left:0; right:0;
    padding:18px 18px 0;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    background:transparent!important;
    z-index:20;
  }
  .brand img{width:72px!important;max-height:72px;object-fit:contain}
  .nav nav{
    width:100%;
    max-width:430px;
    margin:0 auto!important;
    transform:none!important;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:10px 14px;
    font-size:15px;
    line-height:1;
  }
  .nav nav a:not(.store){
    padding:4px 0;
    color:#fff!important;
    text-shadow:0 3px 9px rgba(0,0,0,.85);
  }
  .store,.ip{
    height:54px;
    border-radius:14px;
    padding:0 18px!important;
    min-width:0!important;
    font-size:17px!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .store{order:10;flex:0 1 158px;margin:0!important;gap:9px;box-shadow:0 12px 28px rgba(43,208,111,.28)}
  .store svg{width:20px;height:20px}
  .ip{order:11;flex:0 1 158px;margin:0!important;background:var(--yellow);}
  .hero{
    padding:245px 6% 72px!important;
    min-height:660px;
    align-items:flex-start;
    background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.45) 38%,rgba(0,0,0,.08) 100%),url('assets/background.jpg') center/cover no-repeat!important;
  }
  .hero h1{font-size:42px!important;line-height:1.1!important;margin:0 0 20px!important;letter-spacing:-.7px!important}
  .hero p{font-size:22px!important;line-height:1.45!important}
  .motd-card{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:18px!important;margin-top:6px;border-radius:18px;align-items:center!important}
  .mc-icon{width:64px!important;height:64px!important;border-radius:14px}.mc-icon img{width:50px!important;height:50px!important}
  .motd-info{width:100%!important;min-width:0}.motd-top{font-size:13px!important;gap:8px;white-space:nowrap}.motd-card h3{font-size:16px!important}.motd-card p{font-size:13px!important}.bars{transform:scale(.82);transform-origin:right center}.motd-logo{display:none!important}
}
@media (max-width: 430px){
  .nav{padding-left:12px;padding-right:12px}
  .nav nav{max-width:390px;gap:10px 12px;font-size:14px}
  .store,.ip{height:52px;font-size:16px!important;flex-basis:150px}
  .hero h1{font-size:39px!important}.hero p{font-size:21px!important}
}
@media (max-width: 360px){
  .store,.ip{flex-basis:136px;font-size:15px!important}
  .nav nav{gap:9px 10px}
}
