@charset "UTF-8";:root{--font-inter: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;--precedent-font-sans: var(--font-inter);--precedent-font-mono: "Fira Code", "SFMono-Regular", Consolas, monospace;--precedent-font-size-text-2xl: 20px;--precedent-font-size-text-xl: 18px;--precedent-font-size-text-lg: 16px;--precedent-font-size-text-md: 14px;--precedent-font-size-text-sm: 12px;--precedent-font-size-text-xs: 10px;--precedent-font-size-text-2xs: 8px;--precedent-space-none: 0;--precedent-space-2xs: .25rem;--precedent-space-xs: .5rem;--precedent-space-sm: .75rem;--precedent-space-md: 10px;--precedent-space-lg: 12px;--precedent-space-xl: 16px;--precedent-space-2xl: 20px;--precedent-radius-none: 0;--precedent-radius-sm: 4px;--precedent-radius-md: 8px;--precedent-radius-lg: 16px;--precedent-radius-fully-rounded: 9999px;--precedent-color-primary: #7779ed;--precedent-color-primary-hover: #6366f1;--precedent-color-primary-muted: rgba(139, 141, 240, .15);--precedent-color-primary-glow: rgba(119, 121, 237, .5);--precedent-color-accent-start: #5f5ff5;--precedent-color-accent-end: #7678ff;--precedent-color-surface: #13161b;--precedent-color-surface-subtle: #0f172a;--precedent-color-border: rgba(148, 163, 184, .2);--precedent-color-text: #f7f7f7;--precedent-color-text-muted: #94979c;--precedent-color-text-subtle: #94a3b8;--precedent-color-background: #0c0e12;--precedent-shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--precedent-shadow-md: 0 18px 40px rgba(0, 0, 0, .4);--brand-purple-50: #1c1f5f;--brand-purple-200: #38399e;--brand-purple-300: #2d31a6;--brand-purple-700: #bbbbfb;--brand-purple-check: #a4bcfd;--brand-purple-solid: #565fd9;--brand-primary: #7779ed;--brand-primary-hover: #6366f1;--brand-gradient-start: #ff4405;--brand-gradient-end: #7779ed;--color-bg: #0c0e12;--color-surface: #13161b;--color-surface-muted: #1d2028;--color-border: rgba(148, 163, 184, .2);--color-text: #f7f7f7;--color-text-muted: #94979c}[data-theme=light]{--precedent-color-primary: #7779ed;--precedent-color-primary-hover: #6366f1;--precedent-color-primary-muted: rgba(37, 99, 235, .08);--precedent-color-primary-glow: rgba(119, 121, 237, .4);--precedent-color-accent-start: #5f5ff5;--precedent-color-accent-end: #7678ff;--precedent-color-surface: #ffffff;--precedent-color-surface-subtle: #f8fafc;--precedent-color-border: rgba(148, 163, 184, .36);--precedent-color-text: #0f172a;--precedent-color-text-muted: #475569;--precedent-color-text-subtle: #94a3b8;--precedent-color-background: #f9fafb;--precedent-shadow-sm: 0 1px 3px rgba(15, 23, 42, .12);--precedent-shadow-md: 0 18px 40px rgba(15, 23, 42, .16);--brand-purple-50: #eef0ff;--brand-purple-200: #cfd4ff;--brand-purple-300: #b3bbff;--brand-purple-700: #3f4399;--brand-purple-check: #5f68e2;--brand-purple-solid: #565fd9;--brand-primary: #7779ed;--brand-primary-hover: #6366f1;--brand-gradient-start: #ff4405;--brand-gradient-end: #7779ed;--color-bg: #f9fafb;--color-surface: #ffffff;--color-surface-muted: #f3f4f6;--color-border: rgba(148, 163, 184, .36);--color-text: #0f172a;--color-text-muted: #475569}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--precedent-font-sans);color:var(--precedent-color-text);background-color:var(--precedent-color-background)}body{margin:0;font-size:16px;line-height:1.6}button,input,textarea,select{font:inherit}button{border:none;background:transparent}:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:2px}.precedent-flex{display:flex}.precedent-inline-flex{display:inline-flex}.precedent-flex-column{flex-direction:column}.precedent-flex-row{flex-direction:row}.precedent-flex-wrap{flex-wrap:wrap}.precedent-flex-wrap-reverse{flex-wrap:wrap-reverse}.precedent-items-start{align-items:flex-start}.precedent-items-center{align-items:center}.precedent-items-end{align-items:flex-end}.precedent-justify-start{justify-content:flex-start}.precedent-justify-center{justify-content:center}.precedent-justify-between{justify-content:space-between}.precedent-justify-end{justify-content:flex-end}.precedent-gap-none{gap:var(--precedent-space-none)}.precedent-gap-2xs{gap:var(--precedent-space-2xs)}.precedent-gap-xs{gap:var(--precedent-space-xs)}.precedent-gap-sm{gap:var(--precedent-space-sm)}.precedent-gap-md{gap:var(--precedent-space-md)}.precedent-gap-lg{gap:var(--precedent-space-lg)}.precedent-text-muted{color:var(--precedent-color-text-muted)}.precedent-text-subtle{color:var(--precedent-color-text-subtle)}.precedent-text-sm{font-size:.875rem}.precedent-text-lg{font-size:1.25rem}.precedent-surface{background-color:var(--precedent-color-surface);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);border-radius:.75rem}.precedent-shadow-sm{box-shadow:var(--precedent-shadow-sm)}.precedent-shadow-md{box-shadow:var(--precedent-shadow-md)}.precedent-padding-sm{padding:var(--precedent-space-sm)}.precedent-padding-md{padding:var(--precedent-space-md)}.precedent-padding-lg{padding:var(--precedent-space-lg)}.precedent-margin-none{margin:0}.buttonSecondary{background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-border);color:var(--precedent-color-text)}.buttonSecondary:hover:not(:disabled){background-color:#0f172a0f}._size--small_1pyck_1{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:var(--precedent-color-surface-subtle);transition:background-color .3s ease}._size--medium_1pyck_11{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:var(--precedent-color-surface-subtle);transition:background-color .3s ease}._size--med-large_1pyck_21{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:var(--precedent-color-surface-subtle);transition:background-color .3s ease}._size--large_1pyck_31{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:var(--precedent-color-surface-subtle);transition:background-color .3s ease}._profile_1pyck_41{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid var(--precedent-color-border);background-color:var(--precedent-color-surface-subtle);transition:border-color .3s ease,background-color .3s ease;flex-shrink:0}._communitySmall_1pyck_52{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:var(--precedent-color-background)}._communityLarge_1pyck_61{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:var(--precedent-color-surface-subtle)}._placeholder_1pyck_70{border-radius:50%;background:var(--precedent-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0;user-select:none;width:48px;height:48px;font-size:var(--precedent-font-size-text-xl)}._placeholder_1pyck_70._communityLarge_1pyck_61{width:120px;height:120px;font-size:48px}._button_nf8f2_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--precedent-space-2xs);border-radius:var(--radius-md, 8px);border:2px solid var(--Gradient-skeuemorphic-gradient-border, rgba(255, 255, 255, .12));font-weight:600;line-height:1.4;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;text-decoration:none;background:var(--precedent-color-primary);color:#fff;padding:var(--precedent-space-xs) var(--precedent-space-sm);font-size:var(--precedent-font-size-text-sm);box-shadow:var(--precedent-shadow-sm)}._button_nf8f2_1:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}._fullWidth_nf8f2_25{width:100%}._sizeSm_nf8f2_29{font-size:.875rem;padding:calc(var(--precedent-space-2xs) * 1.5) var(--precedent-space-xs)}._sizeLg_nf8f2_34{font-size:1.125rem;padding:var(--precedent-space-sm) var(--precedent-space-md)}._variantSecondary_nf8f2_39{background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-border);color:var(--precedent-color-text)}._variantSecondary_nf8f2_39:hover:not(:disabled){background-color:#0f172a0f}._variantGhost_nf8f2_48{background-color:transparent;border-color:transparent;color:var(--precedent-color-primary)}._variantGhost_nf8f2_48:hover:not(:disabled){background-color:var(--precedent-color-primary-muted)}._button_nf8f2_1:hover:not(:disabled){background:var(--precedent-color-primary-hover);border-color:var(--precedent-color-primary-hover)}._createButton_ky43d_1{display:flex;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:var(--precedent-font-size-text-sm);font-weight:700;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66,0 0 #667eea80;transition:transform .2s ease,box-shadow .3s ease;position:relative;cursor:pointer;isolation:isolate;animation:_subtle-pulse_ky43d_1 3s ease-in-out infinite}._createButton_ky43d_1:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#764ba2,#667eea);opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:inherit}._createButton_ky43d_1:after{display:none}._createButton_ky43d_1:hover:not(:disabled){transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #667eea99,0 0 0 8px #667eea1a;color:#fff}._createButton_ky43d_1:hover:not(:disabled) ._createIcon_ky43d_37{transform:rotate(90deg) scale(1.1)}._createButton_ky43d_1:hover:not(:disabled):before{opacity:1}._createButton_ky43d_1:active:not(:disabled){transform:translateY(0) scale(1.02);box-shadow:0 2px 10px #667eea66,0 0 0 4px #667eea1a;color:#fff}._createButton_ky43d_1:focus-visible{outline:3px solid rgba(102,126,234,.5);outline-offset:2px}._createButton_ky43d_1:disabled{opacity:.6;cursor:not-allowed}@keyframes _subtle-pulse_ky43d_1{0%,to{box-shadow:0 4px 15px #667eea66,0 0 #667eea80}50%{box-shadow:0 4px 15px #667eea66,0 0 0 4px #667eea33}}._createText_ky43d_65{position:relative;z-index:1}._createIcon_ky43d_37{display:flex;align-items:center;justify-content:center;width:20px;height:20px;position:relative;z-index:1;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}._card_1lvht_1{background-color:var(--precedent-color-surface);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);border-radius:.75rem;transition:box-shadow .2s ease,border-color .2s ease;padding:var(--precedent-space-md);box-shadow:var(--precedent-shadow-sm)}._paddingNone_1lvht_11{padding:var(--precedent-space-none)}._paddingSm_1lvht_15{padding:var(--precedent-space-sm)}._paddingLg_1lvht_19{padding:var(--precedent-space-lg)}._radiusNone_1lvht_23{border-radius:0}._radiusSm_1lvht_27{border-radius:.5rem}._radiusLg_1lvht_31{border-radius:1.5rem}._elevationNone_1lvht_35{box-shadow:none}._elevationMd_1lvht_39{box-shadow:var(--precedent-shadow-md)}._inputGroup_10maw_1{display:flex;flex-direction:column;gap:.375rem;max-width:100%;min-width:0}._inputGroup_10maw_1 label{font-weight:500;color:var(--precedent-color-text);font-size:.875rem}@media (max-width: 320px){._inputGroup_10maw_1 label{font-size:.72rem}}._inputGroup_10maw_1 input{padding:.5rem .75rem;border:1px solid var(--precedent-color-border);border-radius:6px;font-size:.875rem;background-color:var(--precedent-color-surface);color:var(--precedent-color-text);max-width:100%;transition:border-color .15s ease,box-shadow .15s ease,background-color .3s ease}._inputGroup_10maw_1 input:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._inputGroup_10maw_1 input::placeholder{color:var(--precedent-color-text-subtle)}@media (max-width: 310px){._inputGroup_10maw_1{font-size:.72rem}}._inputWrapper_10maw_42{position:relative;display:flex;align-items:center}._inputWrapper_10maw_42 input{flex:1;padding-right:2.5rem}@media (max-width: 310px){._inputWrapper_10maw_42 input{padding-right:0}}._required_10maw_57{color:var(--precedent-color-primary);font-weight:600;margin-left:.25rem}._fieldHelp_10maw_63{margin:-.25rem 0 0;font-size:.85rem;color:var(--precedent-color-text-muted)}@media (max-width: 320px){._fieldHelp_10maw_63{font-size:.72rem}}._fieldError_10maw_74{margin:-.25rem 0 0;font-size:.85rem;color:#7f1d1d}@media (max-width: 320px){._fieldError_10maw_74{font-size:.72rem}}._container_145mq_1{display:flex;align-items:center;justify-content:center}._container-medium_145mq_7{width:40px;height:40px}._spinner_145mq_12{border-radius:50%;animation:_spin_145mq_12 1s linear infinite}._spinner-medium_145mq_17{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #007aff}._container-small_145mq_24{width:20px;height:20px}._spinner-small_145mq_29{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #007aff}._container-large_145mq_36{width:60px;height:60px}._spinner-large_145mq_41{width:60px;height:60px;border:6px solid #e5e7eb;border-top:6px solid #007aff}@keyframes _spin_145mq_12{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._icon_1riv0_1{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}._icon_1riv0_1 img{width:1em;height:1em;object-fit:contain}._loader_qd75g_1{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:20px;height:20px;animation:_spin_qd75g_1 1s linear infinite}@keyframes _spin_qd75g_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_ng8kq_1{color:var(--precedent-color-text-muted);font-size:15px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}._link_ng8kq_10{color:var(--precedent-color-primary);text-decoration:underline;text-underline-offset:3px;word-break:break-word}._tabs_tyskv_1{display:flex;gap:0;align-items:center;padding-bottom:.6rem;position:relative;width:fit-content;justify-content:center;transition:background-color .3s ease;z-index:0}._tab_tyskv_1{border:none;background:transparent;padding:.45rem 1rem;color:var(--precedent-color-text-muted);font-weight:600;font-size:.95rem;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;transition:color .15s ease}@media (max-width: 320px){._tab_tyskv_1{font-size:.72rem}}._tab_tyskv_1:hover{color:var(--precedent-color-text)}._tab_tyskv_1:focus-visible{outline:none;box-shadow:none}._tab--active_tyskv_40{color:var(--precedent-color-text);font-weight:700}._tabs_tyskv_1:before{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--precedent-color-surface-subtle);border-radius:2px;z-index:0}._indicator_tyskv_57{position:absolute;left:0;bottom:3px;height:3px;background:var(--precedent-color-primary);border-radius:3px;z-index:0;transition:left .2s cubic-bezier(.2,.9,.3,1),width .2s cubic-bezier(.2,.9,.3,1);pointer-events:none}._tabContent_tyskv_69{margin-top:8px}._statusMessage_fj6e9_1{border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:background-color .3s ease,border-color .3s ease}._statusMessage_fj6e9_1._error_fj6e9_7{border:1px solid var(--precedent-color-border);background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-text)}._statusMessage_fj6e9_1._success_fj6e9_12{border:1px solid var(--precedent-color-primary);background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-text)}._themeToggle_a3gmc_1{display:flex;align-items:center;justify-content:center;background-color:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:50%;padding:0;cursor:pointer;transition:all .2s ease;width:40px;height:40px;position:relative}._themeToggle_a3gmc_1:hover{border-color:var(--precedent-color-primary-muted);background-color:var(--precedent-color-surface);transform:scale(1.05)}._themeToggle_a3gmc_1:active{transform:scale(.95)}._themeToggle_a3gmc_1:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._iconWrapper_a3gmc_28{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--precedent-color-text);animation:_iconRotate_a3gmc_1 .3s ease}@keyframes _iconRotate_a3gmc_1{0%{transform:rotate(-180deg);opacity:0}to{transform:rotate(0);opacity:1}}._icon_a3gmc_28{width:20px;height:20px;transition:transform .2s ease}._themeToggle_a3gmc_1:hover ._icon_a3gmc_28{transform:rotate(15deg)}@media (max-width: 768px){._themeToggle_a3gmc_1{width:36px;height:36px}._icon_a3gmc_28{width:18px;height:18px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_1mdkl_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:16px;margin:20px 0;border:1px dashed rgba(255,255,255,.2)}._emoji_1mdkl_14{font-size:64px;margin-bottom:16px;animation:_float_1mdkl_1 3s ease-in-out infinite}._title_1mdkl_20{font-size:24px;font-weight:700;margin-bottom:8px;background:linear-gradient(90deg,var(--precedent-color-primary),var(--precedent-color-text));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._message_1mdkl_30{font-size:16px;color:var(--precedent-color-text-muted, #888);margin-bottom:24px;max-width:400px}._button_1mdkl_37{padding:12px 24px;background:var(--precedent-color-primary, #6366f1);color:var(--precedent-color-text);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}._button_1mdkl_37:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}._button_1mdkl_37:active{transform:translateY(0)}@keyframes _float_1mdkl_1{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}._errorBoundary_1s3vw_1{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#fef3c7,#fca5a5)}._content_1s3vw_10{text-align:center;max-width:600px;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}._emoji_1s3vw_19{font-size:6rem;margin-bottom:1.5rem;animation:_shake_1s3vw_1 .5s ease-in-out infinite}@keyframes _shake_1s3vw_1{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}._title_1s3vw_36{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._message_1s3vw_46{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}._actions_1s3vw_53{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._card_1tz9h_1{display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:4px 12px 4px 10px;background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-fully-rounded);color:var(--precedent-color-text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,transform .12s ease}._card_1tz9h_1._cardNoIcon_1tz9h_17{padding:.25rem .75rem}._card_1tz9h_1:hover,._card_1tz9h_1:focus-visible{border-color:var(--brand-purple-200);transform:translateY(-1px)}._card_1tz9h_1:focus-visible{box-shadow:0 0 0 2px var(--brand-purple-200)}._cardSelected_1tz9h_31{border-color:var(--brand-purple-200);background:var(--brand-purple-50);color:var(--brand-purple-700)}._icon_1tz9h_37{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;min-width:26px;min-height:26px;box-sizing:border-box;border-radius:var(--precedent-radius-fully-rounded);background:var(--precedent-color-background);border:1px solid var(--precedent-color-border);font-size:16px;line-height:1;color:var(--precedent-color-text);position:relative;text-align:center}._iconSelected_1tz9h_56{background:var(--precedent-color-background);border-color:var(--brand-purple-300);color:var(--brand-purple-check);box-shadow:0 0 0 2px var(--brand-purple-200);font-size:0}._iconSelected_1tz9h_56:after{content:"";position:absolute;width:5px;height:9px;border:2px solid var(--brand-purple-check);border-top:0;border-left:0;left:50%;top:48%;transform:translate(-50%,-50%) rotate(45deg);box-sizing:border-box;display:block}._label_1tz9h_79{flex:1;text-align:left;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:18px;font-weight:400}._labelNoIcon_1tz9h_91{font-weight:600;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-md);line-height:18px}._progressBar_1kcgb_1{width:100%}._progressTrack_1kcgb_5{position:relative;width:100%;height:6px;border-radius:var(--precedent-radius-fully-rounded);background:var(--precedent-color-surface);overflow:hidden}._progressFill_1kcgb_14{position:absolute;left:0;top:0;height:6px;border-radius:var(--precedent-radius-fully-rounded);background:linear-gradient(90deg,var(--brand-gradient-start) 0%,var(--brand-gradient-end) 100%);transition:width .7s ease}._wheel_el7la_1{position:relative;width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;--progress-stroke: var(--brand-purple-solid);--progress-gradient-opacity: 0;--progress-text: var(--color-text)}._orange_el7la_13{--progress-gradient-opacity: 1;--progress-text: #ffffff}._svg_el7la_18{width:64px;height:64px;transform:rotate(-90deg)}._track_el7la_24{fill:none;stroke:var(--color-border);stroke-width:6px;stroke-linecap:round}._progressSolid_el7la_31{fill:none;stroke:var(--progress-stroke);stroke-width:6px;stroke-linecap:round;transition:stroke-dasharray .16s ease,opacity .24s ease;opacity:calc(1 - var(--progress-gradient-opacity))}._progressGradient_el7la_40{fill:none;stroke-width:6px;stroke-linecap:round;transition:stroke-dasharray .16s ease,opacity .24s ease;opacity:var(--progress-gradient-opacity)}._center_el7la_48{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}._count_el7la_56{font-size:13px;font-weight:600;color:var(--progress-text);transition:color .24s ease}._page_1gw0u_1{display:flex;flex-direction:column;gap:1.5rem;max-width:480px;margin:0 auto}._header_1gw0u_9{text-align:center}._header_1gw0u_9 h1{font-size:1.5rem;color:var(--precedent-color-text);margin-bottom:.375rem}._header_1gw0u_9 p{color:var(--precedent-color-text-muted);font-size:.875rem}._card_1gw0u_22{padding:1.5rem}._form_1gw0u_26{display:flex;flex-direction:column;gap:.875rem}._actions_1gw0u_32{display:flex;justify-content:flex-end;margin-top:1rem}._footer_1gw0u_38{text-align:center;color:var(--precedent-color-text-muted);font-size:.95rem}._footer_1gw0u_38 a{color:var(--precedent-color-primary);font-weight:600;text-decoration:none}._footer_1gw0u_38 a:hover{text-decoration:underline}._passwordToggle_d8qyk_1{position:absolute;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;font-size:1.25rem;line-height:1;opacity:.6;transition:opacity .15s ease}._passwordToggle_d8qyk_1:hover{opacity:1}._passwordToggle_d8qyk_1:focus{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}._icon_d8qyk_22{width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);transition:all .2s ease}._overlay_1fv3c_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#0f172a73;backdrop-filter:blur(4px);z-index:1000}._dialog_1fv3c_13{width:min(440px,100%);max-height:90vh;overflow-y:auto;border-radius:16px;background-color:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-md);position:relative;border:none;padding:0;transition:background-color .3s ease}._closeButton_1fv3c_26{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;padding:.25rem;border-radius:9999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--precedent-color-text-muted);transition:background-color .2s ease,color .2s ease;font-size:24px;width:32px;height:32px}._closeButton_1fv3c_26:hover,._closeButton_1fv3c_26:focus-visible{background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover);outline:none}._content_1fv3c_52{padding:24px}._bottomNavbar_aokc0_1{display:block;position:fixed;bottom:0;left:0;right:0;width:100%;background-color:var(--precedent-color-surface);border-top:1px solid var(--precedent-color-border);z-index:50}._navbar-container_aokc0_13{max-width:100%;height:54px;display:flex;align-items:center;justify-content:space-around;padding:8px 16px}._navbar-container-center_aokc0_22{max-width:100%;height:54px;display:flex;align-items:center;justify-content:center;padding:8px 16px}._nav-button_aokc0_31{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:8px;cursor:pointer;color:var(--precedent-color-primary);transition:transform .2s ease}._nav-button_aokc0_31:active{transform:scale(.95)}._login-button_aokc0_46{background-color:var(--precedent-color-primary);color:#fff;border:none;border-radius:9999px;padding:8px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._login-button_aokc0_46:hover{opacity:.9}._login-button_aokc0_46:active{transform:scale(.97)}._nav-icon_aokc0_64{width:24px;height:24px;stroke-width:1.5}._profile-icon_aokc0_70{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width: 769px){._bottomNavbar_aokc0_1{display:none}}._stats_wsdyq_1{display:flex;gap:var(--precedent-space-xl);margin:var(--precedent-space-xl) 0}._stat_wsdyq_1{display:flex;gap:var(--precedent-space-2xs);text-decoration:none;color:inherit;cursor:pointer;background:none;border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);padding:var(--precedent-space-xs) var(--precedent-space-xl);font-family:inherit;font-size:inherit;align-items:center;transition:all .2s ease}._stat_wsdyq_1:hover{background-color:var(--precedent-color-surface-subtle);text-decoration:none;border-color:var(--precedent-color-text-muted)}._stat_wsdyq_1:active{transform:scale(.98)}._count_wsdyq_31{font-weight:600;color:var(--precedent-color-text)}._label_wsdyq_36{color:var(--precedent-color-text-subtle)}._profile__details_femk8_1{margin-top:4rem}@media (max-width: 425px){._profile__details_femk8_1{margin-top:0}}._profile__header_row_femk8_10{display:flex;align-items:center;gap:1rem}@media (max-width: 430px){._profile__header_row_femk8_10{justify-content:center}}._dropdown-container_femk8_21{position:relative;display:flex;align-items:center}@media (min-width: 780px){._dropdown-container_femk8_21{display:none}}._kebab-button_femk8_32{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:8px;cursor:pointer;color:var(--precedent-color-primary);transition:transform .2s ease}._kebab-button_femk8_32:active{transform:scale(.95)}._kebab-icon_femk8_47{width:24px;height:24px;stroke-width:1.5}._dropdown-menu_femk8_53{position:absolute;top:100%;right:0;background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:8px;box-shadow:0 2px 8px #0000001a;min-width:120px;margin-top:8px;z-index:100}._dropdown-item_femk8_66{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;color:var(--precedent-color-text);font-size:14px;cursor:pointer;transition:background-color .2s ease}._dropdown-item_femk8_66:first-child{border-radius:8px 8px 0 0}._dropdown-item_femk8_66:last-child{border-radius:0 0 8px 8px}._dropdown-item_femk8_66:hover{background-color:var(--precedent-color-background)}._dropdown-item_femk8_66:active{background-color:var(--precedent-color-primary-muted)}._profile__username_row_femk8_91{display:flex;align-items:center;gap:.5rem}@media (max-width: 425px){._profile__username_row_femk8_91{justify-content:center}}._profile__username_femk8_91{color:var(--precedent-color-primary);font-weight:600;font-size:1rem}._copyButton_femk8_108{background:none;border:none;cursor:pointer;padding:.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--precedent-border-radius-sm);transition:all .2s ease;color:var(--precedent-color-text-subtle)}._copyButton_femk8_108:hover{background-color:var(--precedent-color-background-hover);color:var(--precedent-color-primary)}._copyButton_femk8_108:active{transform:scale(.95)}._copyButton_femk8_108:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._icon_femk8_132{width:1.25rem;height:1.25rem;display:block;transition:color .2s ease}._profile__bio_femk8_139{margin-top:.5rem;color:var(--precedent-color-text-subtle);line-height:1.6}._profile__bio_link_femk8_145{color:var(--precedent-color-primary);text-decoration:underline;text-underline-offset:3px;word-break:break-word}._profile__actions_femk8_152{margin-top:1rem;display:flex;gap:var(--precedent-space-sm);flex-wrap:wrap;align-items:center;justify-content:flex-start}@media (max-width: 425px){._profile__actions_femk8_152{justify-content:center}}._profile__edit_button_femk8_166{width:fit-content;padding:var(--precedent-space-xs) var(--precedent-space-sm);font-size:var(--precedent-font-size-text-sm)}._profile__invite_button_femk8_172{padding:var(--precedent-space-xs) var(--precedent-space-sm);font-size:var(--precedent-font-size-text-sm);width:fit-content}._profile__header_13m25_1{display:flex;flex-direction:column;margin-bottom:1rem}._profile__banner_container_13m25_7{width:100%;max-height:300px;overflow:hidden;border-radius:8px;margin-bottom:0}._profile__banner_13m25_7{width:100%;height:100%;object-fit:cover;object-position:center;aspect-ratio:3/1;display:block;border-radius:8px}._profile__content_13m25_25{display:grid;gap:1.5rem;grid-template-columns:auto 1fr;align-items:flex-start;padding:0 1rem;position:relative;z-index:1}@media (max-width: 640px){._profile__content_13m25_25{grid-template-columns:1fr;justify-items:center;text-align:center;gap:0}}._profile__content_with_banner_13m25_43{margin-top:-80px}@media (max-width: 640px){._profile__content_with_banner_13m25_43{margin-top:-100px;padding-top:50px}}._banner__wrapper_3zbvc_1{width:100%;max-width:400px}._banner__input_3zbvc_6{display:none}._banner__container_3zbvc_10{position:relative;width:100%;aspect-ratio:3/1;border-radius:8px;overflow:hidden;cursor:pointer;outline:none}._banner__container_3zbvc_10:focus-within ._banner__overlay_3zbvc_19{opacity:1}._banner__container_3zbvc_10:hover ._banner__overlay_3zbvc_19,._banner__container_3zbvc_10:hover ._banner__remove_button_3zbvc_25{opacity:1}._banner__container_3zbvc_10:focus{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._banner__image_3zbvc_33{width:100%;height:100%;object-fit:cover;object-position:center;display:block}._banner__overlay_3zbvc_19{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}._banner__overlay_3zbvc_19 span{font-size:.875rem;font-weight:600;color:#fff}._banner__remove_button_3zbvc_25{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background-color:#000000b3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:2;padding:0}._banner__remove_button_3zbvc_25:hover{background-color:#000000e6}._banner__remove_button_3zbvc_25:focus{opacity:1;outline:2px solid var(--precedent-color-primary);outline-offset:2px}._banner__remove_button_3zbvc_25 svg{display:block}._banner__upload_3zbvc_92{width:100%;padding:2rem 1rem;border:2px dashed var(--precedent-color-border);border-radius:8px;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;font-family:inherit}._banner__upload_3zbvc_92:hover{border-color:var(--precedent-color-primary)}._banner__upload_3zbvc_92:focus{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._banner__upload_3zbvc_92 span{font-size:.875rem;font-weight:600;color:var(--precedent-color-text)}._profile__pfp_wrapper_omcfh_1{display:flex;align-items:center;justify-content:center}._profile__pfp_input_omcfh_7{display:none}._profile__pfp_container_omcfh_11{position:relative;cursor:pointer;border-radius:50%;border:3px solid var(--precedent-color-border);background:none;padding:0;width:180px;height:180px;overflow:hidden;transition:border-color .3s ease;display:flex;align-items:center;justify-content:center}._profile__pfp_container_omcfh_11:hover ._profile__pfp_overlay_omcfh_26{opacity:1}._profile__pfp_container_omcfh_11:focus{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._profile__pfp_container_omcfh_11 img{width:100%;height:100%;object-fit:cover;object-position:center}._profile__pfp_overlay_omcfh_26{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .2s ease;color:#fff;pointer-events:none}._profile__pfp_overlay_omcfh_26 span{font-size:.875rem;font-weight:600}._profile__edit_actions_6sc7o_1{display:flex;gap:.75rem;margin-top:.5rem}._profile__form_field_6sc7o_7{display:flex;flex-direction:column;gap:.5rem;width:100%}._profile__form_field_6sc7o_7 label{font-weight:500;color:var(--precedent-color-text);font-size:.875rem}._profile__form_field_6sc7o_7 input,._profile__form_field_6sc7o_7 textarea{padding:.5rem .75rem;border:1px solid var(--precedent-color-border);border-radius:6px;font-size:.875rem;background-color:var(--precedent-color-background);color:var(--precedent-color-text);transition:border-color .15s ease,box-shadow .15s ease,background-color .3s ease;font-family:inherit}._profile__form_field_6sc7o_7 input:focus,._profile__form_field_6sc7o_7 textarea:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._profile__form_field_6sc7o_7 textarea{resize:vertical;min-height:100px}._characterCount_6sc7o_40{text-align:right;font-size:.75rem;color:var(--precedent-color-text-muted);margin-top:.25rem}._profile__header_cpay4_1{display:flex;flex-direction:column;gap:1.5rem;align-items:center;width:100%}._profile__details_cpay4_9{width:100%;max-width:400px}@media (max-width: 640px){._profile__header_cpay4_1{gap:1rem}._profile__details_cpay4_9{width:100%}}._commentForm_194cx_1{display:flex;flex-direction:column;gap:.75rem;width:100%}._commentInput_194cx_8{width:100%;padding:.75rem;border:1px solid var(--precedent-color-border);border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:80px;background-color:var(--precedent-color-surface);color:var(--precedent-color-text);transition:border-color .15s ease,box-shadow .15s ease,background-color .3s ease}._commentInput_194cx_8:focus{outline:none;border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted)}._commentInput_194cx_8:disabled{background-color:var(--precedent-color-surface-subtle);cursor:not-allowed}._commentInput_194cx_8::placeholder{color:var(--precedent-color-text-subtle)}._commentActions_194cx_34{display:flex;gap:.5rem;justify-content:flex-end}._cancelButton_194cx_40{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);padding:var(--precedent-space-xs) var(--precedent-space-sm);border-radius:8px;font-size:var(--precedent-font-size-text-sm);font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .1s ease}._cancelButton_194cx_40:hover:not(:disabled){background-color:var(--precedent-color-surface)}._cancelButton_194cx_40:active:not(:disabled){transform:scale(.98)}._cancelButton_194cx_40:disabled{opacity:.6;cursor:not-allowed}._repliesSection_1exr6_1{margin-top:1rem;padding:0 0 0 1.5rem;border-left:3px solid var(--precedent-color-border)}._toggleRepliesButton_1exr6_7{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--precedent-color-primary);font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;margin:0 0 .75rem -1.5rem;border-radius:4px;transition:background-color .15s ease,color .15s ease}._toggleRepliesButton_1exr6_7:hover:not(:disabled){background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._toggleRepliesButton_1exr6_7:disabled{color:#9ca3af;cursor:not-allowed}._toggleRepliesButton_1exr6_7 svg{flex-shrink:0}._repliesContainer_1exr6_34{margin-top:.75rem}._repliesList_1exr6_38{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._replyItem_1exr6_45{animation:_slideIn_1exr6_1 .15s ease-out}@keyframes _slideIn_1exr6_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._replyFormContainer_1exr6_59{margin-top:.75rem}._replyForm_1exr6_59{padding:1rem;background-color:var(--precedent-color-surface-subtle);border-radius:8px;border:1px solid var(--precedent-color-border);transition:background-color .3s ease,border-color .3s ease}._showMoreRepliesSection_1exr6_71{margin-top:.75rem;margin-bottom:.75rem;margin-left:-1.5rem}._showMoreRepliesButton_1exr6_77{background:none;border:none;color:var(--precedent-color-primary);font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background-color .15s ease,color .15s ease}._showMoreRepliesButton_1exr6_77:hover:not(:disabled){background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._showMoreRepliesButton_1exr6_77:disabled{color:var(--precedent-color-text-subtle);cursor:not-allowed}._loadMoreSection_1exr6_97{margin-top:1rem;margin-bottom:1rem;text-align:center}._loadMoreButton_1exr6_103{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);padding:.5rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .1s ease}._loadMoreButton_1exr6_103:hover:not(:disabled){background-color:var(--precedent-color-surface)}._loadMoreButton_1exr6_103:active:not(:disabled){transform:scale(.98)}._loadMoreButton_1exr6_103:disabled{opacity:.6;cursor:not-allowed}._commentItem_8cwpx_1{padding:1rem;background:var(--precedent-color-surface);border-radius:8px;border:1px solid var(--precedent-color-border)}._commentHeader_8cwpx_8{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}._commentAuthor_8cwpx_15{font-weight:600;color:var(--precedent-color-text);font-size:.95rem}._commentDate_8cwpx_21{font-size:.85rem;color:var(--precedent-color-text-muted)}._commentContent_8cwpx_26{margin-bottom:.75rem}._commentText_8cwpx_30{color:var(--precedent-color-text);line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-word}._deletedText_8cwpx_38{color:var(--precedent-color-text-subtle);font-style:italic;margin:0}._commentActions_8cwpx_44{display:flex;align-items:center;gap:1rem}._actionButton_8cwpx_50{background:none;border:none;color:var(--precedent-color-primary);font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .15s ease,color .15s ease}._actionButton_8cwpx_50:hover{background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._actionButton_8cwpx_50:active{transform:scale(.98)}._actionButton_8cwpx_50:disabled{color:var(--precedent-color-text-subtle);cursor:not-allowed}._likeCount_8cwpx_73{font-size:.875rem;color:var(--precedent-color-text-muted);margin-left:auto}._replyForm_8cwpx_79{margin-top:1rem;padding:1rem;background-color:var(--precedent-color-surface-subtle);border-radius:8px;transition:background-color .3s ease}._commentList_1pp0e_1{display:flex;flex-direction:column;gap:1rem}._commentList_1pp0e_1[data-depth="0"]{gap:1.25rem}._commentList_1pp0e_1[data-depth]:not([data-depth="0"]){margin-left:2rem;padding-left:1rem;border-left:2px solid var(--precedent-color-border);margin-top:.75rem}._commentThread_1pp0e_16{display:flex;flex-direction:column}._repliesSection_1pp0e_21{margin-top:.5rem}._toggleRepliesButton_1pp0e_25{background:none;border:none;color:var(--precedent-color-primary);font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background-color .15s ease,color .15s ease}._toggleRepliesButton_1pp0e_25:hover:not(:disabled){background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._toggleRepliesButton_1pp0e_25:disabled{color:var(--precedent-color-text-subtle);cursor:not-allowed}._commentsSection_bodof_1{padding:20px 0 2rem;width:100%}._commentsSection_bodof_1:has(._commentsTitle_bodof_5){border-top:1px solid var(--precedent-color-border)}._commentsHeader_bodof_9{margin-bottom:1.5rem}._commentsTitle_bodof_5{font-size:16px;font-weight:500;margin-top:8px;margin-bottom:12px;color:var(--precedent-color-text-muted);letter-spacing:.5px;text-align:left}._commentsContent_bodof_23{width:100%;max-width:800px;margin:0 auto}._commentFormSection_bodof_29{margin-bottom:2rem;background:var(--precedent-color-surface);transition:background-color .3s ease,border-color .3s ease}._signInPrompt_bodof_35{margin-bottom:2rem;padding:1.5rem;background:var(--precedent-color-surface-subtle);border-radius:12px;border:1px solid var(--precedent-color-border);text-align:center;transition:background-color .3s ease,border-color .3s ease}._signInPrompt_bodof_35 p{margin:0;color:var(--precedent-color-text-muted);font-size:.95rem}._loading_bodof_50{padding:3rem;text-align:center}._loading_bodof_50 p{color:var(--precedent-color-text-muted);margin:0}._error_bodof_59{padding:2rem;text-align:center;background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:12px;transition:background-color .3s ease,border-color .3s ease}._error_bodof_59 p{color:var(--precedent-color-text);margin:0 0 1rem;font-weight:500}._retryButton_bodof_73{background-color:var(--precedent-color-primary);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .1s ease}._retryButton_bodof_73:hover{background-color:var(--precedent-color-primary-hover)}._retryButton_bodof_73:active{transform:scale(.98)}._emptyState_bodof_91{padding:3rem;text-align:center;background:var(--precedent-color-surface);transition:background-color .3s ease,border-color .3s ease}._emptyState_bodof_91 p{color:var(--precedent-color-text-muted);margin:0;font-size:1rem}._loadMoreSection_bodof_103{margin-top:2rem;text-align:center}._loadMoreButton_bodof_108{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);padding:.75rem 2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .1s ease}._loadMoreButton_bodof_108:hover:not(:disabled){background-color:var(--precedent-color-surface)}._loadMoreButton_bodof_108:active:not(:disabled){transform:scale(.98)}._loadMoreButton_bodof_108:disabled{opacity:.6;cursor:not-allowed}._loadMoreTrigger_bodof_130{height:1px;margin-top:2rem}._loadingMore_bodof_135{display:flex;justify-content:center;padding:1rem}._loadingMore_bodof_135 p{color:var(--precedent-color-text-muted);font-size:.875rem;margin:0}._collabButton_cc2sk_1{align-self:flex-end;text-transform:uppercase;color:var(--precedent-color-text);letter-spacing:.5px}._collabButton_cc2sk_1:hover{background-color:var(--precedent-color-primary-hover)}._collabButton_cc2sk_1:active{background-color:var(--precedent-color-primary-hover);opacity:.8}._collabButton_cc2sk_1:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){._collabButton_cc2sk_1{font-size:var(--precedent-font-size-text-xs)}}@media (max-width: 375px){._collabButton_cc2sk_1{font-size:var(--precedent-font-size-text-2xs)}}@media (max-width: 320px){._collabButton_cc2sk_1{font-size:var(--precedent-font-size-text-2xs);padding:var(--precedent-space-2xs) var(--precedent-space-xs)}}._collabIconButton_cc2sk_35{display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .15s ease,transform .15s ease;color:var(--precedent-color-text-muted)}._collabIconButton_cc2sk_35:hover{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text)}._collabIconButton_cc2sk_35:active{transform:scale(.95)}._collabIconButton_cc2sk_35:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._collabIconButton_cc2sk_35:disabled{opacity:.5;cursor:not-allowed}._likeButton_1ndem_1{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:none;background:transparent;color:var(--precedent-color-text-muted);cursor:pointer;font-size:.875rem;border-radius:4px;transition:all .2s ease}._likeButton_1ndem_1:hover:not(:disabled){background-color:var(--precedent-color-primary-muted)}._likeButton_1ndem_1:disabled{cursor:not-allowed;opacity:.5}._likeButton_1ndem_1._liked_1ndem_21 ._icon_1ndem_21{animation:_likeAnimation_1ndem_1 .3s ease}._likeButton_1ndem_1 ._icon_1ndem_21{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);transition:all .2s ease}._likeButton_1ndem_1 ._iconLiked_1ndem_33{color:var(--precedent-color-primary);fill:var(--precedent-color-primary)}._likeButton_1ndem_1 ._count_1ndem_37{font-weight:500;min-width:1rem;text-align:left}@keyframes _likeAnimation_1ndem_1{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}._saveButton_1akr3_1{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:none;background:transparent;color:var(--precedent-color-text-muted);cursor:pointer;font-size:.875rem;border-radius:4px;transition:all .2s ease}._saveButton_1akr3_1:hover:not(:disabled){background-color:var(--precedent-color-primary-muted)}._saveButton_1akr3_1:disabled{cursor:not-allowed;opacity:.5}._saveButton_1akr3_1._saved_1akr3_21 ._icon_1akr3_21{animation:_saveAnimation_1akr3_1 .3s ease}._saveButton_1akr3_1 ._icon_1akr3_21{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);transition:all .2s ease}._saveButton_1akr3_1 ._iconSaved_1akr3_33{color:var(--precedent-color-primary);fill:var(--precedent-color-primary)}._saveButton_1akr3_1 ._count_1akr3_37{font-weight:500;min-width:1rem;text-align:left}@keyframes _saveAnimation_1akr3_1{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}._postActions_14dud_1{display:flex;align-items:center;gap:1rem;padding-top:.75rem;padding-bottom:.25rem;background:var(--precedent-color-surface);border-radius:0 0 8px 8px;transition:background-color .3s ease}._commentCount_14dud_12{font-size:.875rem;color:var(--precedent-color-text-muted);margin-left:auto}._collabButton_14dud_18{margin-left:auto}._imageCarouselContainer_vr5rp_1,._videoContainer_vr5rp_5{margin-bottom:var(--precedent-space-lg)}._video_vr5rp_5{max-width:100%;max-height:400px;width:100%;height:auto;border-radius:var(--precedent-radius-md);margin:var(--precedent-space-md) 0;display:block;object-fit:contain}._description_vr5rp_20{margin-top:var(--precedent-space-lg);margin-bottom:var(--precedent-space-lg);white-space:pre-wrap;word-wrap:break-word}._errorContainer_vr5rp_27{margin-bottom:var(--precedent-space-lg);padding:calc(var(--precedent-space-xl) * 1.5);background-color:#f5f5f5;border-radius:var(--precedent-radius-md);border:1px solid #e0e0e0;text-align:center}._errorMessage_vr5rp_36{color:#666}._errorMessage_vr5rp_36 p{margin:0;font-size:14px}._menuContainer_ug9zg_1{position:relative;display:flex;align-items:center}._menuButton_ug9zg_7{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s ease;color:var(--precedent-color-text-subtle)}._menuButton_ug9zg_7:hover{background-color:var(--precedent-color-primary-muted)}._menuButton_ug9zg_7:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._menuButton_ug9zg_7:disabled{opacity:.5;cursor:not-allowed}._dropdown_ug9zg_31{position:absolute;top:calc(100% + .5rem);right:0;background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:10;overflow:hidden}._menuItem_ug9zg_43{display:flex;align-items:center;gap:.75rem;width:100%;padding:var(--precedent-space-md) var(--precedent-space-sm);border:none;background:transparent;cursor:pointer;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);text-align:left;transition:background-color .15s ease}._menuItem_ug9zg_43:hover{background-color:var(--precedent-color-surface-subtle)}._menuItem_ug9zg_43:active{background-color:var(--precedent-color-primary-muted)}._menuItem_ug9zg_43:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._menuItem_ug9zg_43 span{font-weight:500}._editText_ug9zg_71{color:var(--precedent-color-text)}._deleteText_ug9zg_75{color:#dc2626}._postContentWrapper_1kv8s_1{display:flex;flex-direction:column;margin-bottom:0;padding-bottom:0}._postContent_1kv8s_1{border:1px solid var(--precedent-color-border);border-radius:8px;padding-top:16px;padding-inline:16px;background:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-sm);transition:background-color .3s ease,border-color .3s ease}._postCreatorHeader_1kv8s_18{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--precedent-space-md);padding-bottom:var(--precedent-space-md);border-bottom:1px solid var(--precedent-color-border)}._postCreator_1kv8s_18{display:flex;align-items:center;gap:8px;font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text)}._postDate_1kv8s_35{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted)}._postHeaderRight_1kv8s_40{display:flex;align-items:center;gap:12px;margin-left:auto}._postName_1kv8s_47{font-size:20px;font-weight:600;margin:0 0 var(--precedent-space-md) 0;color:var(--precedent-color-text)}._communitiesContainer_1kv8s_54{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--precedent-space-md)}._communityLabel_1kv8s_61{max-width:200px;text-overflow:ellipsis;white-space:nowrap}._creatorLink_1kv8s_67{color:var(--precedent-color-text);text-decoration:none;font-weight:500}._creatorLink_1kv8s_67:hover{text-decoration:underline}._postContentBody_1kv8s_76{min-height:50px;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;color:var(--precedent-color-text)}._postContentBody_1kv8s_76 img{max-width:100%;height:auto;border-radius:4px;margin:8px 0;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;pointer-events:auto}._postContentBody_1kv8s_76 p{margin:8px 0}._postContentBody_1kv8s_76 h1,._postContentBody_1kv8s_76 h2,._postContentBody_1kv8s_76 h3{margin:16px 0 8px;font-weight:600}._postContentBody_1kv8s_76 a{color:var(--precedent-color-primary);text-decoration:underline}._postContentBody_1kv8s_76 a:hover{color:var(--precedent-color-primary-hover)}._postFullBody_1duxn_1{display:flex;flex-direction:column;gap:8px}._parentPost_1duxn_7{padding-top:0;padding-bottom:16px;border-bottom:1px solid #e8e8e8}._parentPostTitle_1duxn_13{font-size:14px;font-weight:500;margin-top:0;margin-bottom:12px;color:var(--precedent-color-text-muted);letter-spacing:.5px}._creatorLink_1duxn_22{border:none;background:transparent;padding:0;color:inherit;text-decoration:underline;cursor:pointer;font:inherit;text-transform:inherit;letter-spacing:inherit;transition:opacity .15s ease}._creatorLink_1duxn_22:hover{opacity:.7}._creatorLink_1duxn_22:focus-visible{outline:2px solid rgba(99,102,241,.4);outline-offset:2px;border-radius:2px}._childPosts_1duxn_45{margin-top:8px;padding-top:20px;border-top:1px solid var(--precedent-color-border)}._childPostsTitle_1duxn_51{font-size:14px;font-weight:500;margin-top:8px;margin-bottom:12px;color:#666;letter-spacing:.5px}._childPostsList_1duxn_60{display:flex;flex-direction:column;gap:8px}._tabsContainer_1duxn_66{margin-top:0;border-top:1px solid var(--precedent-color-border);margin-bottom:20px}._tabs_1duxn_66{margin:var(--precedent-space-lg) 0 var(--precedent-space-lg) 0;display:flex;justify-content:flex-start}._tabContent_1duxn_78 ._childPosts_1duxn_45{border-top:none;padding-top:0;margin-top:0}._tabContent_1duxn_78 .commentsSection{border-top:none;padding-top:0}._loadMoreTrigger_1duxn_88{padding:16px 0;text-align:center}._loadingMore_1duxn_93{display:flex;justify-content:center;align-items:center;padding:12px 0}._loadingMore_1duxn_93 p{margin:0;color:var(--precedent-color-text-muted);font-size:14px}._thumbnailCard_jc6rh_1{border:1px solid var(--precedent-color-border);border-radius:6px;padding-top:var(--precedent-space-xl);padding-inline:var(--precedent-space-xl);padding-bottom:var(--precedent-space-sm);background:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-sm);cursor:pointer;transition:all .2s ease;text-align:left;width:100%}@media (max-width: 320px){._thumbnailCard_jc6rh_1{padding-inline:var(--precedent-space-sm)}}._thumbnailCard_jc6rh_1:hover{background:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-sm);border-color:var(--precedent-color-text-subtle)}._thumbnailContentWrapper_jc6rh_26{display:flex;align-items:center;gap:16px}._thumbnailTextContent_jc6rh_32{flex:1;min-width:0}._thumbnailTitle_jc6rh_37{font-size:20px;font-weight:600;margin:0 0 8px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;color:var(--precedent-color-text-muted)}@media (max-width: 768px){._thumbnailTitle_jc6rh_37{font-size:16px}}._thumbnailCreator_jc6rh_52{display:flex;align-items:center;gap:var(--precedent-space-md);font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);margin-bottom:var(--precedent-space-md)}._creatorLink_jc6rh_61{color:var(--precedent-color-text);text-decoration:none;font-weight:500}._creatorLink_jc6rh_61:hover{text-decoration:underline}._thumbnailContent_jc6rh_26{font-size:13px;color:var(--precedent-color-text-muted);line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin-bottom:12px}._thumbnailActions_jc6rh_80{display:flex;gap:12px;align-items:center}@media (max-width: 320px){._thumbnailActions_jc6rh_80{gap:0px}}._commentCount_jc6rh_91{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;color:var(--precedent-color-text-muted);font-size:.875rem}._commentIcon_jc6rh_100{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);transition:all .2s ease}._collabCount_jc6rh_110{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;color:var(--precedent-color-text-muted);font-size:.875rem}._collabIcon_jc6rh_119{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);transition:all .2s ease}._countText_jc6rh_129{font-weight:500;min-width:1rem;text-align:left}._thumbnailIcon_jc6rh_135{flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_jc6rh_142{width:36px;height:36px;color:var(--precedent-color-text-subtle)}._previewImageContainer_jc6rh_148{flex-shrink:0;width:80px;height:80px;overflow:hidden;border-radius:6px;background-color:var(--precedent-color-surface-subtle)}._previewImage_jc6rh_148{width:100%;height:100%;object-fit:cover;display:block}._modalOverlay_1765h_2{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modalContent_1765h_16{position:relative;background:var(--precedent-color-surface);border-radius:8px;max-width:800px;max-height:90vh;width:100%;box-shadow:var(--precedent-shadow-md);display:flex;flex-direction:column;overflow:hidden;transition:background-color .3s ease}._modalContentInner_1765h_30{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;min-height:0}._modalContentInner_1765h_30::-webkit-scrollbar{width:8px}._modalContentInner_1765h_30::-webkit-scrollbar-track{background:transparent}._modalContentInner_1765h_30::-webkit-scrollbar-thumb{background:var(--precedent-color-border);border-radius:4px}._modalContentInner_1765h_30::-webkit-scrollbar-thumb:hover{background:var(--precedent-color-text-subtle)}._closeButton_1765h_51{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--precedent-color-text-muted);width:32px;height:32px;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease,color .3s ease;z-index:10;line-height:0;padding:0;font-weight:300;font-family:Arial,sans-serif}._closeButton_1765h_51:before{content:"×";display:block;line-height:1}._container_10ljs_1{width:100%;max-width:800px;margin:0 auto;padding-top:24px}._title_10ljs_8{font-size:24px;font-weight:700;margin-bottom:20px}._postsList_10ljs_14{display:flex;flex-direction:column;gap:10px}._loadingContainer_10ljs_20{display:flex;justify-content:center;align-items:center;height:100%}._loadMoreTrigger_10ljs_27{min-height:50px;display:flex;justify-content:center;align-items:center}._loadingMore_10ljs_34{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;color:var(--precedent-color-text-muted, #666)}._loadingMore_10ljs_34 span{font-size:14px}._eventProgress_4fhyk_1{padding:0;padding-top:var(--precedent-space-2xl);width:100%;max-width:800px;margin:0 auto}._eventProgress__loading_4fhyk_9,._eventProgress__error_4fhyk_10,._eventProgress__empty_4fhyk_11{margin:0;padding:var(--precedent-space-2xl);text-align:center;color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-md);transition:color .3s ease}._eventProgress__error_4fhyk_10{color:#ef4444}._eventProgress__list_4fhyk_24{display:flex;flex-direction:column;gap:var(--precedent-space-2xl);margin-bottom:var(--precedent-space-2xl)}._eventProgress__item_4fhyk_31{padding:var(--precedent-space-2xl);background:var(--precedent-color-surface);border-radius:var(--precedent-radius-md);border:1px solid var(--precedent-color-border);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}._eventProgress__item_4fhyk_31:hover{box-shadow:var(--precedent-shadow-sm)}._eventProgress__header_4fhyk_42{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--precedent-space-2xl);padding-bottom:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border)}._eventProgress__headerLeft_4fhyk_51{display:flex;flex-direction:column;gap:var(--precedent-space-xs);flex:1}._eventProgress__eventName_4fhyk_58{margin:0;font-size:var(--precedent-font-size-text-xl);font-weight:600;color:var(--precedent-color-text);transition:color .3s ease}._eventProgress__endDate_4fhyk_66{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);transition:color .3s ease}._eventProgress__status_4fhyk_72{padding:var(--precedent-space-sm) var(--precedent-space-lg);border-radius:var(--precedent-radius-lg);font-size:var(--precedent-font-size-text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.025em}._eventProgress__status--active_4fhyk_81{background:var(--precedent-color-primary-muted);color:var(--precedent-color-primary)}._eventProgress__status--completed_4fhyk_86{background:#166534;color:#bbf7d0}._eventProgress__details_4fhyk_91{display:flex;flex-direction:column;gap:var(--precedent-space-xl)}._eventProgress__progressItem_4fhyk_97{display:flex;flex-direction:column;gap:var(--precedent-space-xs)}._eventProgress__progressHeader_4fhyk_103{display:flex;justify-content:space-between;align-items:baseline;gap:var(--precedent-space-xl)}._eventProgress__progressKey_4fhyk_110{font-weight:500;font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);transition:color .3s ease}._eventProgress__progressValue_4fhyk_117{font-weight:600;font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);transition:color .3s ease;white-space:nowrap}._eventProgress__progressDivider_4fhyk_125{font-weight:400;color:var(--precedent-color-text-muted);margin:0 var(--precedent-space-2xs)}._eventProgress__progressBar_4fhyk_131{width:100%;height:var(--precedent-space-md);background:var(--precedent-color-surface-subtle);border-radius:var(--precedent-radius-sm);overflow:hidden;position:relative}._eventProgress__progressBarFill_4fhyk_140{height:100%;background:var(--precedent-color-primary);border-radius:var(--precedent-radius-sm);transition:width .4s ease;position:relative}._eventProgress__progressBarFill--complete_4fhyk_148:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:_shimmer_4fhyk_1 2s infinite}@keyframes _shimmer_4fhyk_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._profile__tabs_pvufx_1{display:flex;margin:0 auto;justify-content:center}@media (max-width: 768px){._profile__tabs_pvufx_1 .tab{padding:.375rem .75rem;font-size:.875rem;font-weight:500}._profile__tabs_pvufx_1 .tabs{padding:.2rem;gap:.2rem}}._container_1a52g_1{width:100%;max-width:800px;margin:0 auto;padding:20px}._navbar_1gnpo_1{background-color:var(--precedent-color-background);border-bottom:1px solid var(--precedent-color-border);position:sticky;top:0;z-index:50;box-shadow:var(--precedent-shadow-sm);transition:background-color .3s ease,border-color .3s ease}@media (max-width: 768px){._navbar_1gnpo_1{display:none}}._navbar-container_1gnpo_16{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:64px}._navbar-left_1gnpo_26{display:flex;align-items:center;gap:3rem}._navbar-logo_1gnpo_32{font-size:1.5rem;font-weight:700;color:var(--precedent-color-text);text-decoration:none;letter-spacing:.05em;transition:opacity .2s;display:flex;align-items:center;gap:.5rem}._navbar-logo_1gnpo_32:hover{opacity:.8}._navbar-logo-favicon_1gnpo_47{height:40px;width:40px;object-fit:contain}._navbar-logo-text_1gnpo_53{height:40px;width:auto;object-fit:contain;transition:filter .3s ease}[data-theme=light] ._navbar-logo-text_1gnpo_53{filter:invert(1) brightness(.2)}._navbar-links_1gnpo_63{display:flex;align-items:center;gap:2rem}._navbar-link_1gnpo_63{color:var(--precedent-color-text);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s;position:relative}._navbar-link_1gnpo_63:hover{color:var(--precedent-color-text-subtle)}._navbar-link_1gnpo_63:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background-color:var(--precedent-color-primary);transition:width .3s ease}._navbar-link_1gnpo_63:hover:after{width:100%}._navbar-profile_1gnpo_94{display:flex;align-items:center;text-decoration:none}._navbar-profile-wrapper_1gnpo_100{position:relative}._navbar-profile-button_1gnpo_104{display:flex;align-items:center;gap:.5rem;padding:0;border:none;background:transparent;cursor:pointer}._navbar-profile-button_1gnpo_104:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._navbar-actions_1gnpo_119{display:flex;align-items:center;gap:1rem}._navbar-theme-toggle_1gnpo_125{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background-color:var(--precedent-color-surface);color:var(--precedent-color-text);cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:var(--precedent-shadow-sm)}._navbar-theme-toggle_1gnpo_125:hover{background-color:var(--precedent-color-surface-subtle);transform:scale(1.05);box-shadow:var(--precedent-shadow-md)}._navbar-theme-toggle_1gnpo_125:active{transform:scale(.95)}._navbar-theme-toggle_1gnpo_125:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._navbar-theme-toggle_1gnpo_125 ._theme-icon_1gnpo_152{width:20px;height:20px;transition:transform .3s ease}._navbar-theme-toggle_1gnpo_125:hover ._theme-icon_1gnpo_152{transform:rotate(15deg)}._profile-image_1gnpo_161{width:40px;height:40px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid var(--precedent-color-border);transition:border-color .2s}._profile-image_1gnpo_161:hover{border-color:var(--precedent-color-primary-hover)}._navbar-auth-link_1gnpo_174,._navbar-logout_1gnpo_175{padding:.5rem 1rem;border-radius:9999px;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid var(--precedent-color-border);background-color:transparent;color:var(--precedent-color-text);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}._navbar-auth-link_1gnpo_174:hover,._navbar-logout_1gnpo_175:hover{background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-text-subtle)}._navbar-auth-link_1gnpo_174._primary_1gnpo_194{background-color:var(--precedent-color-primary);border-color:var(--precedent-color-primary);color:#fff}._navbar-auth-link_1gnpo_174._primary_1gnpo_194:hover{background-color:var(--precedent-color-primary-hover);border-color:var(--precedent-color-primary-hover)}._navbar-dropdown_1gnpo_205{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:.75rem;box-shadow:var(--precedent-shadow-md);min-width:120px;z-index:100;transition:background-color .3s ease,border-color .3s ease}._navbar-dropdown-item_1gnpo_218{width:100%;padding:var(--precedent-space-lg);background:none;border:none;text-align:left;font-size:var(--precedent-font-size-text-md);font-weight:500;color:var(--precedent-color-text);text-decoration:none;display:block;cursor:pointer;transition:background-color .2s ease,color .2s ease}._navbar-dropdown-item_1gnpo_218+._navbar-dropdown-item_1gnpo_218{border-top:1px solid var(--precedent-color-border)}._navbar-dropdown-item_1gnpo_218:hover,._navbar-dropdown-item_1gnpo_218:focus-visible{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);outline:none}._navbar-logout_1gnpo_175{border-color:var(--precedent-color-border)}@media (max-width: 480px){._navbar-create-button-hidden_1gnpo_249{display:none}}@media (max-width: 768px){._navbar-container_1gnpo_16{padding:0 1rem}._navbar-left_1gnpo_26{gap:1.5rem}._navbar-links_1gnpo_63{gap:1rem}._navbar-link_1gnpo_63{font-size:.875rem}._profile-image_1gnpo_161{width:36px;height:36px}._navbar-actions_1gnpo_119{gap:.75rem}._navbar-auth-link_1gnpo_174,._navbar-logout_1gnpo_175{font-size:.875rem;padding:.4rem .85rem}}._mobileNavbar_3l8f9_1{position:sticky;top:0;z-index:60;background:var(--precedent-color-background);border-bottom:1px solid var(--precedent-color-border);display:none}._container_3l8f9_10{max-width:1000px;margin:0 auto;padding:.5rem .75rem .4rem;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:.75rem}._leftPlaceholder_3l8f9_21{width:34px;height:34px}._tabs_3l8f9_26{display:flex;gap:0;align-items:center;padding-bottom:.6rem;position:relative;width:100%;max-width:420px;justify-content:center;justify-self:center}._tab_3l8f9_26{padding:.45rem .25rem;background:transparent;border:none;color:var(--precedent-color-text-muted);font-weight:600;font-size:.96rem;min-width:72px;flex:1;text-align:center;-webkit-tap-highlight-color:transparent}._tab_3l8f9_26:hover{color:var(--precedent-color-text)}._track_3l8f9_57{position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--precedent-color-surface-subtle);border-radius:2px;z-index:0}._indicator_3l8f9_69{position:absolute;left:0;bottom:3px;height:3px;width:50%;background:var(--precedent-color-primary);border-radius:3px;z-index:1;transform-origin:left center;transform:translate(0) scaleX(1);transition:transform .2s cubic-bezier(.2,.9,.3,1),left .2s cubic-bezier(.2,.9,.3,1)}._tabs_3l8f9_26._following_3l8f9_84 ._indicator_3l8f9_69{transform:translate(100%)}._tabs_3l8f9_26._single_3l8f9_89 ._indicator_3l8f9_69{width:100%;transform:translate(0) scaleX(1)}._tabs_3l8f9_26._single_3l8f9_89 ._tab_3l8f9_26{flex:0 0 auto;width:auto;max-width:100%}._tabs_3l8f9_26._following_3l8f9_84{display:grid;grid-template-columns:1fr 1fr;justify-items:center;align-items:center}._tabs_3l8f9_26._following_3l8f9_84 ._tab_3l8f9_26{flex:0 0 auto;width:auto;min-width:0}._tab_3l8f9_26._active_3l8f9_116{color:var(--precedent-color-text);font-weight:700}._tab_3l8f9_26:focus-visible{outline:none;box-shadow:none}@media (max-width: 768px){._mobileNavbar_3l8f9_1{display:block}}@media (max-width: 360px){._tab_3l8f9_26{font-size:.9rem;padding:.4rem .15rem}._indicator_3l8f9_69,._track_3l8f9_57{bottom:3px}}._mainContent_ujjky_1{padding-inline:20px;margin:0 auto;max-width:1280px}@media (max-width: 768px){._mainContent_ujjky_1{padding-bottom:90px}}._communityItem_qjwuy_1{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border-radius:var(--precedent-radius-md);background:var(--precedent-color-background);transition:all .2s;cursor:pointer;border:none;width:100%;text-align:left}._communityItem_qjwuy_1:hover{background-color:var(--precedent-color-surface-subtle);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._communityItem_qjwuy_1:focus{outline:none;box-shadow:0 0 0 3px var(--precedent-color-primary-alpha)}._communityItem_qjwuy_1:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._thumbnailContainer_qjwuy_29{width:48px;height:48px;border-radius:999px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}._communityInfo_qjwuy_40{flex:1;min-width:0}._communityName_qjwuy_45{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--precedent-color-text);word-break:break-word}._communityDescription_qjwuy_53{margin:0 0 4px;font-size:12px;color:var(--precedent-color-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._communityStats_qjwuy_65{margin:0;font-size:12px;color:var(--precedent-color-text-muted)}._toggleButton_9apcr_1{padding:var(--precedent-space-xs) var(--precedent-space-md);border-radius:999px;border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}._toggleButton_9apcr_1:hover:not(:disabled){background-color:var(--precedent-color-surface-subtle)}._toggleButton_9apcr_1:disabled{opacity:.6;cursor:not-allowed}._toggleButton_9apcr_1._joined_9apcr_20{background:var(--precedent-color-primary-light);color:var(--precedent-color-primary);border-color:var(--precedent-color-primary)}._toggleButton_9apcr_1._joined_9apcr_20:hover:not(:disabled){background:var(--precedent-color-primary);color:#fff}._toggleButton_9apcr_1._notJoined_9apcr_29{background:transparent;color:var(--precedent-color-text-muted);border-color:var(--precedent-color-border)}._toggleButton_9apcr_1._notJoined_9apcr_29:hover:not(:disabled){background:var(--precedent-color-primary-light);color:var(--precedent-color-primary)}._communitiesList_1n2li_1{display:flex;flex-direction:column;gap:12px}._loadingMessage_1n2li_7,._emptyMessage_1n2li_8{text-align:center;color:var(--precedent-color-text-muted);padding:40px 20px;font-size:14px}._sentinel_1n2li_15{height:1px;width:100%}._loadingMore_1n2li_20{text-align:center;color:var(--precedent-color-text-muted);padding:20px;font-size:var(--precedent-font-size-text-md)}._container_14vlg_1{min-height:100vh;background:var(--precedent-color-background);padding:24px}@media (max-width: 768px){._container_14vlg_1{padding:16px 16px 80px}}._content_14vlg_13{max-width:1200px;margin:0 auto}._header_14vlg_18{margin-bottom:32px}@media (max-width: 768px){._header_14vlg_18{margin-bottom:24px}}._title_14vlg_27{font-size:32px;font-weight:700;color:var(--precedent-color-text);margin:0 0 8px}@media (max-width: 768px){._title_14vlg_27{font-size:24px}}._subtitle_14vlg_39{font-size:16px;color:var(--precedent-color-text-muted);margin:0}@media (max-width: 768px){._subtitle_14vlg_39{font-size:14px}}._searchForm_14vlg_50{display:flex;gap:12px;margin-bottom:24px}@media (max-width: 768px){._searchForm_14vlg_50{flex-direction:column}}._searchInputWrapper_14vlg_61{position:relative;flex:1}._searchInput_14vlg_61{width:100%;padding:var(--precedent-space-md) var(--precedent-space-lg);border:1px solid var(--precedent-color-border);border-radius:8px;background:var(--precedent-color-background);color:var(--precedent-color-text);font-size:15px;transition:all .2s}._searchInput_14vlg_61:focus{outline:none;border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-alpha)}._searchInput_14vlg_61::placeholder{color:var(--precedent-color-text-muted)}._clearButton_14vlg_85{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}._clearButton_14vlg_85:hover{background:var(--precedent-color-surface-subtle)}._clearIcon_14vlg_104{width:18px;height:18px;color:var(--precedent-color-text-muted)}._searchButton_14vlg_110{padding:var(--precedent-space-md) var(--precedent-space-lg);background:var(--precedent-color-primary);color:#fff;border:none;border-radius:8px;font-size:var(--precedent-font-size-text-md);font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}._searchButton_14vlg_110:hover{background:var(--precedent-color-primary-hover);transform:translateY(-1px)}._searchButton_14vlg_110:active{transform:translateY(0)}@media (max-width: 768px){._searchButton_14vlg_110{width:100%}}._resultsInfo_14vlg_135{margin-bottom:20px}._resultsText_14vlg_139{font-size:14px;color:var(--precedent-color-text-muted);margin:0}._loadingMessage_14vlg_145{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--precedent-color-text-muted);font-size:16px}._emptyState_14vlg_154{display:flex;align-items:center;justify-content:center;min-height:300px}._emptyMessage_14vlg_161{font-size:16px;color:var(--precedent-color-text-muted);text-align:center;margin:0}._communitiesGrid_14vlg_168{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:32px}@media (max-width: 768px){._communitiesGrid_14vlg_168{grid-template-columns:1fr;gap:16px}}._communityCard_14vlg_181{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:12px;padding:20px;cursor:pointer;transition:all .2s;width:100%;text-align:left;display:flex;flex-direction:column}._communityCard_14vlg_181:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:var(--precedent-color-primary)}._communityCard_14vlg_181:focus{outline:none;border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-alpha)}._communityCard_14vlg_181:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._communityHeader_14vlg_208{display:flex;align-items:center;gap:12px;margin-bottom:8px}._communityThumbnail_14vlg_215{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}._communityThumbnailPlaceholder_14vlg_223{width:48px;height:48px;border-radius:50%;background:var(--precedent-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;flex-shrink:0}._communityCardContent_14vlg_237{display:flex;flex-direction:column;gap:8px}._communityName_14vlg_243{font-size:18px;font-weight:600;color:var(--precedent-color-text);margin:0;word-break:break-word}._communityDescription_14vlg_251{font-size:14px;color:var(--precedent-color-text-muted);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._communityStats_14vlg_263{display:flex;align-items:center;gap:8px;margin-top:4px}._statItem_14vlg_270{font-size:13px;color:var(--precedent-color-text-muted);font-weight:500}._pagination_14vlg_276{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 0}._paginationButton_14vlg_284{padding:8px var(--precedent-space-lg);background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:8px;color:var(--precedent-color-text);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._paginationButton_14vlg_284:hover:not(:disabled){background:var(--precedent-color-primary);color:#fff;border-color:var(--precedent-color-primary)}._paginationButton_14vlg_284:disabled{opacity:.4;cursor:not-allowed}._pageInfo_14vlg_305{font-size:14px;color:var(--precedent-color-text-muted);font-weight:500}._container_1qg6l_1{min-height:100vh;background:var(--precedent-color-background)}._loadingMessage_1qg6l_6,._errorMessage_1qg6l_7{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--precedent-color-text-muted);font-size:16px}._bannerSection_1qg6l_16{width:100%;height:300px;background:var(--precedent-color-surface-subtle);overflow:hidden;position:relative}@media (max-width: 768px){._bannerSection_1qg6l_16{height:200px}}._bannerImage_1qg6l_29{width:100%;height:100%;object-fit:cover}._header_1qg6l_35{background:var(--precedent-color-background);border-bottom:1px solid var(--precedent-color-border);padding:24px}@media (max-width: 768px){._header_1qg6l_35{padding:16px}}._headerContent_1qg6l_46{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;gap:20px;position:relative}@media (max-width: 768px){._headerContent_1qg6l_46{flex-direction:column;align-items:center}}._thumbnailContainer_1qg6l_61{width:120px;height:120px;border-radius:999px;overflow:hidden;border:4px solid var(--precedent-color-background);box-shadow:0 2px 8px #0000001a;flex-shrink:0;margin-top:-60px;display:flex;align-items:center;justify-content:center;background:var(--precedent-color-surface-subtle)}@media (max-width: 768px){._thumbnailContainer_1qg6l_61{margin-top:-80px}}._communityInfo_1qg6l_81{flex:1;min-width:0}@media (max-width: 768px){._communityInfo_1qg6l_81{text-align:center;width:100%}}._communityNameRow_1qg6l_92{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}@media (max-width: 768px){._communityNameRow_1qg6l_92{justify-content:center}}._communityName_1qg6l_92{font-size:32px;font-weight:700;color:var(--precedent-color-text);margin:0;word-break:break-word}@media (max-width: 768px){._communityName_1qg6l_92{font-size:24px;text-align:center}}._archivedBadge_1qg6l_119{display:inline-flex;align-items:center;padding:4px 12px;background-color:#f59e0b;color:#fff;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._communityStats_1qg6l_132{display:flex;align-items:center;gap:8px;color:var(--precedent-color-text-muted);font-size:14px;margin-bottom:12px}@media (max-width: 768px){._communityStats_1qg6l_132{justify-content:center}}._statItem_1qg6l_146{font-weight:500}._statSeparator_1qg6l_150{color:var(--precedent-color-border)}._communityDescription_1qg6l_154{color:var(--precedent-color-text-muted);font-size:15px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}._communityDescription_link_1qg6l_163{color:var(--precedent-color-primary);text-decoration:underline;text-underline-offset:3px;word-break:break-word}._actionsContainer_1qg6l_170{display:flex;align-items:center;gap:12px;flex-shrink:0}@media (max-width: 768px){._actionsContainer_1qg6l_170{width:100%;justify-content:space-between;position:relative;display:flex;flex-direction:inherit}}._buttonsGroup_1qg6l_186{display:flex;align-items:center;gap:var(--precedent-space-lg)}@media (max-width: 768px){._buttonsGroup_1qg6l_186{position:absolute;left:50%;transform:translate(-50%)}}._dropdownContainer_1qg6l_199{position:relative;display:flex;align-items:center}@media (max-width: 768px){._dropdownContainer_1qg6l_199{margin-left:auto}}._joinButton_1qg6l_210{flex-shrink:0}@media (max-width: 768px){._joinButton_1qg6l_210{width:auto}}._kebabButton_1qg6l_219{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:8px;cursor:pointer;color:var(--precedent-color-text-muted);transition:transform .2s ease;border-radius:8px}._kebabButton_1qg6l_219:hover{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text)}._kebabButton_1qg6l_219:active{transform:scale(.95)}._kebabIcon_1qg6l_239{width:24px;height:24px;stroke-width:1.5}._dropdownMenu_1qg6l_245{position:absolute;top:100%;right:0;background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:8px;box-shadow:0 2px 8px #0000001a;min-width:180px;margin-top:8px;z-index:100;overflow:hidden}._dropdownItem_1qg6l_259{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-md);transition:background-color .2s ease}._dropdownItem_1qg6l_259:hover:not(:disabled){background-color:var(--precedent-color-surface-subtle)}._dropdownItem_1qg6l_259:active:not(:disabled){background-color:var(--precedent-color-border)}._dropdownItem_1qg6l_259:disabled{opacity:.6;cursor:not-allowed}._dropdownItemDanger_1qg6l_284{color:#dc2626}._dropdownItemDanger_1qg6l_284:hover:not(:disabled){background-color:#dc26261a;color:#b91c1c}._dropdownItemDanger_1qg6l_284:active:not(:disabled){background-color:#dc262633}._dropdownIcon_1qg6l_295{width:18px;height:18px;flex-shrink:0}._feedSection_1qg6l_301{max-width:1200px;margin:0 auto;padding:24px}@media (max-width: 768px){._feedSection_1qg6l_301{padding:16px}}._feedTitle_1qg6l_312{font-size:var(--precedent-font-size-text-xl);font-weight:600;color:var(--precedent-color-text);margin:0 0 20px}._formGroup_1ey9z_1{display:flex;flex-direction:column;gap:8px}._label_1ey9z_7{font-size:var(--precedent-font-size-text-md);font-weight:500;color:var(--precedent-color-text)}._textarea_1ey9z_13{width:100%;padding:var(--precedent-space-md);font-size:var(--precedent-font-size-text-md);border:1px solid var(--precedent-color-border);border-radius:6px;background:var(--precedent-color-surface);color:var(--precedent-color-text);font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease,background-color .3s ease}._textarea_1ey9z_13:focus{outline:none;border-color:var(--precedent-color-primary)}._textarea_1ey9z_13:disabled{cursor:not-allowed;opacity:.6}._textarea_1ey9z_13::placeholder{color:var(--precedent-color-text-muted)}._characterCount_1ey9z_38{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);text-align:right}._imagesSection_1qcrz_1{display:flex;flex-direction:column;gap:28px}._imageUploadGroup_1qcrz_7{display:flex;flex-direction:column;gap:8px}._label_1qcrz_13{font-size:var(--precedent-font-size-text-md);font-weight:500;color:var(--precedent-color-text)}._hint_1qcrz_19{font-size:12px;color:var(--precedent-color-text-muted);margin:0}._fileInput_1qcrz_25{display:none}._uploadButton_1qcrz_29{padding:10px 16px;border:1px solid var(--precedent-color-border);border-radius:6px;background:var(--precedent-color-surface);color:var(--precedent-color-text);cursor:pointer;font-size:var(--precedent-font-size-text-md);transition:background-color .2s ease,border-color .2s ease}._uploadButton_1qcrz_29:hover:not(:disabled){background-color:var(--precedent-color-surface-hover);border-color:var(--precedent-color-primary)}._uploadButton_1qcrz_29:disabled{cursor:not-allowed;opacity:.6}._imagePreview_1qcrz_48{position:relative;border:1px solid var(--precedent-color-border);border-radius:6px;overflow:hidden;background:var(--precedent-color-surface-subtle)}._imagePreview_1qcrz_48 img{width:100%;height:auto;max-height:200px;object-fit:cover;display:block}._removeImageButton_1qcrz_63{position:absolute;top:8px;right:8px;padding:6px 12px;background:#000000b3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:var(--precedent-font-size-text-sm);transition:background-color .2s ease}._removeImageButton_1qcrz_63:hover:not(:disabled){background:#000000d9}._removeImageButton_1qcrz_63:disabled{cursor:not-allowed;opacity:.6}._formGroup_gbtwy_1{display:flex;flex-direction:column;gap:8px}._label_gbtwy_7{font-size:var(--precedent-font-size-text-md);font-weight:500;color:var(--precedent-color-text)}._input_gbtwy_13{width:100%;padding:12px;font-size:var(--precedent-font-size-text-md);border:1px solid var(--precedent-color-border);border-radius:6px;background:var(--precedent-color-surface);color:var(--precedent-color-text);transition:border-color .2s ease,background-color .3s ease}._input_gbtwy_13:focus{outline:none;border-color:var(--precedent-color-primary)}._input_gbtwy_13:disabled{cursor:not-allowed;opacity:.6}._input_gbtwy_13::placeholder{color:var(--precedent-color-text-muted)}._characterCount_gbtwy_35{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);text-align:right}._overlay_iyeqm_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background-color:#0f172a73;backdrop-filter:blur(4px);z-index:1000}._dialog_iyeqm_13{width:min(600px,100%);max-height:90vh;overflow-y:auto;border-radius:16px;background-color:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-md);position:relative;border:none;padding:0;transition:background-color .3s ease}._content_iyeqm_26{padding:24px}._header_iyeqm_30{padding-bottom:20px;border-bottom:1px solid var(--precedent-color-border);margin-bottom:20px}._title_iyeqm_36{font-size:var(--precedent-font-size-text-lg);font-weight:500;color:var(--precedent-color-text);margin:0 0 8px}._subtitle_iyeqm_43{font-size:14px;color:var(--precedent-color-text-muted);margin:0}._body_iyeqm_49{display:flex;flex-direction:column;gap:24px}._footer_iyeqm_55{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--precedent-color-border)}._footer_iyeqm_55 button{padding:var(--precedent-space-xs) var(--precedent-space-sm);display:flex;align-items:center;gap:8px}._secondaryButton_iyeqm_69{background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-border);color:var(--precedent-color-text);padding:var(--precedent-space-xs) var(--precedent-space-sm)}._secondaryButton_iyeqm_69:hover:not(:disabled){background-color:var(--precedent-color-surface-hover)}._primaryButton_iyeqm_79{padding:var(--precedent-space-xs) var(--precedent-space-sm)}._container_1recc_1{min-height:100vh;background:var(--precedent-color-background);padding:24px}@media (max-width: 768px){._container_1recc_1{padding:16px}}._content_1recc_12{max-width:600px;margin:0 auto}._header_1recc_17{margin-bottom:32px}._header_1recc_17 h1{font-size:28px;font-weight:700;color:var(--precedent-color-text);margin:0 0 8px}._subtitle_1recc_27{font-size:14px;color:var(--precedent-color-text-muted);margin:0}._loadingContainer_1recc_33,._errorContainer_1recc_34{display:flex;align-items:center;justify-content:center;min-height:400px;flex-direction:column;gap:16px;color:var(--precedent-color-text-muted)}._section_1recc_44{margin-bottom:28px;padding:16px}._label_1recc_49{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;color:var(--precedent-color-text);margin-bottom:12px;gap:8px}._label_1recc_49 span:first-child{flex:1}._charCount_1recc_63{font-size:12px;color:var(--precedent-color-text-muted);font-weight:400}._textarea_1recc_69{width:100%;min-height:120px;padding:12px;border:1px solid var(--precedent-color-border);border-radius:6px;background:var(--precedent-color-surface);color:var(--precedent-color-text);font-family:inherit;font-size:14px;resize:vertical;transition:border-color .2s}._textarea_1recc_69:focus{outline:none;border-color:var(--precedent-color-primary)}._textarea_1recc_69::placeholder{color:var(--precedent-color-text-muted)}._uploadButton_1recc_90{width:100%;padding:12px 16px;border:2px dashed var(--precedent-color-border);border-radius:6px;background:var(--precedent-color-surface);color:var(--precedent-color-text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._uploadButton_1recc_90:hover{border-color:var(--precedent-color-primary);color:var(--precedent-color-primary);background:var(--precedent-color-surface-subtle)}._imagePreviewContainer_1recc_108{position:relative;display:flex;flex-direction:column;gap:12px}._bannerPreview_1recc_115{width:100%;max-height:300px;object-fit:contain;border-radius:6px;background:var(--precedent-color-surface)}._thumbnailPreview_1recc_123{width:120px;height:120px;object-fit:cover;border-radius:6px;background:var(--precedent-color-surface)}._removeImageButton_1recc_131{align-self:flex-start;padding:8px 12px;border:1px solid var(--precedent-color-border);border-radius:6px;background:var(--precedent-color-surface);color:var(--precedent-color-text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}._removeImageButton_1recc_131:hover{background:var(--precedent-color-danger);color:#fff;border-color:var(--precedent-color-danger)}._hiddenInput_1recc_149{display:none}._actions_1recc_153{display:flex;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid var(--precedent-color-border)}@media (max-width: 768px){._actions_1recc_153{flex-direction:column}}._cancelButton_1recc_166{flex:1;padding:10px 16px;background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s}._cancelButton_1recc_166:hover:not(:disabled){background:var(--precedent-color-surface-subtle)}._cancelButton_1recc_166:disabled{opacity:.6;cursor:not-allowed}._saveButton_1recc_186{flex:1;padding:10px 16px;background:var(--precedent-color-primary);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}._saveButton_1recc_186:hover:not(:disabled){background:var(--precedent-color-primary-hover);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._saveButton_1recc_186:disabled{opacity:.7;cursor:not-allowed}._modalOverlay_pjriy_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_pjriy_14{background:var(--precedent-color-background);border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}._modalHeader_pjriy_26{display:flex;justify-content:space-between;align-items:center;padding:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border)}._modalTitle_pjriy_34{margin:0;font-size:18px;font-weight:600;color:var(--precedent-color-text)}._modalBody_pjriy_41{flex:1;overflow-y:auto;padding:16px}._loadingMessage_pjriy_47,._emptyMessage_pjriy_48{text-align:center;color:var(--precedent-color-text-muted);padding:40px 20px;font-size:14px}._communitiesList_pjriy_55{display:flex;flex-direction:column;gap:12px}._communityItem_pjriy_61{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border-radius:var(--precedent-radius-md);background:var(--precedent-color-background);transition:all .2s;cursor:pointer}._communityItem_pjriy_61:hover{background-color:var(--precedent-color-surface-subtle);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._thumbnailContainer_pjriy_78{width:48px;height:48px;border-radius:999px;overflow:hidden;flex-shrink:0;background:var(--precedent-color-background)}._thumbnail_pjriy_78{width:100%;height:100%;object-fit:cover}._communityInfo_pjriy_93{flex:1;min-width:0}._communityName_pjriy_98{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--precedent-color-text);word-break:break-word}._communityStats_pjriy_106{margin:0;font-size:12px;color:var(--precedent-color-text-muted)}._toggleButton_pjriy_112{padding:6px 14px;border-radius:6px;border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);color:var(--precedent-color-text);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;margin-left:12px;flex-shrink:0}._toggleButton_pjriy_112:hover{background-color:var(--precedent-color-surface-subtle)}._toggleButton_pjriy_112._joined_pjriy_129{background:var(--precedent-color-primary-light);color:var(--precedent-color-primary);border-color:var(--precedent-color-primary)}._toggleButton_pjriy_112._joined_pjriy_129:hover{background:var(--precedent-color-primary);color:#fff}._toggleButton_pjriy_112._notJoined_pjriy_138{background:transparent;color:var(--precedent-color-text-muted);border-color:var(--precedent-color-bordercolor-border)}._toggleButton_pjriy_112._notJoined_pjriy_138:hover{background:var(--precedent-color-primary-light);color:var(--precedent-color-primary)}._container_t8f1i_1{max-width:500px;margin:0 auto;padding:var(--precedent-space-xl) var(--precedent-space-xl)}._header_t8f1i_7{margin-bottom:var(--precedent-space-xl)}._search_t8f1i_11{margin-bottom:var(--precedent-space-md)}._searchStatus_t8f1i_15{margin-top:calc(var(--precedent-space-2xs));font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-subtle)}._retryButton_t8f1i_21{background:transparent;border:none;color:var(--precedent-color-primary);cursor:pointer;padding:0;margin-left:var(--precedent-space-xs)}._searchInput_t8f1i_30{width:100%;padding:calc(var(--precedent-space-xs) + 4px) var(--precedent-space-md);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-sm);background:var(--precedent-color-surface);color:var(--precedent-color-text);caret-color:var(--precedent-color-text)}._searchInput_t8f1i_30::placeholder{color:var(--precedent-color-text-muted);opacity:1}._searchInput_t8f1i_30{outline:none}._searchInput_t8f1i_30:focus{box-shadow:0 0 0 3px var(--precedent-color-primary-muted);border-color:var(--precedent-color-primary)}._backLink_t8f1i_51{color:var(--precedent-color-text-muted);text-decoration:none;margin-bottom:var(--precedent-space-xl);display:inline-block}._backLink_t8f1i_51:hover{text-decoration:underline}._loadingContainer_t8f1i_61{display:flex;justify-content:center;align-items:center;height:100%}._followButton_t8f1i_69{font-size:.875rem;padding:calc(var(--precedent-space-2xs) * 1.5) var(--precedent-space-xs)}._list_t8f1i_74{display:flex;flex-direction:column;gap:var(--precedent-space-xl)}._userCard_t8f1i_80{display:flex;align-items:center;justify-content:space-between;padding:var(--precedent-space-xl);border-radius:var(--precedent-radius-md);background:var(--precedent-color-surface);transition:background .2s}._userCard_t8f1i_80:hover{background:var(--precedent-color-surface-subtle)}._userInfo_t8f1i_93{display:flex;align-items:center;gap:var(--precedent-space-xl);text-decoration:none;color:inherit;flex:1}._userDetails_t8f1i_102{display:flex;flex-direction:column}._displayName_t8f1i_107{font-weight:600}._userName_t8f1i_111{color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-sm)}._empty_t8f1i_116{text-align:center;color:var(--precedent-color-text-muted);padding:var(--precedent-space-xl)}._screen_cc2ia_1{width:100%;max-width:600px;margin:0 auto;padding:32px 16px 28px;display:flex;flex-direction:column;gap:20px;background:var(--precedent-color-background);color:var(--precedent-color-text)}._header_cc2ia_13{display:flex;flex-direction:column;gap:4px}._kicker_cc2ia_19,._title_cc2ia_27{margin:0;font-size:18px;line-height:28px;font-weight:600;color:var(--precedent-color-text)}._subtitle_cc2ia_35{margin:0;font-size:15px;line-height:22px;color:var(--color-text-muted)}._topics_cc2ia_42{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;justify-content:flex-start}._topicItem_cc2ia_53{margin:0;flex:0 0 auto}._footer_cc2ia_58{margin-top:8px}._nextButton_cc2ia_62{width:100%;padding:12px 16px;background:var(--precedent-color-surface);color:var(--precedent-color-text-muted);border:1px solid var(--precedent-color-border);border-radius:8px;font-size:16px;font-weight:600;cursor:not-allowed;transition:background-color .12s ease,color .12s ease,transform .12s ease}._nextButton_cc2ia_62:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._nextButton_cc2ia_62:not(:disabled){cursor:pointer;background:var(--brand-purple-solid);border-color:var(--brand-purple-solid);color:#fff;box-shadow:0 10px 24px #00000029}._nextButton_cc2ia_62:not(:disabled):hover{transform:translateY(-1px)}.embla{max-width:48rem;margin:auto;--slide-height: 19rem;--slide-spacing: 1rem;--slide-size: 100%;width:100%}.embla.embla--small{max-width:32rem}.embla__viewport{overflow:hidden;border:2px solid #e5e7eb;border-radius:.5rem;align-items:center;min-height:300px}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);align-items:center}.embla[data-embla-inactive=true] .embla__container{touch-action:auto;cursor:default}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);display:flex;align-items:center;justify-content:center;min-height:300px;box-sizing:border-box}.embla__slide__img-wrapper{width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;min-height:300px;box-sizing:border-box;overflow:hidden}.embla__slide__img{width:100%;height:auto;max-width:100%;max-height:500px;object-fit:contain;object-position:center;display:block;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;margin:0;padding:0}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);user-select:none}.embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:.5rem;margin-bottom:.5rem;align-items:center}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(37,99,235,.2);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:1.5rem;height:1.5rem;z-index:1;border-radius:50%;color:var(--precedent-color-primary, #2563eb);align-items:center;justify-content:center;transition:color .15s ease}.embla__button:hover:not(:disabled){color:var(--precedent-color-primary-hover, #1d4ed8)}.embla__button:disabled{color:var(--precedent-color-text-subtle, #94a3b8);opacity:.85}.embla__button__svg{width:40%;height:40%}.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:-.25rem}.embla__dot{-webkit-tap-highlight-color:rgba(37,99,235,.2);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:1rem;height:1rem;align-items:center;justify-content:center;border-radius:50%;transition:transform .15s ease}.embla__dot:hover{transform:scale(1.1)}.embla__dot:after{width:.5rem;height:.5rem;border-radius:50%;display:block;content:"";background-color:#fff;border:.15rem solid var(--precedent-color-border, rgba(148, 163, 184, .36));box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease,border-width .15s ease}.embla__dot--selected:after{background-color:var(--precedent-color-primary, #2563eb);border:.2rem solid var(--precedent-color-primary, #2563eb)}._view_14z6g_1{width:100%;max-width:600px;margin:0 auto;padding:16px 16px 28px;display:flex;flex-direction:column;gap:12px;color:var(--precedent-color-text)}._topBar_14z6g_12{width:100%;display:flex;align-items:center;justify-content:flex-start}._backButton_14z6g_19{appearance:none;border:none;background:transparent;color:var(--precedent-color-text);font-size:14px;font-weight:600;padding:4px 0;cursor:pointer}._backButton_14z6g_19:hover{text-decoration:underline}._header_14z6g_34{display:flex;flex-direction:column;gap:4px}._title_14z6g_40{margin:0;font-size:20px;line-height:28px;font-weight:700;color:var(--color-text)}._subtitle_14z6g_48{margin:0;font-size:15px;line-height:22px;color:var(--color-text-muted)}._carousel_14z6g_55{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative}._embla_14z6g_63{width:100%;max-width:600px;position:relative}._emblaViewport_14z6g_69{overflow:hidden;width:100%}._emblaContainer_14z6g_74{display:flex;touch-action:pan-y pinch-zoom;margin-left:0}._emblaSlide_14z6g_80{flex:0 0 100%;min-width:0;display:flex;align-items:center;justify-content:center}._imageWrapper_14z6g_88{position:relative;width:100%;aspect-ratio:auto;background:var(--precedent-color-surface-subtle);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--precedent-color-border)}._image_14z6g_88{width:100%;height:auto;max-height:300px;object-fit:contain;display:block}._emblaButtons_14z6g_109{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none;padding:0 12px;transform:translateY(-50%);z-index:1}.embla__button{background:#0000004d!important;width:36px!important;height:36px!important;padding:8px!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff!important;transition:opacity .15s ease,background-color .15s ease!important;pointer-events:auto}.embla__button:disabled{opacity:.4!important;cursor:default!important}.embla__button:not(:disabled):hover{background:#00000080!important}.embla__button:not(:disabled):active{background:#0009!important}.embla__button__svg{width:20px!important;height:20px!important}._emblaDots_14z6g_153{display:flex;gap:8px;align-items:center;justify-content:center;width:100%}._form_14z6g_161{display:flex;flex-direction:column;gap:10px}._labelRow_14z6g_167{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--precedent-color-text-muted);font-weight:600}._label_14z6g_167{display:inline-flex}._required_14z6g_180{color:var(--precedent-color-text-muted)}._input_14z6g_184,._textarea_14z6g_185{width:100%;background:var(--precedent-color-surface);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);border-radius:10px;padding:12px 14px;font-size:15px;line-height:22px}._input_14z6g_184::placeholder,._textarea_14z6g_185::placeholder{color:var(--precedent-color-text-muted)}._textarea_14z6g_185{resize:vertical;min-height:90px}._actions_14z6g_206{margin-top:4px}._saveButton_14z6g_210{width:100%;padding:12px 16px;border-radius:12px;border:none;background:var(--precedent-color-primary);color:#fff;font-size:16px;font-weight:700;cursor:pointer}._saveButtonDisabled_14z6g_222{background:var(--precedent-color-border);color:var(--precedent-color-text);cursor:not-allowed}._tileWrapper_x7s3l_1{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}._tile_x7s3l_1{position:relative;width:100%;height:auto;padding:0;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--color-text-muted);font-size:14px;font-weight:500;text-align:center;box-sizing:border-box;cursor:default;transition:transform .15s ease,box-shadow .15s ease}._tile_x7s3l_1:focus-visible{outline:2px solid var(--brand-purple-solid);outline-offset:4px}._tileUploading_x7s3l_35{pointer-events:none;opacity:.7}._innerButton_x7s3l_40{width:100%;height:100%;padding:0;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px}._tileFilled_x7s3l_53 ._innerButton_x7s3l_40{cursor:default}._innerButton_x7s3l_40:hover ._mediaIcon_x7s3l_57{box-shadow:0 8px 24px #0000002e;transform:translateY(-2px)}._tileFilled_x7s3l_53{color:var(--color-text)}._tileEmpty_x7s3l_66:hover ._mediaUpload_x7s3l_66{border-color:var(--brand-purple-solid);background:var(--color-surface-hover, var(--color-surface));transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._tileEmpty_x7s3l_66:hover ._badge_x7s3l_73{transform:translateY(-2px);box-shadow:0 6px 14px #00000038}._badge_x7s3l_73{position:absolute;top:-6px;right:-6px;width:24px;height:24px;border-radius:var(--precedent-radius-fully-rounded);background:var(--brand-purple-solid);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000002e;z-index:2;border:none;padding:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}._badgeFilled_x7s3l_98{background:var(--brand-purple-solid)}._badgeRemove_x7s3l_102{background:var(--color-error, #f04438);color:#0c0e12}._badgeIcon_x7s3l_107{width:12px;height:12px;display:block}._editBadge_x7s3l_113{position:absolute;top:-6px;left:-6px;width:24px;height:24px;border-radius:var(--precedent-radius-fully-rounded);background:#d5d7da;border:2px solid #717680;color:var(--brand-purple-solid);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000002e;z-index:2;padding:0;cursor:pointer}._editBadgeIcon_x7s3l_132{width:12px;height:12px;color:#535862}._body_x7s3l_138{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;gap:10px}._mediaUpload_x7s3l_66{position:relative;width:100%;height:160px;border-radius:16px;border:1px dashed var(--color-border);background:var(--color-surface);display:inline-flex;align-items:center;justify-content:center;font-size:24px;color:var(--color-text-muted);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}._mediaUploadFilled_x7s3l_163{border-style:solid;border-color:var(--color-border);background:var(--color-surface);color:var(--color-text)}._mediaPreview_x7s3l_170{width:100%;height:100%;object-fit:cover;display:block}._overlay_x7s3l_177{position:absolute;inset:0;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}._label_x7s3l_189{font-size:14px;font-weight:600}._fileInput_x7s3l_194{display:none}._cluster_1w3t0_1{position:relative;width:90px;aspect-ratio:1/1;margin:auto;align-self:center;justify-self:center}._iconImage_1w3t0_10,._iconText_1w3t0_11,._iconVideo_1w3t0_12,._iconAudio_1w3t0_13{position:absolute;display:inline-flex;align-items:center;justify-content:center;color:#7d818a;background:transparent}._iconImage_1w3t0_10{top:14%;left:16%;height:45.8%;aspect-ratio:1/1}._iconText_1w3t0_11{top:56%;left:37%;height:34.7%;aspect-ratio:1/1}._iconVideo_1w3t0_12{top:13%;left:60%;height:18.1%;aspect-ratio:1/1}._iconAudio_1w3t0_13{top:31%;left:62%;height:27.8%;aspect-ratio:1/1}._iconImage_1w3t0_10 svg,._iconText_1w3t0_11 svg,._iconVideo_1w3t0_12 svg,._iconAudio_1w3t0_13 svg{width:100%;height:100%;opacity:.8}._iconImage_1w3t0_10 path{stroke-width:1.2;stroke:currentColor}._iconText_1w3t0_11 path{stroke-width:1.35;stroke:currentColor}._iconAudio_1w3t0_13 path{stroke-width:1.45;stroke:currentColor}._iconVideo_1w3t0_12 path{stroke-width:1.6;stroke:currentColor}._grid_186qk_1{display:grid;grid-template-columns:repeat(3,minmax(0px,1fr));gap:var(--precedent-space-xl);justify-items:center;margin-top:var(--precedent-space-lg)}._footer_186qk_9{display:flex;align-items:center;gap:var(--precedent-space-lg);margin-top:var(--precedent-space-lg);margin-bottom:var(--precedent-space-lg)}._helper_186qk_17{flex:1;display:flex;flex-direction:column;gap:4px}._postingModalOverlay_1xbli_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}._postingModalContent_1xbli_15{background:var(--precedent-color-background);border-radius:12px;padding:2rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:var(--precedent-shadow-md);min-width:280px;transition:background-color .3s ease}._postingText_1xbli_28{margin:0;font-size:1rem;color:var(--precedent-color-text);font-weight:500}._screen_18929_1{width:100%;max-width:600px;margin:0 auto;padding:32px 16px 28px;display:flex;flex-direction:column;gap:20px;background:var(--precedent-color-background);color:var(--precedent-color-text)}._header_18929_13{display:flex;flex-direction:column;gap:4px}._topBar_18929_19{width:100%;display:flex;justify-content:flex-start}._backButton_18929_25{appearance:none;border:none;background:transparent;color:var(--precedent-color-text);font-size:14px;font-weight:600;padding:4px 0;cursor:pointer}._backButton_18929_25:hover{text-decoration:underline}._title_18929_40{margin:0;font-size:20px;line-height:28px;font-weight:700;color:var(--color-text)}._subtitle_18929_48{margin:0;font-size:15px;line-height:22px;color:var(--color-text-muted)}._nextButton_18929_55{width:100%;padding:12px 16px;background:var(--brand-purple-solid);color:#fff;border:1px solid var(--brand-purple-solid);border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}._nextButton_18929_55:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000029}._nextButton_18929_55:focus-visible{outline:2px solid var(--brand-purple-200);outline-offset:2px}._nextButton_18929_55:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}._gridStack_18929_85{gap:var(--precedent-space-lg)}._page_op5hp_1{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--precedent-color-background);padding:64px 0 28px}._stack_op5hp_12{width:100%;max-width:1040px;display:flex;flex-direction:column;align-items:center;gap:0}._progressBar_op5hp_21{width:100%;max-width:600px;margin:0 auto}._container_1gfym_1{display:flex;flex-direction:column;gap:.5rem;width:100%}._label_1gfym_8{font-size:var(--precedent-font-size-text-lg);font-weight:500;color:var(--precedent-color-text)}._loading_1gfym_14,._error_1gfym_15,._empty_1gfym_16{padding:.75rem;border-radius:var(--precedent-border-radius-md);font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-subtle)}._error_1gfym_15{color:var(--precedent-color-error);background-color:var(--precedent-color-error-background)}._empty_1gfym_16{background-color:var(--precedent-color-background)}._optionTemplate_1gfym_32{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}._optionThumbnail_1gfym_39{width:40px;height:40px;border-radius:999px;object-fit:cover;flex-shrink:0}._selectedThumbnail_1gfym_47{width:16px;height:16px;border-radius:999px;object-fit:cover;flex-shrink:0}._optionContent_1gfym_55{display:flex;flex-direction:column;gap:.25rem;flex:1}._optionName_1gfym_62{font-size:var(--precedent-font-size-text-sm);font-weight:500;color:var(--precedent-color-text)}._optionStats_1gfym_68{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-subtle)}._selectedLabelTemplate_1gfym_73{display:flex;align-items:center;gap:.25rem;color:var(--precedent-color-text-muted);overflow:hidden;min-width:0;flex:1}._selectedLabelText_1gfym_83{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._selectedLabel_1gfym_73{font-size:var(--precedent-font-size-text-sm);font-weight:500;color:var(--precedent-color-text);max-width:8ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.react-select__control{overflow:hidden}.react-select__value-container{overflow-x:auto;overflow-y:hidden;max-width:100%;padding:.25rem;scroll-behavior:smooth}.react-select__value-container::-webkit-scrollbar{height:4px}.react-select__value-container::-webkit-scrollbar-track{background:transparent}.react-select__value-container::-webkit-scrollbar-thumb{background:var(--precedent-color-border);border-radius:2px}.react-select__value-container::-webkit-scrollbar-thumb:hover{background:var(--precedent-color-text-muted)}/*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._editorContainer_1sgm7_1{width:100%}._editorContent_1sgm7_5{min-height:200px}._postButtonContainer_3md0w_1{display:flex;justify-content:flex-end;margin-top:1rem;justify-content:stretch}._postButtonContainer_3md0w_1 button{width:100%}._editorWrapper_36irw_1{display:flex;flex-direction:column;margin-bottom:1rem}._dragDropZone_afbdc_1{border:2px dashed var(--precedent-color-border);border-radius:.75rem;padding:3rem 2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background-color:transparent;font-family:inherit;width:100%}._dragDropZone_afbdc_1:hover:not(:disabled){border-color:var(--precedent-color-primary);background-color:var(--precedent-color-primary-muted)}._dragDropZone_afbdc_1:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._dragDropZone_afbdc_1._dragging_afbdc_22{border-color:var(--precedent-color-primary);background-color:var(--precedent-color-primary-muted)}._dragDropZone_afbdc_1:disabled{opacity:.6;cursor:not-allowed}._dragDropZone_afbdc_1:disabled:hover{border-color:var(--precedent-color-border);background-color:transparent}._fileInput_afbdc_35{display:none}._content_afbdc_39{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;pointer-events:none}._icon_afbdc_48{display:flex;align-items:center;justify-content:center;color:var(--precedent-color-text-subtle);transition:color .2s ease}._dragDropZone_afbdc_1:hover:not(._disabled_afbdc_55) ._icon_afbdc_48{color:var(--precedent-color-primary)}._dragDropZone_afbdc_1._dragging_afbdc_22 ._icon_afbdc_48{color:var(--precedent-color-primary)}._text_afbdc_62{margin:0;font-size:1rem;font-weight:500;color:var(--precedent-color-text-muted);transition:color .2s ease}._dragDropZone_afbdc_1:hover:not(._disabled_afbdc_55) ._text_afbdc_62{color:var(--precedent-color-text)}._dragDropZone_afbdc_1._dragging_afbdc_22 ._text_afbdc_62{color:var(--precedent-color-text)}._mediaWrapper_1jqqg_1{display:flex;flex-direction:column;gap:1rem}._mediaUploadSection_1jqqg_7{display:flex;flex-direction:column;gap:.375rem}._mediaUploadLabel_1jqqg_13{font-size:var(--precedent-font-size-text-lg);font-weight:500;color:var(--precedent-color-text);margin:0}._mediaPreviewContainer_1jqqg_20{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}._removeButton_1jqqg_27{padding:.5rem 1rem;background-color:#ef4444;color:var(--precedent-color-text);border:none;border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start}._removeButton_1jqqg_27:hover{background-color:#dc2626}._removeButton_1jqqg_27:active{transform:scale(.98)}._captionSection_1jqqg_46{display:flex;flex-direction:column;gap:.375rem;margin-top:.75rem}._captionLabel_1jqqg_53{font-size:var(--precedent-font-size-text-lg);font-weight:500;color:var(--precedent-color-text);margin-bottom:var(--precedent-space-xs)}._captionInput_1jqqg_60{width:100%;padding:.5rem .625rem;border:1px solid var(--precedent-color-border);border-radius:.5rem;font-size:.875rem;font-family:inherit;color:var(--precedent-color-text);background-color:var(--precedent-color-background);resize:none;overflow:hidden;min-height:calc(2.75rem + 2px);transition:border-color .2s ease}._captionInput_1jqqg_60:focus{outline:none;border-color:var(--precedent-color-primary)}._captionInput_1jqqg_60::placeholder{color:var(--precedent-color-text-muted)}._mediaWrapper_y9o77_1{display:flex;flex-direction:column;gap:1rem}._mediaUploadSection_y9o77_7{display:flex;flex-direction:column;gap:.375rem}._mediaUploadLabel_y9o77_13{font-size:var(--precedent-font-size-text-lg);font-weight:500;color:var(--precedent-color-text);margin:0}._mediaPreviewContainer_y9o77_20{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}._removeButton_y9o77_27{padding:.5rem 1rem;background-color:#ef4444;color:var(--precedent-color-text);border:none;border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start}._removeButton_y9o77_27:hover{background-color:#dc2626}._removeButton_y9o77_27:active{transform:scale(.98)}._captionSection_y9o77_46{display:flex;flex-direction:column;gap:.375rem;margin-top:.75rem}._captionLabel_y9o77_53{font-size:var(--precedent-font-size-text-lg);font-weight:500;color:var(--precedent-color-text);margin-bottom:var(--precedent-space-xs)}._captionInput_y9o77_60{width:100%;padding:.5rem .625rem;border:1px solid var(--precedent-color-border);border-radius:.5rem;font-size:.875rem;font-family:inherit;color:var(--precedent-color-text);background-color:var(--precedent-color-background);resize:none;overflow:hidden;min-height:calc(2.75rem + 2px);transition:border-color .2s ease}._captionInput_y9o77_60:focus{outline:none;border-color:var(--precedent-color-primary)}._captionInput_y9o77_60::placeholder{color:var(--precedent-color-text-muted)}._previewImageUploadSection_y9o77_82{display:flex;flex-direction:column}._videoPreview_y9o77_87 video{width:100%;max-height:400px;border-radius:.5rem;border:2px solid var(--precedent-color-border);transition:border-color .3s ease}._previewImagePreview_y9o77_95{display:flex;flex-direction:column;gap:1rem}._previewImagePreview_y9o77_95 img{width:200px;height:112px;object-fit:cover;border-radius:.5rem;border:2px solid var(--precedent-color-border);transition:border-color .3s ease}._tabsContainer_1qg05_1{width:100%}._tabs_1qg05_1{margin:var(--precedent-space-lg) auto}._tabContent_1qg05_9{position:relative;margin-top:1.5rem}._tabPanel_1qg05_14{display:block}._tabPanelHidden_1qg05_18{display:none}._tabPanelActive_1qg05_22{display:block}._parentUrlInputGroup_1itt1_2{display:flex;gap:8px;align-items:center;margin-top:.5rem}._parentIdInput_1itt1_9{padding:var(--precedent-space-xs) var(--precedent-space-lg);border:1px solid var(--precedent-color-border);border-radius:6px;font-size:14px;font-weight:400;flex:1;max-width:500px;background-color:var(--precedent-color-background);color:var(--precedent-color-text);transition:border-color .2s ease,background-color .3s ease}._parentIdInput_1itt1_9::placeholder{color:var(--precedent-color-text-muted)}._parentIdInput_1itt1_9:focus{outline:none;border-color:var(--precedent-color-primary)}._parentIdInput_1itt1_9:disabled{background-color:var(--precedent-color-surface-subtle);cursor:not-allowed}._parentPostSet_1itt1_33{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--precedent-color-primary-muted);border:1px solid var(--precedent-color-border);border-radius:6px;gap:12px;max-width:500px;margin-top:.5rem;transition:background-color .3s ease,border-color .3s ease}._parentPostInfo_1itt1_47{display:flex;align-items:center;gap:8px;flex:1;min-width:0}._parentPostLabel_1itt1_55{font-size:14px;color:var(--precedent-color-text-muted);font-weight:500;white-space:nowrap}._parentPostTitle_1itt1_62{font-size:14px;color:var(--precedent-color-primary);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:color .2s ease}._parentPostTitle_1itt1_62:hover{color:var(--precedent-color-primary-hover);text-decoration:underline}._parentPostTitle_1itt1_62:active{color:var(--precedent-color-primary-hover);opacity:.8}._removeParentButton_1itt1_85{background:none;border:none;font-size:20px;color:var(--precedent-color-text-muted);cursor:pointer;padding:0;width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0;line-height:0;font-weight:300;font-family:Arial,sans-serif;vertical-align:middle}._removeParentButton_1itt1_85:before{content:"×";display:block;line-height:1}._removeParentButton_1itt1_85:hover{background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-text)}._removeParentButton_1itt1_85:active{transform:scale(.9)}._formFields_1hktu_1{display:flex;flex-direction:column;gap:.5rem}._titleInput_1hktu_7{width:100%;padding:.75rem 1rem;border:2px solid var(--precedent-color-border);border-radius:.5rem;font-size:1rem;font-weight:600;color:var(--precedent-color-text);background-color:var(--precedent-color-background);transition:all .2s ease}._titleInput_1hktu_7::placeholder{color:var(--precedent-color-text-muted)}._titleInput_1hktu_7:focus{outline:none;border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted)}._container_14ev7_1{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;padding:20px}._postingModalOverlay_14ev7_11{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}._postingModalContent_14ev7_25{background:var(--precedent-color-background);border-radius:12px;padding:2rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:var(--precedent-shadow-md);min-width:280px;transition:background-color .3s ease}._postingText_14ev7_38{margin:0;font-size:1rem;color:var(--precedent-color-text);font-weight:500}._loadingContainer_14ev7_45{display:flex;align-items:center;justify-content:center;min-height:400px}._container_5lv2o_1{display:block;width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-top:24px;padding-bottom:20px}._header_5lv2o_11{margin-bottom:24px;padding:0 16px}._header_5lv2o_11 h1{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}._container_7ff97_1{display:block;width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-top:24px;padding-bottom:20px}._createPostPrompt_1r5ju_1{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:12px;padding:16px 38px 12px;margin-bottom:24px}._inputSection_1r5ju_9{display:flex;align-items:center;gap:16px;margin-bottom:16px}._profilePicture_1r5ju_16{flex-shrink:0;height:36px;width:36px}._inputArea_1r5ju_22{flex:1}._input_1r5ju_9{width:100%;padding:14px 18px;border:1px solid;border-color:var(--precedent-color-border);border-radius:9999px;background-color:var(--precedent-color-background);color:var(--precedent-color-text-muted);font-size:16px;height:36px;transition:all .2s ease;cursor:pointer}._input_1r5ju_9::placeholder{color:var(--precedent-color-text-muted)}._input_1r5ju_9:hover{box-shadow:0 0 12px var(--precedent-color-primary-glow)}._input_1r5ju_9:focus{outline:none;border-style:solid;border-color:var(--precedent-color-primary);background-color:var(--precedent-color-surface)}._postTypes_1r5ju_52{display:flex;gap:12px;align-items:center;border-top:1px solid var(--precedent-color-border);padding-top:12px}._typeButton_1r5ju_60{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;border-radius:8px;background-color:var(--precedent-color-surface);color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-md);font-weight:600;cursor:pointer;transition:all .2s ease}._typeButton_1r5ju_60:hover{transform:scale(1.1)}._typeButton_1r5ju_60:active{transform:scale(.98);background-color:var(--precedent-color-primary-muted);transition:transform .08s ease-out,background-color .08s ease-out}._icon_1r5ju_83{width:20px;height:20px;line-height:1;display:flex;align-items:center;justify-content:center;color:var(--precedent-color-primary);transition:all .2s ease}._typeButton_1r5ju_60:hover ._icon_1r5ju_83{filter:drop-shadow(0 0 8px var(--precedent-color-primary-glow))}._label_1r5ju_97{font-weight:500;transition:all .2s ease;display:inline-block}._typeButton_1r5ju_60:hover ._label_1r5ju_97{text-shadow:0 0 8px var(--precedent-color-primary-glow)}@media (max-width: 768px){._createPostPrompt_1r5ju_1{margin-bottom:12px;border-radius:8px;padding:var(--precedent-space-md) var(--precedent-space-lg)}._inputSection_1r5ju_9{gap:8px;margin-bottom:12px}._input_1r5ju_9{padding:10px 14px;font-size:var(--precedent-font-size-text-md)}._postTypes_1r5ju_52{gap:8px;padding-top:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._postTypes_1r5ju_52::-webkit-scrollbar{display:none}._typeButton_1r5ju_60{padding:6px 10px;font-size:var(--precedent-font-size-text-sm);white-space:nowrap;flex-shrink:0}._icon_1r5ju_83{width:16px;height:16px}}._container_1gjel_1{width:100%;padding-top:1rem;display:flex;flex-direction:column}._container_k777y_1{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}._content_k777y_9{text-align:center;max-width:500px}._emoji_k777y_14{font-size:6rem;margin-bottom:1.5rem;animation:_float_k777y_1 3s ease-in-out infinite}@keyframes _float_k777y_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._title_k777y_28{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._message_k777y_38{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}._container_14qmd_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._card_14qmd_9{max-width:480px;width:100%;padding:2rem}._card_14qmd_9 h1{margin:0}._message_14qmd_18{color:var(--precedent-color-text-muted);margin:0 0 var(--precedent-space-sm) 0}._container_1y7ze_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._card_1y7ze_9{max-width:480px;width:100%;padding:2.5rem 2rem}._header_1y7ze_15{text-align:center}._title_1y7ze_19{margin-bottom:.5rem}._description_1y7ze_23{margin:0;color:var(--precedent-color-text-muted)}._button_1y7ze_28{width:100%}
