.ProfileForm-module__uZtsqW__form{flex-direction:column;height:100%;display:flex}.ProfileForm-module__uZtsqW__steps{border-bottom:1px solid var(--border-light);gap:2px;padding:0 0 20px;display:flex;overflow-x:auto}.ProfileForm-module__uZtsqW__stepBtn{border-radius:var(--radius-md);color:var(--text-tertiary);white-space:nowrap;transition:all var(--transition-fast);background:0 0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;display:flex}.ProfileForm-module__uZtsqW__stepBtn:hover{color:var(--text-secondary);background:var(--bg-subtle)}.ProfileForm-module__uZtsqW__stepBtn.ProfileForm-module__uZtsqW__activeStep{background:var(--text-primary);color:var(--text-inverse)}.ProfileForm-module__uZtsqW__stepBtn.ProfileForm-module__uZtsqW__doneStep{color:var(--text-secondary)}.ProfileForm-module__uZtsqW__stepIcon{font-size:14px}.ProfileForm-module__uZtsqW__stepLabel{font-size:13px}.ProfileForm-module__uZtsqW__stepContent{flex:1;padding:24px 0;overflow-y:auto}.ProfileForm-module__uZtsqW__section{animation:ProfileForm-module__uZtsqW__slideIn .25s var(--ease)}@keyframes ProfileForm-module__uZtsqW__slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ProfileForm-module__uZtsqW__sectionTitle{letter-spacing:-.3px;margin-bottom:4px;font-size:20px;font-weight:600}.ProfileForm-module__uZtsqW__sectionDesc{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.ProfileForm-module__uZtsqW__field{flex-direction:column;gap:5px;margin-bottom:16px;display:flex}.ProfileForm-module__uZtsqW__row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:0;display:grid}.ProfileForm-module__uZtsqW__compactRow{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:0;display:grid}.ProfileForm-module__uZtsqW__tripleRow{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:0;display:grid}@media (max-width:600px){.ProfileForm-module__uZtsqW__tripleRow{grid-template-columns:1fr 1fr}}.ProfileForm-module__uZtsqW__label{color:var(--text-primary);font-size:13px;font-weight:500}.ProfileForm-module__uZtsqW__input,.ProfileForm-module__uZtsqW__select,.ProfileForm-module__uZtsqW__textarea{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);width:100%;padding:10px 14px;font-size:15px}.ProfileForm-module__uZtsqW__input:focus,.ProfileForm-module__uZtsqW__select:focus,.ProfileForm-module__uZtsqW__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.ProfileForm-module__uZtsqW__input::placeholder,.ProfileForm-module__uZtsqW__textarea::placeholder{color:var(--text-tertiary)}.ProfileForm-module__uZtsqW__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.ProfileForm-module__uZtsqW__textarea{resize:vertical;min-height:80px;line-height:1.5}.ProfileForm-module__uZtsqW__charCount{color:var(--text-tertiary);text-align:right;font-size:12px}.ProfileForm-module__uZtsqW__usernameField{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);align-items:center;display:flex;overflow:hidden}.ProfileForm-module__uZtsqW__usernameField:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.ProfileForm-module__uZtsqW__usernamePrefix{color:var(--text-tertiary);white-space:nowrap;padding:10px 0 10px 14px;font-size:15px;font-weight:500}.ProfileForm-module__uZtsqW__usernameField .ProfileForm-module__uZtsqW__input{border:none;padding-left:2px}.ProfileForm-module__uZtsqW__usernameField .ProfileForm-module__uZtsqW__input:focus{box-shadow:none}.ProfileForm-module__uZtsqW__qaCard{background:var(--bg-subtle);border-radius:var(--radius-md);flex-direction:column;gap:8px;margin-bottom:12px;padding:16px;display:flex}.ProfileForm-module__uZtsqW__qaHeader{justify-content:space-between;align-items:center;display:flex}.ProfileForm-module__uZtsqW__qaNum{color:var(--accent);font-size:12px;font-weight:600}.ProfileForm-module__uZtsqW__removeBtn{width:24px;height:24px;color:var(--text-tertiary);border-radius:var(--radius-sm);background:0 0;justify-content:center;align-items:center;font-size:11px;display:flex}.ProfileForm-module__uZtsqW__removeBtn:hover{background:var(--bg-hover);color:var(--error)}.ProfileForm-module__uZtsqW__addRow{margin-bottom:20px}.ProfileForm-module__uZtsqW__addBtn{border:1px dashed var(--border-medium);border-radius:var(--radius-md);color:var(--text-secondary);width:100%;transition:all var(--transition-fast);background:0 0;padding:10px 18px;font-size:14px;font-weight:500}.ProfileForm-module__uZtsqW__addBtn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.ProfileForm-module__uZtsqW__suggestions{margin-top:8px}.ProfileForm-module__uZtsqW__suggestLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600}.ProfileForm-module__uZtsqW__suggestGrid{flex-wrap:wrap;gap:6px;display:flex}.ProfileForm-module__uZtsqW__suggestBtn{background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);padding:6px 12px;font-size:13px}.ProfileForm-module__uZtsqW__suggestBtn:hover{border-color:var(--accent);color:var(--accent)}.ProfileForm-module__uZtsqW__tags{flex-wrap:wrap;gap:8px;display:flex}.ProfileForm-module__uZtsqW__tag{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);padding:8px 16px;font-size:14px}.ProfileForm-module__uZtsqW__tag:hover{border-color:var(--border-medium)}.ProfileForm-module__uZtsqW__tag.ProfileForm-module__uZtsqW__activeTag{background:var(--accent-light);border-color:var(--accent);color:var(--accent);font-weight:500}.ProfileForm-module__uZtsqW__privacySection{background:var(--bg-subtle);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-top:24px;padding:16px;display:flex}.ProfileForm-module__uZtsqW__privacyText{flex-direction:column;gap:2px;display:flex}.ProfileForm-module__uZtsqW__privacyLabel{color:var(--text-primary);font-size:14px;font-weight:500}.ProfileForm-module__uZtsqW__privacyDesc{color:var(--text-tertiary);font-size:12px}.ProfileForm-module__uZtsqW__toggle{background:var(--border-medium);border-radius:var(--radius-full);width:44px;height:24px;transition:background var(--transition-fast);flex-shrink:0;position:relative}.ProfileForm-module__uZtsqW__toggle.ProfileForm-module__uZtsqW__toggleOn{background:var(--accent)}.ProfileForm-module__uZtsqW__toggleKnob{width:18px;height:18px;transition:transform var(--transition-fast);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.ProfileForm-module__uZtsqW__toggle.ProfileForm-module__uZtsqW__toggleOn .ProfileForm-module__uZtsqW__toggleKnob{transform:translate(20px)}.ProfileForm-module__uZtsqW__nav{border-top:1px solid var(--border-light);justify-content:space-between;padding:16px 0 0;display:flex}.ProfileForm-module__uZtsqW__backBtn,.ProfileForm-module__uZtsqW__nextBtn{border-radius:var(--radius-md);transition:all var(--transition-fast);padding:10px 20px;font-size:14px;font-weight:500}.ProfileForm-module__uZtsqW__backBtn{color:var(--text-secondary);background:0 0}.ProfileForm-module__uZtsqW__backBtn:hover{background:var(--bg-subtle)}.ProfileForm-module__uZtsqW__nextBtn{background:var(--text-primary);color:var(--text-inverse);margin-left:auto}.ProfileForm-module__uZtsqW__nextBtn:hover{opacity:.85}
.ThemePicker-module__NGdega__picker{flex-direction:column;gap:24px;display:flex}.ThemePicker-module__NGdega__section{flex-direction:column;gap:10px;display:flex}.ThemePicker-module__NGdega__sectionLabel{color:var(--text-primary);font-size:13px;font-weight:600}.ThemePicker-module__NGdega__themeGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ThemePicker-module__NGdega__themeBtn{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-md);transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:6px;padding:10px 8px;display:flex}.ThemePicker-module__NGdega__themeBtn:hover{border-color:var(--border-medium)}.ThemePicker-module__NGdega__themeBtn.ThemePicker-module__NGdega__active{border-color:var(--accent);background:var(--accent-subtle)}.ThemePicker-module__NGdega__themeSwatches{align-items:center;gap:4px;display:flex}.ThemePicker-module__NGdega__swatch{border:1px solid var(--border-light);border-radius:4px;width:28px;height:20px}.ThemePicker-module__NGdega__swatchDot{border-radius:50%;width:14px;height:14px}.ThemePicker-module__NGdega__themeName{color:var(--text-secondary);font-size:11px;font-weight:500}.ThemePicker-module__NGdega__layoutGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ThemePicker-module__NGdega__layoutBtn{background:var(--bg-card);border:1.5px solid var(--border-light);border-radius:var(--radius-md);transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:4px;padding:12px 8px;display:flex}.ThemePicker-module__NGdega__layoutBtn:hover{border-color:var(--border-medium)}.ThemePicker-module__NGdega__layoutBtn.ThemePicker-module__NGdega__active{border-color:var(--accent);background:var(--accent-subtle)}.ThemePicker-module__NGdega__layoutIcon{font-size:20px}.ThemePicker-module__NGdega__layoutName{color:var(--text-secondary);font-size:12px;font-weight:500}
.BlockEditor-module__5eU6WG__editor{flex-direction:column;gap:4px;display:flex}.BlockEditor-module__5eU6WG__hiddenInput{display:none}.BlockEditor-module__5eU6WG__block{border-radius:var(--radius-md);transition:all var(--transition-fast);border:1.5px solid #0000;padding:8px 12px;position:relative}.BlockEditor-module__5eU6WG__block:hover{border-color:var(--border-light);background:var(--bg-subtle)}.BlockEditor-module__5eU6WG__block.BlockEditor-module__5eU6WG__activeBlock{border-color:var(--accent);background:var(--accent-subtle)}.BlockEditor-module__5eU6WG__toolbar{justify-content:space-between;align-items:center;gap:6px;padding:4px 0 8px;animation:.15s BlockEditor-module__5eU6WG__fadeIn;display:flex}@keyframes BlockEditor-module__5eU6WG__fadeIn{0%{opacity:0}to{opacity:1}}.BlockEditor-module__5eU6WG__toolbarLeft{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.BlockEditor-module__5eU6WG__toolBtn{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:13px;display:flex}.BlockEditor-module__5eU6WG__toolBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.BlockEditor-module__5eU6WG__toolBtn:disabled{opacity:.3;cursor:not-allowed}.BlockEditor-module__5eU6WG__toolDivider{background:var(--border-light);width:1px;height:20px;margin:0 4px}.BlockEditor-module__5eU6WG__toolSelect{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);height:28px;color:var(--text-primary);appearance:none;cursor:pointer;padding:0 8px;font-size:12px}.BlockEditor-module__5eU6WG__sizeButtons,.BlockEditor-module__5eU6WG__alignButtons{background:var(--border-light);border-radius:var(--radius-sm);gap:1px;display:flex;overflow:hidden}.BlockEditor-module__5eU6WG__sizeBtn,.BlockEditor-module__5eU6WG__alignBtn{background:var(--bg-card);width:28px;height:28px;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.BlockEditor-module__5eU6WG__sizeBtn:hover,.BlockEditor-module__5eU6WG__alignBtn:hover{background:var(--bg-subtle)}.BlockEditor-module__5eU6WG__sizeBtn.BlockEditor-module__5eU6WG__activeSizeBtn,.BlockEditor-module__5eU6WG__alignBtn.BlockEditor-module__5eU6WG__activeAlignBtn{background:var(--text-primary);color:var(--text-inverse)}.BlockEditor-module__5eU6WG__deleteBtn{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:28px;height:28px;transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:13px;display:flex}.BlockEditor-module__5eU6WG__deleteBtn:hover{background:#dc262614;border-color:#dc262633}.BlockEditor-module__5eU6WG__textBlock{width:100%;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;background:0 0;border:none;outline:none;min-height:24px;line-height:1.7}.BlockEditor-module__5eU6WG__textBlock:empty:before{content:attr(data-placeholder);color:var(--text-tertiary);pointer-events:none}.BlockEditor-module__5eU6WG__headingBlock{width:100%;color:var(--text-primary);letter-spacing:-.5px;background:0 0;border:none;outline:none;min-height:28px;font-weight:700;line-height:1.3}.BlockEditor-module__5eU6WG__headingBlock:empty:before{content:attr(data-placeholder);color:var(--text-tertiary);pointer-events:none;font-weight:400}.BlockEditor-module__5eU6WG__colorPicker{position:relative}.BlockEditor-module__5eU6WG__colorIcon{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#dc2626,#2563eb,#059669);-webkit-background-clip:text;background-clip:text;font-size:13px;font-weight:800}.BlockEditor-module__5eU6WG__colorDropdown{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:10;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:4px;padding:6px;display:none;position:absolute;top:100%;left:0}.BlockEditor-module__5eU6WG__colorPicker:hover .BlockEditor-module__5eU6WG__colorDropdown{display:grid}.BlockEditor-module__5eU6WG__colorSwatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:22px;height:22px;transition:all .15s}.BlockEditor-module__5eU6WG__colorSwatch:hover{border-color:var(--text-primary);transform:scale(1.15)}.BlockEditor-module__5eU6WG__imageBlock{flex-direction:column;gap:8px;display:flex}.BlockEditor-module__5eU6WG__imageWrapper{border-radius:var(--radius-md);transition:max-width .3s;position:relative;overflow:hidden}.BlockEditor-module__5eU6WG__blockImage{border-radius:var(--radius-md);width:100%;display:block}.BlockEditor-module__5eU6WG__imageReplace{color:#fff;border-radius:var(--radius-sm);opacity:0;background:#0009;padding:4px 12px;font-size:12px;transition:opacity .2s;position:absolute;bottom:8px;right:8px}.BlockEditor-module__5eU6WG__imageWrapper:hover .BlockEditor-module__5eU6WG__imageReplace{opacity:1}.BlockEditor-module__5eU6WG__imagePlaceholder{background:var(--bg-subtle);border:2px dashed var(--border-medium);border-radius:var(--radius-md);width:100%;color:var(--text-tertiary);transition:all var(--transition-fast);padding:40px 20px;font-size:14px}.BlockEditor-module__5eU6WG__imagePlaceholder:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.BlockEditor-module__5eU6WG__imageCaption{width:100%;color:var(--text-secondary);text-align:center;background:0 0;border:none;font-size:13px;font-style:italic}.BlockEditor-module__5eU6WG__imageCaption::placeholder{color:var(--text-tertiary)}.BlockEditor-module__5eU6WG__quoteBlock{border-left:3px solid var(--accent);padding-left:16px}.BlockEditor-module__5eU6WG__quoteInput{width:100%;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;background:0 0;border:none;outline:none;min-height:24px;font-style:italic;line-height:1.6}.BlockEditor-module__5eU6WG__quoteInput:empty:before{content:attr(data-placeholder);color:var(--text-tertiary);pointer-events:none;font-style:italic}.BlockEditor-module__5eU6WG__qnaBlock{background:var(--bg-subtle);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.BlockEditor-module__5eU6WG__qnaSuggestions{margin-bottom:8px}.BlockEditor-module__5eU6WG__qnaSuggestLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.BlockEditor-module__5eU6WG__qnaSuggestList{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.BlockEditor-module__5eU6WG__qnaSuggestBtn{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);padding:5px 10px;font-size:12px}.BlockEditor-module__5eU6WG__qnaSuggestBtn:hover{border-color:var(--accent);color:var(--accent)}.BlockEditor-module__5eU6WG__qnaQuestion{width:100%;color:var(--accent);background:0 0;border:none;font-size:14px;font-weight:600}.BlockEditor-module__5eU6WG__qnaQuestion::placeholder{color:var(--text-tertiary);font-weight:400}.BlockEditor-module__5eU6WG__qnaAnswer{resize:none;width:100%;color:var(--text-primary);background:0 0;border:none;font-size:14px;line-height:1.5;overflow:hidden}.BlockEditor-module__5eU6WG__qnaAnswer::placeholder{color:var(--text-tertiary)}.BlockEditor-module__5eU6WG__interestsBlock{flex-direction:column;gap:10px;display:flex}.BlockEditor-module__5eU6WG__selectedTags{flex-wrap:wrap;gap:6px;display:flex}.BlockEditor-module__5eU6WG__selectedTag{background:var(--accent-light);border:1px solid var(--accent);border-radius:var(--radius-full);color:var(--accent);transition:all var(--transition-fast);padding:5px 12px;font-size:13px;font-weight:500}.BlockEditor-module__5eU6WG__selectedTag:hover{border-color:var(--error);color:var(--error);background:#dc262614}.BlockEditor-module__5eU6WG__tagPicker{margin-top:4px}.BlockEditor-module__5eU6WG__tagPickerToggle{color:var(--text-secondary);cursor:pointer;padding:6px 0;font-size:13px;font-weight:500}.BlockEditor-module__5eU6WG__tagPickerToggle:hover{color:var(--accent)}.BlockEditor-module__5eU6WG__tagGrid{flex-wrap:wrap;gap:6px;padding-top:8px;display:flex}.BlockEditor-module__5eU6WG__tagOption{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);padding:5px 12px;font-size:13px}.BlockEditor-module__5eU6WG__tagOption:hover{border-color:var(--accent);color:var(--accent)}.BlockEditor-module__5eU6WG__linksBlock{flex-direction:column;gap:8px;display:flex}.BlockEditor-module__5eU6WG__linkRow{align-items:center;gap:6px;display:flex}.BlockEditor-module__5eU6WG__linkPlatform{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:140px;color:var(--text-primary);padding:8px 12px;font-size:14px}.BlockEditor-module__5eU6WG__linkPlatform:focus,.BlockEditor-module__5eU6WG__linkUrl:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.BlockEditor-module__5eU6WG__linkUrl{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-primary);flex:1;padding:8px 12px;font-size:14px}.BlockEditor-module__5eU6WG__linkRemove{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);background:0 0;justify-content:center;align-items:center;font-size:12px;display:flex}.BlockEditor-module__5eU6WG__linkRemove:hover{color:var(--error);background:#dc262614}.BlockEditor-module__5eU6WG__addLinkBtn{border:1px dashed var(--border-medium);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;padding:8px;font-size:13px;font-weight:500}.BlockEditor-module__5eU6WG__addLinkBtn:hover{border-color:var(--accent);color:var(--accent)}.BlockEditor-module__5eU6WG__dividerBlock hr{background:var(--border-light);border:none;height:1px;margin:8px 0}.BlockEditor-module__5eU6WG__addSection{margin-top:8px}.BlockEditor-module__5eU6WG__addBlockBtn{border:1.5px dashed var(--border-medium);border-radius:var(--radius-md);width:100%;color:var(--text-tertiary);transition:all var(--transition-fast);background:0 0;padding:12px;font-size:14px;font-weight:500}.BlockEditor-module__5eU6WG__addBlockBtn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.BlockEditor-module__5eU6WG__addMenu{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:BlockEditor-module__5eU6WG__slideUp .2s var(--ease);overflow:hidden}@keyframes BlockEditor-module__5eU6WG__slideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.BlockEditor-module__5eU6WG__addMenuHeader{border-bottom:1px solid var(--border-light);color:var(--text-primary);justify-content:space-between;align-items:center;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.BlockEditor-module__5eU6WG__addMenuClose{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);background:0 0;justify-content:center;align-items:center;font-size:12px;display:flex}.BlockEditor-module__5eU6WG__addMenuClose:hover{background:var(--bg-subtle)}.BlockEditor-module__5eU6WG__addMenuGrid{grid-template-columns:1fr 1fr;gap:2px;padding:6px;display:grid}.BlockEditor-module__5eU6WG__addMenuItem{border-radius:var(--radius-sm);text-align:left;transition:all var(--transition-fast);background:0 0;align-items:center;gap:10px;padding:10px 12px;display:flex}.BlockEditor-module__5eU6WG__addMenuItem:hover{background:var(--bg-subtle)}.BlockEditor-module__5eU6WG__addMenuIcon{flex-shrink:0;font-size:18px}.BlockEditor-module__5eU6WG__addMenuLabel{color:var(--text-primary);font-size:13px;font-weight:500;display:block}.BlockEditor-module__5eU6WG__addMenuDesc{color:var(--text-tertiary);font-size:11px;display:block}.BlockEditor-module__5eU6WG__addMenuSuggestions{border-top:1px solid var(--border-light);padding:10px 12px}.BlockEditor-module__5eU6WG__addMenuSuggestLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.BlockEditor-module__5eU6WG__addMenuSuggestList{flex-direction:column;gap:4px;display:flex}.BlockEditor-module__5eU6WG__addMenuSuggestBtn{background:var(--bg-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);text-align:left;transition:all var(--transition-fast);padding:7px 12px;font-size:13px}.BlockEditor-module__5eU6WG__addMenuSuggestBtn:hover{background:var(--accent-subtle);color:var(--accent)}
.ProfilePreview-module__D0WPhG__preview{min-height:100%;position:relative;overflow-y:auto}.ProfilePreview-module__D0WPhG__bg{background:var(--theme-bg);z-index:0;position:absolute;inset:0}.ProfilePreview-module__D0WPhG__content{z-index:1;max-width:480px;margin:0 auto;padding:48px 32px;position:relative}.ProfilePreview-module__D0WPhG__header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.ProfilePreview-module__D0WPhG__avatar{background:var(--theme-tag-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.ProfilePreview-module__D0WPhG__avatarImg{object-fit:cover;width:100%;height:100%}.ProfilePreview-module__D0WPhG__avatarInitial{color:var(--theme-accent);font-size:24px;font-weight:700}.ProfilePreview-module__D0WPhG__headerInfo{flex:1;min-width:0}.ProfilePreview-module__D0WPhG__card .ProfilePreview-module__D0WPhG__content{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:16px;margin-top:40px;padding:36px 32px;box-shadow:0 4px 12px #0000000d}.ProfilePreview-module__D0WPhG__card .ProfilePreview-module__D0WPhG__header{text-align:center;flex-direction:column}.ProfilePreview-module__D0WPhG__card .ProfilePreview-module__D0WPhG__avatar{margin:0 auto}.ProfilePreview-module__D0WPhG__card .ProfilePreview-module__D0WPhG__metaRow{justify-content:center}.ProfilePreview-module__D0WPhG__minimal .ProfilePreview-module__D0WPhG__content{max-width:520px;padding:60px 40px}.ProfilePreview-module__D0WPhG__minimal .ProfilePreview-module__D0WPhG__avatar{width:52px;height:52px}.ProfilePreview-module__D0WPhG__minimal .ProfilePreview-module__D0WPhG__avatarInitial{font-size:20px}.ProfilePreview-module__D0WPhG__name{font-family:var(--font-sans);color:var(--theme-text);letter-spacing:-.5px;font-size:22px;font-weight:700;line-height:1.2}.ProfilePreview-module__D0WPhG__age{color:var(--theme-text-secondary);font-weight:400}.ProfilePreview-module__D0WPhG__metaRow{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.ProfilePreview-module__D0WPhG__metaTag{color:var(--theme-text-secondary);font-size:13px}.ProfilePreview-module__D0WPhG__bio{color:var(--theme-text);opacity:.85;margin-bottom:20px;font-size:14px;line-height:1.7}.ProfilePreview-module__D0WPhG__blockItem{margin-bottom:16px}.ProfilePreview-module__D0WPhG__blockText{color:var(--theme-text);white-space:pre-wrap;line-height:1.7}.ProfilePreview-module__D0WPhG__blockHeading{color:var(--theme-text);letter-spacing:-.3px;margin-bottom:4px;font-weight:700}.ProfilePreview-module__D0WPhG__blockQuote{border-left:3px solid var(--theme-accent);color:var(--theme-text);padding-left:16px;font-style:italic;line-height:1.6}.ProfilePreview-module__D0WPhG__blockImageWrap{border-radius:10px;transition:max-width .3s;overflow:hidden}.ProfilePreview-module__D0WPhG__blockImg{border-radius:10px;width:100%;display:block}.ProfilePreview-module__D0WPhG__blockCaption{color:var(--theme-text-secondary);text-align:center;margin-top:6px;font-size:12px;font-style:italic;display:block}.ProfilePreview-module__D0WPhG__blockQA{background:var(--theme-tag-bg);border-radius:10px;padding:14px 16px}.ProfilePreview-module__D0WPhG__blockQ{color:var(--theme-accent);margin-bottom:4px;font-size:13px;font-weight:600}.ProfilePreview-module__D0WPhG__blockA{color:var(--theme-text);font-size:14px;line-height:1.5}.ProfilePreview-module__D0WPhG__blockTags{flex-wrap:wrap;gap:6px;display:flex}.ProfilePreview-module__D0WPhG__tag{background:var(--theme-tag-bg);color:var(--theme-tag-text);border-radius:100px;padding:5px 12px;font-size:13px;font-weight:500}.ProfilePreview-module__D0WPhG__blockLinks{flex-wrap:wrap;gap:8px;display:flex}.ProfilePreview-module__D0WPhG__blockLink{background:var(--theme-tag-bg);color:var(--theme-text);text-transform:capitalize;border-radius:100px;padding:8px 18px;font-size:14px;font-weight:500;transition:opacity .2s}.ProfilePreview-module__D0WPhG__blockLink:hover{opacity:.7}.ProfilePreview-module__D0WPhG__blockDivider{background:var(--theme-border);border:none;height:1px;margin:8px 0}.ProfilePreview-module__D0WPhG__footer{text-align:center;color:var(--theme-text-secondary);border-top:1px solid var(--theme-border);opacity:.6;padding-top:24px;font-size:13px}
.ShareModal-module__0Rx0Oq__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:24px;animation:.15s ShareModal-module__0Rx0Oq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ShareModal-module__0Rx0Oq__fadeIn{0%{opacity:0}to{opacity:1}}.ShareModal-module__0Rx0Oq__modal{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-xl);animation:ShareModal-module__0Rx0Oq__slideUp .25s var(--ease);padding:28px}@keyframes ShareModal-module__0Rx0Oq__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ShareModal-module__0Rx0Oq__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ShareModal-module__0Rx0Oq__title{font-size:18px;font-weight:600}.ShareModal-module__0Rx0Oq__closeBtn{background:var(--bg-subtle);border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:13px;display:flex}.ShareModal-module__0Rx0Oq__closeBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.ShareModal-module__0Rx0Oq__urlRow{background:var(--bg-subtle);border-radius:var(--radius-md);align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;display:flex}.ShareModal-module__0Rx0Oq__url{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;overflow:hidden}.ShareModal-module__0Rx0Oq__copyBtn{background:var(--text-primary);color:var(--text-inverse);border-radius:var(--radius-sm);white-space:nowrap;transition:all var(--transition-fast);padding:6px 16px;font-size:13px;font-weight:500}.ShareModal-module__0Rx0Oq__copyBtn:hover{opacity:.85}.ShareModal-module__0Rx0Oq__shareRow{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;display:grid}.ShareModal-module__0Rx0Oq__shareBtn{background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);padding:10px;font-size:14px;font-weight:500}.ShareModal-module__0Rx0Oq__shareBtn:hover{background:var(--bg-hover);border-color:var(--border-medium)}.ShareModal-module__0Rx0Oq__tip{color:var(--text-tertiary);text-align:center;font-size:13px}
.profile-module__se-0Pa__statusPage{background:var(--bg-page);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.profile-module__se-0Pa__spinner{border:2px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.6s linear infinite profile-module__se-0Pa__spin}@keyframes profile-module__se-0Pa__spin{to{transform:rotate(360deg)}}.profile-module__se-0Pa__statusCard{text-align:center;max-width:360px;animation:.4s profile-module__se-0Pa__fadeIn}@keyframes profile-module__se-0Pa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.profile-module__se-0Pa__statusIcon{margin-bottom:16px;font-size:48px;display:block}.profile-module__se-0Pa__statusTitle{color:var(--text-primary);margin-bottom:8px;font-size:22px;font-weight:600}.profile-module__se-0Pa__statusDesc{color:var(--text-secondary);margin-bottom:20px;font-size:15px;line-height:1.5}.profile-module__se-0Pa__statusCta{background:var(--text-primary);color:var(--text-inverse);border-radius:var(--radius-md);padding:10px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.profile-module__se-0Pa__statusCta:hover{opacity:.85}
.create-module__x_2gnG__page{background:var(--bg-page);flex-direction:column;min-height:100vh;display:flex}.create-module__x_2gnG__loadingPage{background:var(--bg-page);justify-content:center;align-items:center;min-height:100vh;display:flex}.create-module__x_2gnG__spinner{border:2px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.6s linear infinite create-module__x_2gnG__spin}@keyframes create-module__x_2gnG__spin{to{transform:rotate(360deg)}}.create-module__x_2gnG__header{border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#fafaf8e6;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}.create-module__x_2gnG__logo{color:var(--text-primary);letter-spacing:-.5px;font-size:18px;font-weight:700;text-decoration:none}.create-module__x_2gnG__logoDot{color:var(--accent)}.create-module__x_2gnG__headerActions{gap:8px;display:flex}.create-module__x_2gnG__saveBtn{border:1px solid var(--border-medium);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);background:0 0;padding:8px 20px;font-size:14px;font-weight:500}.create-module__x_2gnG__saveBtn:hover{background:var(--bg-subtle)}.create-module__x_2gnG__saveBtn:disabled{opacity:.5}.create-module__x_2gnG__publishBtn{background:var(--text-primary);color:var(--text-inverse);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:8px 20px;font-size:14px;font-weight:500}.create-module__x_2gnG__publishBtn:hover{opacity:.85}.create-module__x_2gnG__publishBtn:disabled{opacity:.5}.create-module__x_2gnG__panels{flex:1;display:flex;overflow:hidden}.create-module__x_2gnG__formPanel{border-right:1px solid var(--border-light);background:var(--bg-page);width:50%;padding:28px 32px;overflow-y:auto}.create-module__x_2gnG__previewPanel{flex-direction:column;width:50%;display:flex;position:relative;overflow:hidden}.create-module__x_2gnG__previewLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid var(--border-light);background:var(--bg-page);padding:10px 20px;font-size:12px;font-weight:600}.create-module__x_2gnG__previewContainer{flex:1;position:relative;overflow-y:auto}.create-module__x_2gnG__imageUpload{margin-bottom:24px}.create-module__x_2gnG__imageLabel{cursor:pointer;border-radius:50%;width:88px;height:88px;display:block;overflow:hidden}.create-module__x_2gnG__uploadedImage{object-fit:cover;width:100%;height:100%}.create-module__x_2gnG__imagePlaceholder{background:var(--bg-subtle);border:2px dashed var(--border-medium);width:100%;height:100%;transition:all var(--transition-fast);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.create-module__x_2gnG__imagePlaceholder span:first-child{font-size:24px}.create-module__x_2gnG__imagePlaceholder span:last-child{color:var(--text-tertiary);font-size:10px;font-weight:500}.create-module__x_2gnG__imageLabel:hover .create-module__x_2gnG__imagePlaceholder{border-color:var(--accent);background:var(--accent-subtle)}.create-module__x_2gnG__fileInput{display:none}@media (max-width:768px){.create-module__x_2gnG__panels{flex-direction:column}.create-module__x_2gnG__formPanel,.create-module__x_2gnG__previewPanel{width:100%}.create-module__x_2gnG__previewPanel{border-top:1px solid var(--border-light);height:50vh}.create-module__x_2gnG__formPanel{border-right:none}}
