: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-xs:2px;--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:#8b8df026;--precedent-color-primary-glow:#7779ed80;--precedent-color-accent-start:#5f5ff5;--precedent-color-accent-end:#7678ff;--precedent-color-surface:#13161b;--precedent-color-surface-subtle:#0f172a;--precedent-color-border:#94a3b833;--precedent-color-border-subtle:#94a3b81f;--precedent-color-text:#f7f7f7;--precedent-color-text-muted:#94979c;--precedent-color-text-subtle:#94a3b8;--precedent-color-text-error:#b91c1c;--precedent-color-background:#0c0e12;--precedent-color-on-primary:#fff;--precedent-color-error:#dc2626;--precedent-color-error-subtle:#dc262614;--precedent-color-error-border:#dc26266b;--color-success:#16a34a;--color-success-bg:#22c55e0f;--color-success-border:#22c55e33;--precedent-shadow-sm:0 1px 3px #0000004d;--precedent-shadow-md:0 18px 40px #0006;--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:#94a3b833;--color-text:#f7f7f7;--color-text-muted:#94979c;--tier-bronze-text:#e8a468;--tier-bronze-bg:#cd7f322e;--tier-bronze-track-tick:#cd7f328c;--tier-silver-text:#c8c8c8;--tier-silver-bg:#c0c0c029;--tier-silver-track-tick:#c0c0c08c;--tier-gold-text:gold;--tier-gold-bg:#ffd70024;--tier-gold-track-tick:#ffd7008c;--tier-platinum-text:#b8d0e8;--tier-platinum-bg:#b8d0e829;--tier-platinum-track-tick:#b8d0e88c}[data-theme=light]{--precedent-color-primary:#7779ed;--precedent-color-primary-hover:#6366f1;--precedent-color-primary-muted:#2563eb14;--precedent-color-primary-glow:#7779ed66;--precedent-color-accent-start:#5f5ff5;--precedent-color-accent-end:#7678ff;--precedent-color-surface:#fff;--precedent-color-surface-subtle:#f8fafc;--precedent-color-border:#94a3b85c;--precedent-color-border-subtle:#94a3b838;--precedent-color-text:#0f172a;--precedent-color-text-muted:#475569;--precedent-color-text-subtle:#94a3b8;--precedent-color-text-error:#b91c1c;--precedent-color-background:#f9fafb;--precedent-color-on-primary:#fff;--precedent-color-error:#dc2626;--precedent-color-error-subtle:#dc26260f;--precedent-color-error-border:#dc262661;--color-success:#16a34a;--color-success-bg:#22c55e12;--color-success-border:#22c55e38;--precedent-shadow-sm:0 1px 3px #0f172a1f;--precedent-shadow-md:0 18px 40px #0f172a29;--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:#fff;--color-surface-muted:#f3f4f6;--color-border:#94a3b85c;--color-text:#0f172a;--color-text-muted:#475569;--tier-bronze-text:#7a3810;--tier-bronze-bg:#cd7f3224;--tier-bronze-track-tick:#8c4a1e80;--tier-silver-text:#424242;--tier-silver-bg:#6464641f;--tier-silver-track-tick:#50505073;--tier-gold-text:#7a5800;--tier-gold-bg:#daa52024;--tier-gold-track-tick:#b8860b80;--tier-platinum-text:#2c5282;--tier-platinum-bg:#4a6fa51f;--tier-platinum-track-tick:#4a6fa573}*,: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{background:0 0;border:none}:focus-visible{outline-offset:2px;outline:3px solid #3b82f659}.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}._actionButton_hnvrx_1{cursor:pointer;color:var(--precedent-color-text-muted);background:0 0;border:none;flex-direction:row;align-items:center;gap:.25rem;padding:0;transition:color .2s;display:flex}._iconAndCount_hnvrx_14{align-items:center;gap:.25rem;display:flex}._icon_hnvrx_14{justify-content:center;align-items:center;width:1.2rem;height:1.2rem;display:flex}._count_hnvrx_28{font-size:var(--precedent-font-size-text-sm);text-align:left;min-width:0;font-weight:500}._label_hnvrx_35{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);font-weight:500}@media (max-width:768px){._label_hnvrx_35{display:none}}._size--xs_1msdd_1{object-fit:cover;background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:16px;height:16px;transition:background-color .3s}._size--small_1msdd_11{object-fit:cover;background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:24px;height:24px;transition:background-color .3s}._size--medium_1msdd_21{object-fit:cover;background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:36px;height:36px;transition:background-color .3s}._size--med-large_1msdd_31{object-fit:cover;background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:48px;height:48px;transition:background-color .3s}._size--large_1msdd_41{object-fit:cover;background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:background-color .3s}._profile_1msdd_51{object-fit:cover;border:3px solid var(--precedent-color-border);background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:180px;height:180px;transition:border-color .3s,background-color .3s}._communitySmall_1msdd_62{object-fit:cover;background-color:var(--precedent-color-background);border-radius:50%;flex-shrink:0;width:48px;height:48px}._communityLarge_1msdd_71{object-fit:cover;background-color:var(--precedent-color-surface-subtle);border-radius:50%;flex-shrink:0;width:120px;height:120px}._placeholder_1msdd_80{background:var(--precedent-color-primary);color:#fff;-webkit-user-select:none;user-select:none;width:48px;height:48px;font-weight:600;font-size:var(--precedent-font-size-text-xl);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}._placeholder_1msdd_80._communityLarge_1msdd_71{width:120px;height:120px;font-size:48px}._overlay_1ul7n_1{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._backdrop_1ul7n_13{z-index:0;cursor:default;background:0 0;border:none;position:absolute;inset:0}._dialog_1ul7n_22{z-index:1;background-color:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-md);border:none;border-radius:16px;max-height:90vh;padding:0;transition:background-color .3s;position:relative;overflow-y:auto}._button_nf8f2_1{justify-content:center;align-items:center;gap:var(--precedent-space-2xs);border-radius:var(--radius-md,8px);border:2px solid var(--Gradient-skeuemorphic-gradient-border,#ffffff1f);cursor:pointer;background:var(--precedent-color-primary);color:#fff;padding:var(--precedent-space-xs) var(--precedent-space-sm);font-weight:600;line-height:1.4;font-size:var(--precedent-font-size-text-sm);box-shadow:var(--precedent-shadow-sm);text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s,transform .15s;display:inline-flex}._button_nf8f2_1:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}._fullWidth_nf8f2_25{width:100%}._sizeSm_nf8f2_29{padding:calc(var(--precedent-space-2xs) * 1.5) var(--precedent-space-xs);font-size:.875rem}._sizeLg_nf8f2_34{padding:var(--precedent-space-sm) var(--precedent-space-md);font-size:1.125rem}._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{color:var(--precedent-color-primary);background-color:#0000;border-color:#0000}._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)}._card_1lvht_1{background-color:var(--precedent-color-surface);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);padding:var(--precedent-space-md);box-shadow:var(--precedent-shadow-sm);border-radius:.75rem;transition:box-shadow .2s,border-color .2s}._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)}._characterCount_1098c_1{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);text-align:right}._nearLimit_1098c_7{color:var(--precedent-color-warning)}._atLimit_1098c_11{color:var(--precedent-color-error)}._card_1tz9h_1{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);cursor:pointer;flex:none;align-items:center;gap:10px;padding:4px 12px 4px 10px;font-size:14px;font-weight:600;transition:border-color .12s,background-color .12s,transform .12s;display:flex}._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{box-sizing:border-box;border-radius:var(--precedent-radius-fully-rounded);background:var(--precedent-color-background);border:1px solid var(--precedent-color-border);width:26px;min-width:26px;height:26px;min-height:26px;color:var(--precedent-color-text);text-align:center;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex;position:relative}._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:"";border:2px solid var(--brand-purple-check);box-sizing:border-box;border-top:0;border-left:0;width:5px;height:9px;display:block;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}._label_1tz9h_79{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;max-width:150px;font-size:14px;font-weight:400;line-height:18px;overflow:hidden}._labelNoIcon_1tz9h_91{color:var(--precedent-color-text);font-weight:600;font-size:var(--precedent-font-size-text-md);line-height:18px}._dialog_1csos_1{width:min(480px,100%)}._content_1csos_5{flex-direction:column;gap:16px;padding:24px;display:flex}._title_1csos_12{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0;font-weight:500}._message_1csos_19{color:var(--precedent-color-text-muted);margin:0}._actions_1csos_24{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}._cancelButton_1csos_31{background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-border);color:var(--precedent-color-text)}._cancelButton_1csos_31:hover:not(:disabled){background-color:var(--precedent-color-surface-hover)}._confirmButtonDanger_1csos_40{background:var(--precedent-color-danger);border-color:var(--precedent-color-danger);color:#fff}._confirmButtonDanger_1csos_40:hover:not(:disabled){filter:brightness(.9)}._createButton_ky43d_1{font-size:var(--precedent-font-size-text-sm);color:#fff;cursor:pointer;isolation:isolate;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-items:center;gap:.3rem;padding:.4rem .7rem;font-weight:700;transition:transform .2s,box-shadow .3s;animation:3s ease-in-out infinite _subtle-pulse_ky43d_1;display:flex;position:relative;box-shadow:0 4px 15px #667eea66,0 0 #667eea80}._createButton_ky43d_1:before{content:"";opacity:0;z-index:-1;border-radius:inherit;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transition:opacity .3s;position:absolute;inset:0}._createButton_ky43d_1:after{display:none}._createButton_ky43d_1:hover:not(:disabled){color:#fff;transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #667eea99,0 0 0 8px #667eea1a}._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){color:#fff;transform:translateY(0)scale(1.02);box-shadow:0 2px 10px #667eea66,0 0 0 4px #667eea1a}._createButton_ky43d_1:focus-visible{outline-offset:2px;outline:3px solid #667eea80}._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{z-index:1;position:relative}._createIcon_ky43d_37{z-index:1;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative}._container_145mq_1{justify-content:center;align-items:center;display:flex}._container-medium_145mq_7{width:40px;height:40px}._spinner_145mq_12{border-radius:50%;animation:1s linear infinite _spin_145mq_12}._spinner-medium_145mq_17{border:4px solid #e5e7eb;border-top-color:#007aff;width:40px;height:40px}._container-small_145mq_24{width:20px;height:20px}._spinner-small_145mq_29{border:2px solid #e5e7eb;border-top-color:#007aff;width:20px;height:20px}._container-large_145mq_36{width:60px;height:60px}._spinner-large_145mq_41{border:6px solid #e5e7eb;border-top-color:#007aff;width:60px;height:60px}@keyframes _spin_145mq_12{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_19h9o_1{width:100%;display:grid}._wrapper_19h9o_1>*{grid-area:1/1}._placeholder_19h9o_10{background:var(--precedent-color-surface-subtle);justify-content:center;align-items:center;min-height:80px;display:flex}._hidden_19h9o_18{opacity:0}._visible_19h9o_22{opacity:1;transition:opacity .15s}.embla{--slide-height:19rem;--slide-spacing:1rem;--slide-size:100%;width:100%;max-width:48rem;margin:auto}.embla.embla--small{max-width:32rem}.embla__viewport{border:2px solid #e5e7eb;border-radius:.5rem;align-items:center;min-height:300px;overflow:hidden}.embla__container{touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);align-items:center;display:flex}.embla[data-embla-inactive=true] .embla__container{touch-action:auto;cursor:default}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);box-sizing:border-box;justify-content:center;align-items:center;min-height:300px;display:flex;transform:translate(0,0)}.embla__slide__img-wrapper{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;min-height:300px;display:flex;overflow:hidden}.embla__slide__img{object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;width:100%;max-width:100%;height:auto;min-height:300px;max-height:500px;margin:0;padding:0;display:block}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);height:var(--slide-height);-webkit-user-select:none;user-select:none;border-radius:1.8rem;justify-content:center;align-items:center;font-size:4rem;font-weight:600;display:flex}.embla__controls{grid-template-columns:auto 1fr;justify-content:space-between;align-items:center;gap:1.2rem;margin-top:.5rem;margin-bottom:.5rem;display:grid}.embla__buttons{grid-template-columns:repeat(2,1fr);align-items:center;display:grid}.embla__button{-webkit-tap-highlight-color:#2563eb33;appearance:none;touch-action:manipulation;cursor:pointer;z-index:1;width:1.5rem;height:1.5rem;color:var(--precedent-color-primary,#2563eb);background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;transition:color .15s;display:flex}.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{flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:-.25rem;display:flex}.embla__dot{-webkit-tap-highlight-color:#2563eb33;appearance:none;touch-action:manipulation;cursor:pointer;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;margin:0;padding:0;text-decoration:none;transition:transform .15s;display:flex}.embla__dot:hover{transform:scale(1.1)}.embla__dot:after{content:"";border:.15rem solid var(--precedent-color-border,#94a3b85c);box-sizing:border-box;background-color:#fff;border-radius:50%;width:.5rem;height:.5rem;transition:background-color .15s,border-color .15s,border-width .15s;display:block}.embla__dot--selected:after{background-color:var(--precedent-color-primary,#2563eb);border:.2rem solid var(--precedent-color-primary,#2563eb)}._container_2z458_1{text-align:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px dashed #fff3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;padding:60px 20px;display:flex}._icon_2z458_14{width:120px;height:120px;margin-bottom:16px;animation:3s ease-in-out infinite _float_2z458_1}._title_2z458_21{background:linear-gradient(90deg, var(--precedent-color-primary), var(--precedent-color-text));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:24px;font-weight:700}._message_2z458_31{color:var(--precedent-color-text-muted,#888);max-width:400px;margin-bottom:24px;font-size:16px}._button_2z458_38{background:var(--precedent-color-primary,#6366f1);color:var(--precedent-color-text);cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:transform .2s,box-shadow .2s}._button_2z458_38:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}._button_2z458_38:active{transform:translateY(0)}@keyframes _float_2z458_1{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}._errorBoundary_i8ver_1{min-height:100vh;padding:max(env(safe-area-inset-top), 1.5rem) max(env(safe-area-inset-right), 1.5rem) max(env(safe-area-inset-bottom), 1.5rem) max(env(safe-area-inset-left), 1.5rem);background:var(--precedent-color-background);color:var(--precedent-color-text);justify-content:center;align-items:center;display:flex}._card_i8ver_12{text-align:center;background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);width:100%;max-width:32rem;box-shadow:var(--precedent-shadow-md);padding:clamp(1.5rem,4vw,2.25rem)}._iconWrap_i8ver_23{width:4.5rem;height:4.5rem;margin:0 auto var(--precedent-space-lg);background:var(--precedent-color-primary-muted);border-radius:999px;justify-content:center;align-items:center;display:flex}._icon_i8ver_23{color:var(--precedent-color-primary);flex-shrink:0}._title_i8ver_39{margin:0 0 var(--precedent-space-sm);color:var(--precedent-color-text);letter-spacing:-.01em;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:600;line-height:1.3}._lead_i8ver_48{margin:0 0 var(--precedent-space-md);font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);text-align:left;line-height:1.55}._hint_i8ver_56{margin:0 0 var(--precedent-space-xl);font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);text-align:left;line-height:1.55}._hintStrong_i8ver_64{color:var(--precedent-color-text);font-weight:600}._actions_i8ver_69{gap:var(--precedent-space-sm);margin-bottom:var(--precedent-space-lg);flex-wrap:wrap;justify-content:center;display:flex}._actions_i8ver_69 button{min-width:min(100%,10rem)}._details_i8ver_81{border-top:1px solid var(--precedent-color-border);padding-top:var(--precedent-space-md);text-align:left;margin:0}._detailsSummary_i8ver_88{cursor:pointer;font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);font-weight:600;list-style:none}._detailsSummary_i8ver_88::-webkit-details-marker{display:none}._detailsSummary_i8ver_88:after{content:"";vertical-align:.15rem;opacity:.65;border:2px solid;border-width:0 2px 2px 0;margin-left:.35rem;padding:.2rem;display:inline-block;transform:rotate(45deg)}._details_i8ver_81[open] ._detailsSummary_i8ver_88:after{vertical-align:.05rem;transform:rotate(-135deg)}._detailsBody_i8ver_117{margin-top:var(--precedent-space-md);gap:var(--precedent-space-md);flex-direction:column;display:flex}._detailsIntro_i8ver_124{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-subtle);margin:0;line-height:1.5}._detailsBlock_i8ver_131{margin:0}._detailsHeading_i8ver_135{margin:0 0 var(--precedent-space-xs);font-size:var(--precedent-font-size-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--precedent-color-text-subtle);font-weight:600}._pre_i8ver_144{padding:var(--precedent-space-sm);max-height:12rem;font-family:var(--precedent-font-mono,ui-monospace, monospace);white-space:pre-wrap;word-break:break-word;color:var(--precedent-color-text-muted);background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);margin:0;font-size:.75rem;line-height:1.45;overflow:auto}@media (prefers-reduced-motion:reduce){._errorBoundary_i8ver_1 *,._errorBoundary_i8ver_1 :before,._errorBoundary_i8ver_1 :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._inputGroup_xu3i5_1{flex-direction:column;gap:.375rem;min-width:0;max-width:100%;display:flex}._inputGroup_xu3i5_1 label{color:var(--precedent-color-text);text-align:left;font-size:.875rem;font-weight:500}@media (max-width:320px){._inputGroup_xu3i5_1 label{font-size:14px}}._inputGroup_xu3i5_1 input{border:1px solid var(--precedent-color-border);background-color:var(--precedent-color-surface);color:var(--precedent-color-text);border-radius:6px;max-width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s,background-color .3s}._inputGroup_xu3i5_1 input:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._inputGroup_xu3i5_1 input::placeholder{color:var(--precedent-color-text-subtle)}@media (max-width:310px){._inputGroup_xu3i5_1{font-size:14px}}._inputWrapper_xu3i5_43{align-items:center;display:flex;position:relative}._inputWrapper_xu3i5_43 input{flex:1;padding-right:2.5rem}@media (max-width:310px){._inputWrapper_xu3i5_43 input{padding-right:0}}._required_xu3i5_58{color:var(--precedent-color-primary);margin-left:.25rem;font-weight:600}._fieldHelp_xu3i5_64{color:var(--precedent-color-text-muted);margin:-.25rem 0 0;font-size:.85rem}@media (max-width:320px){._fieldHelp_xu3i5_64{font-size:14px}}._fieldError_xu3i5_75{color:#7f1d1d;margin:-.25rem 0 0;font-size:.85rem}@media (max-width:320px){._fieldError_xu3i5_75{font-size:14px}}._icon_1riv0_1{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}._icon_1riv0_1 img{object-fit:contain;width:1em;height:1em}._loader_hnwat_1{border:4px solid var(--precedent-color-border);border-top:4px solid var(--precedent-color-primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite _spin_hnwat_1}@keyframes _spin_hnwat_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_clccx_1{display:inline-block;position:relative}._locationButton_clccx_6{cursor:pointer;color:var(--precedent-color-text-muted);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:4px 0;font-size:14px;transition:color .2s;display:inline-flex}._locationButton_clccx_6:hover{color:var(--precedent-color-text)}._locationButton_clccx_6:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px;border-radius:4px}._locationIcon_clccx_28{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}._locationText_clccx_37{word-break:break-word}._menu_clccx_41{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:1000;border-radius:8px;min-width:180px;margin-top:4px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 4px 12px #0000001f}._menuItem_clccx_55{cursor:pointer;width:100%;color:var(--precedent-color-text);text-align:left;background:0 0;border:none;padding:12px 16px;font-size:14px;transition:background-color .15s;display:block}._menuItem_clccx_55:hover{background-color:var(--precedent-color-surface-subtle)}._menuItem_clccx_55:active{background-color:var(--precedent-color-border)}._menuItem_clccx_55:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._progressBar_1kcgb_1{width:100%}._progressTrack_1kcgb_5{border-radius:var(--precedent-radius-fully-rounded);background:var(--precedent-color-surface);width:100%;height:6px;position:relative;overflow:hidden}._progressFill_1kcgb_14{border-radius:var(--precedent-radius-fully-rounded);background:linear-gradient(90deg, var(--brand-gradient-start) 0%, var(--brand-gradient-end) 100%);height:6px;transition:width .7s;position:absolute;top:0;left:0}._wheel_el7la_1{--progress-stroke:var(--brand-purple-solid);--progress-gradient-opacity:0;--progress-text:var(--color-text);justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;position:relative}._orange_el7la_13{--progress-gradient-opacity:1;--progress-text:#fff}._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;opacity:calc(1 - var(--progress-gradient-opacity));transition:stroke-dasharray .16s,opacity .24s}._progressGradient_el7la_40{fill:none;stroke-width:6px;stroke-linecap:round;opacity:var(--progress-gradient-opacity);transition:stroke-dasharray .16s,opacity .24s}._center_el7la_48{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._count_el7la_56{color:var(--progress-text);font-size:13px;font-weight:600;transition:color .24s}@keyframes _fillBar_2j37i_1{0%{transform:scaleX(0)}to{transform:scaleX(var(--fill-scale,0))}}@keyframes _fadeIn_2j37i_1{0%{opacity:0}to{opacity:1}}@keyframes _morphIn_2j37i_1{0%{opacity:0;transform:translateY(6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _slideInChip_2j37i_1{0%{opacity:0;transform:translate(-8px)scale(.88)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes _spin_2j37i_356{to{transform:rotate(360deg)}}@keyframes _pulseGlow_2j37i_1{0%,to{box-shadow:0 0 0 0 rgba(var(--brand-primary-rgb,99 102 241)/.4)}50%{box-shadow:0 0 0 6px rgba(var(--brand-primary-rgb,99 102 241)/0)}}._row_2j37i_50{align-items:stretch;gap:8px;min-height:44px;display:flex;position:relative}._bar_2j37i_58{min-height:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1;transition:transform .12s cubic-bezier(.34,1.56,.64,1),box-shadow .18s;position:relative;overflow:hidden}._bar_2j37i_58:focus-visible{outline:2px solid var(--brand-primary);outline-offset:3px}._bar_2j37i_58:hover:not(._bar--disabled_2j37i_73):not(._bar--active_2j37i_73):not(._bar--selected_2j37i_73){transform:scale(1.015);box-shadow:0 2px 12px #6366f12e}._bar_2j37i_58:active:not(._bar--disabled_2j37i_73){transition:transform 80ms;transform:scale(.97)}._bar--pre_2j37i_81{background:var(--color-surface);border:1.5px solid var(--color-border)}._bar--pre_2j37i_81 ._fill_2j37i_85{display:none}._bar--pre_2j37i_81 ._optionText_2j37i_88{color:var(--color-text);font-weight:500}._bar--pre_2j37i_81:hover:not(._bar--disabled_2j37i_73){border-color:var(--brand-primary);background:#6366f10a}._bar--active_2j37i_73{background:0 0}._bar--active_2j37i_73 ._fill_2j37i_85{background:linear-gradient(90deg, var(--brand-primary) 0%, color-mix(in srgb, var(--brand-primary) 80%, #a5b4fc) 100%);display:block}._bar--active_2j37i_73 ._optionText_2j37i_88,._bar--active_2j37i_73 ._percentage_2j37i_104{color:#fff;text-shadow:0 1px 4px #00000038}._bar--muted_2j37i_108{background:#6366f112}._bar--muted_2j37i_108 ._fill_2j37i_85{background:#6366f12e;display:block}._bar--muted_2j37i_108 ._optionText_2j37i_88,._bar--muted_2j37i_108 ._percentage_2j37i_104{color:var(--brand-primary)}._bar--tie_2j37i_119{animation:2s ease-in-out infinite _pulseGlow_2j37i_1;border:2px dashed var(--brand-primary)!important}._bar--disabled_2j37i_73{cursor:default;pointer-events:none;opacity:.7}._bar--modal_2j37i_128{border-radius:14px;min-height:52px}@media (min-width:768px){._bar--modal_2j37i_128{min-height:56px}}._bar--modal_2j37i_128{align-items:stretch;display:flex}._bar--modal_2j37i_128 ._labelWrapper_2j37i_141{inset:unset;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:4px;padding:12px 14px;position:relative}._bar--modal_2j37i_128 ._optionText_2j37i_88{white-space:normal;text-overflow:unset;line-height:1.35;overflow:visible}._bar--modal_2j37i_128 ._fill_2j37i_85{position:absolute}._bar--selected_2j37i_73{border:1.5px solid var(--brand-primary);cursor:default;background:#6366f11f;border-radius:12px;flex:none;width:120px;min-height:44px;animation:.2s cubic-bezier(.34,1.56,.64,1) both _morphIn_2j37i_1;overflow:hidden}._bar--selected_2j37i_73 ._fill_2j37i_85{display:none}._bar--selected_2j37i_73 ._labelWrapper_2j37i_141{gap:6px;padding:0 10px}._bar--selected_2j37i_73 ._optionText_2j37i_88{color:var(--brand-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}._bar--selected_2j37i_73._bar--modal_2j37i_128{border-radius:14px;width:140px;min-height:52px}._bar--selected_2j37i_73._bar--modal_2j37i_128 ._optionText_2j37i_88{font-size:13px}._fill_2j37i_85{transform-origin:0;transform:scaleX(var(--fill-scale,0));border-radius:inherit;animation:_fillBar_2j37i_1 .48s cubic-bezier(.16, 1, .3, 1) var(--stagger,0s) both;position:absolute;inset:0}._labelWrapper_2j37i_141{pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:8px;padding:0 14px;display:flex;position:absolute;inset:0}._optionText_2j37i_88{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}@media (min-width:768px){._optionText_2j37i_88{font-size:14px}}._percentage_2j37i_104{font-variant-numeric:tabular-nums;letter-spacing:.01em;color:var(--color-text);animation:_fadeIn_2j37i_1 .24s ease var(--stagger,0s) both;flex-shrink:0;font-size:11.5px;font-weight:700}@media (min-width:768px){._percentage_2j37i_104{font-size:13px}}._pickWinnerCta_2j37i_249{color:var(--brand-primary);flex-shrink:0;align-items:center;gap:1px;font-size:12px;font-weight:600;display:inline-flex}@media (min-width:768px){._pickWinnerCta_2j37i_249{font-size:13px}}._pickWinnerChevron_2j37i_264{flex-shrink:0}._presets_2j37i_268{border:none;flex-wrap:nowrap;flex:1;align-items:center;gap:5px;min-height:44px;margin:0;padding:0;display:flex}._presetBtn_2j37i_280{border:1.5px solid var(--brand-primary);min-width:0;height:44px;color:var(--brand-primary);letter-spacing:-.01em;cursor:pointer;animation:.22s cubic-bezier(.34,1.56,.64,1) both _slideInChip_2j37i_1;animation-delay:calc(var(--chip-index,0) * 40ms + 60ms);background:0 0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:3px;padding:0 6px;font-size:13px;font-weight:700;transition:background .15s,color .15s,transform .14s cubic-bezier(.34,1.56,.64,1),box-shadow .18s,border-color .15s;display:inline-flex;position:relative}._presetBtn_2j37i_280:hover:not(:disabled){background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);transform:translateY(-2px)scale(1.04);box-shadow:0 4px 14px #6366f159}._presetBtn_2j37i_280:active:not(:disabled){transition:transform 80ms;transform:scale(.95)}._presetBtn_2j37i_280:disabled:not(._presetBtn--loading_2j37i_313){opacity:.45;cursor:default;transform:none}._presetBtn--loading_2j37i_313{background:var(--brand-primary);color:#fff;pointer-events:none;box-shadow:0 2px 10px #6366f14d}._dismissBtn_2j37i_325{width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:1.5px solid #6366f140;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s,transform .14s cubic-bezier(.34,1.56,.64,1);animation:.2s cubic-bezier(.34,1.56,.64,1) .29s both _slideInChip_2j37i_1;display:inline-flex}._dismissBtn_2j37i_325:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef444466;transform:scale(1.1)}._dismissBtn_2j37i_325:active:not(:disabled){transform:scale(.92)}._dismissBtn_2j37i_325:disabled{opacity:.3;cursor:default}._spinner_2j37i_356{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.55s linear infinite _spin_2j37i_356;display:inline-block}._optionImage_2j37i_367{object-fit:cover;border-radius:10px;flex-shrink:0;width:80px;height:80px}@media (min-width:768px){._optionImage_2j37i_367{width:120px;height:120px}}@media (prefers-reduced-motion:reduce){._fill_2j37i_85,._presetBtn_2j37i_280,._dismissBtn_2j37i_325,._bar--selected_2j37i_73{transition:none!important;animation:none!important}._fill_2j37i_85{transform:scaleX(var(--fill-scale,0))}._percentage_2j37i_104{animation:none}}._card_t6p3x_1{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;text-align:left;border-radius:16px;width:100%;transition:transform .16s,box-shadow .16s;overflow:hidden;container-type:inline-size}._card_t6p3x_1:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a17}._card_t6p3x_1:active{transform:translateY(0)}._card--list_t6p3x_19{--poll-card-list:1}._heroWrapper_t6p3x_23{border-radius:10px;flex-shrink:0;margin:10px 10px 0;line-height:0;position:relative;overflow:hidden}._heroWrapper_t6p3x_23:after{content:"";background:linear-gradient(to bottom, transparent, var(--color-surface));opacity:.6;pointer-events:none;height:40%;position:absolute;bottom:0;left:0;right:0}._hero_t6p3x_23{object-fit:cover;object-position:center top;width:100%;height:140px;display:block}._hero--list_t6p3x_50{height:180px}@container (width>=320px) and (width<=480px){._hero_t6p3x_23:not(._hero--list_t6p3x_50){height:160px}}._heroBadge_t6p3x_59{line-height:normal;position:absolute;bottom:10px;left:10px}._titleRow_t6p3x_66{align-items:flex-start;gap:8px;display:flex}._titleRow_t6p3x_66 ._title_t6p3x_66{flex:1;min-width:0}._content_t6p3x_76{padding:12px 14px 13px}._topRow_t6p3x_80{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:7px;display:flex}._creatorRow_t6p3x_88{flex:1;align-items:center;gap:6px;min-width:0;display:flex}._creatorButton_t6p3x_96{min-width:0;color:inherit;cursor:pointer;flex:1;align-items:center;gap:6px;text-decoration:none;display:flex}._creatorButton_t6p3x_96:hover ._creatorName_t6p3x_106{text-decoration:underline}._creatorName_t6p3x_106{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:600;overflow:hidden}._pricePill_t6p3x_120{color:var(--brand-primary);white-space:nowrap;background:#7779ed1a;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700}._title_t6p3x_66{color:var(--color-text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 10px;font-size:14px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@container (width>=320px){._title_t6p3x_66{font-size:15px}}._title--list_t6p3x_147{-webkit-line-clamp:3;margin-bottom:14px;font-size:17px;font-weight:800}._caption_t6p3x_154{color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:-6px 0 10px;font-size:12.5px;line-height:1.5;display:-webkit-box;overflow:hidden}._options_t6p3x_165{border:none;flex-direction:column;gap:6px;min-width:0;margin-bottom:10px;padding:0;display:flex}._footer_t6p3x_175{color:var(--color-text-muted);border-top:1px solid #94a3b826;flex-wrap:wrap;align-items:center;gap:6px;padding-top:8px;font-size:11px;display:flex}._voteCount_t6p3x_186{font-variant-numeric:tabular-nums}._deadline_t6p3x_190{align-items:center;gap:3px;display:flex}._votedNote_t6p3x_196{color:var(--brand-primary);margin-left:auto;font-weight:600}@keyframes _donationMorphIn_t6p3x_1{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _donationChipIn_t6p3x_1{0%{opacity:0;transform:translate(-6px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes _donationSpin_t6p3x_352{to{transform:rotate(360deg)}}._donationPanel_t6p3x_227{background:#6366f10a;border:1.5px solid #6366f12e;border-radius:12px;flex-direction:column;gap:11px;margin-bottom:10px;padding:14px 12px 12px;animation:.22s cubic-bezier(.34,1.56,.64,1) both _donationMorphIn_t6p3x_1;display:flex}@media (prefers-reduced-motion:reduce){._donationPanel_t6p3x_227{animation:none}}._donationHeader_t6p3x_244{text-align:center}._donationTitle_t6p3x_248{color:var(--color-text);margin:0 0 3px;font-size:14px;font-weight:700;line-height:1.2}._donationSub_t6p3x_256{color:var(--color-text-muted);margin:0;font-size:11px;line-height:1.35}._donationPresets_t6p3x_263{gap:7px;display:flex}._donationBtn_t6p3x_268{border:1.5px solid var(--brand-primary);height:44px;color:var(--brand-primary);cursor:pointer;background:0 0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:4px;font-size:15px;font-weight:700;transition:background .15s,color .15s,transform .14s cubic-bezier(.34,1.56,.64,1),box-shadow .18s;animation:.22s cubic-bezier(.34,1.56,.64,1) both _donationChipIn_t6p3x_1;display:inline-flex;position:relative}._donationBtn_t6p3x_268:first-child{animation-delay:30ms}._donationBtn_t6p3x_268:nth-child(2){animation-delay:80ms}._donationBtn_t6p3x_268:nth-child(3){animation-delay:.13s}._donationBtn_t6p3x_268:hover:not(:disabled){background:var(--brand-primary);color:#fff;transform:translateY(-2px)scale(1.04);box-shadow:0 4px 14px #6366f159}._donationBtn_t6p3x_268:active:not(:disabled){transition:transform 80ms;transform:scale(.95)}._donationBtn_t6p3x_268:disabled:not(._donationBtn--loading_t6p3x_305){opacity:.45;cursor:default;pointer-events:none}._donationBtn--loading_t6p3x_305{background:var(--brand-primary);color:#fff;pointer-events:none;box-shadow:0 2px 10px #6366f14d}._donationBtn_t6p3x_268:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){._donationBtn_t6p3x_268{transition:none;animation:none}}._donationBack_t6p3x_327{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-self:center;padding:3px 8px;font-size:11.5px;font-weight:500;transition:color .14s,background .14s}._donationBack_t6p3x_327:hover:not(:disabled){color:var(--color-text);background:#94a3b81f}._donationBack_t6p3x_327:disabled{opacity:.4;cursor:default}._donationBack_t6p3x_327:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}._donationSpinner_t6p3x_352{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:13px;height:13px;animation:.55s linear infinite _donationSpin_t6p3x_352;display:inline-block}._tieBanner_t6p3x_363{color:#92400e;background:#fef3c7;border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:8px 10px;font-size:12px;font-weight:500;display:flex}@keyframes _bannerSlideIn_t6p3x_1{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._pendingBanner_t6p3x_386{text-align:left;width:100%;font:inherit;cursor:pointer;background:#6366f112;border:1px solid #6366f133;border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:9px 10px;animation:.22s cubic-bezier(.34,1.56,.64,1) both _bannerSlideIn_t6p3x_1;display:flex}._pendingBanner_t6p3x_386:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){._pendingBanner_t6p3x_386{animation:none}}._pendingBannerIcon_t6p3x_411{color:#d97706;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._pendingBannerBody_t6p3x_424{flex:1;min-width:0}._pendingBannerTitle_t6p3x_429{color:var(--color-text);margin-bottom:1px;font-size:12px;font-weight:600;line-height:1.3}._pendingBannerSub_t6p3x_437{color:var(--color-text-muted);font-size:11px;line-height:1.3}._pendingLink_t6p3x_443{background:var(--brand-primary);color:#fff;white-space:nowrap;cursor:pointer;border-radius:7px;flex-shrink:0;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;text-decoration:none;transition:background .14s,transform .12s cubic-bezier(.34,1.56,.64,1),box-shadow .14s;display:inline-flex}._pendingLink_t6p3x_443:hover{background:color-mix(in srgb, var(--brand-primary) 88%, #000);transform:translateY(-1px);box-shadow:0 3px 10px #6366f159}._pendingLink_t6p3x_443:active{transition:transform 80ms;transform:scale(.96)}._pendingLink_t6p3x_443:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@keyframes _imageViewerFadeIn_xfwyf_1{0%{opacity:0}to{opacity:1}}@keyframes _imageViewerScaleIn_xfwyf_1{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}._backdrop_xfwyf_19{z-index:200;background:#000000e0;justify-content:center;align-items:center;padding:16px;animation:.2s both _imageViewerFadeIn_xfwyf_1;display:flex;position:fixed;inset:0}._backdrop_xfwyf_19:focus{outline:none}._closeButton_xfwyf_34{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .15s,transform .15s;display:flex;position:fixed;top:16px;right:16px}._closeButton_xfwyf_34:hover{background:#0009;transform:scale(1.08)}._closeButton_xfwyf_34:active{transition-duration:80ms;transform:scale(.93)}._closeButton_xfwyf_34:focus-visible{outline-offset:2px;outline:2px solid #fff}._image_xfwyf_65{object-fit:contain;border-radius:var(--precedent-radius-md);width:auto;max-width:92vw;height:auto;max-height:82dvh;animation:.22s ease-out both _imageViewerScaleIn_xfwyf_1;display:block}@media (min-width:768px){._image_xfwyf_65{border-radius:var(--precedent-radius-lg);max-width:88vw;max-height:88dvh}}@media (prefers-reduced-motion:reduce){._backdrop_xfwyf_19,._image_xfwyf_65{animation:none}}@keyframes _slideUpModal_1w82q_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeScaleIn_1w82q_1{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes _fadeIn_1w82q_1{0%{opacity:0}to{opacity:1}}._backdrop_1w82q_29{z-index:100;background:#0f172a80;justify-content:center;align-items:flex-end;animation:.2s both _fadeIn_1w82q_1;display:flex;position:fixed;inset:0}@media (min-width:768px){._backdrop_1w82q_29{align-items:center}}._modal_1w82q_45{background:var(--color-surface);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:92dvh;animation:.25s ease-out both _slideUpModal_1w82q_1;display:flex;overflow:hidden;container-type:inline-size}@media (min-width:768px){._modal_1w82q_45{border-radius:24px;width:min(560px,92vw);max-height:80dvh;animation:.2s ease-out both _fadeScaleIn_1w82q_1;box-shadow:0 24px 64px #0f172a33}}._dragHandle_1w82q_66{flex-shrink:0;justify-content:center;padding:10px 0 0;display:flex}@media (min-width:768px){._dragHandle_1w82q_66{display:none}}._dragHandle_1w82q_66:after{content:"";background:var(--color-border);border-radius:2px;width:36px;height:4px;display:block}._heroZone_1w82q_86{flex-shrink:0;max-height:200px;position:relative;overflow:hidden}@media (min-width:768px){._heroZone_1w82q_86{max-height:240px}}._heroImage_1w82q_98{object-fit:cover;object-position:center top;width:100%;height:100%;min-height:120px;max-height:inherit;display:block}._heroOverlay_1w82q_108{pointer-events:none;background:linear-gradient(#0000 25%,#0000008c 100%);position:absolute;inset:0}._closeHero_1w82q_115{z-index:2;-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000047;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s;display:flex;position:absolute;top:14px;right:16px}._closeHero_1w82q_115:hover{background:#00000073}._closeHero_1w82q_115:focus-visible{outline-offset:2px;outline:2px solid #fff}._heroText_1w82q_142{z-index:1;padding:0 20px 16px;position:absolute;bottom:0;left:0;right:0}@media (min-width:768px){._heroText_1w82q_142{padding:0 24px 20px}}._creatorLink_1w82q_156{color:inherit;cursor:default;align-items:center;gap:6px;margin-bottom:4px;text-decoration:none;display:flex}._creatorLink_1w82q_156[href]{cursor:pointer}._creatorLink_1w82q_156[href]:hover ._heroCreator_1w82q_168,._creatorLink_1w82q_156[href]:hover span{text-decoration:underline}._heroCreator_1w82q_168{color:#ffffffd9;margin:0;font-size:11px;font-weight:700}._heroTitle_1w82q_179{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}@media (min-width:768px){._heroTitle_1w82q_179{font-size:20px}}._header_1w82q_196{border-bottom:1px solid var(--color-border);flex-shrink:0;align-items:flex-start;gap:12px;padding:16px 20px 12px;display:flex}._headerInfo_1w82q_205{flex:1;min-width:0}._headerTitle_1w82q_210{color:var(--color-text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 4px;font-size:17px;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}@media (min-width:768px){._headerTitle_1w82q_210{font-size:18px}}._headerMeta_1w82q_227{color:var(--color-text-muted);font-size:12px}._closePlain_1w82q_232{background:var(--color-surface-muted);cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s;display:flex}._closePlain_1w82q_232:hover{background:color-mix(in srgb, var(--color-surface-muted) 80%, var(--color-text-muted))}._closePlain_1w82q_232:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}._metaRow_1w82q_254{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:10px 20px;font-size:12px;display:flex}@media (min-width:768px){._metaRow_1w82q_254{padding:12px 24px}}._metaStats_1w82q_272{align-items:center;gap:5px;display:flex}._metaDot_1w82q_278{opacity:.35}._metaPrice_1w82q_282{color:var(--brand-primary);background:#7779ed1a;border-radius:20px;padding:2px 9px;font-weight:700}._metaRight_1w82q_290{align-items:center;gap:8px;display:flex}._metaDeadline_1w82q_296{align-items:center;gap:3px;display:flex}._captionSection_1w82q_302{color:var(--color-text-secondary);flex-shrink:0;margin:0;padding:10px 20px 0;font-size:13px;line-height:1.55}@media (min-width:768px){._captionSection_1w82q_302{padding:12px 24px 0;font-size:13.5px}}._body_1w82q_317{flex-direction:column;flex:1;gap:8px;padding:14px 16px;display:flex;overflow-y:auto}@media (min-width:768px){._body_1w82q_317{gap:9px;padding:16px 24px}}._optionWithImage_1w82q_332{align-items:center;gap:12px;display:flex}._optionBarWrapper_1w82q_338{flex:1;min-width:0}._optionImageButton_1w82q_343{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;margin:0;padding:0;transition:opacity .15s,transform .15s;display:block}._optionImageButton_1w82q_343:hover{opacity:.82;transform:scale(1.03)}._optionImageButton_1w82q_343:active{transition-duration:80ms;transform:scale(.96)}._optionImageButton_1w82q_343:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){._optionImageButton_1w82q_343{transition:none}}._optionImage_1w82q_343{object-fit:cover;border-radius:8px;width:80px;height:80px;display:block}@media (min-width:768px){._optionImage_1w82q_343{width:100px;height:100px}}._footer_1w82q_386{border-top:1px solid var(--color-border);color:var(--color-text-muted);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}@media (min-width:768px){._footer_1w82q_386{padding:14px 24px}}._userVoteNote_1w82q_404{color:var(--brand-primary);align-items:center;gap:5px;font-weight:600;display:flex}._tieBanner_1w82q_412{color:#92400e;background:#fef3c7;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:500;display:flex}@keyframes _bannerSlideIn_1w82q_1{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._pendingBanner_1w82q_434{background:#6366f112;border:1px solid #6366f133;border-radius:12px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 12px;animation:.24s cubic-bezier(.34,1.56,.64,1) both _bannerSlideIn_1w82q_1;display:flex}@media (prefers-reduced-motion:reduce){._pendingBanner_1w82q_434{animation:none}}._pendingBannerIcon_1w82q_451{color:#d97706;background:#f59e0b1f;border:1px solid #f59e0b47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._pendingBannerBody_1w82q_464{flex:1;min-width:0}._pendingBannerTitle_1w82q_469{color:var(--color-text);margin:0 0 2px;font-size:13px;font-weight:600;line-height:1.3}._pendingBannerSub_1w82q_477{color:var(--color-text-muted);margin:0;font-size:11.5px;line-height:1.3}._pendingLink_1w82q_484{background:var(--brand-primary);color:#fff;white-space:nowrap;cursor:pointer;border-radius:9px;flex-shrink:0;align-items:center;padding:7px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:background .14s,transform .12s cubic-bezier(.34,1.56,.64,1),box-shadow .14s;display:inline-flex}._pendingLink_1w82q_484:hover{background:color-mix(in srgb, var(--brand-primary) 88%, #000);transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}._pendingLink_1w82q_484:active{transition:transform 80ms;transform:scale(.96)}._pendingLink_1w82q_484:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@keyframes _donationMorphIn_1w82q_1{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _donationChipIn_1w82q_1{0%{opacity:0;transform:translate(-6px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes _donationSpin_1w82q_690{to{transform:rotate(360deg)}}._donationPanel_1w82q_538{background:#6366f10a;border:1.5px solid #6366f12e;border-radius:16px;flex-direction:column;gap:16px;padding:20px 16px 16px;animation:.24s cubic-bezier(.34,1.56,.64,1) both _donationMorphIn_1w82q_1;display:flex}@media (min-width:768px){._donationPanel_1w82q_538{border-radius:18px;padding:24px 20px 18px}}@media (prefers-reduced-motion:reduce){._donationPanel_1w82q_538{animation:none}}._donationHeader_1w82q_560{text-align:center}._donationTitle_1w82q_564{color:var(--color-text);margin:0 0 5px;font-size:16px;font-weight:800;line-height:1.2}@media (min-width:768px){._donationTitle_1w82q_564{font-size:18px}}._donationSub_1w82q_577{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.4}@media (min-width:768px){._donationSub_1w82q_577{font-size:14px}}._donationPresets_1w82q_589{gap:10px;display:flex}@media (min-width:768px){._donationPresets_1w82q_589{gap:12px}}._donationBtn_1w82q_599{border:1.5px solid var(--brand-primary);height:52px;color:var(--brand-primary);cursor:pointer;background:0 0;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:5px;font-size:18px;font-weight:800;transition:background .15s,color .15s,transform .14s cubic-bezier(.34,1.56,.64,1),box-shadow .18s;animation:.23s cubic-bezier(.34,1.56,.64,1) both _donationChipIn_1w82q_1;display:inline-flex;position:relative}._donationBtn_1w82q_599:first-child{animation-delay:40ms}._donationBtn_1w82q_599:nth-child(2){animation-delay:.1s}._donationBtn_1w82q_599:nth-child(3){animation-delay:.16s}._donationBtn_1w82q_599:hover:not(:disabled){background:var(--brand-primary);color:#fff;transform:translateY(-2px)scale(1.04);box-shadow:0 6px 18px #6366f161}._donationBtn_1w82q_599:active:not(:disabled){transition:transform 80ms;transform:scale(.95)}._donationBtn_1w82q_599:disabled:not(._donationBtn--loading_1w82q_636){opacity:.45;cursor:default;pointer-events:none}._donationBtn--loading_1w82q_636{background:var(--brand-primary);color:#fff;pointer-events:none;box-shadow:0 3px 12px #6366f14d}._donationBtn_1w82q_599:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media (min-width:768px){._donationBtn_1w82q_599{border-radius:16px;height:56px;font-size:20px}}@media (prefers-reduced-motion:reduce){._donationBtn_1w82q_599{transition:none;animation:none}}._donationBack_1w82q_665{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-self:center;padding:4px 10px;font-size:13px;font-weight:500;transition:color .14s,background .14s}._donationBack_1w82q_665:hover:not(:disabled){color:var(--color-text);background:#94a3b81f}._donationBack_1w82q_665:disabled{opacity:.4;cursor:default}._donationBack_1w82q_665:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}._donationSpinner_1w82q_690{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.55s linear infinite _donationSpin_1w82q_690;display:inline-block}._ownerPanelWrap_1w82q_701{border-top:1px solid var(--color-border);flex-shrink:0}@media (prefers-reduced-motion:reduce){._backdrop_1w82q_29,._modal_1w82q_45{animation:none}}@keyframes _pillSlideIn_1wixc_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._editor_1wixc_11{gap:var(--precedent-space-sm);flex-direction:column;display:flex}._optionWrap_1wixc_17{flex-direction:column;gap:4px;display:flex}._optionRow_1wixc_23{align-items:center;gap:var(--precedent-space-sm);background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:9999px;height:52px;padding:0 8px 0 10px;transition:border-color .15s,box-shadow .15s;animation:.15s ease-out both _pillSlideIn_1wixc_1;display:flex}._optionRow_1wixc_23:focus-within{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted)}._optionRow--error_1wixc_39,._optionRow--error_1wixc_39:focus-within{border-color:var(--precedent-color-error-border);box-shadow:none}._badge_1wixc_48{border-radius:var(--precedent-radius-fully-rounded);background:var(--brand-purple-50);width:22px;height:22px;color:var(--brand-purple-700);font-size:var(--precedent-font-size-text-sm);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}._badge--error_1wixc_61{background:var(--precedent-color-error-subtle);color:var(--precedent-color-text-error)}._imageSlot_1wixc_66{border-radius:var(--precedent-radius-fully-rounded);border:1.5px dashed var(--precedent-color-primary-glow);background:var(--precedent-color-primary-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .15s,background .15s;display:flex;position:relative;overflow:hidden}._imageSlot_1wixc_66:hover{border-color:var(--precedent-color-primary)}._imageSlot--filled_1wixc_84{border:none}._imageSlot--filled_1wixc_84 img{object-fit:cover;width:100%;height:100%;display:block}._imageSlotOverlay_1wixc_94{color:#fff;opacity:0;background:#00000059;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}._imageSlot--filled_1wixc_84:hover ._imageSlotOverlay_1wixc_94{opacity:1}._imageSlotIcon_1wixc_109{color:var(--precedent-color-text-subtle)}._hiddenInput_1wixc_113{display:none}._textInput_1wixc_117{height:100%;padding:0 var(--precedent-space-xs);font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);touch-action:manipulation;background:0 0;border:none;border-radius:0;outline:none;flex:1;min-width:0}._textInput_1wixc_117::placeholder{color:var(--precedent-color-text-subtle)}._fieldError_1wixc_133{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-error);padding-left:16px}._charCount_1wixc_139{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-subtle);text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:26px}._charCount--warn_1wixc_147{color:var(--precedent-color-text-error);font-weight:600}._removeBtn_1wixc_152{border-radius:var(--precedent-radius-fully-rounded);cursor:pointer;width:32px;height:32px;color:var(--precedent-color-text-subtle);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:flex}._removeBtn_1wixc_152:hover:not(:disabled){color:var(--precedent-color-error);background-color:var(--precedent-color-error-subtle)}._removeBtn_1wixc_152:disabled{opacity:.4;cursor:not-allowed}@media (pointer:coarse){._removeBtn_1wixc_152{min-width:44px;min-height:44px}}._addButton_1wixc_181{align-items:center;gap:var(--precedent-space-xs);height:36px;padding:0 var(--precedent-space-lg);border:1.5px dashed var(--precedent-color-primary-glow);background:var(--precedent-color-primary-muted);font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-primary);cursor:pointer;margin-top:var(--precedent-space-2xs);border-radius:9999px;align-self:flex-start;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}._addButton_1wixc_181:hover{border-color:var(--precedent-color-primary)}@media (pointer:coarse){._addButton_1wixc_181{min-height:44px}}@media (prefers-reduced-motion:reduce){._optionRow_1wixc_23{transition:none;animation:none}._textInput_1wixc_117,._imageSlot_1wixc_66,._imageSlotOverlay_1wixc_94,._removeBtn_1wixc_152,._addButton_1wixc_181{transition:none}}._statusMessage_fj6e9_1{border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:background-color .3s,border-color .3s}._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)}._tabs_tyskv_1{z-index:0;justify-content:center;align-items:center;gap:0;width:-moz-fit-content;width:fit-content;padding-bottom:.6rem;transition:background-color .3s;display:flex;position:relative}._tab_tyskv_1{color:var(--precedent-color-text-muted);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.45rem 1rem;font-size:.95rem;font-weight:600;transition:color .15s}@media (max-width:320px){._tab_tyskv_1{font-size:.72rem}}._tab_tyskv_1:hover{color:var(--precedent-color-text)}._tab_tyskv_1:focus-visible{box-shadow:none;outline:none}._tab--active_tyskv_40{color:var(--precedent-color-text);font-weight:700}._tabs_tyskv_1:before{content:"";background:var(--precedent-color-surface-subtle);z-index:0;border-radius:2px;height:2px;position:absolute;bottom:4px;left:0;right:0}._indicator_tyskv_57{background:var(--precedent-color-primary);z-index:0;pointer-events:none;border-radius:3px;height:3px;transition:left .2s cubic-bezier(.2,.9,.3,1),width .2s cubic-bezier(.2,.9,.3,1);position:absolute;bottom:3px;left:0}._tabContent_tyskv_69{margin-top:8px}._themeToggle_a3gmc_1{background-color:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;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{width:100%;height:100%;color:var(--precedent-color-text);justify-content:center;align-items:center;animation:.3s _iconRotate_a3gmc_1;display:flex}@keyframes _iconRotate_a3gmc_1{0%{opacity:0;transform:rotate(-180deg)}to{opacity:1;transform:rotate(0)}}._icon_a3gmc_28{width:20px;height:20px;transition:transform .2s}._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:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-color-light:var(--precedent-color-surface);--toastify-color-dark:var(--precedent-color-surface);--toastify-toast-bd-radius:var(--precedent-radius-lg)}.Toastify__toast{color:var(--precedent-color-text);border:2px solid var(--precedent-color-border);box-shadow:var(--precedent-shadow-md);border-radius:var(--precedent-radius-lg)}.Toastify__toast--success{border-color:#22c55e}.Toastify__toast--error{border-color:#ef4444}.Toastify__toast--info{border-color:var(--precedent-color-primary)}.Toastify__toast--warning{border-color:#eab308}@media (max-width:766px){.ToastContainer.Toastify__toast-container--bottom-center{bottom:calc(54px + var(--precedent-space-xl));left:var(--precedent-space-xl);right:var(--precedent-space-xl);border-radius:var(--precedent-radius-lg);width:auto;padding:0}.ToastContainer .Toastify__toast{margin-bottom:var(--precedent-space-xs)}}._dialog_lhavm_1{width:min(440px,100%)}._closeButton_lhavm_5{cursor:pointer;color:var(--precedent-color-text-muted);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;padding:.25rem;font-size:24px;transition:background-color .2s,color .2s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}._closeButton_lhavm_5:hover,._closeButton_lhavm_5:focus-visible{background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover);outline:none}._content_lhavm_31{padding:24px}._page_6og8a_1{flex-direction:column;gap:1.5rem;max-width:480px;margin:0 auto;display:flex}._header_6og8a_9{text-align:center}._header_6og8a_9 h1{color:var(--precedent-color-text);margin-bottom:.375rem;font-size:1.5rem}._header_6og8a_9 p{color:var(--precedent-color-text-muted);font-size:.875rem}._card_6og8a_22{padding:1.5rem}._form_6og8a_26{text-align:left;flex-direction:column;gap:.875rem;display:flex}._actions_6og8a_33{justify-content:flex-end;margin-top:1rem;display:flex}._footer_6og8a_39{text-align:center;color:var(--precedent-color-text-muted);font-size:.95rem}._footer_6og8a_39 a{color:var(--precedent-color-primary);font-weight:600;text-decoration:none}._footer_6og8a_39 a:hover{text-decoration:underline}._passwordToggle_d8qyk_1{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:opacity .15s;position:absolute;right:.5rem}._passwordToggle_d8qyk_1:hover{opacity:1}._passwordToggle_d8qyk_1:focus{outline-offset:2px;border-radius:4px;outline:2px solid #6366f1}._icon_d8qyk_22{width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);transition:all .2s}._dialog_1s2du_1{width:min(520px,100%)}._destinationInfo_1s2du_5{background-color:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}._destinationHost_1s2du_15{color:var(--precedent-color-text);font-weight:500}._destinationUrl_1s2du_20{color:var(--precedent-color-text-muted);overflow-wrap:anywhere}._notification-item_1bt9u_3{border-bottom:1px solid var(--precedent-color-border);flex-direction:column;display:flex}._notification-item_1bt9u_3:last-child{border-bottom:none}._notification-item_1bt9u_3._unread_1bt9u_12 ._notification-body_1bt9u_12{background-color:rgba(var(--precedent-color-primary-rgb,99, 102, 241), .05)}._notification-item_1bt9u_3._unread_1bt9u_12 ._notification-body_1bt9u_12:hover{background-color:rgba(var(--precedent-color-primary-rgb,99, 102, 241), .1)}._notification-body_1bt9u_12{text-align:left;cursor:pointer;background-color:#0000;border:none;align-items:flex-start;gap:14px;width:100%;padding:16px 20px;transition:background-color .15s;display:flex}._notification-body_1bt9u_12:hover{background-color:var(--precedent-color-surface-subtle)}._notification-body_1bt9u_12:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._notification-avatar_1bt9u_41{background:linear-gradient(135deg, var(--precedent-color-primary), var(--precedent-color-primary-hover));color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}._notification-content_1bt9u_57{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._notification-text_1bt9u_65{color:var(--precedent-color-text);font-size:15px;line-height:1.45;display:block}._notification-text_1bt9u_65 strong{font-weight:600}._notification-time_1bt9u_75{color:var(--precedent-color-text-subtle);font-size:13px;display:block}._notification-unread-dot_1bt9u_82{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:10px;box-shadow:0 0 10px #6366f180}._invite-actions_1bt9u_93{flex-wrap:wrap;gap:8px;padding:0 20px 14px 82px;display:flex}._accept-button_1bt9u_100,._decline-button_1bt9u_101{cursor:pointer;white-space:nowrap;text-align:center;border-radius:6px;flex:1;min-width:0;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}@media (max-width:320px){._accept-button_1bt9u_100,._decline-button_1bt9u_101{padding:5px 8px;font-size:10px}}._accept-button_1bt9u_100:disabled,._decline-button_1bt9u_101:disabled{opacity:.5;cursor:not-allowed}._accept-button_1bt9u_100{background:var(--precedent-color-primary);color:#fff;border:none}._accept-button_1bt9u_100:hover:not(:disabled){opacity:.9}._decline-button_1bt9u_101{color:var(--precedent-color-text-muted);border:1px solid var(--precedent-color-border);background:0 0}._decline-button_1bt9u_101:hover:not(:disabled){border-color:var(--precedent-color-text-muted)}@keyframes _spin_1bt9u_150{to{transform:rotate(360deg)}}._spinner_1bt9u_150{vertical-align:middle;border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;animation:.6s linear infinite _spin_1bt9u_150;display:inline-block}._notification-wrapper_1go8d_1{position:relative}._notification-button_1go8d_5{background-color:var(--precedent-color-surface);width:40px;height:40px;color:var(--precedent-color-text);cursor:pointer;box-shadow:var(--precedent-shadow-sm);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative}._notification-button_1go8d_5:hover{background-color:var(--precedent-color-surface-subtle);box-shadow:var(--precedent-shadow-md);transform:scale(1.05)}._notification-button_1go8d_5:active{transform:scale(.95)}._notification-button_1go8d_5:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._notification-icon_1go8d_34{width:20px;height:20px}._badge_1go8d_39{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-family:SF Mono,JetBrains Mono,monospace;font-size:11px;font-weight:700;animation:2s infinite _pulse_1go8d_1;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #ee5a5a66}@keyframes _pulse_1go8d_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}._dropdown_1go8d_67{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:1000;border-radius:16px;flex-direction:column;width:380px;max-height:480px;display:flex;position:absolute;top:calc(100% + .75rem);right:0;overflow:hidden;box-shadow:0 20px 40px #00000026,0 8px 16px #0000001a}._dropdown-header_1go8d_83{border-bottom:1px solid var(--precedent-color-border);background:linear-gradient(180deg, var(--precedent-color-surface) 0%, var(--precedent-color-background) 100%);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}._dropdown-title_1go8d_92{color:var(--precedent-color-text);letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}._mark-all-read_1go8d_100{background-color:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}._mark-all-read_1go8d_100:hover{background-color:var(--precedent-color-primary-hover);transform:translateY(-1px)}._mark-all-read_1go8d_100:disabled{opacity:.5;cursor:not-allowed;transform:none}._dropdown-content_1go8d_121{scrollbar-width:thin;scrollbar-color:var(--precedent-color-border) transparent;flex:1;overflow-y:auto}._dropdown-content_1go8d_121::-webkit-scrollbar{width:6px}._dropdown-content_1go8d_121::-webkit-scrollbar-track{background:0 0}._dropdown-content_1go8d_121::-webkit-scrollbar-thumb{background-color:var(--precedent-color-border);border-radius:3px}._empty-state_1go8d_138{color:var(--precedent-color-text-subtle);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}._empty-icon_1go8d_147{opacity:.4;width:48px;height:48px;margin-bottom:16px}._empty-text_1go8d_154{font-size:14px;font-weight:500}._loading-state_1go8d_159{justify-content:center;align-items:center;padding:32px;display:flex}._spinner_1go8d_166{border:2px solid var(--precedent-color-border);border-top-color:var(--precedent-color-primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite _spin_1go8d_166}@keyframes _spin_1go8d_166{to{transform:rotate(360deg)}}._load-more_1go8d_180{border:none;border-top:1px solid var(--precedent-color-border);background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-primary);cursor:pointer;padding:12px 20px;font-size:13px;font-weight:600;transition:background-color .2s}._load-more_1go8d_180:hover{background-color:var(--precedent-color-border)}@media (max-width:480px){._dropdown_1go8d_67{width:auto;max-height:calc(100vh - 140px);position:fixed;top:60px;left:8px;right:8px}}._notifications-page_h62wi_1{max-width:600px;margin:0 auto;padding:24px 16px}._header_h62wi_7{margin-bottom:16px}._title_h62wi_11{color:var(--precedent-color-text);letter-spacing:-.02em;margin:0 0 12px;font-size:24px;font-weight:700}._mark-all-button_h62wi_19{background-color:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:24px;padding:12px 16px;font-size:13px;font-weight:600;transition:all .2s;display:block}._mark-all-button_h62wi_19:hover{background-color:var(--precedent-color-primary-hover);transform:translateY(-1px)}._mark-all-button_h62wi_19:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (min-width:768px){._mark-all-button_h62wi_19{width:auto;display:inline-block}}._notifications-list_h62wi_49{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:16px;overflow:hidden}._empty-state_h62wi_56{color:var(--precedent-color-text-subtle);background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}._empty-icon_h62wi_68{opacity:.4;width:56px;height:56px;margin-bottom:20px}._empty-text_h62wi_75{font-size:15px;font-weight:500}._loading-state_h62wi_80{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:16px;justify-content:center;align-items:center;padding:48px;display:flex}._spinner_h62wi_90{border:3px solid var(--precedent-color-border);border-top-color:var(--precedent-color-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite _spin_h62wi_90}@keyframes _spin_h62wi_90{to{transform:rotate(360deg)}}._load-more_h62wi_104{background-color:var(--precedent-color-surface-subtle);width:100%;color:var(--precedent-color-primary);cursor:pointer;border:none;padding:14px 20px;font-size:14px;font-weight:600;transition:background-color .2s}._load-more_h62wi_104:hover{background-color:var(--precedent-color-border)}._container_wm2fq_1{text-align:center;border:1px solid var(--precedent-color-border,#e5e7eb);background:var(--precedent-color-surface,#fff);border-radius:12px;flex-direction:column;align-items:center;gap:16px;padding:48px 32px;display:flex}._container--warning_wm2fq_12{background:#fffbeb;border-color:#f59e0b}._container--error_wm2fq_16{background:#fef2f2;border-color:#ef4444}._skeleton_wm2fq_21{background:var(--precedent-color-surface-hover,#f3f4f6);border-radius:12px;width:100%;height:180px;animation:1.5s ease-in-out infinite _pulse_wm2fq_1}@keyframes _pulse_wm2fq_1{0%,to{opacity:1}50%{opacity:.5}}._icon_wm2fq_37{color:var(--precedent-color-primary);font-size:2.5rem;line-height:1}._title_wm2fq_43{color:var(--precedent-color-text);margin:0;font-size:1.25rem;font-weight:700}._description_wm2fq_50{color:var(--precedent-color-text-muted,#6b7280);max-width:420px;margin:0;font-size:.9375rem;line-height:1.6}._cta-button_wm2fq_58{background:var(--precedent-color-primary,#7c3aed);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-size:.9375rem;font-weight:600;transition:opacity .15s}._cta-button_wm2fq_58:hover:not(:disabled){opacity:.9}._cta-button_wm2fq_58:disabled{opacity:.6;cursor:not-allowed}._requirements-list_wm2fq_77{text-align:left;color:var(--precedent-color-text-muted,#6b7280);width:100%;max-width:420px;margin:0;padding:0 0 0 20px;font-size:.875rem;line-height:1.8}._requirements-item_wm2fq_88{list-style:outside}._dashboard_181nl_1{gap:var(--precedent-space-2xl);flex-direction:column;display:flex}._section_181nl_7{gap:var(--precedent-space-lg);flex-direction:column;display:flex}._section-title_181nl_13{margin:var(--precedent-space-none);font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);font-weight:600;font-family:var(--precedent-font-sans)}._error-state_181nl_21{align-items:center;gap:var(--precedent-space-lg);padding:var(--precedent-space-2xl);text-align:center;color:var(--precedent-color-text-muted);background-color:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);flex-direction:column;display:flex}._error-state_181nl_21 p{margin:var(--precedent-space-none);font-size:var(--precedent-font-size-text-md)}._retry-button_181nl_39{padding:var(--precedent-space-sm) var(--precedent-space-xl);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);background-color:var(--precedent-color-surface);color:var(--precedent-color-text);cursor:pointer;font-size:var(--precedent-font-size-text-md);font-family:var(--precedent-font-sans);transition:background-color .2s,border-color .2s}._retry-button_181nl_39:hover:not(:disabled){background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-primary)}._retry-button_181nl_39:disabled{opacity:.5;cursor:not-allowed}._retry-button_181nl_39:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._page_g9yzc_1{flex-direction:column;gap:32px;max-width:720px;margin:0 auto;padding:32px 16px 64px;display:flex}._header_g9yzc_10{flex-direction:column;gap:6px;display:flex}._title_g9yzc_16{font-size:var(--precedent-font-size-text-2xl);color:var(--precedent-color-text);margin:0;font-weight:700}._subtitle_g9yzc_23{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);margin:0}._content_g9yzc_29{flex-direction:column;gap:32px;display:flex}._section_g9yzc_35{flex-direction:column;gap:16px;display:flex}._stripeDashboardCard_g9yzc_41{padding:var(--precedent-space-xl);background:linear-gradient(180deg, var(--precedent-color-surface-subtle), var(--precedent-color-surface));border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);box-shadow:var(--precedent-shadow-md);justify-content:space-between;align-items:center;gap:16px;display:flex}@media (max-width:540px){._stripeDashboardCard_g9yzc_41{flex-direction:column;align-items:flex-start}}._stripeDashboardInfo_g9yzc_59{flex-direction:column;gap:4px;display:flex}._stripeDashboardTitle_g9yzc_65{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0;font-weight:600}._stripeDashboardDescription_g9yzc_72{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0;line-height:1.45}._stripeDashboardButton_g9yzc_79{background:var(--precedent-color-surface);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-fully-rounded);font-size:var(--precedent-font-size-text-sm);cursor:pointer;flex-shrink:0;padding:10px 18px;font-weight:600;transition:transform .16s cubic-bezier(.22,.9,.29,1),background .16s,box-shadow .16s}._stripeDashboardButton_g9yzc_79:hover:not(:disabled){background:var(--precedent-color-surface-subtle);box-shadow:var(--precedent-shadow-sm);transform:translateY(-1px)}._stripeDashboardButton_g9yzc_79:focus{outline:none;box-shadow:0 0 0 3px #7779ed26}._stripeDashboardButton_g9yzc_79:disabled{opacity:.6;cursor:not-allowed}._dangerZone_g9yzc_105{padding:var(--precedent-space-2xl);background:linear-gradient(180deg, var(--precedent-color-surface-subtle), var(--precedent-color-surface));border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);box-shadow:var(--precedent-shadow-md);-webkit-backdrop-filter:blur(10px)saturate(120%);will-change:transform, box-shadow;flex-direction:column;gap:16px;transition:transform .24s cubic-bezier(.22,.9,.29,1),box-shadow .24s,background .24s;display:flex}._dangerTitle_g9yzc_120{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text);letter-spacing:-.01em;margin:0;font-weight:600}._dangerDescription_g9yzc_128{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);margin:0;line-height:1.45}._disconnectButton_g9yzc_135{background:linear-gradient(180deg, var(--brand-gradient-start), var(--brand-gradient-end));color:#fff;border-radius:var(--precedent-radius-fully-rounded);font-size:var(--precedent-font-size-text-md);cursor:pointer;box-shadow:0 6px 18px var(--precedent-color-primary-glow), inset 0 -1px 0 #ffffff1f;border:none;align-self:flex-start;padding:10px 18px;font-weight:600;transition:transform .18s cubic-bezier(.22,.9,.29,1),box-shadow .18s,filter .18s}._disconnectButton_g9yzc_135:hover:not(:disabled){transform:translateY(-2px)scale(1.01);box-shadow:0 12px 30px #e3343433,inset 0 -1px #ffffff1f}._disconnectButton_g9yzc_135:focus{box-shadow:0 12px 30px var(--precedent-color-primary-glow), 0 0 0 4px #7779ed14;outline:none}._disconnectButton_g9yzc_135:disabled{opacity:.56;cursor:not-allowed;box-shadow:none;filter:grayscale(.18)saturate(80%);transform:none}._confirmDialog_g9yzc_164{padding:var(--precedent-space-xl);background:linear-gradient(180deg, var(--precedent-color-surface), var(--precedent-color-surface-subtle));border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);box-shadow:var(--precedent-shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;gap:16px;display:flex}._confirmMessage_g9yzc_176{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);margin:0;line-height:1.5}._confirmButtons_g9yzc_183{justify-content:flex-end;gap:12px;display:flex}._cancelButton_g9yzc_189{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);cursor:pointer;padding:8px 14px;font-weight:600;transition:transform .16s cubic-bezier(.22,.9,.29,1),background .16s,box-shadow .16s}._cancelButton_g9yzc_189:hover:not(:disabled){background:#00000008;transform:translateY(-1px)}._cancelButton_g9yzc_189:focus{outline:none;box-shadow:0 0 0 4px #1014180a}._cancelButton_g9yzc_189:disabled{opacity:.6;cursor:not-allowed}._deleteButton_g9yzc_213{background:linear-gradient(180deg, var(--brand-gradient-start), var(--brand-gradient-end));color:#fff;border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);cursor:pointer;box-shadow:var(--precedent-shadow-sm), inset 0 -1px 0 #ffffff14;border:none;padding:8px 16px;font-weight:600;transition:transform .18s cubic-bezier(.22,.9,.29,1),box-shadow .18s}._deleteButton_g9yzc_213:hover:not(:disabled){transform:translateY(-2px)scale(1.005);box-shadow:0 16px 30px #e3343429,inset 0 -1px #ffffff14}._deleteButton_g9yzc_213:focus{box-shadow:0 10px 28px var(--precedent-color-primary-glow), 0 0 0 6px #7779ed0f;outline:none}._deleteButton_g9yzc_213:disabled{opacity:.56;cursor:not-allowed;box-shadow:none;transform:none}._eligibilityLoading_g9yzc_240{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0}._blockersList_g9yzc_246{flex-direction:column;gap:12px;display:flex}._blockersTitle_g9yzc_252{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);margin:0;font-weight:600}._blockerCard_g9yzc_259{background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-warning-border,var(--precedent-color-border));border-radius:var(--precedent-radius-md);flex-direction:column;gap:4px;padding:12px 14px;display:flex}._blockerCardTitle_g9yzc_269{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);margin:0;font-weight:700}._blockerCardDescription_g9yzc_276{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0;line-height:1.45}._blockerCardAction_g9yzc_283{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);margin:0;font-style:italic;line-height:1.45}._container_g3u9x_1{flex-direction:column;gap:0;display:flex}._tabs_g3u9x_7{border-bottom:1px solid var(--precedent-color-border,#e5e7eb);margin-bottom:16px;display:flex}._tab_g3u9x_7{color:var(--precedent-color-text-muted,#6b7280);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}._tab_g3u9x_7:hover{color:var(--precedent-color-text)}._tab--active_g3u9x_28{color:var(--precedent-color-primary,#7c3aed);border-bottom-color:var(--precedent-color-primary,#7c3aed);font-weight:600}._list_g3u9x_34{flex-direction:column;gap:1px;display:flex}._row_g3u9x_40{border-bottom:1px solid var(--precedent-color-border,#e5e7eb);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}._row-left_g3u9x_49{flex-direction:column;gap:2px;min-width:0;display:flex}._post-name_g3u9x_56{color:var(--precedent-color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}._date_g3u9x_65{color:var(--precedent-color-text-muted,#6b7280);font-size:.8125rem}._row-right_g3u9x_70{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}._amount_g3u9x_78{color:var(--precedent-color-text);font-size:.9375rem;font-weight:600}._status_g3u9x_84{background:var(--precedent-color-surface-hover,#f3f4f6);color:var(--precedent-color-text-muted,#6b7280);border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:500}._status--succeeded_g3u9x_92{color:#065f46;background:#d1fae5}._status--refunded_g3u9x_96{color:#1e40af;background:#dbeafe}._status--failed_g3u9x_100,._status--refund_failed_g3u9x_100,._status--disputed_g3u9x_100{color:#991b1b;background:#fee2e2}._status--expired_g3u9x_104{color:#9ca3af;background:#f3f4f6}._loading_g3u9x_109{flex-direction:column;gap:12px;display:flex}._skeleton_g3u9x_115{background:var(--precedent-color-surface-hover,#f3f4f6);border-radius:8px;height:52px;animation:1.5s ease-in-out infinite _pulse_g3u9x_1}@keyframes _pulse_g3u9x_1{0%,to{opacity:1}50%{opacity:.5}}._load-more_g3u9x_130{border:1px solid var(--precedent-color-border,#e5e7eb);color:var(--precedent-color-text);cursor:pointer;background:0 0;border-radius:8px;align-self:center;margin-top:16px;padding:8px 20px;font-size:.875rem}._load-more_g3u9x_130:hover:not(:disabled){background:var(--precedent-color-surface-hover,#f3f4f6)}._load-more_g3u9x_130:disabled{opacity:.6;cursor:not-allowed}._page_1cde7_1{background:var(--precedent-color-background);min-height:100vh;padding:32px 24px}@media (max-width:768px){._page_1cde7_1{padding:20px 16px}}._content_1cde7_12{max-width:1100px;margin:0 auto}._header_1cde7_17{margin-bottom:32px}@media (max-width:768px){._header_1cde7_17{margin-bottom:24px}}._title_1cde7_26{color:var(--precedent-color-text);letter-spacing:-.02em;margin:0 0 6px;font-size:28px;font-weight:700}@media (max-width:768px){._title_1cde7_26{font-size:22px}}._subtitle_1cde7_39{color:var(--precedent-color-text-muted);margin:0;font-size:15px}._layout_1cde7_45{grid-template-columns:360px 1fr;align-items:start;gap:24px;display:grid}@media (max-width:900px){._layout_1cde7_45{grid-template-columns:1fr}}._searchPanel_1cde7_57{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:16px;overflow:hidden}._searchHeader_1cde7_64{border-bottom:1px solid var(--precedent-color-border);padding:16px 16px 12px}._searchRow_1cde7_69{gap:8px;display:flex}._searchInputWrapper_1cde7_74{flex:1;position:relative}._searchIcon_1cde7_79{width:16px;height:16px;color:var(--precedent-color-text-muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}._searchInput_1cde7_74{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);width:100%;color:var(--precedent-color-text);box-sizing:border-box;border-radius:8px;padding:9px 12px 9px 34px;font-size:14px;transition:border-color .2s,box-shadow .2s}._searchInput_1cde7_74::placeholder{color:var(--precedent-color-text-muted)}._searchInput_1cde7_74:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-alpha);outline:none}._searchButton_1cde7_110{background:var(--precedent-color-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 14px;font-size:14px;font-weight:600;transition:background .2s,transform .15s}._searchButton_1cde7_110:hover:not(:disabled){background:var(--precedent-color-primary-hover);transform:translateY(-1px)}._searchButton_1cde7_110:active:not(:disabled){transform:translateY(0)}._searchButton_1cde7_110:disabled{opacity:.5;cursor:not-allowed}._userListBody_1cde7_134{max-height:520px;padding:8px;overflow-y:auto}._emptyState_1cde7_140{color:var(--precedent-color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;font-size:14px;display:flex}._emptyIcon_1cde7_152{opacity:.4;font-size:32px;line-height:1}._promptState_1cde7_158{color:var(--precedent-color-text-muted);text-align:center;flex-direction:column;align-items:center;gap:6px;padding:40px 24px;font-size:14px;display:flex}._userCard_1cde7_169{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:background .15s,border-color .15s;display:flex}._userCard_1cde7_169:hover{background:var(--precedent-color-surface-subtle)}._userCard_1cde7_169._selected_1cde7_185{background:var(--precedent-color-primary-alpha);border-color:var(--precedent-color-primary)}._userAvatar_1cde7_190{background:var(--precedent-color-primary);color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}._userMeta_1cde7_205{flex:1;min-width:0}._userName_1cde7_210{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._userEmail_1cde7_219{color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}._roleBadge_1cde7_228{white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}._roleUser_1cde7_239{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text-muted);border:1px solid var(--precedent-color-border)}._roleAdmin_1cde7_245{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe}._roleSysadmin_1cde7_251{color:#5b21b6;background:#ede9fe;border:1px solid #ddd6fe}._permissionsPanel_1cde7_257{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:16px;position:sticky;top:24px;overflow:hidden}._panelHeader_1cde7_266{border-bottom:1px solid var(--precedent-color-border);align-items:center;gap:14px;padding:20px 20px 16px;display:flex}._panelAvatar_1cde7_274{background:var(--precedent-color-primary);color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:700;display:flex}._panelUserInfo_1cde7_289{flex:1;min-width:0}._panelDisplayName_1cde7_294{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:16px;font-weight:700;overflow:hidden}._panelMeta_1cde7_304{color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}._panelBody_1cde7_312{padding:20px}._sectionLabel_1cde7_316{text-transform:uppercase;letter-spacing:.06em;color:var(--precedent-color-text-muted);margin:0 0 14px;font-size:11px;font-weight:700}._permissionList_1cde7_325{flex-direction:column;gap:10px;display:flex}._permissionRow_1cde7_331{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:border-color .2s;display:flex}._permissionRow_1cde7_331._isGranted_1cde7_341{background:#22c55e0a;border-color:#22c55e59}._statusDot_1cde7_346{background:var(--precedent-color-border);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .2s}._isGranted_1cde7_341 ._statusDot_1cde7_346{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}._permissionInfo_1cde7_359{flex:1;min-width:0}._permissionName_1cde7_364{color:var(--precedent-color-text);font-size:14px;font-weight:600}._permissionDesc_1cde7_370{color:var(--precedent-color-text-muted);margin-top:2px;font-size:12px}._toggleButton_1cde7_376{cursor:pointer;white-space:nowrap;border-radius:8px;flex-shrink:0;padding:6px 14px;font-size:13px;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .15s,opacity .15s}._toggleButton_1cde7_376:hover:not(:disabled){transform:translateY(-1px)}._toggleButton_1cde7_376:active:not(:disabled){transform:translateY(0)}._toggleButton_1cde7_376:disabled{opacity:.5;cursor:not-allowed}._grantBtn_1cde7_397{background:var(--precedent-color-primary);color:#fff;border:1px solid #0000}._grantBtn_1cde7_397:hover:not(:disabled){background:var(--precedent-color-primary-hover)}._revokeBtn_1cde7_406{color:#dc2626;background:0 0;border:1px solid #dc262659}._revokeBtn_1cde7_406:hover:not(:disabled){background:#dc262614;border-color:#dc2626}._panelPlaceholder_1cde7_416{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:64px 32px;display:flex}._panelPlaceholderIcon_1cde7_426{opacity:.25;font-size:40px;line-height:1}._panelPlaceholderText_1cde7_432{color:var(--precedent-color-text-muted);max-width:220px;margin:0;font-size:14px}._skeletonRow_1cde7_439{border:1px solid var(--precedent-color-border);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}@keyframes _shimmer_1cde7_1{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}._skeletonBlock_1cde7_459{background:var(--precedent-color-surface-subtle);border-radius:6px;animation:1.4s ease-in-out infinite _shimmer_1cde7_1}._backdrop_zopim_3{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;cursor:default;background:#0f172a80;border:none;animation:.15s _fadeIn_zopim_1;position:fixed;inset:0}[data-theme=light] ._backdrop_zopim_3{background:#0f172a59}@keyframes _fadeIn_zopim_1{0%{opacity:0}to{opacity:1}}._sheet_zopim_26{background:var(--precedent-color-surface);z-index:1001;width:100%;max-width:500px;padding:8px;padding-bottom:max(16px, env(safe-area-inset-bottom,16px));border:none;border-radius:16px 16px 0 0;flex-direction:column;margin:0;animation:.22s cubic-bezier(.22,1,.36,1) _slideUp_zopim_1;display:flex;position:fixed;top:auto;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 32px #0006}[data-theme=light] ._sheet_zopim_26{box-shadow:0 -4px 32px #0f172a1f}@media (min-width:426px){._sheet_zopim_26{width:380px;box-shadow:var(--precedent-shadow-md);border-radius:16px;animation:.18s cubic-bezier(.22,1,.36,1) _scaleIn_zopim_1;top:50%;bottom:auto;transform:translate(-50%,-50%)}}@keyframes _slideUp_zopim_1{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}@keyframes _scaleIn_zopim_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._sheetHandle_zopim_84{background:var(--precedent-color-border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0}@media (min-width:769px){._sheetHandle_zopim_84{display:none}}._header_zopim_99{flex-shrink:0;padding:16px 20px 8px}._title_zopim_104{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:700}._options_zopim_112{flex-direction:column;gap:4px;padding:8px 12px;display:flex}._option_zopim_112{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 12px;transition:background-color .15s,border-color .15s,transform .1s;display:flex}._option_zopim_112:hover{background:var(--color-surface-muted);border-color:var(--precedent-color-primary)}._option_zopim_112:active{transform:scale(.98)}._optionDisabled_zopim_140{opacity:.55}._optionDisabled_zopim_140:hover{border-color:var(--precedent-color-border);background:var(--precedent-color-background)}._optionIcon_zopim_148{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}._icon_zopim_160{width:22px;height:22px;color:var(--precedent-color-primary);stroke-width:1.5px}._optionContent_zopim_167{flex-direction:column;gap:2px;min-width:0;display:flex}._optionTitle_zopim_174{color:var(--precedent-color-text);font-size:15px;font-weight:600}._optionDescription_zopim_180{color:var(--precedent-color-text-muted);font-size:13px}._banner__wrapper_3zbvc_1{width:100%;max-width:400px}._banner__input_3zbvc_6{display:none}._banner__container_3zbvc_10{aspect-ratio:3;cursor:pointer;border-radius:8px;outline:none;width:100%;position:relative;overflow:hidden}._banner__container_3zbvc_10:focus-within ._banner__overlay_3zbvc_19,._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{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._banner__overlay_3zbvc_19{opacity:0;pointer-events:none;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}._banner__overlay_3zbvc_19 span{color:#fff;font-size:.875rem;font-weight:600}._banner__remove_button_3zbvc_25{color:#fff;cursor:pointer;opacity:0;z-index:2;background-color:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:opacity .2s,background-color .2s;display:flex;position:absolute;top:8px;right:8px}._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{border:2px dashed var(--precedent-color-border);cursor:pointer;border-radius:8px;width:100%;padding:2rem 1rem;font-family:inherit;transition:border-color .3s,background-color .3s}._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{color:var(--precedent-color-text);font-size:.875rem;font-weight:600}._profile__pfp_wrapper_omcfh_1{justify-content:center;align-items:center;display:flex}._profile__pfp_input_omcfh_7{display:none}._profile__pfp_container_omcfh_11{cursor:pointer;border:3px solid var(--precedent-color-border);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;padding:0;transition:border-color .3s;display:flex;position:relative;overflow:hidden}._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{object-fit:cover;object-position:center;width:100%;height:100%}._profile__pfp_overlay_omcfh_26{opacity:0;color:#fff;pointer-events:none;background-color:#0009;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}._profile__pfp_overlay_omcfh_26 span{font-size:.875rem;font-weight:600}._profile__edit_actions_6sc7o_1{gap:.75rem;margin-top:.5rem;display:flex}._profile__form_field_6sc7o_7{flex-direction:column;gap:.5rem;width:100%;display:flex}._profile__form_field_6sc7o_7 label{color:var(--precedent-color-text);font-size:.875rem;font-weight:500}._profile__form_field_6sc7o_7 input,._profile__form_field_6sc7o_7 textarea{border:1px solid var(--precedent-color-border);background-color:var(--precedent-color-background);color:var(--precedent-color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s,background-color .3s}._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;color:var(--precedent-color-text-muted);margin-top:.25rem;font-size:.75rem}._profile__header_cpay4_1{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}._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%}}._container_ng8kq_1{color:var(--precedent-color-text-muted);white-space:pre-wrap;word-break:break-word;margin:0;font-size:15px;line-height:1.5}._link_ng8kq_10{color:var(--precedent-color-primary);text-underline-offset:3px;word-break:break-word;text-decoration:underline}._stats_wsdyq_1{gap:var(--precedent-space-xl);margin:var(--precedent-space-xl) 0;display:flex}._stat_wsdyq_1{gap:var(--precedent-space-2xs);color:inherit;cursor:pointer;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;background:0 0;align-items:center;text-decoration:none;transition:all .2s;display:flex}._stat_wsdyq_1:hover{background-color:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-text-muted);text-decoration:none}._stat_wsdyq_1:active{transform:scale(.98)}._count_wsdyq_31{color:var(--precedent-color-text);font-weight:600}._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{align-items:center;gap:1rem;display:flex}@media (max-width:430px){._profile__header_row_femk8_10{justify-content:center}}._dropdown-container_femk8_21{align-items:center;display:flex;position:relative}@media (min-width:780px){._dropdown-container_femk8_21{display:none}}._kebab-button_femk8_32{cursor:pointer;color:var(--precedent-color-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:transform .2s;display:flex}._kebab-button_femk8_32:active{transform:scale(.95)}._kebab-icon_femk8_47{stroke-width:1.5px;width:24px;height:24px}._dropdown-menu_femk8_53{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:100;border-radius:8px;min-width:120px;margin-top:8px;position:absolute;top:100%;right:0;box-shadow:0 2px 8px #0000001a}._dropdown-item_femk8_66{text-align:left;width:100%;color:var(--precedent-color-text);cursor:pointer;background:0 0;border:none;padding:12px 16px;font-size:14px;transition:background-color .2s;display:block}._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{align-items:center;gap:.5rem;display:flex}@media (max-width:425px){._profile__username_row_femk8_91{justify-content:center}}._profile__username_femk8_91{color:var(--precedent-color-primary);font-size:1rem;font-weight:600}._copyButton_femk8_108{cursor:pointer;border-radius:var(--precedent-border-radius-sm);color:var(--precedent-color-text-subtle);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:inline-flex}._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;transition:color .2s;display:block}._profile__bio_femk8_139{color:var(--precedent-color-text-subtle);margin-top:.5rem;line-height:1.6}._profile__bio_link_femk8_145{color:var(--precedent-color-primary);text-underline-offset:3px;word-break:break-word;text-decoration:underline}._profile__actions_femk8_152{gap:var(--precedent-space-sm);flex-wrap:wrap;justify-content:flex-start;align-items:center;margin-top:1rem;display:flex}@media (max-width:425px){._profile__actions_femk8_152{justify-content:center}}._profile__edit_button_femk8_166{width:-moz-fit-content;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:-moz-fit-content;width:fit-content}._profile__header_13m25_1{flex-direction:column;margin-bottom:1rem;display:flex}._profile__banner_container_13m25_7{border-radius:8px;width:100%;max-height:300px;margin-bottom:0;overflow:hidden}._profile__banner_13m25_7{object-fit:cover;object-position:center;aspect-ratio:3;border-radius:8px;width:100%;height:100%;display:block}._profile__content_13m25_25{z-index:1;grid-template-columns:auto 1fr;align-items:flex-start;gap:1.5rem;padding:0 1rem;display:grid;position:relative}@media (max-width:640px){._profile__content_13m25_25{text-align:center;grid-template-columns:1fr;justify-items: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}}._card_q8coe_1{color:inherit;background:var(--precedent-color-background);border:1px solid var(--precedent-color-border);cursor:pointer;border-radius:12px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}._card_q8coe_1:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._card_q8coe_1:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._thumbnailWrap_q8coe_21{aspect-ratio:16/9;background:var(--precedent-color-surface-subtle);border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}._thumbnailImg_q8coe_32{object-fit:cover;width:100%;height:100%}._thumbnailPlaceholder_q8coe_38{width:100%;height:100%;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;font-size:48px;display:flex}._body_q8coe_48{padding:12px 16px}._name_q8coe_52{color:var(--precedent-color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}._date_q8coe_64{color:var(--precedent-color-text-muted);margin:0 0 4px;font-size:13px}._location_q8coe_70{color:var(--precedent-color-text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 6px;font-size:13px;display:-webkit-box;overflow:hidden}._rsvpSummary_q8coe_80{color:var(--precedent-color-text-muted);margin:0;font-size:12px}._cardCompact_q8coe_87{color:inherit;border-radius:var(--precedent-radius-md);background:var(--precedent-color-background);border:1px solid var(--precedent-color-border);cursor:pointer;align-items:center;gap:12px;padding:12px;text-decoration:none;transition:background .2s;display:flex}._cardCompact_q8coe_87:hover{background:var(--precedent-color-surface-subtle)}._cardCompact_q8coe_87:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._thumbnailWrapCompact_q8coe_108{border-radius:var(--precedent-radius-sm);background:var(--precedent-color-surface-subtle);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}._thumbnailImgCompact_q8coe_120{object-fit:cover;width:100%;height:100%}._bodyCompact_q8coe_126{flex:1;min-width:0}._nameCompact_q8coe_131{color:var(--precedent-color-text);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 4px;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}._dateCompact_q8coe_142{color:var(--precedent-color-text-muted);margin:0;font-size:12px}._section_a5i7y_1{margin-bottom:40px}._title_a5i7y_5{color:var(--precedent-color-text);margin:0 0 16px;font-size:20px;font-weight:700}._scrollTrack_a5i7y_12{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:2px 2px 12px;display:flex;overflow-x:auto}._scrollTrack_a5i7y_12::-webkit-scrollbar{height:4px}._scrollTrack_a5i7y_12::-webkit-scrollbar-track{background:0 0}._scrollTrack_a5i7y_12::-webkit-scrollbar-thumb{background:var(--precedent-color-border);border-radius:2px}._cardWrap_a5i7y_33{scroll-snap-align:start;flex:0 0 220px}@media (max-width:480px){._cardWrap_a5i7y_33{flex:0 0 180px}}._sentinel_a5i7y_43{flex:0 0 1px;height:1px}._loadingMore_a5i7y_48{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);white-space:nowrap;flex:none;align-items:center;padding:0 16px;display:flex}._skeletonRow_a5i7y_58{gap:16px;display:flex}._skeletonCard_a5i7y_63{background:var(--precedent-color-surface-subtle);border-radius:12px;flex:0 0 220px;height:200px;animation:1.4s ease-in-out infinite _shimmer_a5i7y_1}@media (max-width:480px){._skeletonCard_a5i7y_63{flex:0 0 180px}}._empty_a5i7y_76{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);padding:20px 0}@keyframes _shimmer_a5i7y_1{0%,to{opacity:1}50%{opacity:.4}}._collabButton_qkp5h_1{text-transform:uppercase;letter-spacing:.5px;align-self:flex-end}._collabButton_qkp5h_1:hover{background-color:var(--precedent-color-primary-hover)}._collabButton_qkp5h_1:active{background-color:var(--precedent-color-primary-hover);opacity:.8}._collabButton_qkp5h_1:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){._collabButton_qkp5h_1{font-size:var(--precedent-font-size-text-xs)}}@media (max-width:375px){._collabButton_qkp5h_1{font-size:var(--precedent-font-size-text-2xs)}}@media (max-width:320px){._collabButton_qkp5h_1{font-size:var(--precedent-font-size-text-2xs);padding:var(--precedent-space-2xs) var(--precedent-space-xs)}}._collabIconButton_qkp5h_34{cursor:pointer;color:var(--precedent-color-text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .15s,transform .15s;display:flex}._collabIconButton_qkp5h_34:hover{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text)}._collabIconButton_qkp5h_34:active{transform:scale(.95)}._collabIconButton_qkp5h_34:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._collabIconButton_qkp5h_34:disabled{opacity:.5;cursor:not-allowed}._collabCreationButton_r7r0f_1{cursor:pointer;color:#fff;white-space:nowrap;background:#1f2937;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:background .15s,transform .15s;display:flex;box-shadow:0 4px 12px #0000004d,0 0 0 1px #ffffff1a}._collabCreationButton_r7r0f_1:hover{background:#374151;transform:scale(1.02)}._collabCreationButton_r7r0f_1:active{transform:scale(.98)}._collabCreationButton_r7r0f_1 svg{color:#a5b4fc}._small_r7r0f_27{padding:8px 12px;font-size:13px}._medium_r7r0f_32{padding:10px 16px;font-size:14px}._imageCollabOverlay_hvop3_1{cursor:crosshair;-webkit-user-select:none;user-select:none;z-index:1;pointer-events:auto;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._image_hvop3_1{object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;width:100%;max-width:100%;height:auto;max-height:100%;display:block}._pinpoint_hvop3_29{z-index:10;cursor:pointer;position:absolute;transform:translate(-50%,-50%)}._pinpoint_hvop3_29:focus{outline:none}._pinpoint_hvop3_29:focus-visible ._pinpointDot_hvop3_38{box-shadow:0 0 0 3px #3b82f680}._pinpointDot_hvop3_38{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:3px solid #fff;border-radius:50%;width:24px;height:24px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 2px 8px #0000004d,0 0 0 2px #6366f14d}._pinpointDot_hvop3_38:hover{transform:scale(1.15);box-shadow:0 4px 12px #0006,0 0 0 3px #6366f180}._pinpointPulse_hvop3_57{pointer-events:none;background:#6366f166;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite _pulse_hvop3_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _pulse_hvop3_1{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}._pinpointTooltip_hvop3_80{z-index:20;pointer-events:none;animation:.15s _fadeIn_hvop3_1;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}._pinpointTooltip_hvop3_80:after{content:"";border:6px solid #0000;border-top-color:#1f2937;position:absolute;top:100%;left:50%;transform:translate(-50%)}._tooltipContent_hvop3_99{color:#fff;white-space:nowrap;background:#1f2937;border-radius:8px;flex-direction:column;gap:2px;padding:8px 12px;display:flex;box-shadow:0 4px 12px #0000004d}._tooltipCreator_hvop3_111{color:#a5b4fc;font-size:12px;font-weight:600}._tooltipPostName_hvop3_117{color:#9ca3af;text-overflow:ellipsis;max-width:200px;font-size:11px;overflow:hidden}@keyframes _fadeIn_hvop3_1{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}._pendingPinpoint_hvop3_135{z-index:15;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:3px solid #fff;border-radius:50%;width:28px;height:28px;animation:.3s _bounceIn_hvop3_1;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d,0 0 0 2px #10b98166}@keyframes _bounceIn_hvop3_1{0%{transform:translate(-50%,-50%)scale(0)}50%{transform:translate(-50%,-50%)scale(1.2)}to{transform:translate(-50%,-50%)scale(1)}}._collabDropdown_hvop3_159{z-index:100;background:#fff;border-radius:12px;animation:.2s _dropdownFadeIn_hvop3_1;position:absolute;bottom:20px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 40px #00000026,0 2px 10px #0000001a}@keyframes _dropdownFadeIn_hvop3_1{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}._doubleClickHint_hvop3_182{color:#fff;opacity:0;pointer-events:none;white-space:nowrap;background:#000000b3;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:500;transition:opacity .3s;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}._imageCollabOverlay_hvop3_1:hover ._doubleClickHint_hvop3_182{opacity:.8}@media (max-width:768px){._imageCollabOverlay_hvop3_1{cursor:default}._pinpointDot_hvop3_38{border-width:4px;width:32px;height:32px}._doubleClickHint_hvop3_182{display:none}._collabDropdown_hvop3_159{width:calc(100% - 40px);max-width:300px;bottom:16px}._dropdownButton_hvop3_219{justify-content:center;width:100%;padding:16px 20px;font-size:15px}}@media (hover:none) and (pointer:coarse){._imageCollabOverlay_hvop3_1{-webkit-tap-highlight-color:transparent}._pinpoint_hvop3_29:active ._pinpointDot_hvop3_38{transform:scale(.95)}}._emblaCollab_173hu_1{width:100%;max-width:100%;margin:0 auto}._viewport_173hu_7{-webkit-user-select:none;user-select:none;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden}._container_173hu_16{touch-action:pan-y pinch-zoom;pointer-events:auto;align-items:center;display:flex}._slide_173hu_23{box-sizing:border-box;pointer-events:auto;flex:0 0 100%;justify-content:center;align-items:center;min-width:0;min-height:300px;max-height:600px;display:flex;position:relative}._image_173hu_36{object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;width:100%;max-width:100%;height:auto;max-height:500px;display:block}._controls_173hu_50{justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}._buttons_173hu_58{gap:8px;display:flex}._button_173hu_58{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}._button_173hu_58:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}._button_173hu_58:disabled{opacity:.4;cursor:not-allowed}._button_173hu_58:focus{outline:none}._button_173hu_58:focus-visible{box-shadow:0 0 0 2px #6366f180}._dots_173hu_91{flex:1;justify-content:center;gap:8px;display:flex}._dot_173hu_91{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}._dot_173hu_91:hover{background:#9ca3af}._dot_173hu_91:focus{outline:none}._dot_173hu_91:focus-visible{box-shadow:0 0 0 2px #6366f180}._dotActive_173hu_118{background:#6366f1;transform:scale(1.25)}._dotActive_173hu_118:hover{background:#4f46e5}@media (max-width:768px){._slide_173hu_23{min-height:200px}._controls_173hu_50{padding:8px 0}._button_173hu_58{width:32px;height:32px}._button_173hu_58 svg{width:16px;height:16px}._dots_173hu_91{gap:6px}._dot_173hu_91{width:6px;height:6px}}@media (prefers-color-scheme:dark){._viewport_173hu_7{background:#1f2937;border-color:#374151}._button_173hu_58{color:#e5e7eb;background:#374151;border-color:#4b5563}._button_173hu_58:hover:not(:disabled){background:#4b5563;border-color:#6b7280}._dot_173hu_91{background:#4b5563}._dot_173hu_91:hover{background:#6b7280}._dotActive_173hu_118{background:#818cf8}._dotActive_173hu_118:hover{background:#6366f1}}._likeButton_1nekw_1{display:inline-flex}._likeButton_1nekw_1._liked_1nekw_4 ._icon_1nekw_4{animation:.3s _likeAnimation_1nekw_1}._likeButton_1nekw_1 ._icon_1nekw_4{width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}._likeButton_1nekw_1 ._iconLiked_1nekw_16{color:var(--precedent-color-primary);fill:var(--precedent-color-primary)}@keyframes _likeAnimation_1nekw_1{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}._saveButton_1kap0_1{display:inline-flex}._saveButton_1kap0_1._saved_1kap0_4 ._icon_1kap0_4{animation:.3s _saveAnimation_1kap0_1}._saveButton_1kap0_1 ._icon_1kap0_4{width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}._saveButton_1kap0_1 ._iconSaved_1kap0_16{color:var(--precedent-color-primary);fill:var(--precedent-color-primary)}@keyframes _saveAnimation_1kap0_1{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}._postActions_1yqxq_1{background:var(--precedent-color-surface);border-radius:0 0 8px 8px;align-items:center;gap:16px;padding:.75rem 0 .25rem .75rem;transition:background-color .3s;display:flex}._commentCount_1yqxq_11{color:var(--precedent-color-text-muted);margin-left:auto;font-size:.875rem}._collabButton_1yqxq_17{margin-left:auto}._creatorLink_m4qx5_1{align-items:center;gap:.5rem;display:flex}._profilePictureLink_m4qx5_7{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}._profilePictureLink_m4qx5_7:hover{opacity:.8}._profilePictureLink_m4qx5_7:focus{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._displayNameLink_m4qx5_24{color:var(--precedent-color-text);font-weight:500;text-decoration:none;transition:color .2s}._displayNameLink_m4qx5_24:hover{color:var(--precedent-color-primary);text-decoration:underline}._displayNameLink_m4qx5_24:focus{outline:2px solid var(--precedent-color-primary);outline-offset:2px;border-radius:2px}._ownerPanel_63zqe_1{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);box-shadow:var(--precedent-shadow-sm);overflow:hidden}._ownerPanelInline_63zqe_9{box-shadow:none;background:0 0;border:none;border-radius:0;overflow:visible}._ownerPanelInline_63zqe_9 ._ownerPanelBanner_63zqe_16{padding-inline:20px}@media (min-width:768px){._ownerPanelInline_63zqe_9 ._ownerPanelBanner_63zqe_16{padding-inline:24px}}._ownerPanelInline_63zqe_9 ._ownerPanelBody_63zqe_24{padding:12px 20px}@media (min-width:768px){._ownerPanelInline_63zqe_9 ._ownerPanelBody_63zqe_24{padding:14px 24px}}._ownerPanelInline_63zqe_9 ._dangerZone_63zqe_32{padding:10px 20px 12px}@media (min-width:768px){._ownerPanelInline_63zqe_9 ._dangerZone_63zqe_32{padding:10px 24px 14px}}._ownerPanelBanner_63zqe_16{border-bottom:1px solid var(--precedent-color-border);align-items:center;gap:.625rem;padding:.75rem 1rem;display:flex}._ownerPanelDot_63zqe_49{border-radius:50%;flex-shrink:0;width:8px;height:8px}._ownerPanelStatus_63zqe_56{text-transform:uppercase;letter-spacing:.06em;font-size:.8125rem;font-weight:700}._bannerDraft_63zqe_63{background:#94a3b81f}._bannerDraft_63zqe_63 ._ownerPanelDot_63zqe_49{background:#94a3b8}._bannerDraft_63zqe_63 ._ownerPanelStatus_63zqe_56{color:#64748b}._bannerActive_63zqe_73{background:#22c55e1a}._bannerActive_63zqe_73 ._ownerPanelDot_63zqe_49{background:#22c55e}._bannerActive_63zqe_73 ._ownerPanelStatus_63zqe_56{color:#16a34a}._bannerLocking_63zqe_83{background:#eab3081a}._bannerLocking_63zqe_83 ._ownerPanelDot_63zqe_49{background:#eab308}._bannerLocking_63zqe_83 ._ownerPanelStatus_63zqe_56{color:#a16207}._bannerPendingResult_63zqe_93{background:#a855f71a}._bannerPendingResult_63zqe_93 ._ownerPanelDot_63zqe_49{background:#a855f7}._bannerPendingResult_63zqe_93 ._ownerPanelStatus_63zqe_56{color:#7e22ce}._bannerCompleted_63zqe_103{background:#3b82f61a}._bannerCompleted_63zqe_103 ._ownerPanelDot_63zqe_49{background:#3b82f6}._bannerCompleted_63zqe_103 ._ownerPanelStatus_63zqe_56{color:#1d4ed8}._bannerFailed_63zqe_113{background:#ef444414}._bannerFailed_63zqe_113 ._ownerPanelDot_63zqe_49{background:#ef4444}._bannerFailed_63zqe_113 ._ownerPanelStatus_63zqe_56{color:#b91c1c}._ownerPanelBody_63zqe_24{flex-direction:column;gap:.625rem;padding:1rem;display:flex}._ownerPanelHint_63zqe_130{color:var(--precedent-color-text-muted);margin:0;font-size:.8125rem;line-height:1.5}._panelActionRow_63zqe_137{flex-direction:column;gap:.5rem;display:flex}._panelBtn_63zqe_143,._panelBtnDanger_63zqe_143,._panelBtnSecondary_63zqe_143,._panelBtnPrimary_63zqe_143{cursor:pointer;border:1.5px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:40px;padding:0 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform .1s,opacity .15s;display:flex}._panelBtn_63zqe_143:focus-visible,._panelBtnDanger_63zqe_143:focus-visible,._panelBtnSecondary_63zqe_143:focus-visible,._panelBtnPrimary_63zqe_143:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._panelBtn_63zqe_143:not(:disabled):active,._panelBtnDanger_63zqe_143:not(:disabled):active,._panelBtnSecondary_63zqe_143:not(:disabled):active,._panelBtnPrimary_63zqe_143:not(:disabled):active{transform:scale(.97)}._panelBtn_63zqe_143:disabled,._panelBtnDanger_63zqe_143:disabled,._panelBtnSecondary_63zqe_143:disabled,._panelBtnPrimary_63zqe_143:disabled{opacity:.5;cursor:not-allowed}._panelBtnPrimary_63zqe_143{background:var(--precedent-color-primary);border-color:var(--precedent-color-primary);color:var(--precedent-color-on-primary)}._panelBtnPrimary_63zqe_143:hover:not(:disabled){background:var(--precedent-color-primary-hover);border-color:var(--precedent-color-primary-hover)}._panelBtnSecondary_63zqe_143{background:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-border);color:var(--precedent-color-text)}._panelBtnSecondary_63zqe_143:hover:not(:disabled){background:var(--precedent-color-border)}._dangerZone_63zqe_32{border-top:1px dashed var(--precedent-color-border);padding:.75rem 1rem}._panelBtnDanger_63zqe_143{border-color:var(--precedent-color-error-border);color:var(--precedent-color-error);background:0 0}._panelBtnDanger_63zqe_143:hover:not(:disabled){background:var(--precedent-color-error-subtle);border-color:var(--precedent-color-error)}._badge_4xjf5_1{letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:4px 5px;font-size:.72rem;font-weight:600;display:inline-flex}._label_4xjf5_15{display:none}@container (width>=280px){._badge_4xjf5_1{padding:2px 10px}._label_4xjf5_15{display:inline}}._draft_4xjf5_27{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text-muted)}._active_4xjf5_32{color:#065f46;background:#d1fae5}._locking_4xjf5_37{color:#9a3412;background:#ffedd5}._pendingWinner_4xjf5_42{color:#5b21b6;background:#ede9fe}._pendingResult_4xjf5_47{color:#713f12;background:#fef9c3}._completed_4xjf5_52{color:#1e40af;background:#dbeafe}._failed_4xjf5_57{color:#991b1b;background:#fee2e2}._dialog_1iyde_1{width:min(480px,100%)}._badgeOverlay_16myy_1 ._label_16myy_1,._badgeOverlay_16myy_1 ._chevron_16myy_2{display:none}@container (width>=200px){._badgeOverlay_16myy_1 ._label_16myy_1,._badgeOverlay_16myy_1 ._chevron_16myy_2{display:inline}}._badgeInline_16myy_12 ._label_16myy_1,._badgeInline_16myy_12 ._chevron_16myy_2{display:none}@container (width>=280px){._badgeInline_16myy_12 ._label_16myy_1,._badgeInline_16myy_12 ._chevron_16myy_2{display:inline}}._badgeOverlay_16myy_1{letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;cursor:pointer;color:var(--precedent-color-primary);-webkit-backdrop-filter:blur(6px);background:#ede9fee0;border:none;border-radius:99px;align-items:center;gap:5px;padding:5px;font-family:inherit;font-size:10px;font-weight:700;transition:background .15s;display:inline-flex}@container (width>=200px){._badgeOverlay_16myy_1{padding:3px 9px}}._badgeOverlay_16myy_1:hover{background:#ddd6fef2}._badgeInline_16myy_12{letter-spacing:.01em;text-transform:uppercase;white-space:nowrap;cursor:pointer;vertical-align:middle;color:var(--precedent-color-primary);background:var(--precedent-color-primary-muted);border:none;border-radius:99px;flex-shrink:0;align-items:center;gap:4px;padding:4px;font-family:inherit;font-size:10px;font-weight:600;transition:background .15s;display:inline-flex}._badgeInline_16myy_12:hover{background:var(--precedent-color-primary-muted-strong,#ddd6fe)}@container (width>=280px){._badgeInline_16myy_12{padding:2px 7px}}._badge_1nz4u_1{text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;border-radius:4px;align-items:center;margin-left:4px;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.4;display:inline-flex}._owner_1nz4u_15{background:var(--precedent-color-primary);color:#fff}._mod_1nz4u_20{background:var(--precedent-color-success,#22c55e);color:#fff}._imageCarousel_nxk87_1{width:100%}._videoContainer_nxk87_5{margin-bottom:var(--precedent-space-lg)}._video_nxk87_5{border-radius:var(--precedent-radius-xs);width:100%;max-width:100%;height:auto;max-height:400px;margin:var(--precedent-space-md) 0;object-fit:contain;display:block}._description_nxk87_20{margin-top:var(--precedent-space-lg);margin-bottom:var(--precedent-space-lg);white-space:pre-wrap;word-wrap:break-word}._errorContainer_nxk87_27{margin-bottom:var(--precedent-space-lg);padding:calc(var(--precedent-space-xl) * 1.5);border-radius:var(--precedent-radius-xs);text-align:center;background-color:#f5f5f5;border:1px solid #e0e0e0}._errorMessage_nxk87_36{color:#666}._errorMessage_nxk87_36 p{margin:0;font-size:14px}._menuContainer_1ofz1_1{align-items:center;display:flex;position:relative}._menuButton_1ofz1_7{cursor:pointer;color:var(--precedent-color-text-subtle);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}._menuButton_1ofz1_7:hover{background-color:var(--precedent-color-primary-muted);transform:rotate(90deg)}._menuButton_1ofz1_7:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._menuButton_1ofz1_7:disabled{opacity:.5;cursor:not-allowed}._dropdown_1ofz1_32{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:10;border-radius:6px;min-width:200px;animation:.2s ease-out _bounceIn_1ofz1_1;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}@keyframes _bounceIn_1ofz1_1{0%{opacity:0;transform:scale(.8)translateY(-10px)}50%{opacity:1;transform:scale(1.05)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}._menuItem_1ofz1_60{width:100%;padding:var(--precedent-space-md) var(--precedent-space-sm);cursor:pointer;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:.75rem;transition:all .15s;display:flex}._menuItem_1ofz1_60:hover{background-color:var(--precedent-color-surface-subtle);transform:translate(4px)scale(1.02);box-shadow:0 2px 8px #0000001a}._menuItem_1ofz1_60:active{transform:translate(2px)scale(.98)}._menuItem_1ofz1_60:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._menuItem_1ofz1_60 span{font-weight:500}._editText_1ofz1_91,._unlinkText_1ofz1_95{color:var(--precedent-color-text)}._deleteText_1ofz1_99{color:#dc2626}._icon_1ofz1_103{width:16px;height:16px;transition:transform .15s}._menuItem_1ofz1_60:hover ._icon_1ofz1_103{transform:rotate(10deg)}._unlinkIcon_1ofz1_112{color:var(--precedent-color-text)}._textCollabHighlighter_1cyw0_1{width:100%;position:relative}._textContent_1cyw0_6{word-wrap:break-word;overflow-wrap:break-word;-webkit-user-select:text;user-select:text;cursor:text;line-height:1.7;position:relative}._highlight_1cyw0_16{cursor:pointer;background:linear-gradient(#0000 0% 60%,#6366f140 60% 100%);border-radius:2px;margin:0 -2px;padding:0 2px;transition:background .15s;position:relative}._highlight_1cyw0_16:hover{background:linear-gradient(#6366f11a 0% 60%,#6366f159 60% 100%)}._highlight_1cyw0_16:focus{outline:none}._highlight_1cyw0_16:focus-visible{border-radius:3px;box-shadow:0 0 0 2px #6366f180}._highlight_1cyw0_16:after{content:"";opacity:.8;background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:1px;height:2px;position:absolute;bottom:0;left:0;right:0}._selectionPopup_1cyw0_47{z-index:100;animation:.15s _popupFadeIn_1cyw0_1;transform:translate(-50%,-100%)translateY(-10px)}._selectionPopup_1cyw0_47:after{content:"";border:6px solid #0000;border-top-color:#1f2937;position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes _popupFadeIn_1cyw0_1{0%{opacity:0;transform:translate(-50%,-100%)translateY(-5px)}to{opacity:1;transform:translate(-50%,-100%)translateY(-10px)}}._selectionHint_1cyw0_72{color:#9ca3af;opacity:0;pointer-events:none;font-size:11px;transition:opacity .3s;position:absolute;bottom:-24px;left:0}._textCollabHighlighter_1cyw0_1:hover ._selectionHint_1cyw0_72{opacity:.7}@media (max-width:768px){._selectionHint_1cyw0_72{display:none}._highlight_1cyw0_16{margin:-2px -4px;padding:2px 4px}._highlight_1cyw0_16:after{height:3px}._selectionPopup_1cyw0_47{position:fixed!important;top:auto!important;bottom:80px!important;left:50%!important;transform:translate(-50%)!important}._popupButton_1cyw0_104{border-radius:24px;padding:14px 24px;font-size:15px}}@media (hover:none) and (pointer:coarse){._highlight_1cyw0_16{-webkit-tap-highlight-color:#6366f14d}._highlight_1cyw0_16:active{background:linear-gradient(#6366f126 0% 60%,#6366f166 60% 100%)}}@media (prefers-color-scheme:dark){._highlight_1cyw0_16{background:linear-gradient(#0000 0% 60%,#818cf84d 60% 100%)}._highlight_1cyw0_16:hover{background:linear-gradient(#818cf826 0% 60%,#818cf873 60% 100%)}._selectionHint_1cyw0_72{color:#6b7280}}._postContentWrapper_1ihq3_1{flex-direction:column;margin-bottom:0;padding-bottom:0;display:flex}._postContent_1ihq3_1{border:1px solid var(--precedent-color-border);padding-top:16px;background:var(--precedent-color-surface);box-shadow:var(--precedent-shadow-sm);border-radius:8px;padding-inline:16px;transition:background-color .3s,border-color .3s}._postCreatorHeader_1ihq3_18{margin-bottom:var(--precedent-space-md);padding-bottom:var(--precedent-space-md);border-bottom:1px solid var(--precedent-color-border);justify-content:space-between;align-items:center;display:flex}._creatorRow_1ihq3_27{align-items:center;gap:4px;display:flex}._postCreator_1ihq3_18{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);align-items:center;gap:8px;display:flex}._postDate_1ihq3_41{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted)}._postHeaderRight_1ihq3_46{align-items:center;gap:12px;margin-left:auto;display:flex}._postName_1ihq3_53{margin:0 0 var(--precedent-space-md) 0;color:var(--precedent-color-text);text-align:left;font-size:20px;font-weight:600}._postNameRow_1ihq3_61{margin-bottom:var(--precedent-space-md);align-items:flex-start;gap:12px;display:flex;container-type:inline-size}._postNameRow_1ihq3_61 ._postName_1ihq3_53{flex:1;min-width:0;margin-bottom:0}._communitiesContainer_1ihq3_74{margin-top:var(--precedent-space-md);margin-bottom:var(--precedent-space-md);flex-wrap:wrap;gap:8px;display:flex}._communityLabel_1ihq3_82{text-overflow:ellipsis;white-space:nowrap;max-width:200px}._creatorLink_1ihq3_88{color:var(--precedent-color-text);font-weight:500;text-decoration:none}._creatorLink_1ihq3_88:hover{text-decoration:underline}._paymentSection_1ihq3_97{border-top:1px solid var(--precedent-color-border);flex-direction:column;gap:12px;margin-top:4px;padding:16px 0;display:flex}._postContentBody_1ihq3_106{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;min-height:50px;color:var(--precedent-color-text);text-align:left;line-height:1.6}._postContentBody_1ihq3_106 img{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;pointer-events:auto;border-radius:4px;max-width:100%;height:auto}._postContentBody_1ihq3_106 p{margin:8px 0}._postContentBody_1ihq3_106 h1,._postContentBody_1ihq3_106 h2,._postContentBody_1ihq3_106 h3{margin:16px 0 8px;font-weight:600}._postContentBody_1ihq3_106 a{color:var(--precedent-color-primary);text-decoration:underline}._postContentBody_1ihq3_106 a:hover{color:var(--precedent-color-primary-hover)}@keyframes _pop_12spy_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes _slideUp_12spy_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}._overlay_12spy_29{display:none}@media (max-width:640px){._overlay_12spy_29{z-index:999;background:#00000073;display:block;position:fixed;inset:0}}._sortWrapper_12spy_43{align-items:center;gap:var(--precedent-space-sm);display:inline-flex;position:relative}._sortDropdownButton_12spy_50{align-items:center;gap:var(--precedent-space-xs);border-radius:var(--precedent-radius-md);border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);cursor:pointer;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);padding:6px 10px;transition:background .14s,transform .12s,box-shadow .14s;display:inline-flex}._sortDropdownButton_12spy_50:hover{background:var(--precedent-color-surface-subtle);box-shadow:var(--precedent-shadow-sm);transform:translateY(-1px)}._sortDropdownButton_12spy_50:focus-visible{outline:2px solid var(--precedent-color-primary-glow);outline-offset:2px}._chevron_12spy_75{width:16px;height:16px;transition:transform .2s}._chevronOpen_12spy_81{transform:rotate(180deg)}._sortDropdown_12spy_50{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);min-width:250px;box-shadow:var(--precedent-shadow-md);padding:var(--precedent-space-xs);z-index:500;box-sizing:border-box;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 8rem);animation:.16s _pop_12spy_1;position:absolute;top:calc(100% + 6px);left:0;overflow:auto}@media (max-width:640px){._sortDropdown_12spy_50{min-width:unset;border-radius:var(--precedent-radius-lg) var(--precedent-radius-lg) 0 0;width:100%;padding:var(--precedent-space-lg) var(--precedent-space-md) calc(var(--precedent-space-lg) + env(safe-area-inset-bottom,0px));z-index:1000;-webkit-overflow-scrolling:touch;border-top:1px solid var(--precedent-color-border);max-height:70vh;animation:.22s _slideUp_12spy_1;position:fixed;inset:auto 0 0;overflow-y:auto}._sortDropdown_12spy_50:before{content:"";border-radius:var(--precedent-radius-fully-rounded);background:var(--precedent-color-border);width:40px;height:4px;margin:0 auto var(--precedent-space-md);display:block}._sortOption_12spy_133{border-radius:var(--precedent-radius-sm);font-size:var(--precedent-font-size-text-md);padding:12px 14px}._sortDropdownButton_12spy_50{padding:8px 12px}}._sortOption_12spy_133{align-items:center;gap:var(--precedent-space-sm);width:100%;padding:var(--precedent-space-xs) var(--precedent-space-sm);border-radius:var(--precedent-radius-sm);cursor:pointer;color:var(--precedent-color-text);background:0 0;border:none;justify-content:flex-start;transition:background .14s,transform .12s;display:inline-flex}._sortOption_12spy_133:hover,._sortOption--active_12spy_161{background:var(--precedent-color-primary-muted)}._viewTypeGroup_12spy_166{gap:var(--precedent-space-sm);align-items:center;display:inline-flex}._viewButton_12spy_172{align-items:center;gap:var(--precedent-space-xs);border-radius:var(--precedent-radius-fully-rounded);background:var(--precedent-color-border);cursor:pointer;color:var(--precedent-color-primary);border:1px solid #0000;padding:6px 8px;transition:all .16s;display:inline-flex}._viewButton--active_12spy_185{background:linear-gradient(135deg, var(--precedent-color-primary), var(--precedent-color-primary-hover));color:#fff;box-shadow:var(--precedent-shadow-md);filter:brightness(1.1);transform:scale(1.08)}._viewButton--active_12spy_185:hover{filter:brightness(1.2);transform:scale(1.12);box-shadow:0 6px 16px #00000040}._viewButton_12spy_172:not(._viewButton--active_12spy_185):hover{background:var(--precedent-color-surface-subtle);transform:scale(1.05);box-shadow:0 4px 12px #00000026}._viewButton_12spy_172:focus-visible{outline:2px solid var(--precedent-color-primary-glow);outline-offset:2px;transform:scale(1.02)}._viewTypeMobileButton_12spy_212{display:none}@media (max-width:640px){._viewTypeMobileButton_12spy_212{align-items:center;gap:var(--precedent-space-xs);border-radius:var(--precedent-radius-md);cursor:pointer;color:var(--precedent-color-text);background:0 0;border:1px solid #0000;padding:6px 8px;transition:all .2s;display:inline-flex}._viewTypeMobileButton_12spy_212:hover{background:var(--precedent-color-surface-subtle)}._viewTypeMobileButton_12spy_212:active{transform:scale(.95)}}._viewMobileDropdown_12spy_236{right:var(--precedent-space-xs);background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);box-shadow:var(--precedent-shadow-md);padding:var(--precedent-space-sm);z-index:200;color:var(--precedent-color-text);min-width:120px;animation:.16s _pop_12spy_1;position:absolute;top:44px}._relativeWrapper_12spy_252{position:relative}._icon_12spy_256{color:var(--precedent-color-primary);justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}._iconSmall_12spy_265{width:16px;height:16px}.__icon_12spy_270{width:18px;height:18px;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;transition:all .2s;display:inline-flex}._viewButton_12spy_172:hover .__icon_12spy_270{transform:scale(1.2)rotate(10deg)}._viewButton--active_12spy_185 .__icon_12spy_270{color:#fff;transform:scale(1.1)rotate(5deg)}._optionLabel_12spy_289{text-align:left;flex:auto}._option_12spy_289{padding:var(--precedent-space-xs) var(--precedent-space-sm);align-items:center;gap:var(--precedent-space-sm);cursor:pointer;border-radius:var(--precedent-radius-sm);color:var(--precedent-color-text);transition:background .14s;display:flex}._option_12spy_289:hover,._option_12spy_289._active_12spy_309{background:var(--precedent-color-primary-muted)}._option_12spy_289 ._icon_12spy_256,._option_12spy_289 .__icon_12spy_270{transition:all .2s}._option_12spy_289:hover ._icon_12spy_256,._option_12spy_289:hover .__icon_12spy_270{transform:scale(1.2)}._container_11z4f_5{gap:var(--precedent-space-xs);flex-direction:column;width:100%;min-width:0;display:flex}._barWrapper_11z4f_14{width:100%}._meta_11z4f_22{gap:var(--precedent-space-2xs);font-size:var(--precedent-font-size-text-md);flex-direction:column;display:flex}._metaTop_11z4f_29{align-items:baseline;gap:var(--precedent-space-2xs);flex-wrap:wrap;min-width:0;display:flex}._metaBottom_11z4f_37{align-items:center;gap:var(--precedent-space-xs);flex-wrap:wrap;display:flex}@media (min-width:480px){._meta_11z4f_22{justify-content:space-between;align-items:center;gap:var(--precedent-space-xs);flex-direction:row}._metaBottom_11z4f_37{flex-shrink:0}}._collected_11z4f_56{color:var(--color-text);white-space:nowrap;font-weight:600}._goal_11z4f_62{color:var(--color-text-muted);font-weight:400;font-size:var(--precedent-font-size-text-sm);white-space:nowrap}._backers_11z4f_70{color:var(--color-text-muted);font-size:var(--precedent-font-size-text-sm);white-space:nowrap}._percent_11z4f_80{align-items:center;gap:var(--precedent-space-2xs);font-size:var(--precedent-font-size-text-sm);padding:2px var(--precedent-space-xs);border-radius:var(--precedent-radius-fully-rounded);white-space:nowrap;color:var(--precedent-color-primary);font-weight:700;transition:color .3s,background-color .3s;display:inline-flex}._percentBronze_11z4f_96{color:var(--tier-bronze-text);background-color:var(--tier-bronze-bg)}._percentSilver_11z4f_101{color:var(--tier-silver-text);background-color:var(--tier-silver-bg)}._percentGold_11z4f_106{color:var(--tier-gold-text);background-color:var(--tier-gold-bg)}._percentPlatinum_11z4f_111{color:var(--tier-platinum-text);background-color:var(--tier-platinum-bg)}._tierName_11z4f_117{font-size:var(--precedent-font-size-text-xs);letter-spacing:.05em;text-transform:uppercase;opacity:.85;font-weight:600}._progressBar_1cwrk_3{width:100%;min-width:0}._track_1cwrk_9{border-radius:var(--precedent-radius-fully-rounded);background:var(--color-surface-muted);width:100%;height:7px;transition:height .2s;position:relative;overflow:hidden}._trackTier_1cwrk_21{height:8px}._fill_1cwrk_25{border-radius:var(--precedent-radius-fully-rounded);background:linear-gradient(90deg, var(--brand-gradient-start) 0%, var(--brand-gradient-end) 100%);transition:width .7s,background .4s;position:absolute;top:0;bottom:0;left:0}._fillTier_1cwrk_36{background-size:200% 100%;animation:2.4s linear infinite _shimmer_1cwrk_1}@media (prefers-reduced-motion:reduce){._fillTier_1cwrk_36{animation:none}}@keyframes _shimmer_1cwrk_1{0%{background-position:200%}to{background-position:-200%}}._tierBronze_1cwrk_55{background:linear-gradient(90deg,#8c4a1e 0%,#cd7f32 50%,#a05c20 100%)}._tierSilver_1cwrk_63{background:linear-gradient(90deg,#707070 0%,silver 50%,#909090 100%)}._tierGold_1cwrk_67{background:linear-gradient(90deg,#b8860b 0%,gold 50%,#daa520 100%)}._tierPlatinum_1cwrk_71{background:linear-gradient(90deg,#b8d0e8 0%,#e8f4f8 50%,#c5cfe8 100%)}._tick_1cwrk_79{background:var(--precedent-color-border);z-index:1;border-radius:1px;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}._tickReached_1cwrk_92{background:var(--tier-tick-active,var(--precedent-color-primary))}._trackTierBronze_1cwrk_97 ._tickReached_1cwrk_92{background:var(--tier-bronze-track-tick)}._trackTierSilver_1cwrk_101 ._tickReached_1cwrk_92{background:var(--tier-silver-track-tick)}._trackTierGold_1cwrk_105 ._tickReached_1cwrk_92{background:var(--tier-gold-track-tick)}._trackTierPlatinum_1cwrk_109 ._tickReached_1cwrk_92{background:var(--tier-platinum-track-tick)}._card_1hqcn_1{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);flex-direction:column;width:100%;transition:box-shadow .2s,transform .18s,border-color .18s;display:flex;overflow:hidden;container:commission-card/inline-size}._clickable_1hqcn_14{cursor:pointer;touch-action:manipulation}._clickable_1hqcn_14:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 8px #0000000f,0 12px 28px #0000001a}._clickable_1hqcn_14:active{transform:translateY(0);box-shadow:0 2px 8px #00000014}._clickable_1hqcn_14:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:3px;border-radius:var(--precedent-radius-lg)}._heroWrapper_1hqcn_33{aspect-ratio:16/7;background:var(--precedent-color-surface-subtle);flex-shrink:0;width:100%;position:relative;overflow:hidden}._heroImage_1hqcn_42{object-fit:cover;width:100%;height:100%;display:block}._heroBadge_1hqcn_49{position:absolute;bottom:10px;left:10px}._cardNoHero_1hqcn_55 ._body_1hqcn_55{padding-top:.875rem}._titleRow_1hqcn_59{align-items:flex-start;gap:8px;display:flex}._titleRow_1hqcn_59 ._title_1hqcn_59{flex:1;min-width:0}._body_1hqcn_55{flex-direction:column;flex:1;gap:.5rem;min-height:0;padding:1rem 1rem 1.125rem;display:flex}._creator_1hqcn_78{display:none}._title_1hqcn_59{color:var(--precedent-color-text);overflow-wrap:break-word;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}._description_1hqcn_96{color:var(--precedent-color-text-muted);overflow-wrap:break-word;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.6;display:none}._fundingSection_1hqcn_108{border-top:1px solid var(--precedent-color-border-subtle);flex-direction:column;gap:6px;margin-top:auto;padding-top:.75rem;display:flex}._deadlineRow_1hqcn_117{justify-content:flex-end;display:none}._deadline_1hqcn_117{color:var(--precedent-color-text-muted);white-space:nowrap;font-size:.75rem;font-weight:600}._urgencyMedium_1hqcn_129{color:#b45309}._urgencyHigh_1hqcn_133{color:#dc2626}@container commission-card (width>=500px){._creator_1hqcn_78{display:flex}._description_1hqcn_96{display:-webkit-box;overflow:hidden}._deadlineRow_1hqcn_117{display:flex}}@container commission-card (width>=700px){._card_1hqcn_1{flex-direction:row}._heroWrapper_1hqcn_33{width:160px;aspect-ratio:unset;align-self:stretch}._body_1hqcn_55{flex:1;min-width:0;padding:1rem 1.25rem}._cardNoHero_1hqcn_55 ._body_1hqcn_55{padding-top:1rem}}._enlargedCard_1qulw_1{background:var(--precedent-color-background);margin-bottom:var(--precedent-space-xs);cursor:pointer;box-shadow:var(--precedent-shadow-sm);border-radius:2px;width:100%;transition:all .2s}._enlargedInfo_1qulw_11{gap:var(--precedent-space-2xs);padding:var(--precedent-space-2xs);flex-direction:column;display:flex}._titleSection_1qulw_18{flex-flow:wrap;align-items:flex-start;gap:6px;display:flex;container-type:inline-size}._commissionOverlay_1qulw_27{z-index:1;position:absolute;top:10px;right:10px}._enlargedTitle_1qulw_34{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;flex:1;min-width:0;margin:0;font-weight:600;line-height:1.4}@media (max-width:425px){._enlargedTitle_1qulw_34{font-size:var(--precedent-font-size-text-xs)}}._footerSection_1qulw_52{gap:var(--precedent-space-xs);flex-direction:column;display:flex}@media (max-width:425px){._footerSection_1qulw_52{gap:var(--precedent-space-xs);flex-direction:row;align-items:center}}._creatorRow_1qulw_65{align-items:center;gap:4px;display:flex}._profileSection_1qulw_71{gap:var(--precedent-space-2xs);align-items:center;display:flex}@media (max-width:425px){._profileSection_1qulw_71{gap:var(--precedent-space-2xs);flex:1}}._titleContent_1qulw_83{flex-direction:column;justify-content:center;gap:.25rem;display:flex}._creatorLink_1qulw_90{color:var(--precedent-color-text);font-weight:500;font-size:var(--precedent-font-size-text-sm);text-decoration:none}._creatorLink_1qulw_90:hover{text-decoration:underline}@media (max-width:425px){._creatorLink_1qulw_90{font-size:var(--precedent-font-size-text-sm)}}._enlargedActions_1qulw_105{flex-wrap:wrap;align-items:flex-start;gap:8px 16px;display:flex}@media (max-width:425px){._enlargedActions_1qulw_105{align-items:center;gap:8px;margin-left:auto}}._actionLabel_1qulw_119{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);font-weight:500}@media (max-width:425px){._actionLabel_1qulw_119,[data-view-type=columns] ._commentButtonWrapper_1qulw_131,[data-view-type=columns] ._collabButtonWrapper_1qulw_132{display:none}[data-view-type=columns] ._creatorLink_1qulw_90{font-size:var(--precedent-font-size-text-2xs)}}._enlargedContent_1qulw_142{background:var(--precedent-color-surface);width:100%}._enlargedContent_1qulw_142 .videoContainer{width:100%}._enlargedContent_1qulw_142 img,._enlargedContent_1qulw_142 video{width:100%;height:auto;margin:0;display:block}._enlargedFooter_1qulw_157{gap:var(--precedent-space-md);padding:var(--precedent-space-2xs);flex-direction:column;display:flex}@media (max-width:425px){._enlargedFooter_1qulw_157{flex-direction:row;justify-content:space-between;align-items:center}}._icon_1qulw_171{width:1.2rem;height:1.2rem;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}@media (max-width:425px){._icon_1qulw_171{width:10px;max-width:10px;height:10px;max-height:10px}}._countText_1qulw_189{text-align:left;font-weight:500}@media (max-width:425px){._countText_1qulw_189{font-size:var(--precedent-font-size-text-2xs)}}._imageWrapper_1qulw_199{width:100%;position:relative;container-type:inline-size}._singleImage_1qulw_205{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;width:100%;height:auto;display:block}._videoThumbnailWrapper_1qulw_215{cursor:pointer;width:100%;position:relative;container-type:inline-size}._videoPlaceholder_1qulw_222{aspect-ratio:16/9;background:var(--precedent-color-surface-subtle);width:100%}._videoThumbnail_1qulw_215{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;width:100%;height:auto;display:block}._playButtonOverlay_1qulw_238{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._playIcon_1qulw_246{filter:drop-shadow(0 2px 8px #0000004d);transition:transform .2s}._videoThumbnailWrapper_1qulw_215:hover ._playIcon_1qulw_246{transform:scale(1.1)}._richTextPreview_cwgxa_1{color:var(--precedent-color-text-muted);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;padding:var(--precedent-space-xs);font-size:12px;line-height:1.5}@media (max-width:425px){._richTextPreview_cwgxa_1{font-size:8px}}._container_11pm1_1{width:100%;max-width:800px;padding-top:var(--precedent-space-2xs);margin:0 auto}._viewToggle_11pm1_8{gap:var(--precedent-space-2xs);margin-bottom:var(--precedent-space-lg);padding:0 var(--precedent-space-xs);padding-bottom:var(--precedent-space-sm);justify-content:flex-end;display:flex}._viewButton_11pm1_17{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);border-radius:var(--precedent-radius-md);cursor:pointer;width:40px;height:40px;color:var(--precedent-color-text-subtle);justify-content:center;align-items:center;transition:all .2s;display:flex}._viewButton_11pm1_17:hover{background:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-text-subtle)}._viewButton_11pm1_17._active_11pm1_34{background:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-primary);color:var(--precedent-color-primary)}._viewButton_11pm1_17 svg{width:20px;height:20px}._title_11pm1_44{margin-bottom:20px;font-size:24px;font-weight:700}._postsList_11pm1_50{flex-direction:column;gap:10px;display:flex}._postsColumns_11pm1_56{gap:var(--precedent-space-xs);display:flex}._column_11pm1_61{gap:var(--precedent-space-xs);flex-direction:column;flex:1;display:flex}._loadingContainer_11pm1_68{justify-content:center;align-items:center;height:100%;display:flex}._loadMoreTrigger_11pm1_75{justify-content:center;align-items:center;min-height:10px;display:flex}._loadingFooter_11pm1_82{padding:var(--precedent-space-xs);color:var(--precedent-color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}._loadingFooter_11pm1_82 span{font-size:14px}._mentionInputWrapper_1fz07_1{width:100%;position:relative}._textarea_1fz07_6{border:1px solid var(--precedent-color-border);resize:vertical;background-color:var(--precedent-color-surface);width:100%;min-height:80px;color:var(--precedent-color-text);border-radius:8px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s,background-color .3s}._textarea_1fz07_6:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._textarea_1fz07_6:disabled{background-color:var(--precedent-color-surface-subtle);cursor:not-allowed}._textarea_1fz07_6::placeholder{color:var(--precedent-color-text-subtle)}._mentionDropdown_1fz07_32{z-index:100;background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);min-width:220px;max-width:280px;box-shadow:var(--precedent-shadow-lg);border-radius:8px;animation:.15s _fadeIn_1fz07_1;position:absolute;overflow:hidden}@keyframes _fadeIn_1fz07_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._mentionHint_1fz07_55{color:var(--precedent-color-text-subtle);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}._mentionList_1fz07_63{max-height:200px;margin:0;padding:.25rem 0;list-style:none;overflow-y:auto}._mentionItem_1fz07_71{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:4px 8px;transition:background-color .1s;display:flex}._mentionItem_1fz07_71:hover,._mentionItem_1fz07_71._selected_1fz07_80{background-color:var(--precedent-color-primary-muted)}._mentionItem_1fz07_71._selected_1fz07_80{background-color:var(--precedent-color-primary-surface);border-left-color:var(--precedent-color-primary)}._userAvatar_1fz07_88{object-fit:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._userAvatar_1fz07_88:not(img){background:linear-gradient(135deg, var(--precedent-color-primary), var(--precedent-color-primary-dark));color:#fff;font-size:.875rem;font-weight:600}._userInfo_1fz07_105{flex-direction:column;flex:1;min-width:0;display:flex}._displayName_1fz07_112{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}._userName_1fz07_121{color:var(--precedent-color-text-subtle);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}._mentionTip_1fz07_129{text-align:left;padding:.375rem 0}._mentionTip_1fz07_129 span{color:var(--precedent-color-text-muted);font-size:.75rem;font-style:italic}._commentForm_1hj2j_1{flex-direction:column;gap:.75rem;width:100%;display:flex}._commentInput_1hj2j_8{border:1px solid var(--precedent-color-border);resize:vertical;background-color:var(--precedent-color-surface);width:100%;min-height:80px;color:var(--precedent-color-text);border-radius:8px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s,background-color .3s}._commentInput_1hj2j_8:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._commentInput_1hj2j_8:disabled{background-color:var(--precedent-color-surface-subtle);cursor:not-allowed}._commentInput_1hj2j_8::placeholder{color:var(--precedent-color-text-subtle)}._commentActions_1hj2j_34{justify-content:flex-end;gap:.5rem;display:flex}._cancelButton_1hj2j_40{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);font-size:var(--precedent-font-size-text-sm);cursor:pointer;border-radius:6px;padding:.25rem .75rem;font-weight:600;transition:background-color .15s,transform .1s,opacity .2s,visibility .2s}._cancelButton_1hj2j_40:hover:not(:disabled){background-color:var(--precedent-color-surface)}._cancelButton_1hj2j_40:active:not(:disabled){transform:scale(.98)}._cancelButton_1hj2j_40:disabled{opacity:.6;cursor:not-allowed}._repliesSection_1xx8x_1{border-left:3px solid var(--precedent-color-border);margin-top:1rem;padding:0 0 0 1.5rem}._toggleRepliesButton_1xx8x_7{color:var(--precedent-color-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;margin:0 0 .75rem -1.5rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}._toggleRepliesButton_1xx8x_7:hover:not(:disabled){background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._toggleRepliesButton_1xx8x_7:disabled{color:#9ca3af;cursor:not-allowed}._toggleRepliesButton_1xx8x_7 svg{flex-shrink:0}._repliesContainer_1xx8x_34{margin-top:.75rem}._repliesList_1xx8x_38{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}._replyItem_1xx8x_45{animation:.15s ease-out _slideIn_1xx8x_1}@keyframes _slideIn_1xx8x_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._replyFormContainer_1xx8x_59{margin-top:.75rem}._replyForm_1xx8x_59{background-color:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:8px;padding:1rem;transition:background-color .3s,border-color .3s}._showMoreRepliesSection_1xx8x_71{margin-top:.75rem;margin-bottom:.75rem;margin-left:-1.5rem}._showMoreRepliesButton_1xx8x_77{color:var(--precedent-color-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s}._showMoreRepliesButton_1xx8x_77:hover:not(:disabled){background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._showMoreRepliesButton_1xx8x_77:disabled{color:var(--precedent-color-text-subtle);cursor:not-allowed}._commentItem_1yaza_1{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:8px;padding:1rem}._commentHeaderWrapper_1yaza_8{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}._commentDate_1yaza_15{color:var(--precedent-color-text-muted);font-size:.85rem}._commentContent_1yaza_20{margin-bottom:.75rem}._commentText_1yaza_24{color:var(--precedent-color-text);white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.6}._commentLink_1yaza_32{color:var(--precedent-color-primary);text-underline-offset:3px;word-break:break-word;text-decoration:underline}._deletedText_1yaza_39{color:var(--precedent-color-text-subtle);margin:0;font-style:italic}._commentActions_1yaza_45{align-items:center;gap:1rem;display:flex}._actionButton_1yaza_51{color:var(--precedent-color-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s}._actionButton_1yaza_51:hover{background-color:var(--precedent-color-primary-muted);color:var(--precedent-color-primary-hover)}._actionButton_1yaza_51:active{transform:scale(.98)}._actionButton_1yaza_51:disabled{color:var(--precedent-color-text-subtle);cursor:not-allowed}._likeCount_1yaza_74{color:var(--precedent-color-text-muted);margin-left:auto;font-size:.875rem}._replyForm_1yaza_80{background-color:var(--precedent-color-surface-subtle);border-radius:8px;margin-top:1rem;padding:1rem;transition:background-color .3s}._commentList_1pp0e_1{flex-direction:column;gap:1rem;display:flex}._commentList_1pp0e_1[data-depth="0"]{gap:1.25rem}._commentList_1pp0e_1[data-depth]:not([data-depth="0"]){border-left:2px solid var(--precedent-color-border);margin-top:.75rem;margin-left:2rem;padding-left:1rem}._commentThread_1pp0e_16{flex-direction:column;display:flex}._repliesSection_1pp0e_21{margin-top:.5rem}._toggleRepliesButton_1pp0e_25{color:var(--precedent-color-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s}._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{width:100%;padding:20px 0 2rem}._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{color:var(--precedent-color-text-muted);letter-spacing:.5px;text-align:left;margin-top:8px;margin-bottom:12px;font-size:16px;font-weight:500}._commentsContent_bodof_23{width:100%;max-width:800px;margin:0 auto}._commentFormSection_bodof_29{background:var(--precedent-color-surface);margin-bottom:2rem;transition:background-color .3s,border-color .3s}._signInPrompt_bodof_35{background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);text-align:center;border-radius:12px;margin-bottom:2rem;padding:1.5rem;transition:background-color .3s,border-color .3s}._signInPrompt_bodof_35 p{color:var(--precedent-color-text-muted);margin:0;font-size:.95rem}._loading_bodof_50{text-align:center;padding:3rem}._loading_bodof_50 p{color:var(--precedent-color-text-muted);margin:0}._error_bodof_59{text-align:center;background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:12px;padding:2rem;transition:background-color .3s,border-color .3s}._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;cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;transition:background-color .15s,transform .1s}._retryButton_bodof_73:hover{background-color:var(--precedent-color-primary-hover)}._retryButton_bodof_73:active{transform:scale(.98)}._emptyState_bodof_91{text-align:center;background:var(--precedent-color-surface);padding:3rem;transition:background-color .3s,border-color .3s}._emptyState_bodof_91 p{color:var(--precedent-color-text-muted);margin:0;font-size:1rem}._loadMoreSection_bodof_103{text-align:center;margin-top:2rem}._loadMoreButton_bodof_108{background-color:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);cursor:pointer;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:background-color .15s,transform .1s}._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{justify-content:center;padding:1rem;display:flex}._loadingMore_bodof_135 p{color:var(--precedent-color-text-muted);margin:0;font-size:.875rem}._thumbnailCard_1w6g8_1{border:1px solid var(--precedent-color-border);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;text-align:left;appearance:none;border-radius:6px;width:100%;transition:all .2s}@media (max-width:320px){._thumbnailCard_1w6g8_1{padding-inline:var(--precedent-space-sm)}}._thumbnailContentWrapper_1w6g8_23{align-items:center;gap:16px;display:flex}._thumbnailTextContent_1w6g8_29{flex:1;min-width:0}._thumbnailTitleRow_1w6g8_34{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;display:flex;container-type:inline-size}._thumbnailTitle_1w6g8_34{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;color:var(--precedent-color-text-muted);flex:1;min-width:0;margin:0;font-size:20px;font-weight:600}@media (max-width:768px){._thumbnailTitle_1w6g8_34{font-size:16px}}._thumbnailCreatorRow_1w6g8_60{margin-bottom:var(--precedent-space-md);align-items:center;gap:4px;display:flex}._thumbnailCreator_1w6g8_60{align-items:center;gap:var(--precedent-space-md);font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);display:flex}._creatorLink_1w6g8_75{color:var(--precedent-color-text);font-weight:500;text-decoration:none}._creatorLink_1w6g8_75:hover{text-decoration:underline}._thumbnailContent_1w6g8_23{color:var(--precedent-color-text-muted);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin-bottom:12px;font-size:13px;line-height:1.5}._thumbnailActions_1w6g8_94{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 28px;display:flex}@media (max-width:320px){._thumbnailActions_1w6g8_94{gap:8px 24px}}._previewImageContainer_1w6g8_107{background-color:var(--precedent-color-surface-subtle);border-radius:6px;flex-shrink:0;width:80px;height:80px;overflow:hidden}._previewImage_1w6g8_107{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;width:100%;height:100%;display:block}._postFullBody_1duxn_1{flex-direction:column;gap:8px;display:flex}._parentPost_1duxn_7{border-bottom:1px solid #e8e8e8;padding-top:0;padding-bottom:16px}._parentPostTitle_1duxn_13{color:var(--precedent-color-text-muted);letter-spacing:.5px;margin-top:0;margin-bottom:12px;font-size:14px;font-weight:500}._creatorLink_1duxn_22{color:inherit;cursor:pointer;font:inherit;text-transform:inherit;letter-spacing:inherit;background:0 0;border:none;padding:0;text-decoration:underline;transition:opacity .15s}._creatorLink_1duxn_22:hover{opacity:.7}._creatorLink_1duxn_22:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #6366f166}._childPosts_1duxn_45{border-top:1px solid var(--precedent-color-border);margin-top:8px;padding-top:20px}._childPostsTitle_1duxn_51{color:#666;letter-spacing:.5px;margin-top:8px;margin-bottom:12px;font-size:14px;font-weight:500}._childPostsList_1duxn_60{flex-direction:column;gap:8px;display:flex}._tabsContainer_1duxn_66{border-top:1px solid var(--precedent-color-border);margin-top:0;margin-bottom:20px}._tabs_1duxn_66{margin:var(--precedent-space-lg) 0 var(--precedent-space-lg) 0;justify-content:flex-start;display:flex}._tabContent_1duxn_78 ._childPosts_1duxn_45{border-top:none;margin-top:0;padding-top:0}._tabContent_1duxn_78 .commentsSection{border-top:none;padding-top:0}._loadMoreTrigger_1duxn_88{text-align:center;padding:16px 0}._loadingMore_1duxn_93{justify-content:center;align-items:center;padding:12px 0;display:flex}._loadingMore_1duxn_93 p{color:var(--precedent-color-text-muted);margin:0;font-size:14px}._modalContent_1epr4_1{text-align:left;flex-direction:column;width:100%;max-width:800px;display:flex;overflow:hidden}._modalContentInner_1epr4_10{flex:1;min-height:0;padding:20px;overflow:hidden auto}._modalContentInner_1epr4_10::-webkit-scrollbar{width:8px}._modalContentInner_1epr4_10::-webkit-scrollbar-track{background:0 0}._modalContentInner_1epr4_10::-webkit-scrollbar-thumb{background:var(--precedent-color-border);border-radius:4px}._modalContentInner_1epr4_10::-webkit-scrollbar-thumb:hover{background:var(--precedent-color-text-subtle)}._container_1b4lk_1{width:100%;max-width:800px;padding-top:var(--precedent-space-2xs);margin:0 auto}._viewToggle_1b4lk_8{margin-bottom:var(--precedent-space-lg);padding:0 var(--precedent-space-xs);padding-bottom:var(--precedent-space-sm);justify-content:flex-end;display:flex}._list_1b4lk_16{flex-direction:column;gap:10px;display:flex}._columnsWrapper_1b4lk_22{gap:var(--precedent-space-xs);display:flex}._column_1b4lk_22{gap:var(--precedent-space-xs);flex-direction:column;flex:1;display:flex}._empty_1b4lk_34{text-align:center;color:var(--precedent-color-text-muted);padding:48px 16px;font-size:.9375rem;line-height:1.5}._emptyLink_1b4lk_42{color:var(--precedent-color-accent,#2563eb);font-weight:600;text-decoration:none}._emptyLink_1b4lk_42:hover{text-decoration:underline}._loading_1b4lk_51{justify-content:center;padding:48px;display:flex}._error_1b4lk_57{color:var(--precedent-color-danger,#b91c1c);padding:24px;font-size:.875rem}._sentinel_1b4lk_63{width:100%;height:1px}._profile__loading_1wbcn_1{text-align:center;color:var(--precedent-color-text-muted);padding:24px;font-size:14px}._eventsContainer_1wbcn_8{padding:20px 0}._profile__tabs_1wbcn_12{-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;overflow-x:auto}._profile__tabs_1wbcn_12::-webkit-scrollbar{display:none}._profile__tabs_1wbcn_12{justify-content:flex-start}._profile__tabs_1wbcn_12 .tab{white-space:nowrap;padding:.375rem .6875rem;font-size:.8125rem;font-weight:500}@media (min-width:640px){._profile__tabs_1wbcn_12{justify-content:center;margin:0 auto}._profile__tabs_1wbcn_12 .tab{padding:.45rem 1rem;font-size:.9375rem}}._container_1a52g_1{width:100%;max-width:800px;margin:0 auto;padding:20px}._bottomNavbar_8mfoq_1{background-color:var(--precedent-color-surface);border-top:1px solid var(--precedent-color-border);z-index:50;width:100%;padding-bottom:env(safe-area-inset-bottom,0px);display:block;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}._navbar-container_8mfoq_16{justify-content:space-around;align-items:center;max-width:100%;height:54px;padding:8px 16px;display:flex}._navbar-container-center_8mfoq_25{justify-content:center;align-items:center;max-width:100%;height:54px;padding:8px 16px;display:flex}._nav-button_8mfoq_34{cursor:pointer;color:var(--precedent-color-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:transform .2s;display:flex}._nav-button_8mfoq_34:active{transform:scale(.95)}._login-button_8mfoq_49{background-color:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}._login-button_8mfoq_49:hover{opacity:.9}._login-button_8mfoq_49:active{transform:scale(.97)}._nav-icon_8mfoq_67{stroke-width:1.5px;width:24px;height:24px}._profile-icon_8mfoq_73{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._notification-button_8mfoq_82{position:relative}._notification-badge_8mfoq_86{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-family:SF Mono,JetBrains Mono,monospace;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px;box-shadow:0 2px 4px #ee5a5a66}@media (min-width:769px){._bottomNavbar_8mfoq_1{display:none}}._tabContainer_181o8_1{flex:1;justify-content:center;align-items:center;display:flex;position:relative}._tab_181o8_1{color:var(--precedent-color-text-muted);text-align:center;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.25rem;min-width:72px;padding:.45rem .25rem;font-size:.96rem;font-weight:600;display:flex}._tab_181o8_1:hover{color:var(--precedent-color-text)}._tab_181o8_1._active_181o8_28{color:var(--precedent-color-text);font-weight:700}._tab_181o8_1:focus-visible{box-shadow:none;outline:none}._kebabButton_181o8_37{color:inherit;cursor:pointer;border-radius:var(--precedent-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:background-color .2s;display:flex}._kebabButton_181o8_37:hover{background:var(--precedent-color-surface-subtle)}._kebabButton_181o8_37:active{background:var(--precedent-color-surface-hover)}._kebabIcon_181o8_56{width:16px;height:16px}._dropdown_181o8_61{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);z-index:1000;width:max-content;min-width:100px;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 4px 12px #00000026}._dropdownItem_181o8_74{align-items:center;gap:var(--precedent-space-xs);width:100%;padding:var(--precedent-space-xs) var(--precedent-space-sm);cursor:pointer;color:var(--precedent-color-text);text-align:left;background:0 0;font-size:14px;transition:background .2s;display:flex}._dropdownItem_181o8_74:hover{background:var(--precedent-color-surface-subtle)}._dropdownItem_181o8_74._activeItem_181o8_90{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-primary)}._dropdownItem_181o8_74 ._icon_181o8_94{width:18px;height:18px}@media (max-width:360px){._tab_181o8_1{padding:.4rem .15rem;font-size:.9rem}}._mobileNavbar_ehjqb_1{z-index:60;background:var(--precedent-color-background);border-bottom:1px solid var(--precedent-color-border);padding-top:env(safe-area-inset-top,0px);display:none;position:sticky;top:0}._container_ehjqb_11{grid-template-columns:34px 1fr 34px;align-items:center;gap:.75rem;max-width:1000px;margin:0 auto;padding:.5rem .75rem .4rem;display:grid}._leftPlaceholder_ehjqb_22{width:34px;height:34px}._tabs_ehjqb_27{justify-content:center;justify-self:center;align-items:center;gap:0;width:100%;max-width:420px;padding-bottom:.6rem;display:flex;position:relative}._tab_ehjqb_27{color:var(--precedent-color-text-muted);text-align:center;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;min-width:72px;padding:.45rem .25rem;font-size:.96rem;font-weight:600}._tab_ehjqb_27:hover{color:var(--precedent-color-text)}._track_ehjqb_58{background:var(--precedent-color-surface-subtle);z-index:0;border-radius:2px;height:2px;position:absolute;bottom:4px;left:0;right:0}._indicator_ehjqb_70{background:var(--precedent-color-primary);z-index:1;transform-origin:0;border-radius:3px;width:50%;height:3px;transition:transform .2s cubic-bezier(.2,.9,.3,1),left .2s cubic-bezier(.2,.9,.3,1);position:absolute;bottom:3px;left:0;transform:translate(0)scaleX(1)}._tabs_ehjqb_27._following_ehjqb_85 ._indicator_ehjqb_70{transform:translate(100%)}._tabs_ehjqb_27._single_ehjqb_90 ._indicator_ehjqb_70{width:100%;transform:translate(0)scaleX(1)}._tabs_ehjqb_27._single_ehjqb_90 ._tab_ehjqb_27{flex:none;width:auto;max-width:100%}._tabs_ehjqb_27._following_ehjqb_85{grid-template-columns:1fr 1fr;place-items:center;display:grid}._tabs_ehjqb_27._following_ehjqb_85 ._tab_ehjqb_27{flex:none;width:auto;min-width:0}._tab_ehjqb_27._active_ehjqb_117{color:var(--precedent-color-text);font-weight:700}._tab_ehjqb_27:focus-visible{box-shadow:none;outline:none}@media (max-width:768px){._mobileNavbar_ehjqb_1{display:block}}@media (max-width:360px){._tab_ehjqb_27{padding:.4rem .15rem;font-size:.9rem}._indicator_ehjqb_70,._track_ehjqb_58{bottom:3px}}._navbar_1gnpo_1{background-color:var(--precedent-color-background);border-bottom:1px solid var(--precedent-color-border);z-index:50;box-shadow:var(--precedent-shadow-sm);transition:background-color .3s,border-color .3s;position:sticky;top:0}@media (max-width:768px){._navbar_1gnpo_1{display:none}}._navbar-container_1gnpo_16{justify-content:space-between;align-items:center;max-width:1280px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}._navbar-left_1gnpo_26{align-items:center;gap:3rem;display:flex}._navbar-logo_1gnpo_32{color:var(--precedent-color-text);letter-spacing:.05em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}._navbar-logo_1gnpo_32:hover{opacity:.8}._navbar-logo-favicon_1gnpo_47{object-fit:contain;width:40px;height:40px}._navbar-logo-text_1gnpo_53{object-fit:contain;width:auto;height:40px;transition:filter .3s}[data-theme=light] ._navbar-logo-text_1gnpo_53{filter:invert()brightness(.2)}._navbar-links_1gnpo_63{align-items:center;gap:2rem;display:flex}._navbar-link_1gnpo_63{color:var(--precedent-color-text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}._navbar-link_1gnpo_63:hover{color:var(--precedent-color-text-subtle)}._navbar-link_1gnpo_63:after{content:"";background-color:var(--precedent-color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:0}._navbar-link_1gnpo_63:hover:after{width:100%}._navbar-profile_1gnpo_94{align-items:center;text-decoration:none;display:flex}._navbar-profile-wrapper_1gnpo_100{position:relative}._navbar-profile-button_1gnpo_104{cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;display:flex}._navbar-profile-button_1gnpo_104:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._navbar-actions_1gnpo_119{align-items:center;gap:1rem;display:flex}._navbar-theme-toggle_1gnpo_125{background-color:var(--precedent-color-surface);width:40px;height:40px;color:var(--precedent-color-text);cursor:pointer;box-shadow:var(--precedent-shadow-sm);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex}._navbar-theme-toggle_1gnpo_125:hover{background-color:var(--precedent-color-surface-subtle);box-shadow:var(--precedent-shadow-md);transform:scale(1.05)}._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}._navbar-theme-toggle_1gnpo_125:hover ._theme-icon_1gnpo_152{transform:rotate(15deg)}._profile-image_1gnpo_161{object-fit:cover;cursor:pointer;border:2px solid var(--precedent-color-border);border-radius:50%;width:40px;height:40px;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{border:1px solid var(--precedent-color-border);color:var(--precedent-color-text);cursor:pointer;background-color:#0000;border-radius:9999px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}._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{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);box-shadow:var(--precedent-shadow-md);z-index:100;border-radius:.75rem;min-width:120px;transition:background-color .3s,border-color .3s;position:absolute;top:calc(100% + .5rem);right:0}._navbar-dropdown-item_1gnpo_218{width:100%;padding:var(--precedent-space-lg);text-align:left;font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);cursor:pointer;background:0 0;border:none;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block}._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{padding:.4rem .85rem;font-size:.875rem}}._mainContent_n578g_1{max-width:1280px;margin:0 auto;padding-inline:20px}@media (max-width:768px){._mainContent_n578g_1{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}}._communityItem_d3qre_1{border-radius:var(--precedent-radius-md);background:var(--precedent-color-background);justify-content:space-between;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex;position:relative}._communityItem_d3qre_1:hover{background-color:var(--precedent-color-surface-subtle);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._communityItemBackground_d3qre_18{cursor:pointer;border-radius:inherit;background:0 0;border:none;position:absolute;inset:0}._communityItemBackground_d3qre_18:focus{box-shadow:0 0 0 3px var(--precedent-color-primary-alpha);outline:none}._communityItemBackground_d3qre_18:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._joinButtonContainer_d3qre_35{z-index:1;flex-shrink:0;position:relative}._thumbnailContainer_d3qre_41{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}._communityInfo_d3qre_52{flex:1;min-width:0}._communityName_d3qre_57{color:var(--precedent-color-text);word-break:break-word;margin:0 0 4px;font-size:14px;font-weight:600}._communityDescription_d3qre_65{color:var(--precedent-color-text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 4px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}._communityDescriptionLink_d3qre_77{color:var(--precedent-color-primary);text-underline-offset:3px;word-break:break-word;text-decoration:underline}._communityStats_d3qre_84{color:var(--precedent-color-text-muted);margin:0;font-size:12px}._toggleButton_9apcr_1{padding:var(--precedent-space-xs) var(--precedent-space-md);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);cursor:pointer;white-space:nowrap;border-radius:999px;font-weight:600;transition:all .2s}._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{color:var(--precedent-color-text-muted);border-color:var(--precedent-color-border);background:0 0}._toggleButton_9apcr_1._notJoined_9apcr_29:hover:not(:disabled){background:var(--precedent-color-primary-light);color:var(--precedent-color-primary)}._communitiesList_1n2li_1{flex-direction:column;gap:12px;display:flex}._loadingMessage_1n2li_7,._emptyMessage_1n2li_8{text-align:center;color:var(--precedent-color-text-muted);padding:40px 20px;font-size:14px}._sentinel_1n2li_15{width:100%;height:1px}._loadingMore_1n2li_20{text-align:center;color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-md);padding:20px}._container_1z5gx_1{background:var(--precedent-color-background);min-height:100vh;padding:24px}@media (max-width:768px){._container_1z5gx_1{padding:16px}}._content_1z5gx_12{max-width:1200px;margin:0 auto}._header_1z5gx_17{margin-bottom:32px}@media (max-width:768px){._header_1z5gx_17{margin-bottom:24px}}._title_1z5gx_26{color:var(--precedent-color-text);margin:0 0 8px;font-size:32px;font-weight:700}@media (max-width:768px){._title_1z5gx_26{font-size:24px}}._subtitle_1z5gx_38{color:var(--precedent-color-text-muted);margin:0;font-size:16px}@media (max-width:768px){._subtitle_1z5gx_38{font-size:14px}}._searchForm_1z5gx_49{gap:12px;margin-bottom:24px;display:flex}@media (max-width:768px){._searchForm_1z5gx_49{flex-direction:column}}._searchInputWrapper_1z5gx_60{flex:1;position:relative}._searchInput_1z5gx_60{width:100%;padding:var(--precedent-space-md) var(--precedent-space-lg);border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);color:var(--precedent-color-text);border-radius:8px;font-size:15px;transition:all .2s}._searchInput_1z5gx_60:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-alpha);outline:none}._searchInput_1z5gx_60::placeholder{color:var(--precedent-color-text-muted)}._clearButton_1z5gx_84{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}._clearButton_1z5gx_84:hover{background:var(--precedent-color-surface-subtle)}._clearIcon_1z5gx_103{width:18px;height:18px;color:var(--precedent-color-text-muted)}._searchButton_1z5gx_109{padding:var(--precedent-space-md) var(--precedent-space-lg);background:var(--precedent-color-primary);color:#fff;font-size:var(--precedent-font-size-text-md);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;font-weight:500;transition:all .2s}._searchButton_1z5gx_109:hover{background:var(--precedent-color-primary-hover);transform:translateY(-1px)}._searchButton_1z5gx_109:active{transform:translateY(0)}@media (max-width:768px){._searchButton_1z5gx_109{width:100%}}._resultsInfo_1z5gx_134{margin-bottom:20px}._resultsText_1z5gx_138{color:var(--precedent-color-text-muted);margin:0;font-size:14px}._loadingMessage_1z5gx_144{min-height:300px;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;font-size:16px;display:flex}._emptyState_1z5gx_153{justify-content:center;align-items:center;min-height:300px;display:flex}._emptyMessage_1z5gx_160{color:var(--precedent-color-text-muted);text-align:center;margin:0;font-size:16px}._communitiesGrid_1z5gx_167{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:32px;display:grid}@media (max-width:768px){._communitiesGrid_1z5gx_167{grid-template-columns:1fr;gap:16px}}._communityCard_1z5gx_180{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;width:100%;padding:20px;transition:all .2s;display:flex}._communityCard_1z5gx_180:hover{border-color:var(--precedent-color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._communityCard_1z5gx_180:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-alpha);outline:none}._communityCard_1z5gx_180:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._communityHeader_1z5gx_207{align-items:center;gap:12px;margin-bottom:8px;display:flex}._communityThumbnail_1z5gx_214{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}._communityThumbnailPlaceholder_1z5gx_222{background:var(--precedent-color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:600;display:flex}._communityCardContent_1z5gx_236{flex-direction:column;gap:8px;display:flex}._communityName_1z5gx_242{color:var(--precedent-color-text);word-break:break-word;margin:0;font-size:18px;font-weight:600}._communityDescription_1z5gx_250{color:var(--precedent-color-text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}._communityStats_1z5gx_262{align-items:center;gap:8px;margin-top:4px;display:flex}._statItem_1z5gx_269{color:var(--precedent-color-text-muted);font-size:13px;font-weight:500}._pagination_1z5gx_275{justify-content:center;align-items:center;gap:16px;padding:20px 0;display:flex}._paginationButton_1z5gx_283{padding:8px var(--precedent-space-lg);background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);color:var(--precedent-color-text);cursor:pointer;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}._paginationButton_1z5gx_283:hover:not(:disabled){background:var(--precedent-color-primary);color:#fff;border-color:var(--precedent-color-primary)}._paginationButton_1z5gx_283:disabled{opacity:.4;cursor:not-allowed}._pageInfo_1z5gx_304{color:var(--precedent-color-text-muted);font-size:14px;font-weight:500}._container_or9vx_1{align-items:center;display:flex;position:relative}._trigger_or9vx_7{cursor:pointer;color:var(--precedent-color-text-muted);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:transform .2s;display:flex}._trigger_or9vx_7:hover{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text)}._trigger_or9vx_7:active{transform:scale(.95)}._triggerIcon_or9vx_27{stroke-width:1.5px;width:24px;height:24px}._menu_or9vx_33{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:100;border-radius:8px;min-width:170px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 2px 8px #0000001a}._menuItem_or9vx_47{text-align:left;cursor:pointer;width:100%;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-md);background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;transition:background-color .2s;display:flex}._menuItem_or9vx_47:hover:not(:disabled){background-color:var(--precedent-color-surface-subtle)}._menuItem_or9vx_47:active:not(:disabled){background-color:var(--precedent-color-border)}._menuItem_or9vx_47:disabled{opacity:.6;cursor:not-allowed}._menuItemDanger_or9vx_72{color:#dc2626}._menuItemDanger_or9vx_72:hover:not(:disabled){background-color:#dc262614}._menuItemDanger_or9vx_72:active:not(:disabled){background-color:#dc26261f}._menuItemIcon_or9vx_82{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}._menuItemIcon_or9vx_82 svg{width:100%;height:100%}._backdrop_t94pd_3{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;cursor:default;background:#0f172a73;border:none;animation:.15s _fadeIn_t94pd_1;position:fixed;inset:0}@keyframes _fadeIn_t94pd_1{0%{opacity:0}to{opacity:1}}._sheet_t94pd_23{background:var(--precedent-color-background);z-index:1001;width:100%;max-width:500px;max-height:80vh;padding:0;padding-bottom:max(0px, env(safe-area-inset-bottom,0px));border:none;border-radius:12px 12px 0 0;flex-direction:column;margin:0;animation:.22s cubic-bezier(.22,1,.36,1) _slideUp_t94pd_1;display:flex;position:fixed;top:auto;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0003}@media (min-width:600px){._sheet_t94pd_23{border-radius:12px;width:90%;max-height:80vh;animation:.18s cubic-bezier(.22,1,.36,1) _scaleIn_t94pd_1;top:50%;bottom:auto;transform:translate(-50%,-50%)}}@keyframes _slideUp_t94pd_1{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}@keyframes _scaleIn_t94pd_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._sheetHandle_t94pd_74{background:var(--precedent-color-border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0}@media (min-width:600px){._sheetHandle_t94pd_74{display:none}}._sheetHeader_t94pd_89{padding:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border);flex-shrink:0;align-items:center;display:flex}._sheetTitle_t94pd_97{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:600}._listContainer_t94pd_105{padding-bottom:max(16px, env(safe-area-inset-bottom,16px));flex:1;overflow-y:auto}@media (min-width:600px){._listContainer_t94pd_105{padding-bottom:16px}}._userList_t94pd_117{margin:0;padding:0;list-style:none}._userRow_t94pd_123{border-bottom:1px solid var(--precedent-color-border)}._userRow_t94pd_123:last-child{border-bottom:none}._userLink_t94pd_130{color:inherit;border-radius:var(--precedent-radius-md);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}._userLink_t94pd_130:hover{background:var(--precedent-color-surface-subtle);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._avatarContainer_t94pd_147{flex-shrink:0;display:inline-flex;position:relative}._userInfo_t94pd_154{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._displayName_t94pd_162{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._userName_t94pd_171{color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}._roleBadge_t94pd_179{border-radius:10px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}._ownerBadge_t94pd_187{background:var(--precedent-color-primary);color:#fff}._modBadge_t94pd_192{background:var(--precedent-color-success,#22c55e);color:#fff}._modalBody_t94pd_198{padding:16px}._loaderWrap_t94pd_203{justify-content:center;padding:40px 20px;display:flex}._emptyMessage_t94pd_209{text-align:center;color:var(--precedent-color-text-muted);margin:0;padding:40px 20px;font-size:14px}._loadMoreButton_t94pd_217{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);width:calc(100% - 32px);color:var(--precedent-color-text);cursor:pointer;border-radius:6px;margin:12px 16px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s;display:block}._loadMoreButton_t94pd_217:hover:not(:disabled){background:var(--precedent-color-surface-subtle)}._loadMoreButton_t94pd_217:disabled{opacity:.6;cursor:not-allowed}._loadMoreButton_t94pd_217:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._overlay_17q71_1{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_17q71_11{background:var(--precedent-color-surface);border-radius:12px;flex-direction:column;width:100%;max-width:420px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}._modalHeader_17q71_23{border-bottom:1px solid var(--precedent-color-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}._modalTitle_17q71_31{color:var(--precedent-color-text);margin:0;font-size:16px;font-weight:600}._closeButton_17q71_38{color:var(--precedent-color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1}._closeButton_17q71_38:hover{color:var(--precedent-color-text)}._searchInput_17q71_51{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);color:var(--precedent-color-text);border-radius:8px;outline:none;margin:12px 20px;padding:10px 14px;font-family:inherit;font-size:14px}._searchInput_17q71_51:focus{border-color:var(--precedent-color-primary)}._searchInput_17q71_51::placeholder{color:var(--precedent-color-text-muted)}._membersList_17q71_69{flex:1;padding:0 12px 12px;overflow-y:auto}._statusText_17q71_75{color:var(--precedent-color-text-muted);text-align:center;margin:0;padding:24px 8px;font-size:14px}._memberOption_17q71_83{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 8px;font-family:inherit;transition:background .15s;display:flex}._memberOption_17q71_83:hover{background:var(--precedent-color-surface-hover)}._memberOptionInfo_17q71_101{flex-direction:column;min-width:0;display:flex}._memberOptionName_17q71_107{color:var(--precedent-color-text);font-size:14px;font-weight:600}._memberOptionUsername_17q71_113{color:var(--precedent-color-text-muted);font-size:12px}._container_9smwl_1{flex-direction:column;gap:16px;display:flex}._loading_9smwl_7{color:var(--precedent-color-text-muted);text-align:center;padding:24px;font-size:14px}._header_9smwl_14{justify-content:space-between;align-items:center;gap:16px;display:flex}._title_9smwl_21{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:600}._subtitle_9smwl_28{color:var(--precedent-color-text-muted);margin:8px 0 0;font-size:15px;font-weight:600}._inviteButton_9smwl_35{background:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s}._inviteButton_9smwl_35:hover{opacity:.9}._list_9smwl_51{flex-direction:column;gap:4px;display:flex}._memberRow_9smwl_57{border-radius:8px;justify-content:space-between;align-items:center;padding:6px 8px;transition:background .15s;display:flex}._memberRow_9smwl_57:hover{background:var(--precedent-color-surface-hover)}._memberInfo_9smwl_69{align-items:center;gap:10px;min-width:0;display:flex}._memberDetails_9smwl_76{flex-direction:column;min-width:0;display:flex}._memberName_9smwl_82{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._memberUsername_9smwl_91{color:var(--precedent-color-text-muted);font-size:12px}._roleBadge_9smwl_96{white-space:nowrap;border-radius:10px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}._ownerBadge_9smwl_105{background:var(--precedent-color-primary);color:#fff}._modBadge_9smwl_110{background:var(--precedent-color-success,#22c55e);color:#fff}._pendingBadge_9smwl_115{background:var(--precedent-color-warning,#f59e0b);color:#fff}._removeButton_9smwl_120{color:var(--precedent-color-danger,#ef4444);border:1px solid var(--precedent-color-danger,#ef4444);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:4px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}._removeButton_9smwl_120:hover{background:var(--precedent-color-danger,#ef4444);color:#fff}._emptyText_9smwl_138{color:var(--precedent-color-text-muted);text-align:center;margin:0;padding:24px;font-size:14px}._backdrop_gfz2f_3{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;cursor:default;background:#0f172a73;border:none;animation:.15s _fadeIn_gfz2f_1;position:fixed;inset:0}@keyframes _fadeIn_gfz2f_1{0%{opacity:0}to{opacity:1}}._sheet_gfz2f_23{background:var(--precedent-color-background);z-index:1001;width:100%;max-width:500px;max-height:80vh;padding:0;padding-bottom:max(0px, env(safe-area-inset-bottom,0px));border:none;border-radius:12px 12px 0 0;flex-direction:column;margin:0;animation:.22s cubic-bezier(.22,1,.36,1) _slideUp_gfz2f_1;display:flex;position:fixed;top:auto;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0003}@media (min-width:600px){._sheet_gfz2f_23{border-radius:12px;width:90%;max-height:80vh;animation:.18s cubic-bezier(.22,1,.36,1) _scaleIn_gfz2f_1;top:50%;bottom:auto;transform:translate(-50%,-50%)}}@keyframes _slideUp_gfz2f_1{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}@keyframes _scaleIn_gfz2f_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._sheetHandle_gfz2f_74{background:var(--precedent-color-border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0}@media (min-width:600px){._sheetHandle_gfz2f_74{display:none}}._sheetHeader_gfz2f_89{padding:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border);flex-shrink:0;align-items:center;display:flex}._sheetTitle_gfz2f_97{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:600}._listContainer_gfz2f_105{padding-bottom:max(16px, env(safe-area-inset-bottom,16px));flex:1;overflow-y:auto}@media (min-width:600px){._listContainer_gfz2f_105{padding-bottom:16px}}._modalBody_gfz2f_117{padding:16px}._container_12ap8_1{background:var(--precedent-color-background);min-height:100vh}._loadingMessage_12ap8_6,._errorMessage_12ap8_7{min-height:400px;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;font-size:16px;display:flex}._bannerSection_12ap8_16{background:var(--precedent-color-surface-subtle);justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){._bannerSection_12ap8_16{height:200px}}._bannerImage_12ap8_32{object-fit:cover;object-position:center center;width:100%;height:100%}._header_12ap8_39{background:var(--precedent-color-background);padding:24px}@media (max-width:768px){._header_12ap8_39{padding:16px}}._headerContent_12ap8_49{align-items:flex-start;gap:20px;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (max-width:768px){._headerContent_12ap8_49{flex-direction:column;align-items:center}}._thumbnailContainer_12ap8_64{border:4px solid var(--precedent-color-background);background:var(--precedent-color-surface-subtle);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-top:-60px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}@media (max-width:768px){._thumbnailContainer_12ap8_64{margin-top:-80px}}._archivedBadge_12ap8_84{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#f59e0b;border-radius:12px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}._communityInfo_12ap8_97{flex:1;min-width:0}@media (max-width:768px){._communityInfo_12ap8_97{text-align:center;width:100%}}._communityNameRow_12ap8_108{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}@media (max-width:768px){._communityNameRow_12ap8_108{justify-content:center}}._communityName_12ap8_108{color:var(--precedent-color-text);word-break:break-word;margin:0;font-size:32px;font-weight:700}@media (max-width:768px){._communityName_12ap8_108{text-align:center;font-size:24px}}._bannerPlaceholder_12ap8_135{width:100%;height:100%}._bannerPlaceholderLight_12ap8_140{background:linear-gradient(135deg, var(--precedent-color-surface-subtle) 0%, var(--precedent-color-border) 100%)}._bannerPlaceholderDark_12ap8_144{background:linear-gradient(135deg, var(--precedent-color-surface) 0%, var(--precedent-color-surface-subtle) 100%)}._communityStats_12ap8_148{color:var(--precedent-color-text-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}@media (max-width:768px){._communityStats_12ap8_148{justify-content:center}}._statItem_12ap8_162{font-family:inherit;font-weight:500;font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0;transition:color .15s}._statItem_12ap8_162:hover{color:var(--precedent-color-primary);text-underline-offset:3px;text-decoration:underline}._statSeparator_12ap8_179{color:var(--precedent-color-border)}._communityDescription_12ap8_183{color:var(--precedent-color-text-muted);white-space:pre-wrap;word-break:break-word;margin:0;font-size:15px;line-height:1.5}._communityDescription_link_12ap8_192{color:var(--precedent-color-primary);text-underline-offset:3px;word-break:break-word;text-decoration:underline}._actionsContainer_12ap8_199{flex-shrink:0;align-items:center;gap:12px;display:flex}@media (max-width:768px){._actionsContainer_12ap8_199{justify-content:space-between;width:100%;position:relative}}._buttonsGroup_12ap8_213{align-items:center;gap:var(--precedent-space-lg);display:flex}@media (max-width:768px){._buttonsGroup_12ap8_213{position:relative;left:50%;transform:translate(-50%)}}._joinButton_12ap8_226{flex-shrink:0}@media (max-width:768px){._joinButton_12ap8_226{width:auto}}._feedSection_12ap8_235{max-width:1200px;margin:0 auto;padding:24px}@media (max-width:768px){._feedSection_12ap8_235{padding:16px}}._feedTitle_12ap8_246{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text);margin:0 0 20px;font-weight:600}._communityTabs_12ap8_253{justify-self:center;margin-bottom:20px}._eventsSection_12ap8_258{flex-direction:column;gap:16px;display:flex}._eventsActions_12ap8_264{justify-content:flex-end;display:flex}._createEventButton_12ap8_269{background:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s}._createEventButton_12ap8_269:hover{opacity:.9}._createEventButton_12ap8_269:active{opacity:.8}._formGroup_1ey9z_1{flex-direction:column;gap:8px;display:flex}._label_1ey9z_7{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);font-weight:500}._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);background:var(--precedent-color-surface);color:var(--precedent-color-text);resize:vertical;border-radius:6px;min-height:100px;font-family:inherit;transition:border-color .2s,background-color .3s}._textarea_1ey9z_13:focus{border-color:var(--precedent-color-primary);outline:none}._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}._formGroup_gbtwy_1{flex-direction:column;gap:8px;display:flex}._label_gbtwy_7{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);font-weight:500}._input_gbtwy_13{width:100%;font-size:var(--precedent-font-size-text-md);border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);color:var(--precedent-color-text);border-radius:6px;padding:12px;transition:border-color .2s,background-color .3s}._input_gbtwy_13:focus{border-color:var(--precedent-color-primary);outline:none}._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}._dialog_s5oth_1{width:min(600px,100%)}._content_s5oth_5{padding:24px}._header_s5oth_9{border-bottom:1px solid var(--precedent-color-border);margin-bottom:20px;padding-bottom:20px}._title_s5oth_15{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0 0 8px;font-weight:500}._subtitle_s5oth_22{color:var(--precedent-color-text-muted);margin:0;font-size:14px}._body_s5oth_28{flex-direction:column;gap:24px;display:flex}._footer_s5oth_34{border-top:1px solid var(--precedent-color-border);justify-content:flex-end;gap:12px;padding-top:16px;display:flex}._footer_s5oth_34 button{padding:var(--precedent-space-xs) var(--precedent-space-sm);align-items:center;gap:8px;display:flex}._secondaryButton_s5oth_48{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_s5oth_48:hover:not(:disabled){background-color:var(--precedent-color-surface-hover)}._primaryButton_s5oth_58{padding:var(--precedent-space-xs) var(--precedent-space-sm)}._container_1recc_1{background:var(--precedent-color-background);min-height:100vh;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{color:var(--precedent-color-text);margin:0 0 8px;font-size:28px;font-weight:700}._subtitle_1recc_27{color:var(--precedent-color-text-muted);margin:0;font-size:14px}._loadingContainer_1recc_33,._errorContainer_1recc_34{min-height:400px;color:var(--precedent-color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}._section_1recc_44{margin-bottom:28px;padding:16px}._label_1recc_49{color:var(--precedent-color-text);justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}._label_1recc_49 span:first-child{flex:1}._charCount_1recc_63{color:var(--precedent-color-text-muted);font-size:12px;font-weight:400}._textarea_1recc_69{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;min-height:120px;color:var(--precedent-color-text);resize:vertical;border-radius:6px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s}._textarea_1recc_69:focus{border-color:var(--precedent-color-primary);outline:none}._textarea_1recc_69::placeholder{color:var(--precedent-color-text-muted)}._uploadButton_1recc_90{border:2px dashed var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text-muted);cursor:pointer;border-radius:6px;padding:12px 16px;font-size:14px;font-weight:600;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{flex-direction:column;gap:12px;display:flex;position:relative}._bannerPreview_1recc_115{object-fit:contain;background:var(--precedent-color-surface);border-radius:6px;width:100%;max-height:300px}._thumbnailPreview_1recc_123{object-fit:cover;background:var(--precedent-color-surface);border-radius:6px;width:120px;height:120px}._removeImageButton_1recc_131{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);color:var(--precedent-color-text-muted);cursor:pointer;border-radius:6px;align-self:flex-start;padding:8px 12px;font-size:13px;font-weight:500;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{border-top:1px solid var(--precedent-color-border);gap:12px;margin-top:32px;padding-top:20px;display:flex}@media (max-width:768px){._actions_1recc_153{flex-direction:column}}._cancelButton_1recc_166{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);cursor:pointer;border-radius:6px;flex:1;padding:10px 16px;font-size:14px;font-weight:600;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{background:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}._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{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContent_pjriy_14{background:var(--precedent-color-background);border-radius:12px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 10px 40px #0003}._modalHeader_pjriy_26{padding:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border);justify-content:space-between;align-items:center;display:flex}._modalTitle_pjriy_34{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:600}._modalBody_pjriy_41{flex:1;padding:16px;overflow-y:auto}._loadingMessage_pjriy_47,._emptyMessage_pjriy_48{text-align:center;color:var(--precedent-color-text-muted);padding:40px 20px;font-size:14px}._communitiesList_pjriy_55{flex-direction:column;gap:12px;display:flex}._communityItem_pjriy_61{border-radius:var(--precedent-radius-md);background:var(--precedent-color-background);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}._communityItem_pjriy_61:hover{background-color:var(--precedent-color-surface-subtle);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._thumbnailContainer_pjriy_78{background:var(--precedent-color-background);border-radius:999px;flex-shrink:0;width:48px;height:48px;overflow:hidden}._thumbnail_pjriy_78{object-fit:cover;width:100%;height:100%}._communityInfo_pjriy_93{flex:1;min-width:0}._communityName_pjriy_98{color:var(--precedent-color-text);word-break:break-word;margin:0 0 4px;font-size:14px;font-weight:600}._communityStats_pjriy_106{color:var(--precedent-color-text-muted);margin:0;font-size:12px}._toggleButton_pjriy_112{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);color:var(--precedent-color-text);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;margin-left:12px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}._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{color:var(--precedent-color-text-muted);border-color:var(--precedent-color-bordercolor-border);background:0 0}._toggleButton_pjriy_112._notJoined_pjriy_138:hover{background:var(--precedent-color-primary-light);color:var(--precedent-color-primary)}@keyframes _popoverIn_1n980_1{0%{opacity:0;transform:scale(.97)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes _slideUp_1n980_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _backdropIn_1n980_1{0%{opacity:0}to{opacity:1}}._container_1n980_27,._triggerWrapper_1n980_31{position:relative}._trigger_1n980_31{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);cursor:pointer;text-align:left;touch-action:manipulation;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:56px;padding:12px 44px 12px 14px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}._trigger_1n980_31:hover{border-color:var(--precedent-color-text-muted)}._trigger_1n980_31:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._triggerOpen_1n980_58{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted)}._triggerIcon_1n980_63{color:var(--precedent-color-text-muted);flex-shrink:0;transition:color .15s}._triggerFilled_1n980_68 ._triggerIcon_1n980_63{color:var(--precedent-color-primary)}._triggerContent_1n980_72{flex-direction:column;gap:1px;min-width:0;display:flex}._triggerDateLine_1n980_79{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;line-height:1.3;display:block;overflow:hidden}._triggerTimeLine_1n980_90{color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:400;line-height:1.4;display:block;overflow:hidden}._triggerPlaceholder_1n980_101{color:var(--precedent-color-text-muted);font-size:15px;font-weight:400;display:block}._clearEndButton_1n980_108{background:var(--precedent-color-border);cursor:pointer;width:28px;height:28px;color:var(--precedent-color-text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}._clearEndButton_1n980_108:hover{background:var(--precedent-color-text-muted);color:var(--precedent-color-surface)}._clearEndButton_1n980_108:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._popover_1n980_134{z-index:100;background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:16px;min-width:420px;animation:.18s cubic-bezier(.16,1,.3,1) _popoverIn_1n980_1;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #00000014,0 12px 32px -4px #00000029}@media (prefers-reduced-motion:reduce){._popover_1n980_134{animation:none}}._header_1n980_154{background:linear-gradient(160deg, var(--brand-purple-200), 0%, var(--precedent-color-primary));color:#fff;min-height:88px;padding:20px 20px 22px}@media (max-width:768px){._header_1n980_154{padding:18px 18px 28px}}._headerDate_1n980_166{letter-spacing:-.3px;font-size:26px;font-weight:700;line-height:1.15}._headerTime_1n980_173{opacity:.88;margin-top:4px;font-size:18px;font-weight:400}._tabs_1n980_180{background:var(--precedent-color-surface-subtle);border-bottom:1px solid var(--precedent-color-border);align-items:center;gap:4px;padding:8px;display:flex}._tab_1n980_180{cursor:pointer;color:var(--precedent-color-text-muted);text-align:left;touch-action:manipulation;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-height:44px;padding:10px 14px;transition:background .15s;display:flex}._tab_1n980_180:hover{background:var(--precedent-color-border)}._tab_1n980_180:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px;border-radius:8px}._tabActive_1n980_215{background:var(--precedent-color-surface);color:var(--precedent-color-text)}._tabActive_1n980_215:hover{background:var(--precedent-color-surface)}._tabArrow_1n980_223{color:var(--precedent-color-text-muted);flex-shrink:0}._tabDate_1n980_228{color:inherit;font-size:13px;font-weight:600}._tabTime_1n980_234{color:inherit;font-size:12px}._tabOptional_1n980_239{color:var(--precedent-color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}._body_1n980_247{height:310px;display:flex}._calendar_1n980_252{flex-direction:column;flex:1;min-width:0;padding:14px 14px 10px;display:flex;overflow:hidden}._calendarNav_1n980_261{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}._monthTitle_1n980_269{color:var(--precedent-color-text);font-size:15px;font-weight:600}._monthNavButtons_1n980_275{gap:2px;display:flex}._monthNavButton_1n980_275{cursor:pointer;color:var(--precedent-color-text-muted);touch-action:manipulation;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:6px 8px;transition:background .15s,color .15s,opacity .15s;display:flex}._monthNavButton_1n980_275:hover{background:var(--precedent-color-border);color:var(--precedent-color-text)}._monthNavButton_1n980_275:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._monthNavButton_1n980_275:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}._dayHeaders_1n980_309{flex-shrink:0;grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}._dayHeader_1n980_309{text-align:center;color:var(--precedent-color-text-muted);padding:3px 0;font-size:11px;font-weight:600}._daysGrid_1n980_324{flex:1;grid-template-columns:repeat(7,1fr);align-content:start;gap:1px;display:grid}._dayCell_1n980_332{aspect-ratio:1;cursor:pointer;width:100%;max-height:36px;color:var(--precedent-color-text);touch-action:manipulation;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex}._dayCell_1n980_332:hover{background:var(--precedent-color-border)}._dayCell_1n980_332:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._dayCellOtherMonth_1n980_357{color:var(--precedent-color-text-muted);opacity:.35}._dayCellSelected_1n980_362{font-weight:700;background:var(--precedent-color-text)!important;color:var(--precedent-color-background)!important}._dayCellToday_1n980_368{background:var(--precedent-color-primary-muted);color:var(--precedent-color-primary);font-weight:600}._dayCellDisabled_1n980_374{opacity:.3;cursor:not-allowed}._dayCellDisabled_1n980_374:hover{background:0 0}._timePicker_1n980_382{border-left:1px solid var(--precedent-color-border);flex-direction:column;flex-shrink:0;width:120px;display:flex;overflow-y:auto}._timePicker_1n980_382::-webkit-scrollbar{display:none}._timePicker_1n980_382{scrollbar-width:none}._timeSlot_1n980_397{color:var(--precedent-color-text-muted);cursor:pointer;text-align:center;white-space:nowrap;touch-action:manipulation;background:0 0;border:none;flex-shrink:0;padding:13px 0;font-size:13px;font-weight:500;transition:background .12s,color .12s}._timeSlot_1n980_397:hover{background:var(--precedent-color-border);color:var(--precedent-color-text)}._timeSlot_1n980_397:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._timeSlotActive_1n980_420{font-weight:700;background:var(--precedent-color-primary-muted)!important;color:var(--precedent-color-primary)!important}._timePickerMobile_1n980_426{border-top:1px solid var(--precedent-color-border);flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;border-left:none!important;flex-direction:row!important;width:100%!important;height:56px!important;overflow:auto hidden!important}._timePickerMobile_1n980_426::-webkit-scrollbar{display:none}._timePickerMobile_1n980_426{scrollbar-width:none}._timePickerMobile_1n980_426 ._timeSlot_1n980_397{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface);border-radius:20px;flex-shrink:0;align-items:center;min-height:36px;padding:6px 14px;font-size:13px;transition:background .12s,border-color .12s,color .12s;display:flex}._timePickerMobile_1n980_426 ._timeSlotActive_1n980_420{background:var(--precedent-color-primary-muted)!important;border-color:var(--precedent-color-primary)!important;color:var(--precedent-color-primary)!important}._footer_1n980_463{border-top:1px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);justify-content:space-between;align-items:center;min-height:48px;padding:10px 14px;display:flex}._timezoneSelector_1n980_473{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);border-radius:8px;align-items:center;gap:6px;padding:5px 10px;transition:border-color .15s;display:flex;position:relative}._timezoneSelector_1n980_473:focus-within{border-color:var(--precedent-color-primary);box-shadow:0 0 0 2px var(--precedent-color-primary-muted)}._timezoneSelector_1n980_473:hover{border-color:var(--precedent-color-text-muted)}._timezoneIcon_1n980_492{color:var(--precedent-color-text-muted);flex-shrink:0}._timezoneSearch_1n980_497{color:var(--precedent-color-text);cursor:text;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;outline:none;width:160px;padding:0;font-size:12px;overflow:hidden}._timezoneSearch_1n980_497::placeholder{color:var(--precedent-color-text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._timezoneDropdown_1n980_517{z-index:10;background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:10px;min-width:240px;max-height:200px;position:absolute;bottom:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 4px 6px -1px #00000014,0 10px 24px -4px #00000024}._timezoneOption_1n980_531{text-align:left;width:100%;color:var(--precedent-color-text);cursor:pointer;touch-action:manipulation;background:0 0;border:none;align-items:center;min-height:44px;padding:10px 12px;font-size:13px;transition:background .1s;display:flex}._timezoneOption_1n980_531:hover{background:var(--precedent-color-surface-subtle)}._timezoneOption_1n980_531:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._timezoneOptionSelected_1n980_555{color:var(--precedent-color-primary);font-weight:600}._tbdButton_1n980_560{color:var(--precedent-color-text-muted);cursor:pointer;touch-action:manipulation;background:0 0;border:none;padding:4px 0;font-size:12px;transition:color .15s}._tbdButton_1n980_560:hover{color:var(--precedent-color-text)}._tbdButton_1n980_560 strong{color:var(--precedent-color-text);font-weight:600}._modalBackdrop_1n980_578{z-index:999;background:#0000008c;animation:.2s ease-out _backdropIn_1n980_1;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){._modalBackdrop_1n980_578{animation:none}}._modal_1n980_578{z-index:1000;background:var(--precedent-color-surface);height:72dvh;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;flex-direction:column;animation:.3s cubic-bezier(.32,.72,0,1) _slideUp_1n980_1;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}@media (prefers-reduced-motion:reduce){._modal_1n980_578{animation:none}}._modalHandle_1n980_612{background:var(--precedent-color-border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 8px}._modalScroll_1n980_621{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}._mobileCalendarOnly_1n980_629{flex-direction:column;padding:14px 16px 10px;display:flex}._mobileFooter_1n980_635{border-top:1px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);flex-direction:column;flex-shrink:0;gap:10px;padding:12px 16px 16px;display:flex}._mobileActions_1n980_645{gap:10px;display:flex}._clearButton_1n980_650{border:1.5px solid var(--precedent-color-border);height:48px;color:var(--precedent-color-text);cursor:pointer;touch-action:manipulation;background:0 0;border-radius:10px;flex:1;padding:0 12px;font-size:14px;font-weight:600;transition:background .12s}._clearButton_1n980_650:hover{background:var(--precedent-color-border)}._clearButton_1n980_650:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._confirmButton_1n980_672{background:var(--precedent-color-primary);color:#fff;cursor:pointer;touch-action:manipulation;border:none;border-radius:10px;flex:2;height:48px;padding:0 12px;font-size:14px;font-weight:600;transition:opacity .12s}._confirmButton_1n980_672:hover{opacity:.9}._confirmButton_1n980_672:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px;box-shadow:0 0 0 4px var(--precedent-color-primary-muted)}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;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{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.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;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.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{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.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{text-align:left;margin-left:.3em;margin-right:-1.5em}.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{max-width:100%;display:block}.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{text-align:inherit;direction:rtl}.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);pointer-events:none;font-style:italic;position:absolute;left:15px;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{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.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{vertical-align:middle;display:inline-block}.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:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.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:1px}.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-top:5px;margin-bottom: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-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.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{z-index:1;margin-top:-1px;display:block;top:100%}.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{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.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{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.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{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;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{content:"Save";border-right:0;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}._page_1f08j_1{background:var(--precedent-color-background);box-sizing:border-box;min-height:80vh;padding:16px}@media (min-width:769px){._page_1f08j_1{padding:24px 24px 80px}}._stateMessage_1f08j_14{text-align:center;color:var(--precedent-color-text-muted);padding:40px}._stateMessageError_1f08j_20{text-align:center;color:var(--precedent-color-text-error);padding:40px}._content_1f08j_26{flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}._stepIndicator_1f08j_34{align-items:center;gap:0;padding-bottom:8px;display:flex}._stepIndicatorItem_1f08j_41{flex:1;align-items:center;display:flex}._stepIndicatorItem_1f08j_41:last-child{flex:none}._stepCircle_1f08j_50{border:2px solid var(--precedent-color-border);background:var(--precedent-color-background);width:24px;min-width:24px;height:24px;color:var(--precedent-color-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:border-color .2s,background-color .2s,color .2s;display:flex}._stepCircle--active_1f08j_65{border-color:var(--precedent-color-primary);background:var(--precedent-color-primary);color:var(--precedent-color-on-primary)}._stepCircle--done_1f08j_70{border-color:var(--precedent-color-primary);background:var(--precedent-color-primary-muted);color:var(--precedent-color-primary)}._stepLabel_1f08j_76{color:var(--precedent-color-text-muted);white-space:nowrap;margin-left:6px;font-size:.875rem;font-weight:500;display:none}._stepLabel--active_1f08j_84{color:var(--precedent-color-text);font-weight:600}@media (min-width:480px){._stepLabel_1f08j_76{display:block}}._stepConnector_1f08j_94{background:var(--precedent-color-border);border-radius:1px;flex:1;height:2px;margin:0 8px;transition:background-color .2s}._stepConnector--done_1f08j_102{background:var(--precedent-color-primary-muted)}._stepContent_1f08j_106{flex-direction:column;gap:1.5rem;display:flex}._stepHeader_1f08j_112{flex-direction:column;gap:4px;display:flex}._stepTitle_1f08j_118{color:var(--precedent-color-text);margin:0;font-size:1.125rem;font-weight:700}._stepSubtitle_1f08j_125{color:var(--precedent-color-text-muted);margin:0;font-size:.875rem}._fields_1f08j_131{flex-direction:column;gap:20px;display:flex}._formGroup_1f08j_137{flex-direction:column;gap:6px;display:flex}._labelRow_1f08j_143{justify-content:space-between;align-items:baseline;display:flex}._label_1f08j_143{color:var(--precedent-color-text);font-size:.875rem;font-weight:600}._required_1f08j_155{color:var(--precedent-color-text-error);margin-left:2px}._hint_1f08j_160{color:var(--precedent-color-text-muted);margin:0;font-size:.75rem}._charCount_1f08j_166{color:var(--precedent-color-text-muted);font-size:.75rem}._charCountWarn_1f08j_171{color:var(--precedent-color-text-error);font-size:.75rem;font-weight:600}._input_1f08j_177{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;min-height:40px;color:var(--precedent-color-text);box-sizing:border-box;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s,background-color .15s,box-shadow .15s}._input_1f08j_177:focus{border-color:var(--precedent-color-primary);background:var(--precedent-color-background);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._input_1f08j_177::placeholder{color:var(--precedent-color-text-muted)}@media (prefers-reduced-motion:reduce){._input_1f08j_177{transition:none}}._inputError_1f08j_205{border-color:var(--precedent-color-text-error)!important}._textarea_1f08j_209{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text);resize:vertical;box-sizing:border-box;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:.875rem}._textarea_1f08j_209:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._textarea_1f08j_209::placeholder{color:var(--precedent-color-text-muted)}._fieldError_1f08j_230{color:var(--precedent-color-text-error);font-size:.75rem;font-weight:500}._inputPrefix_1f08j_236{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);border-radius:6px;align-items:center;display:flex;overflow:hidden}._inputPrefix_1f08j_236:focus-within{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted)}._prefix_1f08j_249{color:var(--precedent-color-text-muted);background:var(--precedent-color-surface-subtle);border-right:1px solid var(--precedent-color-border);align-self:stretch;align-items:center;padding:0 10px;font-size:.875rem;font-weight:600;display:flex}._inputWithPrefix_1f08j_261{border:none;border-radius:0;flex:1}._inputWithPrefix_1f08j_261:focus{box-shadow:none}._feeInfo_1f08j_270{color:var(--precedent-color-text-muted);background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-sm);margin:0;padding:6px 10px;font-size:.75rem}._behaviorCallout_1f08j_280{color:var(--precedent-color-text-muted);background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-sm);align-items:flex-start;gap:8px;margin:0;padding:10px 12px;font-size:.8125rem;line-height:1.5;display:flex}._behaviorCallout--warning_1f08j_293{background:var(--precedent-color-error-subtle);border-color:var(--precedent-color-error-border);color:var(--precedent-color-text-error)}._behaviorCalloutIcon_1f08j_299{flex-shrink:0;width:16px;height:16px;margin-top:2px}._formGroupLocked_1f08j_306{opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none}._labelMuted_1f08j_312{color:var(--precedent-color-text-muted)}._deadlinePlaceholder_1f08j_316{border:1.5px dashed var(--precedent-color-border);background:var(--precedent-color-surface-subtle);border-radius:6px;align-items:center;min-height:44px;padding:10px 12px;display:flex}._deadlinePlaceholderText_1f08j_326{color:var(--precedent-color-text-muted);font-size:.875rem;font-style:italic}._coverZone_1f08j_332{border:1.5px dashed var(--precedent-color-border);background:var(--precedent-color-surface-subtle);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:96px;transition:border-color .15s,background-color .15s;display:flex}._coverZone_1f08j_332:hover,._coverZone_1f08j_332:focus-visible{border-color:var(--precedent-color-primary);background-color:var(--precedent-color-primary-muted);outline:none}._coverZone_1f08j_332:focus-visible{box-shadow:0 0 0 3px var(--precedent-color-primary-muted)}@media (prefers-reduced-motion:reduce){._coverZone_1f08j_332{transition:none}}._coverZoneIcon_1f08j_361{color:var(--precedent-color-primary)}._coverZoneTitle_1f08j_365{color:var(--precedent-color-primary);margin:0;font-size:.8125rem;font-weight:600}._coverZoneSub_1f08j_372{color:var(--precedent-color-text-muted);margin:0;font-size:.75rem}._pillTrack_1f08j_378{border-radius:var(--precedent-radius-fully-rounded);gap:var(--precedent-space-xs);background:0 0;border:none;padding:0;display:flex;position:relative}._pillSlider_1f08j_388{width:calc(50% - var(--precedent-space-xs) / 2);background:var(--precedent-color-primary);border-radius:var(--precedent-radius-fully-rounded);box-shadow:var(--precedent-shadow-sm);pointer-events:none;z-index:0;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0}._pillSlider--second_1f08j_400{transform:translateX(calc(100% + var(--precedent-space-xs)))}@media (prefers-reduced-motion:reduce){._pillSlider_1f08j_388{transition:none}}._pillOption_1f08j_409{z-index:1;padding:var(--precedent-space-xs) var(--precedent-space-xl);border-radius:var(--precedent-radius-fully-rounded);color:var(--precedent-color-text-muted);cursor:pointer;text-align:center;background:0 0;border:none;flex:1;font-size:.875rem;font-weight:600;transition:color .15s;position:relative}._pillOption--active_1f08j_424{color:var(--precedent-color-on-primary)}._pillOption_1f08j_409:focus-visible{outline:2px solid var(--precedent-color-primary-glow);outline-offset:2px}@media (prefers-reduced-motion:reduce){._pillOption_1f08j_409{transition:none}}._srOnly_1f08j_437{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes _calloutFadeIn_1f08j_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._typeCallout_1f08j_459{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text-subtle);border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:.8125rem;line-height:1.55;animation:.15s ease-out both _calloutFadeIn_1f08j_1;display:flex}@media (prefers-reduced-motion:reduce){._typeCallout_1f08j_459{animation:none}}._typeCalloutIcon_1f08j_478{flex-shrink:0;width:16px;height:16px;margin-top:1px}._imagePreview_1f08j_485{border-radius:var(--precedent-radius-md);max-width:100%;position:relative;overflow:hidden}._imagePreview_1f08j_485 img{object-fit:cover;border-radius:var(--precedent-radius-md);width:100%;max-height:240px;display:block}._removeImageBtn_1f08j_499{color:var(--precedent-color-on-primary);border-radius:var(--precedent-radius-sm);cursor:pointer;background:#0000008c;border:none;padding:4px 10px;font-size:.75rem;font-weight:600;transition:background .15s;position:absolute;top:8px;right:8px}._removeImageBtn_1f08j_499:hover:not(:disabled){background:#000000bf}._reviewHero_1f08j_517{border-radius:var(--precedent-radius-md);overflow:hidden}._reviewHero_1f08j_517 img{object-fit:cover;width:100%;max-height:200px;display:block}._reviewCard_1f08j_528{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-md);flex-direction:column;gap:10px;padding:16px;display:flex}._reviewSection_1f08j_538{text-transform:uppercase;letter-spacing:.04em;color:var(--precedent-color-text-muted);margin:0 0 4px;font-size:.8125rem;font-weight:700}._reviewRow_1f08j_547{flex-direction:column;gap:2px;font-size:.875rem;display:flex}@media (min-width:481px){._reviewRow_1f08j_547{flex-direction:row;align-items:flex-start;gap:12px}}._reviewLabel_1f08j_561{color:var(--precedent-color-text-muted);font-weight:600}@media (min-width:481px){._reviewLabel_1f08j_561{flex:0 0 140px}}._reviewValue_1f08j_571{color:var(--precedent-color-text);word-break:break-word;white-space:pre-wrap;flex:1}._stepNav_1f08j_578{border-top:1px solid var(--precedent-color-border);flex-direction:column;align-items:stretch;gap:0;padding-top:8px;display:flex}@media (min-width:541px){._stepNav_1f08j_578{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}}._stepNavLeft_1f08j_595{justify-content:center;align-items:center;gap:12px;display:flex}@media (min-width:541px){._stepNavLeft_1f08j_595{justify-content:flex-start}}._stepNavRight_1f08j_607{border-bottom:1px solid var(--precedent-color-border);order:-1;justify-content:stretch;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:12px;display:flex}._stepNavRight_1f08j_607 button{flex:1}@media (min-width:541px){._stepNavRight_1f08j_607{border-bottom:none;order:0;justify-content:flex-start;margin-bottom:0;padding-bottom:0}._stepNavRight_1f08j_607 button{flex:unset}}._btnPill_1f08j_633{border-radius:8px;padding:8px 16px;font-size:.875rem;line-height:normal}._btnSecondary_1f08j_640{border:1.5px solid var(--precedent-color-border);color:var(--precedent-color-text);background:0 0}._btnSecondary_1f08j_640:hover:not(:disabled){background:var(--precedent-color-surface-subtle)}._btnCancel_1f08j_649{background:var(--precedent-color-error-subtle)!important;border:1.5px solid var(--precedent-color-error-border)!important;color:var(--precedent-color-text-error)!important}._btnCancel_1f08j_649:hover:not(:disabled){background:var(--precedent-color-error-subtle)!important;border-color:var(--precedent-color-error)!important;color:var(--precedent-color-text-error)!important}._container_1lx2n_1{flex-direction:column;gap:20px;width:100%;display:flex}._progress_1lx2n_8{width:100%}._form_1lx2n_12{flex-direction:column;gap:10px;display:flex}._cta_1lx2n_18{color:var(--precedent-color-text);margin:0;font-size:1rem;font-weight:600}._inputRow_1lx2n_25{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);border-radius:6px;align-items:center;gap:0;transition:border-color .15s;display:flex;overflow:hidden}._inputRow_1lx2n_25:focus-within{border-color:var(--precedent-color-primary);box-shadow:0 0 0 2px var(--precedent-color-primary-muted)}._currencyLabel_1lx2n_40{color:var(--precedent-color-text-muted);border-right:1px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);-webkit-user-select:none;user-select:none;align-items:center;height:40px;padding:0 10px;font-size:.9375rem;font-weight:500;line-height:40px;display:flex}._input_1lx2n_25{height:40px;color:var(--precedent-color-text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0 12px;font-size:.9375rem}._input_1lx2n_25:disabled{opacity:.6;cursor:not-allowed}._input_1lx2n_25::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_1lx2n_25::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_1lx2n_25[type=number]{appearance:textfield}._submitButton_1lx2n_81{height:40px;color:var(--precedent-color-on-primary);background:var(--precedent-color-primary);border:none;border-left:1px solid var(--precedent-color-primary);cursor:pointer;white-space:nowrap;padding:0 18px;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}._submitButton_1lx2n_81:hover:not(:disabled){background:var(--precedent-color-primary-hover)}._submitButton_1lx2n_81:disabled{opacity:.5;cursor:not-allowed}._error_1lx2n_102{color:var(--precedent-color-error);margin:0;font-size:.8125rem}._hint_1lx2n_108{color:var(--precedent-color-text-muted);margin:0;font-size:.75rem;line-height:1.5}._unavailable_1lx2n_115{background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);border-radius:6px;padding:16px}._unavailableMessage_1lx2n_122{color:var(--precedent-color-text-muted);text-align:center;margin:0;font-size:.875rem;line-height:1.5}._pledgeCard_hdjhz_1{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);box-shadow:var(--precedent-shadow-sm);padding:1.25rem}._pledgeCardHeading_hdjhz_9{color:var(--precedent-color-text);margin:0 0 1rem;font-size:1rem;font-weight:700}._timer_1uzln_1{font-size:inherit;font-weight:inherit;color:inherit;white-space:nowrap}._ended_1uzln_8{color:inherit;font-weight:inherit}._label_1uzln_13{color:var(--precedent-color-text-muted);font-weight:400}._container_14o0d_1{min-height:100vh;background:var(--precedent-color-background);min-height:100dvh;padding-bottom:calc(54px + env(safe-area-inset-bottom,0px))}@media (min-width:769px){._container_14o0d_1{padding-bottom:0}}._containerWithPledgeBar_14o0d_13{padding-bottom:calc(130px + env(safe-area-inset-bottom,0px))}@media (min-width:961px){._containerWithPledgeBar_14o0d_13{padding-bottom:0}}._loadingWrap_14o0d_22,._errorWrap_14o0d_23{min-height:400px;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;font-size:16px;display:flex}._errorWrap_14o0d_23{color:var(--precedent-color-text-error)}._heroWrapper_14o0d_36{background:var(--precedent-color-surface-subtle);justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){._heroWrapper_14o0d_36{height:200px}}._heroWrapper_14o0d_36{height:210px}@media (min-width:769px){._heroWrapper_14o0d_36{height:340px}}._heroImage_14o0d_60{object-fit:cover;object-position:center center;width:100%;height:100%}._backNav_14o0d_67{max-width:1200px;margin:0 auto;padding:.75rem 1rem 0}@media (min-width:769px){._backNav_14o0d_67{padding:1rem 1.5rem 0}}._backLink_14o0d_78{color:var(--precedent-color-text-muted);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}._backLink_14o0d_78:hover,._backLink_14o0d_78:focus-visible{color:var(--precedent-color-text)}._backLink_14o0d_78:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px;border-radius:.25rem}._body_14o0d_97{flex-direction:column;max-width:1200px;margin:0 auto;padding:1rem 1rem 0;display:flex}@media (min-width:769px){._body_14o0d_97{gap:1rem;padding:1.5rem 1.5rem 0}}@media (min-width:961px){._body_14o0d_97{grid-template-columns:1fr 360px;align-items:start;gap:2.5rem;display:grid}}._sidebar_14o0d_119{border-top:1px solid var(--precedent-color-border);flex-direction:column;gap:1rem;margin-top:.75rem;padding-top:1.25rem;display:flex}@media (min-width:769px){._sidebar_14o0d_119{border-top:none;margin-top:0;padding-top:0}}@media (min-width:961px){._sidebar_14o0d_119{grid-area:1/2;position:sticky;top:80px}}._main_14o0d_143{flex-direction:column;gap:1.75rem;min-width:0;padding-top:1.5rem;display:flex}@media (min-width:769px){._main_14o0d_143{padding-top:2rem}}@media (min-width:961px){._main_14o0d_143{grid-area:1/1;padding-top:0}}._titleBlock_14o0d_163{flex-direction:column;gap:.625rem;display:flex}._titleRow_14o0d_169{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex;container-type:inline-size}._title_14o0d_163{color:var(--precedent-color-text);word-break:break-word;margin:0;font-size:32px;font-weight:700}@media (max-width:768px){._title_14o0d_163{text-align:center;font-size:24px}}._title_14o0d_163{text-align:left;flex:1;min-width:0;font-size:1.375rem}@media (min-width:769px){._title_14o0d_163{font-size:1.75rem}}._creatorLine_14o0d_202{align-items:center;display:flex}._deadlines_14o0d_207{flex-direction:column;gap:.75rem;display:flex}@media (min-width:480px){._deadlines_14o0d_207{flex-flow:wrap}}._deadlineChip_14o0d_219{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:.75rem;flex-direction:column;flex:1;gap:.5rem;min-width:0;padding:.875rem 1rem;transition:border-color .15s,background .15s;display:flex}@media (min-width:480px){._deadlineChip_14o0d_219{flex:1 1 0;min-width:160px;max-width:260px}}@media (min-width:769px){._deadlineChip_14o0d_219{padding:1rem 1.25rem}}._deadlineChip_14o0d_219._urgent_14o0d_243{background:var(--precedent-color-primary-muted);border-color:#7779ed73}._deadlineChip_14o0d_219._ended_14o0d_247{background:var(--precedent-color-surface);border-color:var(--precedent-color-border-subtle)}._deadlineChipHeader_14o0d_252{align-items:center;gap:.375rem;display:flex}._deadlineIcon_14o0d_258{color:var(--precedent-color-primary);opacity:.7;flex-shrink:0}._urgent_14o0d_243 ._deadlineIcon_14o0d_258{opacity:1}._ended_14o0d_247 ._deadlineIcon_14o0d_258{color:var(--precedent-color-text-muted);opacity:1}._deadlineLabel_14o0d_271{text-transform:uppercase;letter-spacing:.06em;color:var(--precedent-color-text-muted);white-space:nowrap;font-size:.6875rem;font-weight:600}._urgent_14o0d_243 ._deadlineLabel_14o0d_271{color:var(--precedent-color-primary)}._deadlineValue_14o0d_283{color:var(--precedent-color-primary);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700;line-height:1.2}@media (min-width:769px){._deadlineValue_14o0d_283{font-size:1.0625rem}}._ended_14o0d_247 ._deadlineValue_14o0d_283{color:var(--precedent-color-text-muted);font-size:.9375rem;font-weight:500}._deadlineDate_14o0d_301{color:var(--precedent-color-text-muted);margin-top:.125rem;font-size:.75rem;font-weight:400;line-height:1.3}._section_14o0d_309{flex-direction:column;gap:.875rem;display:flex}._sectionHeading_14o0d_315{color:var(--precedent-color-text);border-bottom:1px solid var(--precedent-color-border);margin:0;padding-bottom:.625rem;font-size:1.0625rem;font-weight:700}._description_14o0d_324{color:var(--precedent-color-text);word-break:break-word;margin:0;font-size:.9375rem;line-height:1.7}._description_14o0d_324 p{margin:0 0 .75em}._description_14o0d_324 p:last-child{margin-bottom:0}._description_14o0d_324 img{border-radius:var(--precedent-radius-md);object-fit:contain;max-width:100%;height:auto;margin:.5em 0;display:block}._mobilePledgeBar_14o0d_346{bottom:calc(54px + env(safe-area-inset-bottom,0px));z-index:40;background:var(--precedent-color-surface);border-top:1px solid var(--precedent-color-border);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:fixed;left:0;right:0;box-shadow:0 -4px 16px #00000014}@media (min-width:961px){._mobilePledgeBar_14o0d_346{display:none}}._mobilePledgeInfo_14o0d_366{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}._mobilePledgeRaised_14o0d_374{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:700;overflow:hidden}._mobilePledgeBackers_14o0d_383{color:var(--precedent-color-text-muted);font-size:.75rem}._mobilePledgeBtn_14o0d_388{height:44px;color:var(--precedent-color-on-primary);background:var(--precedent-color-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;padding:0 1.5rem;font-size:.9375rem;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}._mobilePledgeBtn_14o0d_388:hover{background:var(--precedent-color-primary-hover)}._mobilePledgeBtn_14o0d_388:active{transform:scale(.97)}._mobilePledgeBtn_14o0d_388:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._container_17e54_1{background:var(--precedent-color-background);min-height:80vh;padding:24px 24px 80px}@media (max-width:768px){._container_17e54_1{height:-moz-fit-content;height:fit-content;padding:16px}}._content_17e54_14{max-width:600px;margin:0 auto}._header_17e54_19{margin-bottom:32px}._header_17e54_19 h1{color:var(--precedent-color-text);margin:0 0 8px;font-size:28px;font-weight:700}._subtitle_17e54_29{color:var(--precedent-color-text-muted);margin:0;font-size:14px}._formGroup_17e54_35{margin-bottom:20px}._label_17e54_39{color:var(--precedent-color-text);text-align:left;margin-bottom:8px;font-size:14px;font-weight:600;display:block}._input_17e54_48{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text);border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}._input_17e54_48:focus{border-color:var(--precedent-color-primary);outline:none}._input_17e54_48::placeholder{color:var(--precedent-color-text-muted)}._textarea_17e54_66{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;min-height:100px;color:var(--precedent-color-text);resize:vertical;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}._textarea_17e54_66:focus{border-color:var(--precedent-color-primary);outline:none}._textarea_17e54_66::placeholder{color:var(--precedent-color-text-muted)}._stepIndicator_17e54_86{gap:32px;margin:0 0 32px;padding:0;list-style:none;display:flex;position:relative}._stepIndicator_17e54_86:before{content:"";background:var(--precedent-color-border);z-index:0;height:2px;position:absolute;top:16px;left:16px;right:16px}._stepProgress_17e54_105{background:var(--precedent-color-primary);z-index:1;height:2px;transition:width .3s;position:absolute;top:16px;left:16px}._stepItem_17e54_115{z-index:2;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}._stepDot_17e54_125{background:var(--precedent-color-surface);border:2px solid var(--precedent-color-border);width:32px;height:32px;color:var(--precedent-color-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:border-color .2s,background .2s,color .2s;display:flex}._stepDotActive_17e54_140{background:var(--precedent-color-primary);border-color:var(--precedent-color-primary);color:#fff}._stepLabel_17e54_146{color:var(--precedent-color-text-muted);text-align:center;font-size:12px;transition:color .2s}._stepLabelActive_17e54_153{color:var(--precedent-color-text);font-weight:600}._loadingMessage_17e54_158,._errorMessage_17e54_159{text-align:center;color:var(--precedent-color-text-muted);padding:40px 20px}._errorMessage_17e54_159{color:var(--precedent-color-text-error,#b91c1c)}._actions_17e54_169{border-top:1px solid var(--precedent-color-border);gap:12px;margin-top:32px;padding-top:20px;display:flex}@media (max-width:768px){._actions_17e54_169{flex-direction:column}}._cancelButton_17e54_182{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);border:1px solid var(--precedent-color-border);cursor:pointer;border-radius:6px;flex:1;padding:10px 16px;font-size:14px;font-weight:600}._cancelButton_17e54_182:hover:not(:disabled){background:var(--precedent-color-border)}._cancelButton_17e54_182:disabled{opacity:.6;cursor:not-allowed}._submitButton_17e54_201{background:var(--precedent-color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:flex}._submitButton_17e54_201:hover:not(:disabled){opacity:.95}._submitButton_17e54_201:disabled{opacity:.7;cursor:not-allowed}._container_esyl5_1{flex-direction:column;gap:.5rem;width:100%;display:flex}._label_esyl5_8{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);font-weight:500}._loading_esyl5_14,._error_esyl5_15,._empty_esyl5_16{border-radius:var(--precedent-border-radius-md);font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-subtle);padding:.75rem}._error_esyl5_15{color:var(--precedent-color-error);background-color:var(--precedent-color-error-background)}._empty_esyl5_16{background-color:var(--precedent-color-background)}._optionTemplate_esyl5_32{align-items:center;gap:.75rem;padding:.25rem 0;display:flex}._optionThumbnail_esyl5_39{object-fit:cover;border-radius:999px;flex-shrink:0;width:40px;height:40px}._selectedThumbnail_esyl5_47{object-fit:cover;border-radius:999px;flex-shrink:0;width:16px;height:16px}._optionContent_esyl5_55{flex-direction:column;flex:1;gap:.25rem;display:flex}._optionName_esyl5_62{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:500;overflow:hidden}._optionStats_esyl5_72{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-subtle)}._selectedLabelTemplate_esyl5_77{color:var(--precedent-color-text-muted);flex:1;align-items:center;gap:.25rem;min-width:0;display:flex;overflow:hidden}._selectedLabelText_esyl5_87{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}._selectedLabel_esyl5_77{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);text-overflow:ellipsis;white-space:nowrap;max-width:8ch;font-weight:500;display:inline-block;overflow:hidden}.react-select__control{overflow:hidden}.react-select__value-container{scroll-behavior:smooth;max-width:100%;padding:.25rem;overflow:auto hidden}.react-select__value-container::-webkit-scrollbar{height:4px}.react-select__value-container::-webkit-scrollbar-track{background:0 0}.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)}._container_tewrs_1{position:relative}._label_tewrs_5{color:var(--precedent-color-text);text-align:left;margin-bottom:8px;font-size:14px;font-weight:600;display:block}._input_tewrs_14{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text);border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}._input_tewrs_14:focus{border-color:var(--precedent-color-primary);outline:none}._input_tewrs_14:disabled{opacity:.6;cursor:not-allowed}._input_tewrs_14::placeholder{color:var(--precedent-color-text-muted)}._predictionsContainer_tewrs_36{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:1000;border-top:none;border-radius:0 0 6px 6px;max-height:300px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000014}._predictionItem_tewrs_51{text-align:left;border:none;border-bottom:1px solid var(--precedent-color-border);cursor:pointer;background:0 0;width:100%;padding:12px;transition:background-color .15s;display:block}._predictionItem_tewrs_51:last-child{border-bottom:none}._predictionItem_tewrs_51:hover:not(:disabled){background-color:var(--precedent-color-surface-subtle)}._predictionItem_tewrs_51:disabled{cursor:not-allowed;opacity:.6}._predictionItem_tewrs_51:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:-2px}._predictionMain_tewrs_77{color:var(--precedent-color-text);margin-bottom:4px;font-size:14px;font-weight:500}._predictionSecondary_tewrs_84{color:var(--precedent-color-text-muted);font-size:12px}._loadingMessage_tewrs_89{text-align:center;color:var(--precedent-color-text-muted);border-bottom:1px solid var(--precedent-color-border);padding:12px;font-size:12px}._imagesSection_1qcrz_1{flex-direction:column;gap:28px;display:flex}._imageUploadGroup_1qcrz_7{flex-direction:column;gap:8px;display:flex}._label_1qcrz_13{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);font-weight:500}._hint_1qcrz_19{color:var(--precedent-color-text-muted);margin:0;font-size:12px}._fileInput_1qcrz_25{display:none}._uploadButton_1qcrz_29{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);color:var(--precedent-color-text);cursor:pointer;font-size:var(--precedent-font-size-text-md);border-radius:6px;padding:10px 16px;transition:background-color .2s,border-color .2s}._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{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);border-radius:6px;position:relative;overflow:hidden}._imagePreview_1qcrz_48 img{object-fit:cover;width:100%;height:auto;max-height:200px;display:block}._removeImageButton_1qcrz_63{color:#fff;cursor:pointer;font-size:var(--precedent-font-size-text-sm);background:#000000b3;border:none;border-radius:4px;padding:6px 12px;transition:background-color .2s;position:absolute;top:8px;right:8px}._removeImageButton_1qcrz_63:hover:not(:disabled){background:#000000d9}._removeImageButton_1qcrz_63:disabled{cursor:not-allowed;opacity:.6}._section_1leyl_1{flex-direction:column;gap:12px;display:flex}._label_1leyl_7{color:var(--precedent-color-text);margin:0;font-size:14px;font-weight:600;display:block}._searchRow_1leyl_15{align-items:flex-start;gap:8px;display:flex}@media (max-width:768px){._searchRow_1leyl_15{flex-direction:column;align-items:stretch}}._searchWrap_1leyl_27{flex:1;position:relative}._roleSelector_1leyl_32{border:1px solid var(--precedent-color-border);border-radius:6px;flex-shrink:0;display:flex;overflow:hidden}@media (max-width:768px){._roleSelector_1leyl_32{align-self:stretch}}._rolePill_1leyl_45{background:var(--precedent-color-surface);color:var(--precedent-color-text-muted);cursor:pointer;border:none;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,color .15s}._rolePill_1leyl_45+._rolePill_1leyl_45{border-left:1px solid var(--precedent-color-border)}._rolePill_1leyl_45:hover:not(._rolePillActive_1leyl_59){background:var(--precedent-color-surface-hover)}@media (max-width:768px){._rolePill_1leyl_45{text-align:center;flex:1}}._rolePillActive_1leyl_59{background:var(--precedent-color-primary);color:#fff}._roleBadge_1leyl_74{color:var(--precedent-color-text-muted);background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:11px;font-weight:600}._searchInput_1leyl_86{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text);border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}._searchInput_1leyl_86:focus{border-color:var(--precedent-color-primary);outline:none}._searchInput_1leyl_86::placeholder{color:var(--precedent-color-text-muted)}._dropdown_1leyl_104{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);z-index:10;border-radius:6px;max-height:240px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}._dropdown_1leyl_104 ._loading_1leyl_118{padding:0 12px;font-size:13px}._dropdown_1leyl_104 ._statusText_1leyl_122{padding:8px 12px;font-size:13px}._option_1leyl_127{width:100%;color:var(--precedent-color-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}._option_1leyl_127:hover{background:var(--precedent-color-surface-hover)}._optionInfo_1leyl_146{flex-direction:column;min-width:0;display:flex}._optionName_1leyl_152{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}._optionUsername_1leyl_159{color:var(--precedent-color-text-muted);font-size:12px}._chips_1leyl_164{flex-wrap:wrap;gap:8px;display:flex}._chip_1leyl_164{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:inline-flex}._chipRemove_1leyl_181{color:var(--precedent-color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;font-size:16px;line-height:1;display:flex}._chipRemove_1leyl_181:hover{color:var(--precedent-color-text)}._listTitle_1leyl_198{color:var(--precedent-color-text);margin:8px 0 0;font-size:14px;font-weight:600}._list_1leyl_198{flex-direction:column;gap:4px;margin-top:4px;display:flex}._memberRow_1leyl_212{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}._memberInfo_1leyl_222{align-items:center;gap:10px;min-width:0;display:flex}._memberDetails_1leyl_229{flex-direction:column;min-width:0;display:flex}._memberName_1leyl_235{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._memberUsername_1leyl_244{color:var(--precedent-color-text-muted);font-size:12px}._removeButton_1leyl_249{color:var(--precedent-color-danger,#ef4444);border:1px solid var(--precedent-color-danger,#ef4444);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:4px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}._removeButton_1leyl_249:hover{background:var(--precedent-color-danger,#ef4444);color:#fff}._removeButton_1leyl_249:disabled{opacity:.6;cursor:not-allowed}._emptyText_1leyl_271{color:var(--precedent-color-text-muted);margin:8px 0 0;font-size:14px}._loading_1leyl_118{color:var(--precedent-color-text-muted);padding:12px;font-size:14px}._statusText_1leyl_122{color:var(--precedent-color-text-muted);margin:0;padding:10px 12px;font-size:13px}._wrapper_1i9bi_1{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);border-radius:8px;align-items:stretch;transition:border-color .15s;display:flex;overflow:hidden}._wrapper_1i9bi_1:focus-within{border-color:var(--precedent-color-primary)}._input_1i9bi_14{min-width:0;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);background:0 0;border:none;flex:1;padding:10px 12px;font-family:inherit}._input_1i9bi_14:focus{outline:none}._input_1i9bi_14::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_1i9bi_14::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_1i9bi_14{-moz-appearance:textfield}._chevrons_1i9bi_35{border-left:1.5px solid var(--precedent-color-border);flex-direction:column;display:flex}._chevronButton_1i9bi_41{color:var(--precedent-color-text-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:0 8px;transition:background .12s,color .12s;display:flex}._chevronButton_1i9bi_41+._chevronButton_1i9bi_41{border-top:1px solid var(--precedent-color-border)}._chevronButton_1i9bi_41:hover:not(:disabled){background:var(--precedent-color-surface);color:var(--precedent-color-primary)}._chevronButton_1i9bi_41:disabled{opacity:.35;cursor:not-allowed}._section_ryqc9_1{flex-direction:column;gap:16px;display:flex}._header_ryqc9_7{justify-content:space-between;align-items:center;gap:12px;display:flex}._title_ryqc9_14{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:700}._addButton_ryqc9_21{background:var(--precedent-color-primary);color:#fff;font-size:var(--precedent-font-size-text-sm);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:6px 12px;font-weight:600;transition:opacity .15s}._addButton_ryqc9_21:hover{opacity:.85}._typeList_ryqc9_37{flex-direction:column;gap:12px;display:flex}._typeRow_ryqc9_43{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}._typeInfo_ryqc9_55{flex:1;min-width:0}._typeName_ryqc9_60{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);margin:0 0 2px;font-weight:600}._typeMeta_ryqc9_67{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0}._typeActions_ryqc9_73{gap:8px;display:flex}._editButton_ryqc9_78{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);cursor:pointer;border-radius:6px;padding:6px 12px;transition:background .15s,border-color .15s}._editButton_ryqc9_78:hover:not(:disabled){background:var(--precedent-color-surface);border-color:var(--precedent-color-text-muted)}._editButton_ryqc9_78:disabled{opacity:.4;cursor:not-allowed}._deleteButton_ryqc9_97{border:1.5px solid var(--precedent-color-danger,#ef4444);color:var(--precedent-color-danger,#ef4444);font-size:var(--precedent-font-size-text-sm);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px;transition:background .15s,color .15s}._deleteButton_ryqc9_97:hover:not(:disabled){background:var(--precedent-color-danger,#ef4444);color:#fff}._deleteButton_ryqc9_97:disabled{opacity:.4;cursor:not-allowed}._inactiveTag_ryqc9_116{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-muted);border:1px solid var(--precedent-color-border);border-radius:999px;padding:2px 8px}._form_ryqc9_124{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}._formTitle_ryqc9_134{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);margin:0;font-weight:700}._formRow_ryqc9_141{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){._formRow_ryqc9_141{grid-template-columns:1fr}}._field_ryqc9_152{flex-direction:column;gap:4px;display:flex}._field_ryqc9_152:is(fieldset){border:none;min-width:0;margin:0;padding:0}._label_ryqc9_164{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text);font-weight:600;display:block}._input_ryqc9_171,._textarea_ryqc9_171{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);box-sizing:border-box;border-radius:8px;width:100%;padding:10px 12px}._input_ryqc9_171:focus,._textarea_ryqc9_171:focus{border-color:var(--precedent-color-primary);outline:none}._textarea_ryqc9_171{resize:vertical;min-height:72px;font-family:inherit}._formFooter_ryqc9_192{justify-content:flex-end;gap:8px;display:flex}@media (max-width:480px){._formFooter_ryqc9_192{flex-direction:column-reverse}}._cancelButton_ryqc9_203{border:1.5px solid var(--precedent-color-border);color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);cursor:pointer;background:0 0;border-radius:8px;padding:7px 14px;transition:background .15s}._cancelButton_ryqc9_203:hover{background:var(--precedent-color-surface-subtle)}@media (max-width:480px){._cancelButton_ryqc9_203{width:100%}}._saveButton_ryqc9_222{background:var(--precedent-color-primary);color:#fff;font-size:var(--precedent-font-size-text-sm);cursor:pointer;border:none;border-radius:8px;padding:7px 14px;font-weight:600;transition:opacity .15s}._saveButton_ryqc9_222:hover:not(:disabled){opacity:.85}._saveButton_ryqc9_222:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){._saveButton_ryqc9_222{width:100%}}._empty_ryqc9_246,._loading_ryqc9_247,._error_ryqc9_248{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);padding:8px 0}._error_ryqc9_248{color:var(--precedent-color-danger)}._backdrop_1x21c_3{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;cursor:default;background:#0f172a73;border:none;animation:.15s _fadeIn_1x21c_1;position:fixed;inset:0}@keyframes _fadeIn_1x21c_1{0%{opacity:0}to{opacity:1}}._sheet_1x21c_23{background:var(--precedent-color-background);z-index:1001;width:100%;max-width:500px;max-height:80vh;padding:0;padding-bottom:max(0px, env(safe-area-inset-bottom,0px));border:none;border-radius:12px 12px 0 0;flex-direction:column;margin:0;animation:.22s cubic-bezier(.22,1,.36,1) _slideUp_1x21c_1;display:flex;position:fixed;top:auto;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0003}@media (min-width:600px){._sheet_1x21c_23{border-radius:12px;width:90%;max-height:80vh;animation:.18s cubic-bezier(.22,1,.36,1) _scaleIn_1x21c_1;top:50%;bottom:auto;transform:translate(-50%,-50%)}}@keyframes _slideUp_1x21c_1{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}@keyframes _scaleIn_1x21c_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._sheetHandle_1x21c_77{background:var(--precedent-color-border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0}@media (min-width:600px){._sheetHandle_1x21c_77{display:none}}._sheetHeader_1x21c_92{padding:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border);flex-shrink:0;align-items:center;display:flex}._sheetTitle_1x21c_100{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:600}._tabs_1x21c_108{border-bottom:1px solid var(--precedent-color-border);flex-shrink:0;gap:8px;padding:12px 16px;display:flex}._tab_1x21c_108{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);color:var(--precedent-color-text-muted);cursor:pointer;white-space:nowrap;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}._tab_1x21c_108:hover{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text)}._tab_1x21c_108:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._tabActive_1x21c_137{background:var(--precedent-color-primary-light);color:var(--precedent-color-primary);border-color:var(--precedent-color-primary)}._tabActive_1x21c_137._tabGoing_1x21c_143{color:#22c55e;background:#22c55e1f;border-color:#22c55e59}._tabActive_1x21c_137._tabMaybe_1x21c_149{color:#eab308;background:#eab3081f;border-color:#eab30859}._listContainer_1x21c_156{padding-bottom:max(16px, env(safe-area-inset-bottom,16px));flex:1;overflow-y:auto}@media (min-width:600px){._listContainer_1x21c_156{padding-bottom:16px}}._userList_1x21c_168{margin:0;padding:0;list-style:none}._userRow_1x21c_174{border-bottom:1px solid var(--precedent-color-border)}._userRow_1x21c_174:last-child{border-bottom:none}._userLink_1x21c_181{color:inherit;border-radius:var(--precedent-radius-md);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}._userLink_1x21c_181:hover{background:var(--precedent-color-surface-subtle);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._userInfo_1x21c_197{flex-direction:column;gap:2px;min-width:0;display:flex}._displayName_1x21c_204{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._userName_1x21c_213{color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}._loaderWrap_1x21c_222{justify-content:center;padding:40px 20px;display:flex}._emptyMessage_1x21c_228{text-align:center;color:var(--precedent-color-text-muted);margin:0;padding:40px 20px;font-size:14px}._loadMoreButton_1x21c_236{border:1px solid var(--precedent-color-border);background:var(--precedent-color-background);width:calc(100% - 32px);color:var(--precedent-color-text);cursor:pointer;border-radius:6px;margin:12px 16px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s;display:block}._loadMoreButton_1x21c_236:hover:not(:disabled){background:var(--precedent-color-surface-subtle)}._loadMoreButton_1x21c_236:disabled{opacity:.6;cursor:not-allowed}._loadMoreButton_1x21c_236:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._roleBadge_1x21c_262{background:var(--precedent-color-primary);color:#fff;vertical-align:middle;border-radius:8px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600}._coHostBadge_1x21c_273{background:var(--precedent-color-success,#22c55e);color:#fff;vertical-align:middle;border-radius:8px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600}._section_1sa0u_3{margin:16px 0}._triggerRow_1sa0u_8{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}@media (min-width:600px){._triggerRow_1sa0u_8{justify-content:flex-start}}._triggerButton_1sa0u_21{border-radius:var(--precedent-radius-fully-rounded);font-size:var(--precedent-font-size-text-md);cursor:pointer;letter-spacing:.01em;border:1.5px solid #0000;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}._triggerButton_1sa0u_21:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._triggerButton_1sa0u_21:disabled{opacity:.6;cursor:not-allowed}._triggerButton_1sa0u_21:not(:disabled):active{transform:scale(.97)}._triggerDefault_1sa0u_47{background:var(--precedent-color-primary);color:#fff;border-color:var(--precedent-color-primary)}._triggerDefault_1sa0u_47:not(:disabled):hover{background:var(--precedent-color-primary-hover);border-color:var(--precedent-color-primary-hover)}._trigger_going_1sa0u_58{color:#22c55e;background:#22c55e1f;border-color:#22c55e59}._trigger_going_1sa0u_58:not(:disabled):hover{background:#22c55e33}._trigger_maybe_1sa0u_67{color:#ca8a04;background:#eab3081f;border-color:#eab30859}[data-theme=light] ._trigger_maybe_1sa0u_67{color:#92400e}._trigger_maybe_1sa0u_67:not(:disabled):hover{background:#eab30833}._trigger_not_going_1sa0u_79{background:var(--precedent-color-surface-subtle);color:var(--precedent-color-text-muted);border-color:var(--precedent-color-border)}._trigger_not_going_1sa0u_79:not(:disabled):hover{background:var(--precedent-color-border)}._triggerDot_1sa0u_88{background:currentColor;border-radius:50%;flex-shrink:0;width:8px;height:8px}._countsButton_1sa0u_96{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .15s,text-decoration-color .15s}._countsButton_1sa0u_96:hover{color:var(--precedent-color-text);text-decoration-color:currentColor}._countsButton_1sa0u_96:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px;border-radius:4px}._backdrop_1sa0u_118{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0000008c;animation:.15s _fadeIn_1sa0u_1;position:fixed;inset:0}@keyframes _fadeIn_1sa0u_1{0%{opacity:0}to{opacity:1}}._sheet_1sa0u_136{border:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);z-index:1001;width:100%;max-width:480px;box-shadow:var(--precedent-shadow-md);padding:8px 20px 32px;padding-bottom:max(32px, env(safe-area-inset-bottom,32px));border-radius:20px 20px 0 0;margin:0;animation:.22s cubic-bezier(.22,1,.36,1) _slideUp_1sa0u_1;position:fixed;top:auto;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:600px){._sheet_1sa0u_136{border-radius:20px;padding:24px;animation:.18s cubic-bezier(.22,1,.36,1) _scaleIn_1sa0u_1;top:50%;bottom:auto;transform:translate(-50%,-50%)}}@keyframes _slideUp_1sa0u_1{0%{transform:translate(-50%)translateY(100%)}to{transform:translate(-50%)translateY(0)}}@keyframes _scaleIn_1sa0u_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._sheetHandle_1sa0u_187{background:var(--precedent-color-border);border-radius:2px;width:36px;height:4px;margin:8px auto 16px}@media (min-width:600px){._sheetHandle_1sa0u_187{display:none}}._sheetHeader_1sa0u_201{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._sheetTitle_1sa0u_208{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text);margin:0;font-weight:700}._closeButton_1sa0u_215{background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border);width:36px;height:36px;color:var(--precedent-color-text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}._closeButton_1sa0u_215:hover{background:var(--precedent-color-border);color:var(--precedent-color-text)}._closeButton_1sa0u_215:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._optionList_1sa0u_239{flex-direction:column;gap:10px;display:flex}._optionButton_1sa0u_245{border:1.5px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:border-color .15s,background .15s,transform .1s;display:flex}._optionButton_1sa0u_245:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._optionButton_1sa0u_245:disabled{opacity:.6;cursor:not-allowed}._optionButton_1sa0u_245:not(:disabled):active{transform:scale(.98)}._optionGoing_1sa0u_271{--option-color:#22c55e;--option-bg:#22c55e14}._optionGoing_1sa0u_271:not(:disabled):hover{background:#22c55e1a;border-color:#22c55e59}._optionMaybe_1sa0u_280{--option-color:#eab308;--option-bg:#eab30814}._optionMaybe_1sa0u_280:not(:disabled):hover{background:#eab3081a;border-color:#eab30859}._optionNotGoing_1sa0u_289{--option-color:var(--precedent-color-text-muted);--option-bg:#94a3b80f}._optionNotGoing_1sa0u_289:not(:disabled):hover{border-color:var(--precedent-color-border);background:#94a3b81a}._optionActive_1sa0u_299{background:var(--option-bg)!important;border-color:var(--option-color)!important}._optionIcon_1sa0u_304{background:var(--option-bg,#94a3b814);width:44px;height:44px;color:var(--option-color,var(--precedent-color-text-muted));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._optionText_1sa0u_316{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._optionLabel_1sa0u_324{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);font-weight:600;line-height:1.2}._optionDescription_1sa0u_331{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted)}._optionCheck_1sa0u_336{color:var(--option-color);flex-shrink:0;font-size:18px;font-weight:700}._section_26u0i_1{flex-direction:column;gap:14px;display:flex}._header_26u0i_7{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}._headerText_26u0i_14{flex-direction:column;gap:2px;min-width:0;display:flex}._title_26u0i_21{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:700}._subtitle_26u0i_28{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0}._viewAllLink_26u0i_34{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-primary);white-space:nowrap;flex-shrink:0;font-weight:600;text-decoration:none}._viewAllLink_26u0i_34:hover{text-decoration:underline}._list_26u0i_46{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}._ticket_26u0i_55{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:14px;align-items:stretch;min-height:88px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}._ticket_26u0i_55:hover{border-color:var(--precedent-color-primary);transform:translateY(-1px);box-shadow:0 6px 18px -8px #0000002e}._ticket_26u0i_55:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._stub_26u0i_77{background:linear-gradient(160deg, var(--brand-purple-200,var(--precedent-color-primary)) 0%, var(--precedent-color-primary) 100%);color:#fff;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:78px;padding:10px 8px;display:flex}._stubIcon_26u0i_90{color:#fff}._stubLabel_26u0i_94{letter-spacing:1.5px;opacity:.92;font-size:9px;font-weight:700}._perforation_26u0i_101{border-left:2px dashed var(--precedent-color-border);width:0;margin:12px 0;position:relative}._perforation_26u0i_101:before,._perforation_26u0i_101:after{content:"";background:var(--precedent-color-bg,var(--precedent-color-surface-subtle));border:1.5px solid var(--precedent-color-border);border-radius:50%;width:14px;height:14px;position:absolute;left:-8px}._perforation_26u0i_101:before{top:-19px}._perforation_26u0i_101:after{bottom:-19px}._body_26u0i_124{flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 14px 12px 18px;display:flex}._bodyMain_26u0i_134{flex-direction:column;gap:2px;min-width:0;display:flex}._typeName_26u0i_141{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600;overflow:hidden}._shortId_26u0i_151{color:var(--precedent-color-text-muted);letter-spacing:.5px;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}._bodyMeta_26u0i_159{flex-shrink:0;align-items:center;gap:10px;display:flex}._chevron_26u0i_166{color:var(--precedent-color-text-muted);transition:transform .15s}._ticket_26u0i_55:hover ._chevron_26u0i_166{color:var(--precedent-color-primary);transform:translate(2px)}._statusBadge_26u0i_175{font-size:var(--precedent-font-size-text-xs);white-space:nowrap;border-radius:999px;padding:3px 10px;font-weight:600}._statusBooked_26u0i_183{color:var(--precedent-color-primary);background:var(--precedent-color-primary-subtle)}._statusUsed_26u0i_188{color:var(--precedent-color-success);background:var(--precedent-color-success-subtle,#d1fae5)}._statusCancelled_26u0i_193{color:var(--precedent-color-danger);background:var(--precedent-color-danger-subtle,#fee2e2)}._container_fqfvt_1{justify-content:center;align-items:center;min-height:60vh;padding:24px 16px;display:flex}._card_fqfvt_9{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:440px;padding:40px 32px;display:flex}._icon_fqfvt_23{font-size:56px}._title_fqfvt_27{color:var(--precedent-color-text);margin:0;font-size:24px;font-weight:700}._message_fqfvt_34{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);margin:0}._sessionId_fqfvt_40{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-muted);margin:0}._actions_fqfvt_46{flex-direction:column;gap:10px;width:100%;margin-top:8px;display:flex}._primaryButton_fqfvt_54{background:var(--precedent-color-primary);color:#fff;width:100%;font-size:var(--precedent-font-size-text-md);text-align:center;border-radius:10px;padding:14px;font-weight:600;text-decoration:none;transition:opacity .15s;display:block}._primaryButton_fqfvt_54:hover{opacity:.88}._secondaryButton_fqfvt_71{border:1.5px solid var(--precedent-color-border);width:100%;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-md);text-align:center;border-radius:10px;padding:13px;text-decoration:none;transition:background .15s;display:block}._secondaryButton_fqfvt_71:hover{background:var(--precedent-color-surface-subtle)}._container_1c0r1_1{flex-direction:column;gap:8px;display:flex}._description_1c0r1_7{color:var(--precedent-color-text-muted);margin:0;font-size:15px;line-height:1.5;transition:max-height .3s;overflow-y:hidden}._description_1c0r1_7._collapsed_1c0r1_15{position:relative}._description_1c0r1_7._collapsed_1c0r1_15:after{content:"";background:linear-gradient(to bottom, transparent, var(--precedent-color-background));pointer-events:none;height:40px;position:absolute;bottom:0;left:0;right:0}._description_1c0r1_7._expanded_1c0r1_28{max-height:none}._textContent_1c0r1_32{white-space:pre-wrap;word-break:break-word;margin:0}._link_1c0r1_38{color:var(--precedent-color-primary);text-underline-offset:3px;word-break:break-word}._link_1c0r1_38:hover{opacity:.8}._expandButton_1c0r1_47{color:var(--precedent-color-primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:14px;font-weight:500;transition:opacity .2s}._expandButton_1c0r1_47:hover{opacity:.8}._expandButton_1c0r1_47:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._spacer_co44x_1,._sheet_co44x_2{display:none}@media (max-width:768px){._spacer_co44x_1,._sheet_co44x_2{display:revert}._spacer_co44x_1{pointer-events:none;height:156px}._sheet_co44x_2{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:90;background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;gap:10px 12px;padding:14px 16px 16px;animation:.32s cubic-bezier(.16,1,.3,1) _slideUp_co44x_1;display:grid;position:fixed;box-shadow:0 1px 2px #0000000a,0 12px 32px -12px #00000047}}@media (max-width:768px) and (prefers-reduced-motion:reduce){._sheet_co44x_2{animation:none}}._dismiss_co44x_46{width:28px;height:28px;color:var(--precedent-color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex;position:absolute;top:8px;right:8px}._dismiss_co44x_46:hover{background:var(--precedent-color-surface-hover,#0000000f);color:var(--precedent-color-text)}._dismiss_co44x_46:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._icon_co44x_71{background:linear-gradient(160deg, var(--brand-purple-200,var(--precedent-color-primary)) 0%, var(--precedent-color-primary) 100%);border-radius:10px;grid-area:1/1;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden;box-shadow:0 4px 10px -4px #00000040}._icon_co44x_71 img{object-fit:cover;width:100%;height:100%}._copy_co44x_90{flex-direction:column;grid-area:1/2;gap:2px;min-width:0;padding-right:28px;display:flex}._title_co44x_100{color:var(--precedent-color-text);margin:0;font-size:15px;font-weight:700;line-height:1.25}._subtitle_co44x_108{color:var(--precedent-color-text-muted);margin:0;font-size:12.5px;line-height:1.4}._actions_co44x_115{flex-direction:column;grid-area:2/1/auto/-1;gap:8px;display:flex}._primary_co44x_123{background:var(--precedent-color-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;height:44px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s,transform .12s;display:inline-flex}._primary_co44x_123:hover{background:var(--precedent-color-primary-hover,var(--precedent-color-primary))}._primary_co44x_123:active{transform:scale(.98)}._secondary_co44x_146{color:var(--precedent-color-text-muted);justify-content:center;align-items:center;gap:6px;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}._secondary_co44x_146:hover{color:var(--precedent-color-text);text-decoration:underline}@keyframes _slideUp_co44x_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._selector_f7upf_1{align-items:center;gap:12px;display:flex}._button_f7upf_7{border:1.5px solid var(--precedent-color-border);width:32px;height:32px;color:var(--precedent-color-text);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:background .15s,border-color .15s;display:flex}._button_f7upf_7:hover:not(:disabled){background:var(--precedent-color-surface-subtle);border-color:var(--precedent-color-primary)}._button_f7upf_7:disabled{opacity:.35;cursor:not-allowed}._value_f7upf_30{text-align:center;min-width:24px;font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);font-weight:600}._card_9lseb_1{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:12px;padding:16px;transition:border-color .15s}._card_9lseb_1._disabled_9lseb_8{opacity:.6}._header_9lseb_12{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}._name_9lseb_20{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);margin:0;font-weight:600}._description_9lseb_27{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0 0 12px}._priceBadge_9lseb_33{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-primary);background:var(--precedent-color-primary-subtle);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:3px 10px;font-weight:700}._availabilityBar_9lseb_44{background:var(--precedent-color-surface-subtle);border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}._availabilityFill_9lseb_52{background:var(--precedent-color-primary);border-radius:2px;height:100%;transition:width .3s}._availabilityText_9lseb_59{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-muted);margin-bottom:12px}._soldOut_9lseb_65{color:var(--precedent-color-danger);font-weight:600}._salesWindow_9lseb_70{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-muted);margin-bottom:12px}._footer_9lseb_76{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}._limitReached_9lseb_84{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);font-style:italic}._section_8vcj6_1{flex-direction:column;gap:12px;display:flex}._title_8vcj6_7{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:700}._typeList_8vcj6_14{flex-direction:column;gap:12px;display:flex}._footer_8vcj6_20{flex-direction:column;gap:8px;display:flex}._total_8vcj6_26{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0}._totalAmount_8vcj6_32{color:var(--precedent-color-text);font-weight:700}._checkoutButton_8vcj6_37{background:var(--precedent-color-primary);color:#fff;width:100%;font-size:var(--precedent-font-size-text-md);cursor:pointer;border:none;border-radius:10px;padding:14px;font-weight:600;transition:opacity .15s}._checkoutButton_8vcj6_37:hover:not(:disabled){opacity:.9}._checkoutButton_8vcj6_37:disabled{opacity:.5;cursor:not-allowed}._empty_8vcj6_57{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);padding:12px 0}._loading_8vcj6_63,._error_8vcj6_64{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted)}._error_8vcj6_64{color:var(--precedent-color-danger)}._salesEnd_8vcj6_73{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:-4px 0 4px}._salesClosed_8vcj6_79{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);padding:8px 0}._container_1a88u_1{flex-direction:column;gap:20px;display:flex}._summaryGrid_1a88u_7{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:600px){._summaryGrid_1a88u_7{grid-template-columns:repeat(4,1fr)}}._statCard_1a88u_18{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);text-align:center;border-radius:12px;padding:16px}._statValue_1a88u_26{color:var(--precedent-color-text);margin:0 0 4px;font-size:28px;font-weight:700}._statLabel_1a88u_33{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0}._table_1a88u_39{border-collapse:collapse;width:100%;font-size:var(--precedent-font-size-text-sm)}._tableHead_1a88u_45 th{text-align:left;color:var(--precedent-color-text-muted);border-bottom:1.5px solid var(--precedent-color-border);padding:8px 12px;font-weight:600}@media (max-width:480px){._tableHead_1a88u_45 th{font-size:var(--precedent-font-size-text-xs);padding:8px}}._tableRow_1a88u_59 td{border-bottom:1px solid var(--precedent-color-border);color:var(--precedent-color-text);padding:10px 12px}._tableRow_1a88u_59:last-child td{border-bottom:none}._loading_1a88u_69,._error_1a88u_70{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);padding:12px 0}._error_1a88u_70{color:var(--precedent-color-danger)}._container_1x02g_1{background:var(--precedent-color-background);min-height:100vh;padding-bottom:80px}._loadingMessage_1x02g_7{min-height:400px;color:var(--precedent-color-text-muted);justify-content:center;align-items:center;font-size:16px;display:flex}._errorMessage_1x02g_16{min-height:400px;color:var(--precedent-color-text-error,#b91c1c);justify-content:center;align-items:center;font-size:16px;display:flex}._bannerSection_1x02g_26{background:var(--precedent-color-surface-subtle);justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){._bannerSection_1x02g_26{height:200px}}._bannerImage_1x02g_42{object-fit:cover;object-position:center center;width:100%;height:100%}._bannerPlaceholder_1x02g_49{width:100%;height:100%}._bannerPlaceholderLight_1x02g_54{background:linear-gradient(135deg, var(--precedent-color-surface-subtle) 0%, var(--precedent-color-border) 100%)}._bannerPlaceholderDark_1x02g_58{background:linear-gradient(135deg, var(--precedent-color-surface) 0%, var(--precedent-color-surface-subtle) 100%)}._header_1x02g_62{background:var(--precedent-color-background);padding:24px}@media (max-width:768px){._header_1x02g_62{padding:16px}}._header_1x02g_62{border-bottom:1px solid var(--precedent-color-border)}._headerContent_1x02g_75{align-items:flex-start;gap:20px;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (max-width:768px){._headerContent_1x02g_75{flex-direction:column;align-items:center}}._thumbnailContainer_1x02g_90{border:4px solid var(--precedent-color-background);background:var(--precedent-color-surface-subtle);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-top:-60px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}@media (max-width:768px){._thumbnailContainer_1x02g_90{margin-top:-80px}}._archivedBadge_1x02g_110{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#f59e0b;border-radius:12px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}._eventInfo_1x02g_123{flex:1;min-width:0}@media (max-width:768px){._eventInfo_1x02g_123{text-align:center;width:100%}}._eventNameRow_1x02g_134{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}@media (max-width:768px){._eventNameRow_1x02g_134{justify-content:center}}._eventName_1x02g_134{color:var(--precedent-color-text);word-break:break-word;margin:0;font-size:32px;font-weight:700}@media (max-width:768px){._eventName_1x02g_134{text-align:center;font-size:24px}}._eventMeta_1x02g_161{color:var(--precedent-color-text-muted);margin-bottom:8px;font-size:14px}@media (max-width:768px){._eventMeta_1x02g_161{text-align:center}}._section_1x02g_172{max-width:1200px;margin:0 auto;padding:24px}@media (max-width:768px){._section_1x02g_172{padding:16px}}._sectionTitle_1x02g_183{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text);margin:0 0 16px;font-weight:600}._childEventsList_1x02g_190{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}._postsSection_1x02g_196{max-width:1200px;margin:0 auto;padding:24px}@media (max-width:768px){._postsSection_1x02g_196{padding:16px}}._postsSectionHeader_1x02g_207{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._postsSectionTitle_1x02g_214{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text);margin:0;font-weight:600}._ticketsGateCard_1x02g_221{background:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-lg);flex-direction:column;align-items:flex-start;gap:12px;padding:24px;display:flex}@media (max-width:768px){._ticketsGateCard_1x02g_221{padding:16px}}._ticketsGateTitle_1x02g_237{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0;font-weight:600}._ticketsGateMessage_1x02g_244{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);margin:0;line-height:1.5}._ticketsGateButton_1x02g_251{background:var(--precedent-color-primary);color:var(--precedent-color-on-primary);border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);cursor:pointer;border:none;margin-top:4px;padding:10px 18px;font-weight:600;transition:background .15s}._ticketsGateButton_1x02g_251:hover{background:var(--precedent-color-primary-hover)}@media (max-width:768px){._inviteOverlay_1x02g_268{align-items:stretch;padding:0}}._inviteModal_1x02g_274{flex-direction:column;width:100%;max-width:560px;max-height:80vh;padding:0;display:flex;overflow:hidden}@media (max-width:768px){._inviteModal_1x02g_274{border-radius:0;max-width:100vw;height:100vh;max-height:100vh}}._inviteModalHeader_1x02g_292{border-bottom:1px solid var(--precedent-color-border);background:var(--precedent-color-surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}@media (max-width:768px){._inviteModalHeader_1x02g_292{padding:14px 16px;padding-top:max(14px, env(safe-area-inset-top))}}._inviteModalTitle_1x02g_309{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0;font-weight:600}._inviteModalBody_1x02g_316{flex:1;padding:20px 24px 24px;overflow-y:auto}@media (max-width:768px){._inviteModalBody_1x02g_316{padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom))}}._inviteModalClose_1x02g_328{border-radius:var(--precedent-radius-sm);width:32px;height:32px;color:var(--precedent-color-text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}._inviteModalClose_1x02g_328:hover{background:var(--precedent-color-border-subtle);color:var(--precedent-color-text)}._container_uclo6_1{padding:24px 0}@media (max-width:768px){._container_uclo6_1{padding:16px 0}}._content_uclo6_10{max-width:1200px;margin:0 auto}._header_uclo6_15{margin-bottom:32px}@media (max-width:768px){._header_uclo6_15{margin-bottom:24px}}._headerTop_uclo6_24{justify-content:space-between;align-items:center;gap:16px;display:flex}@media (max-width:768px){._headerTop_uclo6_24{flex-direction:column;align-items:stretch}}._title_uclo6_37{color:var(--precedent-color-text);margin:0 0 8px;font-size:32px;font-weight:700}@media (max-width:768px){._title_uclo6_37{font-size:24px}}._subtitle_uclo6_49{color:var(--precedent-color-text-muted);margin:0;font-size:16px}@media (max-width:768px){._subtitle_uclo6_49{font-size:14px}}._createButtonLink_uclo6_60{text-decoration:none}._createButton_uclo6_60{white-space:nowrap}._container_16o76_1{width:100%;max-width:36rem;margin:0 auto}@media (min-width:768px){._container_16o76_1{max-width:42rem}}._header_16o76_12{border-bottom:1px solid var(--precedent-color-border-subtle);align-items:center;gap:.625rem;padding:.875rem 1rem;display:flex}@media (min-width:768px){._header_16o76_12{gap:.875rem;padding:1.125rem 1.5rem}}._backBtn_16o76_26{width:2.25rem;height:2.25rem;color:var(--precedent-color-text-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;text-decoration:none;transition:background .15s,color .15s;display:flex}._backBtn_16o76_26:hover{background:var(--precedent-color-background-hover);color:var(--precedent-color-text)}._backBtn_16o76_26:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}._headerTitle_16o76_48{color:var(--precedent-color-text);margin:0;font-size:1.0625rem;font-weight:700;line-height:1.2}@media (min-width:768px){._headerTitle_16o76_48{font-size:1.125rem}}._tabs_16o76_61{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.75rem 1rem .625rem;overflow-x:auto}._tabs_16o76_61::-webkit-scrollbar{display:none}@media (min-width:768px){._tabs_16o76_61{padding:.875rem 1.5rem .75rem}}._tabToggle_16o76_76{background:var(--precedent-color-surface);border-radius:999px;gap:2px;padding:3px;display:inline-flex}._tabBtn_16o76_84{color:var(--precedent-color-text-subtle);cursor:pointer;white-space:nowrap;touch-action:manipulation;background:0 0;border:none;border-radius:999px;min-height:2.25rem;padding:.375rem 1.125rem;font-size:.875rem;font-weight:500;transition:background .2s,color .2s}._tabBtn_16o76_84:hover:not(._tabBtnActive_16o76_98){color:var(--precedent-color-text)}._tabBtn_16o76_84:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px}@media (min-width:768px){._tabBtn_16o76_84{padding:.4375rem 1.375rem;font-size:.9375rem}}._tabBtnActive_16o76_98{background:var(--precedent-color-primary);color:#fff;font-weight:600}._content_16o76_118{padding:0 .75rem 1.5rem}@media (min-width:768px){._content_16o76_118{padding:0 1.5rem 2rem}}._search_16o76_127{margin-bottom:.625rem}._searchInput_16o76_131{border:1px solid var(--precedent-color-border);border-radius:var(--precedent-radius-sm);background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text);caret-color:var(--precedent-color-text);touch-action:manipulation;padding:.5625rem .875rem;font-size:.9375rem}._searchInput_16o76_131::placeholder{color:var(--precedent-color-text-muted);opacity:1}._searchInput_16o76_131{outline:none}._searchInput_16o76_131:focus{box-shadow:0 0 0 3px var(--precedent-color-primary-muted);border-color:var(--precedent-color-primary)}._searchStatus_16o76_154{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-subtle);margin-top:.375rem}._retryButton_16o76_160{color:var(--precedent-color-primary);cursor:pointer;font-size:inherit;background:0 0;border:none;margin-left:.25rem;padding:0}._retryButton_16o76_160:hover{text-decoration:underline}._list_16o76_173{flex-direction:column;gap:.375rem;display:flex}@media (min-width:768px){._list_16o76_173{gap:.5rem}}._userCard_16o76_184{background:var(--precedent-color-surface);border-radius:.625rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .75rem;transition:background .15s;display:flex}._userCard_16o76_184:hover{background:var(--precedent-color-surface-subtle)}@media (min-width:768px){._userCard_16o76_184{gap:1rem;padding:.75rem 1rem}}._userInfo_16o76_204{color:inherit;flex:1;align-items:center;gap:.625rem;min-width:0;text-decoration:none;display:flex}._userInfo_16o76_204:focus-visible{outline:2px solid var(--precedent-color-primary);outline-offset:2px;border-radius:.5rem}@media (min-width:768px){._userInfo_16o76_204{gap:.875rem}}._userDetails_16o76_224{flex-direction:column;min-width:0;display:flex}._displayName_16o76_230{color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;line-height:1.3;overflow:hidden}@media (min-width:768px){._displayName_16o76_230{font-size:.9375rem}}._userName_16o76_245{color:var(--precedent-color-text-muted);font-size:.75rem;line-height:1.3}._followButton_16o76_251{border-radius:999px;flex-shrink:0;min-height:2rem;padding:.375rem .875rem;font-size:.8125rem}._loadingContainer_16o76_259{justify-content:center;align-items:center;min-height:12rem;display:flex}._empty_16o76_266{text-align:center;color:var(--precedent-color-text-muted);padding:2.5rem 1rem;font-size:.9375rem}._postingModalContent_nztac_1{border-radius:12px;flex-direction:column;align-items:center;gap:1.5rem;min-width:280px;padding:2rem 3rem;display:flex}._postingText_nztac_11{color:var(--precedent-color-text);margin:0;font-size:1rem;font-weight:500}._cluster_1w3t0_1{aspect-ratio:1;place-self:center;width:90px;margin:auto;position:relative}._iconImage_1w3t0_10,._iconText_1w3t0_11,._iconVideo_1w3t0_12,._iconAudio_1w3t0_13{color:#7d818a;background:0 0;justify-content:center;align-items:center;display:inline-flex;position:absolute}._iconImage_1w3t0_10{aspect-ratio:1;height:45.8%;top:14%;left:16%}._iconText_1w3t0_11{aspect-ratio:1;height:34.7%;top:56%;left:37%}._iconVideo_1w3t0_12{aspect-ratio:1;height:18.1%;top:13%;left:60%}._iconAudio_1w3t0_13{aspect-ratio:1;height:27.8%;top:31%;left:62%}._iconImage_1w3t0_10 svg,._iconText_1w3t0_11 svg,._iconVideo_1w3t0_12 svg,._iconAudio_1w3t0_13 svg{opacity:.8;width:100%;height:100%}._iconImage_1w3t0_10 path{stroke-width:1.2px;stroke:currentColor}._iconText_1w3t0_11 path{stroke-width:1.35px;stroke:currentColor}._iconAudio_1w3t0_13 path{stroke-width:1.45px;stroke:currentColor}._iconVideo_1w3t0_12 path{stroke-width:1.6px;stroke:currentColor}._tileWrapper_x7s3l_1{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._tile_x7s3l_1{width:100%;height:auto;color:var(--color-text-muted);text-align:center;box-sizing:border-box;cursor:default;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:0;font-size:14px;font-weight:500;transition:transform .15s,box-shadow .15s;display:flex;position:relative}._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{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:12px;width:100%;height:100%;padding:0;display:flex}._tileFilled_x7s3l_53 ._innerButton_x7s3l_40{cursor:default}._innerButton_x7s3l_40:hover ._mediaIcon_x7s3l_57{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}._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{border-radius:var(--precedent-radius-fully-rounded);background:var(--brand-purple-solid);color:#fff;z-index:2;cursor:pointer;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:transform .15s,box-shadow .15s;display:inline-flex;position:absolute;top:-6px;right:-6px;box-shadow:0 4px 10px #0000002e}._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{border-radius:var(--precedent-radius-fully-rounded);width:24px;height:24px;color:var(--brand-purple-solid);z-index:2;cursor:pointer;background:#d5d7da;border:2px solid #717680;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:-6px;left:-6px;box-shadow:0 4px 10px #0000002e}._editBadgeIcon_x7s3l_132{color:#535862;width:12px;height:12px}._body_x7s3l_138{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex;position:relative}._mediaUpload_x7s3l_66{border:1px dashed var(--color-border);background:var(--color-surface);width:100%;height:160px;color:var(--color-text-muted);border-radius:16px;justify-content:center;align-items:center;font-size:24px;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative;overflow:hidden}._mediaUploadFilled_x7s3l_163{border-style:solid;border-color:var(--color-border);background:var(--color-surface);color:var(--color-text)}._mediaPreview_x7s3l_170{object-fit:cover;width:100%;height:100%;display:block}._overlay_x7s3l_177{color:#fff;background:#0000008c;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex;position:absolute;inset:0}._label_x7s3l_189{font-size:14px;font-weight:600}._fileInput_x7s3l_194{display:none}._grid_186qk_1{gap:var(--precedent-space-xl);margin-top:var(--precedent-space-lg);grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;display:grid}._footer_186qk_9{align-items:center;gap:var(--precedent-space-lg);margin-top:var(--precedent-space-lg);margin-bottom:var(--precedent-space-lg);display:flex}._helper_186qk_17{flex-direction:column;flex:1;gap:4px;display:flex}._view_177i9_1{width:100%;max-width:600px;padding:var(--precedent-space-xl) var(--precedent-space-xl) 28px;gap:var(--precedent-space-lg);color:var(--precedent-color-text);flex-direction:column;margin:0 auto;display:flex}._topBar_177i9_12{justify-content:flex-start;align-items:center;width:100%;display:flex}._backButton_177i9_19{appearance:none;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-md);cursor:pointer;background:0 0;border:none;padding:4px 0;font-weight:600}._backButton_177i9_19:hover{text-decoration:underline}._header_177i9_34{gap:var(--precedent-space-2xs);flex-direction:column;display:flex}._title_177i9_40{font-size:var(--precedent-font-size-text-2xl);color:var(--color-text);margin:0;font-weight:700;line-height:28px}._subtitle_177i9_48{color:var(--color-text-muted);margin:0;font-size:15px;line-height:22px}._carousel_177i9_55{align-items:center;gap:var(--precedent-space-xl);flex-direction:column;display:flex;position:relative}._embla_177i9_63{width:100%;max-width:600px;position:relative}._emblaViewport_177i9_69{width:100%;overflow:hidden}._emblaContainer_177i9_74{touch-action:pan-y pinch-zoom;margin-left:0;display:flex}._emblaSlide_177i9_80{flex:0 0 100%;justify-content:center;align-items:center;min-width:0;display:flex}._imageWrapper_177i9_88{aspect-ratio:auto;background:var(--precedent-color-surface-subtle);border-radius:var(--precedent-space-lg);border:1px solid var(--precedent-color-border);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}._image_177i9_88{object-fit:contain;width:100%;height:auto;max-height:300px;display:block}._emblaButtons_177i9_109{pointer-events:none;padding:0 var(--precedent-space-lg);z-index:1;justify-content:space-between;align-items:center;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}._emblaButton_177i9_109{width:36px;height:36px;padding:var(--precedent-space-xs);-webkit-backdrop-filter:blur(8px);color:#fff;pointer-events:auto;background:#0000004d;transition:opacity .15s,background-color .15s}._emblaButton_177i9_109:disabled{opacity:.4;cursor:default}._emblaButton_177i9_109:not(:disabled):hover{background:#00000080}._emblaButton_177i9_109:not(:disabled):active{background:#0009}._emblaButtonSvg_177i9_148{width:20px;height:20px}._emblaDots_177i9_153{gap:var(--precedent-space-xs);justify-content:center;align-items:center;display:flex}._form_177i9_160{gap:var(--precedent-space-md);flex-direction:column;display:flex}._labelRow_177i9_166{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);align-items:center;gap:4px;font-weight:600;display:inline-flex}._label_177i9_166{display:inline-flex}._required_177i9_179{color:var(--precedent-color-text-muted)}._input_177i9_183,._textarea_177i9_184{background:var(--precedent-color-surface);width:100%;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_177i9_183::placeholder,._textarea_177i9_184::placeholder{color:var(--precedent-color-text-muted)}._textarea_177i9_184{resize:vertical;min-height:90px}._actions_177i9_205{margin-top:var(--precedent-space-2xs);gap:var(--precedent-space-xs);flex-direction:column;display:flex}._errorMessage_177i9_212{color:#ef4444;font-size:var(--precedent-font-size-text-md);text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-weight:600;line-height:1.5}._saveButton_177i9_223{width:100%;padding:var(--precedent-space-lg) var(--precedent-space-xl);border-radius:var(--precedent-space-lg);background:var(--precedent-color-primary);color:#fff;font-size:var(--precedent-font-size-text-lg);cursor:pointer;border:none;font-weight:700}._saveButtonDisabled_177i9_235{background:var(--precedent-color-border);color:var(--precedent-color-text);cursor:not-allowed}._screen_11bsa_1{background:var(--precedent-color-background);width:100%;max-width:600px;color:var(--precedent-color-text);flex-direction:column;gap:20px;margin:0 auto;padding:32px 16px 28px;display:flex}._header_11bsa_13{flex-direction:column;gap:4px;display:flex}._topBar_11bsa_19{justify-content:space-between;align-items:center;width:100%;display:flex}._backButton_11bsa_26{appearance:none;color:var(--precedent-color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:14px;font-weight:600;display:inline-flex}._backButton_11bsa_26:hover{opacity:.8}._backButtonIcon_11bsa_44{flex-shrink:0;width:20px;height:20px}._skipButton_11bsa_50{appearance:none;color:var(--precedent-color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:14px;font-weight:600;display:inline-flex}._skipButton_11bsa_50:hover{opacity:.8}._skipButtonIcon_11bsa_68{flex-shrink:0;width:20px;height:20px}._title_11bsa_74{color:var(--color-text);margin:0;font-size:20px;font-weight:700;line-height:28px}._subtitle_11bsa_82{color:var(--color-text-muted);margin:0;font-size:15px;line-height:22px}._nextButton_11bsa_89{background:var(--brand-purple-solid);color:#fff;border:1px solid var(--brand-purple-solid);cursor:pointer;border-radius:12px;width:100%;padding:12px 16px;font-size:16px;font-weight:600;transition:transform .12s,box-shadow .12s}._nextButton_11bsa_89:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000029}._nextButton_11bsa_89:focus-visible{outline:2px solid var(--brand-purple-200);outline-offset:2px}._nextButton_11bsa_89:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}._gridStack_11bsa_119{gap:var(--precedent-space-lg)}._skipConfirmDialog_11bsa_123{border:1px solid var(--color-border);border-radius:16px;max-width:min(360px,100vw - 2rem);margin:auto;padding:0;box-shadow:0 0 0 1px #00000008,0 2px 4px #0000000a,0 12px 24px #0000001f,0 24px 48px #00000014}._skipConfirmDialog_11bsa_123::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080}._skipConfirmContent_11bsa_137{background:var(--precedent-color-background);border-radius:16px;padding:1.5rem 1.75rem}._skipConfirmTitle_11bsa_143{color:var(--color-text);margin:0 0 .5rem;font-size:18px;font-weight:700}._skipConfirmMessage_11bsa_150{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:15px;line-height:1.5}._skipConfirmActions_11bsa_157{justify-content:flex-end;gap:.75rem;display:flex}._skipConfirmStay_11bsa_163{appearance:none;border:1px solid var(--color-border);color:var(--precedent-color-text);cursor:pointer;background:0 0;border-radius:12px;padding:10px 16px;font-size:15px;font-weight:600}._skipConfirmStay_11bsa_163:hover{background:var(--color-background-hover,#0000000a)}._skipConfirmSkip_11bsa_179{appearance:none;border:1px solid var(--brand-purple-solid);background:var(--brand-purple-solid);color:#fff;cursor:pointer;border-radius:12px;padding:10px 16px;font-size:15px;font-weight:600}._skipConfirmSkip_11bsa_179:hover{opacity:.9}._screen_cc2ia_1{background:var(--precedent-color-background);width:100%;max-width:600px;color:var(--precedent-color-text);flex-direction:column;gap:20px;margin:0 auto;padding:32px 16px 28px;display:flex}._header_cc2ia_13{flex-direction:column;gap:4px;display:flex}._kicker_cc2ia_19,._title_cc2ia_27{color:var(--precedent-color-text);margin:0;font-size:18px;font-weight:600;line-height:28px}._subtitle_cc2ia_35{color:var(--color-text-muted);margin:0;font-size:15px;line-height:22px}._topics_cc2ia_42{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:8px;margin:0;padding:0;list-style:none;display:flex}._topicItem_cc2ia_53{flex:none;margin:0}._footer_cc2ia_58{margin-top:8px}._nextButton_cc2ia_62{background:var(--precedent-color-surface);width:100%;color:var(--precedent-color-text-muted);border:1px solid var(--precedent-color-border);cursor:not-allowed;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:600;transition:background-color .12s,color .12s,transform .12s}._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)}._page_op5hp_1{background:var(--precedent-color-background);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:64px 0 28px;display:flex}._stack_op5hp_12{flex-direction:column;align-items:center;gap:0;width:100%;max-width:1040px;display:flex}._progressBar_op5hp_21{width:100%;max-width:600px;margin:0 auto}._container_1g2fa_1{flex-direction:column;align-items:center;gap:12px;display:flex}._qrImage_1g2fa_8{border:2px solid var(--precedent-color-border);background:#fff;border-radius:12px;width:220px;height:220px;padding:8px}._generating_1g2fa_17{border:2px solid var(--precedent-color-border);background:var(--precedent-color-surface-subtle);border-radius:12px;width:220px;height:220px;animation:1.4s ease-in-out infinite _pulse_1g2fa_1}@keyframes _pulse_1g2fa_1{0%,to{opacity:1}50%{opacity:.4}}._error_1g2fa_34{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-danger)}._hint_1g2fa_39{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-muted);text-align:center}._result_j5fpt_1{text-align:center;border:2px solid;border-radius:12px;padding:20px}._valid_j5fpt_8{border-color:var(--precedent-color-success);background:var(--precedent-color-success-subtle,#d1fae5)}._invalid_j5fpt_13{border-color:var(--precedent-color-danger);background:var(--precedent-color-danger-subtle,#fee2e2)}._icon_j5fpt_18{margin-bottom:8px;font-size:40px}._title_j5fpt_23{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0 0 8px;font-weight:700}._detail_j5fpt_30{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:4px 0}._card_1wk0x_1{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:12px;align-items:center;gap:16px;padding:14px 16px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}._card_1wk0x_1:hover{border-color:var(--precedent-color-primary);background:var(--precedent-color-surface-subtle)}._icon_1wk0x_17{background:var(--precedent-color-primary-subtle);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}._info_1wk0x_29{flex:1;min-width:0}._typeName_1wk0x_34{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-weight:600;overflow:hidden}._eventName_1wk0x_44{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;overflow:hidden}._date_1wk0x_53{font-size:var(--precedent-font-size-text-xs);color:var(--precedent-color-text-muted);margin:0}._statusBadge_1wk0x_59{font-size:var(--precedent-font-size-text-xs);border-radius:999px;flex-shrink:0;padding:3px 10px;font-weight:600}._statusBooked_1wk0x_67{color:var(--precedent-color-primary);background:var(--precedent-color-primary-subtle)}._statusUsed_1wk0x_72{color:var(--precedent-color-success);background:var(--precedent-color-success-subtle,#d1fae5)}._statusCancelled_1wk0x_77{color:var(--precedent-color-danger);background:var(--precedent-color-danger-subtle,#fee2e2)}._container_8j9sz_1{max-width:720px;margin:0 auto;padding:24px 16px}._header_8j9sz_7{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}._title_8j9sz_14{color:var(--precedent-color-text);margin:0;font-size:24px;font-weight:700}._filterRow_8j9sz_21{gap:8px;margin-bottom:20px;display:flex}._filterButton_8j9sz_27{border:1.5px solid var(--precedent-color-border);color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-sm);cursor:pointer;background:0 0;border-radius:999px;padding:7px 16px;transition:background .15s,color .15s,border-color .15s}._filterButton_8j9sz_27._active_8j9sz_37{background:var(--precedent-color-primary);border-color:var(--precedent-color-primary);color:#fff}._list_8j9sz_43{flex-direction:column;gap:10px;display:flex}._empty_8j9sz_49,._loading_8j9sz_56{text-align:center;color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-sm);padding:48px 16px}._error_8j9sz_63{text-align:center;color:var(--precedent-color-danger);font-size:var(--precedent-font-size-text-sm);padding:48px 16px}._container_1hphk_1{flex-direction:column;gap:20px;max-width:480px;margin:0 auto;padding:24px 16px;display:flex}._backLink_1hphk_10{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);align-items:center;gap:4px;margin-bottom:4px;text-decoration:none;display:inline-flex}._backLink_1hphk_10:hover{color:var(--precedent-color-primary)}._card_1hphk_23{background:var(--precedent-color-surface);border:1.5px solid var(--precedent-color-border);border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}._typeNameRow_1hphk_33{justify-content:space-between;align-items:center;gap:12px;display:flex}._typeName_1hphk_33{color:var(--precedent-color-text);margin:0;font-size:20px;font-weight:700}._statusBadge_1hphk_47{font-size:var(--precedent-font-size-text-xs);border-radius:999px;padding:3px 10px;font-weight:600}._statusBooked_1hphk_54{color:var(--precedent-color-primary);background:var(--precedent-color-primary-subtle)}._statusUsed_1hphk_59{color:var(--precedent-color-success);background:var(--precedent-color-success-subtle,#d1fae5)}._statusCancelled_1hphk_64{color:var(--precedent-color-danger);background:var(--precedent-color-danger-subtle,#fee2e2)}._eventName_1hphk_69{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);margin:0;font-weight:600}._meta_1hphk_76{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);margin:0}._divider_1hphk_82{border:none;border-top:1px solid var(--precedent-color-border)}._qrSection_1hphk_87{flex-direction:column;align-items:center;padding-top:4px;display:flex}._loading_1hphk_94,._error_1hphk_95{text-align:center;color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-sm);padding:48px 16px}._error_1hphk_95{color:var(--precedent-color-danger)}._container_euhm5_1{flex-direction:column;gap:20px;max-width:540px;margin:0 auto;padding:24px 16px;display:flex}._header_euhm5_10{align-items:center;gap:12px;display:flex}._title_euhm5_16{color:var(--precedent-color-text);margin:0;font-size:22px;font-weight:700}._scannerWrapper_euhm5_23{border:2px solid var(--precedent-color-border);background:#000;border-radius:12px;min-height:300px;overflow:hidden}._scannerWrapper_euhm5_23>div{width:100%!important}._scanAgainButton_euhm5_34{border:1.5px solid var(--precedent-color-border);width:100%;color:var(--precedent-color-text);font-size:var(--precedent-font-size-text-sm);cursor:pointer;background:0 0;border-radius:8px;padding:12px;font-weight:600;transition:background .15s}._scanAgainButton_euhm5_34:hover{background:var(--precedent-color-surface-subtle)}._hint_euhm5_50,._loading_euhm5_56,._error_euhm5_57{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted);text-align:center}._error_euhm5_57{color:var(--precedent-color-danger)}._postButtonContainer_1fule_1{justify-content:stretch;margin-top:1rem;display:flex}._postButtonContainer_1fule_1 button{width:100%}._pill_1fule_11{border-radius:8px;padding:8px 16px;font-size:14px;line-height:normal}._editorWrapper_36irw_1{flex-direction:column;margin-bottom:1rem;display:flex}._dragDropZone_afbdc_1{border:2px dashed var(--precedent-color-border);cursor:pointer;background-color:#0000;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:3rem 2rem;font-family:inherit;transition:all .2s;display:flex}._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:#0000}._fileInput_afbdc_35{display:none}._content_afbdc_39{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:.75rem;display:flex}._icon_afbdc_48{color:var(--precedent-color-text-subtle);justify-content:center;align-items:center;transition:color .2s;display:flex}._dragDropZone_afbdc_1:hover:not(._disabled_afbdc_55) ._icon_afbdc_48,._dragDropZone_afbdc_1._dragging_afbdc_22 ._icon_afbdc_48{color:var(--precedent-color-primary)}._text_afbdc_62{color:var(--precedent-color-text-muted);margin:0;font-size:1rem;font-weight:500;transition:color .2s}._dragDropZone_afbdc_1:hover:not(._disabled_afbdc_55) ._text_afbdc_62,._dragDropZone_afbdc_1._dragging_afbdc_22 ._text_afbdc_62{color:var(--precedent-color-text)}._mediaWrapper_1jqqg_1{flex-direction:column;gap:1rem;display:flex}._mediaUploadSection_1jqqg_7{flex-direction:column;gap:.375rem;display:flex}._mediaUploadLabel_1jqqg_13{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0;font-weight:500}._mediaPreviewContainer_1jqqg_20{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}._removeButton_1jqqg_27{color:var(--precedent-color-text);border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);cursor:pointer;background-color:#ef4444;border:none;align-self:flex-start;padding:.5rem 1rem;font-weight:500;transition:all .2s}._removeButton_1jqqg_27:hover{background-color:#dc2626}._removeButton_1jqqg_27:active{transform:scale(.98)}._captionSection_1jqqg_46{flex-direction:column;gap:.375rem;margin-top:.75rem;display:flex}._captionLabel_1jqqg_53{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin-bottom:var(--precedent-space-xs);font-weight:500}._captionInput_1jqqg_60{border:1px solid var(--precedent-color-border);width:100%;color:var(--precedent-color-text);background-color:var(--precedent-color-background);resize:none;border-radius:.5rem;min-height:calc(2.75rem + 2px);padding:.5rem .625rem;font-family:inherit;font-size:.875rem;transition:border-color .2s;overflow:hidden}._captionInput_1jqqg_60:focus{border-color:var(--precedent-color-primary);outline:none}._captionInput_1jqqg_60::placeholder{color:var(--precedent-color-text-muted)}._mediaWrapper_kpfc0_1{flex-direction:column;gap:1rem;display:flex}._mediaUploadSection_kpfc0_7{flex-direction:column;gap:.375rem;display:flex}._mediaUploadLabel_kpfc0_13{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin:0;font-weight:500}._mediaPreviewContainer_kpfc0_20{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}._removeButton_kpfc0_27{color:var(--precedent-color-text);border-radius:var(--precedent-radius-md);font-size:var(--precedent-font-size-text-md);cursor:pointer;background-color:#ef4444;border:none;align-self:flex-start;padding:.5rem 1rem;font-weight:500;transition:all .2s}._removeButton_kpfc0_27:hover{background-color:#dc2626}._removeButton_kpfc0_27:active{transform:scale(.98)}._captionSection_kpfc0_46{flex-direction:column;gap:.375rem;margin-top:.75rem;display:flex}._captionLabel_kpfc0_53{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text);margin-bottom:var(--precedent-space-xs);font-weight:500}._captionInput_kpfc0_60{border:1px solid var(--precedent-color-border);width:100%;color:var(--precedent-color-text);background-color:var(--precedent-color-background);resize:none;border-radius:.5rem;min-height:calc(2.75rem + 2px);padding:.5rem .625rem;font-family:inherit;font-size:.875rem;transition:border-color .2s;overflow:hidden}._captionInput_kpfc0_60:focus{border-color:var(--precedent-color-primary);outline:none}._captionInput_kpfc0_60::placeholder{color:var(--precedent-color-text-muted)}._videoPreview_kpfc0_82 video{border:2px solid var(--precedent-color-border);border-radius:.5rem;width:100%;max-height:400px;transition:border-color .3s}._previewImageUploadSection_kpfc0_90{margin-top:var(--precedent-space-lg)}._previewImageLabel_kpfc0_94{margin-bottom:var(--precedent-space-md);font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);font-weight:500}._previewImagePreview_kpfc0_101{flex-direction:column;gap:1rem;display:flex}._previewImagePreview_kpfc0_101 img{border:2px solid var(--precedent-color-border);object-fit:cover;width:100%;max-height:300px;margin-bottom:var(--precedent-space-md);border-radius:.5rem}._tabsContainer_1qg05_1{width:100%}._tabs_1qg05_1{margin:var(--precedent-space-lg) auto}._tabContent_1qg05_9{margin-top:1.5rem;position:relative}._tabPanel_1qg05_14{display:block}._tabPanelHidden_1qg05_18{display:none}._tabPanelActive_1qg05_22{display:block}._parentUrlInputGroup_1itt1_2{align-items:center;gap:8px;margin-top:.5rem;display:flex}._parentIdInput_1itt1_9{padding:var(--precedent-space-xs) var(--precedent-space-lg);border:1px solid var(--precedent-color-border);background-color:var(--precedent-color-background);max-width:500px;color:var(--precedent-color-text);border-radius:6px;flex:1;font-size:14px;font-weight:400;transition:border-color .2s,background-color .3s}._parentIdInput_1itt1_9::placeholder{color:var(--precedent-color-text-muted)}._parentIdInput_1itt1_9:focus{border-color:var(--precedent-color-primary);outline:none}._parentIdInput_1itt1_9:disabled{background-color:var(--precedent-color-surface-subtle);cursor:not-allowed}._parentPostSet_1itt1_33{background-color:var(--precedent-color-primary-muted);border:1px solid var(--precedent-color-border);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;max-width:500px;margin-top:.5rem;padding:12px 16px;transition:background-color .3s,border-color .3s;display:flex}._parentPostInfo_1itt1_47{flex:1;align-items:center;gap:8px;min-width:0;display:flex}._parentPostLabel_1itt1_55{color:var(--precedent-color-text-muted);white-space:nowrap;font-size:14px;font-weight:500}._parentPostTitle_1itt1_62{color:var(--precedent-color-primary);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;transition:color .2s;overflow:hidden}._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{color:var(--precedent-color-text-muted);cursor:pointer;vertical-align:middle;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;font-family:Arial,sans-serif;font-size:20px;font-weight:300;line-height:0;transition:all .2s;display:flex}._removeParentButton_1itt1_85:before{content:"×";line-height:1;display:block}._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{flex-direction:column;gap:.5rem;display:flex}._titleInput_1hktu_7{border:2px solid var(--precedent-color-border);width:100%;color:var(--precedent-color-text);background-color:var(--precedent-color-background);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}._titleInput_1hktu_7::placeholder{color:var(--precedent-color-text-muted)}._titleInput_1hktu_7:focus{border-color:var(--precedent-color-primary);box-shadow:0 0 0 3px var(--precedent-color-primary-muted);outline:none}._wizard_iafby_2{width:100%;max-width:800px;padding:var(--precedent-space-2xl,20px);box-sizing:border-box;flex-direction:column;gap:1.5rem;margin:0 auto;display:flex}@media (max-width:540px){._wizard_iafby_2{padding:var(--precedent-space-lg,16px)}}._stepContent_iafby_18{gap:var(--precedent-space-2xl,1.25rem);flex-direction:column;display:flex}._stepHidden_iafby_24{display:none}._stepHeader_iafby_28{gap:var(--precedent-space-2xs);flex-direction:column;display:flex}._stepTitle_iafby_34{font-size:var(--precedent-font-size-text-xl,1.125rem);color:var(--precedent-color-text,#111827);margin:0;font-weight:700}._stepSubtitle_iafby_41{font-size:var(--precedent-font-size-text-md,.875rem);color:var(--precedent-color-text-muted,#6b7280);margin:0}._stepIndicator_iafby_47{padding-bottom:var(--precedent-space-xs,.5rem);align-items:center;gap:0;display:flex}._stepIndicatorItem_iafby_54{flex:1;align-items:center;display:flex}._stepIndicatorItem_iafby_54:last-child{flex:none}._stepCircle_iafby_63{border:2px solid var(--precedent-color-border,#e5e7eb);background:var(--precedent-color-background,#fff);width:32px;min-width:32px;height:32px;color:var(--precedent-color-text-muted,#9ca3af);border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;transition:border-color .2s,background-color .2s,color .2s;display:flex}._stepCircle--active_iafby_78{border-color:var(--precedent-color-primary,#7779ed);background:var(--precedent-color-primary,#7779ed);color:#fff}._stepCircle--done_iafby_83{border-color:var(--precedent-color-primary,#7779ed);background:var(--precedent-color-primary-muted,#7779ed1f);color:var(--precedent-color-primary,#7779ed)}._stepLabel_iafby_89{font-size:var(--precedent-font-size-text-sm,.875rem);color:var(--precedent-color-text-muted,#9ca3af);white-space:nowrap;margin-left:6px;font-weight:500;display:none}._stepLabel--active_iafby_97{color:var(--precedent-color-text,#111827);font-weight:600}@media (min-width:480px){._stepLabel_iafby_89{display:block}}._stepConnector_iafby_107{background:var(--precedent-color-border,#e5e7eb);height:2px;margin:0 var(--precedent-space-xs,8px);border-radius:1px;flex:1;transition:background-color .2s}._stepConnector--done_iafby_115{background:var(--precedent-color-primary-muted,#7779ed66)}._stepNav_iafby_119{justify-content:space-between;align-items:center;gap:var(--precedent-space-md,.75rem);display:flex}._stepNavLeft_iafby_126,._stepNavRight_iafby_134{align-items:center;gap:var(--precedent-space-sm,.75rem);flex-wrap:wrap;min-width:0;display:flex}@media (max-width:540px){._stepNav_iafby_119{flex-direction:column;align-items:stretch;gap:0}._stepNavRight_iafby_134{padding-bottom:var(--precedent-space-lg,1rem);margin-bottom:var(--precedent-space-md,.75rem);border-bottom:1px solid var(--precedent-color-border,#e5e7eb);order:-1;justify-content:stretch;gap:10px}._stepNavRight_iafby_134 button{flex:1}._stepNavLeft_iafby_126{flex-wrap:wrap;justify-content:center;gap:10px}._stepNav_iafby_119>._stepNavLeft_iafby_126:only-child{border-top:1px solid var(--precedent-color-border,#e5e7eb);margin-top:var(--precedent-space-md,.75rem);padding-top:var(--precedent-space-lg,1rem)}._stepNav_iafby_119>._stepNavLeft_iafby_126:not(:only-child){padding-top:var(--precedent-space-md,.75rem);margin-top:2px}._stepNavLeft_iafby_126 button{flex:stretch;min-width:min(152px,44vw)}._stepNav_iafby_119>._stepNavLeft_iafby_126:only-child button{max-width:min(260px,88vw)}._stepNavLeft_iafby_126 ._btnCancel_iafby_190{font-weight:500;color:#ac3232!important;box-shadow:none!important;border-width:1px!important;border-color:#dc262652!important}._stepNavLeft_iafby_126 ._btnCancel_iafby_190:hover:not(:disabled){color:#991b1b!important;background:#dc26260f!important;border-color:#dc262673!important}._stepNavLeft_iafby_126 ._btnCancel_iafby_190:focus-visible{outline-offset:2px;outline:2px solid #dc26268c}}._btnPill_iafby_207{border-radius:8px;padding:8px 16px;font-size:14px;line-height:normal}._btnSecondary_iafby_214{border:1.5px solid var(--precedent-color-border,#e5e7eb);color:var(--precedent-color-text,#111827);background:0 0}._btnSecondary_iafby_214:hover:not(:disabled){background:var(--precedent-color-surface-subtle,#f3f4f6)}._btnCancel_iafby_190{color:#b91c1c!important;background:0 0!important;border:2px solid #dc26266b!important}._btnCancel_iafby_190:hover:not(:disabled){color:#991b1b!important;background:#dc262614!important;border-color:#dc26268c!important}._page_jnnrp_1{gap:var(--precedent-space-2xl);width:100%;max-width:800px;padding:var(--precedent-space-2xl);flex-direction:column;margin:0 auto;display:flex}._pageHeader_jnnrp_11{gap:var(--precedent-space-2xs);padding-bottom:var(--precedent-space-xl);border-bottom:1px solid var(--precedent-color-border,#e5e7eb);flex-direction:column;display:flex}._pageTitle_jnnrp_19{font-size:var(--precedent-font-size-text-xl);color:var(--precedent-color-text,#111827);margin:0;font-weight:700}._pageSubtitle_jnnrp_26{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted,#6b7280);margin:0}._section_jnnrp_32{gap:var(--precedent-space-xl);flex-direction:column;display:flex}._sectionHeader_jnnrp_38{gap:var(--precedent-space-2xs);flex-direction:column;display:flex}._sectionTitle_jnnrp_44{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text,#111827);margin:0;font-weight:600}._sectionSubtitle_jnnrp_51{font-size:var(--precedent-font-size-text-sm);color:var(--precedent-color-text-muted,#6b7280);margin:0}._divider_jnnrp_57{background:var(--precedent-color-border,#e5e7eb);border:none;height:1px;margin:0}._actionBar_jnnrp_64{justify-content:flex-end;align-items:center;gap:var(--precedent-space-sm);padding-top:var(--precedent-space-xl);border-top:1px solid var(--precedent-color-border,#e5e7eb);flex-wrap:wrap;display:flex}@media (max-width:540px){._actionBar_jnnrp_64{flex-direction:column-reverse;align-items:stretch}}._btnPill_jnnrp_80{border-radius:6px;min-height:44px;padding-inline:1.25rem}._btnCancel_jnnrp_86{color:#b91c1c!important;background:0 0!important;border:2px solid #dc26266b!important}._btnCancel_jnnrp_86:hover:not(:disabled){color:#991b1b!important;background:#dc262614!important;border-color:#dc26268c!important}._loadingContainer_jnnrp_97{width:100%;max-width:800px;min-height:400px;padding:var(--precedent-space-2xl);justify-content:center;align-items:center;margin:0 auto;display:flex}._container_1i6ii_1{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-top:24px;padding-bottom:20px;display:block}._header_1i6ii_11{padding:0 16px}._header_1i6ii_11 h1{color:var(--text-primary);margin:0;font-size:24px;font-weight:700}._container_7ff97_1{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-top:24px;padding-bottom:20px;display:block}._createPostPrompt_1r5ju_1{background-color:var(--precedent-color-surface);border:1px solid var(--precedent-color-border);border-radius:12px;margin-bottom:24px;padding:16px 38px 12px}._inputSection_1r5ju_9{align-items:center;gap:16px;margin-bottom:16px;display:flex}._profilePicture_1r5ju_16{flex-shrink:0;width:36px;height:36px}._inputArea_1r5ju_22{flex:1}._input_1r5ju_9{border:1px solid;border-color:var(--precedent-color-border);background-color:var(--precedent-color-background);width:100%;color:var(--precedent-color-text-muted);cursor:pointer;border-radius:9999px;height:36px;padding:14px 18px;font-size:16px;transition:all .2s}._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{border-style:solid;border-color:var(--precedent-color-primary);background-color:var(--precedent-color-surface);outline:none}._postTypes_1r5ju_52{border-top:1px solid var(--precedent-color-border);align-items:center;gap:12px;padding-top:12px;display:flex}._typeButton_1r5ju_60{background-color:var(--precedent-color-surface);color:var(--precedent-color-text-muted);font-size:var(--precedent-font-size-text-md);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-weight:600;transition:all .2s;display:flex}._typeButton_1r5ju_60:hover{transform:scale(1.1)}._typeButton_1r5ju_60:active{background-color:var(--precedent-color-primary-muted);transition:transform 80ms ease-out,background-color 80ms ease-out;transform:scale(.98)}._icon_1r5ju_83{width:20px;height:20px;color:var(--precedent-color-primary);justify-content:center;align-items:center;line-height:1;transition:all .2s;display:flex}._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;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{padding:var(--precedent-space-md) var(--precedent-space-lg);border-radius:8px;margin-bottom:12px}._inputSection_1r5ju_9{gap:8px;margin-bottom:12px}._input_1r5ju_9{font-size:var(--precedent-font-size-text-md);padding:10px 14px}._postTypes_1r5ju_52{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-top:8px;overflow-x:auto}._postTypes_1r5ju_52::-webkit-scrollbar{display:none}._typeButton_1r5ju_60{font-size:var(--precedent-font-size-text-sm);white-space:nowrap;flex-shrink:0;padding:6px 10px}._icon_1r5ju_83{width:16px;height:16px}}._container_1gjel_1{flex-direction:column;width:100%;padding-top:1rem;display:flex}._container_coz1b_1{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}._content_coz1b_9{text-align:center;max-width:500px}._icon_coz1b_14{width:200px;height:200px;margin-bottom:1.5rem;animation:3s ease-in-out infinite _float_coz1b_1}@keyframes _float_coz1b_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._title_coz1b_29{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}._message_coz1b_39{color:#6b7280;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}._container_eiykg_1{justify-content:center;min-height:calc(100vh - 80px);padding:3rem 1.5rem 5rem;display:flex}._content_eiykg_8{width:100%;max-width:760px}._title_eiykg_13{color:var(--color-text);margin-bottom:.5rem;font-size:2.25rem;font-weight:800}._meta_eiykg_20{color:var(--color-text-muted);margin-bottom:2rem;font-size:.875rem}._intro_eiykg_26{color:var(--color-text);margin-bottom:2.5rem;font-size:1rem;line-height:1.75}._section_eiykg_33{margin-bottom:2.5rem}._heading_eiykg_37{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}._subheading_eiykg_44{color:var(--color-text);margin:1rem 0 .5rem;font-size:1rem;font-weight:600}._text_eiykg_51{color:var(--color-text);margin-bottom:.75rem;font-size:1rem;line-height:1.75}._list_eiykg_58{flex-direction:column;gap:.5rem;margin:0;padding-left:1.5rem;display:flex}._list_eiykg_58 li{color:var(--color-text);font-size:1rem;line-height:1.75}._link_eiykg_71{color:var(--brand-primary,#667eea);text-decoration:underline}._link_eiykg_71:hover{color:var(--brand-primary-hover,#6366f1)}._container_6gle1_1{justify-content:center;min-height:calc(100vh - 80px);padding:3rem 1.5rem 5rem;display:flex}._content_6gle1_8{width:100%;max-width:760px}._title_6gle1_13{color:var(--color-text);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}._intro_6gle1_20{color:var(--color-text);margin-bottom:2.5rem;font-size:1rem;line-height:1.75}._section_6gle1_27{margin-bottom:2.5rem}._heading_6gle1_31{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}._text_6gle1_38{color:var(--color-text);font-size:1rem;line-height:1.75}._link_6gle1_44{color:var(--brand-primary,#667eea);text-decoration:underline}._link_6gle1_44:hover{color:var(--brand-primary-hover,#6366f1)}._faqList_6gle1_52{flex-direction:column;gap:1.5rem;display:flex}._faqItem_6gle1_58{border-left:3px solid var(--brand-primary,#667eea);padding-left:1rem}._question_6gle1_63{color:var(--color-text);margin-bottom:.375rem;font-size:1rem;font-weight:600}._answer_6gle1_70{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.75}._page_lx1qi_1{min-height:100vh;padding:max(env(safe-area-inset-top), 1rem) max(env(safe-area-inset-right), 1rem) max(env(safe-area-inset-bottom), 1rem) max(env(safe-area-inset-left), 1rem);touch-action:manipulation;justify-content:center;align-items:center;display:flex}._card_lx1qi_11{width:100%;max-width:32rem;padding:clamp(1.25rem,4vw,2rem)}._stateLayout_lx1qi_17{text-align:center;align-items:center;gap:var(--precedent-space-xl);flex-direction:column;display:flex}._stateStack_lx1qi_25{align-items:stretch;width:100%;max-width:26rem;margin-inline:auto}._title_lx1qi_32{color:var(--precedent-color-text);margin:0;font-size:clamp(1.25rem,4.5vw,1.5rem);font-weight:600;line-height:1.3}._lead_lx1qi_40{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text-muted);margin:0;line-height:1.55}._hint_lx1qi_47{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-subtle);margin:0;line-height:1.5}._stateIcon_lx1qi_54{flex-shrink:0;width:3.5rem;height:3.5rem}._stateIconSuccess_lx1qi_60{color:var(--precedent-color-primary)}._stateIconError_lx1qi_64{color:#f87171}._primaryCta_lx1qi_68,._secondaryCta_lx1qi_69{width:100%;min-height:3rem;padding-block:.75rem}@media (prefers-reduced-motion:reduce){._page_lx1qi_1 *,._page_lx1qi_1 :before,._page_lx1qi_1 :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._page_1oj3e_1{min-height:100vh;padding:max(env(safe-area-inset-top), 1rem) max(env(safe-area-inset-right), 1rem) max(env(safe-area-inset-bottom), 1rem) max(env(safe-area-inset-left), 1rem);touch-action:manipulation;justify-content:center;align-items:center;display:flex}._card_1oj3e_11{width:100%;max-width:32rem;padding:clamp(1.25rem,4vw,2rem)}._content_1oj3e_17{gap:clamp(1rem,3vw,1.5rem)}._hero_1oj3e_21{text-align:center;align-items:center;gap:var(--precedent-space-lg);flex-direction:column;display:flex}._heroIcon_1oj3e_29{width:3rem;height:3rem;color:var(--precedent-color-primary);flex-shrink:0}._title_1oj3e_36{color:var(--precedent-color-text);margin:0;font-size:clamp(1.25rem,4.5vw,1.5rem);font-weight:600;line-height:1.3}._lead_1oj3e_44{font-size:var(--precedent-font-size-text-lg);color:var(--precedent-color-text-muted);max-width:28rem;margin:0;line-height:1.55}._emailEmphasis_1oj3e_52{color:var(--precedent-color-text);word-break:break-word;font-weight:600}._tips_1oj3e_58{text-align:left;padding:var(--precedent-space-lg);border-radius:var(--precedent-radius-md);background:var(--precedent-color-surface-subtle);border:1px solid var(--precedent-color-border)}._tipsHeading_1oj3e_66{margin:0 0 var(--precedent-space-sm) 0;font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text);font-weight:600}._tipsList_1oj3e_73{font-size:var(--precedent-font-size-text-md);color:var(--precedent-color-text-muted);margin:0;padding-left:1.25rem;line-height:1.55}._tipsList_1oj3e_73 li+li{margin-top:var(--precedent-space-sm)}._feedback_1oj3e_85{min-height:0}._actions_1oj3e_89{gap:var(--precedent-space-sm)}._primaryCta_1oj3e_93,._secondaryCta_1oj3e_94{width:100%;min-height:3rem;padding-block:.75rem}._buttonSending_1oj3e_100{justify-content:center;align-items:center;gap:var(--precedent-space-sm);display:inline-flex}@media (prefers-reduced-motion:reduce){._page_1oj3e_1 *,._page_1oj3e_1 :before,._page_1oj3e_1 :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
