*{box-sizing:border-box}body{margin:0;min-height:100vh;padding:20px;background:#e5e7eb;color:#111827;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.container{max-width:560px;margin:0 auto;background:#fff;padding:22px;border-radius:12px;box-shadow:0 4px 20px #00000014}header{display:flex;gap:15px;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:15px}h1{font-size:1.25rem;margin:0}.logo{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#5c6bc0;flex:none}.logo img{height:100%;width:100%;object-fit:cover}.tabs{display:flex;gap:8px;margin:20px 0 16px}.tab{width:auto;background:#eef2ff;color:#1e3a8a;padding:9px 16px}.tab.active{background:#305496;color:#fff}label{display:block;font-size:.88rem;font-weight:650;margin:14px 0;color:#374151}input{width:100%;margin-top:6px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;background:#f9fafb}small{display:block;margin-top:5px;font-size:.76rem;font-weight:400;color:#6b7280}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid label{margin-bottom:0}.terms{height:280px;overflow:auto;padding:15px;margin:18px 0;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#4b5563;font-size:.88rem;line-height:1.6}.terms h2{font-size:1rem;margin-top:0}.terms h3{font-size:.92rem}.check{display:flex;align-items:flex-start;gap:10px;font-weight:400}.check input{width:auto;margin:3px 0 0}button{width:100%;border:0;border-radius:8px;padding:13px;background:#2563eb;color:#fff;font:600 1rem inherit;cursor:pointer}.text-btn{background:transparent;color:#2563eb;padding:0;text-align:left;font-size:.85rem;margin:4px 0}.hidden{display:none}.notice{min-height:1.4em;font-size:.9rem;color:#374151}.notice.error{color:#b91c1c}.notice.ok{color:#166534}@media(max-width:480px){.grid{grid-template-columns:1fr}}
