:root{--color-bg:#0a192f;--color-surface:#1d2d50;--color-surface-glass:#1d2d50a6;--color-danger:#ff4b4b;--color-danger-glow:#ff4b4b40;--color-cyan:#64ffda;--color-cyan-glow:#64ffda26;--color-accent:#785aff;--color-accent-glow:#785aff4d;--color-success:#00e096;--color-warning:#ffa000;--color-text-primary:#fff;--color-text-secondary:#fff9;--color-text-muted:#ffffff4d;--color-border:#64ffda14;--font-primary:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif;--radius-xl:24px;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--nav-height:72px;--min-touch-target:44px}*{box-sizing:border-box;margin:0;padding:0}html,body{touch-action:manipulation;height:100%;overflow-x:hidden}body{font-family:var(--font-primary);background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain}@supports (padding-top:env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}::selection{background:var(--color-cyan);color:var(--color-bg)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#64ffda26;border-radius:2px}:focus-visible{outline:2px solid var(--color-cyan);outline-offset:2px}button,[role=button],a{min-height:var(--min-touch-target);min-width:var(--min-touch-target);-webkit-tap-highlight-color:transparent}@media (max-width:380px){:root{--nav-height:64px}}
.BottomNav-module__VCeYPq__nav{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(24px)saturate(1.5);border:1px solid var(--color-border);z-index:9000;border-radius:22px;align-items:center;gap:4px;padding:8px 12px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006,inset 0 1px #64ffda0d}@supports (padding-bottom:env(safe-area-inset-bottom)){.BottomNav-module__VCeYPq__nav{bottom:max(16px,env(safe-area-inset-bottom))}}.BottomNav-module__VCeYPq__item{min-width:64px;min-height:48px;color:var(--color-text-muted);-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:8px 20px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.BottomNav-module__VCeYPq__item:hover{color:var(--color-text-secondary);background:#64ffda0d}.BottomNav-module__VCeYPq__item:active{transform:scale(.95)}.BottomNav-module__VCeYPq__item.BottomNav-module__VCeYPq__active{color:var(--color-cyan)}.BottomNav-module__VCeYPq__icon{font-size:22px;line-height:1}.BottomNav-module__VCeYPq__label{letter-spacing:.5px;text-transform:uppercase;font-size:10px;font-weight:600}.BottomNav-module__VCeYPq__indicator{background:var(--color-cyan);width:16px;height:3px;box-shadow:0 0 8px var(--color-cyan-glow);border-radius:2px;position:absolute;bottom:2px}@media (max-width:380px){.BottomNav-module__VCeYPq__nav{gap:2px;padding:6px 10px}.BottomNav-module__VCeYPq__item{min-width:56px;padding:6px 16px}.BottomNav-module__VCeYPq__label{font-size:9px}}
.ProfileForm-module__UO7Oqq__vault{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#141423f2,#1e1e32e6);border:1px solid #785aff33;border-radius:20px;padding:24px}.ProfileForm-module__UO7Oqq__header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.ProfileForm-module__UO7Oqq__icon{background:#785aff26;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;display:flex}.ProfileForm-module__UO7Oqq__title{color:#fff;margin:0;font-size:18px;font-weight:700}.ProfileForm-module__UO7Oqq__subtitle{color:#ffffff73;margin:2px 0 0;font-size:12px}.ProfileForm-module__UO7Oqq__section{margin-bottom:20px}.ProfileForm-module__UO7Oqq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ProfileForm-module__UO7Oqq__sectionTitle{color:#fffc;margin:0;font-size:14px;font-weight:600}.ProfileForm-module__UO7Oqq__label{color:#ffffff80;text-transform:uppercase;letter-spacing:.8px;margin-top:14px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.ProfileForm-module__UO7Oqq__label:first-child{margin-top:0}.ProfileForm-module__UO7Oqq__input{color:#fff;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s}.ProfileForm-module__UO7Oqq__input:focus{background:#785aff14;border-color:#785aff99}.ProfileForm-module__UO7Oqq__input::placeholder{color:#ffffff40}.ProfileForm-module__UO7Oqq__addBtn{color:#a78bfa;cursor:pointer;background:#785aff33;border:1px solid #785aff4d;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.ProfileForm-module__UO7Oqq__addBtn:hover{background:#785aff4d}.ProfileForm-module__UO7Oqq__contactForm{background:#785aff0f;border:1px solid #785aff26;border-radius:14px;flex-direction:column;gap:10px;margin-bottom:16px;padding:16px;display:flex}.ProfileForm-module__UO7Oqq__saveBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#785aff,#6344e0);border:none;border-radius:10px;padding:10px;font-size:13px;font-weight:600;transition:transform .15s,opacity .2s}.ProfileForm-module__UO7Oqq__saveBtn:hover{transform:scale(1.02)}.ProfileForm-module__UO7Oqq__saveBtn:active{transform:scale(.98)}.ProfileForm-module__UO7Oqq__contactList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ProfileForm-module__UO7Oqq__contactCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;transition:background .2s;display:flex}.ProfileForm-module__UO7Oqq__contactCard:hover{background:#ffffff12}.ProfileForm-module__UO7Oqq__contactName{color:#fff;font-size:14px;font-weight:600;display:block}.ProfileForm-module__UO7Oqq__contactMeta{color:#fff6;margin-top:2px;font-size:12px;display:block}.ProfileForm-module__UO7Oqq__removeBtn{color:#ff5050;cursor:pointer;background:#ff505026;border:1px solid #ff505040;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.ProfileForm-module__UO7Oqq__removeBtn:hover{background:#ff50504d}.ProfileForm-module__UO7Oqq__emptyState{color:#ffffff4d;text-align:center;margin:0;padding:20px;font-size:13px}.ProfileForm-module__UO7Oqq__persistBadge{text-align:center;color:#64dc8cb3;margin:16px 0 0;font-size:11px}
.HelplineVault-module__s1bSyW__container{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px}.HelplineVault-module__s1bSyW__header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.HelplineVault-module__s1bSyW__headerIcon{font-size:28px}.HelplineVault-module__s1bSyW__title{margin:0;font-size:16px;font-weight:700}.HelplineVault-module__s1bSyW__subtitle{color:var(--color-text-muted);margin:0;font-size:11px}.HelplineVault-module__s1bSyW__section{margin-bottom:12px}.HelplineVault-module__s1bSyW__section:last-child{margin-bottom:0}.HelplineVault-module__s1bSyW__sectionLabel{letter-spacing:1.5px;color:var(--color-text-muted);margin:0 0 8px;font-size:9px;font-weight:700}.HelplineVault-module__s1bSyW__list{flex-direction:column;gap:6px;display:flex}.HelplineVault-module__s1bSyW__entry{border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text-primary);text-align:left;background:#ffffff08;align-items:center;gap:12px;width:100%;padding:10px 12px;font-family:inherit;transition:all .2s;display:flex}.HelplineVault-module__s1bSyW__entry:hover{background:#64ffda0d;border-color:#64ffda26}.HelplineVault-module__s1bSyW__entry:active{transform:scale(.98)}.HelplineVault-module__s1bSyW__entryIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.HelplineVault-module__s1bSyW__entryInfo{flex-direction:column;flex:1;gap:1px;display:flex}.HelplineVault-module__s1bSyW__entryLabel{font-size:13px;font-weight:600}.HelplineVault-module__s1bSyW__entryNumber{font-family:monospace;font-size:12px;font-weight:700}.HelplineVault-module__s1bSyW__callIcon{opacity:.4;font-size:16px}
.SettingsPanel-module__E-Uuzq__container{flex-direction:column;gap:16px;display:flex}.SettingsPanel-module__E-Uuzq__header{align-items:center;gap:10px;display:flex}.SettingsPanel-module__E-Uuzq__headerIcon{font-size:20px}.SettingsPanel-module__E-Uuzq__title{color:var(--color-text-primary);font-size:16px;font-weight:700}.SettingsPanel-module__E-Uuzq__settingsList{flex-direction:column;gap:2px;display:flex}.SettingsPanel-module__E-Uuzq__settingItem{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.SettingsPanel-module__E-Uuzq__settingItem:last-child{border-bottom:none}.SettingsPanel-module__E-Uuzq__settingInfo{flex-direction:column;flex:1;gap:3px;display:flex}.SettingsPanel-module__E-Uuzq__settingLabel{color:var(--color-text-primary);font-size:14px;font-weight:600}.SettingsPanel-module__E-Uuzq__settingDesc{color:var(--color-text-secondary);font-size:11px;line-height:1.4}.SettingsPanel-module__E-Uuzq__toggle{cursor:pointer;background:#ffffff1a;border:none;border-radius:14px;flex-shrink:0;width:48px;height:28px;padding:0;transition:background .3s;position:relative}.SettingsPanel-module__E-Uuzq__toggleOn{background:var(--color-cyan)}.SettingsPanel-module__E-Uuzq__toggleThumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.SettingsPanel-module__E-Uuzq__toggleOn .SettingsPanel-module__E-Uuzq__toggleThumb{transform:translate(20px)}.SettingsPanel-module__E-Uuzq__note{color:var(--color-text-muted);text-align:center;padding-top:8px;font-size:11px}
.ConnectHub-module__AmfDHW__hub{flex-direction:column;gap:16px;display:flex}.ConnectHub-module__AmfDHW__header{align-items:center;gap:10px;display:flex}.ConnectHub-module__AmfDHW__headerIcon{font-size:24px}.ConnectHub-module__AmfDHW__title{color:var(--color-text-primary);letter-spacing:.5px;font-size:16px;font-weight:800}.ConnectHub-module__AmfDHW__subtitle{color:var(--color-text-secondary);font-size:11px}.ConnectHub-module__AmfDHW__roleRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ConnectHub-module__AmfDHW__roleLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.ConnectHub-module__AmfDHW__roleChips{flex-wrap:wrap;gap:6px;display:flex}.ConnectHub-module__AmfDHW__roleChip{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:4px 10px;font-size:10px;font-weight:700;transition:all .2s}.ConnectHub-module__AmfDHW__roleChip:hover{background:#ffffff14}.ConnectHub-module__AmfDHW__roleChipActive{color:#64ffda;background:#64ffda1a;border-color:#64ffda4d}.ConnectHub-module__AmfDHW__grid{flex-direction:column;gap:10px;display:flex}.ConnectHub-module__AmfDHW__card{background:#1d2d5080;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.ConnectHub-module__AmfDHW__card:hover{border-color:#64ffda1a}.ConnectHub-module__AmfDHW__cardJoined{background:#1d2d50b3;border-color:#64ffda26}.ConnectHub-module__AmfDHW__cardTop{align-items:center;gap:12px;display:flex}.ConnectHub-module__AmfDHW__logo{background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;display:flex}.ConnectHub-module__AmfDHW__cardInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ConnectHub-module__AmfDHW__collegeName{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.ConnectHub-module__AmfDHW__memberCount{color:var(--color-text-secondary);font-size:11px}.ConnectHub-module__AmfDHW__cardActions{gap:8px;display:flex}.ConnectHub-module__AmfDHW__joinBtn{color:#0a192f;background:var(--color-cyan);cursor:pointer;border:none;border-radius:10px;flex:1;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s}.ConnectHub-module__AmfDHW__joinBtn:hover{transform:translateY(-1px);box-shadow:0 2px 12px #64ffda4d}.ConnectHub-module__AmfDHW__openBtn{color:#64ffda;cursor:pointer;background:#64ffda1a;border:1px solid #64ffda40;border-radius:10px;flex:1;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s}.ConnectHub-module__AmfDHW__openBtn:hover{background:#64ffda26}.ConnectHub-module__AmfDHW__leaveBtn{color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:8px 12px;font-size:11px;font-weight:600;transition:all .2s}.ConnectHub-module__AmfDHW__leaveBtn:hover{color:#ef5350;background:#ef535014;border-color:#ef535033}
.IncidentCard-module__ZEt1EW__card{background:linear-gradient(145deg,#1d2d50b3,#0f1932cc);border:1px solid #64ffda0f;border-radius:16px;flex-direction:column;gap:10px;padding:16px 18px;transition:border-color .2s;display:flex}.IncidentCard-module__ZEt1EW__card:hover{border-color:#64ffda1f}.IncidentCard-module__ZEt1EW__cardHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.IncidentCard-module__ZEt1EW__authorRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.IncidentCard-module__ZEt1EW__authorName{color:var(--color-text-primary);font-size:14px;font-weight:700}.IncidentCard-module__ZEt1EW__roleBadge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border:1px solid;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.IncidentCard-module__ZEt1EW__timestamp{color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;font-size:11px}.IncidentCard-module__ZEt1EW__description{color:#ffffffbf;word-break:break-word;font-size:13px;line-height:1.6}.IncidentCard-module__ZEt1EW__mediaPreview{border:1px solid #ffffff0f;border-radius:12px;max-height:200px;overflow:hidden}.IncidentCard-module__ZEt1EW__mediaImage{object-fit:cover;width:100%;height:auto;max-height:200px;display:block}.IncidentCard-module__ZEt1EW__cardFooter{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:8px;padding-top:6px;display:flex}.IncidentCard-module__ZEt1EW__evidenceBadge{color:#64b5f6;background:#64b5f61a;border:1px solid #64b5f626;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:600}.IncidentCard-module__ZEt1EW__statusPill{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700}.IncidentCard-module__ZEt1EW__statusPending{color:#ffb74d;background:#ffb74d1f;border:1px solid #ffb74d40}.IncidentCard-module__ZEt1EW__statusAddressed{color:#66bb6a;background:#66bb6a1f;border:1px solid #66bb6a40}
.ReportComposer-module__IglrXa__composer{background:linear-gradient(#0f2240f2,#0a192ffa);border-top:1px solid #64ffda14;flex-direction:column;gap:12px;padding:16px;display:flex}.ReportComposer-module__IglrXa__modeRow{align-items:center;gap:10px;display:flex}.ReportComposer-module__IglrXa__modeToggle{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.ReportComposer-module__IglrXa__modeToggle:hover{color:#fffc;background:#ffffff1a}.ReportComposer-module__IglrXa__modeActive{color:#64ffda;background:#64ffda1a;border-color:#64ffda40}.ReportComposer-module__IglrXa__modeIcon{font-size:14px}.ReportComposer-module__IglrXa__modeHint{color:var(--color-text-muted);font-size:11px}.ReportComposer-module__IglrXa__formalFields{flex-direction:column;gap:10px;display:flex}.ReportComposer-module__IglrXa__field{flex-direction:column;gap:4px;display:flex}.ReportComposer-module__IglrXa__label{color:var(--color-cyan);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.ReportComposer-module__IglrXa__input{width:100%;color:var(--color-text-primary);resize:vertical;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .2s}.ReportComposer-module__IglrXa__input:focus{border-color:#64ffda4d;outline:none}.ReportComposer-module__IglrXa__input::placeholder{color:var(--color-text-muted)}.ReportComposer-module__IglrXa__inputSingle{resize:none;}.ReportComposer-module__IglrXa__attachRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ReportComposer-module__IglrXa__fileInput{display:none}.ReportComposer-module__IglrXa__attachBtn{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .2s}.ReportComposer-module__IglrXa__attachBtn:hover{color:#fffc;background:#ffffff1a}.ReportComposer-module__IglrXa__mediaBadge{background:#64b5f61a;border:1px solid #64b5f633;border-radius:8px;align-items:center;gap:6px;max-width:200px;padding:4px 10px;display:flex}.ReportComposer-module__IglrXa__mediaName{color:#64b5f6;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.ReportComposer-module__IglrXa__mediaRemove{color:#fff6;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:12px;line-height:1}.ReportComposer-module__IglrXa__mediaRemove:hover{color:#ff6b6b}.ReportComposer-module__IglrXa__mediaErrorText{color:#ef5350;font-size:11px;font-weight:600}.ReportComposer-module__IglrXa__postBtn{color:#fff;background:linear-gradient(135deg,var(--color-cyan),#4db6ac);cursor:pointer;letter-spacing:.5px;border:none;border-radius:12px;width:100%;padding:12px;font-size:14px;font-weight:700;transition:all .2s}.ReportComposer-module__IglrXa__postBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 20px #64ffda40}.ReportComposer-module__IglrXa__postBtn:disabled{opacity:.4;cursor:not-allowed}
.CommunityFeed-module__Cz8yLa__feedContainer{flex-direction:column;max-height:70vh;display:flex;overflow:hidden}.CommunityFeed-module__Cz8yLa__feedHeader{border-bottom:1px solid #64ffda14;flex-shrink:0;align-items:center;gap:12px;padding:12px 0;display:flex}.CommunityFeed-module__Cz8yLa__backBtn{color:var(--color-cyan);cursor:pointer;background:#64ffda0f;border:1px solid #64ffda26;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:700;transition:all .2s}.CommunityFeed-module__Cz8yLa__backBtn:hover{background:#64ffda1f}.CommunityFeed-module__Cz8yLa__headerInfo{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.CommunityFeed-module__Cz8yLa__communityEmoji{flex-shrink:0;font-size:24px}.CommunityFeed-module__Cz8yLa__communityName{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;line-height:1.2;overflow:hidden}.CommunityFeed-module__Cz8yLa__memberTag{color:var(--color-cyan);opacity:.7;font-size:10px;font-weight:600}.CommunityFeed-module__Cz8yLa__feed{overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:150px;max-height:40vh;padding:12px 0;display:flex;overflow-y:auto}.CommunityFeed-module__Cz8yLa__feed::-webkit-scrollbar{width:4px}.CommunityFeed-module__Cz8yLa__feed::-webkit-scrollbar-track{background:0 0}.CommunityFeed-module__Cz8yLa__feed::-webkit-scrollbar-thumb{background:#64ffda26;border-radius:2px}.CommunityFeed-module__Cz8yLa__emptyState{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 20px;display:flex}.CommunityFeed-module__Cz8yLa__emptyIcon{opacity:.5;font-size:36px}.CommunityFeed-module__Cz8yLa__emptyText{color:var(--color-text-muted);text-align:center;font-size:13px}
.Sidebar-module__5-k5AW__backdrop{z-index:900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;position:fixed;inset:0}.Sidebar-module__5-k5AW__drawer{z-index:950;overscroll-behavior:contain;background:linear-gradient(#0f2240 0%,#0a192f 100%);border-right:1px solid #64ffda14;flex-direction:column;width:300px;max-width:85vw;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:10px 0 40px #0000004d}.Sidebar-module__5-k5AW__drawerHeader{border-bottom:1px solid #64ffda14;justify-content:space-between;align-items:center;padding:24px 20px 20px;display:flex}.Sidebar-module__5-k5AW__brandRow{align-items:center;gap:12px;display:flex}.Sidebar-module__5-k5AW__brandIcon{font-size:28px}.Sidebar-module__5-k5AW__brandName{color:var(--color-text-primary);letter-spacing:4px;font-size:20px;font-weight:900;line-height:1}.Sidebar-module__5-k5AW__brandTag{text-transform:uppercase;letter-spacing:1.5px;color:var(--color-cyan);opacity:.7;margin-top:2px;font-size:9px}.Sidebar-module__5-k5AW__closeBtn{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.Sidebar-module__5-k5AW__closeBtn:hover{color:#fff;background:#ffffff1a}.Sidebar-module__5-k5AW__menuList{flex:1;padding:12px 0}.Sidebar-module__5-k5AW__menuItem{width:100%;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:14px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__5-k5AW__menuItem:hover{background:#64ffda0d}.Sidebar-module__5-k5AW__menuItemActive{border-left:3px solid var(--color-cyan);background:#64ffda14}.Sidebar-module__5-k5AW__menuIcon{text-align:center;flex-shrink:0;width:28px;font-size:20px}.Sidebar-module__5-k5AW__menuLabel{text-align:left;flex:1}.Sidebar-module__5-k5AW__menuChevron{color:var(--color-text-muted);font-size:20px;display:inline-block}.Sidebar-module__5-k5AW__menuArrow{color:var(--color-text-muted);font-size:14px}.Sidebar-module__5-k5AW__sectionContent{overflow:hidden}.Sidebar-module__5-k5AW__sectionInner{background:#00000026;border-top:1px solid #ffffff0a;padding:16px 20px}.Sidebar-module__5-k5AW__drawerFooter{border-top:1px solid #64ffda0f;padding:16px 20px}.Sidebar-module__5-k5AW__versionText{color:var(--color-text-muted);text-align:center;letter-spacing:.5px;font-size:10px}
.SplashScreen-module__EV1mtW__splash{z-index:99999;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:radial-gradient(#0f2847 0%,#0a192f 60%,#050d1a 100%);flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:fixed;inset:0;overflow:hidden}.SplashScreen-module__EV1mtW__pulseRing,.SplashScreen-module__EV1mtW__pulseRing2{border:1px solid #64ffda0f;border-radius:50%;width:320px;height:320px;animation:3s ease-in-out infinite SplashScreen-module__EV1mtW__splashPulse;position:absolute}.SplashScreen-module__EV1mtW__pulseRing2{border-color:#64ffda08;width:450px;height:450px;animation-delay:1s}@keyframes SplashScreen-module__EV1mtW__splashPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.08)}}.SplashScreen-module__EV1mtW__logoContainer{cursor:pointer;z-index:2;width:160px;height:160px;position:relative}.SplashScreen-module__EV1mtW__logo{object-fit:contain;filter:drop-shadow(0 0 40px #64ffda4d);border-radius:32px;width:100%;height:100%;transition:filter .3s}.SplashScreen-module__EV1mtW__logoContainer:hover .SplashScreen-module__EV1mtW__logo{filter:drop-shadow(0 0 60px #64ffda80)}.SplashScreen-module__EV1mtW__glowRing{border:2px solid #64ffda26;border-radius:40px;animation:2s ease-in-out infinite SplashScreen-module__EV1mtW__glowPulse;position:absolute;inset:-12px}@keyframes SplashScreen-module__EV1mtW__glowPulse{0%,to{border-color:#64ffda26;box-shadow:0 0 20px #64ffda0d}50%{border-color:#64ffda4d;box-shadow:0 0 40px #64ffda1f}}.SplashScreen-module__EV1mtW__brandText{text-align:center;z-index:2}.SplashScreen-module__EV1mtW__appName{letter-spacing:10px;color:var(--color-text-primary);font-size:36px;font-weight:900;line-height:1}.SplashScreen-module__EV1mtW__tagline{letter-spacing:3px;text-transform:uppercase;color:var(--color-cyan);opacity:.7;margin-top:6px;font-size:11px}.SplashScreen-module__EV1mtW__tapHint{color:#ffffff4d;letter-spacing:1px;z-index:2;font-size:13px;font-weight:500;animation:2.5s ease-in-out infinite SplashScreen-module__EV1mtW__hintBlink;position:absolute;bottom:80px}@keyframes SplashScreen-module__EV1mtW__hintBlink{0%,to{opacity:.3}50%{opacity:.7}}.SplashScreen-module__EV1mtW__logoError{opacity:.4;cursor:not-allowed;filter:grayscale(.6)}.SplashScreen-module__EV1mtW__errorPanel{z-index:2;text-align:center;background:#ef535014;border:1px solid #ef535033;border-radius:16px;width:90%;max-width:360px;padding:20px 24px}.SplashScreen-module__EV1mtW__errorIcon{font-size:28px}.SplashScreen-module__EV1mtW__errorTitle{color:#ef5350;letter-spacing:.5px;margin-top:8px;font-size:16px;font-weight:800}.SplashScreen-module__EV1mtW__errorList{flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}.SplashScreen-module__EV1mtW__errorItem{color:#fff9;text-align:left;background:#ef53500f;border-left:3px solid #ef535066;border-radius:8px;padding:6px 10px;font-size:12px;line-height:1.4}.SplashScreen-module__EV1mtW__errorHelp{color:#fff6;margin-top:12px;font-size:11px}.SplashScreen-module__EV1mtW__errorHelp code{color:var(--color-cyan);font-size:11px;font-weight:600}.SplashScreen-module__EV1mtW__warnPanel{z-index:2;background:#ffa72614;border:1px solid #ffa72633;border-radius:12px;align-items:center;gap:10px;width:90%;max-width:360px;padding:12px 18px;display:flex}.SplashScreen-module__EV1mtW__warnIcon{flex-shrink:0;font-size:20px}.SplashScreen-module__EV1mtW__warnText{color:#ffa726;font-size:12px;line-height:1.4}.SplashScreen-module__EV1mtW__statusRow{z-index:2;align-items:center;gap:8px;display:flex}.SplashScreen-module__EV1mtW__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.SplashScreen-module__EV1mtW__statusOk{background:#66bb6a;box-shadow:0 0 8px #66bb6a66}.SplashScreen-module__EV1mtW__statusFail{background:#ef5350;box-shadow:0 0 8px #ef535066}.SplashScreen-module__EV1mtW__statusLabel{color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-right:8px;font-size:10px;font-weight:600}@media (max-width:480px){.SplashScreen-module__EV1mtW__logoContainer{width:140px;height:140px}.SplashScreen-module__EV1mtW__appName{letter-spacing:8px;font-size:28px}.SplashScreen-module__EV1mtW__tapHint{font-size:12px;bottom:60px}.SplashScreen-module__EV1mtW__errorPanel{padding:16px 18px}.SplashScreen-module__EV1mtW__errorTitle{font-size:14px}}
