:root{--bg:#0f172a;--surface:#1e293b;--surface-hover:#273548;--surface-active:#2d3f54;--border:#334155;--border-light:#3e5068;--text:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--green:#059669;--green-light:#10b981;--green-glow:#10b98140;--amber:#f59e0b;--amber-glow:#f59e0b40;--orange:#f97316;--orange-glow:#f9731640;--red:#dc2626;--red-glow:#dc262633;--blue:#3b82f6;--blue-glow:#3b82f633;--purple:#8b5cf6;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-mono:"SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000004d;--shadow:0 4px 12px #0000004d;--shadow-lg:0 8px 32px #0006;--shadow-glow-green:0 0 20px var(--green-glow);--nav-height:60px;--sidebar-width:260px;--chat-width:200px;--transition-fast:.15s ease;--transition:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:14px}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;line-height:1.6;overflow:hidden}a{color:var(--green-light);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--green)}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}._overlay_7u6v3_1{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}._modal_7u6v3_9{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);text-align:center;padding:40px 32px}._brand_7u6v3_20{margin-bottom:28px}._brandIcon_7u6v3_24{margin-bottom:8px;font-size:3rem;display:block}._brand_7u6v3_20 h1{background:linear-gradient(135deg, var(--green-light), var(--amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem}._subtitle_7u6v3_38{color:var(--text-secondary);margin-top:4px;font-size:.85rem}._tabs_7u6v3_44{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:24px;display:flex;overflow:hidden}._tab_7u6v3_44{color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:none;flex:1;padding:10px;font-size:.9rem;font-weight:600}._tab_7u6v3_44:hover{color:var(--text)}._tabActive_7u6v3_67{background:var(--green);color:#fff}._form_7u6v3_72{text-align:left}._formGroup_7u6v3_76{margin-bottom:16px}._formGroup_7u6v3_76 label{color:var(--text-secondary);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}._formGroup_7u6v3_76 input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);transition:border-color var(--transition-fast);padding:10px 12px;font-size:.95rem}._formGroup_7u6v3_76 input:focus{border-color:var(--green-light);box-shadow:0 0 0 3px var(--green-glow);outline:none}._formGroup_7u6v3_76 input::placeholder{color:var(--text-muted)}._passwordWrap_7u6v3_109{position:relative}._passwordWrap_7u6v3_109 input{padding-right:42px}._passwordToggle_7u6v3_117{color:var(--text-muted);background:0 0;border:none;padding:4px;font-size:1.1rem;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._submitBtn_7u6v3_129{background:var(--green);color:#fff;border-radius:var(--radius-sm);width:100%;transition:background var(--transition-fast);border:none;margin-top:8px;padding:12px;font-size:1rem;font-weight:600}._submitBtn_7u6v3_129:hover:not(:disabled){background:var(--green-light)}._submitBtn_7u6v3_129:disabled{opacity:.6;cursor:not-allowed}._error_7u6v3_151{color:var(--red);text-align:center;margin-top:10px;font-size:.85rem}._container_qg6cr_1{background:var(--bg);justify-content:center;align-items:center;height:100vh;display:flex}._spinner_qg6cr_9{border:3px solid var(--border);border-top-color:var(--green-light);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite _spin_qg6cr_9}@keyframes _spin_qg6cr_9{to{transform:rotate(360deg)}}._roomList_1j6lk_2{flex-direction:column;gap:8px;display:flex}._roomListHeader_1j6lk_8{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._roomListHeader_1j6lk_8 h1{font-size:1.4rem}._createBtn_1j6lk_19{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;padding:8px 16px;font-size:.85rem;font-weight:600}._createBtn_1j6lk_19:hover{background:var(--green-light)}._roomCard_1j6lk_34{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);transition:all var(--transition-fast);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:flex}._roomCard_1j6lk_34:hover{background:var(--surface-hover);border-color:var(--border-light)}._roomIcon_1j6lk_52{background:var(--surface-active);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}._roomInfo_1j6lk_64{flex:1;min-width:0}._roomName_1j6lk_69{font-size:.95rem;font-weight:600}._roomMeta_1j6lk_74{color:var(--text-muted);gap:12px;margin-top:2px;font-size:.75rem;display:flex}._roomActions_1j6lk_82{flex-shrink:0}._joinBtn_1j6lk_86{background:var(--green);color:#fff;border-radius:var(--radius-sm);border:none;padding:6px 14px;font-size:.8rem;font-weight:600}._joinBtn_1j6lk_86:hover{background:var(--green-light)}._leaveBtn_1j6lk_100{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-sm);background:0 0;padding:6px 14px;font-size:.8rem}._leaveBtn_1j6lk_100:hover{border-color:var(--red);color:var(--red)}._chatRoom_1j6lk_115{flex-direction:column;height:100%;margin:-24px;display:flex}._chatHeader_1j6lk_122{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex}._chatHeader_1j6lk_122 h2{font-size:1rem;font-weight:600}._chatHeaderMeta_1j6lk_136{color:var(--text-muted);font-size:.75rem}._backBtn_1j6lk_141{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);background:0 0;padding:6px 10px;font-size:.85rem;text-decoration:none}._backBtn_1j6lk_141:hover{border-color:var(--green-light);color:var(--green-light)}._messageList_1j6lk_157{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex;overflow-y:auto}._loadMoreBtn_1j6lk_166{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);align-self:center;margin-bottom:8px;padding:6px 16px;font-size:.8rem}._loadMoreBtn_1j6lk_166:hover{border-color:var(--green-light);color:var(--green-light)}._message_1j6lk_157{border-radius:var(--radius-sm);transition:background var(--transition-fast);gap:10px;padding:6px 8px;display:flex}._message_1j6lk_157:hover{background:var(--surface-hover)}._messageAvatar_1j6lk_195{background:var(--surface-active);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}._messageContent_1j6lk_209{flex:1;min-width:0}._messageHeader_1j6lk_214{align-items:baseline;gap:8px;display:flex}._messageUsername_1j6lk_220{color:var(--green-light);font-size:.85rem;font-weight:600}._messageTime_1j6lk_226{color:var(--text-muted);font-size:.7rem}._messageBadge_1j6lk_231{font-size:.7rem}._messageBody_1j6lk_235{word-break:break-word;font-size:.9rem;line-height:1.5}._messagePhoto_1j6lk_241{border-radius:var(--radius-sm);max-width:300px;max-height:200px;margin-top:6px}._replyQuote_1j6lk_248{border-left:3px solid var(--green);background:var(--surface);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);margin-bottom:4px;padding:6px 10px;font-size:.8rem}._replyQuoteUser_1j6lk_258{color:var(--green-light);margin-right:6px;font-weight:600}._messageActions_1j6lk_265{flex-shrink:0;align-items:center;gap:4px;display:none}._message_1j6lk_157:hover ._messageActions_1j6lk_265{display:flex}._actionBtn_1j6lk_276{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);transition:all var(--transition-fast);background:0 0;padding:2px 6px;font-size:.75rem}._actionBtn_1j6lk_276:hover{border-color:var(--green-light);color:var(--green-light)}._reactions_1j6lk_292{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}._reaction_1j6lk_292{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;display:flex}._reaction_1j6lk_292:hover{border-color:var(--green-light)}._reactionActive_1j6lk_316{border-color:var(--green);background:var(--green-glow)}._reactionEmoji_1j6lk_321{font-size:.85rem}._reactionCount_1j6lk_325{font-size:.7rem;font-weight:600}._reactionPicker_1j6lk_331{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);gap:4px;padding:6px;display:flex}._reactionPickerBtn_1j6lk_341{border-radius:var(--radius-sm);transition:background var(--transition-fast);background:0 0;border:none;padding:4px;font-size:1.1rem}._reactionPickerBtn_1j6lk_341:hover{background:var(--surface-hover)}._typing_1j6lk_355{color:var(--text-muted);flex-shrink:0;min-height:22px;padding:4px 16px;font-size:.75rem;font-style:italic}._inputArea_1j6lk_365{border-top:1px solid var(--border);flex-shrink:0;padding:12px 16px}._replyBar_1j6lk_371{background:var(--surface);border-left:3px solid var(--green);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:8px;padding:6px 10px;font-size:.8rem;display:flex}._replyBarClose_1j6lk_384{color:var(--text-muted);background:0 0;border:none;padding:2px 6px;font-size:.9rem}._replyBarClose_1j6lk_384:hover{color:var(--red)}._inputRow_1j6lk_396{gap:8px;display:flex}._inputField_1j6lk_401{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);resize:none;flex:1;padding:10px 14px;font-size:.9rem}._inputField_1j6lk_401:focus{border-color:var(--green-light);box-shadow:0 0 0 3px var(--green-glow);outline:none}._inputField_1j6lk_401::placeholder{color:var(--text-muted)}._sendBtn_1j6lk_422{background:var(--green);color:#fff;border-radius:var(--radius);transition:background var(--transition-fast);border:none;flex-shrink:0;padding:10px 16px;font-size:.9rem;font-weight:600}._sendBtn_1j6lk_422:hover:not(:disabled){background:var(--green-light)}._sendBtn_1j6lk_422:disabled{opacity:.5;cursor:not-allowed}._poll_1j6lk_444{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:6px;padding:12px}._pollQuestion_1j6lk_452{margin-bottom:8px;font-size:.9rem;font-weight:600}._pollOption_1j6lk_458{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:8px;margin-bottom:4px;padding:6px 10px;font-size:.85rem;display:flex;position:relative;overflow:hidden}._pollOption_1j6lk_458:hover{border-color:var(--green-light)}._pollOptionVoted_1j6lk_477{border-color:var(--green)}._pollBar_1j6lk_481{background:var(--green-glow);transition:width var(--transition);position:absolute;top:0;bottom:0;left:0}._pollOptionText_1j6lk_490{z-index:1;flex:1;position:relative}._pollOptionCount_1j6lk_496{z-index:1;color:var(--text-muted);font-size:.75rem;font-weight:600;position:relative}._pollTotal_1j6lk_504{color:var(--text-muted);margin-top:6px;font-size:.75rem}._modalOverlay_1j6lk_511{z-index:200;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_1j6lk_511{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:24px}._modal_1j6lk_511 h2{margin-bottom:16px;font-size:1.1rem}._modalActions_1j6lk_536{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}._cancelBtn_1j6lk_543{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);background:0 0;padding:8px 16px;font-size:.85rem}._cancelBtn_1j6lk_543:hover{border-color:var(--text-muted)}._memberList_1j6lk_557{flex-direction:column;gap:4px;display:flex}._memberItem_1j6lk_563{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:6px 8px;display:flex}._memberAvatar_1j6lk_571{background:var(--surface-active);width:28px;height:28px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}._memberName_1j6lk_585{color:var(--text);font-size:.8rem}._memberBadge_1j6lk_590{font-size:.65rem}._voicePanel_n06ar_1{border-top:1px solid var(--border);padding:12px}._voiceHeader_n06ar_6{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px;font-size:.8rem;font-weight:600}._joinBtn_n06ar_15{background:var(--green);color:#fff;border-radius:var(--radius-sm);width:100%;transition:background var(--transition-fast);border:none;padding:8px;font-size:.8rem;font-weight:600}._joinBtn_n06ar_15:hover{background:var(--green-light)}._controls_n06ar_31{gap:6px;margin-bottom:8px;display:flex}._muteBtn_n06ar_37{background:var(--surface-active);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);flex:1;padding:8px;font-size:.8rem;font-weight:600}._muteBtn_n06ar_37:hover{background:var(--surface-hover)}._muteBtn_n06ar_37._speaking_n06ar_53{border-color:var(--green);color:var(--green);background:#4caf5026}._leaveBtn_n06ar_59{border-radius:var(--radius-sm);color:#f44336;transition:all var(--transition-fast);background:0 0;border:1px solid #f44336;padding:8px 12px;font-size:.8rem;font-weight:600}._leaveBtn_n06ar_59:hover{background:#f443361a}._participantList_n06ar_74{align-items:center;gap:8px;display:flex}._participantLabel_n06ar_80{color:var(--text-muted);font-size:.75rem}._speakerLabel_n06ar_85{color:var(--green);font-size:.75rem;font-weight:600}._voiceError_n06ar_91{color:#f44336;margin-top:6px;font-size:.75rem}._conversationList_pr4j5_2{flex-direction:column;gap:4px;display:flex}._conversationItem_pr4j5_8{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:12px;padding:10px 12px;display:flex}._conversationItem_pr4j5_8:hover{background:var(--surface-hover)}._conversationAvatar_pr4j5_22{background:var(--surface-active);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;position:relative}._onlineDot_pr4j5_37{background:var(--green-light);border:2px solid var(--surface);border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}._conversationInfo_pr4j5_48{flex:1;min-width:0}._conversationName_pr4j5_53{font-size:.9rem;font-weight:600}._conversationPreview_pr4j5_58{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}._conversationMeta_pr4j5_66{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}._conversationTime_pr4j5_74{color:var(--text-muted);font-size:.7rem}._unreadBadge_pr4j5_79{background:var(--green);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;display:flex}._thread_pr4j5_94{flex-direction:column;height:100%;margin:-24px;display:flex}._threadHeader_pr4j5_101{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex}._threadHeader_pr4j5_101 h2{font-size:1rem;font-weight:600}._threadMessages_pr4j5_115{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}._dmMessage_pr4j5_124{gap:8px;max-width:70%;display:flex}._dmMessageSent_pr4j5_130{flex-direction:row-reverse;align-self:flex-end}._dmBubble_pr4j5_135{border-radius:var(--radius);word-break:break-word;padding:8px 12px;font-size:.9rem;line-height:1.4}._dmBubbleReceived_pr4j5_143{background:var(--surface);border:1px solid var(--border);color:var(--text)}._dmBubbleSent_pr4j5_149{background:var(--green);color:#fff}._dmTime_pr4j5_154{color:var(--text-muted);margin-top:2px;font-size:.65rem}._dmTimeSent_pr4j5_160{text-align:right}._dmInputArea_pr4j5_164{border-top:1px solid var(--border);flex-shrink:0;gap:8px;padding:12px 16px;display:flex}._dmInput_pr4j5_164{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);flex:1;padding:10px 14px;font-size:.9rem}._dmInput_pr4j5_164:focus{border-color:var(--green-light);box-shadow:0 0 0 3px var(--green-glow);outline:none}._dmInput_pr4j5_164::placeholder{color:var(--text-muted)}._dmSendBtn_pr4j5_192{background:var(--green);color:#fff;border-radius:var(--radius);border:none;padding:10px 16px;font-size:.9rem;font-weight:600}._dmSendBtn_pr4j5_192:hover:not(:disabled){background:var(--green-light)}._dmSendBtn_pr4j5_192:disabled{opacity:.5;cursor:not-allowed}._onlinePanel_pr4j5_212{flex-direction:column;gap:4px;display:flex}._onlineUser_pr4j5_218{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:8px;padding:5px 8px;display:flex}._onlineUser_pr4j5_218:hover{background:var(--surface-hover)}._onlineUserAvatar_pr4j5_232{background:var(--surface-active);width:24px;height:24px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:flex;position:relative}._onlineUserDot_pr4j5_247{background:var(--green-light);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;bottom:-1px;right:-1px}._onlineUserName_pr4j5_258{color:var(--text);font-size:.8rem}._shell_1vuxk_1{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}._nav_1vuxk_10{height:var(--nav-height);background:var(--surface);border-bottom:1px solid var(--border);z-index:100;flex-shrink:0;align-items:center;gap:16px;padding:0 16px;display:flex}._navBrand_1vuxk_22{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:8px;font-size:1rem;font-weight:700;text-decoration:none;display:flex}._navBrand_1vuxk_22:hover{color:var(--text)}._navBrandIcon_1vuxk_37{font-size:1.4rem}._navBrandText_1vuxk_41{background:linear-gradient(135deg, var(--green-light), var(--amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._navCenter_1vuxk_48{flex:1}._navRight_1vuxk_52{align-items:center;gap:8px;display:flex}._navLink_1vuxk_58{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}._navLink_1vuxk_58:hover{background:var(--surface-hover);color:var(--text)}._navLinkActive_1vuxk_76{color:var(--green-light);background:var(--surface-active)}._navUser_1vuxk_81{color:var(--text-secondary);align-items:center;gap:8px;margin-left:8px;font-size:.85rem;display:flex}._navUserName_1vuxk_90{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}._logoutBtn_1vuxk_97{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;padding:6px 12px;font-size:.8rem}._logoutBtn_1vuxk_97:hover{border-color:var(--red);color:var(--red)}._body_1vuxk_113{flex:1;min-height:0;display:flex;overflow:hidden}._sidebar_1vuxk_121{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);flex-shrink:0;overflow-y:auto}._sidebarSection_1vuxk_129{padding:12px}._sidebarLabel_1vuxk_133{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:8px 12px 4px;font-size:.7rem;font-weight:700}._sidebarLink_1vuxk_142{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:10px;padding:8px 12px;font-size:.9rem;text-decoration:none;display:flex}._sidebarLink_1vuxk_142:hover{background:var(--surface-hover);color:var(--text)}._sidebarLinkActive_1vuxk_159{background:var(--surface-active);color:var(--green-light)}._sidebarIcon_1vuxk_164{text-align:center;width:24px;font-size:1.1rem}._content_1vuxk_171{flex:1;min-width:300px;padding:24px;overflow:hidden auto}._rightPanel_1vuxk_180{width:var(--chat-width);background:var(--surface);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}._rightPanelHeader_1vuxk_190{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:16px;font-size:.85rem;font-weight:700}._rightPanelBody_1vuxk_198{color:var(--text-muted);flex:1;padding:12px;font-size:.8rem;overflow-y:auto}._footer_1vuxk_207{color:var(--text-muted);background:var(--surface);border-top:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:6px 16px;font-size:.7rem;display:flex}._feedPage_17gm2_2{max-width:680px;margin:0 auto}._feedHeader_17gm2_7{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._feedHeader_17gm2_7 h1{font-size:1.4rem}._createBtn_17gm2_18{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}._createBtn_17gm2_18:hover{background:var(--green-light)}._storyList_17gm2_37{flex-direction:column;gap:16px;display:flex}._loadMore_17gm2_43{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);margin:24px auto;padding:10px 24px;font-size:.85rem;display:block}._loadMore_17gm2_43:hover{background:var(--surface-hover);color:var(--text)}._empty_17gm2_60{text-align:center;color:var(--text-secondary);padding:48px 16px}._empty_17gm2_60 p{margin-top:8px;font-size:.9rem}._storyCard_17gm2_72{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition-fast);overflow:hidden}._storyCard_17gm2_72:hover{border-color:var(--border-light)}._cardHeader_17gm2_84{align-items:center;gap:10px;padding:14px 16px 0;display:flex}._avatar_17gm2_91{background:var(--surface-active);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;overflow:hidden}._avatar_17gm2_91 img{object-fit:cover;width:100%;height:100%}._headerInfo_17gm2_112{flex:1;min-width:0}._authorName_17gm2_117{color:var(--text);font-size:.9rem;font-weight:600;text-decoration:none}._authorName_17gm2_117:hover{text-decoration:underline}._meta_17gm2_128{color:var(--text-muted);align-items:center;gap:6px;margin-top:1px;font-size:.75rem;display:flex}._storyType_17gm2_137{background:var(--surface-active);text-transform:uppercase;letter-spacing:.02em;border-radius:3px;padding:1px 6px;font-size:.7rem}._cardBody_17gm2_146{padding:10px 16px 12px}._cardTitle_17gm2_150{margin-bottom:6px;font-size:1.05rem;font-weight:600}._cardTitle_17gm2_150 a{color:var(--text);text-decoration:none}._cardTitle_17gm2_150 a:hover{text-decoration:underline}._cardText_17gm2_165{color:var(--text-secondary);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}._cardPhotos_17gm2_175{gap:2px;max-height:320px;display:grid;overflow:hidden}._cardPhotos_17gm2_175[data-count="1"]{grid-template-columns:1fr}._cardPhotos_17gm2_175[data-count="2"]{grid-template-columns:1fr 1fr}._cardPhotos_17gm2_175[data-count="3"],._cardPhotos_17gm2_175[data-count="4"]{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}._cardPhoto_17gm2_175{object-fit:cover;width:100%;height:100%;min-height:140px;max-height:320px}._location_17gm2_204{color:var(--text-muted);padding:4px 16px 0;font-size:.8rem}._cardFooter_17gm2_210{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:8px;padding:8px 16px 12px;display:flex}._reactions_17gm2_220{gap:4px;display:flex}._reactionBtn_17gm2_225{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;display:inline-flex}._reactionBtn_17gm2_225:hover{background:var(--surface-hover);border-color:var(--border-light)}._reactionBtn_17gm2_225._active_17gm2_243{background:var(--green);border-color:var(--green);color:var(--green);background:#4caf5026}._commentLink_17gm2_250{color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);border:1px solid #0000;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;text-decoration:none;display:inline-flex}._commentLink_17gm2_250:hover{background:var(--surface-hover);border-color:var(--border)}._profile_1fc44_1{max-width:700px}._header_1fc44_5{gap:24px;margin-bottom:24px;display:flex}._avatar_1fc44_11{background:var(--surface-active);width:80px;height:80px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;overflow:hidden}._avatar_1fc44_11 img{object-fit:cover;width:100%;height:100%}._info_1fc44_32{flex:1}._displayName_1fc44_36{font-size:1.4rem;font-weight:700}._username_1fc44_41{color:var(--text-muted);font-size:.85rem}._statusRow_1fc44_46{color:var(--text-secondary);align-items:center;gap:6px;margin-top:4px;font-size:.85rem;display:flex}._bio_1fc44_55{color:var(--text-secondary);margin-top:8px;font-size:.9rem;line-height:1.5}._location_1fc44_62{color:var(--text-muted);margin-top:4px;font-size:.8rem}._stats_1fc44_68{gap:24px;margin-top:12px;display:flex}._stat_1fc44_46{text-align:center;cursor:pointer}._stat_1fc44_46:hover ._statLabel_1fc44_79{color:var(--green-light)}._statCount_1fc44_83{font-size:1.1rem;font-weight:700}._statLabel_1fc44_79{color:var(--text-muted);transition:color var(--transition-fast);font-size:.75rem}._actions_1fc44_94{gap:8px;margin-top:16px;display:flex}._followBtn_1fc44_100{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;padding:8px 20px;font-size:.85rem;font-weight:600}._followBtn_1fc44_100:hover{background:var(--green-light)}._unfollowBtn_1fc44_115{color:var(--green-light);border:1px solid var(--green);border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;padding:8px 20px;font-size:.85rem;font-weight:600}._unfollowBtn_1fc44_115:hover{border-color:var(--red);color:var(--red)}._editBtn_1fc44_131{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;padding:8px 20px;font-size:.85rem;font-weight:600}._editBtn_1fc44_131:hover{border-color:var(--green-light);color:var(--green-light)}._messageBtn_1fc44_147{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;padding:8px 16px;font-size:.85rem;text-decoration:none}._messageBtn_1fc44_147:hover{border-color:var(--green-light);color:var(--green-light)}._badges_1fc44_164{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}._badge_1fc44_164{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);text-transform:capitalize;padding:2px 8px;font-size:.7rem}._tabs_1fc44_182{border-bottom:1px solid var(--border);gap:0;margin-bottom:16px;display:flex}._tab_1fc44_182{color:var(--text-muted);transition:all var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 20px;font-size:.85rem;font-weight:600}._tab_1fc44_182:hover{color:var(--text)}._tabActive_1fc44_204{color:var(--green-light);border-bottom-color:var(--green-light)}._tabContent_1fc44_209{min-height:200px}._emptyTab_1fc44_213{color:var(--text-muted);text-align:center;padding:24px 0;font-size:.9rem}._userList_1fc44_221{flex-direction:column;gap:8px;max-height:400px;display:flex;overflow-y:auto}._userListItem_1fc44_229{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:10px;padding:8px;display:flex}._userListItem_1fc44_229:hover{background:var(--surface-hover)}._userListAvatar_1fc44_243{background:var(--surface-active);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}._userListName_1fc44_257{font-size:.9rem;font-weight:600}._userListUsername_1fc44_262{color:var(--text-muted);font-size:.75rem}._storyPage_133he_2{max-width:720px;margin:0 auto}._backLink_133he_7{color:var(--text-secondary);align-items:center;gap:4px;margin-bottom:16px;font-size:.85rem;text-decoration:none;display:inline-flex}._backLink_133he_7:hover{color:var(--text)}._storyContainer_133he_21{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}._storyHeader_133he_28{align-items:center;gap:12px;padding:16px 20px;display:flex}._avatar_133he_35{background:var(--surface-active);width:42px;height:42px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex;overflow:hidden}._avatar_133he_35 img{object-fit:cover;width:100%;height:100%}._headerInfo_133he_56{flex:1}._authorName_133he_60{color:var(--text);font-weight:600;text-decoration:none}._authorName_133he_60:hover{text-decoration:underline}._meta_133he_70{color:var(--text-muted);align-items:center;gap:6px;margin-top:2px;font-size:.8rem;display:flex}._storyType_133he_79{background:var(--surface-active);text-transform:uppercase;border-radius:3px;padding:1px 6px;font-size:.7rem}._storyActions_133he_87{gap:6px;display:flex}._editBtn_133he_92,._deleteBtn_133he_93{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;padding:6px 12px;font-size:.8rem}._editBtn_133he_92:hover{background:var(--surface-hover)}._deleteBtn_133he_93:hover{color:#f44336;background:#f443361a;border-color:#f44336}._storyPhotos_133he_113{gap:2px;display:grid}._storyPhotos_133he_113[data-count="1"]{grid-template-columns:1fr}._storyPhotos_133he_113[data-count="2"],._storyPhotos_133he_113[data-count="3"],._storyPhotos_133he_113[data-count="4"]{grid-template-columns:1fr 1fr}._storyPhoto_133he_113{object-fit:cover;width:100%;max-height:500px}._storyBody_133he_137{padding:16px 20px}._storyTitle_133he_141{margin-bottom:10px;font-size:1.3rem;font-weight:700}._storyText_133he_147{color:var(--text-secondary);white-space:pre-wrap;font-size:.95rem;line-height:1.65}._storyLocation_133he_154{color:var(--text-muted);padding:0 20px 12px;font-size:.8rem}._reactionBar_133he_160{border-top:1px solid var(--border);align-items:center;gap:8px;padding:12px 20px;display:flex}._commentsSection_133he_169{border-top:1px solid var(--border);padding:16px 20px}._commentsHeader_133he_174{margin-bottom:12px;font-size:.95rem;font-weight:600}._commentList_133he_180{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}._comment_133he_169{gap:10px;display:flex}._commentAvatar_133he_192{background:var(--surface-active);width:30px;height:30px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}._commentAvatar_133he_192 img{object-fit:cover;width:100%;height:100%}._commentBody_133he_213{flex:1;min-width:0}._commentAuthor_133he_218{color:var(--text);font-size:.85rem;font-weight:600;text-decoration:none}._commentAuthor_133he_218:hover{text-decoration:underline}._commentTime_133he_229{color:var(--text-muted);margin-left:6px;font-size:.7rem}._commentText_133he_235{color:var(--text-secondary);margin-top:2px;font-size:.88rem;line-height:1.4}._commentDelete_133he_242{color:var(--text-muted);opacity:0;transition:opacity var(--transition-fast);background:0 0;border:none;padding:2px 6px;font-size:.7rem}._comment_133he_169:hover ._commentDelete_133he_242{opacity:1}._commentDelete_133he_242:hover{color:#f44336}._commentForm_133he_260{gap:8px;display:flex}._commentInput_133he_265{background:var(--surface-active);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);resize:none;flex:1;padding:8px 12px;font-size:.85rem}._commentInput_133he_265:focus{border-color:var(--green);outline:none}._commentSubmit_133he_281{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;padding:8px 14px;font-size:.8rem;font-weight:600}._commentSubmit_133he_281:hover{background:var(--green-light)}._commentSubmit_133he_281:disabled{opacity:.5}._createPage_133he_301{max-width:640px;margin:0 auto}._createPage_133he_301 h1{margin-bottom:20px;font-size:1.4rem}._formGroup_133he_311{margin-bottom:16px}._formGroup_133he_311 label{color:var(--text-secondary);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}._formInput_133he_323{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:10px 12px;font-size:.9rem}._formInput_133he_323:focus{border-color:var(--green);outline:none}._formTextarea_133he_338{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);resize:vertical;min-height:140px;padding:10px 12px;font-family:inherit;font-size:.9rem}._formTextarea_133he_338:focus{border-color:var(--green);outline:none}._formSelect_133he_356{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:10px 12px;font-size:.9rem}._formSelect_133he_356:focus{border-color:var(--green);outline:none}._formRow_133he_371{grid-template-columns:1fr 1fr;gap:12px;display:grid}._fileInput_133he_377{background:var(--surface-active);border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);width:100%;padding:8px;font-size:.85rem}._photoPreview_133he_387{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}._photoThumb_133he_394{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);width:80px;height:80px}._submitBtn_133he_402{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;width:100%;margin-top:8px;padding:12px 24px;font-size:.9rem;font-weight:600}._submitBtn_133he_402:hover{background:var(--green-light)}._submitBtn_133he_402:disabled{opacity:.5}._formError_133he_423{color:#f44336;margin-top:8px;font-size:.85rem}._notificationsPage_t6krb_2{max-width:640px;margin:0 auto}._header_t6krb_7{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._header_t6krb_7 h1{font-size:1.4rem}._markReadBtn_t6krb_18{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;padding:6px 14px;font-size:.8rem}._markReadBtn_t6krb_18:hover{background:var(--surface-hover);color:var(--text)}._notificationList_t6krb_33{flex-direction:column;display:flex}._notification_t6krb_2{border-bottom:1px solid var(--border);transition:background var(--transition-fast);align-items:flex-start;gap:12px;padding:14px 16px;display:flex}._notification_t6krb_2:last-child{border-bottom:none}._notification_t6krb_2._unread_t6krb_51{background:#4caf500a}._notifAvatar_t6krb_55{background:var(--surface-active);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex;overflow:hidden}._notifAvatar_t6krb_55 img{object-fit:cover;width:100%;height:100%}._notifBody_t6krb_76{flex:1;min-width:0}._notifText_t6krb_81{color:var(--text);font-size:.88rem;line-height:1.4}._notifText_t6krb_81 strong{font-weight:600}._notifText_t6krb_81 a{color:var(--green);text-decoration:none}._notifText_t6krb_81 a:hover{text-decoration:underline}._notifTime_t6krb_100{color:var(--text-muted);margin-top:3px;font-size:.75rem}._notifIcon_t6krb_106{flex-shrink:0;margin-top:2px;font-size:1.1rem}._unreadDot_t6krb_112{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}._empty_t6krb_121{text-align:center;color:var(--text-secondary);padding:48px 16px}._loadMore_t6krb_127{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);margin:16px auto;padding:8px 20px;font-size:.8rem;display:block}._loadMore_t6krb_127:hover{background:var(--surface-hover)}._discoverPage_d304m_2{max-width:900px;margin:0 auto}._discoverPage_d304m_2 h1{margin-bottom:20px;font-size:1.4rem}._tabs_d304m_12{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);gap:2px;margin-bottom:20px;display:flex;overflow:hidden}._tab_d304m_12{color:var(--text-secondary);transition:all var(--transition-fast);text-align:center;background:0 0;border:none;flex:1;padding:10px 16px;font-size:.85rem;font-weight:500}._tab_d304m_12:hover{background:var(--surface-hover)}._tab_d304m_12._active_d304m_38{background:var(--green);color:#fff;font-weight:600}._searchBar_d304m_44{gap:8px;margin-bottom:20px;display:flex}._searchInput_d304m_50{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);flex:1;padding:10px 14px;font-size:.9rem}._searchInput_d304m_50:focus{border-color:var(--green);outline:none}._searchBtn_d304m_65{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;padding:10px 18px;font-size:.85rem;font-weight:600}._searchBtn_d304m_65:hover{background:var(--green-light)}._storyGrid_d304m_80{flex-direction:column;gap:16px;display:flex}._leaderboard_d304m_87{flex-direction:column;gap:2px;display:flex}._leaderRow_d304m_93{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:all var(--transition-fast);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:flex}._leaderRow_d304m_93:hover{background:var(--surface-hover)}._rank_d304m_110{color:var(--text-muted);text-align:center;width:28px;font-size:1rem;font-weight:700}._rank_d304m_110:first-child{color:gold}._leaderAvatar_d304m_122{background:var(--surface-active);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex;overflow:hidden}._leaderAvatar_d304m_122 img{object-fit:cover;width:100%;height:100%}._leaderInfo_d304m_143{flex:1;min-width:0}._leaderName_d304m_148{font-size:.9rem;font-weight:600}._leaderStats_d304m_153{color:var(--text-muted);margin-top:1px;font-size:.75rem}._leaderTrophies_d304m_159{color:gold;font-size:.9rem;font-weight:600}._empty_d304m_165{text-align:center;color:var(--text-secondary);padding:48px 16px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._mapsPage_hm1e7_1{flex-direction:column;height:calc(100vh - 120px);display:flex}._mapsPage_hm1e7_1 h1{margin-bottom:12px;font-size:1.4rem}._mapToolbar_hm1e7_12{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}._loadBtn_hm1e7_20,._addPinBtn_hm1e7_21{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-secondary);transition:all var(--transition-fast);padding:8px 14px;font-size:.8rem}._loadBtn_hm1e7_20:hover,._addPinBtn_hm1e7_21:hover{background:var(--surface-hover);color:var(--text)}._addPinBtn_hm1e7_21._active_hm1e7_37{background:var(--green);color:#fff;border-color:var(--green)}._mapContainer_hm1e7_43{border-radius:var(--radius);border:1px solid var(--border);flex:1;min-height:400px;overflow:hidden}._pinPopup_hm1e7_51 h4{margin:0 0 4px;font-size:.9rem}._pinPopup_hm1e7_51 p{color:var(--text-secondary);margin:2px 0;font-size:.8rem}._pinPopup_hm1e7_51 ._pinMeta_hm1e7_62{color:var(--text-muted);margin-top:6px;font-size:.7rem}._deleteBtn_hm1e7_68{color:#f44336;cursor:pointer;background:0 0;border:1px solid #f44336;border-radius:3px;margin-top:6px;padding:3px 8px;font-size:.7rem}._deleteBtn_hm1e7_68:hover{background:#f443361a}._pinForm_hm1e7_84{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;padding:16px}._pinForm_hm1e7_84 h3{margin-bottom:10px;font-size:.95rem}._formRow_hm1e7_97{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;display:grid}._formInput_hm1e7_104{background:var(--surface-active);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:8px 10px;font-size:.85rem}._formInput_hm1e7_104:focus{border-color:var(--green);outline:none}._formSelect_hm1e7_119{background:var(--surface-active);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:8px 10px;font-size:.85rem}._formBtns_hm1e7_129{gap:8px;margin-top:8px;display:flex}._submitBtn_hm1e7_135{background:var(--green);color:#fff;border-radius:var(--radius-sm);border:none;padding:8px 16px;font-size:.8rem;font-weight:600}._submitBtn_hm1e7_135:hover{background:var(--green-light)}._cancelBtn_hm1e7_149{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);background:0 0;padding:8px 16px;font-size:.8rem}._cancelBtn_hm1e7_149:hover{background:var(--surface-hover)}._pinCount_hm1e7_162{color:var(--text-muted);margin-left:auto;font-size:.8rem}._contestPage_1e5bb_1{max-width:900px;margin:0 auto}._contestPage_1e5bb_1 h1{margin-bottom:4px;font-size:1.4rem}._weekInfo_1e5bb_11{color:var(--text-muted);margin-bottom:16px;font-size:.85rem}._tabs_1e5bb_17{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);gap:2px;margin-bottom:20px;display:flex;overflow:hidden}._tab_1e5bb_17{color:var(--text-secondary);transition:all var(--transition-fast);text-align:center;background:0 0;border:none;flex:1;padding:10px 16px;font-size:.85rem;font-weight:500}._tab_1e5bb_17:hover{background:var(--surface-hover)}._tab_1e5bb_17._active_1e5bb_43{background:var(--green);color:#fff;font-weight:600}._categorySection_1e5bb_50{margin-bottom:24px}._categoryHeader_1e5bb_54{border-bottom:2px solid var(--border);align-items:center;gap:8px;margin-bottom:12px;padding-bottom:6px;display:flex}._categoryEmoji_1e5bb_63{font-size:1.3rem}._categoryName_1e5bb_67{font-size:1.05rem;font-weight:600}._entryGrid_1e5bb_72{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}._entryCard_1e5bb_78{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition-fast);overflow:hidden}._entryCard_1e5bb_78:hover{border-color:var(--border-light)}._entryCard_1e5bb_78._winner_1e5bb_90{border-color:gold;box-shadow:0 0 8px #ffd70033}._entryPhoto_1e5bb_95{object-fit:cover;width:100%;height:160px}._entryInfo_1e5bb_101{padding:10px}._entryTitle_1e5bb_105{margin-bottom:4px;font-size:.85rem;font-weight:600}._entryAuthor_1e5bb_111{color:var(--text-muted);font-size:.75rem}._entryFooter_1e5bb_116{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:6px 10px;display:flex}._voteBtn_1e5bb_124{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;display:inline-flex}._voteBtn_1e5bb_124:hover{background:var(--surface-hover)}._voteBtn_1e5bb_124._voted_1e5bb_141{border-color:var(--green);color:var(--green);background:#4caf5026}._winnerBadge_1e5bb_147{color:gold;font-size:.7rem;font-weight:600}._empty_1e5bb_153{text-align:center;color:var(--text-secondary);padding:32px 16px}._pastWeek_1e5bb_160{margin-bottom:24px}._pastWeekHeader_1e5bb_164{color:var(--text-secondary);margin-bottom:10px;font-size:.95rem;font-weight:600}._container_h8jrr_1{z-index:1000;background:#000;width:100vw;height:100vh;position:fixed;top:0;left:0}._loading_h8jrr_11{z-index:1001;color:#fff;text-align:center;font-size:1.1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._spinner_h8jrr_22{border:3px solid #fff3;border-top-color:#fff;border-radius:50%;width:40px;height:40px;margin:0 auto 12px;animation:.8s linear infinite _spin_h8jrr_22}@keyframes _spin_h8jrr_22{to{transform:rotate(360deg)}}._overlay_h8jrr_38{pointer-events:none;z-index:1002;width:100%;height:100%;position:absolute;top:0;left:0}._topBar_h8jrr_48{pointer-events:auto;align-items:center;gap:12px;padding:12px 16px;display:flex}._exitBtn_h8jrr_56{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:background .2s}._exitBtn_h8jrr_56:hover{background:#fff3}._typeTabs_h8jrr_72{align-items:center;gap:4px;display:flex}._typeBtn_h8jrr_78{color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .2s}._typeBtn_h8jrr_78:hover{color:#fff;background:#ffffff26}._typeBtn_h8jrr_78._active_h8jrr_95{background:var(--green);border-color:var(--green);color:#fff}._select_h8jrr_101{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;padding:6px 10px;font-size:.8rem}._bottomBar_h8jrr_111{pointer-events:auto;align-items:center;gap:12px;padding:12px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}._modeBtn_h8jrr_123{color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:600}._modeBtn_h8jrr_123._active_h8jrr_95{background:var(--green);border-color:var(--green);color:#fff}._speedWrap_h8jrr_140{color:#ffffff80;align-items:center;gap:6px;font-size:.8rem;display:flex}._speedSlider_h8jrr_148{width:100px;accent-color:var(--green)}._photoCount_h8jrr_153{color:#fff6;margin-left:auto;font-size:.8rem}._help_h8jrr_159{color:#ffffff4d;pointer-events:none;font-size:.75rem;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}._modal_h8jrr_170{z-index:1010;pointer-events:auto;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}._modalContent_h8jrr_184{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:90%;max-width:600px;overflow:hidden}._modalImg_h8jrr_193{object-fit:contain;background:#000;width:100%;max-height:400px}._modalInfo_h8jrr_200{padding:16px}._modalInfo_h8jrr_200 h3{margin:0 0 8px;font-size:1.1rem}._modalInfo_h8jrr_200 p{color:var(--text-secondary);margin:4px 0;font-size:.9rem}._modalClose_h8jrr_215{background:var(--surface-active);border:none;border-top:1px solid var(--border);width:100%;color:var(--text-secondary);padding:12px;font-size:.85rem;transition:background .2s;display:block}._modalClose_h8jrr_215:hover{background:var(--surface-hover)}._galleryPage_jhtst_1{max-width:960px;margin:0 auto}._galleryPage_jhtst_1 h1{margin-bottom:16px;font-size:1.4rem}._controls_jhtst_11{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}._typeTabs_jhtst_19{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);gap:2px;display:flex;overflow:hidden}._typeTab_jhtst_19{color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:none;padding:8px 14px;font-size:.8rem;font-weight:500}._typeTab_jhtst_19:hover{background:var(--surface-hover)}._typeTab_jhtst_19._active_jhtst_42{background:var(--green);color:#fff;font-weight:600}._filterSelect_jhtst_48{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:8px 10px;font-size:.8rem}._view3dBtn_jhtst_57{background:var(--green);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-fast);border:none;margin-left:auto;padding:8px 14px;font-size:.8rem;font-weight:600}._view3dBtn_jhtst_57:hover{background:var(--green-light)}._totalCount_jhtst_73{color:var(--text-muted);font-size:.8rem}._photoGrid_jhtst_79{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}._photoCard_jhtst_85{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition-fast);overflow:hidden}._photoCard_jhtst_85:hover{border-color:var(--border-light)}._photoImg_jhtst_97{object-fit:cover;width:100%;height:180px}._photoInfo_jhtst_103{padding:10px}._photoTitle_jhtst_107{margin-bottom:2px;font-size:.85rem;font-weight:600}._photoAuthor_jhtst_113{color:var(--text-muted);font-size:.75rem}._photoFooter_jhtst_118{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:6px 10px;display:flex}._voteBtn_jhtst_126{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;display:inline-flex}._voteBtn_jhtst_126:hover{background:var(--surface-hover)}._voteBtn_jhtst_126._voted_jhtst_143{border-color:var(--green);color:var(--green);background:#4caf5026}._pagination_jhtst_149{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}._pageBtn_jhtst_157{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);padding:6px 14px;font-size:.8rem}._pageBtn_jhtst_157:hover{background:var(--surface-hover)}._pageBtn_jhtst_157:disabled{opacity:.4}._pageInfo_jhtst_175{color:var(--text-muted);font-size:.8rem}._empty_jhtst_180{text-align:center;color:var(--text-secondary);padding:48px 16px}._adminPage_12wf0_1{max-width:960px;margin:0 auto}._adminPage_12wf0_1 h1{margin-bottom:16px;font-size:1.4rem}._tabs_12wf0_11{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);gap:2px;margin-bottom:20px;display:flex;overflow:hidden}._tab_12wf0_11{color:var(--text-secondary);transition:all var(--transition-fast);text-align:center;background:0 0;border:none;flex:1;padding:10px 16px;font-size:.85rem;font-weight:500}._tab_12wf0_11:hover{background:var(--surface-hover)}._tab_12wf0_11._active_12wf0_37{background:var(--green);color:#fff;font-weight:600}._statsGrid_12wf0_44{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:24px;display:grid}._statCard_12wf0_51{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:16px}._statValue_12wf0_59{color:var(--text);font-size:1.6rem;font-weight:700}._statLabel_12wf0_65{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:4px;font-size:.75rem}._sectionTitle_12wf0_73{margin-top:24px;margin-bottom:12px;font-size:1.05rem;font-weight:600}._searchBar_12wf0_81{gap:8px;margin-bottom:16px;display:flex}._searchInput_12wf0_87{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);flex:1;padding:8px 12px;font-size:.85rem}._searchInput_12wf0_87:focus{border-color:var(--green);outline:none}._searchBtn_12wf0_102{background:var(--green);color:#fff;border-radius:var(--radius-sm);border:none;padding:8px 16px;font-size:.8rem;font-weight:600}._userTable_12wf0_112{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;overflow:hidden}._userTable_12wf0_112 th,._userTable_12wf0_112 td{text-align:left;border-bottom:1px solid var(--border);padding:10px 12px;font-size:.83rem}._userTable_12wf0_112 th{background:var(--surface-active);color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}._userTable_12wf0_112 tr:last-child td{border-bottom:none}._badge_12wf0_141{border-radius:3px;padding:2px 6px;font-size:.7rem;font-weight:600;display:inline-block}._badgeAdmin_12wf0_149{color:var(--green);background:#4caf5026}._badgeBanned_12wf0_154{color:#f44336;background:#f4433626}._actionBtn_12wf0_159{border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border-radius:3px;margin-right:4px;padding:4px 8px;font-size:.7rem}._actionBtn_12wf0_159:hover{background:var(--surface-hover)}._actionBtn_12wf0_159._danger_12wf0_174{color:#f44336;border-color:#f44336}._actionBtn_12wf0_159._danger_12wf0_174:hover{background:#f443361a}._roomTable_12wf0_184{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;overflow:hidden}._roomTable_12wf0_184 th,._roomTable_12wf0_184 td{text-align:left;border-bottom:1px solid var(--border);padding:10px 12px;font-size:.83rem}._roomTable_12wf0_184 th{background:var(--surface-active);color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}._empty_12wf0_209{text-align:center;color:var(--text-secondary);padding:32px 16px}
