.Button-module__Ly0Bva__button{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-sans);font-weight:var(--font-weight-bold);text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border-width:var(--button-border-width);border-radius:var(--button-radius);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast);border-style:solid;display:inline-flex}.Button-module__Ly0Bva__sm{height:var(--button-height-sm);padding-inline:var(--space-4);font-size:var(--font-size-14)}.Button-module__Ly0Bva__md{height:var(--button-height-md);padding-inline:var(--space-5);font-size:var(--font-size-16)}.Button-module__Ly0Bva__lg{height:var(--button-height-lg);padding-inline:var(--space-6);font-size:var(--font-size-18)}.Button-module__Ly0Bva__primary{background-color:var(--action-primary-bg);color:var(--action-primary-fg);box-shadow:var(--button-shadow);border-color:#000}.Button-module__Ly0Bva__primary:hover:not(:disabled){background-color:var(--action-primary-hover-bg);box-shadow:var(--shadow-lg);transform:translate(-2px,-2px)}.Button-module__Ly0Bva__primary:active:not(:disabled){background-color:var(--action-primary-pressed-bg);box-shadow:var(--shadow-none);transform:translate(4px,4px)}.Button-module__Ly0Bva__secondary{background-color:var(--action-secondary-bg);color:var(--action-secondary-fg);box-shadow:var(--button-shadow);border-color:#000}.Button-module__Ly0Bva__secondary:hover:not(:disabled){background-color:var(--bg-muted);box-shadow:var(--shadow-lg);transform:translate(-2px,-2px)}.Button-module__Ly0Bva__secondary:active:not(:disabled){background-color:var(--bg-surface);box-shadow:var(--shadow-none);transform:translate(4px,4px)}.Button-module__Ly0Bva__ghost{color:var(--text-primary);box-shadow:none;background-color:#0000;border-color:#0000}.Button-module__Ly0Bva__ghost:hover:not(:disabled){background-color:var(--bg-elevated);border-color:var(--border-default)}.Button-module__Ly0Bva__ghost:active:not(:disabled){background-color:var(--bg-muted)}.Button-module__Ly0Bva__danger{background-color:var(--action-danger-bg);color:var(--action-danger-fg);border-color:var(--action-danger-border);box-shadow:var(--button-shadow)}.Button-module__Ly0Bva__danger:hover:not(:disabled){filter:brightness(1.1);box-shadow:var(--shadow-lg);transform:translate(-1px,-1px)}.Button-module__Ly0Bva__danger:active:not(:disabled){filter:brightness(.9);box-shadow:var(--button-shadow-active);transform:translate(2px,2px)}.Button-module__Ly0Bva__fullWidth{width:100%}.Button-module__Ly0Bva__button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.Button-module__Ly0Bva__loading{pointer-events:none}.Button-module__Ly0Bva__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite Button-module__Ly0Bva__spin}@keyframes Button-module__Ly0Bva__spin{to{transform:rotate(360deg)}}.Button-module__Ly0Bva__iconLeft,.Button-module__Ly0Bva__iconRight{justify-content:center;align-items:center;display:flex}.Button-module__Ly0Bva__iconLeft svg,.Button-module__Ly0Bva__iconRight svg{width:1.25em;height:1.25em}.Button-module__Ly0Bva__label{align-items:center;display:inline-flex}.Button-module__Ly0Bva__button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
.Input-module__afWhRq__wrapper{gap:var(--space-2);flex-direction:column;width:100%;display:flex}.Input-module__afWhRq__label{font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--text-primary)}.Input-module__afWhRq__inputWrapper{background-color:var(--input-bg);border:var(--input-border-width)solid #000;border-radius:var(--input-radius);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);align-items:center;display:flex;position:relative}.Input-module__afWhRq__inputWrapper:focus-within{border-color:var(--input-border-focus);box-shadow:var(--shadow-sm);transform:translate(-2px,-2px)}.Input-module__afWhRq__hasError{border-color:var(--color-danger-500)}.Input-module__afWhRq__hasError:focus-within{border-color:var(--color-danger-500);box-shadow:0 0 0 2px #ef444433}.Input-module__afWhRq__input{height:var(--input-height);padding-inline:var(--space-4);font-size:var(--font-size-16);color:var(--input-fg);background:0 0;border:none;outline:none;flex:1}.Input-module__afWhRq__input::placeholder{color:var(--input-placeholder)}.Input-module__afWhRq__hasLeftIcon{padding-left:var(--space-10)}.Input-module__afWhRq__hasRightIcon{padding-right:var(--space-10)}.Input-module__afWhRq__iconLeft,.Input-module__afWhRq__iconRight{color:var(--text-muted);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.Input-module__afWhRq__iconLeft{left:var(--space-3)}.Input-module__afWhRq__iconRight{right:var(--space-3)}.Input-module__afWhRq__iconLeft svg,.Input-module__afWhRq__iconRight svg{width:20px;height:20px}.Input-module__afWhRq__error{font-size:var(--font-size-14);color:var(--color-danger-500)}.Input-module__afWhRq__hint{font-size:var(--font-size-14);color:var(--text-muted)}.Input-module__afWhRq__input:-webkit-autofill{-webkit-text-fill-color:var(--input-fg);-webkit-box-shadow:0 0 0px 1000px var(--input-bg)inset;transition:background-color 5000s ease-in-out}.Input-module__afWhRq__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--input-fg);-webkit-box-shadow:0 0 0px 1000px var(--input-bg)inset;transition:background-color 5000s ease-in-out}.Input-module__afWhRq__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--input-fg);-webkit-box-shadow:0 0 0px 1000px var(--input-bg)inset;transition:background-color 5000s ease-in-out}.Input-module__afWhRq__input:disabled{opacity:.5;cursor:not-allowed}
.Textarea-module__3JkT4q__wrapper{gap:var(--space-2);flex-direction:column;width:100%;display:flex}.Textarea-module__3JkT4q__label{font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-primary)}.Textarea-module__3JkT4q__textareaWrapper{background-color:var(--input-bg);border:var(--input-border-width)solid var(--input-border);border-radius:var(--input-radius);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);position:relative}.Textarea-module__3JkT4q__textareaWrapper:focus-within{border-color:var(--input-border-focus);box-shadow:0 0 0 2px #fb620433}.Textarea-module__3JkT4q__hasError{border-color:var(--color-danger-500)}.Textarea-module__3JkT4q__hasError:focus-within{border-color:var(--color-danger-500);box-shadow:0 0 0 2px #ef444433}.Textarea-module__3JkT4q__textarea{width:100%;min-height:120px;padding:var(--space-3)var(--space-4);font-family:var(--font-sans);font-size:var(--font-size-16);color:var(--input-fg);line-height:var(--line-height-relaxed);resize:vertical;background:0 0;border:none;outline:none}.Textarea-module__3JkT4q__textarea::placeholder{color:var(--input-placeholder)}.Textarea-module__3JkT4q__footer{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.Textarea-module__3JkT4q__error{font-size:var(--font-size-14);color:var(--color-danger-500)}.Textarea-module__3JkT4q__hint{font-size:var(--font-size-14);color:var(--text-muted)}.Textarea-module__3JkT4q__count{font-size:var(--font-size-12);font-variant-numeric:tabular-nums;color:var(--text-muted);margin-left:auto}.Textarea-module__3JkT4q__textarea:disabled{opacity:.5;cursor:not-allowed}
.Card-module__HiGLca__card{background-color:var(--card-bg);border:var(--card-border-width)solid var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);overflow:hidden}.Card-module__HiGLca__default{background-color:var(--bg-surface);border-color:var(--border-default)}.Card-module__HiGLca__elevated{background-color:var(--bg-elevated);box-shadow:var(--shadow-lg);border-color:#000}.Card-module__HiGLca__outline{border-color:var(--border-default);box-shadow:none;background-color:#0000}.Card-module__HiGLca__padding-none{padding:0}.Card-module__HiGLca__padding-sm{padding:var(--space-3)}.Card-module__HiGLca__padding-md{padding:var(--space-4)}.Card-module__HiGLca__padding-lg{padding:var(--space-6)}.Card-module__HiGLca__interactive{cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.Card-module__HiGLca__interactive:hover{box-shadow:var(--shadow-lg);border-color:#000;transform:translate(-3px,-3px)}.Card-module__HiGLca__interactive:active{box-shadow:none;transform:translate(3px,3px)}.Card-module__HiGLca__header{gap:var(--space-1);padding:var(--space-4);border-bottom:var(--border-width-1)solid var(--border-default);flex-direction:column;display:flex}.Card-module__HiGLca__title{font-size:var(--font-size-18);font-weight:var(--font-weight-bold);color:var(--text-primary);line-height:var(--line-height-tight)}.Card-module__HiGLca__description{font-size:var(--font-size-14);color:var(--text-muted);line-height:var(--line-height-normal)}.Card-module__HiGLca__content{padding:var(--space-4)}.Card-module__HiGLca__footer{align-items:center;gap:var(--space-3);padding:var(--space-4);border-top:var(--border-width-1)solid var(--border-default);display:flex}.Card-module__HiGLca__padding-sm .Card-module__HiGLca__header,.Card-module__HiGLca__padding-sm .Card-module__HiGLca__content,.Card-module__HiGLca__padding-sm .Card-module__HiGLca__footer,.Card-module__HiGLca__padding-md .Card-module__HiGLca__header,.Card-module__HiGLca__padding-md .Card-module__HiGLca__content,.Card-module__HiGLca__padding-md .Card-module__HiGLca__footer,.Card-module__HiGLca__padding-lg .Card-module__HiGLca__header,.Card-module__HiGLca__padding-lg .Card-module__HiGLca__content,.Card-module__HiGLca__padding-lg .Card-module__HiGLca__footer{margin:calc(-1*var(--space-4));padding:var(--space-4)}.Card-module__HiGLca__padding-sm .Card-module__HiGLca__header{margin-bottom:0}.Card-module__HiGLca__padding-sm .Card-module__HiGLca__content{margin-top:0;margin-bottom:0}.Card-module__HiGLca__padding-sm .Card-module__HiGLca__footer{margin-top:0}.Card-module__HiGLca__padding-md .Card-module__HiGLca__header{margin-bottom:0}.Card-module__HiGLca__padding-md .Card-module__HiGLca__content{margin-top:0;margin-bottom:0}.Card-module__HiGLca__padding-md .Card-module__HiGLca__footer{margin-top:0}.Card-module__HiGLca__padding-lg .Card-module__HiGLca__header{margin-bottom:0}.Card-module__HiGLca__padding-lg .Card-module__HiGLca__content{margin-top:0;margin-bottom:0}.Card-module__HiGLca__padding-lg .Card-module__HiGLca__footer{margin-top:0}
.Avatar-module__zvuYCG__avatar{border:var(--border-width-2)solid #000;border-radius:var(--avatar-radius);background-color:var(--avatar-bg);box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.Avatar-module__zvuYCG__xs{width:28px;height:28px;font-size:var(--font-size-12)}.Avatar-module__zvuYCG__sm{width:36px;height:36px;font-size:var(--font-size-14)}.Avatar-module__zvuYCG__md{width:44px;height:44px;font-size:var(--font-size-16)}.Avatar-module__zvuYCG__lg{width:56px;height:56px;font-size:var(--font-size-18)}.Avatar-module__zvuYCG__xl{width:80px;height:80px;font-size:var(--font-size-24)}.Avatar-module__zvuYCG__image{object-fit:cover;width:100%;height:100%}.Avatar-module__zvuYCG__fallback{width:100%;height:100%;font-weight:var(--font-weight-bold);color:var(--color-neutral-50);text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;display:flex}.Avatar-module__zvuYCG__status{border:2px solid var(--bg-canvas);border-radius:var(--radius-full);background-color:var(--text-muted);width:25%;min-width:8px;max-width:14px;height:25%;min-height:8px;max-height:14px;position:absolute;bottom:0;right:0}.Avatar-module__zvuYCG__online{background-color:var(--color-success-500)}
.Badge-module__3ADgsq__badge{font-weight:var(--font-weight-medium);border:var(--badge-border-width)solid var(--badge-border);border-radius:var(--badge-radius);white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.Badge-module__3ADgsq__sm{height:22px;padding-inline:var(--space-2);font-size:var(--font-size-12)}.Badge-module__3ADgsq__md{height:28px;padding-inline:var(--space-3);font-size:var(--font-size-14)}.Badge-module__3ADgsq__default{background-color:var(--badge-bg);color:var(--badge-fg);border-color:var(--badge-border)}.Badge-module__3ADgsq__success{color:var(--color-success-500);border-color:var(--color-success-500);background-color:#22c55e26}.Badge-module__3ADgsq__warning{color:var(--color-warning-500);border-color:var(--color-warning-500);background-color:#fdbc1826}.Badge-module__3ADgsq__danger{color:var(--color-danger-500);border-color:var(--color-danger-500);background-color:#ef444426}.Badge-module__3ADgsq__info{color:var(--color-info-500);border-color:var(--color-info-500);background-color:#00c2ff26}.Badge-module__3ADgsq__brand{color:var(--color-brand-500);border-color:var(--color-brand-500);background-color:#1c7c3426}.Badge-module__3ADgsq__accent{color:var(--color-accent-500);border-color:var(--color-accent-500);background-color:#fb620426}.Badge-module__3ADgsq__counter{font-weight:var(--font-weight-bold);font-variant-numeric:tabular-nums;background-color:var(--bg-elevated);border:var(--border-width-2)solid var(--border-strong);border-radius:var(--radius-md);color:var(--text-primary);align-items:center;gap:2px;display:inline-flex}.Badge-module__3ADgsq__counter.Badge-module__3ADgsq__sm{height:26px;padding-inline:var(--space-2);font-size:var(--font-size-14)}.Badge-module__3ADgsq__counter.Badge-module__3ADgsq__md{height:32px;padding-inline:var(--space-3);font-size:var(--font-size-16)}.Badge-module__3ADgsq__counterCurrent{color:var(--color-brand-500)}.Badge-module__3ADgsq__counterSeparator{color:var(--text-muted)}.Badge-module__3ADgsq__counterMax{color:var(--text-secondary)}.Badge-module__3ADgsq__counterLow .Badge-module__3ADgsq__counterCurrent{color:var(--color-warning-500)}.Badge-module__3ADgsq__counterEmpty .Badge-module__3ADgsq__counterCurrent{color:var(--color-danger-500)}.Badge-module__3ADgsq__notificationDot{min-width:20px;height:20px;font-size:var(--font-size-12);font-weight:var(--font-weight-bold);font-variant-numeric:tabular-nums;color:var(--color-neutral-50);background-color:var(--color-danger-500);border-radius:var(--radius-full);justify-content:center;align-items:center;padding-inline:6px;display:inline-flex}
.Toast-module__JsVq1a__container{bottom:var(--space-4);z-index:var(--z-toast);gap:var(--space-3);width:calc(100% - var(--space-8));pointer-events:none;flex-direction:column-reverse;max-width:400px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.Toast-module__JsVq1a__toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);padding-left:calc(var(--space-4) + 4px);background-color:var(--toast-bg);border:var(--border-width-2)solid var(--toast-border);border-radius:var(--toast-radius);box-shadow:var(--toast-shadow);pointer-events:auto;display:flex;position:relative;overflow:hidden}.Toast-module__JsVq1a__leftBar{background-color:var(--text-muted);width:4px;position:absolute;top:0;bottom:0;left:0}.Toast-module__JsVq1a__success .Toast-module__JsVq1a__leftBar{background-color:var(--color-success-500)}.Toast-module__JsVq1a__warning .Toast-module__JsVq1a__leftBar{background-color:var(--color-warning-500)}.Toast-module__JsVq1a__danger .Toast-module__JsVq1a__leftBar{background-color:var(--color-danger-500)}.Toast-module__JsVq1a__info .Toast-module__JsVq1a__leftBar{background-color:var(--color-accent-500)}.Toast-module__JsVq1a__avatarWrapper{margin-right:var(--space-2);flex-shrink:0}.Toast-module__JsVq1a__content{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.Toast-module__JsVq1a__title{font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--text-primary)}.Toast-module__JsVq1a__message{font-size:var(--font-size-14);color:var(--text-secondary);line-height:var(--line-height-normal)}.Toast-module__JsVq1a__action{margin-top:var(--space-1);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--color-brand-500);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.Toast-module__JsVq1a__action:hover{color:var(--color-brand-400)}.Toast-module__JsVq1a__close{width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:background-color var(--transition-fast),color var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.Toast-module__JsVq1a__close:hover{background-color:var(--bg-muted);color:var(--text-primary)}.Toast-module__JsVq1a__progressTrack{background-color:var(--bg-muted);height:3px;position:absolute;bottom:0;left:0;right:0}.Toast-module__JsVq1a__progressBar{background-color:var(--text-muted);height:100%;transition:width 50ms linear}.Toast-module__JsVq1a__success .Toast-module__JsVq1a__progressBar{background-color:var(--color-success-500)}.Toast-module__JsVq1a__warning .Toast-module__JsVq1a__progressBar{background-color:var(--color-warning-500)}.Toast-module__JsVq1a__danger .Toast-module__JsVq1a__progressBar{background-color:var(--color-danger-500)}.Toast-module__JsVq1a__info .Toast-module__JsVq1a__progressBar{background-color:var(--color-accent-500)}@media (max-width:640px){.Toast-module__JsVq1a__container{bottom:calc(var(--space-4) + env(safe-area-inset-bottom,0px))}}
.Modal-module__oWvNtW__portal{z-index:var(--z-modal);padding:var(--space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__oWvNtW__backdrop{background-color:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);position:absolute;inset:0}.Modal-module__oWvNtW__modal{max-height:calc(100vh - var(--space-8));background-color:var(--modal-bg);border:var(--border-width-3)solid #000;border-radius:var(--modal-radius);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative;overflow:hidden}.Modal-module__oWvNtW__sm{width:100%;max-width:360px}.Modal-module__oWvNtW__md{width:100%;max-width:480px}.Modal-module__oWvNtW__lg{width:100%;max-width:640px}.Modal-module__oWvNtW__full{border-radius:0;width:100%;max-width:none;height:100%;max-height:none}.Modal-module__oWvNtW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-4);border-bottom:var(--border-width-1)solid var(--border-default);display:flex}.Modal-module__oWvNtW__title{font-size:var(--font-size-18);font-weight:var(--font-weight-bold);color:var(--text-primary)}.Modal-module__oWvNtW__description{margin-top:var(--space-1);font-size:var(--font-size-14);color:var(--text-muted)}.Modal-module__oWvNtW__closeButton{background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.Modal-module__oWvNtW__closeButton:hover{box-shadow:var(--shadow-sm);color:var(--text-primary);transform:translate(-2px,-2px)}.Modal-module__oWvNtW__closeButton:active{box-shadow:none;transform:translate(2px,2px)}.Modal-module__oWvNtW__content{padding:var(--space-4);flex:1;overflow-y:auto}.Modal-module__oWvNtW__drawer{background-color:var(--modal-bg);border-top:var(--border-width-3)solid #000;border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);max-height:90vh;padding-bottom:env(safe-area-inset-bottom,0);position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px #0003}.Modal-module__oWvNtW__drawerHandle{width:40px;height:4px;margin:var(--space-3)auto;background-color:var(--border-default);border-radius:var(--radius-full)}.Modal-module__oWvNtW__drawerHeader{padding:0 var(--space-4)var(--space-3);border-bottom:var(--border-width-1)solid var(--border-default)}.Modal-module__oWvNtW__drawerContent{padding:var(--space-4);max-height:calc(90vh - 60px);overflow-y:auto}@media (max-width:640px){.Modal-module__oWvNtW__portal{padding:0}.Modal-module__oWvNtW__modal:not(.Modal-module__oWvNtW__sm){border:none;border-radius:0;max-width:100%;height:100%;max-height:100%}}
.Logo-module__yggSeq__logo{align-items:center;gap:var(--space-2);display:inline-flex}.Logo-module__yggSeq__sm{gap:var(--space-1)}.Logo-module__yggSeq__sm .Logo-module__yggSeq__text{font-size:var(--font-size-16)}.Logo-module__yggSeq__md .Logo-module__yggSeq__text{font-size:var(--font-size-20)}.Logo-module__yggSeq__lg{gap:var(--space-3)}.Logo-module__yggSeq__lg .Logo-module__yggSeq__text{font-size:var(--font-size-24)}.Logo-module__yggSeq__xl{gap:var(--space-3);flex-direction:column}.Logo-module__yggSeq__xl .Logo-module__yggSeq__text{font-size:var(--font-size-32)}.Logo-module__yggSeq__image{object-fit:contain;flex-shrink:0}.Logo-module__yggSeq__text{font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight)}.Logo-module__yggSeq__highlight{color:var(--color-brand-500)}
.ImageZoom-module__3_M_VG__overlay{z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageZoom-module__3_M_VG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000eb;position:absolute;inset:0}.ImageZoom-module__3_M_VG__closeButton{top:var(--space-4);right:var(--space-4);z-index:10;background-color:var(--bg-elevated);width:48px;height:48px;color:var(--text-primary);border:var(--border-width-2)solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-md);cursor:pointer;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:flex;position:absolute}.ImageZoom-module__3_M_VG__closeButton:hover{box-shadow:var(--shadow-lg);transform:translate(-1px,-1px)}.ImageZoom-module__3_M_VG__closeButton:active{box-shadow:none;transform:translate(1px,1px)}.ImageZoom-module__3_M_VG__controls{bottom:calc(var(--space-8) + env(safe-area-inset-bottom,0px));z-index:10;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);background-color:var(--bg-elevated);border:var(--border-width-2)solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;position:absolute;left:50%;transform:translate(-50%)}.ImageZoom-module__3_M_VG__controlButton{background-color:var(--bg-surface);width:40px;height:40px;color:var(--text-primary);border:var(--border-width-2)solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s,background-color .15s;display:flex}.ImageZoom-module__3_M_VG__controlButton:hover:not(:disabled){background-color:var(--bg-muted);transform:translate(-1px,-1px);box-shadow:2px 2px #00000080}.ImageZoom-module__3_M_VG__controlButton:active:not(:disabled){box-shadow:none;transform:translate(1px,1px)}.ImageZoom-module__3_M_VG__controlButton:disabled{opacity:.4;cursor:not-allowed}.ImageZoom-module__3_M_VG__zoomLevel{text-align:center;min-width:60px;font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--text-primary);font-variant-numeric:tabular-nums}.ImageZoom-module__3_M_VG__imageContainer{z-index:5;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:auto;justify-content:center;align-items:center;width:100%;height:calc(100% - 100px);display:flex;position:relative;overflow:hidden}.ImageZoom-module__3_M_VG__image{object-fit:contain;border:var(--border-width-2)solid var(--border-strong);border-radius:var(--radius-md);max-width:95%;max-height:85vh;box-shadow:var(--shadow-lg);will-change:transform;transition:transform .1s ease-out}.ImageZoom-module__3_M_VG__hint{bottom:calc(var(--space-4) + env(safe-area-inset-bottom,0px) + 80px);z-index:10;font-size:var(--font-size-12);color:var(--text-muted);text-align:center;opacity:.7;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:640px){.ImageZoom-module__3_M_VG__closeButton{top:var(--space-3);right:var(--space-3);width:44px;height:44px}.ImageZoom-module__3_M_VG__controls{bottom:calc(var(--space-6) + env(safe-area-inset-bottom,0px));padding:var(--space-2);gap:var(--space-1)}.ImageZoom-module__3_M_VG__controlButton{width:36px;height:36px}.ImageZoom-module__3_M_VG__zoomLevel{min-width:50px;font-size:var(--font-size-12)}.ImageZoom-module__3_M_VG__image{border-radius:0;max-width:100%;max-height:80vh}.ImageZoom-module__3_M_VG__hint{bottom:calc(var(--space-3) + env(safe-area-inset-bottom,0px) + 70px)}}
.NeighborhoodSelect-module__m-yIYa__container{width:100%;position:relative}.NeighborhoodSelect-module__m-yIYa__trigger{cursor:pointer;background-color:#2a2a2a;border:1px solid #333;border-radius:12px;justify-content:space-between;align-items:center;min-height:52px;padding:12px 16px;font-size:15px;transition:border-color .2s;display:flex}.NeighborhoodSelect-module__m-yIYa__trigger:hover{border-color:#555}.NeighborhoodSelect-module__m-yIYa__value{color:#fff}.NeighborhoodSelect-module__m-yIYa__placeholder,.NeighborhoodSelect-module__m-yIYa__icon{color:#777}.NeighborhoodSelect-module__m-yIYa__dropdown{z-index:9999;background-color:#222;border:1px solid #333;border-radius:12px;flex-direction:column;max-height:300px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 10px 40px #00000080}.NeighborhoodSelect-module__m-yIYa__search{color:#fff;background-color:#222;border:none;border-bottom:1px solid #333;outline:none;width:100%;padding:16px;font-size:15px}.NeighborhoodSelect-module__m-yIYa__list{max-height:250px;overflow-y:auto}.NeighborhoodSelect-module__m-yIYa__option{cursor:pointer;color:#ccc;border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.NeighborhoodSelect-module__m-yIYa__option:last-child{border-bottom:none}.NeighborhoodSelect-module__m-yIYa__option:hover{color:#fff;background-color:#333}.NeighborhoodSelect-module__m-yIYa__selected{color:#ffb800;background-color:#ffb8001a}.NeighborhoodSelect-module__m-yIYa__checkIcon{color:#ffb800;margin-left:8px}.NeighborhoodSelect-module__m-yIYa__empty{color:#777;text-align:center;padding:20px;font-size:14px}.NeighborhoodSelect-module__m-yIYa__tags{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.NeighborhoodSelect-module__m-yIYa__tag{color:#fff;background-color:#2a2a2a;border:1px solid #333;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;display:flex}.NeighborhoodSelect-module__m-yIYa__removeTag{cursor:pointer;color:#777;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.NeighborhoodSelect-module__m-yIYa__removeTag:hover{color:#ff3b30}
.FeedPost-module__PR3eCG__post{background:var(--bg-surface);border:var(--border-width-3)solid #000;margin-bottom:var(--space-4);border-radius:var(--radius-lg);max-width:470px;box-shadow:var(--shadow-md);transition:transform var(--transition-fast),box-shadow var(--transition-fast);margin-left:auto;margin-right:auto;overflow:hidden}.FeedPost-module__PR3eCG__post:hover{box-shadow:var(--shadow-lg);transform:translate(-2px,-2px)}@media (max-width:640px){.FeedPost-module__PR3eCG__post{box-shadow:none;border-left:none;border-right:none;border-width:var(--border-width-2);border-radius:0;margin-bottom:0}.FeedPost-module__PR3eCG__post:hover{box-shadow:none;transform:none}}.FeedPost-module__PR3eCG__header{padding:var(--space-3)var(--space-4);align-items:center;gap:var(--space-3);border-bottom:var(--border-width-2)solid #000;background:var(--bg-elevated);display:flex}.FeedPost-module__PR3eCG__anonAvatar{background:linear-gradient(135deg,var(--color-brand-500),var(--color-accent-500));color:#fff;border:var(--border-width-3)solid #000;box-shadow:var(--shadow-sm)}.FeedPost-module__PR3eCG__headerInfo{flex-direction:column;flex:1;gap:2px;display:flex}.FeedPost-module__PR3eCG__username{font-weight:var(--font-weight-black);font-size:var(--font-size-14);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight)}.FeedPost-module__PR3eCG__location{font-size:var(--font-size-12);color:var(--text-muted);font-weight:var(--font-weight-medium)}.FeedPost-module__PR3eCG__menuWrapper{position:relative}.FeedPost-module__PR3eCG__moreBtn{background:var(--bg-surface);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;font-size:20px;display:flex}.FeedPost-module__PR3eCG__moreBtn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.FeedPost-module__PR3eCG__moreBtn:active{box-shadow:none;transform:translate(2px,2px)}.FeedPost-module__PR3eCG__dropdownMenu{background:var(--bg-elevated);border:var(--border-width-3)solid #000;border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-lg);z-index:100;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.FeedPost-module__PR3eCG__menuItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3)var(--space-4);border:none;border-bottom:var(--border-width-2)solid var(--border-default);color:var(--color-danger-500);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);cursor:pointer;text-align:left;transition:background-color var(--transition-fast),transform var(--transition-fast);background:0 0;display:flex}.FeedPost-module__PR3eCG__menuItem:hover{background-color:var(--bg-muted);transform:translate(2px)}.FeedPost-module__PR3eCG__menuItemClose{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3)var(--space-4);color:var(--text-muted);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;transition:background-color var(--transition-fast);background:0 0;border:none;display:flex}.FeedPost-module__PR3eCG__menuItemClose:hover{background-color:var(--bg-muted)}.FeedPost-module__PR3eCG__mediaContainer{background:var(--bg-canvas);cursor:pointer;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.FeedPost-module__PR3eCG__mediaWrapper{width:100%;position:relative}.FeedPost-module__PR3eCG__image{object-fit:contain;width:100%;height:auto;max-height:600px;transition:transform var(--transition-fast);display:block}.FeedPost-module__PR3eCG__image:hover{transform:scale(1.02)}.FeedPost-module__PR3eCG__textOnlyFallback{padding:var(--space-10);background:linear-gradient(135deg,var(--bg-surface)0%,var(--bg-elevated)100%);text-align:center;border-top:var(--border-width-3)solid #000;border-bottom:var(--border-width-3)solid #000;justify-content:center;align-items:center;width:100%;min-height:180px;display:flex;position:relative}.FeedPost-module__PR3eCG__textOnlyFallback:before{content:"👀";top:var(--space-4);left:var(--space-4);opacity:.5;font-size:24px;position:absolute}.FeedPost-module__PR3eCG__textOnlyFallback p{font-size:var(--font-size-18);font-weight:var(--font-weight-bold);color:var(--text-primary);max-width:85%;padding:var(--space-4);background:var(--bg-muted);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);line-height:1.6}.FeedPost-module__PR3eCG__heartOverlay{pointer-events:none;z-index:10;filter:drop-shadow(0 4px 12px #0009);font-size:100px;animation:.6s ease-out FeedPost-module__PR3eCG__heartPop;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes FeedPost-module__PR3eCG__heartPop{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.FeedPost-module__PR3eCG__navBtn{background:var(--bg-elevated);border:var(--border-width-3)solid #000;color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;z-index:5;width:44px;height:44px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FeedPost-module__PR3eCG__navBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-50%)translate(-2px,-2px)}.FeedPost-module__PR3eCG__navBtn:active{box-shadow:none;transform:translateY(-50%)translate(2px,2px)}.FeedPost-module__PR3eCG__prevBtn{left:12px}.FeedPost-module__PR3eCG__nextBtn{right:12px}.FeedPost-module__PR3eCG__dots{justify-content:center;gap:10px;display:flex;position:absolute;bottom:16px;left:0;right:0}.FeedPost-module__PR3eCG__dot{border-radius:var(--radius-sm);background:var(--bg-muted);border:var(--border-width-2)solid #000;width:10px;height:10px;transition:all var(--transition-fast)}.FeedPost-module__PR3eCG__activeDot{background:var(--color-brand-500);box-shadow:var(--shadow-sm);transform:scale(1.2)}.FeedPost-module__PR3eCG__actions{padding:var(--space-3)var(--space-4);border-top:var(--border-width-2)solid #000;background:var(--bg-elevated);justify-content:space-between;align-items:center;display:flex}.FeedPost-module__PR3eCG__mainActions{gap:var(--space-3);display:flex}.FeedPost-module__PR3eCG__actionBtn{background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-md);cursor:pointer;width:48px;height:48px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast);justify-content:center;align-items:center;font-size:24px;display:flex}.FeedPost-module__PR3eCG__actionBtn:hover{box-shadow:var(--shadow-md);background:var(--bg-elevated);transform:translate(-2px,-2px)}.FeedPost-module__PR3eCG__actionBtn:active{box-shadow:none;transform:translate(2px,2px)}.FeedPost-module__PR3eCG__actionBtn.FeedPost-module__PR3eCG__liked{background:var(--color-danger-500);color:#fff}.FeedPost-module__PR3eCG__likesSection{padding:var(--space-3)var(--space-4);background:var(--bg-surface)}.FeedPost-module__PR3eCG__likesLabel{font-size:var(--font-size-14);color:var(--text-primary)}.FeedPost-module__PR3eCG__likesCount{font-weight:var(--font-weight-black);color:var(--text-primary);padding:var(--space-1)var(--space-2);background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-sm);margin-right:var(--space-1)}.FeedPost-module__PR3eCG__caption{padding:var(--space-2)var(--space-4);font-size:var(--font-size-14);line-height:1.5}.FeedPost-module__PR3eCG__captionText{color:var(--text-primary)}.FeedPost-module__PR3eCG__viewCommentsBtn{align-items:center;gap:var(--space-2);background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);padding:var(--space-2)var(--space-3);margin:var(--space-2)var(--space-4);color:var(--text-muted);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);display:inline-flex;box-shadow:2px 2px #0003}.FeedPost-module__PR3eCG__viewCommentsBtn:hover{color:var(--color-brand-500);box-shadow:var(--shadow-sm);transform:translate(-1px,-1px)}.FeedPost-module__PR3eCG__viewCommentsBtn:active{box-shadow:none;transform:translate(1px,1px)}.FeedPost-module__PR3eCG__timestamp{padding:var(--space-2)var(--space-4)var(--space-4);font-size:var(--font-size-10);font-weight:var(--font-weight-bold);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;display:block}
.ImageEditor-module__67m29W__overlay{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageEditor-module__67m29W__modal{background-color:#1a1a1a;border-radius:12px;flex-direction:column;width:90%;max-width:500px;height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.ImageEditor-module__67m29W__cropContainer{background-color:#000;flex:1;position:relative}.ImageEditor-module__67m29W__controls{background-color:#1a1a1a;border-top:1px solid #ffffff1a;flex-direction:column;gap:16px;padding:20px;display:flex}.ImageEditor-module__67m29W__sliderContainer{align-items:center;gap:12px;display:flex}.ImageEditor-module__67m29W__sliderLabel{color:#fff;min-width:50px;font-size:14px;font-weight:500}.ImageEditor-module__67m29W__slider{-webkit-appearance:none;background:#fff3;border-radius:2px;outline:none;flex:1;height:4px}.ImageEditor-module__67m29W__slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#4ecfa3;border:2px solid #1a1a1a;border-radius:50%;width:16px;height:16px}.ImageEditor-module__67m29W__buttons{gap:12px;margin-top:8px;display:flex}.ImageEditor-module__67m29W__cancelBtn,.ImageEditor-module__67m29W__saveBtn{cursor:pointer;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:transform .1s,opacity .2s}.ImageEditor-module__67m29W__cancelBtn{color:#fff;background-color:#ffffff1a;border:none}.ImageEditor-module__67m29W__saveBtn{color:#000;background-color:#4ecfa3;border:none}.ImageEditor-module__67m29W__cancelBtn:hover,.ImageEditor-module__67m29W__saveBtn:hover{opacity:.9}.ImageEditor-module__67m29W__cancelBtn:active,.ImageEditor-module__67m29W__saveBtn:active{transform:scale(.98)}
.AdminSidebar-module__AB1QcW__sidebar{background-color:var(--bg-surface);border-right:var(--border-width-2)solid var(--border-default);width:240px;z-index:var(--z-fixed);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.AdminSidebar-module__AB1QcW__header{align-items:center;gap:var(--space-3);padding:var(--space-4);border-bottom:var(--border-width-1)solid var(--border-default);display:flex}.AdminSidebar-module__AB1QcW__badge{font-size:var(--font-size-12);font-weight:var(--font-weight-bold);color:var(--color-danger-500);padding:var(--space-1)var(--space-2);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;background-color:#ef44441a}.AdminSidebar-module__AB1QcW__nav{padding:var(--space-3);flex:1;overflow-y:auto}.AdminSidebar-module__AB1QcW__navItem{align-items:center;gap:var(--space-3);padding:var(--space-3);margin-bottom:var(--space-1);color:var(--text-secondary);border-radius:var(--radius-md);transition:background-color var(--transition-fast),color var(--transition-fast);text-decoration:none;display:flex}.AdminSidebar-module__AB1QcW__navItem:hover{background-color:var(--bg-muted);color:var(--text-primary)}.AdminSidebar-module__AB1QcW__navItem.AdminSidebar-module__AB1QcW__active{background-color:var(--bg-elevated);color:var(--text-primary);border:var(--border-width-1)solid var(--border-strong)}.AdminSidebar-module__AB1QcW__icon{font-size:18px;line-height:1}.AdminSidebar-module__AB1QcW__label{font-size:var(--font-size-14);font-weight:var(--font-weight-medium)}.AdminSidebar-module__AB1QcW__footer{padding:var(--space-4);border-top:var(--border-width-1)solid var(--border-default)}.AdminSidebar-module__AB1QcW__backLink{font-size:var(--font-size-14);color:var(--text-muted);text-decoration:none}.AdminSidebar-module__AB1QcW__backLink:hover{color:var(--text-primary)}@media (max-width:768px){.AdminSidebar-module__AB1QcW__sidebar{border-right:none;border-top:var(--border-width-1)solid var(--border-default);width:100%;height:auto;padding-bottom:env(safe-area-inset-bottom);flex-direction:row;top:auto;bottom:0}.AdminSidebar-module__AB1QcW__header,.AdminSidebar-module__AB1QcW__footer{display:none}.AdminSidebar-module__AB1QcW__nav{padding:var(--space-2);justify-content:space-around;align-items:center;gap:var(--space-2);flex-direction:row;display:flex}.AdminSidebar-module__AB1QcW__navItem{gap:var(--space-1);padding:var(--space-2);border-radius:var(--radius-sm);text-align:center;flex-direction:column;flex:1;justify-content:center;margin-bottom:0}.AdminSidebar-module__AB1QcW__icon{margin-bottom:2px;font-size:20px}.AdminSidebar-module__AB1QcW__label{font-size:10px;font-weight:var(--font-weight-medium);display:block}.AdminSidebar-module__AB1QcW__navItem.AdminSidebar-module__AB1QcW__active{color:var(--color-brand-500);background-color:#0000;border:none}.AdminSidebar-module__AB1QcW__navItem.AdminSidebar-module__AB1QcW__active .AdminSidebar-module__AB1QcW__icon{transform:scale(1.1)}}@media (max-width:1024px){.AdminSidebar-module__AB1QcW__sidebar{display:none}}
.ChatInput-module__D-GihW__container{background-color:var(--bg-surface);border-top:var(--border-width-3)solid #000;padding:var(--space-3);padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--space-3));z-index:100;max-width:100vw;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.ChatInput-module__D-GihW__container{left:240px}}.ChatInput-module__D-GihW__form{align-items:flex-end;gap:var(--space-3);max-width:800px;margin:0 auto;display:flex}.ChatInput-module__D-GihW__actions{align-items:center;padding-bottom:4px;display:flex}.ChatInput-module__D-GihW__attachBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.ChatInput-module__D-GihW__attachBtn:hover:not(:disabled){background-color:var(--bg-muted);color:var(--color-brand-500)}.ChatInput-module__D-GihW__attachBtn:disabled{opacity:.5;cursor:not-allowed}.ChatInput-module__D-GihW__input{min-height:44px;max-height:120px;font-size:var(--font-size-16);color:var(--text-primary);background-color:var(--bg-muted);border:var(--border-width-2)solid #000;border-radius:var(--radius-lg);resize:none;transition:border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast);outline:none;flex:1;padding:10px 14px;font-family:inherit;line-height:1.4}.ChatInput-module__D-GihW__input:focus{border-color:var(--color-brand-500);background-color:var(--bg-surface);box-shadow:var(--shadow-sm)}.ChatInput-module__D-GihW__input:disabled{opacity:.6;cursor:not-allowed}.ChatInput-module__D-GihW__sendBtn{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.ChatInput-module__D-GihW__previewContainer{margin-bottom:var(--space-3);border:var(--border-width-2)solid var(--border-default);border-radius:var(--radius-md);background-color:var(--bg-muted);margin-left:52px;display:inline-block;position:relative;overflow:hidden}.ChatInput-module__D-GihW__previewImage{object-fit:cover;max-width:200px;max-height:150px;display:block}.ChatInput-module__D-GihW__removePreviewBtn{color:#fff;cursor:pointer;background-color:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:4px;right:4px}.ChatInput-module__D-GihW__removePreviewBtn:hover{background-color:#000c}
.CommentsSheet-module__UCfcMW__sheet{height:75vh}.CommentsSheet-module__UCfcMW__container{background:var(--bg-canvas);flex-direction:column;height:100%;display:flex}.CommentsSheet-module__UCfcMW__list{padding:var(--space-4);flex:1;overflow-y:auto}.CommentsSheet-module__UCfcMW__loading{justify-content:center;align-items:center;gap:var(--space-4);color:var(--text-muted);padding:var(--space-12);flex-direction:column;display:flex}.CommentsSheet-module__UCfcMW__spinner{border:var(--border-width-3)solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite CommentsSheet-module__UCfcMW__spin}@keyframes CommentsSheet-module__UCfcMW__spin{to{transform:rotate(360deg)}}.CommentsSheet-module__UCfcMW__empty{justify-content:center;align-items:center;gap:var(--space-4);color:var(--text-muted);padding:var(--space-12);text-align:center;flex-direction:column;display:flex}.CommentsSheet-module__UCfcMW__emptyIcon{padding:var(--space-4);background:var(--bg-elevated);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);font-size:56px}.CommentsSheet-module__UCfcMW__comment{gap:var(--space-3);padding:var(--space-3);margin-bottom:var(--space-3);background:var(--bg-surface);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);align-items:flex-start;display:flex}.CommentsSheet-module__UCfcMW__comment:hover{box-shadow:var(--shadow-md);transform:translate(-1px,-1px)}.CommentsSheet-module__UCfcMW__comment:last-child{margin-bottom:0}.CommentsSheet-module__UCfcMW__avatarLink{transition:transform var(--transition-fast);flex-shrink:0}.CommentsSheet-module__UCfcMW__avatarLink:hover{transform:scale(1.1)}.CommentsSheet-module__UCfcMW__commentBody{flex:1;min-width:0}.CommentsSheet-module__UCfcMW__commentHeader{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.CommentsSheet-module__UCfcMW__nameLink{text-decoration:none}.CommentsSheet-module__UCfcMW__name{font-size:var(--font-size-14);font-weight:var(--font-weight-black);color:var(--text-primary);transition:color var(--transition-fast)}.CommentsSheet-module__UCfcMW__nameLink:hover .CommentsSheet-module__UCfcMW__name,.CommentsSheet-module__UCfcMW__nameMine{color:var(--color-brand-500)}.CommentsSheet-module__UCfcMW__dot{display:none}.CommentsSheet-module__UCfcMW__time{font-size:var(--font-size-12);font-weight:var(--font-weight-bold);color:var(--text-muted);padding:var(--space-1)var(--space-2);background:var(--bg-muted);border:var(--border-width-1)solid #000;border-radius:var(--radius-sm)}.CommentsSheet-module__UCfcMW__text{font-size:var(--font-size-14);color:var(--text-primary);word-break:break-word;padding:var(--space-3);background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:0;line-height:1.5}.CommentsSheet-module__UCfcMW__actions{margin-top:var(--space-2);align-items:center;display:flex}.CommentsSheet-module__UCfcMW__deleteBtn{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);font-size:var(--font-size-12);font-weight:var(--font-weight-bold);color:var(--text-muted);background:var(--bg-muted);border:var(--border-width-2)solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);display:inline-flex}.CommentsSheet-module__UCfcMW__deleteBtn:hover{color:var(--color-danger-500);border-color:var(--color-danger-500);background:var(--bg-elevated)}.CommentsSheet-module__UCfcMW__inputArea{align-items:center;gap:var(--space-3);padding:var(--space-4);border-top:var(--border-width-3)solid #000;background:var(--bg-surface);display:flex}.CommentsSheet-module__UCfcMW__inputWrapper{align-items:center;gap:var(--space-2);background:var(--bg-elevated);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);padding:var(--space-2)var(--space-4);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);flex:1;display:flex}.CommentsSheet-module__UCfcMW__inputWrapper:focus-within{border-color:var(--color-brand-500);box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.CommentsSheet-module__UCfcMW__input{font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-primary);padding:var(--space-2)0;background:0 0;border:none;outline:none;flex:1}.CommentsSheet-module__UCfcMW__input::placeholder{color:var(--text-muted)}.CommentsSheet-module__UCfcMW__sendBtn{border-radius:var(--radius-md);background:var(--color-brand-500);color:#fff;border:var(--border-width-3)solid #000;cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.CommentsSheet-module__UCfcMW__sendBtn:hover:not(:disabled){box-shadow:var(--shadow-md);background:var(--color-brand-400);transform:translate(-2px,-2px)}.CommentsSheet-module__UCfcMW__sendBtn:active:not(:disabled){box-shadow:none;transform:translate(2px,2px)}.CommentsSheet-module__UCfcMW__sendBtn:disabled{background:var(--bg-muted);color:var(--text-muted);cursor:not-allowed;border-color:var(--border-default);box-shadow:none}
.MobileNavBar-module__sVDgXG__nav{z-index:var(--z-fixed);height:64px;padding-bottom:env(safe-area-inset-bottom,0);background-color:var(--bg-surface);border-top:var(--border-width-3)solid #000;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px #0003}.MobileNavBar-module__sVDgXG__navItem{justify-content:center;align-items:center;gap:var(--space-1);height:100%;padding:var(--space-2);color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast),transform var(--transition-fast);background:0 0;border:none;flex-direction:column;flex:1;text-decoration:none;display:flex}.MobileNavBar-module__sVDgXG__navItem:hover{color:var(--text-secondary)}.MobileNavBar-module__sVDgXG__navItem:active{transform:scale(.95)}.MobileNavBar-module__sVDgXG__navItem.MobileNavBar-module__sVDgXG__active{color:var(--color-brand-500)}.MobileNavBar-module__sVDgXG__navItem.MobileNavBar-module__sVDgXG__active .MobileNavBar-module__sVDgXG__iconWrapper{background-color:var(--bg-elevated);border:var(--border-width-2)solid var(--color-brand-500);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.MobileNavBar-module__sVDgXG__iconWrapper{border-radius:var(--radius-md);width:40px;height:32px;transition:background-color var(--transition-fast),border var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.MobileNavBar-module__sVDgXG__iconWrapper svg{width:24px;height:24px}.MobileNavBar-module__sVDgXG__badge{min-width:18px;height:18px;padding:0 var(--space-1);font-size:var(--font-size-10);font-weight:var(--font-weight-black);color:var(--text-inverse);background-color:var(--color-danger-500);border:var(--border-width-2)solid #000;border-radius:var(--radius-full);justify-content:center;align-items:center;display:flex;position:absolute;top:-6px;right:-8px}.MobileNavBar-module__sVDgXG__label{font-size:var(--font-size-10);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.5px}@media (min-width:768px){.MobileNavBar-module__sVDgXG__nav{border-left:var(--border-width-2)solid #000;border-right:var(--border-width-2)solid #000;max-width:480px;left:50%;transform:translate(-50%)}}
.PhotoUpload-module__FbgnLW__container{display:block}.PhotoUpload-module__FbgnLW__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.PhotoUpload-module__FbgnLW__title{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary)}.PhotoUpload-module__FbgnLW__counter{font-size:var(--font-size-14);font-variant-numeric:tabular-nums;color:var(--text-muted)}.PhotoUpload-module__FbgnLW__grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:480px){.PhotoUpload-module__FbgnLW__grid{grid-template-columns:repeat(4,1fr)}}.PhotoUpload-module__FbgnLW__photoItem{aspect-ratio:1;border-radius:var(--radius-md);border:var(--border-width-3)solid #000;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.PhotoUpload-module__FbgnLW__photo{object-fit:cover;width:100%;height:100%}.PhotoUpload-module__FbgnLW__removeBtn{top:var(--space-1);right:var(--space-1);width:24px;height:24px;color:var(--color-neutral-0);border:var(--border-width-1)solid var(--color-neutral-0);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background-color:#000;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute}.PhotoUpload-module__FbgnLW__removeBtn:hover{background-color:var(--color-danger-500);transform:scale(1.1)}.PhotoUpload-module__FbgnLW__mainBadge{bottom:var(--space-1);left:var(--space-1);padding:var(--space-1)var(--space-2);font-size:10px;font-weight:var(--font-weight-black);color:var(--color-neutral-0);background-color:var(--color-brand-500);border-radius:var(--radius-sm);border:1px solid #000;position:absolute}.PhotoUpload-module__FbgnLW__addBtn{aspect-ratio:1;justify-content:center;align-items:center;gap:var(--space-1);background-color:var(--bg-muted);border:var(--border-width-3)dashed #000;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;display:flex}.PhotoUpload-module__FbgnLW__addBtn:hover:not(:disabled){background-color:var(--bg-elevated);border-color:var(--color-brand-500);transform:translateY(-2px)}.PhotoUpload-module__FbgnLW__addBtn:disabled{cursor:not-allowed;opacity:.7}.PhotoUpload-module__FbgnLW__addIcon{color:var(--text-muted);font-size:32px}.PhotoUpload-module__FbgnLW__addText{font-size:var(--font-size-12);color:var(--text-muted)}.PhotoUpload-module__FbgnLW__uploading{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.PhotoUpload-module__FbgnLW__progressRing{background:conic-gradient(var(--color-brand-500)var(--progress),var(--border-default)var(--progress));border-radius:50%;width:40px;height:40px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 4px),#fff calc(100% - 4px));mask:radial-gradient(farthest-side,#0000 calc(100% - 4px),#fff calc(100% - 4px))}.PhotoUpload-module__FbgnLW__fileInput{display:none}.PhotoUpload-module__FbgnLW__error{margin-top:var(--space-3);font-size:var(--font-size-14);color:var(--color-danger-500)}.PhotoUpload-module__FbgnLW__hint{margin-top:var(--space-3);font-size:var(--font-size-12);color:var(--text-muted)}
.admin-module__uYgI-a__layout{background-color:var(--bg-canvas);min-height:100dvh;display:flex}.admin-module__uYgI-a__main{padding:var(--space-6);flex:1;margin-left:240px;overflow-y:auto}@media (max-width:768px){.admin-module__uYgI-a__main{padding:var(--space-4);padding-bottom:calc(var(--space-4) + 64px);margin-left:0}}.admin-module__uYgI-a__loading{justify-content:center;align-items:center;gap:var(--space-4);min-height:100dvh;color:var(--text-muted);font-size:var(--font-size-14);flex-direction:column;display:flex}.admin-module__uYgI-a__spinner{border:3px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite admin-module__uYgI-a__spin}@keyframes admin-module__uYgI-a__spin{to{transform:rotate(360deg)}}
.activity-module__oSV1mq__page{display:block}.activity-module__oSV1mq__header{margin-bottom:var(--space-4)}.activity-module__oSV1mq__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.activity-module__oSV1mq__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.activity-module__oSV1mq__filters{gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.activity-module__oSV1mq__filterBtn{padding:var(--space-2)var(--space-3);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-muted);background-color:var(--bg-muted);border-radius:var(--radius-md);cursor:pointer;transition:color var(--transition-fast),background-color var(--transition-fast);border:none}.activity-module__oSV1mq__filterBtn:hover{color:var(--text-secondary)}.activity-module__oSV1mq__filterBtn.activity-module__oSV1mq__active{color:var(--text-primary);background-color:var(--bg-elevated)}.activity-module__oSV1mq__list{gap:var(--space-1);flex-direction:column;display:flex}.activity-module__oSV1mq__logEntry{gap:var(--space-1);padding:var(--space-2)var(--space-3);background-color:var(--bg-surface);border-left:3px solid var(--border-default);font-family:var(--font-mono);font-size:var(--font-size-12);flex-direction:column;display:flex}.activity-module__oSV1mq__logMeta{align-items:center;gap:var(--space-2);display:flex}.activity-module__oSV1mq__timestamp{color:var(--text-muted)}.activity-module__oSV1mq__logContent{gap:var(--space-2);flex-wrap:wrap;display:flex}.activity-module__oSV1mq__action{color:var(--color-brand-500);font-weight:var(--font-weight-medium)}.activity-module__oSV1mq__details{color:var(--text-secondary)}.activity-module__oSV1mq__target{color:var(--color-brand-500);font-weight:var(--font-weight-bold)}.activity-module__oSV1mq__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.activity-module__oSV1mq__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite activity-module__oSV1mq__spin}@keyframes activity-module__oSV1mq__spin{to{transform:rotate(360deg)}}.activity-module__oSV1mq__emptyState{text-align:center;padding:var(--space-12);color:var(--text-muted)}
.dashboard-module__87w4KG__page{display:block}.dashboard-module__87w4KG__header{margin-bottom:var(--space-6)}.dashboard-module__87w4KG__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.dashboard-module__87w4KG__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.dashboard-module__87w4KG__statsGrid{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.dashboard-module__87w4KG__statCard{align-items:center;gap:var(--space-3);display:flex}.dashboard-module__87w4KG__statIcon{flex-shrink:0;font-size:32px}.dashboard-module__87w4KG__statInfo{flex-direction:column;flex:1;display:flex}.dashboard-module__87w4KG__statValue{font-size:var(--font-size-24);font-weight:var(--font-weight-bold);color:var(--text-primary);line-height:1}.dashboard-module__87w4KG__statLabel{font-size:var(--font-size-12);color:var(--text-muted);margin-top:var(--space-1)}.dashboard-module__87w4KG__statChange{font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--color-success-500);flex-shrink:0}.dashboard-module__87w4KG__activityCard{margin-bottom:var(--space-6)}.dashboard-module__87w4KG__sectionTitle{font-size:var(--font-size-18);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-4)}.dashboard-module__87w4KG__activityList{flex-direction:column;display:flex}.dashboard-module__87w4KG__activityItem{align-items:center;gap:var(--space-3);padding:var(--space-3)0;border-bottom:1px solid var(--border-default);display:flex}.dashboard-module__87w4KG__activityItem:last-child{border-bottom:none}.dashboard-module__87w4KG__activityDot{background-color:var(--color-brand-500);border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.dashboard-module__87w4KG__activityText{font-size:var(--font-size-14);color:var(--text-secondary);flex:1}.dashboard-module__87w4KG__activityTime{font-size:var(--font-size-12);color:var(--text-muted);flex-shrink:0}.dashboard-module__87w4KG__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.dashboard-module__87w4KG__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite dashboard-module__87w4KG__spin}@keyframes dashboard-module__87w4KG__spin{to{transform:rotate(360deg)}}.dashboard-module__87w4KG__emptyText{color:var(--text-muted);text-align:center;padding:var(--space-8)}
.posts-module__L_SIzG__page{display:block}.posts-module__L_SIzG__header{margin-bottom:var(--space-6)}.posts-module__L_SIzG__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.posts-module__L_SIzG__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.posts-module__L_SIzG__formCard{margin-bottom:var(--space-4)}.posts-module__L_SIzG__sectionTitle{font-size:var(--font-size-18);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-4)}.posts-module__L_SIzG__form{gap:var(--space-4);flex-direction:column;display:flex}.posts-module__L_SIzG__historyCard{display:block}.posts-module__L_SIzG__emptyText{font-size:var(--font-size-14);color:var(--text-muted);text-align:center;padding:var(--space-4)}.posts-module__L_SIzG__postList{gap:var(--space-3);flex-direction:column;display:flex}.posts-module__L_SIzG__postItem{padding:var(--space-3);background-color:var(--bg-surface);border:2px solid var(--border-default);border-radius:var(--radius-md);justify-content:space-between;align-items:center;display:flex}.posts-module__L_SIzG__postInfo{flex:1}.posts-module__L_SIzG__postTitle{font-weight:var(--font-weight-bold);color:var(--text-primary)}.posts-module__L_SIzG__postDate{font-size:var(--font-size-12);color:var(--text-muted)}.posts-module__L_SIzG__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.posts-module__L_SIzG__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite posts-module__L_SIzG__spin}@keyframes posts-module__L_SIzG__spin{to{transform:rotate(360deg)}}
.reports-module__EmLzIW__page{display:block}.reports-module__EmLzIW__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:flex-start;display:flex}.reports-module__EmLzIW__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.reports-module__EmLzIW__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.reports-module__EmLzIW__list{gap:var(--space-3);flex-direction:column;display:flex}.reports-module__EmLzIW__reportCard{display:block}.reports-module__EmLzIW__reportHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.reports-module__EmLzIW__timestamp{font-size:var(--font-size-12);color:var(--text-muted)}.reports-module__EmLzIW__reason{font-size:var(--font-size-16);font-weight:var(--font-weight-medium);color:var(--text-primary);margin-bottom:var(--space-2)}.reports-module__EmLzIW__meta{gap:var(--space-4);font-size:var(--font-size-12);color:var(--text-muted);margin-bottom:var(--space-4);display:flex}.reports-module__EmLzIW__actions{justify-content:flex-end;gap:var(--space-2);display:flex}.reports-module__EmLzIW__description{font-size:var(--font-size-14);color:var(--text-secondary);background-color:var(--bg-muted);padding:var(--space-3);border-radius:var(--radius-md);margin-bottom:var(--space-4);border-left:4px solid var(--border-default)}.reports-module__EmLzIW__filters{gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.reports-module__EmLzIW__filterBtn{padding:var(--space-2)var(--space-4);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-muted);background-color:var(--bg-muted);border-radius:var(--radius-md);cursor:pointer;transition:color var(--transition-fast),background-color var(--transition-fast);border:none}.reports-module__EmLzIW__filterBtn:hover{color:var(--text-secondary)}.reports-module__EmLzIW__filterBtn.reports-module__EmLzIW__active{color:var(--text-primary);background-color:var(--bg-elevated)}.reports-module__EmLzIW__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.reports-module__EmLzIW__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite reports-module__EmLzIW__spin}@keyframes reports-module__EmLzIW__spin{to{transform:rotate(360deg)}}.reports-module__EmLzIW__emptyState{text-align:center;padding:var(--space-12);color:var(--text-muted)}
.rooms-module__wZuTEG__page{display:block}.rooms-module__wZuTEG__header{margin-bottom:var(--space-4)}.rooms-module__wZuTEG__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.rooms-module__wZuTEG__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.rooms-module__wZuTEG__createCard{margin-bottom:var(--space-4)}.rooms-module__wZuTEG__sectionTitle{font-size:var(--font-size-18);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-3)}.rooms-module__wZuTEG__createForm{gap:var(--space-3);flex-wrap:wrap;display:flex}.rooms-module__wZuTEG__createForm>*{flex:1;min-width:150px}.rooms-module__wZuTEG__createForm>button{flex:none;min-width:auto}.rooms-module__wZuTEG__list{gap:var(--space-3);flex-direction:column;display:flex}.rooms-module__wZuTEG__roomCard{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.rooms-module__wZuTEG__roomInfo{align-items:center;gap:var(--space-3);flex:1;min-width:200px;display:flex}.rooms-module__wZuTEG__roomEmoji{font-size:32px}.rooms-module__wZuTEG__roomName{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary)}.rooms-module__wZuTEG__roomStats{font-size:var(--font-size-12);color:var(--text-muted)}.rooms-module__wZuTEG__roomMeta{align-items:center;gap:var(--space-2);display:flex}.rooms-module__wZuTEG__actions{gap:var(--space-2);display:flex}.rooms-module__wZuTEG__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.rooms-module__wZuTEG__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite rooms-module__wZuTEG__spin}@keyframes rooms-module__wZuTEG__spin{to{transform:rotate(360deg)}}.rooms-module__wZuTEG__emptyState{text-align:center;padding:var(--space-12);color:var(--text-muted)}
.spotteds-module__1OpbkG__page{display:block}.spotteds-module__1OpbkG__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:flex-start;display:flex}.spotteds-module__1OpbkG__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.spotteds-module__1OpbkG__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.spotteds-module__1OpbkG__filters{gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.spotteds-module__1OpbkG__filterBtn{padding:var(--space-2)var(--space-4);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-muted);background-color:var(--bg-muted);border-radius:var(--radius-md);cursor:pointer;transition:color var(--transition-fast),background-color var(--transition-fast);border:none}.spotteds-module__1OpbkG__filterBtn:hover{color:var(--text-secondary)}.spotteds-module__1OpbkG__filterBtn.spotteds-module__1OpbkG__active{color:var(--text-primary);background-color:var(--bg-elevated)}.spotteds-module__1OpbkG__list{gap:var(--space-3);flex-direction:column;display:flex}.spotteds-module__1OpbkG__spottedCard{display:block}.spotteds-module__1OpbkG__spottedText{font-size:var(--font-size-16);color:var(--text-primary);line-height:var(--line-height-relaxed);margin-bottom:var(--space-4)}.spotteds-module__1OpbkG__spottedFooter{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.spotteds-module__1OpbkG__timestamp{font-size:var(--font-size-12);color:var(--text-muted)}.spotteds-module__1OpbkG__actions{gap:var(--space-2);display:flex}.spotteds-module__1OpbkG__emptyState{text-align:center;padding:var(--space-12);flex-direction:column;justify-content:center;align-items:center;display:flex}.spotteds-module__1OpbkG__emptyIcon{margin-bottom:var(--space-4);font-size:64px}.spotteds-module__1OpbkG__emptyTitle{font-size:var(--font-size-20);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-2)}.spotteds-module__1OpbkG__emptyText{font-size:var(--font-size-14);color:var(--text-muted)}.spotteds-module__1OpbkG__mediaGrid{gap:var(--space-2);margin-bottom:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.spotteds-module__1OpbkG__mediaImg{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-default);width:100%}.spotteds-module__1OpbkG__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.spotteds-module__1OpbkG__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite spotteds-module__1OpbkG__spin}@keyframes spotteds-module__1OpbkG__spin{to{transform:rotate(360deg)}}
.users-module__guVZTq__page{display:block}.users-module__guVZTq__header{margin-bottom:var(--space-4)}.users-module__guVZTq__title{font-size:var(--font-size-32);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.users-module__guVZTq__subtitle{font-size:var(--font-size-14);color:var(--text-muted)}.users-module__guVZTq__searchBar{margin-bottom:var(--space-4)}.users-module__guVZTq__list{gap:var(--space-3);flex-direction:column;display:flex}.users-module__guVZTq__userCard{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.users-module__guVZTq__userInfo{align-items:center;gap:var(--space-3);flex:1;min-width:200px;display:flex}.users-module__guVZTq__userName{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary)}.users-module__guVZTq__userUsername{font-size:var(--font-size-14);color:var(--text-muted)}.users-module__guVZTq__userMeta{align-items:center;gap:var(--space-3);display:flex}.users-module__guVZTq__reportsCount{font-size:var(--font-size-12);color:var(--color-danger-500)}.users-module__guVZTq__actions{gap:var(--space-2);display:flex}@media (max-width:640px){.users-module__guVZTq__userCard{flex-direction:column;align-items:flex-start}.users-module__guVZTq__actions{width:100%}.users-module__guVZTq__actions button{flex:1}}.users-module__guVZTq__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.users-module__guVZTq__spinner{border:4px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:40px;height:40px;animation:1s linear infinite users-module__guVZTq__spin}@keyframes users-module__guVZTq__spin{to{transform:rotate(360deg)}}.users-module__guVZTq__emptyState{text-align:center;padding:var(--space-12);color:var(--text-muted)}
.conversation-module__lOrH9W__page{background-color:var(--bg-canvas);flex-direction:column;min-height:100%;display:flex}.conversation-module__lOrH9W__header{z-index:50;align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);background-color:var(--bg-surface);border-bottom:var(--border-width-2)solid var(--border-strong);height:64px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px #0000004d}@media (min-width:768px){.conversation-module__lOrH9W__header{border-right:1px solid var(--border-default);max-width:480px;left:50%;transform:translate(-50%)}}.conversation-module__lOrH9W__backBtn{width:40px;height:40px;font-size:20px;font-weight:var(--font-weight-bold);color:var(--text-primary);background-color:var(--bg-elevated);border:var(--border-width-2)solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:flex}.conversation-module__lOrH9W__backBtn:hover{transform:translate(-1px,-1px);box-shadow:2px 2px #0006}.conversation-module__lOrH9W__backBtn:active{box-shadow:none;transform:translate(1px,1px)}.conversation-module__lOrH9W__headerInfo{flex-direction:column;flex:1;display:flex}.conversation-module__lOrH9W__userName{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight);min-height:inherit!important}.conversation-module__lOrH9W__userStatus{align-items:center;gap:var(--space-1);font-size:var(--font-size-12);color:var(--text-muted);display:flex}.conversation-module__lOrH9W__statusDot{background-color:var(--border-default);border:1px solid var(--border-default);border-radius:50%;width:8px;height:8px}.conversation-module__lOrH9W__statusDot.conversation-module__lOrH9W__online{background-color:var(--color-success-500);border-color:var(--color-success-500);box-shadow:0 0 6px var(--color-success-500)}.conversation-module__lOrH9W__messagesContainer{padding:var(--space-4);padding-top:calc(var(--space-4) + 68px);padding-bottom:calc(var(--space-4) + 90px);flex:1}.conversation-module__lOrH9W__emptyChat{text-align:center;padding:var(--space-8);color:var(--text-muted);font-size:var(--font-size-16)}.conversation-module__lOrH9W__messagesList{gap:var(--space-3);flex-direction:column;display:flex}.conversation-module__lOrH9W__loadingContainer{flex:1;justify-content:center;align-items:center;display:flex}.conversation-module__lOrH9W__spinner{border:var(--border-width-3)solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite conversation-module__lOrH9W__spin}@keyframes conversation-module__lOrH9W__spin{to{transform:rotate(360deg)}}.conversation-module__lOrH9W__messageBubble{max-width:80%;padding:var(--space-3)var(--space-4);border-radius:var(--radius-lg);border:var(--border-width-2)solid transparent;transition:transform .1s;position:relative}.conversation-module__lOrH9W__messageBubble.conversation-module__lOrH9W__me{background-color:var(--color-brand-500);color:var(--color-neutral-0);border-color:var(--border-strong);border-bottom-right-radius:var(--radius-sm);align-self:flex-end;box-shadow:-3px 3px #0000004d}.conversation-module__lOrH9W__messageBubble.conversation-module__lOrH9W__other{background-color:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-default);border-bottom-left-radius:var(--radius-sm);align-self:flex-start;box-shadow:3px 3px #0000004d}.conversation-module__lOrH9W__messageText{font-size:var(--font-size-14);line-height:var(--line-height-relaxed);word-wrap:break-word}.conversation-module__lOrH9W__messageTime{opacity:.7;margin-top:var(--space-1);text-align:right;font-variant-numeric:tabular-nums;font-size:10px;display:block}.conversation-module__lOrH9W__messageImage{border-radius:var(--radius-md);border:var(--border-width-2)solid var(--border-default);cursor:pointer;max-width:100%;max-height:300px;margin-bottom:var(--space-2);transition:transform .15s,box-shadow .15s}.conversation-module__lOrH9W__messageImage:hover{transform:scale(1.02);box-shadow:4px 4px #0006}.conversation-module__lOrH9W__messageImage:active{box-shadow:none;transform:scale(.98)}.conversation-module__lOrH9W__inputContainer{gap:var(--space-2);padding:var(--space-3)var(--space-4);padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--space-3));background-color:var(--bg-surface);border-top:var(--border-width-2)solid var(--border-strong);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px #00000026}@media (min-width:768px){.conversation-module__lOrH9W__inputContainer{border-right:1px solid var(--border-default);max-width:480px;left:50%;transform:translate(-50%)}}.conversation-module__lOrH9W__input{height:48px;padding:0 var(--space-4);font-size:var(--font-size-16);color:var(--text-primary);background-color:var(--bg-elevated);border:var(--border-width-2)solid var(--border-default);border-radius:var(--radius-md);outline:none;flex:1;transition:border-color .15s,box-shadow .15s}.conversation-module__lOrH9W__input:focus{border-color:var(--focus-ring);box-shadow:0 0 0 2px rgba(var(--color-brand-500-rgb,28,124,52),.2)}.conversation-module__lOrH9W__input::placeholder{color:var(--text-muted)}
.chat-module__WXyaOW__page{padding:var(--space-4);min-height:100%}.chat-module__WXyaOW__header{gap:var(--space-1);margin-bottom:var(--space-6);padding:var(--space-4);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;display:flex}.chat-module__WXyaOW__title{font-size:var(--font-size-24);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight);margin-bottom:0}.chat-module__WXyaOW__subtitle{font-size:var(--font-size-14);color:var(--text-muted);font-weight:var(--font-weight-medium)}.chat-module__WXyaOW__matchesSection{margin-bottom:var(--space-6)}.chat-module__WXyaOW__matchesTitle{align-items:center;gap:var(--space-2);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--color-brand-500);margin-bottom:var(--space-3);display:flex}.chat-module__WXyaOW__matchesStrip{gap:var(--space-3);padding-bottom:var(--space-2);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.chat-module__WXyaOW__matchesStrip::-webkit-scrollbar{display:none}.chat-module__WXyaOW__matchItem{align-items:center;gap:var(--space-1);cursor:pointer;flex-direction:column;flex-shrink:0;text-decoration:none;display:flex}.chat-module__WXyaOW__likesCard{border-radius:var(--radius-lg);border:var(--border-width-3)solid var(--color-gold-500);width:68px;height:68px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;margin-bottom:2px;display:flex;position:relative;overflow:hidden}.chat-module__WXyaOW__likesCard:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.chat-module__WXyaOW__likesCard:active{box-shadow:none;transform:translate(2px,2px)}.chat-module__WXyaOW__likesBackground{z-index:1;position:absolute;inset:0}.chat-module__WXyaOW__blurredPhoto{object-fit:cover;filter:blur(8px);width:100%;height:100%;transform:scale(1.2)}.chat-module__WXyaOW__likesContent{z-index:3;color:#fff;text-shadow:0 2px 4px #000c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.chat-module__WXyaOW__likesCount{font-weight:var(--font-weight-black);font-size:var(--font-size-16);line-height:1}.chat-module__WXyaOW__likesLabel{font-size:var(--font-size-8);font-weight:var(--font-weight-bold);text-transform:uppercase}.chat-module__WXyaOW__goldOverlay{z-index:2;background:#fdbc1840;position:absolute;inset:0}.chat-module__WXyaOW__matchAvatar{border-radius:var(--radius-lg);object-fit:cover;border:var(--border-width-3)solid var(--color-brand-500);width:68px;height:68px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.chat-module__WXyaOW__matchItem:hover .chat-module__WXyaOW__matchAvatar,.chat-module__WXyaOW__matchItem:active .chat-module__WXyaOW__matchAvatar{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.chat-module__WXyaOW__matchName{font-size:var(--font-size-12);font-weight:var(--font-weight-medium);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:68px;overflow:hidden}.chat-module__WXyaOW__newMatchDot{background-color:var(--color-success-500);border:var(--border-width-2)solid #000;border-radius:var(--radius-full);width:14px;height:14px;position:absolute;top:-2px;right:-2px}.chat-module__WXyaOW__conversationList{gap:var(--space-3);flex-direction:column;display:flex}.chat-module__WXyaOW__conversationLink{text-decoration:none;display:block}.chat-module__WXyaOW__conversationCard{align-items:center;gap:var(--space-4);padding:var(--space-4);background-color:var(--list-item-bg);border:var(--border-width-2)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);display:flex}.chat-module__WXyaOW__conversationCard:hover{box-shadow:var(--shadow-md);background-color:var(--list-item-hover-bg);transform:translate(-2px,-2px)}.chat-module__WXyaOW__conversationCard:active{box-shadow:none;transform:translate(2px,2px)}.chat-module__WXyaOW__conversationInfo{flex:1;min-width:0}.chat-module__WXyaOW__conversationHeader{margin-bottom:var(--space-1);justify-content:space-between;align-items:center;display:flex}.chat-module__WXyaOW__userName{font-size:var(--font-size-16);font-weight:var(--font-weight-black);color:var(--text-primary)}.chat-module__WXyaOW__timestamp{font-size:var(--font-size-12);color:var(--text-muted);flex-shrink:0}.chat-module__WXyaOW__lastMessage{font-size:var(--font-size-14);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-module__WXyaOW__youPrefix{color:var(--color-brand-500);font-weight:var(--font-weight-bold)}.chat-module__WXyaOW__unreadBadge{border:var(--border-width-2)solid #000;box-shadow:var(--shadow-sm);flex-shrink:0}.chat-module__WXyaOW__emptyState{text-align:center;padding:var(--space-12)var(--space-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.chat-module__WXyaOW__emptyIcon{margin-bottom:var(--space-4);font-size:64px}.chat-module__WXyaOW__emptyTitle{font-size:var(--font-size-20);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-2)}.chat-module__WXyaOW__emptyText{font-size:var(--font-size-14);color:var(--text-muted);max-width:280px}.chat-module__WXyaOW__loadingState{padding:var(--space-12);justify-content:center;align-items:center;gap:var(--space-4);color:var(--text-muted);flex-direction:column;display:flex}.chat-module__WXyaOW__spinner{border:var(--border-width-3)solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:32px;height:32px;animation:1s linear infinite chat-module__WXyaOW__spin}@keyframes chat-module__WXyaOW__spin{to{transform:rotate(360deg)}}.chat-module__WXyaOW__sentinel{padding:var(--space-4)0;justify-content:center;min-height:50px;display:flex}.chat-module__WXyaOW__loadingMore{align-items:center;gap:var(--space-3);color:var(--text-muted);font-size:var(--font-size-14);display:flex}.chat-module__WXyaOW__spinnerSmall{border:2px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:20px;height:20px;animation:.8s linear infinite chat-module__WXyaOW__spin}
.discover-module__YUWTXq__page{width:100%;height:calc(100dvh - 80px - env(safe-area-inset-bottom,0px));background-color:var(--bg-canvas);-webkit-user-select:none;user-select:none;flex-direction:column;display:flex;position:relative;overflow:hidden}.discover-module__YUWTXq__header{padding:var(--space-4);margin:var(--space-4);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);z-index:10;justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.discover-module__YUWTXq__title{font-size:var(--font-size-20);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight)}.discover-module__YUWTXq__filterBtn{background:var(--bg-elevated);border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:var(--border-width-2)solid #000!important}.discover-module__YUWTXq__filterBtn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.discover-module__YUWTXq__filterBtn:active{box-shadow:none;transform:translate(2px,2px)}.discover-module__YUWTXq__counterBadge{padding:var(--space-2)var(--space-3);background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:baseline;gap:2px;display:flex}.discover-module__YUWTXq__counterValue{font-size:var(--font-size-18);font-weight:var(--font-weight-black);color:var(--color-brand-500);font-variant-numeric:tabular-nums}.discover-module__YUWTXq__counterMax{font-size:var(--font-size-12);font-weight:var(--font-weight-bold);color:var(--text-muted)}.discover-module__YUWTXq__spinning{animation:1s linear infinite discover-module__YUWTXq__spin}.discover-module__YUWTXq__cardStack{padding:var(--space-2);flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.discover-module__YUWTXq__cardWrapper{cursor:grab;width:100%;max-width:380px;max-height:100%;position:relative}.discover-module__YUWTXq__cardWrapper:active{cursor:grabbing}.discover-module__YUWTXq__profileCard{flex-direction:column;height:100%;max-height:100%;display:flex;position:relative;border:var(--border-width-3)solid #000!important;border-radius:var(--radius-xl)!important;box-shadow:var(--shadow-lg)!important;background:var(--bg-surface)!important;overflow:hidden!important}.discover-module__YUWTXq__photoCarousel{background:var(--bg-muted);flex:1;width:100%;min-height:200px;position:relative;overflow:hidden}.discover-module__YUWTXq__carouselImage{object-fit:cover;object-position:center top;width:100%;height:100%}.discover-module__YUWTXq__noPhoto{background:linear-gradient(135deg,var(--bg-elevated),var(--bg-muted));width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.discover-module__YUWTXq__overlayGradient{pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);height:50%;position:absolute;bottom:0;left:0;right:0}.discover-module__YUWTXq__carouselDots{top:var(--space-4);gap:var(--space-2);z-index:5;display:flex;position:absolute;left:50%;transform:translate(-50%)}.discover-module__YUWTXq__carouselDot{border-radius:var(--radius-sm);cursor:pointer;width:32px;height:6px;transition:all var(--transition-fast);background:#fff6;border:none;padding:0}.discover-module__YUWTXq__carouselDot:hover{background:#fff9}.discover-module__YUWTXq__carouselDot.discover-module__YUWTXq__active{background:#fff;box-shadow:0 2px 4px #0000004d}.discover-module__YUWTXq__tapArea{z-index:3;position:absolute;inset:0}.discover-module__YUWTXq__zoomBtn{bottom:var(--space-4);right:var(--space-4);background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-primary);cursor:pointer;z-index:5;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute}.discover-module__YUWTXq__zoomBtn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.discover-module__YUWTXq__zoomBtn:active{box-shadow:none;transform:translate(2px,2px)}.discover-module__YUWTXq__profileInfo{padding:var(--space-3);border-top:var(--border-width-2)solid #000;background:var(--bg-surface);flex-shrink:0}.discover-module__YUWTXq__profileHeader{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-1);display:flex}.discover-module__YUWTXq__profileName{font-size:var(--font-size-18);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight);margin:0}.discover-module__YUWTXq__profileBio{font-size:var(--font-size-13);color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden}.discover-module__YUWTXq__actions{justify-content:center;align-items:center;gap:var(--space-5);padding:var(--space-3);padding-bottom:calc(var(--space-2) + env(safe-area-inset-bottom,0px));background:var(--bg-canvas);flex-shrink:0;display:flex}.discover-module__YUWTXq__actionBtn{border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.discover-module__YUWTXq__actionBtn:disabled{opacity:.5;cursor:not-allowed}.discover-module__YUWTXq__dislike{background:var(--bg-surface);width:64px;height:64px;color:var(--color-danger-500);box-shadow:var(--shadow-md)}.discover-module__YUWTXq__dislike:hover:not(:disabled){box-shadow:var(--shadow-lg);background:var(--color-danger-500);color:#fff;transform:translate(-3px,-3px)rotate(-5deg)}.discover-module__YUWTXq__dislike:active:not(:disabled){box-shadow:none;transform:translate(3px,3px)rotate(0)}.discover-module__YUWTXq__profileBtn{background:var(--bg-elevated);width:52px;height:52px;color:var(--text-secondary);box-shadow:var(--shadow-sm)}.discover-module__YUWTXq__profileBtn:hover:not(:disabled){box-shadow:var(--shadow-md);color:var(--color-brand-500);transform:translate(-2px,-2px)}.discover-module__YUWTXq__profileBtn:active:not(:disabled){box-shadow:none;transform:translate(2px,2px)}.discover-module__YUWTXq__like{background:var(--bg-surface);width:64px;height:64px;color:var(--color-success-500);box-shadow:var(--shadow-md)}.discover-module__YUWTXq__like:hover:not(:disabled){box-shadow:var(--shadow-lg);background:var(--color-success-500);color:#fff;transform:translate(-3px,-3px)rotate(5deg)}.discover-module__YUWTXq__like:active:not(:disabled){box-shadow:none;transform:translate(3px,3px)rotate(0)}.discover-module__YUWTXq__loadingState{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-8);color:var(--text-muted);flex-direction:column;flex:1;display:flex}.discover-module__YUWTXq__spinner{border:var(--border-width-3)solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite discover-module__YUWTXq__spin}@keyframes discover-module__YUWTXq__spin{to{transform:rotate(360deg)}}.discover-module__YUWTXq__blockedState{padding:var(--space-6);flex:1;justify-content:center;align-items:center;display:flex}.discover-module__YUWTXq__blockedCard{text-align:center;max-width:320px;border:var(--border-width-3)solid #000!important;box-shadow:var(--shadow-lg)!important}.discover-module__YUWTXq__blockedIcon{margin-bottom:var(--space-4);color:var(--color-brand-500)}.discover-module__YUWTXq__blockedTitle{font-size:var(--font-size-20);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-2)}.discover-module__YUWTXq__blockedText{font-size:var(--font-size-14);color:var(--text-muted);margin-bottom:var(--space-6);line-height:1.5}.discover-module__YUWTXq__emptyState{text-align:center;padding:var(--space-8);flex-direction:column;justify-content:center;align-items:center;max-width:320px;display:flex}.discover-module__YUWTXq__emptyIcon{color:var(--text-muted);opacity:.5;margin-bottom:var(--space-4)}.discover-module__YUWTXq__emptyTitle{font-size:var(--font-size-22);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-2)}.discover-module__YUWTXq__emptyText{font-size:var(--font-size-14);color:var(--text-muted);margin-bottom:var(--space-6);line-height:1.5}.discover-module__YUWTXq__matchOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.discover-module__YUWTXq__matchContent{text-align:center;padding:var(--space-8);background:var(--bg-surface);border:var(--border-width-3)solid var(--color-brand-500);border-radius:var(--radius-xl);box-shadow:0 0 60px rgba(var(--color-brand-rgb),.5),var(--shadow-lg);flex-direction:column;align-items:center;max-width:320px;display:flex}.discover-module__YUWTXq__matchEmoji{color:var(--color-brand-500);margin-bottom:var(--space-4);animation:.6s ease-out discover-module__YUWTXq__matchBounce}@keyframes discover-module__YUWTXq__matchBounce{0%{transform:scale(0)rotate(-15deg)}50%{transform:scale(1.2)rotate(10deg)}to{transform:scale(1)rotate(0)}}.discover-module__YUWTXq__matchTitle{font-size:var(--font-size-28);font-weight:var(--font-weight-black);color:var(--color-brand-500);margin-bottom:var(--space-2);text-shadow:2px 2px #000}.discover-module__YUWTXq__matchText{font-size:var(--font-size-16);color:var(--text-secondary);margin-bottom:var(--space-6)}.discover-module__YUWTXq__matchClose{border:var(--border-width-3)solid #000!important;box-shadow:var(--shadow-md)!important}.discover-module__YUWTXq__filterOverlay{background-color:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);z-index:9999;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.discover-module__YUWTXq__filterModal{background-color:var(--filter-modal-bg);border-top:var(--border-width-3)solid #000;border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);flex-direction:column;width:100%;height:85vh;display:flex;overflow:hidden;box-shadow:0 -8px #0000004d}.discover-module__YUWTXq__filterHeader{padding:var(--space-5)var(--space-6);border-bottom:var(--border-width-2)solid var(--filter-header-border);justify-content:space-between;align-items:center;display:flex}.discover-module__YUWTXq__filterHeader h3{font-size:var(--font-size-20);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight);margin:0}.discover-module__YUWTXq__closeBtn{background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex}.discover-module__YUWTXq__closeBtn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.discover-module__YUWTXq__closeBtn:active{box-shadow:none;transform:translate(2px,2px)}.discover-module__YUWTXq__filterBody{padding:var(--space-6);gap:var(--space-8);flex-direction:column;flex:1;display:flex;overflow-y:auto}.discover-module__YUWTXq__filterGroup{gap:var(--space-3);flex-direction:column;display:flex}.discover-module__YUWTXq__filterGroup label{font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--filter-label-color);text-transform:uppercase;letter-spacing:.5px}.discover-module__YUWTXq__filterHint{font-size:var(--font-size-12);color:var(--text-muted);margin:0 0 var(--space-2)0}.discover-module__YUWTXq__filterGroupHeader{justify-content:space-between;align-items:center;display:flex}.discover-module__YUWTXq__ageValue{font-size:var(--font-size-16);font-weight:var(--font-weight-black);color:var(--text-primary);padding:var(--space-2)var(--space-3);background-color:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md)}.discover-module__YUWTXq__sliderContainer{align-items:center;width:100%;height:48px;display:flex;position:relative}.discover-module__YUWTXq__sliderTrackBg{background-color:var(--bg-muted);z-index:1;border:2px solid #000;border-radius:8px;height:12px;position:absolute;left:0;right:0}.discover-module__YUWTXq__sliderTrackActive{background-color:var(--color-brand-500);z-index:2;border-radius:6px;height:12px;position:absolute}.discover-module__YUWTXq__rangeInput{appearance:none;pointer-events:none;z-index:5;background:0 0;outline:none;width:100%;height:12px;position:absolute;left:0;right:0}.discover-module__YUWTXq__rangeInput::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:all;cursor:grab;background-color:#fff;border:3px solid #000;border-radius:8px;width:28px;height:28px;transition:transform .15s,box-shadow .15s;box-shadow:4px 4px #0006}.discover-module__YUWTXq__rangeInput::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:5px 5px #00000080}.discover-module__YUWTXq__rangeInput::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(.95);box-shadow:2px 2px #0000004d}.discover-module__YUWTXq__rangeInput::-moz-range-thumb{cursor:grab;background-color:#fff;border:3px solid #000;border-radius:8px;width:28px;height:28px;box-shadow:4px 4px #0006}.discover-module__YUWTXq__rangeInput::-moz-range-thumb:active{cursor:grabbing}.discover-module__YUWTXq__rangeInput::-moz-range-track{background:0 0;border:none}.discover-module__YUWTXq__pillsContainer{gap:var(--space-3);flex-wrap:wrap;display:flex}.discover-module__YUWTXq__pill{background-color:var(--pill-bg);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);padding:var(--space-3)var(--space-5);color:var(--pill-fg);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast);align-items:center;gap:var(--space-2);box-shadow:var(--shadow-sm);display:flex}.discover-module__YUWTXq__pill:hover{box-shadow:var(--shadow-md);background-color:var(--bg-muted);transform:translate(-2px,-2px)}.discover-module__YUWTXq__pill:active{box-shadow:none;transform:translate(2px,2px)}.discover-module__YUWTXq__pillActive{background-color:var(--pill-active-bg);border-color:var(--pill-active-border);color:var(--pill-active-fg);box-shadow:var(--shadow-md)}.discover-module__YUWTXq__pillActive:hover{background-color:var(--color-brand-400)}.discover-module__YUWTXq__neighborhoodWrapper{z-index:10;position:relative}.discover-module__YUWTXq__filterFooter{padding:var(--space-6);padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--space-6));border-top:var(--border-width-2)solid var(--filter-header-border);background-color:var(--filter-modal-bg)}.discover-module__YUWTXq__applyButton{background-color:var(--action-primary-bg);color:var(--action-primary-fg);font-weight:var(--font-weight-black);font-size:var(--font-size-16);border:var(--border-width-3)solid #000;box-shadow:var(--shadow-md)}.discover-module__YUWTXq__applyButton:hover{background-color:var(--action-primary-hover-bg);box-shadow:var(--shadow-lg);transform:translate(-2px,-2px)}.discover-module__YUWTXq__applyButton:active{background-color:var(--action-primary-pressed-bg);box-shadow:none;transform:translate(4px,4px)}
.feed-module__QLbcJG__page{padding:var(--space-4);min-height:100%}.feed-module__QLbcJG__header{margin-bottom:var(--space-6);padding:var(--space-4);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;display:flex}.feed-module__QLbcJG__title{font-size:var(--font-size-24);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight);margin-bottom:0}.feed-module__QLbcJG__subtitle{font-size:var(--font-size-14);color:var(--text-muted);font-weight:var(--font-weight-medium)}.feed-module__QLbcJG__feedList{gap:var(--space-4);flex-direction:column;display:flex}.feed-module__QLbcJG__feedItem{display:block}.feed-module__QLbcJG__feedHeader{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.feed-module__QLbcJG__timestamp{font-size:var(--font-size-12);color:var(--text-muted)}.feed-module__QLbcJG__spottedText{font-size:var(--font-size-16);color:var(--text-primary);line-height:var(--line-height-relaxed)}.feed-module__QLbcJG__officialContent{display:block}.feed-module__QLbcJG__officialTitle{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-2)}.feed-module__QLbcJG__officialBody{font-size:var(--font-size-14);color:var(--text-secondary);line-height:var(--line-height-relaxed)}.feed-module__QLbcJG__spottedForm{gap:var(--space-4);flex-direction:column;display:flex}.feed-module__QLbcJG__spottedHint{font-size:var(--font-size-14);color:var(--text-muted);line-height:var(--line-height-relaxed)}.feed-module__QLbcJG__spottedTextarea{width:100%;min-height:150px;padding:var(--space-4);font-family:var(--font-sans);font-size:var(--font-size-16);color:var(--text-primary);background-color:var(--bg-surface);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);resize:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast);outline:none}.feed-module__QLbcJG__spottedTextarea:focus{border-color:var(--focus-ring);box-shadow:var(--shadow-sm);transform:translate(-1px,-1px)}.feed-module__QLbcJG__spottedTextarea::placeholder{color:var(--text-muted)}.feed-module__QLbcJG__spottedFooter{justify-content:space-between;align-items:center;display:flex}.feed-module__QLbcJG__charCount{font-size:var(--font-size-12);font-variant-numeric:tabular-nums;color:var(--text-muted)}.feed-module__QLbcJG__mediaGrid{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));display:grid}.feed-module__QLbcJG__mediaItem{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);border:var(--border-width-1)solid var(--border-muted);width:100%}.feed-module__QLbcJG__fileUpload{gap:var(--space-2);flex-direction:column;display:flex}.feed-module__QLbcJG__filePreviewGrid{gap:var(--space-2);flex-wrap:wrap;display:flex}.feed-module__QLbcJG__filePreview{border-radius:var(--radius-md);background-color:var(--bg-muted);border:var(--border-width-1)solid var(--border-muted);width:100px;height:100px;position:relative;overflow:hidden}.feed-module__QLbcJG__previewMedia{object-fit:cover;width:100%;height:100%}.feed-module__QLbcJG__fileName{display:none}.feed-module__QLbcJG__removeFile{color:#fff;cursor:pointer;z-index:10;background-color:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:background-color .2s;display:flex;position:absolute;top:4px;right:4px}.feed-module__QLbcJG__removeFile:hover{background-color:var(--color-danger-500)}.feed-module__QLbcJG__addFileBtn{padding:var(--space-3)var(--space-4);font-size:var(--font-size-12);font-weight:var(--font-weight-bold);background-color:var(--bg-surface);border:var(--border-width-2)dashed var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.feed-module__QLbcJG__addFileBtn:hover:not(:disabled){border-color:var(--color-brand-500);color:var(--color-brand-500);transform:scale(1.02)}.feed-module__QLbcJG__officialMedia{width:100%;margin-top:var(--space-3);border-radius:var(--radius-md);border:var(--border-width-1)solid var(--border-muted)}.feed-module__QLbcJG__loadingState,.feed-module__QLbcJG__emptyState{padding:var(--space-12);justify-content:center;align-items:center;gap:var(--space-4);color:var(--text-muted);flex-direction:column;display:flex}.feed-module__QLbcJG__spinner{border:var(--border-width-3)solid var(--border-muted);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:32px;height:32px;animation:1s linear infinite feed-module__QLbcJG__spin}@keyframes feed-module__QLbcJG__spin{to{transform:rotate(360deg)}}.feed-module__QLbcJG__headerActions{align-items:center;gap:var(--space-3);display:flex}.feed-module__QLbcJG__reportBtn{cursor:pointer;opacity:.5;transition:opacity var(--transition-fast),transform var(--transition-fast);background:0 0;border:none;font-size:14px}.feed-module__QLbcJG__reportBtn:hover{opacity:1;transform:scale(1.2)}.feed-module__QLbcJG__reportForm{gap:var(--space-4);flex-direction:column;display:flex}.feed-module__QLbcJG__reportHint{font-size:var(--font-size-14);color:var(--text-muted)}.feed-module__QLbcJG__reportReasons{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.feed-module__QLbcJG__reasonBtn{padding:var(--space-3);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);background-color:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);box-shadow:2px 2px #0003}.feed-module__QLbcJG__reasonBtn:hover{box-shadow:var(--shadow-sm);background-color:var(--bg-muted);transform:translate(-1px,-1px)}.feed-module__QLbcJG__reasonBtn.feed-module__QLbcJG__active{background-color:var(--color-danger-500);color:#fff;box-shadow:var(--shadow-sm);border-color:#000}.feed-module__QLbcJG__reportTextarea{width:100%;min-height:80px;padding:var(--space-3);font-family:var(--font-sans);font-size:var(--font-size-14);color:var(--text-primary);background-color:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-md);resize:none;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);outline:none}.feed-module__QLbcJG__reportTextarea:focus{border-color:var(--color-danger-500);box-shadow:var(--shadow-md);transform:translate(-1px,-1px)}.feed-module__QLbcJG__sentinel{padding:var(--space-8)0;flex-direction:column;justify-content:center;align-items:center;min-height:100px;display:flex}.feed-module__QLbcJG__loadingMore{align-items:center;gap:var(--space-3);color:var(--text-muted);font-size:var(--font-size-14);display:flex}.feed-module__QLbcJG__spinnerSmall{border:2px solid var(--border-muted);border-top-color:var(--color-brand-500);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite feed-module__QLbcJG__spin}.feed-module__QLbcJG__noMore{color:var(--text-muted);font-size:var(--font-size-14);text-align:center;font-style:italic}
.help-module__XUpoLG__page{background-color:var(--bg-canvas);min-height:100dvh;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.help-module__XUpoLG__header{padding:var(--space-4);margin:var(--space-4);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.help-module__XUpoLG__backBtn{background:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex}.help-module__XUpoLG__backBtn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.help-module__XUpoLG__backBtn:active{box-shadow:none;transform:translate(2px,2px)}.help-module__XUpoLG__title{font-size:var(--font-size-20);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight)}.help-module__XUpoLG__content{padding:var(--space-4)}.help-module__XUpoLG__hero{text-align:center;padding:var(--space-8)var(--space-4);margin-bottom:var(--space-6);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.help-module__XUpoLG__heroIcon{color:var(--color-brand-500);margin-bottom:var(--space-4)}.help-module__XUpoLG__heroTitle{font-size:var(--font-size-24);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-2)}.help-module__XUpoLG__heroText{font-size:var(--font-size-14);color:var(--text-muted);max-width:280px;margin:0 auto;line-height:1.5}.help-module__XUpoLG__sectionTitle{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.5px}.help-module__XUpoLG__faqSection{margin-bottom:var(--space-8)}.help-module__XUpoLG__faqList{gap:var(--space-3);flex-direction:column;display:flex}.help-module__XUpoLG__faqCard{transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:var(--border-width-2)solid #000!important;box-shadow:var(--shadow-sm)!important}.help-module__XUpoLG__faqCard:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-md)!important}.help-module__XUpoLG__faqHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.help-module__XUpoLG__faqIcon{background:var(--color-brand-500);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.help-module__XUpoLG__faqTitle{font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0}.help-module__XUpoLG__faqAnswer{font-size:var(--font-size-14);color:var(--text-secondary);padding-left:calc(36px + var(--space-3));margin:0;line-height:1.5}.help-module__XUpoLG__contactSection{margin-bottom:var(--space-8)}.help-module__XUpoLG__contactCard{align-items:center;gap:var(--space-4);display:flex;border:var(--border-width-3)solid #000!important;box-shadow:var(--shadow-md)!important}.help-module__XUpoLG__contactIcon{color:var(--color-brand-500);flex-shrink:0}.help-module__XUpoLG__contactInfo{flex:1}.help-module__XUpoLG__contactTitle{font-size:var(--font-size-16);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0 0 var(--space-1)0}.help-module__XUpoLG__contactText{font-size:var(--font-size-14);color:var(--text-muted);margin:0 0 var(--space-2)0}.help-module__XUpoLG__contactLink{align-items:center;gap:var(--space-1);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--color-brand-500);transition:color var(--transition-fast);text-decoration:none;display:inline-flex}.help-module__XUpoLG__contactLink:hover{color:var(--color-brand-400)}.help-module__XUpoLG__linksSection{margin-bottom:var(--space-6)}.help-module__XUpoLG__linksList{gap:var(--space-2);flex-direction:column;display:flex}.help-module__XUpoLG__linkCard{padding:var(--space-4);background:var(--bg-surface);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);color:var(--text-primary);font-weight:var(--font-weight-medium);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.help-module__XUpoLG__linkCard:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.help-module__XUpoLG__linkCard:active{box-shadow:none;transform:translate(2px,2px)}
.notifications-module__XKB6fG__page{background-color:var(--bg-canvas);min-height:100dvh;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.notifications-module__XKB6fG__header{padding:var(--space-4);margin:var(--space-4);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.notifications-module__XKB6fG__headerLeft{align-items:center;gap:var(--space-3);display:flex}.notifications-module__XKB6fG__title{font-size:var(--font-size-20);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight)}.notifications-module__XKB6fG__unreadBadge{min-width:24px;height:24px;padding:0 var(--space-2);background:var(--color-danger-500);color:#fff;font-size:var(--font-size-12);font-weight:var(--font-weight-black);border-radius:var(--radius-md);border:2px solid #000;justify-content:center;align-items:center;display:flex}.notifications-module__XKB6fG__markAllBtn{align-items:center;gap:var(--space-2);display:flex;font-size:var(--font-size-12)!important}.notifications-module__XKB6fG__filters{gap:var(--space-2);padding:var(--space-4);padding-top:var(--space-4);display:flex}.notifications-module__XKB6fG__filterBtn{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--bg-surface);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast);display:flex}.notifications-module__XKB6fG__filterBtn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.notifications-module__XKB6fG__filterBtn:active{box-shadow:none;transform:translate(2px,2px)}.notifications-module__XKB6fG__filterBtn.notifications-module__XKB6fG__active{background:var(--color-brand-500);color:#fff}.notifications-module__XKB6fG__filterCount{min-width:20px;height:20px;padding:0 var(--space-1);border-radius:var(--radius-sm);font-size:var(--font-size-12);background:#0003;justify-content:center;align-items:center;display:flex}.notifications-module__XKB6fG__list{padding:0 var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.notifications-module__XKB6fG__notificationItem{align-items:flex-start;gap:var(--space-3);width:100%;padding:var(--space-4);background:var(--bg-surface);border:var(--border-width-2)solid #000;border-radius:var(--radius-lg);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast);display:flex;position:relative}.notifications-module__XKB6fG__notificationItem:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.notifications-module__XKB6fG__notificationItem:active{box-shadow:none;transform:translate(2px,2px)}.notifications-module__XKB6fG__notificationItem.notifications-module__XKB6fG__unread{background:var(--bg-elevated);border-color:var(--color-brand-500)}.notifications-module__XKB6fG__iconWrapper{border-radius:var(--radius-md);border:2px solid;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.notifications-module__XKB6fG__avatarWrapper{flex-shrink:0;position:relative}.notifications-module__XKB6fG__avatarBadge{color:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-2px;right:-2px}.notifications-module__XKB6fG__content{flex:1;min-width:0}.notifications-module__XKB6fG__notificationTitle{font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0 0 var(--space-1)0}.notifications-module__XKB6fG__notificationBody{font-size:var(--font-size-13);color:var(--text-secondary);margin:0 0 var(--space-1)0;line-height:1.4}.notifications-module__XKB6fG__username{font-size:var(--font-size-12);font-weight:var(--font-weight-bold);color:var(--color-brand-500);margin-bottom:var(--space-1);display:inline-block}.notifications-module__XKB6fG__time{font-size:var(--font-size-12);color:var(--text-muted);display:block}.notifications-module__XKB6fG__unreadDot{top:var(--space-4);right:var(--space-4);background:var(--color-brand-500);border:2px solid #000;border-radius:50%;width:10px;height:10px;position:absolute}.notifications-module__XKB6fG__loadingState{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-16);color:var(--text-muted);flex-direction:column;flex:1;display:flex}.notifications-module__XKB6fG__spinner{border:3px solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite notifications-module__XKB6fG__spin}@keyframes notifications-module__XKB6fG__spin{to{transform:rotate(360deg)}}.notifications-module__XKB6fG__emptyState{text-align:center;padding:var(--space-12)var(--space-6);margin:var(--space-4)0;background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);flex-direction:column;justify-content:center;align-items:center;display:flex}.notifications-module__XKB6fG__emptyIcon{background:var(--bg-elevated);border-radius:var(--radius-lg);width:80px;height:80px;color:var(--text-muted);margin-bottom:var(--space-4);border:3px solid #000;justify-content:center;align-items:center;display:flex}.notifications-module__XKB6fG__emptyTitle{font-size:var(--font-size-20);font-weight:var(--font-weight-black);color:var(--text-primary);margin:0 0 var(--space-2)0}.notifications-module__XKB6fG__emptyText{font-size:var(--font-size-14);color:var(--text-muted);margin:0 0 var(--space-6)0;max-width:280px;line-height:1.5}
.rooms-module__Fq7PIG__page{padding:var(--space-4);min-height:100%}.rooms-module__Fq7PIG__header{gap:var(--space-1);margin-bottom:var(--space-6);padding:var(--space-4);background:var(--bg-surface);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;display:flex}.rooms-module__Fq7PIG__title{font-size:var(--font-size-24);font-weight:var(--font-weight-black);color:var(--text-primary);letter-spacing:var(--letter-spacing-tight);margin-bottom:0}.rooms-module__Fq7PIG__subtitle{font-size:var(--font-size-14);color:var(--text-muted);font-weight:var(--font-weight-medium)}.rooms-module__Fq7PIG__roomList{gap:var(--space-4);flex-direction:column;display:flex}.rooms-module__Fq7PIG__roomLink{text-decoration:none;display:block}.rooms-module__Fq7PIG__roomCard{align-items:center;gap:var(--space-4);padding:var(--space-4);background-color:var(--list-item-bg);border:var(--border-width-3)solid #000;border-radius:var(--radius-lg);box-shadow:var(--list-item-shadow);transition:transform var(--transition-fast),box-shadow var(--transition-fast);display:flex}.rooms-module__Fq7PIG__roomCard:hover{box-shadow:var(--shadow-lg);background-color:var(--list-item-hover-bg);transform:translate(-3px,-3px)}.rooms-module__Fq7PIG__roomCard:active{box-shadow:none;transform:translate(3px,3px)}.rooms-module__Fq7PIG__roomEmoji{background-color:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:36px;display:flex}.rooms-module__Fq7PIG__roomInfo{flex:1;min-width:0}.rooms-module__Fq7PIG__roomName{font-size:var(--font-size-18);font-weight:var(--font-weight-black);color:var(--text-primary);margin-bottom:var(--space-1)}.rooms-module__Fq7PIG__roomDescription{font-size:var(--font-size-14);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rooms-module__Fq7PIG__roomStatus{align-items:flex-end;gap:var(--space-1);flex-direction:column;flex-shrink:0;display:flex}.rooms-module__Fq7PIG__onlineIndicator{background-color:var(--color-success-500);border:var(--border-width-2)solid #000;border-radius:var(--radius-full);width:12px;height:12px;box-shadow:0 0 8px var(--color-success-500)}.rooms-module__Fq7PIG__onlineCount{font-size:var(--font-size-12);font-weight:var(--font-weight-bold);font-variant-numeric:tabular-nums;color:var(--text-muted);padding:var(--space-1)var(--space-2);background-color:var(--bg-elevated);border:var(--border-width-2)solid #000;border-radius:var(--radius-sm)}.rooms-module__Fq7PIG__loadingState,.rooms-module__Fq7PIG__emptyState{padding:var(--space-12);justify-content:center;align-items:center;gap:var(--space-4);color:var(--text-muted);flex-direction:column;display:flex}.rooms-module__Fq7PIG__spinner{border:var(--border-width-3)solid var(--border-default);border-top-color:var(--color-brand-500);border-radius:var(--radius-full);width:32px;height:32px;animation:1s linear infinite rooms-module__Fq7PIG__spin}@keyframes rooms-module__Fq7PIG__spin{to{transform:rotate(360deg)}}.rooms-module__Fq7PIG__retryBtn{padding:var(--space-3)var(--space-5);font-family:var(--font-sans);font-size:var(--font-size-14);font-weight:var(--font-weight-bold);color:var(--color-brand-500);background:var(--bg-elevated);border:var(--border-width-2)solid var(--color-brand-500);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.rooms-module__Fq7PIG__retryBtn:hover{box-shadow:var(--shadow-md);background-color:var(--bg-muted);transform:translate(-2px,-2px)}.rooms-module__Fq7PIG__retryBtn:active{box-shadow:none;transform:translate(2px,2px)}
