:root{--bg:#030a12;--surface:#081522;--line:#16334b;--blue:#00c2ff;--blue2:#087bff;--text:#eef8ff;--muted:#8fb3d0;--green:#4df0a5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,"Noto Sans JP","Segoe UI",sans-serif;background-image:linear-gradient(#0b213055 1px,transparent 1px),linear-gradient(90deg,#0b213055 1px,transparent 1px);background-size:56px 56px}.siteHeader{height:76px;background:#020810f2;border-bottom:1px solid #122738;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.headerInner{max-width:1080px;height:100%;margin:auto;display:flex;align-items:center;gap:34px;padding:0 22px}.brand{width:190px;height:54px;overflow:hidden;display:flex;align-items:center}.brand img{width:205px;height:auto;transform:scale(1.2);object-fit:cover}nav{display:flex;align-items:center;gap:28px;margin-left:auto}nav a,.navLink{color:#9bb7cc;text-decoration:none;background:none;border:0;font:inherit;cursor:pointer;padding:27px 0;position:relative}nav a:hover,.navLink:hover,nav .active{color:#fff}nav .active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--blue)}.discord,.primary{border:1px solid #169ef5;background:linear-gradient(135deg,#087bff,#00a9ef);color:#fff;border-radius:7px;padding:12px 18px;font-weight:800;box-shadow:0 0 24px #008cff25;cursor:pointer}.hero{min-height:360px;position:relative;overflow:hidden;border-bottom:1px solid #10283b}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,#007bff26,transparent 34%),linear-gradient(90deg,#030a12 35%,#06172899)}.heroGlow{position:absolute;width:500px;height:500px;background:#007bff16;filter:blur(60px);right:12%;top:-220px}.heroInner{position:relative;z-index:2;max-width:1080px;margin:auto;padding:76px 22px 62px}.eyebrow{font:700 11px ui-monospace,monospace;letter-spacing:2px;color:#18b9ff}.hero h1{font-size:58px;line-height:1.08;margin:14px 0 12px;letter-spacing:-2px}.hero h1 span{color:#20a9f7}.hero p{color:#9fc2dc;font-size:16px}.heroActions{display:flex;align-items:center;gap:22px;margin-top:28px}.secondary{color:#b9d5e9;text-decoration:none;font-weight:700}.recruits{max-width:1080px;margin:auto;padding:42px 22px 72px}.sectionTop{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.sectionTop h2{font-size:29px;margin:7px 0 0}.filters{display:flex;gap:8px}.filters button{background:#07121e;color:#9dbbd2;border:1px solid #23455f;border-radius:6px;padding:11px 16px;cursor:pointer}.filters button.active{border-color:#00aaff;color:#17b9ff;background:#05213a}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:linear-gradient(160deg,#0a1725,#06111d);border:1px solid #17354b;border-radius:5px;padding:20px;min-height:280px;transition:.2s;cursor:pointer}.card:hover{transform:translateY(-3px);border-color:#198fd1;box-shadow:0 12px 30px #0008}.cardTop{display:flex;justify-content:space-between}.game{font:700 10px ui-monospace,monospace;letter-spacing:1.5px;color:#24baff}.status{font-size:11px;color:var(--green)}.status:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);margin-right:6px}.card h3{font-size:19px;margin:14px 0;padding-bottom:15px;border-bottom:1px solid #193449}.stats{display:grid;grid-template-columns:1fr 1.8fr;gap:10px;color:#b6cede;font-size:13px}.people{font-size:20px;font-weight:900;color:#fff}.tags{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0}.tag{border:1px solid #21445d;background:#0a1a29;padding:5px 8px;font-size:11px;color:#c0d9eb}.comment{font-size:13px;color:#d2e3ee;min-height:40px}.meta{display:flex;justify-content:space-between;color:#789ab3;font-size:11px;margin-top:18px;padding-top:13px;border-top:1px solid #183449}footer{border-top:1px solid #173044;background:#020810;padding:25px max(22px,calc((100% - 1036px)/2));display:flex;align-items:center;justify-content:space-between;color:#7897ae}.footBrand{display:flex;align-items:center;gap:10px}.footBrand img{width:28px;height:28px;border-radius:6px}.footBrand span{font-size:9px;letter-spacing:2px;color:#5685a8}dialog{width:min(580px,92vw);border:1px solid #23506f;border-radius:10px;background:#07131f;color:#fff;padding:0;box-shadow:0 30px 100px #000}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}dialog form{padding:24px}.modalHead{display:flex;justify-content:space-between}.modalHead small{color:#19b7ff;letter-spacing:2px}.modalHead h2{margin:5px 0 20px}.close{background:none;border:0;color:#fff;font-size:25px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:grid;gap:7px;margin-bottom:13px;font-size:12px;color:#9ebbd1}select,textarea{background:#04101b;border:1px solid #23435a;color:#fff;border-radius:5px;padding:11px}textarea{min-height:85px;resize:vertical}.submit{width:100%;margin-top:7px}@media(max-width:760px){.siteHeader{height:66px}.headerInner{padding:0 14px}.brand{width:145px}.brand img{width:165px}nav a{display:none}.navLink{padding:0}.discord{font-size:12px;padding:10px}.hero{min-height:320px}.heroInner{padding:60px 18px 48px}.hero h1{font-size:40px}.recruits{padding:35px 16px}.sectionTop{display:block}.filters{margin-top:18px;overflow:auto}.grid{grid-template-columns:1fr}.two{grid-template-columns:1fr}footer{gap:15px;flex-direction:column;align-items:flex-start}}
