@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;700&display=swap');
:root{--ink:#11251f;--lime:#d8ff55;--cream:#f4f3e9;--muted:#779088;--line:#dbe2d9;--mint:#dff5d9}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.brand{font:700 21px Unbounded,sans-serif;letter-spacing:-1.5px}.brand span{color:#5f8d42}nav{height:90px;max-width:1220px;margin:auto;padding:0 34px;display:flex;align-items:center;justify-content:space-between}.discord,.button{background:var(--ink);color:#fff;border-radius:9px;padding:13px 18px;font-size:14px;font-weight:700}.hero{max-width:1220px;min-height:500px;margin:auto;padding:70px 34px 30px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px}.eyebrow{font:700 11px 'DM Mono';letter-spacing:1.5px;color:#5f8d42}.hero h1{font:700 clamp(45px,6vw,76px)/1.08 Unbounded,sans-serif;letter-spacing:-5px;margin:15px 0 24px}.hero h1 em{font-style:normal;color:#6b9b48}.lead{max-width:570px;font-size:18px;line-height:1.7;color:#52675f;margin-bottom:34px}.button{display:inline-block;background:var(--ink);padding:16px 20px}.button b{font-size:22px;margin-left:15px}.hint{font-size:12px;color:#779088;margin-top:18px}.cube-wrap{position:relative;min-height:370px;display:grid;place-items:center;background:radial-gradient(circle,#ddf6a3 1px,transparent 1px);background-size:14px 14px;border-radius:20px}.cube{display:grid;place-items:center;width:210px;height:210px;background:linear-gradient(135deg,#8fbe66,#406d45);border:12px solid #244833;box-shadow:24px 26px 0 #1c342a;transform:rotate(-6deg);font-size:84px}.float-card{position:absolute;background:#fff;border:1px solid #d7e2d5;border-radius:10px;padding:14px 16px;box-shadow:0 12px 25px #223f2730;font:600 12px 'DM Mono'}.one{top:55px;right:5px;color:#5d9c4a}.one span{color:var(--ink);margin-left:7px}.two{bottom:43px;left:5px}.features{max-width:1150px;margin:25px auto 80px;padding:0 34px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.features article{background:#e5eee0;padding:24px;border-radius:12px}.features i{font-style:normal;font-size:25px;color:#5a9348}.features h3{margin:15px 0 5px}.features p{margin:0;color:#61756d;font-size:14px}.dash-shell{min-height:100vh;background:#edf1e9}.dash-nav{border-bottom:1px solid var(--line);background:#fff}.dash-nav .inner{max-width:1240px;height:76px;margin:auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.profile{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.avatar{width:32px;height:32px;border-radius:8px;background:#d8ff55;object-fit:cover}.dash-content{max-width:1180px;margin:auto;padding:38px 30px}.dash-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.dash-head h1{font:700 31px Unbounded;margin:0;letter-spacing:-2px}.dash-head p{color:var(--muted);margin:8px 0 0}.grid{display:grid;grid-template-columns:280px 1fr;gap:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.panel h2{font-size:15px;margin:0 0 16px}.account{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid #edf0ec}.account:last-child{border:0}.account img{width:42px;height:42px;border-radius:8px;image-rendering:pixelated}.account b,.server h3{display:block;font-size:14px}.badge{font:600 10px 'DM Mono';color:#5d9c4a;text-transform:uppercase}.add{width:100%;background:var(--lime);border:0;border-radius:8px;padding:12px;font-weight:800;margin-top:15px;cursor:pointer}.servers{display:grid;gap:12px}.server{padding:20px;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center}.server .head{width:48px;height:48px;border-radius:9px;image-rendering:pixelated}.server p{margin:5px 0;color:var(--muted);font-size:12px}.state{display:inline-flex;gap:6px;align-items:center;font:600 11px 'DM Mono';text-transform:uppercase}.state:before{content:'';width:7px;height:7px;border-radius:10px;background:#b8c4bc}.state.online:before{background:#75c355;box-shadow:0 0 0 3px #dff3d8}.toggle{border:1px solid #cbd8cb;background:#fff;padding:10px 13px;border-radius:7px;font-weight:700;cursor:pointer}.empty{padding:55px 20px;text-align:center;color:var(--muted)}dialog{border:0;border-radius:14px;padding:0;box-shadow:0 20px 80px #11251f55;width:min(420px,90vw)}dialog::backdrop{background:#11251f99}.modal{padding:26px}.modal h2{margin-top:0}.modal label{display:block;font-size:12px;font-weight:800;margin:14px 0 6px}.modal input,.modal select{width:100%;padding:12px;border:1px solid #cbd8cb;border-radius:7px;font:inherit}.modal footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal button{padding:11px 14px;border-radius:7px;border:0;font-weight:800;cursor:pointer}.modal .cancel{background:#edf1e9}.modal .save{background:var(--lime)}.notice{margin-bottom:15px;padding:12px;border-radius:8px;background:#fff0cf;color:#755c12;font-size:13px}@media(max-width:700px){nav{padding:0 20px}.hero{padding:45px 20px;grid-template-columns:1fr}.cube-wrap{min-height:260px}.features{padding:0 20px;grid-template-columns:1fr}.grid{grid-template-columns:1fr}.dash-content{padding:25px 18px}.dash-head{align-items:start;gap:15px}.dash-head h1{font-size:24px}.dash-nav .inner{padding:0 18px}.server{grid-template-columns:auto 1fr}.server .toggle{grid-column:1/-1}}
