:root{--primary: #0EA5E9;--primary-hover: #0284C7;--primary-soft: #E0F2FE;--ink: #0f172a;--muted: #64748b;color-scheme:light dark;font-family:Pretendard,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:var(--ink)}.hero{max-width:720px;margin:8vh auto;padding:0 20px}.hero h1{font-size:2rem;margin:0 0 6px}.hero>p{color:var(--muted);margin:0 0 14px}.pill{display:inline-block;background:var(--primary-soft);color:var(--primary-hover);border-radius:999px;padding:4px 14px;font-size:.82rem;font-weight:700}.card{margin-top:22px;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.row{display:flex;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid #f1f5f9;font-size:.95rem}.row:last-child{border-bottom:none}.row span{color:var(--muted)}.row strong{color:var(--primary-hover);font-weight:700}.note{margin-top:18px;color:var(--muted);font-size:.85rem}@media(prefers-color-scheme:dark){body{background:#0b1220;color:#e2e8f0}.card{background:#0f172a;border-color:#1e293b}.row{border-color:#1e293b}}
