*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f9fc;color:#0f172a;line-height:1.6}a{color:#0072bc;text-decoration:none}.container{width:min(980px,calc(100% - 32px));margin:auto}.header{background:#fff;border-bottom:1px solid #dbe4ee}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:#0f172a}.brand img{width:52px;height:52px;object-fit:contain;background:#fff;border:1px solid #dbe4ee;border-radius:14px;padding:6px}.brand strong{display:block;font-size:20px}.brand span{display:block;font-size:12px;color:#64748b}.nav{display:flex;gap:16px;flex-wrap:wrap;font-weight:700;font-size:14px}.section{padding:64px 0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.card{background:#fff;border:1px solid #dbe4ee;border-radius:24px;padding:28px;box-shadow:0 14px 34px rgba(15,23,42,.08)}.field{margin-bottom:18px}.field label{display:block;font-weight:800;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:12px;padding:11px 13px;font:inherit;background:#fff}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:18px;height:18px;margin-top:4px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:12px;padding:12px 20px;background:#0072bc;color:#fff;font-weight:900;cursor:pointer}.notice{border-radius:14px;padding:14px 16px;margin-bottom:18px}.notice.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.notice.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.footer{background:#fff;border-top:1px solid #dbe4ee;padding:28px 0;color:#64748b;font-size:13px}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.hp{position:absolute!important;left:-9999px!important}.muted{color:#64748b}@media(max-width:760px){.grid{grid-template-columns:1fr}.header-inner{align-items:flex-start;padding:14px 0;flex-direction:column}.nav{padding-bottom:8px}.section{padding:44px 0}}