:root{--tts-blue:#082a78;--tts-green:#08775f;--tts-ink:#17312d;--tts-muted:#63736f;--tts-line:#d8e2df;--tts-bg:#eef4f2;--tts-danger:#a52a23}*{box-sizing:border-box}body{margin:0;background:var(--tts-bg);color:var(--tts-ink);font-family:Inter,Arial,"Microsoft YaHei",sans-serif}.portal-shell{min-height:100vh;display:grid;grid-template-columns:minmax(300px,.8fr) minmax(520px,1.2fr)}.portal-side{padding:54px clamp(28px,5vw,72px);background:linear-gradient(145deg,#07276f,#006f58);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.portal-brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none}.portal-brand img{width:56px;height:56px;object-fit:contain;background:#fff;border-radius:10px;padding:6px}.portal-brand strong{display:block;font-size:18px}.portal-brand small{opacity:.78}.portal-side-copy{max-width:520px}.portal-side h1{font-size:clamp(34px,5vw,60px);line-height:1.08;margin:28px 0 18px}.portal-side p{line-height:1.8;opacity:.86}.portal-points{display:grid;gap:12px;margin-top:28px}.portal-point{border-left:3px solid #81dfad;padding:4px 0 4px 14px}.portal-main{padding:34px clamp(20px,4vw,58px);display:grid;place-items:center}.portal-card{width:min(100%,780px);background:#fff;border:1px solid var(--tts-line);border-radius:14px;box-shadow:0 18px 50px rgba(25,61,54,.1);padding:clamp(24px,4vw,42px)}.portal-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}.portal-top a{color:var(--tts-green);text-decoration:none;font-weight:700}.portal-kicker{margin:0 0 5px;color:var(--tts-green);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.portal-card h2{margin:0;font-size:28px}.portal-intro{color:var(--tts-muted);line-height:1.65;margin:9px 0 22px}.portal-tabs{display:flex;border-bottom:1px solid var(--tts-line);margin-bottom:24px}.portal-tab{border:0;background:transparent;padding:12px 18px;font:inherit;font-weight:800;color:var(--tts-muted);cursor:pointer;border-bottom:3px solid transparent}.portal-tab.active{color:var(--tts-green);border-bottom-color:var(--tts-green)}.portal-panel{display:none}.portal-panel.active{display:block}.portal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.portal-form .wide{grid-column:1/-1}.portal-form label{display:grid;gap:7px;font-size:13px;font-weight:750}.portal-form input,.portal-form select,.portal-form textarea{width:100%;min-width:0;border:1px solid #bccbc7;border-radius:7px;padding:11px 12px;font:inherit;background:#fff}.portal-form input,.portal-form select{height:46px}.portal-form textarea{min-height:92px;resize:vertical}.portal-form input:focus,.portal-form select:focus,.portal-form textarea:focus{outline:3px solid rgba(8,119,95,.13);border-color:var(--tts-green)}.portal-help{font-size:12px;color:var(--tts-muted);line-height:1.55}.portal-check{display:flex!important;grid-column:1/-1;align-items:flex-start;gap:9px;line-height:1.5;font-weight:500!important}.portal-check input{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.portal-submit{grid-column:1/-1;min-height:50px;border:0;border-radius:7px;background:var(--tts-green);color:#fff;font:inherit;font-weight:850;cursor:pointer}.portal-submit:disabled{opacity:.6}.portal-result{grid-column:1/-1;padding:13px 15px;border-radius:7px;background:#eef8f3;border:1px solid #a9d6c0;color:#155d43;line-height:1.55}.portal-result.error{background:#fff2f1;border-color:#e9b7b3;color:var(--tts-danger)}.city-rate-list{grid-column:1/-1;display:grid;gap:10px}.city-rate-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.city-rate-head button,.remove-rate{border:1px solid var(--tts-green);background:#fff;color:var(--tts-green);border-radius:6px;padding:7px 11px;font:inherit;font-weight:750;cursor:pointer}.city-rate-row{display:grid;grid-template-columns:1.4fr 1fr .7fr auto;gap:9px;align-items:end;padding:12px;background:#f7faf9;border:1px solid var(--tts-line);border-radius:8px}.city-rate-row label{font-size:12px}.remove-rate{height:46px;color:#a43a31;border-color:#d8a6a1}.portal-switch{grid-column:1/-1;margin:0;padding:12px 14px;border:1px solid #dbe6e3;background:#f7fbfa;color:var(--tts-muted);line-height:1.55}.portal-switch a{color:var(--tts-green);font-weight:800}.role-note{grid-column:1/-1;padding:12px 14px;border-left:3px solid var(--tts-green);background:#f4f8f7;color:var(--tts-muted);line-height:1.55}.required-mark{color:#b42d26}.privacy-note{margin-top:18px;color:var(--tts-muted);font-size:12px;line-height:1.6}@media(max-width:900px){.portal-shell{grid-template-columns:1fr}.portal-side{min-height:280px;padding:30px}.portal-side h1{font-size:38px}.portal-points{grid-template-columns:repeat(3,1fr)}.portal-main{padding:20px 12px 36px}}@media(max-width:640px){.portal-side{min-height:auto;padding:22px 20px}.portal-side h1{font-size:30px;margin:20px 0 0}.portal-side-copy{margin-top:22px}.portal-side-copy>p:not(.portal-kicker),.portal-points,.portal-side>small{display:none}.portal-form{grid-template-columns:1fr}.portal-form .wide,.portal-submit,.portal-check{grid-column:auto}.city-rate-row{grid-template-columns:1fr 1fr}.city-rate-row label:first-child{grid-column:1/-1}.remove-rate{height:42px}.portal-card{padding:22px 16px}.portal-top{align-items:flex-start;flex-direction:column}}

[hidden]{display:none!important}
.registration-receipt-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.portal-secondary{min-height:42px;padding:0 16px;border:1px solid #08775f;border-radius:6px;background:#fff;color:#08775f;font-weight:800;cursor:pointer}.portal-secondary:hover{background:#f0f8f5}
