*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{min-height:100vh;font-family:var(--cp-font-sans);color:var(--cp-text);background:var(--cp-bg);-webkit-font-smoothing:antialiased;letter-spacing:-.011em}a{text-decoration:none}a,button{color:inherit}button{font:inherit}h1,h2,h3{margin:0;letter-spacing:-.025em}.customer-portal-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:var(--cp-bg)}.customer-portal-sidebar{display:flex;flex-direction:column;gap:20px;padding:24px 18px;border-right:1px solid var(--cp-border);background:var(--cp-surface);position:sticky;top:0;height:100vh;overflow-y:auto}.customer-portal-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--cp-border)}.customer-portal-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:#fff;font-weight:600;background:var(--cp-dark)}.customer-portal-brand>div{display:flex;flex-direction:column;gap:4px}.customer-portal-brand strong{display:block;font-size:13.5px;font-weight:600;color:var(--cp-text);letter-spacing:-.01em}.customer-portal-brand p,.customer-portal-card p,.customer-portal-header p,.customer-portal-inline-message p,.customer-portal-payment-option p{margin:0;color:var(--cp-muted);line-height:1.55;font-size:13.5px}.customer-portal-nav{display:grid;gap:4px}.customer-portal-nav-link,.customer-portal-secondary-link{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 12px;border-radius:10px;border:1px solid transparent;font-size:13.5px;font-weight:500;color:var(--cp-text-soft);transition:background-color .15s,color .15s}.customer-portal-nav-link:hover,.customer-portal-secondary-link:hover{background:var(--cp-surface-alt);color:var(--cp-text)}.customer-portal-nav-link-active,.customer-portal-nav-link-active:hover{background:var(--cp-dark);color:#fff;border-color:var(--cp-dark)}.customer-portal-nav-arrow{color:var(--cp-subtle);font-size:14px;line-height:1}.customer-portal-nav-link-active .customer-portal-nav-arrow{color:rgba(255,255,255,.6)}.customer-portal-sidebar-card{display:grid;gap:6px;padding:14px 16px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface-alt)}.customer-portal-sidebar-foot{margin-top:auto;display:grid;gap:4px;padding-top:16px;border-top:1px solid var(--cp-border)}.customer-portal-sidebar-card strong,.customer-portal-sidebar-foot strong{font-size:13.5px;font-weight:600;color:var(--cp-text)}.customer-portal-sidebar-foot span{color:var(--cp-muted);font-size:12.5px}.customer-portal-main{display:grid;gap:20px;padding:28px 32px;max-width:1240px;width:100%;margin:0 auto}.customer-portal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px 24px;border-radius:var(--cp-radius-lg);border:1px solid var(--cp-border);background:var(--cp-surface);box-shadow:var(--coppen-shadow-xs)}.customer-portal-header h1,.customer-portal-page-title{margin:6px 0 8px;font-size:28px;font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--cp-text)}.customer-portal-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-portal-kicker{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cp-brand)}.customer-portal-card{display:grid;gap:12px;padding:24px 26px;border-radius:var(--cp-radius);border:1px solid var(--cp-border);background:var(--cp-surface);box-shadow:var(--coppen-shadow-xs)}.customer-portal-card strong{font-size:15px;font-weight:600;color:var(--cp-text)}.customer-portal-card h2,.customer-portal-card h3{margin:0;font-size:18px;font-weight:600;color:var(--cp-text);letter-spacing:-.02em;line-height:1.25}.customer-portal-card-centered{text-align:center;padding:36px 28px}.customer-portal-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--cp-border)}.customer-portal-card-header h2,.customer-portal-card-header h3{font-size:14px;font-weight:600;color:var(--cp-text)}.customer-portal-content{display:grid;gap:20px}.customer-portal-grid{display:grid;gap:16px;grid-template-columns:minmax(0,1fr)}.customer-portal-grid-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.customer-portal-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-portal-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-portal-stack{display:grid;gap:16px}.customer-portal-form{display:grid;gap:14px}.customer-portal-form-field{display:grid;gap:6px}.customer-portal-form-field label,.customer-portal-form-field span{font-size:12.5px;font-weight:600;color:var(--cp-text);letter-spacing:.01em}.customer-portal-form-field input,.customer-portal-form-field select,.customer-portal-form-field textarea{height:42px;padding:0 12px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface);font:inherit;font-size:14px;color:var(--cp-text);outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.customer-portal-form-field textarea{height:auto;min-height:120px;padding:10px 12px;resize:vertical}.customer-portal-form-field input:focus,.customer-portal-form-field select:focus,.customer-portal-form-field textarea:focus{border-color:var(--cp-brand);box-shadow:0 0 0 3px rgba(247,92,3,.1)}.customer-portal-form-field input::placeholder,.customer-portal-form-field textarea::placeholder{color:var(--cp-subtle)}.customer-portal-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.customer-portal-consent-checkbox{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface-alt);font-size:13px;color:var(--cp-text-soft);line-height:1.5;cursor:pointer}.customer-portal-consent-checkbox input{margin-top:2px}.customer-portal-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:0;border-radius:var(--cp-radius-sm);background:var(--cp-dark);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.customer-portal-primary-button:hover{background:var(--cp-dark-hover)}.customer-portal-primary-button:disabled{opacity:.5;cursor:not-allowed}.customer-portal-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.customer-portal-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:99px;font-size:11.5px;font-weight:600;background:var(--cp-surface-alt);color:var(--cp-text-soft);border:1px solid var(--cp-border);white-space:nowrap}.customer-portal-badge-muted{background:var(--cp-surface-alt);color:var(--cp-muted);border-color:var(--cp-border)}.customer-portal-badge-success{background:var(--cp-success-soft);color:var(--cp-success);border-color:color-mix(in srgb,var(--cp-success) 25%,white)}.customer-portal-badge-warning{background:var(--cp-warning-soft);color:var(--cp-warning);border-color:color-mix(in srgb,var(--cp-warning) 25%,white)}.customer-portal-inline-message{display:grid;gap:6px;padding:12px 14px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface-alt);font-size:13px}.customer-portal-inline-message-success{background:var(--cp-success-soft);border-color:color-mix(in srgb,var(--cp-success) 25%,white);color:var(--cp-success)}.customer-portal-inline-message-warning{background:var(--cp-warning-soft);border-color:color-mix(in srgb,var(--cp-warning) 25%,white);color:var(--cp-warning)}.customer-portal-error-text{color:var(--cp-danger);font-size:13px;font-weight:500}.customer-portal-empty{padding:28px;text-align:center;color:var(--cp-muted);font-size:13.5px}.customer-portal-inline-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:12.5px;color:var(--cp-muted)}.customer-portal-detail-list{display:grid;gap:6px;font-size:13.5px}.customer-portal-detail-row{display:flex;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px solid var(--cp-border)}.customer-portal-detail-row:last-child{border-bottom:0}.customer-portal-detail-row strong{font-weight:600;color:var(--cp-text)}.customer-portal-detail-row span{color:var(--cp-muted);text-align:right}.customer-portal-message-list{display:grid;gap:10px}.customer-portal-message{padding:12px 14px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface-alt);font-size:13.5px;line-height:1.55;color:var(--cp-text)}.customer-portal-message-meta{display:flex;gap:8px;font-size:12px;color:var(--cp-muted);margin-bottom:4px}.customer-portal-offer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:14px 0;border-bottom:1px solid var(--cp-border);align-items:center}.customer-portal-offer-row:last-child{border-bottom:0}.customer-portal-offer-copy{display:grid;gap:3px}.customer-portal-offer-copy strong{font-size:14px;font-weight:600;color:var(--cp-text)}.customer-portal-offer-copy span{font-size:12.5px;color:var(--cp-muted)}.customer-portal-payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.customer-portal-payment-option{padding:14px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface);display:grid;gap:6px;cursor:pointer;transition:all .15s}.customer-portal-payment-option:hover{border-color:var(--cp-border-strong);background:var(--cp-surface-alt)}.customer-portal-payment-option-active{border-color:var(--cp-dark);background:var(--cp-surface-alt);box-shadow:0 0 0 2px rgba(26,26,30,.06)}.customer-portal-payment-option-disabled{opacity:.5;cursor:not-allowed}.customer-portal-payment-option strong{font-size:14px;font-weight:600;color:var(--cp-text)}.customer-portal-payment-summary{gap:8px;padding:14px 16px;background:var(--cp-surface-alt);font-size:13px;color:var(--cp-text)}.customer-portal-payment-summary,.customer-portal-provider-card{display:grid;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border)}.customer-portal-provider-card{gap:6px;padding:14px;background:var(--cp-surface);cursor:pointer;transition:all .15s}.customer-portal-provider-card:hover{border-color:var(--cp-border-strong);background:var(--cp-surface-alt)}.customer-portal-provider-card-active{border-color:var(--cp-dark);background:var(--cp-surface-alt)}.customer-portal-action-card{padding:16px 18px;border-radius:var(--cp-radius);border:1px solid var(--cp-border);background:var(--cp-surface);display:grid;gap:6px}.customer-portal-legal-block{padding:14px 16px;border-radius:var(--cp-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface-alt);font-size:12.5px;color:var(--cp-muted);line-height:1.55}@media (max-width:960px){.customer-portal-shell{grid-template-columns:1fr}.customer-portal-sidebar{border-right:none;border-bottom:1px solid var(--cp-border);padding:14px 18px}.customer-portal-nav{flex-direction:row;overflow-x:auto;display:flex;gap:6px}.customer-portal-nav-link,.customer-portal-secondary-link{min-height:34px;flex:0 0 auto;padding:0 14px}.customer-portal-sidebar-card,.customer-portal-sidebar-foot{display:none}.customer-portal-main{padding:18px}.customer-portal-header{flex-direction:column}.customer-portal-grid-2,.customer-portal-grid-3,.customer-portal-grid-4{grid-template-columns:1fr}}@media (max-width:600px){.customer-portal-header h1,.customer-portal-page-title{font-size:20px}.customer-portal-main{padding:14px}}.customer-portal-table{width:100%;border-collapse:collapse;font-size:13.5px}.customer-portal-table thead th{background:var(--cp-surface-alt);border-bottom:1px solid var(--cp-border);padding:10px 12px;text-align:left;font-weight:600;color:var(--cp-muted);font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.customer-portal-table tbody td{padding:10px 12px;border-bottom:1px solid var(--cp-border);color:var(--cp-text);vertical-align:middle}.customer-portal-table tbody tr:last-child td{border-bottom:0}.customer-portal-table tbody tr:hover{background:var(--cp-surface-alt)}.customer-portal-stat-card{padding:18px 20px;display:grid;gap:4px}.customer-portal-stat-card strong{font-size:22px;font-weight:600;color:var(--cp-text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em}.customer-portal-stat-card span{font-size:12px;color:var(--cp-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.customer-portal-step-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:steps}.customer-portal-step-list li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:flex-start;counter-increment:steps;font-size:13.5px;line-height:1.55;color:var(--cp-text)}.customer-portal-step-list li:before{content:counter(steps);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:1px;border-radius:99px;background:var(--cp-dark);color:#fff;font-size:12px;font-weight:600}.customer-portal-section-note{margin:0;font-size:12.5px;color:var(--cp-muted);line-height:1.55;padding:8px 12px;border-left:2px solid var(--cp-border);background:var(--cp-surface-alt);border-radius:0 var(--cp-radius-sm) var(--cp-radius-sm) 0}.customer-portal-success-text{color:var(--cp-success);font-size:13px;font-weight:500;margin:0}