* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html, body { min-height: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #151a1e; color: #f5f5f7; }
body { min-height: 100vh; }
.process-top { position: relative; min-height: 104px; padding: 18px 30px 12px; display: grid; place-items: start center; }
.brand img { height: 66px; display: block; }
.back-link { position: absolute; top: 22px; right: 30px; min-height: 36px; display: grid; place-items: center; padding: 0 12px; border-radius: 6px; background: rgba(255,255,255,0.1); color: #fff; text-decoration: none; font-size: 13px; font-weight: 900; transition: transform 0.2s ease, filter 0.2s ease; }
.back-link:hover { transform: translateY(-2px); filter: brightness(1.08); }
.back-link:active { transform: scale(0.96); }
.process-layout { width: min(760px, 100%); margin: 0 auto; padding: 38px 30px 84px; }
.process-panel { padding: 28px; border: 1px solid rgba(134,239,172,0.22); border-radius: 8px; background: #20272d; }
.process-panel h1 { font-size: 27px; }
.process-intro { margin-top: 10px; color: #aeb9c2; font-size: 14px; line-height: 1.6; }
.process-steps { display: grid; gap: 15px; margin: 28px 0; padding-left: 24px; color: #dce5ea; font-size: 15px; line-height: 1.75; }
.process-steps li::marker { color: #86efac; font-weight: 900; }
.process-panel a { color: #86efac; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.process-panel .discord-action { min-height: 44px; display: grid; place-items: center; margin: 0 0 12px; border-radius: 6px; background: #5865f2; color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; transition: transform 0.2s ease, filter 0.2s ease; }
.process-panel .discord-action:hover { transform: translateY(-2px); filter: brightness(1.08); }
.process-panel .discord-action:active { transform: scale(0.98); }
.process-help { padding: 14px 15px; border-left: 3px solid #22c55e; background: rgba(34,197,94,0.08); color: #d8e7dc; font-size: 14px; line-height: 1.65; }
@media (max-width: 760px) { .process-top { min-height: 62px; padding: 12px 14px 0; } .brand img { height: 36px; } .back-link { top: 16px; right: 14px; min-height: 32px; padding: 0 9px; font-size: 12px; } .process-layout { padding: 30px 14px 54px; } .process-panel { padding: 20px 17px; } .process-panel h1 { font-size: 23px; } .process-steps { padding-left: 21px; } }
