.register-main{width:min(1080px,calc(100% - 40px));margin:0 auto;padding:42px 0 72px}
.register-heading{display:grid;grid-template-columns:minmax(0,700px) 220px;align-items:end;justify-content:space-between;gap:30px;padding-bottom:30px;border-bottom:1px solid var(--agent-line)}
.register-heading h1{margin:10px 0 12px;font-size:38px}
.register-heading p:not(.eyebrow){margin:0;color:var(--agent-muted);font-size:14px;line-height:1.75}
.register-balance{padding:16px;border:1px solid var(--agent-line);border-radius:7px;background:#fff}
.register-balance span,.register-balance small{display:block;color:var(--agent-muted);font-size:10px}
.register-balance strong{display:block;margin:8px 0 4px;font-size:19px}
.register-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,290px);gap:20px;margin-top:22px}
.register-form,.register-guide{min-width:0;border:1px solid var(--agent-line);border-radius:7px;background:#fff}
.form-section{padding:24px;border-bottom:1px solid var(--agent-line)}
.form-section-title{display:flex;gap:12px;margin-bottom:22px}
.form-section-title>span{display:grid;place-items:center;width:28px;height:28px;border-radius:5px;background:var(--agent-green-soft);color:var(--agent-green);font-size:10px;font-weight:800}
.form-section-title h2{margin:0;font-size:17px}
.form-section-title p{margin:5px 0 0;color:var(--agent-muted);font-size:11px}
.register-form label:not(.check-row){display:block;margin-top:17px}
.register-form label>span:first-child{display:block;margin-bottom:7px;font-size:11px;font-weight:750}
.register-form label b{color:var(--agent-green);font-size:9px}
.register-form input[type=text],.register-form input[type=url],.register-form input:not([type]),.register-form textarea{width:100%;padding:11px 12px;border:1px solid #bdc8c2;border-radius:6px;background:#fff;color:inherit;font:inherit;font-size:13px;resize:vertical}
.register-form input:focus,.register-form textarea:focus{outline:3px solid rgba(23,107,77,.12);border-color:var(--agent-green)}
.register-form label small{display:block;margin-top:6px;color:var(--agent-muted);font-size:10px;line-height:1.5}
.id-field{display:grid;grid-template-columns:auto 1fr;align-items:center;border:1px solid #bdc8c2;border-radius:6px;overflow:hidden}
.id-field:focus-within{outline:3px solid rgba(23,107,77,.12);border-color:var(--agent-green)}
.id-field>span{align-self:stretch;display:flex;align-items:center;padding:0 10px;border-right:1px solid var(--agent-line);background:#f2f5f3;color:#53605a;font-family:Consolas,monospace;font-size:11px}
.id-field input{border:0!important;border-radius:0!important;outline:0!important}
.confirmation{background:#f8faf9}
.check-row{display:flex;align-items:flex-start;gap:9px;color:#4c5a53;font-size:11px;line-height:1.6}
.check-row input{margin-top:3px;accent-color:var(--agent-green)}
.register-actions{display:flex;justify-content:flex-end;gap:8px;padding:18px 24px}
.form-message{margin:18px 24px 0;padding:11px 13px;border-radius:6px;background:#f4f6f5;color:#44534c;font-size:11px;line-height:1.6}
.form-message.error{background:#fff0ee;color:#963329}
.form-message.success{background:#e8f5ee;color:#176b4d}
.register-guide{align-self:start;padding:22px;position:sticky;top:90px}
.register-guide h2{margin:0;font-size:16px}
.register-guide ol{display:grid;gap:18px;margin:22px 0;padding:0;list-style:none;counter-reset:guide}
.register-guide li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;counter-increment:guide}
.register-guide li:before{content:counter(guide);display:grid;place-items:center;width:22px;height:22px;border:1px solid var(--agent-line);border-radius:50%;color:var(--agent-green);font-size:9px;font-weight:800}
.register-guide strong,.register-guide span{display:block;word-break:normal;overflow-wrap:break-word}
.register-guide li>strong,.register-guide li>span{grid-column:2}
.register-guide strong{font-size:11px}
.register-guide span{margin-top:4px;color:var(--agent-muted);font-size:10px;line-height:1.55}
.guide-note{padding:12px;border-left:3px solid #b48721;background:#fff8e8;color:#6c5318;font-size:10px;line-height:1.65;word-break:normal;overflow-wrap:break-word}
.agent-import{padding:20px 24px;border-bottom:1px solid var(--agent-line);background:#f4f8f6}
.agent-import-head{display:flex;align-items:center;justify-content:space-between;gap:18px}
.agent-import-head h2{margin:4px 0;font-size:16px}
.agent-import-head p:not(.eyebrow){margin:0;color:var(--agent-muted);font-size:10px;line-height:1.55}
.agent-import-panel{margin-top:16px;padding-top:16px;border-top:1px solid var(--agent-line)}
.agent-import-panel label{margin-top:0!important}
.agent-import-panel textarea{font-family:Consolas,monospace;font-size:11px!important}
.import-actions{display:flex;align-items:center;gap:8px;margin-top:10px}
.file-button{display:inline-flex!important;align-items:center;min-height:36px;margin:0!important;padding:0 12px;border:1px solid #bdc8c2;border-radius:6px;background:#fff;font-size:11px;font-weight:700;cursor:pointer}
.import-actions input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.import-message{margin:10px 0 0;color:var(--agent-muted);font-size:10px;line-height:1.55}
.import-message.error{color:#963329}
.import-message.success{color:var(--agent-green)}
@media(max-width:940px){.register-layout{grid-template-columns:minmax(0,1fr) minmax(250px,270px)}.agent-header{grid-template-columns:auto 1fr auto;gap:12px}.agent-nav{gap:12px}}
@media(max-width:780px){.register-main{width:min(100% - 28px,1080px);padding-top:24px}.register-heading{grid-template-columns:1fr;align-items:start}.register-balance{width:100%}.register-layout{grid-template-columns:1fr}.register-guide{position:static;order:-1}.register-actions{flex-wrap:wrap}.register-actions .button{flex:1}.id-field{grid-template-columns:1fr}.id-field>span{padding:8px 11px;border-right:0;border-bottom:1px solid var(--agent-line)}.agent-import-head{align-items:flex-start;flex-direction:column}.import-actions{align-items:stretch;flex-direction:column}.import-actions .button,.file-button{justify-content:center;width:100%}}
