.profile-editor{width:100%;max-width:96rem;margin-inline:auto;padding-block:2rem 8rem}.profile-editor__heading,.profile-editor__stack,.profile-editor__form,.profile-editor__grid{gap:1rem;display:grid}.profile-editor__heading{margin-bottom:2rem}.profile-editor__heading h1{font-size:clamp(2rem,5vw,4rem);font-weight:700}.profile-editor__layout{gap:2rem;display:grid}.profile-editor__disclosure{border:1px solid var(--border);background:var(--card);min-width:0;box-shadow:var(--shadow-subtle);border-radius:1.5rem;overflow:clip}.profile-editor__disclosure-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:3.5rem;padding:1rem 1.25rem;list-style:none;display:flex}.profile-editor__disclosure-summary::-webkit-details-marker{display:none}.profile-editor__disclosure-summary>span{gap:.2rem;display:grid}.profile-editor__disclosure-summary strong{font-size:1.125rem}.profile-editor__disclosure-summary small{color:var(--muted-foreground)}.profile-editor__disclosure-summary svg{flex:none;transition:transform .2s}.profile-editor__disclosure[open]>.profile-editor__disclosure-summary svg{transform:rotate(180deg)}.profile-editor__disclosure-summary:focus-visible{outline:2px solid var(--ring);outline-offset:-3px}.profile-editor__disclosure-content{padding:0 1.25rem 1.25rem}.profile-editor__disclosure-content>.profile-editor__panel,.profile-editor__disclosure-content>.profile-editor__sections{box-shadow:none;border:0;border-radius:0;padding:0}.profile-editor__disclosure-content>.profile-editor__panel>legend,.profile-editor__disclosure-content>.profile-editor__sections>legend{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-editor__form{min-width:0}.profile-editor__panel,.profile-editor__sections,.profile-editor__nested-card,.profile-editor__preview{border:1px solid var(--border);background:var(--card);min-width:0;box-shadow:var(--shadow-subtle);border-radius:1.5rem;padding:1.25rem}.profile-editor__panel>legend,.profile-editor__sections>legend,.profile-editor__nested-card>legend{padding-inline:.5rem;font-size:1.125rem;font-weight:700}.profile-editor__field{gap:.4rem;min-width:0;font-weight:600;display:grid}.profile-editor__field small,.profile-editor__hint{color:var(--muted-foreground);font-weight:400}.profile-editor__field-error{color:var(--destructive)!important;font-weight:600!important}.profile-editor__field [aria-invalid=true]{border-color:var(--destructive)}.profile-editor__field input,.profile-editor__field textarea,.profile-editor__field select{border:1px solid var(--border);background:var(--background);width:100%;min-height:2.75rem;color:var(--foreground);font:inherit;border-radius:.75rem;padding:.65rem .75rem}.profile-editor__field input:focus-visible,.profile-editor__field textarea:focus-visible,.profile-editor__field select:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.profile-editor__nested-card,.profile-editor__sections,.profile-editor__panel{gap:1rem;display:grid}.profile-editor__inline,.profile-editor__actions,.profile-editor__surfaces,.profile-editor__item-header{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.profile-editor__item-header{justify-content:space-between}.profile-editor__inline>.profile-editor__field{flex:14rem}.profile-editor__warning,.profile-editor__error-summary{border:1px solid var(--accent);background:color-mix(in oklch, var(--accent) 14%, var(--card));border-radius:1rem;margin-bottom:1rem;padding:1rem}.profile-editor__error-summary{border-color:var(--destructive)}.profile-editor__form-error{border:1px solid var(--destructive);color:var(--destructive);background:var(--card);border-radius:1rem;margin-bottom:1rem;padding:1rem;font-weight:600}.profile-editor__preview{overflow:auto}.profile-editor__preview .page-section{min-block-size:auto}.badge-editor,.badge-editor__suggestions{gap:.75rem;min-width:0;display:grid}.badge-editor__chips,.badge-editor__suggestion-list{flex-wrap:wrap;gap:.6rem;min-width:0;display:flex}.badge-editor__chip{border:1px solid var(--border);background:var(--muted);max-width:100%;min-height:2.75rem;color:var(--muted-foreground);box-shadow:var(--shadow-subtle);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .55rem .45rem .85rem;font-size:.875rem;font-weight:600;display:inline-flex}.badge-editor__locked{color:var(--muted-foreground);padding-inline:.4rem;font-size:.7rem;font-weight:400}.badge-editor__remove{border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.badge-editor__remove:hover{background:var(--background)}.badge-editor__remove:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.badge-editor__remove svg{width:1rem;height:1rem}.badge-editor__add{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.badge-editor__add .profile-editor__field{flex:14rem}.badge-editor__add>button{min-height:2.75rem}@media (width>=72rem){.profile-editor__layout:has(.profile-editor__preview){grid-template-columns:minmax(0,1fr) minmax(24rem,.8fr);align-items:start}.profile-editor__preview{max-height:calc(100vh - 2rem);position:sticky;top:1rem}}
