.system-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:#fbfaf9;color:#1a1816}.system-page-card{width:100%;max-width:420px;padding:32px 28px;border-radius:18px;border:1px solid rgba(20,15,13,.08);background:#fff;box-shadow:0 18px 40px -28px rgba(20,15,13,.35)}.system-page-kicker{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:-.2px;color:var(--ga,#f99)}.system-page-title{margin:0 0 10px;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:800;letter-spacing:-.03em;line-height:1.15}.system-page-desc{margin:0 0 24px;font-size:15px;line-height:1.55;color:rgba(26,24,22,.62)}.system-page-actions{display:flex;flex-direction:column;gap:10px}.system-page-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:0 18px;border-radius:18px;border:1px solid rgba(20,15,13,.12);background:#fff;color:#1a1816;font:inherit;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer}.system-page-btn--primary{border:none;background:var(--ga,#f99);color:#1a1816}.system-page-btn--primary:hover{opacity:.95}