.system-page{color:#fff;text-align:center;background:#030508;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex;position:relative;overflow:hidden}.system-orb{filter:blur(120px);pointer-events:none;z-index:0;opacity:.3;border-radius:50%;width:600px;height:600px;position:absolute}.system-orb--1{background:#d6282833;animation:20s infinite alternate systemFloat;top:-100px;left:-100px}.system-orb--2{background:#ffb70326;animation:25s infinite alternate-reverse systemFloat;bottom:-100px;right:-100px}@keyframes systemFloat{0%{transform:translate(0)scale(1)}to{transform:translate(50px,50px)scale(1.1)}}.system-watermark{font-family:"Noto Sans JP", var(--font-heading);color:#ffffff03;z-index:0;pointer-events:none;white-space:nowrap;font-size:40vw;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.system-content{z-index:2;max-width:800px;position:relative}.system-badge{text-transform:uppercase;letter-spacing:3px;color:var(--gold,#ffb703);background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-flex}.system-code{font-family:var(--font-heading);background:linear-gradient(#fff 40%,#fff3 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 20px 40px #00000080);letter-spacing:-5px;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(6rem,25vw,15rem);font-weight:900;line-height:.8}.system-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.system-text{color:#fff6;max-width:500px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.system-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}@media (max-width:768px){.system-orb--1{display:none}.system-watermark{transform-origin:0;color:#ffffff0d;font-size:75vw;left:-8vw;transform:translateY(-50%)rotate(-12deg)}.system-code{letter-spacing:-2px}.system-actions .btn{width:100%}}