.pc-profiles-hub{display:flex;flex-direction:column;gap:1.5rem;max-width:1400px}.pc-profiles-hub-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pc-profiles-hub-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:1100px){.pc-profiles-hub-layout{grid-template-columns:minmax(280px,380px) 1fr;align-items:start}}.pc-profiles-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}@media (min-width:1100px){.pc-profiles-cards{grid-template-columns:1fr}}.pc-profile-card{position:relative;background:linear-gradient(145deg,var(--surface) 0,var(--surface-muted) 100%);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);padding:1.25rem;transition:border-color .2s,box-shadow .2s}.pc-profile-card--selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 8px 24px rgba(45,212,191,.12)}.pc-profile-card-check{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;background:var(--primary);color:#0f172a;font-size:.75rem;font-weight:700}.pc-profile-card-avatar,.pc-profile-card-check{display:flex;align-items:center;justify-content:center;border-radius:999px}.pc-profile-card-avatar{width:3.5rem;height:3.5rem;font-size:1.25rem;font-weight:600;color:white;margin-bottom:.75rem}.pc-profile-card-name{font-size:1.05rem;font-weight:600;color:var(--navy)}.pc-profile-card-role{font-size:.75rem;color:var(--muted);margin-top:.15rem}.pc-profile-card-badges{display:flex;gap:.35rem;margin-top:.65rem;flex-wrap:wrap}.pc-profile-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .45rem;border-radius:999px;background:var(--primary-muted);color:var(--primary);border:1px solid rgba(45,212,191,.25)}.pc-profile-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.85rem;font-size:.75rem}.pc-profile-card-stats dt{color:var(--muted)}.pc-profile-card-stats dd{font-weight:600;color:var(--foreground)}.pc-profile-card-completion{display:flex;align-items:center;gap:.5rem;margin-top:.65rem}.pc-profile-completion-bar{flex:1;height:4px;border-radius:999px;background:rgba(148,163,184,.2);overflow:hidden}.pc-profile-completion-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px}.pc-profiles-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius);background:var(--primary-muted);border:1px solid rgba(45,212,191,.2);font-size:.875rem;color:var(--muted)}.pc-profile-settings{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);overflow:hidden}.pc-profile-settings-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.pc-profile-settings-title{font-size:1.125rem;font-weight:600;color:var(--navy)}.pc-profile-tabs{display:flex;gap:.25rem;padding:0 1rem;border-bottom:1px solid var(--border);overflow-x:auto}.pc-profile-tab{padding:.75rem .85rem;font-size:.8rem;font-weight:500;color:var(--muted);border-bottom:2px solid transparent;white-space:nowrap;background:none;cursor:pointer;transition:color .15s,border-color .15s}.pc-profile-tab:hover{color:var(--foreground)}.pc-profile-tab--active{color:var(--primary);border-bottom-color:var(--primary)}.pc-profile-settings-body{display:grid;grid-template-columns:1fr;gap:0}@media (min-width:900px){.pc-profile-settings-body{grid-template-columns:1fr minmax(240px,320px)}}.pc-profile-settings-form{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.85rem;border-right:1px solid var(--border)}.pc-profile-form-section{display:flex;flex-direction:column;gap:.75rem}.pc-profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pc-profile-intro{font-size:.875rem;color:var(--muted);line-height:1.5}.pc-profile-disclaimer{font-size:.8rem;color:var(--accent);line-height:1.5;padding:.65rem .85rem;border-radius:var(--radius);background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.15)}.pc-profile-avatar-row{display:flex;align-items:center;gap:1rem}.pc-profile-avatar-lg{width:4.5rem;height:4.5rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:600;color:white}.pc-profile-chip-grid{display:flex;flex-wrap:wrap;gap:.4rem}.pc-profile-chip{font-size:.75rem;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--muted);cursor:pointer;transition:all .15s}.pc-profile-chip--active{border-color:var(--primary);background:var(--primary-muted);color:var(--primary)}.pc-profile-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.pc-profile-save-row{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.pc-profile-preview{padding:1.25rem;background:var(--surface-muted)}.pc-profile-preview-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.75rem}.pc-profile-preview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.pc-profile-preview-greeting{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.pc-profile-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.pc-profile-preview-tile{padding:.65rem;border-radius:calc(var(--radius) - 2px);background:var(--surface-muted);border:1px solid var(--border);font-size:.75rem}.pc-profile-preview-tile-title{font-weight:600;color:var(--muted);margin-bottom:.35rem}.pc-profile-preview-ring{width:3rem;height:3rem;border-radius:999px;border:3px solid var(--primary);border-right:3px solid rgba(45,212,191,.25);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--primary);margin:.35rem 0}.pc-profile-preview-list{list-style:none;padding:0;margin:0;color:var(--foreground);line-height:1.6}.pc-profile-preview-stat{font-size:1.25rem;font-weight:700;color:var(--primary)}.pc-profile-preview-muted{font-size:.65rem;color:var(--muted)}.pc-profile-wizard-steps{display:flex;gap:.5rem;justify-content:center}.pc-profile-wizard-step{width:2rem;height:2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background:var(--surface-muted);border:1px solid var(--border);color:var(--muted)}.pc-profile-wizard-step--active{background:var(--primary);border-color:var(--primary);color:#0f172a}html[data-theme=light]{--background:#f0f4f8;--foreground:#1e293b;--surface:#ffffff;--surface-muted:#f8fafc;--surface-elevated:#ffffff;--border:rgba(30,58,95,0.12);--navy:#1e3a5f;--navy-light:#64748b;--muted:#64748b;--sidebar-bg:#1e3a5f}