.client-portal-container{background-color:var(--theme-bg,#fafafa);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.client-portal-card{background-color:var(--theme-elevation-50,white);border-radius:var(--theme-radius-m,8px);box-shadow:var(--theme-shadow-md,0 2px 8px #0000001a);width:100%;max-width:400px;padding:2rem}.client-portal-title{color:var(--theme-text,#333);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.client-portal-subtitle{color:var(--theme-elevation-400,#666);margin-bottom:1.5rem;font-size:.875rem}.client-portal-form-group{margin-bottom:1rem}.client-portal-label{color:var(--theme-text,#333);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.client-portal-input,.client-portal-textarea{background-color:var(--theme-input-bg,white);border:1px solid var(--theme-elevation-200,#e0e0e0);border-radius:var(--theme-radius-s,4px);color:var(--theme-text,#333);width:100%;padding:.625rem;font-size:.875rem}.client-portal-input:focus,.client-portal-textarea:focus{border-color:var(--theme-primary-500,#06f);outline:none}.client-portal-input:disabled,.client-portal-textarea:disabled{background-color:var(--theme-elevation-100,#f5f5f5);cursor:not-allowed;opacity:.6}.client-portal-textarea{resize:vertical;min-height:100px}.client-portal-error{background-color:var(--theme-error-50,#fee);border-radius:var(--theme-radius-s,4px);color:var(--theme-error-500,#c00);margin-bottom:1rem;padding:.75rem;font-size:.875rem}.client-portal-success{background-color:var(--theme-success-50,#efe);border-radius:var(--theme-radius-s,4px);color:var(--theme-success-600,#060);margin-bottom:1rem;padding:.75rem;font-size:.875rem}.client-portal-button{background-color:var(--theme-primary-500,#06f);border-radius:var(--theme-radius-s,4px);color:#fff;cursor:pointer;border:none;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.client-portal-button:hover:not(:disabled){background-color:var(--theme-primary-600,#0052cc)}.client-portal-button:disabled{background-color:var(--theme-elevation-300,#ccc);cursor:not-allowed}.client-portal-button-secondary{background-color:var(--theme-elevation-200,#e0e0e0);border-radius:var(--theme-radius-s,4px);color:var(--theme-text,#333);cursor:pointer;border:none;padding:.75rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.client-portal-button-secondary:hover:not(:disabled){background-color:var(--theme-elevation-300,#ccc)}.client-portal-dashboard{background-color:var(--theme-bg,#fafafa);min-height:100vh;padding:2rem 1rem}.client-portal-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.client-portal-dashboard-title{color:var(--theme-text,#333);font-size:1.5rem;font-weight:600}.client-portal-content{max-width:800px;margin:0 auto}.client-portal-section{background-color:var(--theme-elevation-50,white);border-radius:var(--theme-radius-m,8px);box-shadow:var(--theme-shadow-sm,0 1px 4px #0000000d);margin-bottom:1.5rem;padding:1.5rem}.client-portal-section-title{border-bottom:1px solid var(--theme-elevation-200,#e0e0e0);color:var(--theme-text,#333);margin-bottom:1rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.client-portal-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.client-portal-info-item{margin-bottom:.5rem}.client-portal-info-label{color:var(--theme-elevation-500,#666);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.client-portal-info-value{color:var(--theme-text,#333);font-size:.875rem}.client-portal-button-group{gap:.75rem;margin-top:1rem;display:flex}.client-portal-loading{color:var(--theme-elevation-500,#666);text-align:center;padding:2rem;font-size:.875rem}
