  .agent-portal{--agent-red:#ad1229;--agent-black:#111;--agent-grey:#f6f6f6;--agent-border:#dedede;--agent-muted:#696969;background:#fff;color:#111;padding-bottom:72px}.agent-portal__hero{background:#111;color:#fff;padding:48px 0;border-bottom:5px solid var(--agent-red)}.agent-portal__hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.agent-portal__hero h1{color:#fff!important;margin:7px 0 8px;font-size:clamp(3.2rem,4vw,5.2rem)}.agent-portal__hero p{color:#e5e5e5;margin:0;max-width:790px;font-size:1.7rem}.agent-portal__eyebrow,.agent-portal__kicker{color:#d02a43;text-transform:uppercase;letter-spacing:.15em;font-size:1.15rem;font-weight:800}.agent-portal__identity{display:flex;flex-direction:column;align-items:flex-end;border:1px solid #484848;border-radius:14px;padding:12px 15px;min-width:220px}.agent-portal__identity span{font-weight:800}.agent-portal__identity small{color:#cfcfcf;margin-top:3px}.agent-portal__identity a{color:#fff;margin-top:7px;font-size:1.2rem;text-decoration:underline}.agent-portal__gate-wrap{padding-top:48px}.agent-portal__gate{max-width:620px;margin:0 auto;border:1px solid var(--agent-border);border-radius:20px;padding:38px;background:#fff}.agent-portal__gate h2{margin:7px 0 10px;font-size:3rem}.agent-portal__gate p{color:#555;line-height:1.55}.agent-portal__gate-note{font-size:1.3rem!important;margin-top:18px}.agent-portal__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;padding-top:42px}.agent-portal__sidebar{align-self:start;position:sticky;top:22px}.agent-portal__agency-card{background:#111;color:#fff;border-radius:14px;padding:16px;margin-bottom:24px;display:flex;flex-direction:column;gap:4px}.agent-portal__agency-card span,.agent-portal__agency-card small{color:#bbb;font-size:1.15rem}.agent-portal__agency-card strong{font-size:1.55rem}.agent-portal__agency-card a{color:#fff;margin-top:7px;font-size:1.15rem;text-decoration:underline}.agent-portal__sidebar-title{font-size:1.7rem;font-weight:800;margin:0 0 12px}.agent-portal__steps{list-style:none;margin:0;padding:0;border-left:1px solid var(--agent-border)}.agent-portal__steps li{margin:0}.agent-portal__steps button{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;padding:9px 0 9px 13px;color:#777;cursor:pointer;font:inherit}.agent-portal__steps button>span{width:27px;height:27px;display:grid;place-items:center;border:1px solid #ccc;border-radius:50%;font-size:1.15rem;flex:0 0 auto}.agent-portal__steps button>strong{font-weight:inherit}.agent-portal__steps button.is-active{color:#111;font-weight:800;border-left:3px solid var(--agent-red);margin-left:-2px}.agent-portal__steps button.is-active>span,.agent-portal__steps button.is-complete>span{background:var(--agent-red);color:#fff;border-color:var(--agent-red)}.agent-portal__sidebar-note{margin-top:24px;padding:15px;background:var(--agent-grey);border-radius:12px;font-size:1.2rem}.agent-portal__sidebar-note p{margin:4px 0 0;color:#555;line-height:1.45}.agent-portal__workspace{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;min-width:0}.agent-portal__content{min-width:0}.agent-portal__topline{display:flex;align-items:center;gap:15px;margin-bottom:20px;color:#666;font-size:1.25rem}.agent-portal__progress{flex:1;height:5px;background:#eee;border-radius:99px;overflow:hidden}.agent-portal__progress span{display:block;width:14.285%;height:100%;background:var(--agent-red);transition:width .2s ease}.agent-portal__panel{border:1px solid var(--agent-border);border-radius:18px;padding:32px;background:#fff}.agent-portal__panel-head{margin-bottom:24px}.agent-portal__panel-head h2{margin:6px 0;color:#111!important;font-size:clamp(2.5rem,3vw,3.4rem)}.agent-portal__panel-head p{margin:0;color:#666;line-height:1.5}.agent-portal__subhead{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 0 13px}.agent-portal__subhead--spaced{margin-top:27px;padding-top:23px;border-top:1px solid #e4e4e4}.agent-portal__subhead--choice{margin-top:4px}.agent-portal__subhead strong{font-size:1.55rem}.agent-portal__subhead span{font-size:1.15rem;color:#777}.agent-portal__request-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 28px}.agent-portal__order-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 28px}.agent-portal__request-type,.agent-portal__order-type{position:relative;display:block;cursor:pointer}.agent-portal__request-type>input,.agent-portal__order-type>input{position:absolute;opacity:0;pointer-events:none}.agent-portal__request-type>span,.agent-portal__order-type>span{display:flex;flex-direction:column;gap:6px;min-height:118px;padding:18px;border:1px solid var(--agent-border);border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.agent-portal__order-type>span{min-height:102px}.agent-portal__request-type>input:checked+span,.agent-portal__order-type>input:checked+span{border-color:var(--agent-red);box-shadow:0 0 0 2px rgba(173,18,41,.12);background:#fffafb}.agent-portal__request-type>input:focus-visible+span,.agent-portal__order-type>input:focus-visible+span{outline:2px solid rgba(173,18,41,.3);outline-offset:2px}.agent-portal__request-type strong,.agent-portal__order-type strong{font-size:1.6rem}.agent-portal__request-type small,.agent-portal__order-type small{color:#666;line-height:1.45}.agent-portal__grid{display:grid;gap:18px}.agent-portal__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-portal__field--wide{grid-column:1/-1}.agent-portal__field{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:1.35rem}.agent-portal__field input,.agent-portal__field select,.agent-portal__field textarea{width:100%;border:1px solid #c9c9c9;background:#fff;color:#111;border-radius:10px;padding:12px 13px;font:inherit;font-weight:400;min-height:47px;box-shadow:none!important}.agent-portal__field input[type="file"]{padding:9px 10px}.agent-portal__field input:focus,.agent-portal__field select:focus,.agent-portal__field textarea:focus{outline:2px solid rgba(173,18,41,.17);border-color:var(--agent-red)}.agent-portal__field-note{font-weight:400;color:#777;line-height:1.4}.agent-portal__choice-card{border:1px solid var(--agent-border);border-radius:12px;padding:15px;display:flex;gap:22px;flex-wrap:wrap}.agent-portal__choice-card legend{font-weight:800;padding:0 5px}.agent-portal__choice-card label,.agent-portal__confirm{display:flex;align-items:center;gap:7px}.agent-portal__confirm{margin:20px 0;font-weight:700}.agent-portal__confirm--card{margin:0 0 18px;border:1px solid var(--agent-border);background:#fafafa;border-radius:12px;padding:13px 15px}.agent-portal__address-head{display:flex;justify-content:space-between;gap:12px;margin:22px 0 0;padding-top:20px;border-top:1px solid #ddd}.agent-portal__address-head span{color:#777;font-size:1.2rem}.agent-portal__guardrail{margin:18px 0 0;border-left:4px solid var(--agent-red);background:#f9f0f2;padding:15px 17px;border-radius:0 10px 10px 0}.agent-portal__guardrail p{margin:0;color:#555}.agent-portal__no-write{margin-top:18px;border:1px solid #e4c985;background:#fff9ea;border-radius:12px;padding:15px}.agent-portal__no-write p{margin:4px 0 0;color:#555}.agent-portal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:19px}.agent-portal__primary{min-height:48px;background:var(--agent-red)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:0 28px!important;font-weight:800}.agent-portal__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 27px;border:1px solid #aaa;background:#fff;color:#111;border-radius:999px;cursor:pointer;font:inherit;font-weight:800;text-decoration:none}.agent-portal__error{margin-top:14px;padding:12px 14px;border-radius:9px;background:#fff0f1;color:#8a1022;font-weight:700}.agent-portal__result{border:1px solid var(--agent-border);border-radius:18px;padding:42px;text-align:center;background:#fff}.agent-portal__result-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#edf7ed;color:#29732c;margin:0 auto 16px;font-size:1.4rem;font-weight:900}.agent-portal__result h2{color:#111!important;margin:7px 0 8px}.agent-portal__order-summary{align-self:start;position:sticky;top:22px;border:1px solid var(--agent-border);border-radius:16px;background:#fff;overflow:hidden}.agent-portal__summary-head{padding:17px;border-bottom:1px solid #e4e4e4;display:flex;flex-direction:column}.agent-portal__summary-head span{font-size:1.6rem;font-weight:800}.agent-portal__summary-head small{color:#777}.agent-portal__summary-list{padding:8px 17px}.agent-portal__summary-list>div{padding:10px 0;border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:2px}.agent-portal__summary-list>div:last-child{border-bottom:0}.agent-portal__summary-list span{color:#777;font-size:1.15rem}.agent-portal__summary-list strong{font-size:1.3rem;word-break:break-word}.agent-portal__summary--full{background:#f5f5f5;border-radius:13px;padding:18px}.agent-portal__summary--full dl{display:grid;grid-template-columns:190px 1fr;gap:8px 15px;margin:0}.agent-portal__summary--full dt{font-weight:800}.agent-portal__summary--full dd{margin:0;word-break:break-word}.agent-portal[hidden],.agent-portal [hidden]{display:none!important}@media(max-width:1180px){.agent-portal__request-type-grid{grid-template-columns:1fr}.agent-portal__request-type>span{min-height:0}}@media(max-width:1080px){.agent-portal__workspace{grid-template-columns:1fr}.agent-portal__order-summary{position:static}.agent-portal__summary-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px}.agent-portal__summary-list>div{min-width:0}}@media(max-width:820px){.agent-portal__layout{grid-template-columns:1fr;gap:22px}.agent-portal__sidebar{position:static}.agent-portal__agency-card{margin-bottom:14px}.agent-portal__steps{display:flex;overflow:auto;border-left:0;border-bottom:1px solid var(--agent-border);padding-bottom:8px}.agent-portal__steps li{flex:0 0 auto}.agent-portal__steps button{padding:8px 10px}.agent-portal__steps button.is-active{border-left:0;border-bottom:3px solid var(--agent-red);margin:0}.agent-portal__sidebar-note{display:none}}@media(max-width:640px){.agent-portal{padding-bottom:45px}.agent-portal__hero{padding:32px 0}.agent-portal__hero-inner{align-items:flex-start;flex-direction:column}.agent-portal__identity{align-items:flex-start;min-width:0;width:100%}.agent-portal__layout{padding-top:25px}.agent-portal__order-type-grid,.agent-portal__grid--2{grid-template-columns:1fr}.agent-portal__field--wide{grid-column:auto}.agent-portal__panel{padding:23px 17px;border-radius:14px}.agent-portal__summary-list{grid-template-columns:1fr}.agent-portal__summary--full dl{grid-template-columns:1fr;gap:2px}.agent-portal__summary--full dd{margin-bottom:8px}.agent-portal__actions{justify-content:stretch}.agent-portal__actions button{flex:1;min-width:0;padding-left:14px!important;padding-right:14px!important}.agent-portal__gate{padding:27px 20px}.agent-portal__address-head,.agent-portal__subhead{flex-direction:column;align-items:flex-start}}
