@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Russo+One&display=swap";@font-face{font-family:Gidole;src:url(/assets/Gidole-Regular-BHUs0MnE.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(0, 0, 0, .1);--form-bg: rgba(242, 242, 242, 1);--form-bg-hover: rgba(1, 1, 2, .98);--auth-bg-image: url(/assets/light_auth_bg-as1FU0SN.png)}@media(prefers-color-scheme:dark){:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #1a1d20;--bg-secondary: #2d3238;--text-primary: #ffffff;--text-secondary: #adb5bd;--border-color: #495057;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(255, 255, 255, .1);--form-bg: rgb(45, 50, 56);--form-bg-hover: rgba(26, 29, 32, .98);--auth-bg-image: url(/assets/dark_auth_bg-LNHqUky6.png)}}.container{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem}.container--auth{background-color:var(--bg-primary)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.form{background-color:var(--bg-primary);padding:2rem;border-radius:.5rem;box-shadow:none}@media(max-width:480px){.form{padding:1.5rem;margin:.5rem}}.field{margin-bottom:1rem;position:relative}.field__label{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);color:var(--text-secondary);font-size:1rem;line-height:1;pointer-events:none;transition:.1s ease;background-color:var(--bg-primary);padding:0 .25rem;z-index:1}.field__input{width:100%;padding:1rem .75rem .5rem;border:1px solid var(--border-color);border-radius:.375rem;background-color:var(--bg-primary);color:var(--text-primary);font-size:1rem;transition:border-color .1s ease-in-out,background-color .1s ease-in-out}.field__input:focus{outline:none;border-color:var(--border-focus);box-shadow:none}.field__input::placeholder{color:transparent}.field__input:invalid{border-color:var(--error-color)}.field__input[aria-invalid=true]{border-color:var(--error-color)}.field__input:focus+.field__label,.field__input:not(:placeholder-shown)+.field__label{top:.1rem;left:.5rem;font-size:.75rem;color:var(--border-focus);background:linear-gradient(to bottom,var(--form-bg, var(--bg-primary)) 0 45%,var(--bg-primary) 45% 100%)}.field__input.is-filled+.field__label{top:.1rem;left:.5rem;font-size:.75rem;color:var(--border-focus);background:linear-gradient(to bottom,var(--form-bg, var(--bg-primary)) 0 45%,var(--bg-primary) 45% 100%)}.field__input:-webkit-autofill+.field__label,.field__input:-moz-autofill+.field__label{top:.1rem;left:.5rem;font-size:.75rem;color:var(--border-focus);background:linear-gradient(to bottom,var(--form-bg, var(--bg-primary)) 0 45%,var(--bg-primary) 45% 100%)}.field__input[aria-invalid=true]+.field__label{color:var(--error-color)}.field__error{color:var(--error-color);font-size:.8125rem;margin-top:.25rem;line-height:1.2}.field__input:-webkit-autofill,.field__input:-webkit-autofill:hover,.field__input:-webkit-autofill:focus,.field__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px var(--bg-primary) inset!important;-webkit-text-fill-color:var(--text-primary)!important;caret-color:var(--text-primary)!important;transition:background-color 0s ease-in-out 9999s}.field__input:-webkit-autofill{animation-name:onAutoFillStart;animation-duration:.01s}@keyframes onAutoFillStart{}.button{width:100%;padding:.75rem;background-color:var(--button-bg);color:var(--button-text);border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.button:hover:not(:disabled){background-color:var(--button-bg-hover)}.button:disabled{opacity:.6;cursor:not-allowed}.button:focus{outline:none;box-shadow:0 0 0 .2rem #0d6efd40}.button--primary{background-color:var(--button-bg);color:var(--button-text)}.button--primary:hover:not(:disabled){background-color:var(--button-bg-hover)}.button--secondary{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.button--secondary:hover:not(:disabled){background-color:var(--border-color)}.button--full-width{width:100%}.button__spinner{display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}html,body{height:100%;margin:0;padding:0;overflow-x:hidden}#root{min-height:100dvh;display:flex;flex-direction:column}@media screen and (orientation:portrait){.container{padding:1rem}}@media screen and (orientation:portrait)and (max-width:768px){.container{padding:.5rem}}@media screen and (orientation:landscape){.container{padding:.5rem}}@media screen and (orientation:landscape)and (max-width:1024px){.container{padding:.25rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}}@media screen and (orientation:portrait){.pdfViewer .pdfContent{padding:1rem;gap:1rem}}@media screen and (orientation:landscape){.pdfViewer .pdfContent{padding:.5rem;gap:.5rem}.pdfViewer .mobileControls.topControls{padding:.5rem}.pdfViewer .mobileControls.topControls .mobileTitle{font-size:.9rem}.pdfViewer .mobileControls.bottomControls{padding:.5rem}}@media screen and (orientation:landscape){.mapContainer{height:calc(100dvh - 60px)}}@media screen and (orientation:landscape)and (max-width:1024px){.mapContainer{height:calc(100dvh - 40px)}}@media screen and (orientation:portrait){.mapContainer{height:calc(100dvh - 80px)}}@media screen and (orientation:portrait)and (max-width:768px){.mapContainer{height:calc(100dvh - 60px)}}@media screen and (orientation:landscape){.navigation{padding:.5rem}.navigation .navItem{padding:.5rem;font-size:.9rem}}@media screen and (orientation:landscape){.formContainer{max-width:100%}.formContainer .formRow{display:flex;gap:1rem}.formContainer .formRow .formField{flex:1}}@media screen and (orientation:landscape)and (max-height:500px){.container{padding:.25rem}.header{padding:.5rem;min-height:40px}.footer{padding:.25rem;min-height:30px}.button{padding:.5rem .75rem;font-size:.9rem}h1{font-size:1.25rem}h2{font-size:1.1rem}h3{font-size:1rem}}*{transition:padding .3s ease,margin .3s ease,font-size .3s ease}@media screen and (orientation:landscape){*{touch-action:manipulation}}:root{--app-height: 100dvh;--vvh: 100dvh;--vv-offset: 0px;--keyboard-inset: 0px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);font-family:var(--font-family-base);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;min-height:100dvh;width:100%;overflow:hidden;overscroll-behavior:none}html[data-keyboard-open],body[data-keyboard-open]{overflow:hidden;overscroll-behavior:none}body{margin:0;min-width:320px;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family-base)}#root,.app{height:var(--app-height);min-height:100%;background:#111a27;width:100%;overflow:hidden}.scrollArea{height:var(--app-height);min-height:100%;background:#111a27;overflow:hidden;overscroll-behavior:none}html:not([data-keyboard-open]) #root,html:not([data-keyboard-open]) .app,html:not([data-keyboard-open]) .scrollArea{height:max(var(--app-height),100dvh);min-height:100dvh}@supports (-webkit-touch-callout: none){html,body{background-color:#111a27}}html[data-keyboard-open] #root,html[data-keyboard-open] .app,html[data-keyboard-open] .scrollArea{overscroll-behavior:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-headings)}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}._page_y3acj_2{--messenger-vvh: var(--app-height, 100dvh);--messenger-vv-offset-top: var(--vv-top, 0px);--messenger-keyboard-inset: var(--keyboard-inset, 0px);--messenger-safe-top: env(safe-area-inset-top, 0px);--messenger-safe-bottom: env(safe-area-inset-bottom, 0px);--messenger-nav-height: 5.1rem;--messenger-nav-gap: .62rem;--messenger-nav-offset: calc( var(--messenger-nav-height) + var(--messenger-nav-gap) );position:relative;display:flex;width:100%;height:var(--messenger-vvh);min-height:0;overflow:hidden;padding-bottom:var(--messenger-nav-offset);color:var(--msg-text-primary);background:radial-gradient(50% 40% at 0% 0%,rgba(28,168,142,.03),transparent),var(--msg-bg-base)}._page_y3acj_2:before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--msg-noise-texture);background-size:160px 160px;opacity:.045;mix-blend-mode:soft-light;pointer-events:none}._page_y3acj_2>*{position:relative;z-index:1}._notificationPrompt_y3acj_41{position:absolute;top:.86rem;left:50%;transform:translate(-50%);z-index:25;width:min(560px,100% - 1.2rem);padding:.78rem .88rem;border-radius:var(--msg-radius-md);border:1px solid rgba(28,168,142,.28);background:var(--msg-glass-bg);box-shadow:var(--msg-shadow-soft),0 0 20px #1ca88e24,inset 0 1px #ffffff14;backdrop-filter:blur(13px) saturate(112%);-webkit-backdrop-filter:blur(13px) saturate(112%)}._notificationPromptTitle_y3acj_57{font-size:.88rem;font-weight:700;color:var(--msg-text-primary)}._notificationPromptText_y3acj_63{margin-top:.3rem;font-size:.76rem;line-height:1.4;color:var(--msg-text-secondary)}._notificationPromptActions_y3acj_70{margin-top:.58rem;display:flex;align-items:center;gap:.45rem}._notificationPromptPrimary_y3acj_77,._notificationPromptSecondary_y3acj_78{min-height:2.75rem;min-width:2.75rem;border-radius:999px;font-size:.74rem;font-weight:600;border:1px solid transparent;padding:.42rem .86rem;cursor:pointer;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}._notificationPromptPrimary_y3acj_77{border-color:#1ca88e61;background:#1ca88e2e;color:var(--msg-text-primary);box-shadow:0 4px 10px #0e6a5c24}._notificationPromptSecondary_y3acj_78{border-color:var(--msg-divider);background:#162235c2;color:var(--msg-text-secondary)}._sidebar_y3acj_103{position:relative;z-index:2;width:360px;max-width:420px;min-width:300px;flex-shrink:0;display:flex;flex-direction:column;border-right:none;background:var(--msg-glass-bg);backdrop-filter:blur(16px) saturate(110%);-webkit-backdrop-filter:blur(16px) saturate(110%);box-shadow:18px 0 28px #02081247,inset 0 1px #ffffff0a}._sidebarHidden_y3acj_119{display:flex}._sidebarHeader_y3acj_123{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:.56rem;min-height:4.5rem;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);background:#0b12208c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}._sidebarTitle_y3acj_138{flex:1;min-width:0;font-size:clamp(.96rem,1.28vw + .34rem,1.1rem);font-weight:700;color:var(--msg-text-primary);letter-spacing:.01em}._headerActionButton_y3acj_147,._iconButton_y3acj_148{min-height:2.75rem;min-width:2.75rem;border-radius:999px;border:1px solid var(--msg-divider);background:#162235e0;color:var(--msg-text-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transform-origin:center;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}._headerActionButton_y3acj_147{gap:.35rem;padding:.45rem .68rem;white-space:nowrap;flex-shrink:0}._iconButton_y3acj_148{width:2.75rem;height:2.75rem;padding:0;border-radius:50%;background:#162235d6}._headerActionPrimary_y3acj_178{border-color:#1ca88e57;color:var(--msg-text-primary);background:#1ca88e24;box-shadow:0 4px 10px #0e6a5c29}._headerActionLabel_y3acj_185{font-size:.75rem;font-weight:600}._searchBox_y3acj_190{position:sticky;top:0;z-index:4;padding:.74rem .88rem .62rem;background:transparent}._searchBoxRow_y3acj_198{display:flex;align-items:center;gap:.54rem}._searchBoxNewChatButton_y3acj_204{position:relative;display:inline-flex;flex-shrink:0;width:2.62rem;height:2.62rem;min-width:2.62rem;min-height:2.62rem;border-radius:50%;border:1px solid rgba(28,168,142,.34);background:#1ca88e24;color:var(--msg-accent);align-items:center;justify-content:center;cursor:pointer;transform-origin:center;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}@media(hover:hover)and (pointer:fine){._searchBoxNewChatButton_y3acj_204:hover{transform:scale(1.05);border-color:#1ca88e80;background:#1ca88e3d}}._searchBoxNewChatButton_y3acj_204:active{transform:scale(.97)}._searchBoxNewChatButton_y3acj_204:focus-visible{outline:none;box-shadow:var(--msg-focus-ring)}._searchBoxNewChatButton_y3acj_204 svg{display:none}._searchBoxNewChatButton_y3acj_204:before,._searchBoxNewChatButton_y3acj_204:after{content:"";position:absolute;display:block;left:50%;top:50%;border-radius:999px;background:var(--msg-accent);transform:translate(-50%,-50%)}._searchBoxNewChatButton_y3acj_204:before{width:1rem;height:2.4px}._searchBoxNewChatButton_y3acj_204:after{width:2.4px;height:1rem}._searchInput_y3acj_263{width:100%;min-height:2.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.07);background:#16223575;color:var(--msg-text-primary);font-size:.9rem;line-height:1.35;padding:.56rem .9rem;outline:none;transition:border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast)}._searchInput_y3acj_263::placeholder{color:var(--msg-text-muted)}._searchInput_y3acj_263:focus-visible{border-color:#1ca88e5c;box-shadow:0 0 0 2px #1ca88e1f}._conversationList_y3acj_284{flex:1;min-height:0;display:flex;flex-direction:column;gap:0;padding:.22rem 0 .78rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(94,114,136,.72) transparent}._sidebarFooter_y3acj_297,._sidebarNavDesktop_y3acj_298{display:none}._mobileNavOnly_y3acj_302,._hideNavMobile_y3acj_306{display:block}._conversationItem_y3acj_310{position:relative;width:100%;min-height:4.15rem;border:1px solid transparent;border-radius:.9rem;background:transparent;color:var(--msg-text-primary);display:flex;align-items:center;gap:.58rem;text-align:left;padding:.42rem .68rem;cursor:pointer;transform-origin:left center;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),color var(--msg-motion-fast)}._conversationItemActive_y3acj_328{border-color:#8abcf485;background:linear-gradient(158deg,#345377c2,#213650e6);box-shadow:0 10px 24px #050d1847,inset 0 1px #ffffff2e}._conversationItemUnread_y3acj_334 ._convTitle_y3acj_334{color:#fff}._conversationItemUnread_y3acj_334 ._convPreviewText_y3acj_337{color:#fffffffa}._conversationAvatar_y3acj_341{width:2.54rem;height:2.54rem;min-width:2.54rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(178,210,255,.28);background:radial-gradient(140% 100% at 20% 18%,#8cbdff5c,#8cbdff00 58%),linear-gradient(160deg,#4679bae6,#28476eeb);color:#f4f7fd;font-size:.9rem;font-weight:700;text-transform:uppercase;box-shadow:inset 0 1px #ffffff29}._avatar_y3acj_358{width:2.62rem;height:2.62rem;min-width:2.62rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(28,168,142,.22);background:linear-gradient(145deg,#1ca88e7a,#0e6a5c94);color:#e6edf6;font-size:.9rem;font-weight:700;text-transform:uppercase}._convInfo_y3acj_374{flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem}._convTop_y3acj_382{display:flex;align-items:center;gap:.34rem;min-width:0}._convGroupIcon_y3acj_389{width:.9rem;height:.9rem;min-width:.9rem;color:#e8f2ffdb;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._convGroupIcon_y3acj_389 svg{width:100%;height:100%;display:block}._convTitle_y3acj_334{flex:1;min-width:0;font-size:.96rem;font-weight:650;color:#f8fbff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._unreadDot_y3acj_417{display:none}._convTime_y3acj_421{margin-left:auto;font-size:.71rem;font-weight:500;color:#bdcde0db;letter-spacing:.01em;white-space:nowrap;text-transform:none}._convBottom_y3acj_431{display:flex;align-items:flex-end;gap:.36rem}._convPreview_y3acj_337{flex:1;min-width:0;display:flex;align-items:baseline;gap:.18rem;font-size:.82rem;white-space:nowrap;line-height:1.22}._convPreviewAuthor_y3acj_448{color:#fffffff0;font-weight:500;flex-shrink:0}._convPreviewText_y3acj_337{min-width:0;color:#fffffff2;overflow:hidden;text-overflow:ellipsis}._unreadBadge_y3acj_461{min-width:1.44rem;height:1.44rem;border-radius:999px;padding:0 .34rem;border:1px solid rgba(184,209,236,.32);background:linear-gradient(180deg,#6083acf5,#415e81fa);color:#fff;font-size:.76rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 1px #fff3}._chatPanel_y3acj_478{position:relative;z-index:3;flex:1;min-width:0;min-height:0;--chat-footer-height: 72px;display:flex;flex-direction:column;overflow:hidden;border:none;background:radial-gradient(140% 88% at 50% -16%,#2ed3b714,#2ed3b700 58%),linear-gradient(180deg,#15243ae0,#0f1c31f5 56%,#0c1729),var(--msg-chat-bg)}._chatEmpty_y3acj_492{align-items:center;justify-content:center;color:var(--msg-text-secondary);font-size:1rem;text-align:center;padding:2rem}._chatHeader_y3acj_501{position:sticky;top:0;z-index:6;min-height:4.5rem;padding:.82rem 1.02rem;display:flex;align-items:center;gap:.72rem;background:transparent}._chatBackButton_y3acj_513{display:none;font-size:1.36rem;line-height:1}._chatHeaderAvatar_y3acj_519{width:2.62rem;height:2.62rem;border-radius:50%;border:1px solid rgba(28,168,142,.2);background:linear-gradient(145deg,#1ca88e7a,#0e6a5c94);color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._chatHeaderInfo_y3acj_535{min-width:0;flex:1}._chatTitle_y3acj_540{margin:0;font-size:clamp(.92rem,1.1vw + .36rem,1.08rem);font-weight:700;color:var(--msg-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chatTitleButton_y3acj_550{display:block;width:100%;margin:0;padding:0;border:none;border-radius:.42rem;background:transparent;color:inherit;text-align:left;cursor:pointer}._chatTitleButton_y3acj_550:focus-visible{outline:none;box-shadow:var(--msg-focus-ring)}._chatSubtitle_y3acj_567{margin:.16rem 0 0;font-size:.76rem;color:var(--msg-text-secondary)}._chatHeaderActions_y3acj_573{display:flex;align-items:center;gap:.42rem}._chatSelectionActions_y3acj_579{min-width:0;flex:1;display:flex;align-items:center;gap:.42rem}._chatSelectionCounter_y3acj_587{min-width:0;font-size:.74rem;font-weight:620;color:var(--msg-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chatHeaderInviteButton_y3acj_597{min-height:2.75rem;min-width:2.75rem;border:1px solid rgba(28,168,142,.3);border-radius:999px;background:#1ca88e1a;color:var(--msg-text-primary);padding:.42rem .8rem;font-size:.74rem;font-weight:650;white-space:nowrap;cursor:pointer;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast)}._messages_y3acj_612{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;overflow-anchor:none;display:flex;flex-direction:column;gap:.4rem;padding:.95rem 1.04rem 1rem;background:transparent;scrollbar-width:thin;scrollbar-color:rgba(94,114,136,.72) transparent;mask-image:linear-gradient(to bottom,black 0%,black calc(100% - 52px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black calc(100% - 52px),transparent 100%)}._messageDayDivider_y3acj_630{display:flex;justify-content:center;margin:.5rem 0}._messageDayDivider_y3acj_630 span{font-size:.72rem;color:var(--msg-text-secondary);padding:.23rem .76rem;border-radius:999px;border:1px solid var(--msg-divider);background:#0f1a2bb8;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}._newMessagesDivider_y3acj_646{display:flex;align-items:center;gap:.56rem;margin:.55rem 0 .38rem;color:var(--msg-accent);font-size:.74rem;font-weight:650}._newMessagesDivider_y3acj_646:before,._newMessagesDivider_y3acj_646:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,#1ca88e00,#1ca88e73,#1ca88e00)}._messageRow_y3acj_662{display:flex;max-width:76%}._messageSelectRow_y3acj_667{width:100%;display:flex;align-items:flex-end;gap:.5rem}._messageSelectRowOwn_y3acj_674 ._messageRow_y3acj_662{margin-left:auto}._messageSelectRowOther_y3acj_678 ._messageRow_y3acj_662{margin-right:auto}._messageSelectToggle_y3acj_682{width:2.06rem;height:2.06rem;min-width:2.06rem;border-radius:50%;border:none;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}._messageSelectCheckmark_y3acj_697{width:1.68rem;height:1.68rem;border-radius:50%;border:1px solid rgba(100,130,165,.22);background:radial-gradient(circle at 34% 30%,#1c2f45f5,#0a1828f5);box-shadow:inset 0 0 0 1px #ffffff08,0 0 0 1px #050e1a7a;color:transparent;font-size:1.04rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:background-color var(--msg-motion-fast),border-color var(--msg-motion-fast),color var(--msg-motion-fast),box-shadow var(--msg-motion-fast)}._messageSelectCheckmarkActive_y3acj_713{border-color:#78b2ffcc;background:linear-gradient(165deg,#64b4ff,#3d87eb);box-shadow:0 0 0 1px #64a8ff73,0 8px 14px #113f8561;color:#f9fcff}._messageRowOwn_y3acj_720{align-self:flex-end}._messageRowOther_y3acj_724{align-self:flex-start}._messageRowHighlighted_y3acj_728 ._messageBubble_y3acj_728{animation:_messageRowHighlightPulse_y3acj_1 1.1s ease-out;box-shadow:0 0 0 1px #7cccffeb,0 0 0 6px #7cccff33,0 12px 20px #0812234d}@keyframes _messageRowHighlightPulse_y3acj_1{0%{box-shadow:0 0 0 1px #7cccffeb,0 0 0 10px #7cccff4d,0 12px 20px #0812234d}to{box-shadow:0 0 0 1px #7cccffb8,0 0 0 4px #7cccff26,0 12px 20px #0812234d}}._messageBubble_y3acj_728{position:relative;border-radius:1.22rem;padding:.58rem .8rem .42rem;line-height:1.4;box-shadow:0 10px 18px #02070e42;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),background var(--msg-motion-fast)}._messageSwipeReplyIcon_y3acj_750{position:absolute;top:50%;transform:translateY(-50%) scale(.4);opacity:0;pointer-events:none;width:34px;height:34px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;color:#ffffffe6;will-change:opacity,transform}._messageSwipeReplyIconOwn_y3acj_767{right:calc(100% + 8px)}._messageSwipeReplyIconOther_y3acj_771{left:calc(100% + 8px)}._messageBubbleMenuOpen_y3acj_775{z-index:28;isolation:isolate}._messageBubbleEditing_y3acj_780{box-shadow:0 0 0 1px #1ca88e70,0 12px 20px #0812234d}._messageBubbleSelected_y3acj_784{box-shadow:0 0 0 1px #7aace26b,0 12px 20px #0812234d}._messageBubbleOwn_y3acj_788{border-bottom-right-radius:.42rem;background:linear-gradient(160deg,#163b34,#0f2820);border:1px solid rgba(28,168,142,.16);color:#e6edf6}._messageBubbleOther_y3acj_795{border-bottom-left-radius:.42rem;background:#162235;border:1px solid rgba(255,255,255,.04);color:var(--msg-text-primary)}._messageSender_y3acj_802{margin-bottom:.18rem;font-size:.72rem;color:var(--msg-accent);font-weight:600}._messageBody_y3acj_809{margin:0;white-space:pre-wrap;word-break:break-word}._replyToBubble_y3acj_815{border-left:2.5px solid rgba(255,110,132,.85);padding:.22rem 0 .2rem .54rem;margin-bottom:.3rem;border-radius:0 .42rem .42rem 0;background:#ff6e8414}._replyToSender_y3acj_823{font-size:.7rem;font-weight:700;color:#ff89a0;margin-bottom:.1rem}._replyToBody_y3acj_830{margin:0;font-size:.78rem;color:var(--msg-text-secondary);white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._forwardedFromBubble_y3acj_843{border-left:2.5px solid rgba(28,168,142,.65);padding:.2rem 0 .2rem .52rem;margin-bottom:.3rem;border-radius:0 .42rem .42rem 0;background:#1ca88e12}._forwardedFromSender_y3acj_851{font-size:.7rem;font-weight:700;color:var(--msg-accent);margin-bottom:.1rem}._forwardedFromBody_y3acj_858{margin:0;font-size:.78rem;color:var(--msg-text-secondary);white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._messageReferenceBubble_y3acj_871{border-left:2.5px solid transparent;padding:.22rem 0 .2rem .54rem;margin-bottom:.3rem;border-radius:0 .42rem .42rem 0}._messageReferenceReply_y3acj_878{border-left-color:#ff6e84d9;background:#ff6e8414}._messageReferenceForward_y3acj_883{border-left-color:#1ca88ea6;background:#1ca88e12}._messageReferenceLabel_y3acj_888{font-size:.7rem;font-weight:700;margin-bottom:.1rem}._messageReferenceReply_y3acj_878 ._messageReferenceLabel_y3acj_888{color:#ff89a0}._messageReferenceForward_y3acj_883 ._messageReferenceLabel_y3acj_888{color:var(--msg-accent)}._messageReferenceText_y3acj_902{margin:0;font-size:.78rem;color:var(--msg-text-secondary);white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._messageReferenceBubbleClickable_y3acj_915{cursor:pointer;transition:filter var(--msg-motion-fast),box-shadow var(--msg-motion-fast)}@media(hover:hover)and (pointer:fine){._messageReferenceBubbleClickable_y3acj_915:hover{filter:brightness(1.06)}}._messageReferenceBubbleClickable_y3acj_915:focus-visible{outline:none;box-shadow:var(--msg-focus-ring)}._messageActionMenu_y3acj_929{--message-action-menu-offset-x: -.4rem;position:absolute;z-index:32;width:min(208px,72vw);border-radius:.86rem;border:1px solid rgba(255,255,255,.11);background:#0a1220f5;box-shadow:0 16px 30px #0208106b,inset 0 1px #ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.38rem}._messageActionMenuOwn_y3acj_943{--message-action-menu-offset-x: calc(-100% + .4rem) }._messageActionMenuOther_y3acj_947{--message-action-menu-offset-x: .4rem}._messageActionMenuAbove_y3acj_951{transform:translate(calc(var(--message-action-menu-offset-x) + var(--menu-correction-x, 0px)),calc(-100% + var(--menu-correction-y, 0px)))}._messageActionMenuBelow_y3acj_955{transform:translate(calc(var(--message-action-menu-offset-x) + var(--menu-correction-x, 0px)),calc(.42rem + var(--menu-correction-y, 0px)))}._messageActionMenuItem_y3acj_959{width:100%;min-height:2.24rem;border:1px solid transparent;border-radius:.66rem;background:#162235a8;color:#ecf3ff;font-size:.8rem;font-weight:620;text-align:left;padding:.42rem .6rem;cursor:pointer;transition:border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast),opacity var(--msg-motion-fast)}._messageActionMenuItem_y3acj_959:disabled{cursor:not-allowed;opacity:.64}._messageActionMenuItemDanger_y3acj_978{color:#ffc3cd}._messageActionMenuItemDanger_y3acj_978:disabled{color:#ffc3cda8}._messageActionMenuHint_y3acj_985{margin:.38rem .14rem .1rem;font-size:.69rem;line-height:1.3;color:#c9d6e8e0}._mediaAttachmentsGrid_y3acj_992{margin-top:.46rem;display:flex;flex-direction:column;gap:.5rem}._mediaAttachmentItem_y3acj_999{width:min(332px,70vw);max-width:100%;display:flex;flex-direction:column;gap:.34rem}._mediaPreviewFrame_y3acj_1007{width:100%;min-height:116px;border-radius:1rem;border:1px solid var(--msg-divider);background:#0b1220b8;overflow:hidden}._mediaOpenButton_y3acj_1016{width:100%;height:100%;min-height:116px;border:none;padding:0;background:transparent;color:inherit;cursor:zoom-in;display:block;transition:transform var(--msg-motion-fast),opacity var(--msg-motion-fast)}._mediaImage_y3acj_1029,._mediaVideo_y3acj_1030{width:100%;max-height:min(380px,58vh);display:block;object-fit:cover;background:#0b1220d6}._mediaPreviewButton_y3acj_1038,._mediaDownloadButton_y3acj_1039,._attachmentItem_y3acj_1040,._composeFileRemove_y3acj_1041,._loadMoreButton_y3acj_1042,._userResult_y3acj_1043,._participantRemoveButton_y3acj_1044{transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}._mediaPreviewButton_y3acj_1038{width:100%;min-height:116px;border:none;background:#162235d6;color:var(--msg-text-secondary);font-size:.78rem;font-weight:600;cursor:pointer}._mediaPreviewButton_y3acj_1038:disabled{opacity:.7;cursor:progress}._mediaFooter_y3acj_1063{display:flex;align-items:center;gap:.45rem}._mediaName_y3acj_1069{min-width:0;flex:1;font-size:.74rem;color:var(--msg-text-secondary);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mediaDownloadButton_y3acj_1039{min-height:2.75rem;min-width:2.75rem;border:1px solid var(--msg-divider);border-radius:999px;background:#162235c7;color:var(--msg-text-primary);font-size:.7rem;font-weight:650;padding:.36rem .7rem;cursor:pointer}._attachmentsList_y3acj_1093{margin-top:.45rem;display:flex;flex-direction:column;gap:.42rem}._attachmentItemWrap_y3acj_1100{display:flex;flex-direction:column;gap:.24rem}._attachmentItem_y3acj_1040{width:100%;min-height:2.75rem;border:1px solid var(--msg-divider);border-radius:.9rem;background:#1622359e;color:inherit;display:flex;align-items:center;gap:.5rem;text-align:left;padding:.44rem .54rem;cursor:pointer}._attachmentKindBadge_y3acj_1121{min-width:2.08rem;height:1.4rem;border-radius:999px;border:1px solid var(--msg-divider);background:#0f1a2be0;color:var(--msg-text-primary);font-size:.62rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._attachmentKind_image_y3acj_1136{border-color:#1ca88e75;background:#1fbfa32e}._attachmentKind_pdf_y3acj_1141{border-color:#ff95aa85;background:#ab39503d}._attachmentKind_doc_y3acj_1146{border-color:#5fb1ff85;background:#3073b13d}._attachmentKind_archive_y3acj_1151{border-color:#ffc97b8c;background:#9b6c244d}._attachmentKind_audio_y3acj_1156{border-color:#b8a1ff94;background:#634ea047}._attachmentKind_video_y3acj_1161{border-color:#ff9fd994;background:#a73b8047}._attachmentKind_other_y3acj_1166{border-color:var(--msg-divider);background:#0f1a2bc7}._attachmentMeta_y3acj_1171{min-width:0;flex:1;display:flex;flex-direction:column;gap:.12rem}._attachmentName_y3acj_1179{min-width:0;font-size:.81rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._attachmentSize_y3acj_1188{font-size:.69rem;color:var(--msg-text-muted)}._attachmentAction_y3acj_1193{font-size:.7rem;font-weight:600;color:var(--msg-text-secondary)}._attachmentError_y3acj_1199{margin:0;font-size:.72rem;color:#ffb3c2}._messageTime_y3acj_1205{margin-top:.26rem;font-size:.68rem;color:var(--msg-text-muted);text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:.18rem}._messageTicks_y3acj_1216{font-size:.72rem;color:var(--msg-text-muted);-webkit-user-select:none;user-select:none;flex-shrink:0;display:inline-flex;align-items:center;line-height:1}._messageTicksIcon_y3acj_1226{display:block}._messageTickPath_y3acj_1230{fill:none;stroke:currentColor;stroke-width:1.95;stroke-linecap:round;stroke-linejoin:round}._messageTicksRead_y3acj_1238{color:#4fc3f7}._messageReplyDraftBanner_y3acj_1242{margin:0 .96rem .46rem;border:1px solid rgba(255,110,132,.44);border-radius:.9rem;background:#261b2deb;padding:.46rem .56rem;display:flex;align-items:center;gap:.6rem}._messageReplyDraftInfo_y3acj_1253{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}._messageReplyDraftTitle_y3acj_1261{font-size:.72rem;font-weight:700;color:#ffb4c2}._messageReplyDraftText_y3acj_1267{font-size:.72rem;color:#f4e0ecf0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._messageReplyDraftCancel_y3acj_1275{min-height:2rem;min-width:2rem;border-radius:999px;border:1px solid rgba(255,170,191,.36);background:#442035e6;color:#ffdbe5;font-size:.84rem;font-weight:650;padding:.3rem .56rem;cursor:pointer;transition:border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast)}._messageEditDraftBanner_y3acj_1289{margin:0 .96rem .46rem;border:1px solid rgba(28,168,142,.36);border-radius:.9rem;background:#102431eb;padding:.46rem .56rem;display:flex;align-items:center;gap:.6rem}._messageEditDraftInfo_y3acj_1300{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}._messageEditDraftTitle_y3acj_1308{font-size:.72rem;font-weight:700;color:#ecf6ff}._messageEditDraftText_y3acj_1314{font-size:.72rem;color:#d4e2f5f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._messageEditDraftCancel_y3acj_1322{min-height:2rem;min-width:2rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#162235d1;color:#ecf3ff;font-size:.72rem;font-weight:650;padding:.3rem .62rem;cursor:pointer;transition:border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast)}._chatFooter_y3acj_1336{flex-shrink:0;z-index:6;display:flex;flex-direction:column;background:transparent}._compose_y3acj_1041{flex-shrink:0;display:flex;align-items:flex-end;gap:.5rem;min-width:0;padding:.62rem .96rem calc(.62rem + var(--messenger-safe-bottom))}._fileInput_y3acj_1353{display:none}._emojiPickerWrap_y3acj_1357{position:relative;flex-shrink:0}._emojiButton_y3acj_1362{width:2.82rem;height:2.82rem;min-width:2.82rem;min-height:2.82rem;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#162235c7;color:var(--msg-text-secondary);font-size:1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transform-origin:center;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast),color var(--msg-motion-fast)}._emojiButton_y3acj_1362:disabled{opacity:.62;cursor:default}._emojiButtonIcon_y3acj_1385{width:1.16rem;height:1.16rem;display:block;color:currentColor;fill:none;flex-shrink:0;filter:none}._emojiPopover_y3acj_1395{position:absolute;left:0;bottom:calc(100% + .56rem);width:min(340px,100vw - 1.5rem);border-radius:.95rem;border:1px solid var(--msg-divider);background:#0f1a2bf2;box-shadow:0 16px 30px #02081073;overflow:hidden;z-index:12}._emojiPopover_y3acj_1395 .EmojiPickerReact{width:100%!important;border:none!important;border-radius:.95rem;background:transparent;--epr-bg-color: #0f1a2b;--epr-text-color: #9fb3c8;--epr-highlight-color: #2ed3b7;--epr-hover-bg-color: rgba(46, 211, 183, .12);--epr-hover-bg-color-reduced-opacity: rgba(46, 211, 183, .08);--epr-focus-bg-color: rgba(46, 211, 183, .16);--epr-picker-border-color: rgba(255, 255, 255, .06);--epr-search-input-bg-color: #162235;--epr-search-input-bg-color-active: #162235;--epr-search-input-text-color: #e6edf6;--epr-search-input-placeholder-color: #5e7288;--epr-search-border-color: rgba(255, 255, 255, .06);--epr-search-border-color-active: rgba(46, 211, 183, .4);--epr-category-label-bg-color: rgba(15, 26, 43, .92);--epr-category-label-text-color: #9fb3c8;--epr-category-icon-active-color: #2ed3b7;--epr-emoji-variation-picker-bg-color: #0f1a2b;--epr-skin-tone-picker-menu-color: rgba(15, 26, 43, .96);--epr-skin-tone-outer-border-color: rgba(255, 255, 255, .2);--epr-skin-tone-inner-border-color: transparent}._emojiPopover_y3acj_1395 .EmojiPickerReact button{min-width:0;min-height:0;padding:0;border:0;box-shadow:none;font:inherit}._emojiPopover_y3acj_1395 .EmojiPickerReact .epr-category-nav{align-items:center;gap:.12rem}._emojiPopover_y3acj_1395 .EmojiPickerReact .epr-category-nav .epr-cat-btn{width:var(--epr-category-navigation-button-size);height:var(--epr-category-navigation-button-size);min-width:var(--epr-category-navigation-button-size);min-height:var(--epr-category-navigation-button-size);flex:0 0 var(--epr-category-navigation-button-size);padding:0;margin:0;border-radius:50%;transform:none}._emojiPopover_y3acj_1395 .EmojiPickerReact .epr-skin-tones{display:none!important}._emojiPopover_y3acj_1395 .EmojiPickerReact .epr-search-container input{font-size:.86rem}._emojiPopover_y3acj_1395 .EmojiPickerReact .epr-body{scrollbar-width:thin;scrollbar-color:rgba(94,114,136,.72) transparent}._emojiPickerLoading_y3acj_1474{min-height:180px;display:grid;place-items:center;color:var(--msg-text-secondary);font-size:.78rem}._attachButton_y3acj_1482,._sendButton_y3acj_1483{width:2.82rem;height:2.82rem;min-width:2.82rem;min-height:2.82rem;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transform-origin:center;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast),color var(--msg-motion-fast)}._attachButton_y3acj_1482:disabled,._sendButton_y3acj_1483:disabled{opacity:.62;cursor:default}._attachButton_y3acj_1482{border:1px solid var(--msg-divider);background:#162235d9;color:var(--msg-text-primary)}._sendButton_y3acj_1483{border:none;background:transparent;color:var(--msg-accent);box-shadow:none}._sendButton_y3acj_1483 svg{width:20px;height:20px;display:block}._composeFiles_y3acj_1522{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.44rem;padding:.46rem .96rem .22rem}._composeFileItem_y3acj_1530{min-width:0;max-width:min(100%,360px);border:1px solid var(--msg-divider);border-radius:999px;background:#162235db;color:var(--msg-text-primary);display:inline-flex;align-items:center;gap:.42rem;padding:.28rem .4rem .28rem .34rem}._composeFileKindBadge_y3acj_1543{min-width:1.82rem;height:1.28rem;font-size:.58rem}._composeFileName_y3acj_1549{min-width:0;max-width:160px;font-size:.74rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._composeFileSize_y3acj_1559{font-size:.68rem;color:var(--msg-text-muted);white-space:nowrap}._composeFileProgressTrack_y3acj_1565{width:4rem;max-width:24vw;height:.24rem;border-radius:999px;background:#ffffff29;overflow:hidden;flex-shrink:0}._composeFileProgressFill_y3acj_1575{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#43cbabeb,#34d9a7);transition:width .14s linear}._composeFileRemove_y3acj_1041{width:1.42rem;height:1.42rem;min-width:1.42rem;min-height:1.42rem;border:1px solid var(--msg-divider);border-radius:50%;background:#0f1a2bd6;color:var(--msg-text-primary);display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:.72rem;cursor:pointer;flex-shrink:0}._composeFileRemove_y3acj_1041:disabled{opacity:.62;cursor:default}._composeField_y3acj_1607{flex:1;min-width:0;min-height:2.86rem;border-radius:999px;border:1px solid rgba(255,255,255,.06);background:transparent;display:flex;align-items:center;padding:.28rem .9rem;box-shadow:none;transition:border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast)}._composeField_y3acj_1607:focus-within{border-color:#1ca88e4d;box-shadow:0 0 0 2px #1ca88e14}._composeFieldWithContext_y3acj_1625{min-width:0;min-height:5.1rem;border-radius:1.08rem;align-items:stretch;flex-direction:column;gap:.24rem;padding:.38rem .82rem .34rem}._composeReplyContext_y3acj_1635{width:100%;max-width:100%;box-sizing:border-box;min-width:0;display:flex;align-items:center;gap:.48rem;border-left:2.5px solid rgba(28,168,142,.72);border-radius:0 .52rem .52rem 0;background:#1ca88e1f;overflow:hidden;padding:.22rem .2rem .22rem .56rem}._composeReplyContextInfo_y3acj_1650{flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem}._composeReplyContextTitle_y3acj_1658{font-size:.72rem;font-weight:700;color:var(--msg-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._composeReplyContextText_y3acj_1667{font-size:.72rem;color:#dfedffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._composeReplyContextCancel_y3acj_1675{width:1.82rem;height:1.82rem;min-width:1.82rem;min-height:1.82rem;border-radius:999px;border:1px solid rgba(28,168,142,.36);background:#122e3ce0;color:var(--msg-text-primary);font-size:.8rem;font-weight:650;line-height:1;padding:.16rem .34rem;cursor:pointer;flex-shrink:0;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast),opacity var(--msg-motion-fast)}._composeInputRow_y3acj_1693{width:100%;min-width:0;flex:1;display:flex;align-items:center;gap:.28rem}._composeInputRow_y3acj_1693 ._emojiButton_y3acj_1362{width:2.02rem;height:2.02rem;min-width:2.02rem;min-height:2.02rem;border:none;border-radius:.44rem;background:transparent;box-shadow:none;color:#9db4c9}._composeInputRow_y3acj_1693 ._emojiButtonIcon_y3acj_1385{width:1.14rem;height:1.14rem}._composeInputRow_y3acj_1693 ._emojiButton_y3acj_1362:focus-visible{box-shadow:none}._composeInput_y3acj_1693{flex:1;width:auto;min-width:0;resize:none;max-height:140px;overflow-y:auto;scrollbar-width:none;border:none;border-radius:0;background:transparent;color:var(--msg-text-primary);padding:.44rem .08rem;font-size:clamp(.9rem,.68vw + .58rem,1rem);line-height:1.42;outline:none;font-family:inherit}._composeInput_y3acj_1693::-webkit-scrollbar{display:none}._composeInput_y3acj_1693::placeholder{color:var(--msg-text-muted)}._composeFieldWithContext_y3acj_1625 ._composeInput_y3acj_1693{padding-top:.18rem}._jumpToBottomButton_y3acj_1752{position:absolute;right:1rem;bottom:calc(var(--chat-footer-height) + var(--messenger-nav-offset) + .48rem);width:2.72rem;height:2.72rem;min-width:2.72rem;min-height:2.72rem;border-radius:50%;border:1px solid var(--msg-divider);background:#0f1a2bd6;color:var(--msg-text-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:7;box-shadow:0 10px 18px #030a1452,inset 0 1px #ffffff14;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}._newMessagesToast_y3acj_1773{position:absolute;right:1rem;bottom:calc(var(--chat-footer-height) + var(--messenger-nav-offset) + .62rem);min-height:2.44rem;border:1px solid rgba(28,168,142,.4);border-radius:999px;background:#0f1a2be6;color:var(--msg-text-primary);font-size:.78rem;font-weight:650;line-height:1;padding:.5rem .86rem;cursor:pointer;z-index:8;max-width:min(72vw,240px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}._loadMoreButton_y3acj_1042{min-height:2.75rem;min-width:2.75rem;align-self:center;border:1px solid var(--msg-divider);border-radius:999px;background:#162235d1;color:var(--msg-text-secondary);font-size:.8rem;font-weight:600;line-height:1.2;padding:.42rem .92rem;cursor:pointer}._loadingCenter_y3acj_1810{padding:1rem;color:var(--msg-text-secondary);display:flex;align-items:center;justify-content:center;gap:.44rem}._emptyList_y3acj_1819{padding:1.5rem 1rem;color:var(--msg-text-secondary);text-align:center;font-size:.9rem;display:grid;justify-items:center;gap:.72rem}._spinner_y3acj_1829{width:1rem;height:1rem;border-radius:50%;border:2px solid transparent;border-top-color:currentcolor;animation:_spin_y3acj_1829 .85s linear infinite}._errorText_y3acj_1838{flex-shrink:0;margin:0;color:#ffb3c2;font-size:.81rem;padding:0 1rem .5rem}@keyframes _spin_y3acj_1829{to{transform:rotate(360deg)}}._modalOverlay_y3acj_1851{position:fixed;inset:0;z-index:40;background:#030810b3;padding:1rem;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}._chatModalOverlay_y3acj_1864{z-index:40}@media(min-width:769px){._chatModalOverlay_y3acj_1864{position:absolute;inset:0}}._modal_y3acj_1851{width:100%;max-width:460px;max-height:85dvh;overflow:hidden;display:flex;flex-direction:column;border-radius:var(--msg-radius-md);border:1px solid rgba(255,255,255,.06);background:radial-gradient(130% 180% at 8% 0%,#1ca88e0a,#1ca88e00 54%),#0f1a2be6;box-shadow:0 24px 42px #0308108c,0 0 26px #1ca88e0f,inset 0 1px #ffffff0f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--msg-text-primary)}._modalHeader_y3acj_1890{padding:.94rem 1rem;border-bottom:1px solid var(--msg-divider);display:flex;align-items:center;justify-content:space-between;gap:.5rem}._modalTitle_y3acj_1899{font-size:1.03rem;font-weight:700}._modalBody_y3acj_1904{padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.84rem}._modalField_y3acj_1912{display:flex;flex-direction:column;gap:.44rem}._modalLabel_y3acj_1918{font-size:.81rem;color:var(--msg-text-secondary);font-weight:600}._modalInput_y3acj_1924{width:100%;min-height:2.75rem;border:1px solid var(--msg-divider);border-radius:.72rem;background:#162235db;color:var(--msg-text-primary);padding:.62rem .74rem;font-size:.92rem;outline:none;transition:border-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),background-color var(--msg-motion-fast)}._modalInput_y3acj_1924:focus-visible{border-color:#1ca88e80;box-shadow:var(--msg-focus-ring)}._hintText_y3acj_1941{color:var(--msg-text-muted);font-size:.76rem}._userChips_y3acj_1946{display:flex;flex-wrap:wrap;gap:.36rem}._chip_y3acj_1952{border-radius:999px;border:1px solid var(--msg-divider);background:#162235d1;color:var(--msg-text-primary);padding:.26rem .58rem;display:inline-flex;align-items:center;gap:.32rem;font-size:.8rem}._chipRemove_y3acj_1964{border:none;background:transparent;color:var(--msg-text-muted);line-height:1;padding:0;font-size:.96rem;cursor:pointer;transition:color var(--msg-motion-fast)}._userResult_y3acj_1043{width:100%;min-height:2.9rem;border:1px solid transparent;border-radius:.86rem;background:transparent;color:var(--msg-text-primary);display:flex;align-items:center;gap:.62rem;text-align:left;cursor:pointer;padding:.46rem .44rem;transform-origin:left center}._userResultInfo_y3acj_1991{min-width:0}._userResultName_y3acj_1995{font-size:.86rem;font-weight:600}._userResultOrg_y3acj_2000{font-size:.76rem;color:var(--msg-text-secondary);margin-top:.12rem}._participantsList_y3acj_2006{display:flex;flex-direction:column;gap:.38rem}._participantRow_y3acj_2012{width:100%;border-radius:.86rem;border:1px solid var(--msg-divider);background:#1622359e;display:flex;align-items:center;gap:.62rem;padding:.46rem .44rem}._participantBadge_y3acj_2023{border-radius:999px;border:1px solid rgba(28,168,142,.28);background:#1ca88e1a;color:var(--msg-text-primary);padding:.16rem .54rem;font-size:.68rem;font-weight:700;line-height:1}._participantRemoveButton_y3acj_1044{margin-left:auto;min-height:2.3rem;min-width:2.3rem;border:1px solid rgba(255,153,170,.48);border-radius:999px;background:#9a3c5942;color:#ffd9e2;padding:.24rem .62rem;font-size:.68rem;font-weight:700;line-height:1;cursor:pointer}._participantRemoveButton_y3acj_1044:disabled{opacity:.7;cursor:default}._modalFooter_y3acj_2053{border-top:1px solid var(--msg-divider);padding:1rem;gap:.54rem;display:flex;justify-content:flex-end}._messageDeleteConfirmText_y3acj_2061{margin:0;font-size:.82rem;line-height:1.45;color:var(--msg-text-secondary)}._messageDeleteConfirmPreview_y3acj_2068{padding:.52rem .62rem;border-radius:.76rem;border:1px solid rgba(255,255,255,.08);background:#141f31db;color:var(--msg-text-primary);font-size:.82rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}._messageDeleteConfirmActions_y3acj_2080{width:100%;display:flex;justify-content:flex-end;gap:.54rem}._messageDeleteConfirmCancel_y3acj_2087,._messageDeleteConfirmSubmit_y3acj_2088{min-height:2.3rem;min-width:2.3rem;border-radius:999px;border:1px solid transparent;font-size:.76rem;font-weight:650;line-height:1;padding:.4rem .8rem;cursor:pointer;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),color var(--msg-motion-fast),opacity var(--msg-motion-fast)}._messageDeleteConfirmCancel_y3acj_2087:disabled,._messageDeleteConfirmSubmit_y3acj_2088:disabled{opacity:.64;cursor:default}._messageDeleteConfirmCancel_y3acj_2087{border-color:var(--msg-divider);background:#162235d1;color:var(--msg-text-secondary)}._messageDeleteConfirmSubmit_y3acj_2088{border-color:#ff91a970;background:#5f21376b;color:#ffd8e0}._forwardPreview_y3acj_2119{padding:.52rem .62rem;border-radius:.76rem;border-left:3px solid rgba(28,168,142,.6);background:#141f31db}._forwardPreviewSender_y3acj_2126{font-size:.72rem;font-weight:700;color:var(--msg-accent);margin-bottom:.18rem}._forwardPreviewText_y3acj_2133{font-size:.82rem;color:var(--msg-text-primary);line-height:1.4;white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._forwardConvList_y3acj_2146{display:flex;flex-direction:column;gap:.28rem;max-height:260px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(94,114,136,.72) transparent}._forwardConvItem_y3acj_2156{width:100%;min-height:2.9rem;border:1px solid transparent;border-radius:.86rem;background:#16223585;color:var(--msg-text-primary);display:flex;align-items:center;gap:.62rem;text-align:left;cursor:pointer;padding:.38rem .44rem;transition:border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast)}._forwardConvItem_y3acj_2156:focus-visible{outline:none;box-shadow:var(--msg-focus-ring)}@media(hover:hover)and (pointer:fine){._forwardConvItem_y3acj_2156:hover{border-color:#1ca88e42;background:#162235d1}}._forwardConvItemSelected_y3acj_2182{border-color:#1ca88e80;background:#1ca88e1a;box-shadow:inset 0 0 0 1px #1ca88e33}._forwardConvCheck_y3acj_2188{width:1.28rem;height:1.28rem;min-width:1.28rem;border-radius:50%;border:1.5px solid rgba(28,168,142,.5);background:#0f1a2b99;color:var(--msg-accent);font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color var(--msg-motion-fast)}._forwardConvItemSelected_y3acj_2182 ._forwardConvCheck_y3acj_2188{background:#1ca88e4d}._forwardComment_y3acj_2209{resize:none;border-radius:.72rem;min-height:4.2rem;line-height:1.42;font-family:inherit}._forwardJobList_y3acj_2217{display:flex;flex-direction:column;gap:.42rem}._forwardJobItem_y3acj_2223{display:flex;align-items:center;justify-content:space-between;gap:.62rem;padding:.46rem .54rem;border:1px solid var(--msg-divider);border-radius:.76rem;background:#16223585}._forwardJobTitle_y3acj_2234{font-size:.84rem;font-weight:600;color:var(--msg-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._forwardJobStatus_y3acj_2244{display:flex;align-items:center;gap:.34rem;font-size:.76rem;font-weight:600;color:var(--msg-text-secondary);white-space:nowrap;flex-shrink:0}._forwardJobStatusOk_y3acj_2255{color:#4dd9b4}._forwardJobStatusError_y3acj_2259{color:#ffb3c2}._forwardSuccessText_y3acj_2263{font-size:.84rem;font-weight:600;color:#4dd9b4;text-align:center}._forwardSubmitButton_y3acj_2270{min-height:2.44rem;min-width:2.44rem;border:1px solid rgba(28,168,142,.4);border-radius:999px;background:#1ca88e29;color:var(--msg-text-primary);font-size:.82rem;font-weight:650;padding:.44rem 1.1rem;cursor:pointer;transition:transform var(--msg-motion-fast),border-color var(--msg-motion-fast),background-color var(--msg-motion-fast),box-shadow var(--msg-motion-fast),opacity var(--msg-motion-fast)}._forwardSubmitButton_y3acj_2270:disabled{opacity:.5;cursor:default}._forwardSubmitButton_y3acj_2270:focus-visible{outline:none;box-shadow:var(--msg-focus-ring)}@media(hover:hover)and (pointer:fine){._forwardSubmitButton_y3acj_2270:not(:disabled):hover{transform:scale(1.02);border-color:#1ca88e94;background:#1ca88e42;box-shadow:0 6px 16px #0e6a5c38}}._forwardSubmitButton_y3acj_2270:not(:disabled):active{transform:scale(.98)}._headerActionButton_y3acj_147:focus-visible,._iconButton_y3acj_148:focus-visible,._conversationItem_y3acj_310:focus-visible,._chatHeaderInviteButton_y3acj_597:focus-visible,._mediaOpenButton_y3acj_1016:focus-visible,._mediaPreviewButton_y3acj_1038:focus-visible,._mediaDownloadButton_y3acj_1039:focus-visible,._attachmentItem_y3acj_1040:focus-visible,._composeFileRemove_y3acj_1041:focus-visible,._emojiButton_y3acj_1362:focus-visible,._attachButton_y3acj_1482:focus-visible,._sendButton_y3acj_1483:focus-visible,._loadMoreButton_y3acj_1042:focus-visible,._userResult_y3acj_1043:focus-visible,._participantRemoveButton_y3acj_1044:focus-visible,._messageActionMenuItem_y3acj_959:focus-visible,._messageSelectToggle_y3acj_682:focus-visible,._composeReplyContextCancel_y3acj_1675:focus-visible,._messageReplyDraftCancel_y3acj_1275:focus-visible,._messageEditDraftCancel_y3acj_1322:focus-visible,._messageDeleteConfirmCancel_y3acj_2087:focus-visible,._messageDeleteConfirmSubmit_y3acj_2088:focus-visible,._notificationPromptPrimary_y3acj_77:focus-visible,._notificationPromptSecondary_y3acj_78:focus-visible,._jumpToBottomButton_y3acj_1752:focus-visible,._newMessagesToast_y3acj_1773:focus-visible{outline:none;box-shadow:var(--msg-focus-ring)}@media(hover:hover)and (pointer:fine){._notificationPromptPrimary_y3acj_77:hover,._headerActionPrimary_y3acj_178:hover{transform:scale(1.02);border-color:#1ca88e80;background:#1ca88e3d;box-shadow:0 6px 16px #0e6a5c38}._sendButton_y3acj_1483:hover{transform:scale(1.05);color:var(--msg-accent-hover);box-shadow:0 0 16px #1ca88e47;background:transparent}._notificationPromptSecondary_y3acj_78:hover,._iconButton_y3acj_148:hover,._chatHeaderInviteButton_y3acj_597:hover,._mediaOpenButton_y3acj_1016:hover,._mediaPreviewButton_y3acj_1038:hover,._mediaDownloadButton_y3acj_1039:hover,._attachmentItem_y3acj_1040:hover,._composeFileRemove_y3acj_1041:hover,._emojiButton_y3acj_1362:hover,._attachButton_y3acj_1482:hover,._loadMoreButton_y3acj_1042:hover,._jumpToBottomButton_y3acj_1752:hover,._newMessagesToast_y3acj_1773:hover,._participantRemoveButton_y3acj_1044:hover,._composeReplyContextCancel_y3acj_1675:hover,._messageReplyDraftCancel_y3acj_1275:hover,._messageEditDraftCancel_y3acj_1322:hover,._messageDeleteConfirmCancel_y3acj_2087:hover{transform:scale(var(--msg-scale-soft));border-color:#1ca88e42;background:#162235e0;color:var(--msg-text-primary)}._messageDeleteConfirmSubmit_y3acj_2088:hover{transform:scale(var(--msg-scale-soft));border-color:#ff91a98f;background:#6c263f7a;color:#ffe2e7}._conversationItem_y3acj_310:hover{transform:none;border-color:#7aace261;background:#2c43614d;box-shadow:inset 0 1px #ffffff14}._userResult_y3acj_1043:hover{transform:scale(var(--msg-scale-card));border-color:#1ca88e42;background:#162235d1;box-shadow:0 8px 16px #0208103d}._conversationItemActive_y3acj_328:hover{border-color:#9eceffa3;background:linear-gradient(158deg,#3c5e86d1,#253d5af0);box-shadow:0 12px 26px #060f1b52,inset 0 1px #fff3}._chipRemove_y3acj_1964:hover{color:#ffadbe}}._notificationPromptPrimary_y3acj_77:active,._notificationPromptSecondary_y3acj_78:active,._headerActionButton_y3acj_147:active,._iconButton_y3acj_148:active,._conversationItem_y3acj_310:active,._chatHeaderInviteButton_y3acj_597:active,._mediaPreviewButton_y3acj_1038:active,._mediaDownloadButton_y3acj_1039:active,._attachmentItem_y3acj_1040:active,._composeFileRemove_y3acj_1041:active,._emojiButton_y3acj_1362:active,._attachButton_y3acj_1482:active,._sendButton_y3acj_1483:active,._loadMoreButton_y3acj_1042:active,._userResult_y3acj_1043:active,._participantRemoveButton_y3acj_1044:active,._messageSelectToggle_y3acj_682:active,._composeReplyContextCancel_y3acj_1675:active,._messageReplyDraftCancel_y3acj_1275:active,._messageEditDraftCancel_y3acj_1322:active,._messageDeleteConfirmCancel_y3acj_2087:active,._messageDeleteConfirmSubmit_y3acj_2088:active,._jumpToBottomButton_y3acj_1752:active,._newMessagesToast_y3acj_1773:active{transform:scale(.99)}@media(max-width:900px){._sidebar_y3acj_103{width:320px;min-width:270px}._headerActionLabel_y3acj_185{display:none}._messageRow_y3acj_662{max-width:86%}}@media(min-width:1200px){._page_y3acj_2{--messenger-nav-height: 0px;--messenger-nav-gap: 0px;--messenger-nav-offset: 0px;padding-bottom:0}._sidebarFooter_y3acj_297{display:block;background:transparent;padding:.5rem .62rem .66rem}._sidebarNavDesktop_y3acj_298{display:block}._mobileNavOnly_y3acj_302{display:none}}@media(max-width:768px){._page_y3acj_2{position:relative;display:block;height:var(--messenger-vvh);min-height:var(--messenger-vvh);padding-top:0;padding-bottom:0;overflow:hidden;--messenger-nav-height: 4.82rem;--messenger-nav-gap: .46rem;--messenger-nav-offset: calc( var(--messenger-nav-height) + var(--messenger-nav-gap) );--messenger-mobile-nav-reserved: calc( var(--messenger-nav-offset) + var(--messenger-safe-bottom) )}._notificationPrompt_y3acj_41{top:calc(.6rem + var(--messenger-safe-top));width:calc(100% - .9rem);padding:.66rem .72rem}._notificationPromptActions_y3acj_70{gap:.36rem}._notificationPromptPrimary_y3acj_77,._notificationPromptSecondary_y3acj_78{min-height:2.6rem;min-width:2.6rem;font-size:.72rem;padding:.36rem .7rem}._sidebar_y3acj_103,._chatPanel_y3acj_478{position:absolute;inset:0;width:100%;height:var(--messenger-vvh);max-width:none;min-width:0;border:none;border-radius:0;box-shadow:none;transition:transform var(--msg-motion-slow),opacity var(--msg-motion-fast)}._sidebar_y3acj_103{z-index:2}._chatPanel_y3acj_478{z-index:3}._page_y3acj_2[data-mobile-view=list] ._sidebar_y3acj_103{inset:0 0 var(--messenger-mobile-nav-reserved) 0;height:auto;transform:translate(0);opacity:1;pointer-events:auto}._page_y3acj_2[data-mobile-view=list] ._chatPanel_y3acj_478{transform:translate(100%);opacity:0;pointer-events:none}._page_y3acj_2[data-mobile-view=chat] ._sidebar_y3acj_103{transform:translate(-100%);opacity:0;pointer-events:none}._page_y3acj_2[data-mobile-view=chat] ._chatPanel_y3acj_478{transform:translate(0);opacity:1;pointer-events:auto}._sidebarHidden_y3acj_119{display:flex}._sidebarHeader_y3acj_123,._chatHeader_y3acj_501{min-height:3.86rem;padding:calc(.58rem + var(--messenger-safe-top)) .78rem .58rem}._chatBackButton_y3acj_513{display:inline-flex}._chatTitle_y3acj_540{max-width:95%}._searchBox_y3acj_190{top:0;padding:.5rem .72rem .54rem}._conversationList_y3acj_284{gap:0;padding:.14rem 0 calc(var(--messenger-safe-bottom) + .62rem)}._chatHeaderAvatar_y3acj_519{width:2.26rem;height:2.26rem;min-width:2.26rem;font-size:.8rem}._conversationAvatar_y3acj_341{width:2.42rem;height:2.42rem;min-width:2.42rem}._chatHeaderActions_y3acj_573{margin-left:auto}._chatSelectionActions_y3acj_579{gap:.34rem}._chatSelectionCounter_y3acj_587{max-width:36vw;font-size:.7rem}._chatHeaderInviteButton_y3acj_597{min-height:2.56rem;min-width:2.56rem;padding:.34rem .64rem;font-size:.7rem}._messages_y3acj_612{padding:.86rem .78rem}._messageRow_y3acj_662{max-width:90%}._mediaAttachmentItem_y3acj_999{width:min(100%,80vw)}._mediaImage_y3acj_1029,._mediaVideo_y3acj_1030{max-height:min(320px,52vh)}._composeInput_y3acj_1693,._searchInput_y3acj_263,._modalInput_y3acj_1924{font-size:1rem}._composeFiles_y3acj_1522{padding:.38rem .75rem .2rem;gap:.36rem}._composeFileItem_y3acj_1530{max-width:min(100%,100vw - 1.7rem)}._composeFileName_y3acj_1549{max-width:min(50vw,180px)}._compose_y3acj_1041{padding:.6rem .75rem calc(.6rem + var(--messenger-safe-bottom))}._composeField_y3acj_1607{border-radius:1.04rem}._composeFieldWithContext_y3acj_1625{min-height:4.8rem;border-radius:1.02rem;padding:.34rem .72rem .3rem}._composeReplyContext_y3acj_1635{padding-left:.5rem}._messageReplyDraftBanner_y3acj_1242,._messageEditDraftBanner_y3acj_1289{margin:0 .75rem .42rem}._messageActionMenu_y3acj_929{width:min(220px,100vw - 1.2rem)}._emojiPopover_y3acj_1395{bottom:calc(100% + .46rem);width:min(340px,100vw - 1.24rem)}._attachButton_y3acj_1482,._sendButton_y3acj_1483,._emojiButton_y3acj_1362,._iconButton_y3acj_148,._headerActionButton_y3acj_147,._chatHeaderInviteButton_y3acj_597,._loadMoreButton_y3acj_1042,._notificationPromptPrimary_y3acj_77,._notificationPromptSecondary_y3acj_78,._mediaDownloadButton_y3acj_1039,._messageDeleteConfirmCancel_y3acj_2087,._messageDeleteConfirmSubmit_y3acj_2088{min-height:2.75rem;min-width:2.75rem}._jumpToBottomButton_y3acj_1752{bottom:calc(var(--chat-footer-height) + .48rem + var(--messenger-safe-bottom))}._newMessagesToast_y3acj_1773{right:.76rem;bottom:calc(var(--chat-footer-height) + .62rem + var(--messenger-safe-bottom));max-width:min(76vw,220px)}._chatEmpty_y3acj_492{display:none}._modalOverlay_y3acj_1851{padding:.75rem;align-items:flex-end}._modal_y3acj_1851{max-width:none;max-height:calc(var(--messenger-vvh) - var(--messenger-safe-top));border-radius:1rem 1rem 0 0}._mobileNavOnly_y3acj_302{position:absolute;left:0;right:0;bottom:0;z-index:24;display:block;height:var(--messenger-mobile-nav-reserved);background:var(--msg-glass-bg);backdrop-filter:blur(16px) saturate(110%);-webkit-backdrop-filter:blur(16px) saturate(110%)}._hideNavMobile_y3acj_306{display:none}}@media(max-width:420px){._sidebarHeader_y3acj_123,._chatHeader_y3acj_501{padding:calc(.54rem + var(--messenger-safe-top)) .62rem .5rem}._searchBox_y3acj_190{padding:.44rem .62rem .46rem}._conversationList_y3acj_284{gap:0;padding:.1rem 0 calc(var(--messenger-safe-bottom) + .56rem)}._conversationItem_y3acj_310{min-height:3.86rem;padding:.38rem .52rem;gap:.5rem}._conversationAvatar_y3acj_341{width:2.18rem;height:2.18rem;min-width:2.18rem}._avatar_y3acj_358,._chatHeaderAvatar_y3acj_519{width:2.16rem;height:2.16rem;min-width:2.16rem}._convTitle_y3acj_334{font-size:.87rem}._convPreview_y3acj_337{font-size:.75rem}._messages_y3acj_612{padding:.74rem .62rem}._messageRow_y3acj_662{max-width:94%}._messageBubble_y3acj_728{border-radius:1.14rem}._compose_y3acj_1041{gap:.42rem;padding:.52rem .62rem calc(.52rem + var(--messenger-safe-bottom))}._composeFieldWithContext_y3acj_1625{min-height:4.6rem;border-radius:.98rem;padding:.32rem .66rem .28rem}._composeReplyContext_y3acj_1635{gap:.38rem;padding:.2rem .16rem .2rem .46rem}._composeReplyContextCancel_y3acj_1675{width:1.72rem;height:1.72rem;min-width:1.72rem;min-height:1.72rem;font-size:.74rem}._composeInputRow_y3acj_1693 ._emojiButton_y3acj_1362{width:1.92rem;height:1.92rem;min-width:1.92rem;min-height:1.92rem}._composeInputRow_y3acj_1693 ._emojiButtonIcon_y3acj_1385{width:1.06rem;height:1.06rem}._messageReplyDraftBanner_y3acj_1242,._messageEditDraftBanner_y3acj_1289{margin:0 .62rem .34rem;padding:.4rem .48rem;gap:.46rem}._messageReplyDraftCancel_y3acj_1275,._messageEditDraftCancel_y3acj_1322{min-height:1.9rem;min-width:1.9rem;padding:.26rem .52rem;font-size:.7rem}._messageDeleteConfirmCancel_y3acj_2087,._messageDeleteConfirmSubmit_y3acj_2088{min-height:2.04rem;min-width:2.04rem;padding:.32rem .62rem;font-size:.72rem}._emojiPopover_y3acj_1395{width:min(320px,100vw - 1.02rem)}._composeField_y3acj_1607{min-height:2.7rem;border-radius:.94rem;padding:.28rem .76rem}._attachButton_y3acj_1482,._sendButton_y3acj_1483,._emojiButton_y3acj_1362,._iconButton_y3acj_148{width:2.66rem;height:2.66rem;min-width:2.66rem;min-height:2.66rem}._jumpToBottomButton_y3acj_1752{width:2.62rem;height:2.62rem;min-width:2.62rem;min-height:2.62rem}._newMessagesToast_y3acj_1773{right:.62rem;padding:.46rem .74rem;font-size:.74rem}}@media(prefers-reduced-motion:reduce){._page_y3acj_2 *,._page_y3acj_2 *:before,._page_y3acj_2 *:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}._conversationItem_y3acj_310,._userResult_y3acj_1043,._messageBubble_y3acj_728,._headerActionButton_y3acj_147,._iconButton_y3acj_148,._chatHeaderInviteButton_y3acj_597,._mediaOpenButton_y3acj_1016,._mediaPreviewButton_y3acj_1038,._mediaDownloadButton_y3acj_1039,._attachmentItem_y3acj_1040,._composeFileRemove_y3acj_1041,._emojiButton_y3acj_1362,._attachButton_y3acj_1482,._sendButton_y3acj_1483,._loadMoreButton_y3acj_1042,._participantRemoveButton_y3acj_1044,._messageReplyDraftCancel_y3acj_1275,._messageEditDraftCancel_y3acj_1322,._messageDeleteConfirmCancel_y3acj_2087,._messageDeleteConfirmSubmit_y3acj_2088,._jumpToBottomButton_y3acj_1752,._newMessagesToast_y3acj_1773,._notificationPromptPrimary_y3acj_77,._notificationPromptSecondary_y3acj_78{transform:none!important}}@media(prefers-color-scheme:light){._sidebarHeader_y3acj_123{background:#ffffffb8;border-bottom-color:#00000014}._sidebar_y3acj_103{background:#f0f4fae0;border-right:1px solid rgba(0,0,0,.08);box-shadow:4px 0 20px #0000001a,inset -1px 0 #fff9}._convGroupIcon_y3acj_389{color:#00000073}._conversationItem_y3acj_310{background:#fff9;border-color:#00000012}._conversationItem_y3acj_310:hover{background:#ffffffe6;border-color:#00000021;box-shadow:0 2px 10px #00000017,inset 0 1px #ffffffb3}._searchInput_y3acj_263{background:#ffffffb8;border-color:#0000001a}._searchInput_y3acj_263:focus{border-color:#0003;background:#ffffffe6}._searchInput_y3acj_263::placeholder{color:#00000059}._notificationPromptSecondary_y3acj_78{background:#ffffffb8;border-color:#0000001a}._convTitle_y3acj_334{color:#000000e0}._convTime_y3acj_421{color:#00000073}._convPreviewAuthor_y3acj_448{color:#0009}._convPreviewText_y3acj_337{color:#0000008c}._conversationItemUnread_y3acj_334 ._convTitle_y3acj_334{color:#000000eb}._conversationItemUnread_y3acj_334 ._convPreviewText_y3acj_337{color:#000000bf}._unreadBadge_y3acj_461{background:linear-gradient(180deg,#1ca88ee6,#0e826ef2);border-color:#1ca88e4d}._conversationItemActive_y3acj_328{border-color:#1ca88e4d;background:linear-gradient(158deg,#1ca88e1a,#1ca88e0f);box-shadow:0 4px 14px #0000001a,inset 0 1px #fff9}._messageBubbleOwn_y3acj_788{background:linear-gradient(160deg,#c8f0e8,#b2e8db);border-color:#1ca88e38;color:#0d2820;box-shadow:0 4px 12px #1ca88e24}._messageBubbleOther_y3acj_795{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #00000014}._messageBubbleEditing_y3acj_780{box-shadow:0 0 0 1px #1ca88e66,0 4px 14px #0000001a}._messageBubbleSelected_y3acj_784{box-shadow:0 0 0 1px #1ca88e59,0 4px 14px #0000001a}._messageTicksRead_y3acj_1238{color:#1ca88e}._messageEditDraftBanner_y3acj_1289{background:#ffffffd1;border-color:#1ca88e47}._messageEditDraftTitle_y3acj_1308{color:#000000d9}._messageEditDraftText_y3acj_1314{color:#0009}._messageEditDraftCancel_y3acj_1322{background:#ffffffb8;border-color:#0000001f;color:#000000b3}._messageActionMenu_y3acj_929{background:#fffffff2;border-color:#0000001a;box-shadow:0 8px 24px #00000024,inset 0 1px #fffc}._modal_y3acj_1851{background:#fffffff2;border-color:#0000001a;box-shadow:0 12px 36px #00000029,inset 0 1px #fffc}._emojiPopover_y3acj_1395{background:#fffffff5;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}._emojiPopover_y3acj_1395 .EmojiPickerReact{--epr-bg-color: #ffffff;--epr-text-color: #4a5e74;--epr-highlight-color: #1ca88e;--epr-hover-bg-color: rgba(28, 168, 142, .1);--epr-hover-bg-color-reduced-opacity: rgba(28, 168, 142, .06);--epr-focus-bg-color: rgba(28, 168, 142, .12);--epr-search-border-color-active: rgba(28, 168, 142, .4);--epr-category-label-bg-color: rgba(255, 255, 255, .92);--epr-category-label-text-color: #7a909e;--epr-category-icon-active-color: #1ca88e;--epr-emoji-variation-picker-bg-color: #ffffff;--epr-skin-tone-picker-menu-color: rgba(255, 255, 255, .96)}._chatPanel_y3acj_478{background:linear-gradient(180deg,#e4ecf8f5,#dae4f2fc)}._chatHeader_y3acj_501{background:#f0f4fad1;border-bottom:1px solid rgba(0,0,0,.07);backdrop-filter:blur(12px) saturate(110%);-webkit-backdrop-filter:blur(12px) saturate(110%)}._headerActionButton_y3acj_147,._iconButton_y3acj_148{background:#ffffffb8;border-color:#0000001a;color:#000000a6}._headerActionButton_y3acj_147:hover,._iconButton_y3acj_148:hover{background:#ffffffeb;border-color:#0000002e;color:#000000d9}._chatHeaderInviteButton_y3acj_597{background:#1ca88e1a;border-color:#1ca88e47;color:#000000bf}._composeField_y3acj_1607{background:#ffffffb8;border-color:#0000001a}._composeField_y3acj_1607:focus-within{background:#ffffffe6;border-color:#1ca88e59;box-shadow:0 0 0 2px #1ca88e1a}._emojiButton_y3acj_1362{background:#ffffffb8;border-color:#0000001a;color:#0000008c}._emojiButton_y3acj_1362 ._emojiButtonIcon_y3acj_1385{color:#0000008c;filter:none}._attachButton_y3acj_1482{background:#ffffffb8;border-color:#0000001a;color:#000000a6}._composeFileItem_y3acj_1530{background:#ffffffd1;border-color:#0000001a;color:#000000bf}._composeFileProgressTrack_y3acj_1565{background:#0000001f}._composeFileRemove_y3acj_1041{background:#ffffffb8;border-color:#0000001f;color:#0000008c}._jumpToBottomButton_y3acj_1752{background:#ffffffd1;border-color:#0000001f;color:#000000a6;box-shadow:0 4px 12px #0000001f,inset 0 1px #fff9}._messageDayDivider_y3acj_630 span{background:#ffffffb8;border-color:#0000001a;color:#00000073}._mediaDownloadButton_y3acj_1039{background:#ffffffb8;border-color:#0000001a;color:#000000a6}._mediaDownloadButton_y3acj_1039:hover{background:#ffffffeb;border-color:#0000002e;color:#000000d9}}._aiConvAvatar_y3acj_3056{background:linear-gradient(145deg,#1ca88e94,#0e6a5cb8);border-color:#1ca88e4d;color:#e6edf6}._aiConvBadge_y3acj_3063{margin-left:auto;padding:.1rem .36rem;border-radius:999px;border:1px solid rgba(28,168,142,.4);background:#1ca88e24;color:var(--msg-accent);font-size:.6rem;font-weight:700;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}._aiConvItem_y3acj_3078{border-left:2px solid rgba(28,168,142,.22)}._aiConvDivider_y3acj_3083{margin:.18rem .68rem .14rem;height:1px;background:linear-gradient(90deg,transparent,rgba(28,168,142,.24) 30%,rgba(28,168,142,.24) 70%,transparent);flex-shrink:0}._aiEmptyState_y3acj_3091{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.64rem;padding:2rem 1.5rem;text-align:center;color:var(--msg-text-secondary)}._aiEmptyIcon_y3acj_3103{width:5rem;height:5rem;border-radius:50%;border:1px solid rgba(28,168,142,.22);background:linear-gradient(145deg,#1ca88e1f,#0e6a5c2e);display:flex;align-items:center;justify-content:center;color:var(--msg-accent);margin-bottom:.3rem}._aiEmptyTitle_y3acj_3116{margin:0;font-size:1.08rem;font-weight:700;color:var(--msg-text-primary)}._aiEmptyHint_y3acj_3123{margin:0;font-size:.84rem;line-height:1.45;color:var(--msg-text-muted);max-width:22rem}._aiCursor_y3acj_3132{display:inline-block;width:2px;height:1em;margin-left:2px;border-radius:1px;background:currentColor;vertical-align:text-bottom;animation:_aiCursorBlink_y3acj_1 .9s step-end infinite}@keyframes _aiCursorBlink_y3acj_1{0%,to{opacity:1}50%{opacity:0}}._aiTypingDots_y3acj_3152{display:inline-flex;align-items:center;gap:.28rem;padding:.1rem 0}._aiTypingDots_y3acj_3152 span{width:.44rem;height:.44rem;border-radius:50%;background:currentColor;opacity:.3;animation:_aiDotPulse_y3acj_1 1.1s ease-in-out infinite}._aiTypingDots_y3acj_3152 span:nth-child(2){animation-delay:.18s}._aiTypingDots_y3acj_3152 span:nth-child(3){animation-delay:.36s}@keyframes _aiDotPulse_y3acj_1{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}._aiErrorBubble_y3acj_3184{border-color:#ff64784d!important;background:#3c121ceb!important;color:#ffc9d0!important}@media(prefers-color-scheme:light){._aiConvAvatar_y3acj_3056{border-color:#1ca88e59}._aiConvDivider_y3acj_3083{background:linear-gradient(90deg,transparent,rgba(28,168,142,.18) 30%,rgba(28,168,142,.18) 70%,transparent)}._aiEmptyIcon_y3acj_3103{background:linear-gradient(145deg,#1ca88e1a,#0e6a5c24)}._aiErrorBubble_y3acj_3184{border-color:#dc3c504d!important;background:#ffebeef2!important;color:#7a1929!important}}:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(0, 0, 0, .1);--form-bg: rgba(242, 242, 242, 1);--form-bg-hover: rgba(1, 1, 2, .98);--auth-bg-image: url(/assets/light_auth_bg-as1FU0SN.png)}@media(prefers-color-scheme:dark){:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #1a1d20;--bg-secondary: #2d3238;--text-primary: #ffffff;--text-secondary: #adb5bd;--border-color: #495057;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(255, 255, 255, .1);--form-bg: rgb(45, 50, 56);--form-bg-hover: rgba(26, 29, 32, .98);--auth-bg-image: url(/assets/dark_auth_bg-LNHqUky6.png)}}._viewerContainer_1k6ev_62{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-primary, #ffffff)}._viewerContainer_1k6ev_62 .rpv-core__viewer{width:100%;height:100%}._viewerContainer_1k6ev_62 .rpv-core__inner-pages,._viewerContainer_1k6ev_62 .rpv-core__page-layer{touch-action:pan-x pan-y pinch-zoom}._viewerContainer_1k6ev_62 canvas{touch-action:pan-x pan-y pinch-zoom}._loading_1k6ev_83{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-secondary, #6b7280);font-size:1rem}._pdfIframe_1k6ev_93{width:100%;height:100%;border:none}:root{--rpv-attachment__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-attachment__item-color: #000}.rpv-core__viewer--dark{--rpv-attachment__item--hover-background-color: #2566e8;--rpv-attachment__item-color: #fff}.rpv-attachment__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-attachment__empty--rtl{direction:rtl}.rpv-attachment__list{display:flex;height:100%;flex-direction:column;overflow:auto;padding:.5rem 0;width:100%}.rpv-attachment__list--rtl{direction:rtl}.rpv-attachment__item{align-items:center;background-color:#0000;border:none;color:var(--rpv-attachment__item-color);cursor:pointer;display:flex;padding:.5rem;text-align:left;width:100%}.rpv-attachment__item:focus{background-color:var(--rpv-attachment__item--hover-background-color);outline:0}.rpv-attachment__item:hover{background-color:var(--rpv-attachment__item--hover-background-color)}.rpv-attachment__loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}:root{--rpv-bookmark__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-bookmark__item-color: #000}.rpv-core__viewer--dark{--rpv-bookmark__item--hover-background-color: #2566e8;--rpv-bookmark__item-color: #fff}.rpv-bookmark__item{align-items:center;color:var(--rpv-bookmark__item-color);cursor:pointer;display:flex;padding-bottom:.25rem;padding-right:.25rem;padding-top:.25rem}.rpv-bookmark__item:focus{background-color:var(--rpv-bookmark__item--hover-background-color);outline:0}.rpv-bookmark__item:hover{background-color:var(--rpv-bookmark__item--hover-background-color)}.rpv-bookmark__toggle{align-items:center;display:flex;height:1rem;margin-right:.25rem;width:1rem}.rpv-bookmark__title{flex-grow:1;flex-shrink:1;text-decoration:none}.rpv-bookmark__list{list-style-type:none;overflow:auto;margin:0;padding:0}.rpv-bookmark__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-bookmark__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-bookmark__empty--rtl{direction:rtl}.rpv-bookmark__container{height:100%;overflow:auto;padding:.5rem 0;width:100%}.rpv-bookmark__container--rtl{direction:rtl}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);inset:0;position:fixed;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;inset:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{inset:0;position:fixed}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media(min-width:640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media(min-width:768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media(min-width:1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-thumbnail__container-background-color: #fff;--rpv-thumbnail__container-box-shadow: rgba(0, 0, 0, .2) 2px 2px 8px 0px;--rpv-thumbnail__item--selected-background-color: rgba(0, 0, 0, .3)}.rpv-core__viewer--dark{--rpv-thumbnail__item--selected-background-color: #2566e8}.rpv-thumbnail__cover,.rpv-thumbnail__cover-inner{align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-thumbnail__cover-image{max-height:100%;max-width:100%}.rpv-thumbnail__cover-loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.rpv-thumbnail__container{align-items:center;background:var(--rpv-thumbnail__container-background-color);box-shadow:var(--rpv-thumbnail__container-box-shadow);display:flex;justify-content:center;margin:0 auto;position:relative}.rpv-thumbnail__item{cursor:pointer}.rpv-thumbnail__item--single,.rpv-thumbnail__item--dual-cover{padding:.5rem}.rpv-thumbnail__item--dual-even,.rpv-thumbnail__item--dual-cover-odd{padding:.5rem 0 .5rem .5rem}.rpv-thumbnail__item--dual-odd,.rpv-thumbnail__item--dual-cover-even{padding:.5rem .5rem .5rem 0}.rpv-thumbnail__item--single:hover,.rpv-thumbnail__item--dual-cover:hover,.rpv-thumbnail__items--dual:hover .rpv-thumbnail__item,.rpv-thumbnail__items--dual-cover:hover .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__item:focus{outline:0}.rpv-thumbnail__label{font-size:.75em;text-align:center;padding:.25rem}.rpv-thumbnail__list{overflow:auto;padding:.5rem}.rpv-thumbnail__list--rtl{direction:rtl}.rpv-thumbnail__list--horizontal{align-items:center;display:flex;flex-direction:row;width:100%}.rpv-thumbnail__list--vertical{height:100%}.rpv-thumbnail__items{align-items:center;display:flex;justify-content:center}.rpv-thumbnail__items--selected .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__list-container{height:100%;width:100%}.rpv-thumbnail__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}:root{--rpv-drop__area-background-color: #fff;--rpv-drop__area-body-border-color: rgba(0, 0, 0, .3);--rpv-drop__area-body-color: #000}.rpv-core__viewer--dark{--rpv-drop__area-background-color: #191919;--rpv-drop__area-body-border-color: #fff;--rpv-drop__area-body-color: #fff}.rpv-drop__area{background-color:var(--rpv-drop__area-background-color);inset:0;position:absolute;padding:.5rem;z-index:9999}.rpv-drop__area-body{border:2px dashed var(--rpv-drop__area-body-border-color);color:var(--rpv-drop__area-body-color);font-size:1.5rem;align-items:center;display:flex;justify-content:center;height:100%}.rpv-drop__area-body--rtl{direction:rtl}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-open__input-wrapper{position:relative}.rpv-open__input{display:none;cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.rpv-open__input::-webkit-file-upload-button{width:0}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}:root{--rpv-print__progress-body-background-color: #fff;--rpv-print__progress-body-border-color: rgba(0, 0, 0, .3);--rpv-print__progress-body-color: #000}.rpv-core__viewer--dark{--rpv-print__progress-body-background-color: #363636;--rpv-print__progress-body-border-color: transparent;--rpv-print__progress-body-color: #fff}.rpv-print__permission-body{padding:1rem}.rpv-print__permission-footer{display:flex;justify-content:center;padding:0 1rem 1rem 0}.rpv-print__progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9999}.rpv-print__progress-body{background-color:var(--rpv-print__progress-body-background-color);border:1px solid var(--rpv-print__progress-body-border-color);border-radius:.25rem;color:var(--rpv-print__progress-body-color);padding:1.5rem;text-align:center;width:15rem}.rpv-print__progress-body--rtl{direction:rtl}.rpv-print__progress-bar{margin-bottom:1rem}.rpv-print__progress-message{margin-bottom:.5rem}.rpv-print__zone{display:none}@media print{@page{margin:0}.rpv-print__html-printing{height:100%}.rpv-print__body-printing{height:100%;margin:0}.rpv-print__body-printing *{display:none}.rpv-print__zone{display:block;height:100%}.rpv-print__page{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;page-break-after:always;page-break-inside:avoid}.rpv-print__page img{display:block;max-height:100%;max-width:100%}}.rpv-properties__loader{text-align:center}.rpv-properties__modal{min-height:20rem;padding:.5rem 0}.rpv-properties__modal-section{padding:0 .5rem}.rpv-properties__modal-footer{display:flex;justify-content:center;margin-top:.5rem}.rpv-properties__item{align-items:flex-start;display:flex;margin:.5rem 0}.rpv-properties__item--rtl{direction:rtl}.rpv-properties__item-label{padding-right:.5rem;width:25%}.rpv-properties__item-value{flex:1}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}.rpv-selection-mode__grab{cursor:grab}.rpv-selection-mode__grab :not(input),.rpv-selection-mode__grab :not(select),.rpv-selection-mode__grab :not(textarea){cursor:grab!important}.rpv-selection-mode__grabbing{cursor:grabbing}.rpv-selection-mode__grabbing :not(input),.rpv-selection-mode__grabbing :not(select),.rpv-selection-mode__grabbing :not(textarea){cursor:grabbing!important}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}:root{--rpv-toolbar__label--color: #000}.rpv-core__viewer--dark{--rpv-toolbar__label--color: #fff}.rpv-toolbar{align-items:center;display:flex;width:100%}.rpv-toolbar--rtl{direction:rtl}.rpv-toolbar__left{align-items:center;display:flex}.rpv-toolbar__center{align-items:center;display:flex;flex-grow:1;flex-shrink:1;justify-content:center}.rpv-toolbar__right{align-items:center;display:flex;margin-left:auto}.rpv-toolbar__item{align-items:center;display:flex;padding:0 .125rem}.rpv-toolbar__label{color:var(--rpv-toolbar__label--color)}:root{--rpv-default-layout__body-background-color: #fff;--rpv-default-layout__container-border-color: rgba(0, 0, 0, .3);--rpv-default-layout__toolbar-background-color: #eee;--rpv-default-layout__toolbar-border-bottom-color: rgba(0, 0, 0, .1);--rpv-default-layout__sidebar-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #eee;--rpv-default-layout__sidebar-content--opened-background-color: #fff;--rpv-default-layout__sidebar-content--opened-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar-content--opened-color: #000}.rpv-core__viewer--dark{--rpv-default-layout__body-background-color: #1a1a1a;--rpv-default-layout__container-border-color: #454647;--rpv-default-layout__toolbar-background-color: #292929;--rpv-default-layout__toolbar-border-bottom-color: #000;--rpv-default-layout__sidebar-border-color: #000;--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #292929;--rpv-default-layout__sidebar-content--opened-background-color: #1a1a1a;--rpv-default-layout__sidebar-content--opened-border-color: #292929;--rpv-default-layout__sidebar-content--opened-color: #fff}.rpv-default-layout__container{border:1px solid var(--rpv-default-layout__container-border-color);box-sizing:border-box;height:100%;width:100%}.rpv-default-layout__toolbar{align-items:center;background-color:var(--rpv-default-layout__toolbar-background-color);border-bottom:1px solid var(--rpv-default-layout__toolbar-border-bottom-color);display:flex;left:0;position:absolute;top:0;height:2.5rem;width:100%;z-index:1}.rpv-default-layout__sidebar{display:flex;padding-top:2.5rem}.rpv-default-layout__sidebar--opened{bottom:0;left:0;position:absolute;top:0;width:12rem;background-color:var(--rpv-default-layout__sidebar--opened-background-color);z-index:1}.rpv-default-layout__sidebar--ltr{border-right:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__sidebar--rtl{border-left:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__main{display:flex;height:100%;position:relative}.rpv-default-layout__main--rtl{direction:rtl}.rpv-default-layout__body{background-color:var(--rpv-default-layout__body-background-color);flex:1;overflow:auto;padding-top:2.5rem}@media(min-width:768px){.rpv-default-layout__sidebar--opened{width:16rem}}@media(min-width:1024px){.rpv-default-layout__sidebar--opened{background:inherit;position:inherit;width:20rem;z-index:inherit}}.rpv-default-layout__sidebar-tabs{display:flex;height:100%;width:100%}.rpv-default-layout__sidebar-headers{background-color:var(--rpv-default-layout__sidebar-headers-background-color);padding:.25rem}.rpv-default-layout__sidebar-header{padding:.125rem}.rpv-default-layout__sidebar-content{display:none;flex-grow:1;flex-shrink:1}.rpv-default-layout__sidebar-content--opened{background-color:var(--rpv-default-layout__sidebar-content--opened-background-color);color:var(--rpv-default-layout__sidebar-content--opened-color);display:flex;overflow:hidden}.rpv-default-layout__sidebar-content--ltr{border-left:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.rpv-default-layout__sidebar-content--rtl{border-right:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}._overlay_fehv9_1{position:fixed;inset:0;z-index:1200;background:#000000d9;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;flex-direction:column}._header_fehv9_12{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:calc(.8rem + env(safe-area-inset-top,0px)) 1rem .8rem;color:#fff}._headerActions_fehv9_21{display:inline-flex;align-items:center;gap:.5rem}._headerButton_fehv9_27{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#0f0f0f8f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .14s ease-out,background-color .14s ease-out,border-color .14s ease-out}._headerButtonIcon_fehv9_43{width:1.36rem;height:1.36rem;display:block}._bottomActions_fehv9_49{position:absolute;left:50%;bottom:calc(1rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);display:inline-flex;align-items:center;gap:.74rem;z-index:3}._bottomActionButton_fehv9_60{width:3.5rem;height:3.5rem;min-width:3.5rem;min-height:3.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.26);background:#121212ad;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .14s ease-out,background-color .14s ease-out,border-color .14s ease-out}._bottomActionIcon_fehv9_76{width:1.74rem;height:1.74rem;display:block}._title_fehv9_82{min-width:0;font-size:.86rem;color:#ffffffdb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._stage_fehv9_91{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;padding:.9rem}._stageDocument_fehv9_103{align-items:stretch;justify-content:center;touch-action:pan-x pan-y}._media_fehv9_109{max-width:min(96vw,1400px);max-height:min(82vh,100dvh - 9rem);object-fit:contain;transform-origin:center center;transition:transform .14s ease-out;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}._mediaVideo_fehv9_119{background:#00000070;border-radius:.9rem}._documentViewer_fehv9_124{width:min(96vw,1180px);height:min(84vh,100dvh - 8.6rem);border-radius:.9rem;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#fff;color:#101418;box-shadow:0 14px 34px #00000047;display:flex;flex-direction:column}._wordContent_fehv9_137{height:100%;overflow:auto;padding:1.4rem 1.2rem;line-height:1.6;font-size:.95rem}._excelTableWrap_fehv9_145{height:100%;overflow:auto;background:#f7f9fc}._excelTable_fehv9_145{min-width:100%;border-collapse:collapse;font-size:.82rem}._excelTable_fehv9_145 td{border:1px solid #d7dde8;padding:.34rem .46rem;white-space:nowrap;color:#18212d;background:#fff}._excelTable_fehv9_145 tr:first-child td{position:sticky;top:0;z-index:1;background:#e9effa;font-weight:600}._textContent_fehv9_171{margin:0;padding:1.2rem 1rem;font-size:.85rem;line-height:1.45;color:#293446;white-space:pre-wrap;overflow:auto}._loading_fehv9_181,._error_fehv9_182{color:#ffffffd1;font-size:.86rem;text-align:center}._counter_fehv9_188{position:absolute;bottom:calc(5.05rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0b0b0b8f;color:#ffffffeb;font-size:.75rem;font-weight:600;line-height:1;padding:.42rem .72rem;pointer-events:none}._navButton_fehv9_204{position:absolute;top:50%;transform:translateY(-50%);width:2.9rem;height:2.9rem;min-width:2.9rem;min-height:2.9rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#0f0f0f8f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .14s ease-out,background-color .14s ease-out,border-color .14s ease-out,opacity .14s ease-out}._navButtonPrev_fehv9_223{left:1rem}._navButtonNext_fehv9_227{right:1rem}._hint_fehv9_231{position:absolute;right:1rem;bottom:calc(5.1rem + env(safe-area-inset-bottom,0px));border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0b0b0b8f;color:#ffffffe6;font-size:.7rem;line-height:1;padding:.42rem .68rem}@media(hover:hover)and (pointer:fine){._headerButton_fehv9_27:hover,._bottomActionButton_fehv9_60:hover,._navButton_fehv9_204:hover{transform:scale(1.04);background:#1e1e1e9e;border-color:#ffffff57}}@media(max-width:768px){._header_fehv9_12{padding:calc(.64rem + env(safe-area-inset-top,0px)) .74rem .64rem}._headerButton_fehv9_27,._navButton_fehv9_204{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem}._bottomActions_fehv9_49{bottom:calc(.84rem + env(safe-area-inset-bottom,0px));gap:.64rem}._bottomActionButton_fehv9_60{width:3.3rem;height:3.3rem;min-width:3.3rem;min-height:3.3rem}._bottomActionIcon_fehv9_76{width:1.66rem;height:1.66rem}._stage_fehv9_91{padding:.42rem}._documentViewer_fehv9_124{width:100%;height:min(88vh,100dvh - 7.6rem);border-radius:.66rem}._media_fehv9_109{max-height:min(86vh,100dvh - 7.4rem)}._navButtonPrev_fehv9_223{left:.5rem}._navButtonNext_fehv9_227{right:.5rem}._hint_fehv9_231{display:none}}@media(prefers-reduced-motion:reduce){._headerButton_fehv9_27,._bottomActionButton_fehv9_60,._navButton_fehv9_204,._media_fehv9_109{transition-duration:1ms!important}}._navBar_1s5c7_1{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:center;padding-inline:.6rem;padding-bottom:calc(env(safe-area-inset-bottom,0px) + .36rem);z-index:40;pointer-events:none}._navBarInline_1s5c7_14{position:fixed}._surface_1s5c7_18{pointer-events:auto;position:relative;z-index:1;width:min(680px,100%);display:flex;gap:.35rem;padding:.4rem;border-radius:1.2rem;border:1px solid rgba(181,222,255,.26);background:transparent;box-shadow:none;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}._surfaceFlat_1s5c7_34{background:transparent;border-color:#a9d0ee57;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}._surfaceFlat_1s5c7_34 ._navItem_1s5c7_42:hover{border-color:#b3d8f46b;background:#5682af29}._surfaceFlat_1s5c7_34 ._navItemActive_1s5c7_47{border-color:#addafa8f;background:linear-gradient(180deg,#5d9fd83d,#5d9fd81a);box-shadow:0 6px 14px #163e6347,inset 0 1px #ffffff2e}._navItem_1s5c7_42{position:relative;flex:1 1 0;min-width:0;min-height:3.1rem;border-radius:.95rem;border:1px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;color:#deebffdb;text-decoration:none;transition:transform .2s ease,color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}._navItem_1s5c7_42:hover{color:#fff;border-color:#bcdeff47;background:#79a3e824;transform:translateY(-1px)}._navItem_1s5c7_42:focus-visible{outline:none;border-color:#9edcff94;box-shadow:0 0 0 2px #9edcff59}._navItemSkeleton_1s5c7_81{flex:1 1 0;min-width:0;min-height:3.1rem;border-radius:.95rem;border:1px solid rgba(181,222,255,.16);background:#5682af29}._navItemActive_1s5c7_47{color:#fff;border-color:#a6e2ff8c;background:linear-gradient(180deg,#60a9e842,#60a9e81f);box-shadow:0 10px 18px #20588e59,inset 0 1px #fff3}._navIcon_1s5c7_97{width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center}._navIcon_1s5c7_97 svg{width:100%;height:100%;display:block}._navBadge_1s5c7_110{position:absolute;top:.36rem;right:calc(50% - 1.12rem);min-width:1.12rem;height:1.12rem;border-radius:999px;padding:0 .28rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,205,205,.7);background:linear-gradient(165deg,#fa4854f5,#d0222ff5);color:#fff;font-size:.62rem;font-weight:700;line-height:1;box-shadow:0 6px 14px #880c1473,inset 0 1px #ffffff3d;pointer-events:none}._navLabel_1s5c7_131{font-size:clamp(.62rem,1.5vw,.77rem);line-height:1.05;font-weight:600;letter-spacing:.01em;white-space:nowrap}@media(max-width:768px){._navBar_1s5c7_1{padding-inline:.4rem}._surface_1s5c7_18{padding:.32rem;gap:.28rem}._navItem_1s5c7_42,._navItemSkeleton_1s5c7_81{min-height:3rem}._navBadge_1s5c7_110{top:.32rem;right:calc(50% - 1.02rem);min-width:1.04rem;height:1.04rem;font-size:.58rem;padding:0 .24rem}._navLabel_1s5c7_131{font-size:.67rem}}@media(min-width:769px){._navBarInline_1s5c7_14{position:static;left:auto;right:auto;bottom:auto;justify-content:stretch;padding-inline:0;padding-bottom:0;z-index:auto;pointer-events:auto}._navBarInline_1s5c7_14 ._surface_1s5c7_18{width:100%;max-width:none;border-radius:1rem;padding:.4rem}}@media(prefers-color-scheme:dark){._surface_1s5c7_18{background:#0a121eb8;border-color:#aaddfc47;box-shadow:0 12px 32px #0309107a,inset 0 1px #ffffff1a}._surfaceFlat_1s5c7_34{background:#0a121e99;border-color:#a9d0ee57}._navItem_1s5c7_42{color:#deebffd1}._navItem_1s5c7_42:hover{color:#e8f5ff;border-color:#bcdeff4d;background:#5d9fd824}._navItem_1s5c7_42:focus-visible{border-color:#9edcff94;box-shadow:0 0 0 2px #9edcff4d}._navItemActive_1s5c7_47{color:#e8f5ff;border-color:#aaddfc80;background:linear-gradient(180deg,#60a9e83d,#60a9e81a);box-shadow:0 10px 22px #03091066,inset 0 1px #ffffff2e}._navItemSkeleton_1s5c7_81{border-color:#b5deff24;background:#5682af24}._surfaceFlat_1s5c7_34 ._navItem_1s5c7_42:hover{border-color:#b3d8f461;background:#5682af29}._surfaceFlat_1s5c7_34 ._navItemActive_1s5c7_47{border-color:#addafa85;background:linear-gradient(180deg,#5d9fd838,#5d9fd817);box-shadow:0 6px 16px #03091061,inset 0 1px #ffffff29}}@media(prefers-color-scheme:light){._surface_1s5c7_18{border-color:#0000001f;box-shadow:0 2px 16px #00000024,0 1px 4px #00000014}._navItem_1s5c7_42{color:#0000008c;border-color:transparent}._navItem_1s5c7_42:hover{color:#000c;border-color:#00000026;box-shadow:0 2px 8px #0000001f;background:#0000000f}._navItem_1s5c7_42:focus-visible{border-color:#0003;box-shadow:0 0 0 2px #00000026}._navItemActive_1s5c7_47{color:#000000d9;border-color:#0000002e;background:#00000014;box-shadow:0 4px 12px #00000024,inset 0 1px #fff9}._surfaceFlat_1s5c7_34 ._navItem_1s5c7_42:hover{border-color:#00000026;box-shadow:0 2px 8px #0000001f;background:#0000000f}._surfaceFlat_1s5c7_34 ._navItemActive_1s5c7_47{border-color:#0000002e;background:#00000014;box-shadow:0 4px 12px #00000024}}@media(max-width:420px){._navItem_1s5c7_42{min-height:2.8rem;gap:.1rem}._navItemSkeleton_1s5c7_81{min-height:2.8rem}._navIcon_1s5c7_97{width:1.12rem;height:1.12rem}._navLabel_1s5c7_131{font-size:.62rem}._navBadge_1s5c7_110{top:.28rem;right:calc(50% - .95rem)}}:root{--msg-bg-base: #0b1220;--msg-chat-bg: #0f1b30;--msg-surface: #0f1a2b;--msg-surface-hover: #162235;--msg-accent: #1ca88e;--msg-accent-hover: #15806e;--msg-accent-active: #0e6a5c;--msg-text-primary: #e6edf6;--msg-text-secondary: #9fb3c8;--msg-text-muted: #5e7288;--msg-divider: rgba(255, 255, 255, .06);--msg-glass-bg: rgba(15, 26, 43, .65);--msg-glass-border: rgba(255, 255, 255, .05);--msg-shadow-panel: 0 20px 48px rgba(3, 10, 20, .38);--msg-shadow-soft: 0 10px 26px rgba(3, 9, 18, .3);--msg-shadow-glow: 0 0 24px rgba(28, 168, 142, .12);--msg-focus-ring: 0 0 0 2px rgba(28, 168, 142, .22);--msg-radius-xs: 10px;--msg-radius-sm: 14px;--msg-radius-md: 18px;--msg-radius-lg: 22px;--msg-motion-fast: .14s ease-out;--msg-motion-slow: .17s ease-out;--msg-scale-soft: 1.015;--msg-scale-card: 1.02;--msg-noise-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.75'/%3E%3C/svg%3E")}@media(prefers-color-scheme:light){:root{--msg-bg-base: #eef1f6;--msg-chat-bg: #e5eaf2;--msg-surface: #ffffff;--msg-surface-hover: rgba(0, 0, 0, .04);--msg-accent: #1ca88e;--msg-accent-hover: #15806e;--msg-accent-active: #0e6a5c;--msg-text-primary: #1a2535;--msg-text-secondary: #4a5e74;--msg-text-muted: #7a909e;--msg-divider: rgba(0, 0, 0, .08);--msg-glass-bg: rgba(255, 255, 255, .78);--msg-glass-border: rgba(0, 0, 0, .08);--msg-shadow-panel: 0 8px 32px rgba(0, 0, 0, .1);--msg-shadow-soft: 0 4px 16px rgba(0, 0, 0, .08);--msg-shadow-glow: 0 0 24px rgba(28, 168, 142, .1);--msg-focus-ring: 0 0 0 2px rgba(28, 168, 142, .25)}}:root,:host,._themed-scope_1h8bh_4{--hover-overlay: color-mix(in oklab, var(--text-primary) 8%, transparent);--menu-bg: color-mix(in oklab, var(--bg-primary) 96%, black 4%);--menu-border: color-mix( in oklab, var(--border-color) 80%, var(--text-secondary) 20% );--danger: #c62828}._row_1h8bh_15{position:relative;display:grid;grid-template-columns:minmax(0,1fr) var(--storage-date-col, 140px) var(--storage-size-col, 120px) minmax(var(--storage-actions-col, 32px),max-content);align-items:start;gap:.75rem;min-height:0;height:auto;padding:.6rem .85rem;border-radius:.75rem;border:1px solid color-mix(in oklab,var(--border-color) 70%,transparent);background:color-mix(in oklab,var(--bg-primary) 88%,var(--bg-secondary) 12%);transition:border-color .18s ease,background .18s ease}._row_1h8bh_15:hover{border-color:color-mix(in oklab,var(--border-focus) 60%,var(--border-color) 40%);background:color-mix(in oklab,var(--bg-secondary) 78%,var(--bg-primary) 22%)}._row_1h8bh_15._selected_1h8bh_36{border-color:var(--brand-primary, #007bff);background:color-mix(in oklab,var(--brand-primary, #007bff) 8%,transparent)}._dropTarget_1h8bh_41{border-style:dashed}._dragOver_1h8bh_45{border-color:var(--border-focus);background:color-mix(in oklab,var(--bg-secondary) 72%,var(--bg-primary) 28%)}._nameCell_1h8bh_50{grid-column:1;display:flex;align-items:flex-start;gap:.75rem;min-width:0}._checkbox_1h8bh_58{width:18px;height:18px;flex-shrink:0;cursor:pointer;accent-color:var(--brand-primary, #007bff);border-radius:.25rem}._badge_1h8bh_67{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.65rem;font-size:.7rem;font-weight:700;color:#fff}._folderIcon_1h8bh_80{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.65rem;background-color:#6d4c41;color:#fff}._folderIcon_1h8bh_80 svg{width:20px;height:20px;stroke:currentColor}._pdf_1h8bh_97{background-color:#d32f2f}._doc_1h8bh_101{background-color:#1976d2}._xls_1h8bh_105{background-color:#2e7d32}._img_1h8bh_109{background-color:#8e24aa}._folder_1h8bh_80{background-color:#6d4c41}._name_1h8bh_50{display:block;overflow:visible;text-overflow:unset;white-space:normal;overflow-wrap:anywhere;line-height:1.3;font-weight:600;color:var(--text-primary)}._modified_1h8bh_128,._size_1h8bh_129{justify-self:end;display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.3rem;font-size:.8rem;color:color-mix(in oklab,var(--text-secondary) 85%,transparent);text-align:right;white-space:nowrap}._modified_1h8bh_128{grid-column:2}._size_1h8bh_129{grid-column:3}._modified_1h8bh_128:before,._size_1h8bh_129:before{display:none;content:attr(data-label);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklab,var(--text-secondary) 70%,transparent)}._size_1h8bh_129{gap:.6rem}._sizeValue_1h8bh_164{font-size:.95rem;font-weight:600;color:var(--text-primary)}._sizeValue_1h8bh_164._empty_1h8bh_170{font-style:italic;color:color-mix(in oklab,var(--text-secondary) 70%,transparent);font-weight:500}._metadataRow_1h8bh_176{display:contents}._actionsContainer_1h8bh_180{grid-column:4;justify-self:end;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.6rem}._actions_1h8bh_180{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}@media(hover:hover)and (pointer:fine){._actions_1h8bh_180{opacity:0;pointer-events:none;transition:opacity .18s ease}._row_1h8bh_15:hover ._actions_1h8bh_180{opacity:1;pointer-events:auto}}._linkButton_1h8bh_208{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:.5rem;border:1px solid var(--border-color);background:color-mix(in oklab,var(--bg-primary) 92%,transparent);color:var(--text-primary);font-size:.78rem;cursor:pointer;text-decoration:none}._linkButton_1h8bh_208:hover,._linkButton_1h8bh_208:focus-visible{border-color:var(--border-focus);background:color-mix(in oklab,var(--bg-secondary) 70%,transparent);outline:none}._dangerButton_1h8bh_229{border-color:var(--danger);color:var(--danger)}._kebabWrap_1h8bh_234{position:relative;display:inline-flex;margin-left:auto;z-index:1001}._kebabBtn_1h8bh_241{border:none;background:transparent;cursor:pointer;padding:6px;line-height:1;border-radius:6px;display:flex;align-items:center;justify-content:center;color:color-mix(in oklab,var(--text-secondary) 70%,transparent)}._kebabBtn_1h8bh_241:hover,._kebabBtn_1h8bh_241:focus-visible{outline:none;background:var(--hover-overlay);color:var(--text-primary)}._kebabMenu_1h8bh_261{position:absolute;top:100%;right:0;min-width:160px;background:var(--menu-bg);border:1px solid var(--menu-border);border-radius:8px;box-shadow:0 6px 12px color-mix(in oklab,var(--shadow-color, #000) 16%,transparent);padding:6px;z-index:1000}._row_1h8bh_15{transition:all .2s ease}._row_1h8bh_15[draggable=true]{cursor:grab}._row_1h8bh_15[draggable=true]:active{cursor:grabbing}._row_1h8bh_15._dragOver_1h8bh_45{background:color-mix(in oklab,var(--brand-primary) 8%,transparent);border:2px dashed color-mix(in oklab,var(--brand-primary) 40%,transparent);border-radius:8px;transform:scale(1.02);box-shadow:0 4px 12px color-mix(in oklab,var(--brand-primary) 20%,transparent)}._row_1h8bh_15._dragging_1h8bh_291{opacity:.6;transform:rotate(2deg);box-shadow:0 8px 16px color-mix(in oklab,var(--shadow-color, #000) 30%,transparent)}._menuItem_1h8bh_297{display:block;width:100%;text-align:left;background:transparent;border:none;padding:8px 10px;border-radius:6px;cursor:pointer;font:inherit;color:var(--text-primary)}._menuItem_1h8bh_297:hover,._menuItem_1h8bh_297:focus-visible{background:var(--hover-overlay)}._menuDanger_1h8bh_315{color:var(--danger)}@media(max-width:1024px)and (min-width:769px){._row_1h8bh_15{grid-template-columns:minmax(0,1fr) var(--storage-date-col, 140px) var(--storage-size-col, 120px) minmax(var(--storage-actions-col, 32px),max-content);gap:.5rem}._modified_1h8bh_128,._size_1h8bh_129{font-size:.8rem;min-width:0}._actionsContainer_1h8bh_180{gap:.4rem}}@media(max-width:768px){._row_1h8bh_15{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:.4rem;padding:.65rem 2.5rem .65rem .85rem}._metadataRow_1h8bh_176{display:flex;flex-direction:row;align-items:center;gap:0;font-size:.75rem;color:color-mix(in oklab,var(--text-secondary) 80%,transparent)}._nameCell_1h8bh_50{flex:1;margin-bottom:0;gap:.5rem}._badge_1h8bh_67,._folderIcon_1h8bh_80{width:32px;height:32px;flex-shrink:0}._name_1h8bh_50{overflow:visible;text-overflow:unset;white-space:normal;word-break:break-word;font-size:.9rem;line-height:1.25;font-weight:600}._modified_1h8bh_128,._size_1h8bh_129{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.25rem;font-size:.75rem;text-align:left;max-width:none;overflow:visible;white-space:nowrap;color:color-mix(in oklab,var(--text-secondary) 80%,transparent)}._modified_1h8bh_128:before,._size_1h8bh_129:before{display:none}._size_1h8bh_129:before{content:"•";display:inline;margin:0 .4rem;opacity:.5}._modified_1h8bh_128{margin-right:0}._size_1h8bh_129{margin-left:0}._sizeValue_1h8bh_164{font-size:.75rem;font-weight:500}._actionsContainer_1h8bh_180{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.35rem}._actions_1h8bh_180{opacity:1;pointer-events:auto;gap:.25rem}._kebabWrap_1h8bh_234{position:absolute;top:.5rem;right:.5rem;margin-left:0}._kebabBtn_1h8bh_241{padding:6px;background:color-mix(in oklab,var(--bg-secondary) 60%,transparent);border-radius:.5rem}._kebabBtn_1h8bh_241:hover,._kebabBtn_1h8bh_241:focus-visible{background:var(--hover-overlay)}._linkButton_1h8bh_208{padding:.25rem .5rem;font-size:.7rem}}@media(max-width:480px){._row_1h8bh_15{padding:.6rem 2.3rem .6rem .75rem;gap:.35rem}._badge_1h8bh_67{width:30px;height:30px;font-size:.65rem}._folderIcon_1h8bh_80{width:30px;height:30px}._folderIcon_1h8bh_80 svg{width:18px;height:18px}._nameCell_1h8bh_50{gap:.45rem}._name_1h8bh_50{font-size:.85rem;line-height:1.2}._modified_1h8bh_128,._size_1h8bh_129{font-size:.7rem}._size_1h8bh_129:before{margin:0 .35rem}._sizeValue_1h8bh_164{font-size:.7rem}._actionsContainer_1h8bh_180{gap:.25rem}._actions_1h8bh_180{gap:.2rem}._linkButton_1h8bh_208{padding:.2rem .4rem;font-size:.65rem}._kebabWrap_1h8bh_234{position:absolute;top:.45rem;right:.45rem}._kebabBtn_1h8bh_241{padding:5px}}._toolbar_pg07c_2{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:.75rem;border:1px solid var(--border-color)}._info_pg07c_12{display:flex;align-items:center;gap:.5rem}._count_pg07c_18{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .4rem;background:var(--brand-primary, #007bff);color:#fff;font-size:.8rem;font-weight:600;border-radius:12px}._label_pg07c_32{font-size:.9rem;font-weight:500;color:var(--text-primary)}._actions_pg07c_38{display:flex;align-items:center;gap:.5rem}._button_pg07c_44{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease}._button_pg07c_44 svg{width:16px;height:16px}._button_pg07c_44:hover:not(:disabled){background:var(--bg-secondary);transform:translateY(-1px)}._button_pg07c_44:active:not(:disabled){transform:translateY(0)}._button_pg07c_44:disabled{opacity:.5;cursor:not-allowed}._deleteButton_pg07c_74{background:var(--danger, #c62828);color:#fff;border-color:var(--danger, #c62828);font-weight:600}._deleteButton_pg07c_74:hover:not(:disabled){background:color-mix(in oklab,var(--danger, #c62828) 90%,black 10%);border-color:color-mix(in oklab,var(--danger, #c62828) 90%,black 10%)}._cancelButton_pg07c_85{background:transparent}._cancelButton_pg07c_85:hover{background:var(--hover-overlay)}@media(max-width:768px){._toolbar_pg07c_2{flex-direction:column;align-items:stretch;gap:.75rem;padding:.65rem}._info_pg07c_12{justify-content:center}._actions_pg07c_38{width:100%;gap:.4rem}._button_pg07c_44{flex:1;justify-content:center;padding:.6rem .75rem;font-size:.8rem}._label_pg07c_32{font-size:.85rem}}@media(max-width:480px){._button_pg07c_44{font-size:.75rem;padding:.5rem .6rem}._button_pg07c_44 svg{width:14px;height:14px}._count_pg07c_18{min-width:22px;height:22px;font-size:.75rem}._label_pg07c_32{font-size:.8rem}}._page_pgep3_2{height:100dvh;display:flex;flex-direction:column;padding:0;overflow:hidden;width:100%;max-width:100vw}._mainContent_pgep3_12{flex:1;display:flex;flex-direction:column;min-height:0;padding:clamp(12px,2vw,20px) clamp(12px,4vw,24px);width:100%;max-width:100vw;overflow-x:hidden}._selectCard_pgep3_23{background:color-mix(in oklab,var(--bg-secondary) 88%,var(--bg-primary) 12%);border-radius:1rem;padding:1.5rem;border:1px solid color-mix(in oklab,var(--border-color) 85%,var(--text-secondary) 15%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--text-primary);display:flex;flex-direction:column;justify-content:center;min-height:100px;width:100%}._stationSelectWrap_pgep3_37{display:flex;flex-direction:column;gap:.5rem;width:100%}._stationSelectLabel_pgep3_44{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklab,var(--text-primary) 62%,transparent)}._stationSelect_pgep3_37{height:50.6px;position:relative;appearance:none;padding:.6rem 2.5rem .6rem 1rem;border-radius:.75rem;border:1px solid color-mix(in oklab,var(--border-color) 85%,transparent);background:color-mix(in oklab,var(--bg-secondary) 82%,var(--bg-primary) 18%);color:var(--text-primary);font-size:.95rem;line-height:1.2;cursor:pointer;width:100%;transition:border-color .2s ease,box-shadow .2s ease;background-image:url("data:image/svg+xml;utf8,<svg fill='%23666' height='12' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M2 4l4 4 4-4z'/></svg>");background-repeat:no-repeat;background-position:right .9rem center;background-size:1rem}._stationSelect_pgep3_37:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._stationSelect_pgep3_37:hover{border-color:color-mix(in oklab,var(--border-focus) 55%,var(--border-color) 45%)}._stationSelect_pgep3_37:disabled{cursor:not-allowed;opacity:.6}._mainContent_pgep3_12>._stationSelect_pgep3_37{display:none}@media(min-width:770px){._mainContent_pgep3_12>._stationSelect_pgep3_37{display:none!important}._leftColumn_pgep3_90{display:flex!important}._leftColumn_pgep3_90 ._stationSelect_pgep3_37{display:block}}@media(min-width:1025px){._page_pgep3_2{height:100dvh;overflow:hidden}._mainContent_pgep3_12{height:100%;overflow:hidden}._layout_pgep3_106{height:100%}._storageSection_pgep3_109{height:100%;overflow:hidden}._storageBody_pgep3_113{flex:1;min-height:0;overflow:hidden}._fileListContainer_pgep3_118{flex:1;min-height:0;overflow-y:auto}}._layout_pgep3_106{display:grid;grid-template-columns:300px 1fr;gap:6px;width:100%;height:100%;margin:0;padding:0;flex:1;min-height:0;align-items:stretch}._leftColumn_pgep3_90{display:flex;flex-direction:column;gap:6px;width:100%;height:100%}._rightColumn_pgep3_145{display:flex;flex-direction:column;gap:6px;width:100%;height:100%;min-height:0}._infoCard_pgep3_154{background:transparent;border-radius:1rem;padding:1.5rem;border:none;color:var(--text-primary);display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}._stationName_pgep3_167{font-size:1.65rem;font-weight:700;margin:0;font-family:var(--font-family-headings)}._stationMeta_pgep3_174{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}._stationType_pgep3_181{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:color-mix(in oklab,var(--text-secondary) 14%,transparent);font-size:.82rem;font-weight:500}._stationStatus_pgep3_191{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}._statusActive_pgep3_200{background:color-mix(in oklab,#4caf50 22%,transparent);color:color-mix(in oklab,#4caf50 70%,var(--text-primary))}._statusInactive_pgep3_205{background:color-mix(in oklab,#f44336 22%,transparent);color:color-mix(in oklab,#f44336 70%,var(--text-primary))}._stationBadge_pgep3_210{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;background:color-mix(in oklab,var(--brand-primary) 22%,transparent);color:color-mix(in oklab,var(--brand-primary) 80%,var(--text-primary));font-size:.75rem;font-weight:600}._stationCoordinates_pgep3_222{font-size:.85rem;color:color-mix(in oklab,var(--text-primary) 72%,transparent)}._stationError_pgep3_227{padding:.65rem .9rem;border-radius:.75rem;background:color-mix(in oklab,var(--error-color) 16%,transparent);color:color-mix(in oklab,var(--error-color) 70%,var(--text-primary));border:1px solid color-mix(in oklab,var(--error-color) 32%,transparent);font-size:.85rem}._stationDescription_pgep3_236{margin:0;font-size:.9rem;line-height:1.5;color:color-mix(in oklab,var(--text-primary) 78%,transparent);background:color-mix(in oklab,var(--bg-primary) 88%,var(--bg-secondary) 12%);border-radius:.85rem;padding:1rem}._storageSection_pgep3_109{--storage-date-col: clamp(110px, 14vw, 150px);--storage-size-col: clamp(95px, 10vw, 130px);--storage-actions-col: 32px;background:color-mix(in oklab,var(--bg-secondary) 92%,var(--bg-primary) 8%);border-radius:.75rem;padding:1.5rem;border:1px solid color-mix(in oklab,var(--border-color) 90%,var(--text-secondary) 10%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;height:100%;min-height:0;flex:1;overflow:hidden}._storageHeader_pgep3_263{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;position:relative}._storageTitleSection_pgep3_271{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:0}._storageTitleRow_pgep3_279{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._storageTitle_pgep3_271{font-size:1.35rem;font-weight:700;margin:0}._storageSubtitle_pgep3_292{margin:.35rem 0 0;font-size:.9rem;color:color-mix(in oklab,var(--text-primary) 65%,transparent)}._storageActions_pgep3_298{display:flex;flex-direction:column;gap:.6rem;align-items:flex-end}._closeButton_pgep3_305{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:color-mix(in oklab,var(--text-primary) 8%,transparent);border:1px solid color-mix(in oklab,var(--border-color) 60%,transparent);border-radius:8px;color:color-mix(in oklab,var(--text-primary) 70%,transparent);cursor:pointer;transition:all .2s ease;z-index:10}._closeButton_pgep3_305:hover{background:color-mix(in oklab,var(--text-primary) 15%,transparent);border-color:color-mix(in oklab,var(--border-color) 80%,transparent);color:var(--text-primary);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in oklab,var(--shadow-color, #000) 15%,transparent)}._closeButton_pgep3_305:active{transform:translateY(0);box-shadow:0 2px 6px color-mix(in oklab,var(--shadow-color, #000) 10%,transparent)}._closeButton_pgep3_305:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._closeButton_pgep3_305 svg{width:20px;height:20px;stroke:currentColor;flex-shrink:0}._headerActions_pgep3_344{display:inline-flex;align-items:center;gap:.5rem}._refreshButton_pgep3_350{padding:.45rem .95rem;border-radius:.75rem;border:1px solid color-mix(in oklab,var(--border-color) 70%,var(--text-secondary) 30%);background:linear-gradient(135deg,color-mix(in oklab,var(--brand-primary) 22%,transparent),color-mix(in oklab,var(--brand-primary) 12%,transparent));color:color-mix(in oklab,var(--text-primary) 94%,white 6%);font-size:.85rem;font-weight:500;cursor:pointer;transition:transform .16s ease,border-color .2s ease,background .2s ease}._refreshButton_pgep3_350:hover:not(:disabled){transform:translateY(-1px);border-color:color-mix(in oklab,var(--brand-primary) 40%,var(--border-color) 60%);background:linear-gradient(135deg,color-mix(in oklab,var(--brand-primary) 32%,transparent),color-mix(in oklab,var(--brand-primary) 18%,transparent))}._refreshButton_pgep3_350:disabled{opacity:.55;cursor:not-allowed}._selectButton_pgep3_371{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .95rem;border-radius:.75rem;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease}._selectButton_pgep3_371 svg{width:18px;height:18px}._selectButton_pgep3_371:hover{background:var(--bg-secondary);border-color:var(--border-focus);transform:translateY(-1px)}._breadcrumbs_pgep3_395{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem;margin:1.2rem 0 1rem;font-size:.85rem;color:color-mix(in oklab,var(--text-primary) 60%,transparent)}._backButton_pgep3_406{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:color-mix(in oklab,var(--brand-primary) 15%,transparent);border:1px solid color-mix(in oklab,var(--brand-primary) 30%,transparent);border-radius:.75rem;color:color-mix(in oklab,var(--brand-primary) 80%,var(--text-primary) 20%);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}._backButton_pgep3_406:hover{background:color-mix(in oklab,var(--brand-primary) 25%,transparent);border-color:color-mix(in oklab,var(--brand-primary) 50%,transparent);color:var(--brand-primary);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in oklab,var(--brand-primary) 20%,transparent)}._backButton_pgep3_406:active{transform:translateY(0);box-shadow:0 2px 6px color-mix(in oklab,var(--brand-primary) 15%,transparent)}._backButton_pgep3_406:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}._backButton_pgep3_406 svg{width:16px;height:16px;stroke:currentColor;flex-shrink:0}._breadcrumbLeft_pgep3_443{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;flex:1;min-width:0}._breadcrumbItem_pgep3_452{display:inline-flex;align-items:center}._breadcrumbLink_pgep3_457{background:transparent;border:none;color:inherit;cursor:pointer;padding:0;font-size:inherit;transition:color .18s ease}._breadcrumbLink_pgep3_457:hover{color:color-mix(in oklab,var(--text-primary) 88%,transparent)}._breadcrumbCurrent_pgep3_470{color:color-mix(in oklab,var(--text-primary) 90%,transparent);font-weight:600}._breadcrumbSeparator_pgep3_475{margin:0 .25rem;color:color-mix(in oklab,var(--text-primary) 35%,transparent)}._actionButtons_pgep3_480{display:flex;align-items:center;gap:8px;flex-shrink:0}._createFolderButton_pgep3_487{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:color-mix(in oklab,#4caf50 20%,transparent);border:1px solid color-mix(in oklab,#4caf50 40%,transparent);border-radius:8px;color:color-mix(in oklab,#4caf50 80%,var(--text-primary) 20%);cursor:pointer;transition:all .2s ease;flex-shrink:0}._createFolderButton_pgep3_487:hover{background:color-mix(in oklab,#4caf50 30%,transparent);border-color:color-mix(in oklab,#4caf50 60%,transparent);color:#4caf50;transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in oklab,#4caf50 25%,transparent)}._createFolderButton_pgep3_487:active{transform:translateY(0);box-shadow:0 2px 6px color-mix(in oklab,#4caf50 20%,transparent)}._createFolderButton_pgep3_487:focus-visible{outline:2px solid #4caf50;outline-offset:2px}._createFolderButton_pgep3_487 svg{width:18px;height:18px;stroke:currentColor;flex-shrink:0}._importFileButton_pgep3_523{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:color-mix(in oklab,#2196f3 20%,transparent);border:1px solid color-mix(in oklab,#2196f3 40%,transparent);border-radius:8px;color:color-mix(in oklab,#2196f3 80%,var(--text-primary) 20%);cursor:pointer;transition:all .2s ease;flex-shrink:0}._importFileButton_pgep3_523:hover{background:color-mix(in oklab,#2196f3 30%,transparent);border-color:color-mix(in oklab,#2196f3 60%,transparent);color:#2196f3;transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in oklab,#2196f3 25%,transparent)}._importFileButton_pgep3_523:active{transform:translateY(0);box-shadow:0 2px 6px color-mix(in oklab,#2196f3 20%,transparent)}._importFileButton_pgep3_523:focus-visible{outline:2px solid #2196f3;outline-offset:2px}._importFileButton_pgep3_523 svg{width:18px;height:18px;stroke:currentColor;flex-shrink:0}._storageBody_pgep3_113{display:flex;flex-direction:column;flex:1;min-height:0}._fileListContainer_pgep3_118{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;height:100%;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:color-mix(in oklab,var(--text-secondary) 30%,transparent) color-mix(in oklab,var(--bg-primary) 95%,var(--bg-secondary) 5%)}._fileListContainer_pgep3_118::-webkit-scrollbar{width:8px}._fileListContainer_pgep3_118::-webkit-scrollbar-track{background:color-mix(in oklab,var(--bg-primary) 95%,var(--bg-secondary) 5%);border-radius:4px}._fileListContainer_pgep3_118::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--text-secondary) 30%,transparent);border-radius:4px;transition:background .2s ease}._fileListContainer_pgep3_118::-webkit-scrollbar-thumb:hover{background:color-mix(in oklab,var(--text-secondary) 50%,transparent)}._fileListContainer_pgep3_118::-webkit-scrollbar-thumb:active{background:color-mix(in oklab,var(--brand-primary) 60%,transparent)}._uploadProgress_pgep3_600{position:fixed;bottom:clamp(16px,4vw,32px);left:clamp(16px,4vw,32px);z-index:1001;width:min(320px,100vw - clamp(32px,8vw,96px));pointer-events:none}._uploadProgressContent_pgep3_609{pointer-events:auto;padding:16px 18px;border-radius:16px;background:color-mix(in oklab,var(--bg-primary) 94%,var(--brand-primary) 6%);border:1px solid color-mix(in oklab,var(--border-color) 72%,var(--brand-primary) 28%);box-shadow:0 12px 32px color-mix(in oklab,var(--shadow-color, #000) 22%,transparent);display:flex;flex-direction:column;gap:12px}._uploadProgressHeader_pgep3_621{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._uploadProgressText_pgep3_628{display:flex;flex-direction:column;gap:4px}._uploadProgressTitle_pgep3_634{font-size:.95rem;font-weight:600;color:var(--text-primary)}._uploadProgressSubtitle_pgep3_640{font-size:.78rem;color:color-mix(in oklab,var(--text-primary) 68%,transparent)}._uploadProgressMeta_pgep3_645{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:72px}._uploadProgressCount_pgep3_653{font-size:.9rem;font-weight:700;color:color-mix(in oklab,var(--brand-primary) 70%,var(--text-primary) 30%)}._uploadProgressPercent_pgep3_659{font-size:.75rem;color:color-mix(in oklab,var(--text-primary) 60%,transparent)}._uploadProgressBar_pgep3_664{width:100%;height:6px;background:color-mix(in oklab,var(--border-color) 55%,transparent);border-radius:999px;overflow:hidden}._uploadProgressFill_pgep3_672{height:100%;background:linear-gradient(90deg,#ff3b30,#34c759);border-radius:999px;transition:width .3s ease}._uploadFilesList_pgep3_679{max-height:90px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}._uploadFileName_pgep3_687{font-size:.8rem;color:color-mix(in oklab,var(--text-primary) 72%,transparent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:720px){._fabMainButton_pgep3_696{--fab-size: 52px;--fab-icon: 20px;font-size:26px}._fabAction_pgep3_701{font-size:.88rem;padding:9px 12px}}@media(prefers-reduced-motion:reduce){._fabMainButton_pgep3_696,._fabMainButton_pgep3_696:before,._fabMainButton_pgep3_696:after{transition:none}}._searchSortCard_pgep3_713{background:color-mix(in oklab,var(--bg-secondary) 88%,var(--bg-primary) 12%);border-radius:1rem;border:1px solid color-mix(in oklab,var(--border-color) 85%,var(--text-secondary) 15%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}._searchSortControls_pgep3_720{background:color-mix(in oklab,var(--bg-secondary) 90%,var(--bg-primary) 10%);border-radius:.75rem;border:1px solid color-mix(in oklab,var(--border-color) 70%,transparent);display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;height:50.6px;padding:0 5px}._searchContainer_pgep3_732{position:relative;flex:1;min-width:150px}._searchInput_pgep3_738{padding:12px 5px;width:100%;border:none;border-radius:.5rem;background:color-mix(in oklab,var(--bg-primary) 90%,var(--bg-secondary) 10%);color:var(--text-primary);font-size:.85rem;transition:all .2s ease}._searchInput_pgep3_738:focus{outline:2px solid color-mix(in oklab,var(--brand-primary) 40%,transparent);outline-offset:0;background:var(--bg-primary)}._searchInput_pgep3_738::placeholder{color:color-mix(in oklab,var(--text-primary) 55%,transparent);font-size:.8rem}._clearSearchButton_pgep3_758{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:20px;height:20px;border:none;background:color-mix(in oklab,var(--text-secondary) 25%,transparent);color:color-mix(in oklab,var(--text-primary) 65%,transparent);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;transition:all .15s ease}._clearSearchButton_pgep3_758:hover{background:color-mix(in oklab,var(--text-secondary) 40%,transparent);color:var(--text-primary);transform:translateY(-50%) scale(1.1)}._sortControls_pgep3_783{display:flex;align-items:center;gap:.25rem;background:color-mix(in oklab,var(--bg-primary) 85%,var(--bg-secondary) 15%);border-radius:.5rem;padding:.2rem;flex-shrink:0;border:1px solid color-mix(in oklab,var(--border-color) 50%,transparent)}._sortButton_pgep3_794{padding:.35rem .5rem;border:none;border-radius:.3rem;background:transparent;color:color-mix(in oklab,var(--text-primary) 70%,transparent);font-size:.7rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}._sortButton_pgep3_794:hover{background:color-mix(in oklab,var(--text-primary) 8%,transparent);color:var(--text-primary)}._sortButton_pgep3_794._active_pgep3_812{background:color-mix(in oklab,var(--brand-primary) 20%,transparent);color:var(--brand-primary);font-weight:600}._sortOrderButton_pgep3_818{width:26px;height:26px;border:none;border-radius:.3rem;flex-shrink:0;background:transparent;color:color-mix(in oklab,var(--text-primary) 70%,transparent);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}._sortOrderButton_pgep3_818:hover{background:color-mix(in oklab,var(--brand-primary) 15%,transparent);color:var(--brand-primary);transform:scale(1.05)}._sortOrderButton_pgep3_818:active{transform:scale(.95)}._listHeader_pgep3_844{display:grid;grid-template-columns:minmax(0,1fr) var(--storage-date-col, 140px) var(--storage-size-col, 120px) minmax(var(--storage-actions-col, 32px),max-content);gap:.75rem;padding:0 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:color-mix(in oklab,var(--text-secondary) 70%,transparent);margin-bottom:.75rem}._listHeader_pgep3_844 span:nth-child(2),._listHeader_pgep3_844 span:nth-child(3){justify-self:end;text-align:right}._list_pgep3_844{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(2px,1.4vw,5px);min-height:min-content}._emptyState_pgep3_873{margin-top:1rem;padding:1.25rem;border-radius:.9rem;text-align:center;background:color-mix(in oklab,var(--bg-secondary) 40%,transparent);color:color-mix(in oklab,var(--text-primary) 65%,transparent);font-size:.88rem}@media(max-width:1024px){._layout_pgep3_106{grid-template-columns:1fr;gap:6px}._leftColumn_pgep3_90,._rightColumn_pgep3_145{gap:6px;height:auto}._selectCard_pgep3_23{min-height:80px;padding:1rem}._infoCard_pgep3_154{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding:1rem}._storageSection_pgep3_109{flex:1;min-height:0;height:auto;padding:1rem}._searchSortCard_pgep3_713{padding:1rem}._storageBody_pgep3_113{flex:1;min-height:0}}@media(max-width:1024px)and (min-width:769px)and (orientation:landscape){._page_pgep3_2{height:100dvh;max-height:100dvh;overflow:hidden}._mainContent_pgep3_12{flex:1;min-height:0;padding:clamp(4px,1vw,8px) clamp(8px,2vw,16px)}._layout_pgep3_106{grid-template-columns:280px 1fr;gap:6px;width:100%;max-width:100%;height:100%;min-height:0}._leftColumn_pgep3_90,._rightColumn_pgep3_145{gap:6px;min-width:0;height:100%;min-height:0}._selectCard_pgep3_23{min-height:50px;padding:.4rem}._infoCard_pgep3_154{flex:1;padding:.4rem}._storageSection_pgep3_109{flex:1;min-height:0;height:calc(100dvh - 60px);padding:.9rem}._searchSortCard_pgep3_713{padding:.4rem}._storageBody_pgep3_113{flex:1;min-height:0;height:calc(100dvh - 120px)}._storageHeader_pgep3_263{flex-direction:row;align-items:flex-start;gap:.5rem}._storageActions_pgep3_298{flex-direction:row;align-items:center;gap:.4rem}}@media(max-width:769px){._page_pgep3_2{min-height:100dvh;max-height:100dvh;overflow:hidden}._mainContent_pgep3_12{flex:1;min-height:0;padding:clamp(8px,2vw,16px) clamp(8px,3vw,16px);display:flex;flex-direction:column;gap:6px}._topToolbar_pgep3_1000{padding:clamp(8px,2vw,16px) clamp(8px,3vw,16px) 0}._layout_pgep3_106{display:flex;flex-direction:column;gap:0;flex:1;min-height:0}._leftColumn_pgep3_90{display:none!important}._rightColumn_pgep3_145{gap:6px;flex:1;min-height:0}._mainContent_pgep3_12>._stationSelect_pgep3_37{display:block!important;width:100%;flex-shrink:0;margin-bottom:0;background:color-mix(in oklab,var(--bg-secondary) 88%,var(--bg-primary) 12%)!important;border:1px solid color-mix(in oklab,var(--border-color) 85%,var(--text-secondary) 15%)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background-image:url("data:image/svg+xml;utf8,<svg fill='%23666' height='12' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M2 4l4 4 4-4z'/></svg>")!important;background-repeat:no-repeat!important;background-position:right .9rem center!important;background-size:1rem!important;padding-right:2.5rem!important}._selectCard_pgep3_23{min-height:80px;padding:1rem}._infoCard_pgep3_154{display:flex;flex-direction:column;padding:1rem;background:transparent;border-radius:1rem;border:none;color:var(--text-primary);gap:1rem;flex:1;min-height:0;overflow-y:auto}._stationDescription_pgep3_236{overflow-y:auto;flex:1;min-height:0;margin:0;font-size:.9rem;line-height:1.5;color:color-mix(in oklab,var(--text-primary) 78%,transparent);padding-right:4px}._stationDescription_pgep3_236::-webkit-scrollbar{width:6px}._stationDescription_pgep3_236::-webkit-scrollbar-track{background:color-mix(in oklab,var(--bg-primary) 95%,var(--bg-secondary) 5%);border-radius:3px}._stationDescription_pgep3_236::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--text-secondary) 30%,transparent);border-radius:3px;transition:background .2s ease}._stationDescription_pgep3_236::-webkit-scrollbar-thumb:hover{background:color-mix(in oklab,var(--text-secondary) 50%,transparent)}._stationDescription_pgep3_236::-webkit-scrollbar-thumb:active{background:color-mix(in oklab,var(--text-secondary) 70%,transparent)}._storageSection_pgep3_109{flex:1;min-height:0;height:calc(100dvh - 100px);padding:1rem}._storageHeader_pgep3_263{flex-direction:column;align-items:flex-start;gap:.75rem}._closeButton_pgep3_305{position:absolute;z-index:20}._storageSection_pgep3_109{position:relative}._storageTitleSection_pgep3_271{gap:.5rem}._storageTitleRow_pgep3_279{gap:.75rem}._storageActions_pgep3_298{width:100%;justify-content:flex-end;flex-direction:row;align-items:center}._breadcrumbs_pgep3_395{margin:.75rem 0;font-size:.8rem}._backButton_pgep3_406{padding:.5rem .8rem;font-size:.85rem;align-self:flex-start}._backButton_pgep3_406 svg{width:14px;height:14px}._list_pgep3_844{gap:4px}._storageSection_pgep3_109{padding:.75rem}._storageHeader_pgep3_263{margin-bottom:.5rem}._storageTitle_pgep3_271{font-size:1.1rem}._storageSubtitle_pgep3_292{font-size:.8rem;margin-top:.25rem}._refreshButton_pgep3_350{font-size:.8rem;padding:.4rem .8rem}._selectButton_pgep3_371{padding:.4rem .8rem;font-size:.8rem}._selectButton_pgep3_371 svg{width:16px;height:16px}._listHeader_pgep3_844{display:none}._uploadProgress_pgep3_600{left:clamp(8px,4vw,16px);right:clamp(8px,4vw,16px);bottom:clamp(12px,4vw,24px);width:auto}._uploadProgressContent_pgep3_609{padding:14px 16px;gap:10px}._uploadProgressHeader_pgep3_621{flex-direction:column;align-items:stretch;gap:10px}._uploadProgressMeta_pgep3_645{flex-direction:row;align-items:center;justify-content:space-between;min-width:0}._uploadProgressCount_pgep3_653{font-size:.85rem}._uploadProgressPercent_pgep3_659{font-size:.72rem}._uploadFileName_pgep3_687{font-size:.75rem}._searchSortControls_pgep3_720{gap:.5rem;flex-direction:row;align-items:center;flex-wrap:nowrap}._searchContainer_pgep3_732{min-width:unset}._searchInput_pgep3_738{font-size:.8rem;height:2.2rem}._clearSearchButton_pgep3_758{width:18px;height:18px;right:.4rem;font-size:11px}._sortControls_pgep3_783{gap:.4rem;padding:.2rem;flex-shrink:0;height:2.2rem;align-items:center}._sortButton_pgep3_794{font-size:.65rem;padding:.4rem .5rem;height:1.8rem}._sortOrderButton_pgep3_818{width:1.8rem;height:1.8rem;font-size:.8rem}}@media(max-width:480px){._topToolbar_pgep3_1000{padding:8px 12px 0}._mainContent_pgep3_12{padding:8px 12px;gap:6px}._mainContent_pgep3_12>._stationSelect_pgep3_37{display:block!important;padding:.75rem 2.2rem .75rem .75rem!important;border-radius:.75rem!important;background-image:url("data:image/svg+xml;utf8,<svg fill='%23666' height='12' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M2 4l4 4 4-4z'/></svg>")!important;background-repeat:no-repeat!important;background-position:right .7rem center!important;background-size:.9rem!important}._leftColumn_pgep3_90{display:none}._rightColumn_pgep3_145{gap:6px;height:auto}._selectCard_pgep3_23{min-height:70px;padding:.75rem}._infoCard_pgep3_154{flex:1;padding:.75rem;overflow-y:auto;min-height:0}._storageSection_pgep3_109{padding:.75rem;flex:1;min-height:0;max-height:calc(100dvh - 100px);height:auto}._stationName_pgep3_167{font-size:1.4rem}._storageTitle_pgep3_271{font-size:1.2rem}._backButton_pgep3_406{padding:.4rem .7rem;font-size:.8rem}._backButton_pgep3_406 svg{width:12px;height:12px}._searchSortControls_pgep3_720{gap:.4rem}._searchInput_pgep3_738{font-size:.85rem;padding:10px 5px}._clearSearchButton_pgep3_758{width:16px;height:16px;right:.35rem;font-size:10px}._sortControls_pgep3_783{gap:.3rem;padding:.15rem}._sortButton_pgep3_794{font-size:.6rem;padding:.25rem .35rem}._sortOrderButton_pgep3_818{width:24px;height:24px;font-size:.75rem}._listHeader_pgep3_844{display:none}}._errorBanner_pgep3_1310{background:color-mix(in oklab,var(--danger-color, #dc3545) 10%,transparent);border:1px solid color-mix(in oklab,var(--danger-color, #dc3545) 30%,transparent);border-radius:8px;padding:12px 16px;margin-bottom:16px;color:var(--danger-color, #dc3545);font-size:.9rem;line-height:1.4}._errorBanner_pgep3_1310:before{content:"⚠️ ";margin-right:8px}._storageSection_pgep3_109{position:relative;transition:all .2s ease}._storageSection_pgep3_109._dragOver_pgep3_1329{background:color-mix(in oklab,var(--brand-primary) 5%,transparent);border:2px dashed color-mix(in oklab,var(--brand-primary) 50%,transparent);border-radius:12px}._storageSection_pgep3_109._dragOver_pgep3_1329:before{content:"";position:absolute;inset:0;background:color-mix(in oklab,var(--brand-primary) 3%,transparent);border-radius:12px;z-index:1;pointer-events:none}._storageSection_pgep3_109._dragOver_pgep3_1329:after{content:"Перетащите файлы сюда для загрузки или перетащите файлы/папки для перемещения";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-primary);color:var(--brand-primary);padding:16px 24px;border-radius:8px;font-size:1.1rem;font-weight:500;box-shadow:0 4px 12px color-mix(in oklab,var(--shadow-color, #000) 20%,transparent);z-index:2;pointer-events:none;border:2px solid color-mix(in oklab,var(--brand-primary) 30%,transparent);text-align:center;max-width:300px}._modalOverlay_pgep3_1367{position:fixed;inset:0;background:color-mix(in oklab,var(--bg-primary) 20%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}._modal_pgep3_1367{background:color-mix(in oklab,var(--bg-secondary) 95%,var(--bg-primary) 5%);border:1px solid color-mix(in oklab,var(--border-color) 80%,transparent);border-radius:16px;box-shadow:0 20px 40px color-mix(in oklab,var(--shadow-color, #000) 30%,transparent);width:100%;max-width:400px;max-height:90vh;overflow:hidden;animation:_modalSlideIn_pgep3_1 .2s ease-out}@keyframes _modalSlideIn_pgep3_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_pgep3_1404{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid color-mix(in oklab,var(--border-color) 60%,transparent)}._modalTitle_pgep3_1412{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-primary)}._modalCloseButton_pgep3_1419{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:8px;color:color-mix(in oklab,var(--text-primary) 60%,transparent);cursor:pointer;transition:all .2s ease}._modalCloseButton_pgep3_1419:hover{background:color-mix(in oklab,var(--text-primary) 8%,transparent);color:var(--text-primary)}._modalCloseButton_pgep3_1419:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._modalCloseButton_pgep3_1419 svg{width:20px;height:20px;stroke:currentColor}._modalBody_pgep3_1446{padding:20px 24px}._modalLabel_pgep3_1450{display:block;font-size:.9rem;font-weight:500;color:var(--text-primary);margin-bottom:8px}._modalInput_pgep3_1458{width:100%;padding:12px 16px;border:1px solid color-mix(in oklab,var(--border-color) 70%,transparent);border-radius:8px;background:color-mix(in oklab,var(--bg-primary) 90%,var(--bg-secondary) 10%);color:var(--text-primary);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}._modalInput_pgep3_1458:focus{outline:none;border-color:color-mix(in oklab,var(--brand-primary) 60%,var(--border-color) 40%);box-shadow:0 0 0 3px color-mix(in oklab,var(--brand-primary) 15%,transparent)}._modalInput_pgep3_1458::placeholder{color:color-mix(in oklab,var(--text-primary) 50%,transparent)}._modalFooter_pgep3_1477{display:flex;gap:12px;padding:16px 24px 20px;border-top:1px solid color-mix(in oklab,var(--border-color) 60%,transparent);justify-content:flex-end}._modalCancelButton_pgep3_1485{padding:10px 20px;border:1px solid color-mix(in oklab,var(--border-color) 70%,transparent);border-radius:8px;background:transparent;color:color-mix(in oklab,var(--text-primary) 80%,transparent);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}._modalCancelButton_pgep3_1485:hover{background:color-mix(in oklab,var(--text-primary) 8%,transparent);border-color:color-mix(in oklab,var(--border-color) 90%,transparent)}._modalCancelButton_pgep3_1485:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}._modalSaveButton_pgep3_1505{padding:10px 20px;border:1px solid color-mix(in oklab,var(--brand-primary) 40%,transparent);border-radius:8px;background:color-mix(in oklab,var(--brand-primary) 20%,transparent);color:color-mix(in oklab,var(--brand-primary) 80%,var(--text-primary) 20%);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}._modalSaveButton_pgep3_1505:hover:not(:disabled){background:color-mix(in oklab,var(--brand-primary) 30%,transparent);border-color:color-mix(in oklab,var(--brand-primary) 60%,transparent);color:var(--brand-primary);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in oklab,var(--brand-primary) 20%,transparent)}._modalSaveButton_pgep3_1505:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px color-mix(in oklab,var(--brand-primary) 15%,transparent)}._modalSaveButton_pgep3_1505:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}._modalSaveButton_pgep3_1505:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:769px){._modalOverlay_pgep3_1367{padding:16px}._modal_pgep3_1367{max-width:100%;border-radius:12px}._modalHeader_pgep3_1404{padding:16px 20px 12px}._modalTitle_pgep3_1412{font-size:1.1rem}._modalBody_pgep3_1446{padding:16px 20px}._modalFooter_pgep3_1477{padding:12px 20px 16px;flex-direction:column-reverse;gap:8px}._modalCancelButton_pgep3_1485,._modalSaveButton_pgep3_1505{width:100%;padding:12px 20px;font-size:.95rem}}._fixedSelectionToolbar_pgep3_1569{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:clamp(12px,2vw,20px) clamp(12px,4vw,24px);background:var(--bg-primary);border-top:1px solid var(--border-color);box-shadow:0 -4px 12px color-mix(in oklab,var(--shadow-color, #000) 8%,transparent);animation:_slideUp_pgep3_1 .25s ease}@keyframes _slideUp_pgep3_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._fixedSelectionToolbar_pgep3_1569{padding:12px}}:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(0, 0, 0, .1);--form-bg: rgba(242, 242, 242, 1);--form-bg-hover: rgba(1, 1, 2, .98);--auth-bg-image: url(/assets/light_auth_bg-as1FU0SN.png)}@media(prefers-color-scheme:dark){:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #1a1d20;--bg-secondary: #2d3238;--text-primary: #ffffff;--text-secondary: #adb5bd;--border-color: #495057;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(255, 255, 255, .1);--form-bg: rgb(45, 50, 56);--form-bg-hover: rgba(26, 29, 32, .98);--auth-bg-image: url(/assets/dark_auth_bg-LNHqUky6.png)}}._modalOverlay_4c21y_62{position:fixed;top:env(safe-area-inset-top,0);left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_4c21y_1 .2s ease-out;touch-action:pan-x pan-y}._modalContent_4c21y_77{width:98vw;height:calc(98vh - env(safe-area-inset-top,0px));max-width:1600px;max-height:1000px;background:var(--bg-primary);border-radius:12px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:_slideIn_4c21y_1 .3s ease-out;margin-top:env(safe-area-inset-top,0px);touch-action:pan-x pan-y}._modalHeader_4c21y_93{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-shrink:0;min-height:56px;gap:1rem}._title_4c21y_105{flex:1;text-align:center;font-size:1rem;font-weight:500;color:var(--text-primary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalBody_4c21y_117{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}._backButton_4c21y_125{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:var(--text-secondary);color:var(--bg-primary);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;white-space:nowrap}._backButton_4c21y_125:hover{background:var(--text-primary);transform:translateY(-1px)}._title_4c21y_105{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;flex:1;min-width:0;padding:0 1rem}._downloadButton_4c21y_159{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:var(--brand-primary);color:var(--button-text);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;white-space:nowrap}._downloadButton_4c21y_159:hover{background:var(--brand-primary-hover);transform:translateY(-1px)}._loading_4c21y_179{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}._loading_4c21y_179 p{font-size:1.1rem;color:var(--text-secondary)}._error_4c21y_192{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem;text-align:center}._error_4c21y_192 h3{color:var(--error-color);margin:0}._error_4c21y_192 p{color:var(--text-secondary);margin:0}._pdfViewer_4c21y_211{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;touch-action:pan-x pan-y pinch-zoom}._excelViewer_4c21y_220{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;max-width:100vw;max-height:100dvh}._excelViewer_4c21y_220 ._excelTable_4c21y_229{flex:1;overflow:auto;width:100%;max-width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table{width:max-content;min-width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;table-layout:fixed}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table td{border:1px solid #d1d5db;padding:.4rem .6rem;background:#fff;color:#1f2937;min-width:80px;width:80px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;font-weight:400;line-height:1.4}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table td:first-child{background:#f9fafb;font-weight:600;color:#374151;position:sticky;left:0;z-index:1;box-shadow:2px 0 4px #0000001a;min-width:60px;width:60px}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table tr:first-child td{background:#3b82f6;color:#fff;font-weight:600;position:sticky;top:0;z-index:2;box-shadow:0 2px 4px #0000001a}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table tr:first-child td:first-child{background:#1d4ed8;color:#fff;z-index:3;box-shadow:2px 2px 4px #0000001a}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table tr:nth-child(2n) td{background:#f8fafc}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table tr:nth-child(2n) td:first-child{background:#f1f5f9}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table tr:hover td{background:#e0f2fe}._excelViewer_4c21y_220 ._excelTable_4c21y_229 table tr:hover td:first-child{background:#bae6fd}._excelViewer_4c21y_220 ._excelNote_4c21y_299{padding:.75rem 1rem;text-align:center;color:#6b7280;background:#f9fafb;margin:0;border-top:1px solid #e5e7eb;font-size:.875rem}._wordViewer_4c21y_309{width:100%;height:100%;overflow:auto;background:#f5f5f5;-webkit-overflow-scrolling:touch}._wordViewer_4c21y_309 ._wordContent_4c21y_316{max-width:900px;margin:0 auto;padding:3rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a;min-height:calc(100% - 6rem);font-family:Times New Roman,serif;line-height:1.8;color:#333;font-size:16px}@media(max-width:768px){._wordViewer_4c21y_309 ._wordContent_4c21y_316{padding:2rem 1rem;font-size:14px;line-height:1.6}}._wordViewer_4c21y_309 ._wordContent_4c21y_316 h1{font-size:2.5em;margin-top:0;margin-bottom:1rem;color:#000;font-weight:700;border-bottom:2px solid #333;padding-bottom:.5rem}._wordViewer_4c21y_309 ._wordContent_4c21y_316 h2{font-size:2em;margin-top:2rem;margin-bottom:1rem;color:#000;font-weight:700}._wordViewer_4c21y_309 ._wordContent_4c21y_316 h3{font-size:1.5em;margin-top:1.5rem;margin-bottom:.75rem;color:#1a1a1a;font-weight:600}._wordViewer_4c21y_309 ._wordContent_4c21y_316 h4,._wordViewer_4c21y_309 ._wordContent_4c21y_316 h5,._wordViewer_4c21y_309 ._wordContent_4c21y_316 h6{margin-top:1.5rem;margin-bottom:.5rem;color:#1a1a1a;font-weight:600}._wordViewer_4c21y_309 ._wordContent_4c21y_316 p{margin-bottom:1rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto}._wordViewer_4c21y_309 ._wordContent_4c21y_316 ul,._wordViewer_4c21y_309 ._wordContent_4c21y_316 ol{margin:1rem 0 1rem 2rem;padding-left:0}._wordViewer_4c21y_309 ._wordContent_4c21y_316 ul li,._wordViewer_4c21y_309 ._wordContent_4c21y_316 ol li{margin-bottom:.5rem}._wordViewer_4c21y_309 ._wordContent_4c21y_316 ul li p,._wordViewer_4c21y_309 ._wordContent_4c21y_316 ol li p{margin-bottom:.25rem}._wordViewer_4c21y_309 ._wordContent_4c21y_316 table{border-collapse:collapse;width:100%;margin:1.5rem 0;overflow-x:auto;display:block}@media(max-width:768px){._wordViewer_4c21y_309 ._wordContent_4c21y_316 table{font-size:12px}}._wordViewer_4c21y_309 ._wordContent_4c21y_316 table thead{background:#f8f9fa}._wordViewer_4c21y_309 ._wordContent_4c21y_316 table td,._wordViewer_4c21y_309 ._wordContent_4c21y_316 table th{border:1px solid #ddd;padding:.75rem .5rem;text-align:left}._wordViewer_4c21y_309 ._wordContent_4c21y_316 table th{background:#e9ecef;font-weight:700;position:sticky;top:0}._wordViewer_4c21y_309 ._wordContent_4c21y_316 table tr:nth-child(2n) td{background:#f8f9fa}._wordViewer_4c21y_309 ._wordContent_4c21y_316 img{max-width:100%;height:auto;display:block;margin:1.5rem auto;box-shadow:0 2px 8px #00000026}._wordViewer_4c21y_309 ._wordContent_4c21y_316 blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #4a5568;background:#f7fafc;font-style:italic}._wordViewer_4c21y_309 ._wordContent_4c21y_316 code{background:#f1f3f5;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}._wordViewer_4c21y_309 ._wordContent_4c21y_316 pre{background:#f1f3f5;padding:1rem;border-radius:5px;overflow-x:auto}._wordViewer_4c21y_309 ._wordContent_4c21y_316 pre code{background:none;padding:0}._imageViewer_4c21y_440{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._imageViewer_4c21y_440 ._imageContent_4c21y_447{max-width:100%;max-height:100%;object-fit:contain}._unsupported_4c21y_453{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem;text-align:center}._unsupported_4c21y_453 p{font-size:1.1rem;color:var(--text-secondary)}@keyframes _fadeIn_4c21y_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_4c21y_1{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:768px){._modalContent_4c21y_77{width:96vw;height:96vh;border-radius:8px}._modalHeader_4c21y_93{padding:.5rem .75rem;min-height:48px}._backButton_4c21y_125,._downloadButton_4c21y_159{padding:.375rem .75rem;font-size:.85rem}._title_4c21y_105{font-size:1rem;padding:0 .75rem}}@media(max-width:480px){._modalContent_4c21y_77{width:94vw;height:94vh;border-radius:6px}._modalHeader_4c21y_93{padding:.375rem .5rem;min-height:44px}._backButton_4c21y_125,._downloadButton_4c21y_159{padding:.25rem .5rem;font-size:.8rem}._title_4c21y_105{font-size:.9rem;padding:0 .5rem}}._root_ozkag_1{position:absolute;top:max(.5rem,env(safe-area-inset-top));left:50%;transform:translate(-50%);z-index:11;display:flex;align-items:center;justify-content:center;max-width:min(76vw,560px);pointer-events:none;background:radial-gradient(130% 180% at 8% 0%,#5bc0eb33,#5bc0eb00 56%),radial-gradient(130% 180% at 92% 100%,#78a2ff29,#78a2ff00 58%),#111824ad;border:1px solid rgba(181,222,255,.28);border-radius:999px;box-shadow:0 12px 26px #060e1875,inset 0 1px #fff3,0 0 22px #e31e2429;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);padding:.32rem 1.05rem;font-weight:800;font-family:var(--font-family-brand, var(--font-family-headings, var(--font-family-base)));font-size:clamp(.9rem,1.05vw + .52rem,1.28rem);letter-spacing:.04em;text-transform:uppercase}@media(max-width:768px){._root_ozkag_1{top:max(.4rem,env(safe-area-inset-top));max-width:calc(100% - 1rem);font-size:.86rem;padding:.27rem .8rem}}@media(max-width:480px){._root_ozkag_1{max-width:calc(100% - .9rem);font-size:.78rem;padding:.22rem .64rem}}._label_ozkag_41{color:var(--brand-primary);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.58),0 0 12px rgba(227,30,36,.26)}@media(prefers-color-scheme:light){._root_ozkag_1{background:#ffffffb8;border-color:#0000001f;box-shadow:0 2px 16px #00000024,0 1px 4px #00000014,inset 0 1px #fff9}._label_ozkag_41{color:var(--brand-primary);text-shadow:none}}._container_yt66h_1{height:100%;min-height:0;display:flex;flex-direction:column;gap:.42rem;padding:.55rem;color:#f1f8ff}._header_yt66h_11{padding:0;border:none;background:transparent}._searchContainer_yt66h_17{position:relative}._searchInput_yt66h_21{width:100%;height:2.15rem;padding:0 .82rem;border-radius:.75rem;border:1px solid rgba(181,221,250,.3);background:#375d7f38;color:#f6fbff;font-size:.84rem;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._searchInput_yt66h_21:focus{outline:none;border-color:#a3e1ffa6;background:#4370984d;box-shadow:0 0 0 2px #83c9f540}._searchInput_yt66h_21::placeholder{color:#daecfb94}._stationCount_yt66h_42{margin:0;padding:.1rem .15rem .2rem;font-size:.7rem;font-weight:600;color:#d6e9f9b8;letter-spacing:.02em}._stationList_yt66h_51{flex:1;min-height:0;overflow-y:auto;padding-right:.15rem;display:flex;flex-direction:column;gap:.36rem;scrollbar-width:thin;scrollbar-color:rgba(128,205,245,.7) rgba(255,255,255,.08)}._stationList_yt66h_51::-webkit-scrollbar{width:7px}._stationList_yt66h_51::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}._stationList_yt66h_51::-webkit-scrollbar-thumb{background:#80cdf5b8;border-radius:999px;border:2px solid rgba(13,21,33,.65)}._stationList_yt66h_51::-webkit-scrollbar-thumb:hover{background:#9dd8f8db}._stationItem_yt66h_82{padding:.56rem .62rem;border:1px solid rgba(176,220,249,.18);border-radius:.8rem;cursor:pointer;background:#466d9226;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}._stationItem_yt66h_82:hover{transform:translateY(-1px);background:#6595bf33;border-color:#aadfff70;box-shadow:0 8px 16px #040a1247}._stationItem_yt66h_82._selected_yt66h_96{border-color:#a5e0ffb8;background:linear-gradient(150deg,#3da0de4d,#3da0de29);box-shadow:0 10px 20px #02080e54,inset 0 1px #ffffff24}._stationItem_yt66h_82._inactive_yt66h_101{opacity:.62}._stationHeader_yt66h_105{display:flex;justify-content:space-between;align-items:flex-start;gap:.45rem;margin-bottom:.28rem}._stationName_yt66h_113{margin:0;font-size:.83rem;line-height:1.28;font-weight:700;color:#f8fbff;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._stationType_yt66h_125{flex-shrink:0;font-size:.66rem;font-weight:700;letter-spacing:.02em;color:#d8ecfcd9;border:1px solid rgba(172,218,249,.3);border-radius:999px;padding:.15rem .45rem;background:#537ca347}._stationDescription_yt66h_137{margin:0;color:#d8ebfcc2;font-size:.73rem;line-height:1.36;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._stationProgress_yt66h_149{margin-top:.42rem}._progressMini_yt66h_153{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem .48rem}._progressMiniItem_yt66h_159{display:flex;align-items:center;gap:.3rem}._progressMiniLabel_yt66h_165{width:1.5rem;flex-shrink:0;font-size:.62rem;font-weight:700;color:#def0fdc7}._progressMiniBar_yt66h_173{position:relative;flex:1;height:.42rem;border-radius:999px;overflow:hidden;background:#ffffff24;border:1px solid rgba(255,255,255,.18)}._progressMiniFill_yt66h_183{height:100%;min-width:2px;border-radius:inherit;transition:width .25s ease,background .25s ease}._progressMiniText_yt66h_190{position:absolute;top:50%;right:.25rem;transform:translateY(-50%);font-size:.53rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.82);pointer-events:none}._emptyState_yt66h_202{border-radius:.9rem;border:1px dashed rgba(179,222,249,.3);background:#4e729329;text-align:center;padding:1.15rem .8rem;color:#e1effacc}._emptyState_yt66h_202 p{margin:0;font-size:.82rem}._clearSearch_yt66h_215{margin-top:.7rem;min-height:2rem;border-radius:.66rem;border:1px solid rgba(172,217,248,.4);background:#457cb454;color:#f7fbff;font-size:.73rem;font-weight:700;padding:.38rem .72rem;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}._clearSearch_yt66h_215:hover{transform:translateY(-1px);background:#5690ca6b;border-color:#b8e0fa94}@media(prefers-color-scheme:light){._container_yt66h_1{color:#000c}._searchInput_yt66h_21{background:#ffffffb8;border-color:#0000001f;color:#000c}._searchInput_yt66h_21:focus{border-color:#00000040;background:#ffffffe6;box-shadow:0 0 0 2px #0000001a}._searchInput_yt66h_21::placeholder{color:#00000059}._stationCount_yt66h_42{color:#00000073}._stationList_yt66h_51{scrollbar-color:rgba(0,0,0,.25) rgba(0,0,0,.06)}._stationList_yt66h_51::-webkit-scrollbar-track{background:#0000000f}._stationList_yt66h_51::-webkit-scrollbar-thumb{background:#00000038;border-color:#ffffff80}._stationList_yt66h_51::-webkit-scrollbar-thumb:hover{background:#00000059}._stationItem_yt66h_82{background:#ffffffb8;border-color:#0000001a}._stationItem_yt66h_82:hover{background:#ffffffe6;border-color:#0000002e;box-shadow:0 4px 12px #0000001a}._stationItem_yt66h_82._selected_yt66h_96{border-color:#00000038;background:#00000014;box-shadow:0 4px 12px #0000001a,inset 0 1px #fff9}._stationName_yt66h_113{color:#000000e0}._stationType_yt66h_125{color:#0000008c;border-color:#0000001f;background:#0000000f}._stationDescription_yt66h_137,._progressMiniLabel_yt66h_165{color:#0000008c}._progressMiniBar_yt66h_173{background:#0000001a;border-color:#0000001f}._emptyState_yt66h_202{border-color:#0000001f;background:#0000000a;color:#00000080}._clearSearch_yt66h_215{background:#ffffffb8;border-color:#0000001f;color:#000000bf}._clearSearch_yt66h_215:hover{background:#ffffffe6;border-color:#0003}}@media(max-width:900px){._stationItem_yt66h_82{padding:.52rem .56rem;border-radius:.74rem}._stationName_yt66h_113{font-size:.79rem}._stationType_yt66h_125{font-size:.63rem;padding:.13rem .4rem}._stationDescription_yt66h_137{font-size:.7rem}}@media(max-width:680px){._container_yt66h_1{padding:.48rem;gap:.35rem}._searchInput_yt66h_21{height:2rem;font-size:.79rem}._stationCount_yt66h_42{font-size:.67rem}._progressMini_yt66h_153{grid-template-columns:1fr}._progressMiniText_yt66h_190{font-size:.5rem}}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,Nimbus Sans L,Liberation Sans,Arial,sans-serif;background:#f4f4f4 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A) repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A) 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A) 12 8,default}.pnlm-sprite{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A)}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:#0006;border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:#0000001a;border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:#ffffff80;border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:#000000b3;border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000000b3;border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:#000000b3;border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:#000c}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a,.pnlm-author-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px;background:#000000b3;border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:#fff3}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:#000000b3;color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:"";position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A);cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}._container_mguwg_1{position:relative;display:flex;flex-direction:column;height:100dvh;min-height:100dvh;width:100%;overflow:hidden;--dashboard-safe-bottom: clamp(.24rem, env(safe-area-inset-bottom), .95rem);--dashboard-nav-height: 5.2rem;--dashboard-nav-gap: max(.55rem, var(--dashboard-safe-bottom));--dashboard-nav-offset: calc( var(--dashboard-nav-height) + var(--dashboard-nav-gap) )}@media(max-width:768px){._container_mguwg_1{--dashboard-nav-height: 4.8rem;--dashboard-nav-gap: max(.45rem, var(--dashboard-safe-bottom))}}._content_mguwg_25{position:relative;flex:1;display:flex;flex-direction:column;height:100%;min-height:0;width:100%}._contentMapCollapsed_mguwg_35 ._photoViewer_mguwg_35{height:100%}._contentMapCollapsed_mguwg_35 ._mapContainer_mguwg_38{position:absolute;right:1.5%;top:70vh;bottom:var(--dashboard-nav-offset);width:clamp(200px,30%,420px);z-index:3}._sidebar_mguwg_47{position:absolute;left:50%;bottom:calc(var(--dashboard-nav-offset) + .45rem);width:min(680px,100% - 1.2rem);height:clamp(300px,54vh,620px);max-height:min(62vh,620px);border-radius:1.2rem;border:1px solid rgba(181,222,255,.26);background:radial-gradient(110% 170% at 8% 0%,#5bc0eb2e,#5bc0eb00 52%),radial-gradient(120% 170% at 90% 100%,#78a2ff29,#78a2ff00 54%),#111824b8;box-shadow:0 16px 35px #060e188c,inset 0 1px #ffffff38;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);z-index:35;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translate(-50%,125%);transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s ease;overflow:hidden}._sidebar_mguwg_47._visible_mguwg_69{opacity:1;pointer-events:auto;transform:translate(-50%)}@media(max-width:1024px){._sidebar_mguwg_47{width:min(700px,100% - 1rem);height:clamp(280px,52vh,560px);max-height:min(60vh,560px)}}@media(max-width:768px){._sidebar_mguwg_47{width:calc(100% - .8rem);height:clamp(260px,53vh,500px);max-height:min(58vh,500px);border-radius:1.05rem;bottom:calc(var(--dashboard-nav-offset) + .3rem)}}._sidebarHeader_mguwg_91{position:sticky;top:0;z-index:100;padding:1rem;background-color:transparent;display:flex;justify-content:space-between;align-items:center}._sidebarContent_mguwg_102{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:transparent}._toggleButton_mguwg_110{margin:1rem;padding:.75rem 1rem;background-color:var(--button-bg);color:var(--button-text);border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .15s ease-in-out}._toggleButton_mguwg_110:hover{background-color:var(--button-bg-hover)}._toggleButton_mguwg_110:focus{outline:none}._userInfo_mguwg_133{font-size:.875rem;color:var(--text-primary);font-weight:500}._logoutButton_mguwg_139{padding:.375rem .75rem;background-color:var(--error-color);color:#fff;border:none;border-radius:.25rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}._logoutButton_mguwg_139:hover{background-color:#c62828}._logoutButton_mguwg_139:focus{outline:none;box-shadow:0 0 0 .2rem #c6282840}._mapContainer_mguwg_38{flex:1;position:relative;height:100%;min-height:0;padding-bottom:0;transition:width .25s ease}._mapContainerFullscreen_mguwg_167{position:fixed;inset:0;width:100%;height:100%}._mapContainerCollapsed_mguwg_174{width:clamp(200px,30%,420px)}._photoViewer_mguwg_35{position:relative;width:100%;height:70vh;background:#0b1220;border-bottom:1px solid rgba(148,163,184,.25);border-radius:0 0 18px 18px;box-shadow:0 12px 28px #0f172a73;overflow:hidden;transition:height .25s ease}._photoViewerStatus_mguwg_190{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a8c;color:#e2e8f0;font-size:.85rem;font-weight:600;text-align:center;padding:0 1rem;z-index:2}._photoViewerControls_mguwg_205{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:.5rem;z-index:3}._photoViewerClose_mguwg_215{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#1f1f1feb;color:#fff;cursor:pointer;box-shadow:0 8px 20px #0006;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;display:inline-flex;align-items:center;justify-content:center;padding:0}._photoViewerClose_mguwg_215:hover{background:#1f1f1f;transform:translateY(-1px);box-shadow:0 12px 24px #00000073}._photoViewerClose_mguwg_215:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}._photoViewerCloseIcon_mguwg_240{display:block}._photoViewerBrand_mguwg_244{position:absolute;bottom:.7rem;right:.85rem;color:#ffffffe6;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-shadow:0 2px 10px rgba(0,0,0,.5);z-index:3;pointer-events:none}._northOffsetControl_mguwg_257{position:absolute;bottom:.75rem;left:.75rem;z-index:4;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}._northOffsetToggle_mguwg_268{display:inline-flex;align-items:center;gap:.35rem;padding:0 .6rem;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#1f1f1fe0;color:#ffffffd9;font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000059;transition:background .15s ease,color .15s ease}._northOffsetToggle_mguwg_268:hover{background:#323232f5;color:#fff}._northOffsetToggle_mguwg_268 svg{flex-shrink:0}._northOffsetToggleActive_mguwg_292{background:#3b82f62e;border-color:#3b82f673;color:#93c5fd}._northOffsetToggleActive_mguwg_292:hover{background:#3b82f647}._northOffsetPanel_mguwg_301{background:#0f1423f0;border:1px solid rgba(148,163,184,.15);border-radius:10px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.5rem;min-width:200px;box-shadow:0 8px 24px #00000080}._northOffsetLabel_mguwg_313{font-size:.72rem;font-weight:600;color:#94a3b8cc;text-transform:uppercase;letter-spacing:.06em}._northOffsetSliderRow_mguwg_321{display:flex;align-items:center;gap:.5rem}._northOffsetSlider_mguwg_321{flex:1;accent-color:#3b82f6;height:4px;cursor:pointer}._northOffsetValue_mguwg_334{font-size:.82rem;font-weight:700;color:#e2e8f0;min-width:36px;text-align:right}._northOffsetActions_mguwg_342{display:flex;gap:.4rem}._northOffsetButton_mguwg_347{flex:1;padding:.3rem .5rem;border-radius:6px;border:1px solid rgba(148,163,184,.2);background:#ffffff0f;color:#cbd5e1;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}._northOffsetButton_mguwg_347:hover{background:#ffffff24;color:#fff}._northOffsetButton_mguwg_347:active{background:#3b82f633}@media(max-width:768px){._photoViewer_mguwg_35{height:70vh;border-radius:0 0 14px 14px}._contentMapCollapsed_mguwg_35 ._mapContainer_mguwg_38{right:1.5%;width:clamp(180px,42%,320px)}._photoViewerControls_mguwg_205{top:.5rem;right:.5rem}._photoViewerClose_mguwg_215{width:32px;height:32px}._photoViewerBrand_mguwg_244{bottom:.5rem;right:.6rem;font-size:.75rem}}._mapActionDock_mguwg_390{position:absolute;top:max(.5rem,env(safe-area-inset-top));right:1rem;z-index:12;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}._toolsToggle_mguwg_401{display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:.35rem .7rem;border-radius:12px;border:1px solid rgba(182,227,255,.3);background:radial-gradient(120% 170% at 8% 0%,#55b8ec42,#55b8ec00 56%),#121c28a8;color:#e8f1ff;box-shadow:0 12px 24px #02060c73,inset 0 1px #fff3;cursor:pointer;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);transition:transform .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._toolsToggle_mguwg_401:hover{transform:translateY(-1px);border-color:#beebff7a;box-shadow:0 16px 28px #02060c80,inset 0 1px #ffffff40}._toolsToggle_mguwg_401:focus-visible{outline:2px solid rgba(153,220,255,.65);outline-offset:2px}._toolsToggleActive_mguwg_427{border-color:#bceaff99}._toolsToggleIcon_mguwg_431{width:18px;height:18px;display:block}._toolsToggleLabel_mguwg_437{font-size:.78rem;font-weight:700;letter-spacing:.01em}._toolsToggleChevron_mguwg_443{width:13px;height:13px;display:block;transition:transform .15s ease}._toolsToggleChevronOpen_mguwg_450{transform:rotate(180deg)}._toolsMenu_mguwg_454{width:min(350px,100vw - 2rem);max-height:min(72vh,560px);overflow-y:auto;border-radius:14px;border:1px solid rgba(182,227,255,.28);padding:.75rem;background:radial-gradient(150% 180% at 0% 0%,#55b8ec38,#55b8ec00 58%),#111a24bd;color:#f0f7ff;box-shadow:0 20px 38px #02060c8c;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);animation:_slideUpMini_mguwg_1 .2s ease}._toolsSection_mguwg_469{display:flex;flex-direction:column;gap:.38rem}._toolsSection_mguwg_469:not(:last-child){padding-bottom:.6rem;margin-bottom:.6rem;border-bottom:1px solid rgba(182,227,255,.2)}._toolsActionButton_mguwg_480{width:100%;text-align:left;border-radius:10px;border:1px solid rgba(184,219,247,.25);background:#5d8db629;color:inherit;font-size:.77rem;font-weight:600;padding:.48rem .58rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}._toolsActionButton_mguwg_480:hover:not(:disabled){border-color:#c2e7ff73;background:#7ab1df3d;transform:translateY(-1px)}._toolsActionButton_mguwg_480:disabled{opacity:.5;cursor:not-allowed}._toolsActionButtonActive_mguwg_503{border-color:#a7e3ffa6;background:linear-gradient(135deg,#3599d65c,#3599d629)}._toolsSectionTitle_mguwg_508{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#e6f5ffeb}._toolsMapGroup_mguwg_517{display:flex;flex-direction:column;gap:.35rem}._toolsMapGroupTitle_mguwg_523{font-size:.72rem;color:#cee6fac2}._toolsMapTypeList_mguwg_528{display:flex;flex-wrap:wrap;gap:.35rem}._toolsMapTypeButton_mguwg_534{border-radius:999px;border:1px solid rgba(184,219,247,.25);background:#5d8db621;color:inherit;font-size:.72rem;font-weight:600;line-height:1.1;padding:.35rem .56rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}._toolsMapTypeButton_mguwg_534:hover{border-color:#c2e7ff73;background:#7ab1df3d}._toolsMapTypeButtonActive_mguwg_551{border-color:#a7e3ffa6;background:linear-gradient(135deg,#3599d657,#3599d626)}@media(max-width:768px){._mapActionDock_mguwg_390{top:max(.4rem,env(safe-area-inset-top));right:.7rem;gap:.42rem}._toolsToggle_mguwg_401{min-height:35px;padding:.3rem .58rem}._toolsToggleLabel_mguwg_437{font-size:.72rem}._toolsMenu_mguwg_454{width:min(320px,100vw - 1.4rem);max-height:min(68vh,500px);padding:.6rem}}@media(max-width:480px){._toolsToggle_mguwg_401{min-height:34px;padding:.3rem .5rem;gap:.3rem}._toolsToggleLabel_mguwg_437{display:none}._toolsToggleChevron_mguwg_443{width:11px;height:11px}._toolsMenu_mguwg_454{width:min(300px,100vw - 1rem);max-height:min(66vh,470px)}}@media(prefers-color-scheme:light){._toolsToggle_mguwg_401{background:#ffffffb8;border-color:#0000001f;color:#000000bf;box-shadow:0 2px 16px #00000024,0 1px 4px #00000014,inset 0 1px #fff9}._toolsToggle_mguwg_401:hover{border-color:#0003;box-shadow:0 4px 20px #00000029,0 1px 4px #0000001a,inset 0 1px #ffffffb3}._toolsToggle_mguwg_401:focus-visible{outline-color:#0000004d}._toolsToggleActive_mguwg_427{border-color:#00000038}._toolsMenu_mguwg_454{background:#ffffffd1;border-color:#0000001f;color:#000c;box-shadow:0 4px 24px #00000024,0 1px 6px #00000014}._toolsSection_mguwg_469:not(:last-child){border-bottom-color:#0000001a}._toolsSectionTitle_mguwg_508{color:#00000080}._toolsMapGroupTitle_mguwg_523{color:#00000073}._toolsActionButton_mguwg_480{border-color:#0000001a;background:#0000000a;color:#000000bf}._toolsActionButton_mguwg_480:hover:not(:disabled){border-color:#0000002e;background:#00000014}._toolsActionButtonActive_mguwg_503{border-color:#00000038;background:#0000001a}._toolsMapTypeButton_mguwg_534{border-color:#0000001a;background:#0000000a}._toolsMapTypeButton_mguwg_534:hover{border-color:#0000002e;background:#00000014}._toolsMapTypeButtonActive_mguwg_551{border-color:#00000038;background:#0000001a}}@keyframes _slideUpMini_mguwg_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._mapCollapseButton_mguwg_661{position:relative;align-self:flex-end;height:34px;min-width:52px;padding:0 .6rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#1f1f1f;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #00000052;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}._mapCollapseButton_mguwg_661:hover{background:#1f1f1ff2;transform:translateY(-1px)}._mapCollapseButton_mguwg_661:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}._mapCollapseButtonCollapsed_mguwg_689{background:#1f1f1f}._mapCollapseIcon_mguwg_693{display:block}._mapCollapseIconCollapsed_mguwg_697 ._mapCollapseArrowLeft_mguwg_697{transform:scaleX(-1);transform-origin:7px 8px}._mapCollapseIconCollapsed_mguwg_697 ._mapCollapseArrowRight_mguwg_701{transform:scaleX(-1);transform-origin:21px 8px}@media(max-width:768px){._mapCollapseButton_mguwg_661{height:32px;min-width:48px;padding:0 .5rem}}._mapControls_mguwg_713{position:absolute;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){._mapControls_mguwg_713{top:.7rem;right:.7rem}}@media screen and (orientation:landscape){._mapControls_mguwg_713{top:.5rem;right:.5rem;gap:.25rem}}@media screen and (orientation:landscape)and (max-height:500px){._mapControls_mguwg_713{top:.25rem;right:.25rem;gap:.125rem}}._railwayToggle_mguwg_743,._themeToggle_mguwg_744{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s ease;color:#333}._railwayToggle_mguwg_743:hover,._themeToggle_mguwg_744:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}._railwayToggle_mguwg_743:active,._themeToggle_mguwg_744:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}._railwayToggle_mguwg_743:focus,._themeToggle_mguwg_744:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}@media(prefers-color-scheme:dark){._railwayToggle_mguwg_743,._themeToggle_mguwg_744{background:#1f2937f2;border-color:#ffffff1a;color:#f9fafb}._railwayToggle_mguwg_743:hover,._themeToggle_mguwg_744:hover{background:#1f2937}}._railwayToggle_mguwg_743{background:#22c55e1a;border-color:#22c55e4d;color:#16a34a}._railwayToggle_mguwg_743:hover{background:#22c55e33;border-color:#22c55e66}@media(prefers-color-scheme:dark){._railwayToggle_mguwg_743{background:#22c55e26;border-color:#22c55e66;color:#4ade80}._railwayToggle_mguwg_743:hover{background:#22c55e40}}._mapLoadingIndicator_mguwg_807{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2000;display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 24px;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 32px #00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:14px;font-weight:500;color:#374151;animation:_fadeIn_mguwg_1 .3s ease}@media(prefers-color-scheme:dark){._mapLoadingIndicator_mguwg_807{background:#1f2937f2;border-color:#ffffff1a;color:#f9fafb}}._loadingSpinner_mguwg_836{width:24px;height:24px;border:2px solid rgba(59,130,246,.2);border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_mguwg_2054 1s linear infinite}@keyframes _spin_mguwg_2054{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_mguwg_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._map_mguwg_38{width:100%;height:100%;z-index:1}._mapViewCone_mguwg_869{filter:drop-shadow(0 4px 10px rgba(30,64,175,.35))}._mapViewCenter_mguwg_873{filter:drop-shadow(0 2px 6px rgba(30,64,175,.45))}._mapAddMode_mguwg_877{cursor:crosshair}._popup_mguwg_881{min-width:200px}._popup_mguwg_881 h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-primary)}._popup_mguwg_881 p{margin:.25rem 0;font-size:.875rem;color:var(--text-secondary);line-height:1.4}._popup_mguwg_881 p:last-child{margin-bottom:0}._popup_mguwg_881 strong{color:var(--text-primary)}._markerLabel_mguwg_903{--object-label-bg: rgba(244, 251, 255, .88);--object-label-text: #143047;--object-label-border: rgba(126, 177, 219, .52);--object-label-shadow: 0 10px 20px rgba(13, 35, 58, .2), inset 0 1px 0 rgba(255, 255, 255, .65);background:radial-gradient(130% 170% at 8% 0%,#57b8ec33,#57b8ec00 58%),var(--object-label-bg)!important;color:var(--object-label-text)!important;border:1px solid var(--object-label-border)!important;border-radius:.68rem!important;padding:.22rem .58rem!important;box-shadow:var(--object-label-shadow);backdrop-filter:blur(9px) saturate(130%);-webkit-backdrop-filter:blur(9px) saturate(130%);font-size:.75rem;font-weight:700;line-height:1.2;letter-spacing:.01em;white-space:nowrap;max-width:min(300px,75vw);overflow:hidden;text-overflow:ellipsis}._markerLabel_mguwg_903:before{border-top-color:#ddf1fff0!important}@media(prefers-color-scheme:dark){._markerLabel_mguwg_903{--object-label-bg: rgba(12, 21, 33, .85);--object-label-text: #e7f5ff;--object-label-border: rgba(169, 220, 251, .4);--object-label-shadow: 0 12px 24px rgba(3, 9, 16, .5), inset 0 1px 0 rgba(255, 255, 255, .18);text-shadow:0 1px 3px rgba(0,0,0,.35)}._markerLabel_mguwg_903:before{border-top-color:#101e2df0!important}}@media(max-width:768px){._markerLabel_mguwg_903{max-width:min(220px,66vw);border-radius:.58rem!important;padding:.2rem .46rem!important;font-size:.7rem}}._photoMarker_mguwg_954{cursor:pointer}._photoMarkerIcon_mguwg_958{filter:drop-shadow(0 6px 10px rgba(15,23,42,.45))}._photoMarkerIconSelected_mguwg_962{filter:drop-shadow(0 6px 12px rgba(249,115,22,.6)) drop-shadow(0 0 10px rgba(249,115,22,.35))}._photoTooltip_mguwg_966{background:#0f172ae6!important;color:#e2e8f0!important;border:1px solid rgba(148,163,184,.4)!important;border-radius:.4rem!important;padding:.2rem .4rem!important;font-size:.75rem;box-shadow:0 .25rem .5rem #0f172a59}._photoCluster_mguwg_976{background:transparent;border:none}._photoClusterBubble_mguwg_981{width:100%;height:100%;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#0ea5e9eb;border:2px solid rgba(56,189,248,.9);color:#0b1220;font-weight:700;box-shadow:0 6px 14px #0f172a59}._photoClusterLabel_mguwg_995{font-size:.75rem;line-height:1}._photoClusterSelected_mguwg_1000 ._photoClusterBubble_mguwg_981{background:#f97316f2;border-color:#fb923cf2;color:#0b1220}._modalOverlay_mguwg_1006{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._reportsOverlay_mguwg_1016{position:fixed;inset:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;padding:1rem;z-index:1100}._reportsSheet_mguwg_1027{width:min(980px,96vw);max-height:calc(100dvh - 2rem);background:#1f1f1f;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 20px 45px #00000073;display:flex;flex-direction:column;overflow:hidden}._reportsHeader_mguwg_1040{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0f172a4d}._reportsTitle_mguwg_1050{margin:0;font-size:1rem;font-weight:700}._reportsSubtitle_mguwg_1056{margin:.25rem 0 0;font-size:.75rem;color:#ffffffb3}._reportsHeaderActions_mguwg_1062{display:flex;align-items:center;gap:.5rem}._reportsBackButton_mguwg_1068{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._reportsBackButton_mguwg_1068:hover{background:#ffffff1f;border-color:#ffffff40}._reportsCloseButton_mguwg_1084{min-height:32px;padding:.25rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._reportsCloseButton_mguwg_1084:hover{background:#ffffff1f;border-color:#ffffff40}._reportsCloseIcon_mguwg_1104{display:block}._reportsBody_mguwg_1108{padding:.9rem 1.1rem 1.1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}._reportsAlert_mguwg_1116{background:#ef444426;border:1px solid rgba(239,68,68,.35);color:#fecaca;border-radius:8px;padding:.5rem .7rem;font-size:.75rem}._reportsLoader_mguwg_1125{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffb3}._reportsSpinner_mguwg_1133{width:16px;height:16px;border:2px solid rgba(148,163,184,.35);border-top:2px solid var(--button-bg);border-radius:50%;animation:_spin_mguwg_2054 1s linear infinite}._reportsEmpty_mguwg_1142{font-size:.8rem;color:#ffffffb3}._reportsList_mguwg_1147{display:flex;flex-direction:column;gap:.6rem}._reportsDetails_mguwg_1153{display:flex;flex-direction:column;gap:.8rem}._reportCard_mguwg_1159{text-align:left;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem .85rem;color:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._reportCard_mguwg_1159:hover:not(:disabled){background:#ffffff14;border-color:#fff3}._reportCard_mguwg_1159:disabled{opacity:.6;cursor:not-allowed}._reportCardTitle_mguwg_1178{font-size:.9rem;font-weight:700}._reportCardMeta_mguwg_1183{font-size:.75rem;color:#ffffffb3;margin-top:.15rem}._reportCardDesc_mguwg_1189{margin:.4rem 0 0;font-size:.75rem;color:#ffffffbf;line-height:1.4}._reportCardWarning_mguwg_1196{margin-top:.35rem;font-size:.7rem;color:#fca5a5}._reportSection_mguwg_1202{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.6rem}._reportSectionHeader_mguwg_1212{display:flex;align-items:center;justify-content:space-between}._reportSectionTitle_mguwg_1218{margin:0;font-size:.85rem;font-weight:700}._reportRows_mguwg_1224{display:flex;flex-direction:column;gap:.6rem}._reportRow_mguwg_1224{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:flex-end;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.6rem .7rem;background:#ffffff0a}._reportRowMain_mguwg_1242{flex:1 1 240px;min-width:0;display:flex;flex-direction:column;gap:.35rem}._reportRowName_mguwg_1250{font-size:.85rem;font-weight:600}._reportRowMeta_mguwg_1255{display:flex;flex-wrap:wrap;gap:.4rem .8rem;font-size:.72rem;color:#ffffffb3}._reportRowNote_mguwg_1263{font-size:.72rem;color:#ffffffa6}._reportRowActions_mguwg_1268{display:flex;align-items:flex-end;gap:.5rem;flex-wrap:wrap}._reportRowInput_mguwg_1275{display:flex;flex-direction:column;gap:.25rem;font-size:.7rem;color:#fffc}._reportRowInput_mguwg_1275 input{width:120px;background:#ffffff0f;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:.4rem .5rem;color:#fff}._reportRowInput_mguwg_1275 input[type=date]{width:160px}._reportRowButton_mguwg_1294{background:var(--button-bg);color:var(--button-text);border:none;border-radius:8px;padding:.45rem .75rem;font-size:.75rem;font-weight:700;cursor:pointer}._reportRowButton_mguwg_1294:hover:not(:disabled){background:var(--button-bg-hover)}._reportRowButton_mguwg_1294:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){._reportsOverlay_mguwg_1016{padding:.6rem}._reportsSheet_mguwg_1027{width:100%;max-height:calc(100dvh - 1.2rem);border-radius:16px 16px 12px 12px}._reportRowActions_mguwg_1268{width:100%}._reportRowInput_mguwg_1275{flex:1 1 100%}._reportRowInput_mguwg_1275 input,._reportRowInput_mguwg_1275 input[type=date]{width:100%}}._modalCard_mguwg_1334{--station-modal-bg: rgba(246, 252, 255, .9);--station-modal-border: rgba(145, 196, 231, .45);--station-modal-text: #113047;--station-modal-muted: rgba(19, 52, 77, .78);--station-modal-shadow: 0 30px 56px rgba(7, 24, 42, .28), inset 0 1px 0 rgba(255, 255, 255, .6);width:min(620px,100vw - 1.2rem);max-height:min(84vh,720px);background:radial-gradient(125% 180% at 6% 0%,#63bdeb33,#63bdeb00 56%),radial-gradient(130% 185% at 94% 100%,#7da4fc2e,#7da4fc00 58%),var(--station-modal-bg);color:var(--station-modal-text);border:1px solid var(--station-modal-border);border-radius:1.05rem;box-shadow:var(--station-modal-shadow);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;animation:_stationModalIn_mguwg_1 .24s ease}@media(prefers-color-scheme:dark){._modalCard_mguwg_1334{--station-modal-bg: rgba(10, 18, 30, .88);--station-modal-border: rgba(170, 221, 252, .34);--station-modal-text: #e8f5ff;--station-modal-muted: rgba(221, 240, 255, .82);--station-modal-shadow: 0 26px 52px rgba(3, 9, 16, .55), inset 0 1px 0 rgba(255, 255, 255, .16)}}._modalHeader_mguwg_1368{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.95rem 1rem .82rem;border-bottom:1px solid rgba(151,199,232,.36)}._modalTitle_mguwg_1377{margin:0;font-size:clamp(1rem,.48vw + .92rem,1.25rem);line-height:1.2;font-weight:800;letter-spacing:.01em}._modalClose_mguwg_1385{flex-shrink:0;width:34px;height:34px;border-radius:.72rem;border:1px solid rgba(151,199,232,.45);background:#669ec61f;color:currentColor;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px #0a20342e,inset 0 1px #fff3;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}._modalClose_mguwg_1385:hover{transform:translateY(-1px);background:#6eadda33;border-color:#97d1f79e;box-shadow:0 12px 20px #0a20343d,inset 0 1px #ffffff3d}._modalClose_mguwg_1385:focus-visible{outline:2px solid rgba(127,201,245,.7);outline-offset:2px}._modalCloseGlyph_mguwg_1411{font-size:.86rem;font-weight:800;line-height:1}._modalBody_mguwg_1417{padding:.82rem 1rem;display:flex;flex-direction:column;gap:.72rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(131,194,232,.76) rgba(72,102,128,.2)}._modalBody_mguwg_1417::-webkit-scrollbar{width:7px}._modalBody_mguwg_1417::-webkit-scrollbar-track{background:#4866802e;border-radius:999px}._modalBody_mguwg_1417::-webkit-scrollbar-thumb{background:#83c2e8c2;border-radius:999px}._modalType_mguwg_1441{display:inline-flex;align-items:center;align-self:flex-start;font-size:.72rem;font-weight:700;line-height:1;padding:.36rem .68rem;border-radius:999px;border:1px solid rgba(149,203,237,.42);background:#5c98c224;color:inherit;box-shadow:inset 0 1px #ffffff42}._modalDesc_mguwg_1456{margin:0;color:var(--station-modal-muted);line-height:1.5;font-size:.88rem}._modalActions_mguwg_1463{padding:.8rem 1rem 1rem;display:flex;justify-content:flex-end;border-top:1px solid rgba(151,199,232,.34);background:linear-gradient(180deg,#5089b314,#5089b303)}._progressSection_mguwg_1471{margin-top:.1rem;padding-top:.2rem;border-top:1px solid rgba(151,199,232,.28);display:flex;flex-direction:column;gap:.65rem}._progressTitle_mguwg_1480{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:color-mix(in oklab,var(--station-modal-text) 72%,transparent)}._progressBars_mguwg_1489{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.38rem;align-items:flex-end}._progressItem_mguwg_1496{display:flex;flex-direction:column;align-items:center;gap:.45rem;min-width:0}._progressLabel_mguwg_1504{font-size:.68rem;font-weight:700;line-height:1;color:color-mix(in oklab,var(--station-modal-text) 86%,transparent)}._progressBar_mguwg_1489{position:relative;width:clamp(26px,4.2vw,34px);height:clamp(76px,13vh,104px);background:#87b0ce42;border-radius:.7rem;border:1px solid rgba(151,199,232,.36);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}._progressFill_mguwg_1525{width:100%;border-radius:0 0 .64rem .64rem;transition:height .3s ease,background .3s ease;min-height:2px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff42}._progressText_mguwg_1537{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.56rem;font-weight:800;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.7);z-index:2;pointer-events:none}._modalPrimary_mguwg_1552{border:1px solid rgba(173,228,255,.48);background:linear-gradient(180deg,#58b0ec8f,#3d91ccd1);color:#fff;border-radius:.84rem;padding:.66rem 1rem;font-size:.84rem;font-weight:700;line-height:1.1;cursor:pointer;box-shadow:0 12px 22px #11426a5c,inset 0 1px #ffffff4d;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}._modalPrimary_mguwg_1552:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 14px 24px #11426a66,inset 0 1px #ffffff57}._modalPrimary_mguwg_1552:focus-visible{outline:2px solid rgba(127,201,245,.72);outline-offset:2px}@media(max-width:768px){._modalCard_mguwg_1334{width:calc(100vw - .8rem);max-height:min(86vh,700px);border-radius:.95rem}._modalHeader_mguwg_1368{padding:.76rem .78rem .66rem}._modalTitle_mguwg_1377{font-size:.98rem}._modalBody_mguwg_1417{padding:.72rem .78rem}._modalActions_mguwg_1463{padding:.68rem .78rem calc(.78rem + var(--dashboard-safe-bottom))}._modalPrimary_mguwg_1552{width:100%}._progressBars_mguwg_1489{gap:.32rem}._progressBar_mguwg_1489{width:clamp(22px,7vw,30px);height:clamp(62px,11vh,88px)}}@media(max-width:420px){._modalTitle_mguwg_1377{font-size:.92rem}._modalDesc_mguwg_1456{font-size:.8rem}._modalClose_mguwg_1385{width:30px;height:30px;border-radius:.64rem}._progressLabel_mguwg_1504{font-size:.62rem}._progressText_mguwg_1537{font-size:.5rem}}@keyframes _stationModalIn_mguwg_1{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._photoModalCard_mguwg_1633{width:min(820px,94vw);max-height:90vh;overflow:auto;background:#1f1f1f;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 14px 40px #00000073;padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.9rem}._photoUploadCard_mguwg_1648{width:min(520px,94vw);background:#1f1f1f;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 2px 14px #00000073;padding:.75rem 1rem 1rem;margin:0 1rem;display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){._photoUploadCard_mguwg_1648{margin:0 1.5rem;width:auto}}@media(max-width:480px){._photoUploadCard_mguwg_1648{margin:0 1rem;padding:.6rem .75rem .85rem}}._photoUploadHeader_mguwg_1674{display:flex;justify-content:space-between;align-items:center;gap:.75rem}._photoUploadTitle_mguwg_1681{margin:0;font-size:1.05rem;font-weight:700;color:#fff}._photoUploadClose_mguwg_1688{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer}._photoUploadClose_mguwg_1688:hover:not(:disabled){background:#ffffff14}._photoUploadClose_mguwg_1688:disabled{opacity:.6;cursor:not-allowed}._photoUploadBody_mguwg_1705{display:flex;flex-direction:column;gap:.7rem}._photoUploadField_mguwg_1711{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#ffffffd9}._photoUploadField_mguwg_1711 input[type=file]{width:100%;color:#ffffffd9;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.4rem .6rem}._photoUploadField_mguwg_1711 input[type=file]::file-selector-button{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;padding:.3rem .6rem;margin-right:.6rem;cursor:pointer}._photoUploadField_mguwg_1711 input[type=file]::-webkit-file-upload-button{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;padding:.3rem .6rem;margin-right:.6rem;cursor:pointer}._photoUploadCoords_mguwg_1745{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.75rem}._photoUploadCoords_mguwg_1745 span{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);padding:.2rem .5rem;border-radius:999px;color:#fff}._photoUploadError_mguwg_1759{color:#fca5a5;font-size:.8rem}._photoUploadActions_mguwg_1764{display:flex;justify-content:flex-end;gap:.5rem}._photoUploadButton_mguwg_1770{background:#ffffff0a;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.5rem .85rem;font-weight:600;cursor:pointer}._photoUploadButton_mguwg_1770:hover:not(:disabled){background:#ffffff14;border-color:#fff3}._photoUploadButton_mguwg_1770:disabled{opacity:.6;cursor:not-allowed}._photoUploadButtonPrimary_mguwg_1788{background:var(--brand-primary);color:#fff;border:none;border-radius:8px;padding:.5rem .9rem;font-weight:700;cursor:pointer}._photoUploadButtonPrimary_mguwg_1788:hover:not(:disabled){filter:brightness(1.05)}._photoUploadButtonPrimary_mguwg_1788:disabled{opacity:.6;cursor:not-allowed}._photoModalHeader_mguwg_1805{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}._photoModalTitle_mguwg_1812{margin:0;font-size:1.05rem;font-weight:700;color:#fff}._photoMeta_mguwg_1819{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.75rem;color:#ffffffb3;margin-top:.35rem}._photoMeta_mguwg_1819 span{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);padding:.2rem .45rem;border-radius:999px}._photoModalClose_mguwg_1834{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer}._photoModalClose_mguwg_1834:hover{background:#ffffff1f}._photoPreview_mguwg_1847{width:100%;background:#0f172a59;border:1px solid rgba(255,255,255,.08);border-radius:10px;min-height:220px;display:flex;align-items:center;justify-content:center;padding:.75rem}._photoPanorama_mguwg_1859{width:100%;height:100%;position:relative;overflow:hidden;background:#0b1220;--viewer-yaw: 0deg}._photoPanorama_mguwg_1859 .pnlm-compass,._photoPanorama_mguwg_1859 .pnlm-compass-container{display:none!important}._photoPanorama_mguwg_1859 .photo-panorama-hotspot{width:52px;height:52px;position:absolute!important;left:50%!important;top:var(--hotspot-center-y, calc(100% - 120px) )!important;bottom:auto!important;transform:translate(calc(-50% + var(--hotspot-x, 0px)),calc(-50% + var(--hotspot-y, 0px)))!important;z-index:6!important;pointer-events:auto;display:flex!important;visibility:visible!important;background:transparent;border:none;box-shadow:none;align-items:center;justify-content:center;cursor:pointer;opacity:.98;transition:transform .15s ease,opacity .15s ease}._photoPanorama_mguwg_1859 .photo-panorama-hotspot:hover{opacity:1;transform:translate(calc(-50% + var(--hotspot-x, 0px)),calc(-50% + var(--hotspot-y, 0px))) translateY(-2px)!important}._photoPanorama_mguwg_1859 .photo-panorama-hotspot:after{display:none}._photoPanorama_mguwg_1859 .photo-panorama-hotspot:before{content:"";position:absolute;left:50%;top:50%;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:28px solid rgba(255,255,255,.96);transform:translate(-50%,-50%) rotate(calc(var(--hotspot-rotate, 0deg) - var(--viewer-yaw, 0deg))) scaleY(1);filter:drop-shadow(0 6px 10px rgba(0,0,0,.4));z-index:1}._photoPanorama_mguwg_1859 .photo-panorama-hotspot:after{content:"";position:absolute;left:50%;top:calc(50% + 6px);width:6px;height:18px;background:#fffffff5;transform:translate(-50%,-50%) rotate(calc(var(--hotspot-rotate, 0deg) - var(--viewer-yaw, 0deg)));border-radius:999px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.35));z-index:0}._photoPanorama_mguwg_1859 .photo-panorama-hotspot--unknown{--hotspot-rotate: 0deg;opacity:.7}._photoPreviewImage_mguwg_1938{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px}._photoPreviewLoading_mguwg_1945,._photoPreviewError_mguwg_1946{font-size:.85rem}._photoPreviewLoading_mguwg_1945{color:#ffffffb3}._photoPreviewError_mguwg_1946{color:#fca5a5}._photoActions_mguwg_1958{display:flex;justify-content:flex-end;gap:.5rem}._photoActionButton_mguwg_1964{background:var(--button-bg);color:var(--button-text);border:none;border-radius:8px;padding:.55rem .9rem;font-weight:700;cursor:pointer}._photoActionButton_mguwg_1964:hover:not(:disabled){background:var(--button-bg-hover)}._photoActionButton_mguwg_1964:disabled{opacity:.6;cursor:not-allowed}._photoActionButtonSecondary_mguwg_1981{background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.12)}._photoActionButtonSecondary_mguwg_1981:hover:not(:disabled){background:#ffffff1f}._photoActionButtonDanger_mguwg_1990{background:#ef4444;color:#fff}._photoActionButtonDanger_mguwg_1990:hover:not(:disabled){background:#f87171}._photoActionError_mguwg_1998{color:#fca5a5;font-size:.8rem;text-align:right}._photoEditPanel_mguwg_2004{display:flex;flex-direction:column;gap:.6rem;padding:.75rem;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0a}._photoEditField_mguwg_2014{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#fffc}._photoEditField_mguwg_2014 input[type=number]{background:#ffffff0f;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:.45rem .6rem;color:#fff}._photoEditField_mguwg_2014 input[type=file]{color:#fff}._photoEditActions_mguwg_2032{display:flex;justify-content:flex-end}._photoEditError_mguwg_2037{color:#fca5a5;font-size:.8rem}._loading_mguwg_836{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary)}._spinner_mguwg_2054{width:2rem;height:2rem;border:3px solid var(--border-color);border-top:3px solid var(--button-bg);border-radius:50%;animation:_spin_mguwg_2054 1s linear infinite}@keyframes _spin_mguwg_2054{to{transform:rotate(360deg)}}._error_mguwg_2068{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;padding:2rem;text-align:center;color:var(--error-color)}._error_mguwg_2068 h2{margin-bottom:1rem;color:var(--error-color)}._error_mguwg_2068 p{margin-bottom:.5rem;color:var(--text-secondary)}._photoAddHint_mguwg_2087{position:absolute;bottom:calc(var(--dashboard-nav-offset) + .3rem);left:50%;border:1px solid rgba(181,222,255,.28);background:radial-gradient(120% 170% at 8% 0%,#5bc0eb33,#5bc0eb00 54%),radial-gradient(120% 170% at 92% 100%,#78a2ff29,#78a2ff00 56%),#111824bd;color:#e8f3fff2;border-radius:.9rem;padding:.58rem .92rem;font-size:.74rem;z-index:36;max-width:min(430px,100% - 1rem);text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;flex-wrap:wrap;transform:translate(-50%);pointer-events:auto;box-shadow:0 14px 26px #060e1875,inset 0 1px #fff3;backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%)}._photoAddHintText_mguwg_2112{line-height:1.35}._photoAddHintAction_mguwg_2116{border:1px solid rgba(184,219,247,.32);background:#5d8db62e;color:#f3f9ff;border-radius:999px;padding:.3rem .72rem;font-size:.72rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:inset 0 1px #ffffff1f;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}._photoAddHintAction_mguwg_2116:hover{transform:translateY(-1px);background:#7ab1df42;border-color:#c2e7ff85;box-shadow:0 8px 16px #02080e3d,inset 0 1px #ffffff29}._photoAddHintAction_mguwg_2116:focus-visible{outline:2px solid rgba(153,220,255,.65);outline-offset:2px}@media(max-width:480px){._photoAddHint_mguwg_2087{max-width:calc(100% - .8rem);gap:.4rem;padding:.5rem .72rem;border-radius:.82rem;font-size:.71rem}._photoAddHintAction_mguwg_2116{padding:.25rem .6rem;font-size:.68rem}}._photoLinkPanel_mguwg_2153{position:absolute;left:1.5%;bottom:var(--dashboard-nav-offset);width:min(360px,86vw);background-color:#1f1f1f;border:1px solid rgba(255,255,255,.08);color:#fff;border-radius:10px;padding:.75rem .85rem;z-index:1000;box-shadow:0 2px 12px #00000059;display:flex;flex-direction:column;gap:.65rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._photoLinkHeader_mguwg_2171{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.85rem;font-weight:600}._photoLinkHeaderActions_mguwg_2181{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.35rem}._photoLinkActionButton_mguwg_2189{background-color:#ffffff0a;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._photoLinkActionButton_mguwg_2189:hover:not(:disabled){background-color:#ffffff14;border-color:#ffffff29}._photoLinkActionButton_mguwg_2189:disabled{opacity:.6;cursor:not-allowed}._photoLinkCollapseButton_mguwg_2209{width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}._photoLinkCollapseButton_mguwg_2209:hover{background-color:#ffffff1f;border-color:#fff3;transform:translateY(-1px)}._photoLinkToggle_mguwg_2230{background-color:#ffffff0a;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._photoLinkToggle_mguwg_2230:hover:not(:disabled){background-color:#ffffff14;border-color:#ffffff29}._photoLinkToggle_mguwg_2230:disabled{opacity:.6;cursor:not-allowed}._photoLinkToggleActive_mguwg_2250{background-color:var(--button-bg);border-color:var(--button-bg);color:var(--button-text)}._photoLinkBody_mguwg_2256{display:flex;flex-direction:column;gap:.6rem}._photoLinkDirections_mguwg_2262{display:flex;flex-wrap:wrap;gap:.4rem}._photoLinkDirectionButton_mguwg_2268{background-color:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff;border-radius:.5rem;padding:.25rem .5rem;font-size:.72rem;font-weight:600;cursor:pointer}._photoLinkDirectionButton_mguwg_2268:hover:not(:disabled){background-color:#ffffff14;border-color:#ffffff29}._photoLinkDirectionButton_mguwg_2268:disabled{opacity:.5;cursor:not-allowed}._photoLinkDirectionActive_mguwg_2287{background-color:var(--button-bg);border-color:var(--button-bg);color:var(--button-text)}._photoLinkHint_mguwg_2293{margin:0;font-size:.72rem;color:#ccc}._photoLinkList_mguwg_2299{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;max-height:150px;overflow-y:auto}._photoLinkItem_mguwg_2310{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.72rem;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:.35rem .5rem;border-radius:.5rem}._photoLinkRemove_mguwg_2322{background:transparent;border:none;color:#fca5a5;font-size:.7rem;font-weight:600;cursor:pointer}._photoLinkRemove_mguwg_2322:disabled{opacity:.5;cursor:not-allowed}._photoLinkEmpty_mguwg_2335{margin:0;font-size:.72rem;color:#ccc}._photoLinkError_mguwg_2341{margin:0;font-size:.72rem;color:#fca5a5}._photoLinkPanelShow_mguwg_2347{position:absolute;left:1.5%;bottom:var(--dashboard-nav-offset);background-color:#1f1f1f;border:1px solid rgba(255,255,255,.08);color:#fff;border-radius:10px;padding:.55rem .85rem;font-size:.78rem;font-weight:600;cursor:pointer;z-index:1000;box-shadow:0 2px 10px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background-color .15s ease,border-color .15s ease}._photoLinkPanelShow_mguwg_2347:hover{background-color:#ffffff0f;border-color:#ffffff29}._photoStatus_mguwg_2369{position:absolute;top:max(.85rem,env(safe-area-inset-top));left:1rem;display:inline-flex;align-items:center;gap:.55rem;background:radial-gradient(130% 180% at 10% 0%,#59bff23d,#59bff200 56%),#0b131ec7;border:1px solid rgba(167,213,247,.35);color:#e7f4ff;border-radius:.9rem;padding:.55rem .75rem;font-size:.76rem;line-height:1.2;font-weight:600;z-index:1000;max-width:min(340px,100% - 2rem);box-shadow:0 12px 24px #040c1659,inset 0 1px #ffffff2e;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);pointer-events:none}._photoStatusLoading_mguwg_2392{border-color:#90d3fc75}._photoStatusText_mguwg_2396{display:inline-block}._photoStatusSpinner_mguwg_2400{width:.95rem;height:.95rem;border-radius:50%;border:2px solid rgba(170,218,251,.35);border-top-color:#67d3ff;border-right-color:#67d3ff;animation:_spin_mguwg_2054 .9s linear infinite;filter:drop-shadow(0 0 6px rgba(104,212,255,.45));flex-shrink:0}._photoStatusError_mguwg_2412{border-color:#ff8a9680;color:#ffe0e5;background:radial-gradient(125% 170% at 12% 0%,#ff567033,#ff567000 58%),#1d0b11db}._hoverInfo_mguwg_2418{position:absolute;top:4.2rem;right:.95rem;width:min(360px,100% - 1.8rem);border-radius:.95rem;border:1px solid rgba(184,224,250,.28);background:radial-gradient(130% 170% at 100% 0%,#5fb8ec2e,#5fb8ec00 60%),#0e1622cc;color:#eaf4ff;padding:.72rem .8rem;box-shadow:0 16px 26px #0309106b,inset 0 1px #fff3;backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);z-index:20;pointer-events:none}._hoverInfo_mguwg_2418 h4{margin:0;font-size:.86rem;line-height:1.25;font-weight:700;color:#fff}._hoverInfo_mguwg_2418 p{margin:.4rem 0 0;font-size:.76rem;color:#e1f0ffd9;line-height:1.4;max-height:11.4rem;overflow:auto;scrollbar-width:thin}@media(max-width:768px){._photoStatus_mguwg_2369{left:.65rem;top:calc(max(.65rem,env(safe-area-inset-top)) + .15rem);max-width:calc(100% - 1.3rem);font-size:.72rem;border-radius:.8rem}._hoverInfo_mguwg_2418{top:auto;right:auto;left:50%;bottom:calc(var(--dashboard-nav-offset) + .95rem);width:min(420px,100% - 1rem);transform:translate(-50%);margin:0}}@media(prefers-color-scheme:light){._hoverInfo_mguwg_2418{background:#ffffffd1;border-color:#0000001f;color:#000c;box-shadow:0 2px 16px #00000024,0 1px 4px #00000014,inset 0 1px #fff9}._hoverInfo_mguwg_2418 h4{color:#000000e0}._hoverInfo_mguwg_2418 p{color:#0009}._mapLoadingIndicator_mguwg_807{background:#ffffffd1;border-color:#0000001f;color:#000000bf;box-shadow:0 2px 16px #00000024,0 1px 4px #00000014,inset 0 1px #fff9}}._map_mguwg_38 .leaflet-control-attribution,._map_mguwg_38 .leaflet-control-zoom,._map_mguwg_38 .leaflet-container img[src*=flag],._map_mguwg_38 .leaflet-container .flag{display:none}._map_mguwg_38 .station-marker{filter:brightness(1)}._map_mguwg_38 .station-marker._station-marker--station_mguwg_2502{filter:hue-rotate(200deg) saturate(1.2)}._map_mguwg_38 .station-marker._station-marker--junction_mguwg_2505{filter:hue-rotate(20deg) saturate(1.5)}._map_mguwg_38 .station-marker._station-marker--depot_mguwg_2508{filter:hue-rotate(280deg) saturate(1.3)}._map_mguwg_38 .station-marker._station-marker--inactive_mguwg_2511{filter:grayscale(1) opacity(.5)}._filterPanel_mguwg_2515{position:absolute;left:0;right:0;bottom:calc(var(--dashboard-nav-offset) + .45rem);width:min(680px,100% - 1.2rem);max-height:min(58vh,500px);margin-inline:auto;display:flex;flex-direction:column;gap:.55rem;padding:.72rem;border-radius:1.2rem;border:1px solid rgba(181,222,255,.26);background:radial-gradient(110% 170% at 8% 0%,#5bc0eb2e,#5bc0eb00 52%),radial-gradient(120% 170% at 90% 100%,#78a2ff29,#78a2ff00 54%),#111824bd;box-shadow:0 16px 35px #060e188c,inset 0 1px #ffffff38;color:#eaf4ff!important;z-index:36;overflow:hidden;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}._filterHeader_mguwg_2538{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;padding:0 .08rem}._filterTitle_mguwg_2546{margin:0;font-size:.9rem;line-height:1.2;font-weight:700;color:#fff!important}._filterSummary_mguwg_2554{margin:.22rem 0 0;font-size:.72rem;color:#dcecfcbd!important}._filterClose_mguwg_2560{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border:1px solid rgba(196,233,255,.5);background:#0b1522c7;color:#f4f9ff!important;border-radius:.7rem;cursor:pointer;box-shadow:0 8px 16px #03091066,inset 0 1px #ffffff2e;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}._filterCloseGlyph_mguwg_2575{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;font-size:1rem;line-height:1;font-weight:900;letter-spacing:.02em;color:inherit;text-shadow:0 1px 2px rgba(0,0,0,.65)}._filterClose_mguwg_2560:hover,._filterClose_mguwg_2560:focus-visible{transform:translateY(-1px);background-color:#5698ce6b;border-color:#cfeeffad;box-shadow:0 10px 18px #03091073,inset 0 1px #ffffff3d;color:#fff!important}._filterClose_mguwg_2560:focus-visible{outline:2px solid rgba(153,220,255,.65);outline-offset:2px}._filterList_mguwg_2603{display:flex;flex-direction:column;gap:.35rem;max-height:min(35vh,270px);padding:.12rem .12rem .12rem 0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(131,204,245,.74) rgba(255,255,255,.08)}._filterList_mguwg_2603::-webkit-scrollbar{width:7px}._filterList_mguwg_2603::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}._filterList_mguwg_2603::-webkit-scrollbar-thumb{background:#83ccf5bd;border-radius:999px;border:2px solid rgba(13,21,33,.65)}._filterList_mguwg_2603::-webkit-scrollbar-thumb:hover{background:#a0daf8db}._filterItem_mguwg_2633{display:grid;grid-template-columns:1rem minmax(0,1fr);align-items:center;gap:.52rem;padding:.45rem .56rem;border-radius:.74rem;border:1px solid rgba(176,220,249,.2);background:#4970922e;color:#f6fbff!important;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._filterItem_mguwg_2633:hover{transform:translateY(-1px);border-color:#aadfff75;background:#6292bc3d;box-shadow:0 8px 16px #040a1242}._filterItem_mguwg_2633:focus-within{border-color:#a3e1ffa8;box-shadow:0 0 0 2px #83c9f540}._filterItem_mguwg_2633 input{width:1rem;height:1rem;margin:0;accent-color:#6acbff}._filterItem_mguwg_2633 span{flex:1;min-width:0;font-size:.79rem;font-weight:600;line-height:1.25;color:#eaf6fff0}._filterEmpty_mguwg_2675{margin:0;padding:.8rem .6rem;border:1px dashed rgba(179,222,249,.3);border-radius:.8rem;background:#4e729329;text-align:center;font-size:.77rem;color:#daedfcd1!important}._filterFooter_mguwg_2686{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:auto}._filterActionButton_mguwg_2693{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.2rem;padding:.5rem .72rem;border-radius:.74rem;border:1px solid rgba(184,219,247,.24);background:#5d8db624;color:#f2f8ff!important;font-size:.77rem;font-weight:700;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}._filterActionButton_mguwg_2693:hover:not(:disabled){transform:translateY(-1px);background:#7ab1df3d;border-color:#c2e7ff73;box-shadow:0 9px 18px #02080e47}._filterActionButton_mguwg_2693:active:not(:disabled){transform:translateY(0)}._filterActionButton_mguwg_2693:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}._filterActionButtonPrimary_mguwg_2727{border-color:#a6e2ff85;background:linear-gradient(180deg,#60a9e857,#60a9e829);color:#fff;box-shadow:0 10px 18px #20588e4d,inset 0 1px #ffffff2e}._filterActionButtonPrimary_mguwg_2727:hover:not(:disabled){border-color:#bceaff9e;background:linear-gradient(180deg,#65b5f766,#65b5f733)}@media(max-width:1024px){._filterPanel_mguwg_2515{max-height:min(56vh,460px)}}@media(max-width:768px){._filterPanel_mguwg_2515{width:calc(100% - .8rem);bottom:calc(var(--dashboard-nav-offset) + .3rem);border-radius:1.05rem;padding:.66rem;max-height:min(56vh,440px)}._filterList_mguwg_2603{max-height:min(32vh,240px)}._filterTitle_mguwg_2546{font-size:.86rem}._filterSummary_mguwg_2554{font-size:.69rem}}@media(max-width:480px){._filterPanel_mguwg_2515{padding:.58rem;gap:.48rem;max-height:min(55vh,420px)}._filterItem_mguwg_2633{padding:.4rem .48rem}._filterItem_mguwg_2633 span{font-size:.74rem}._filterFooter_mguwg_2686{grid-template-columns:1fr}}:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(0, 0, 0, .1);--form-bg: rgba(242, 242, 242, 1);--form-bg-hover: rgba(1, 1, 2, .98);--auth-bg-image: url(/assets/light_auth_bg-as1FU0SN.png)}@media(prefers-color-scheme:dark){:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #1a1d20;--bg-secondary: #2d3238;--text-primary: #ffffff;--text-secondary: #adb5bd;--border-color: #495057;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(255, 255, 255, .1);--form-bg: rgb(45, 50, 56);--form-bg-hover: rgba(26, 29, 32, .98);--auth-bg-image: url(/assets/dark_auth_bg-LNHqUky6.png)}}._page_fv97b_62{display:flex;flex-direction:column;height:100dvh;width:100%;max-width:100vw;max-height:100dvh;overflow:hidden;background:var(--bg-secondary);color:var(--text-primary);position:relative}._header_fv97b_75{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:var(--bg-primary);border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px var(--shadow-color);z-index:1000;color:var(--text-primary);min-height:48px;flex-shrink:0}._headerLeft_fv97b_89{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._headerRight_fv97b_97{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._zoomControls_fv97b_104{display:flex;align-items:center;gap:.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.25rem}._zoomButton_fv97b_114{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .2s}._zoomButton_fv97b_114:hover:not(:disabled){background:var(--border-color)}._zoomButton_fv97b_114:disabled{opacity:.4;cursor:not-allowed}._zoomLevel_fv97b_137{font-size:.75rem;color:var(--text-secondary);min-width:35px;text-align:center;font-weight:500}._backButton_fv97b_145{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:var(--text-secondary);color:var(--bg-primary);border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s;white-space:nowrap}._backButton_fv97b_145:hover{opacity:.8}._fileInfo_fv97b_164{display:flex;flex-direction:column;gap:.25rem}._fileName_fv97b_170{margin:0;font-size:1.2rem;font-weight:600;color:var(--text-primary);max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileType_fv97b_181{font-size:.75rem;color:var(--text-secondary);background:var(--bg-secondary);padding:.2rem .5rem;border-radius:12px;align-self:flex-start;border:1px solid var(--border-color)}._loading_fv97b_191{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}._loading_fv97b_191 p{font-size:1.1rem;color:var(--text-secondary)}._error_fv97b_204{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem;text-align:center}._error_fv97b_204 h3{color:var(--error-color);margin:0}._error_fv97b_204 p{color:var(--text-secondary);margin:0}._content_fv97b_223{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}._title_fv97b_231{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;flex:1;min-width:0}._downloadButton_fv97b_244{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:var(--brand-primary);color:var(--button-text);border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s;white-space:nowrap}._downloadButton_fv97b_244:hover{background:var(--brand-primary-hover)}._closeButton_fv97b_263{padding:.75rem 1.5rem;background:var(--text-secondary);color:var(--bg-primary);border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}._closeButton_fv97b_263:hover{opacity:.8}._viewerContainer_fv97b_277{flex:1;display:flex;flex-direction:column;overflow:hidden}._viewerFrame_fv97b_284{width:100%;height:100%;border:none;background:#fff}._pdfViewer_fv97b_291,._officeViewer_fv97b_292,._textViewer_fv97b_293,._wordViewer_fv97b_294,._excelViewer_fv97b_295{flex:1;display:flex;flex-direction:column;background:var(--bg-primary);margin:1rem;border-radius:8px;box-shadow:0 4px 6px var(--shadow-color);border:1px solid var(--border-color);overflow:hidden}._pdfFallback_fv97b_307{padding:.75rem 1rem;background:var(--bg-secondary);border-top:1px solid var(--border-color);text-align:center}._pdfFallback_fv97b_307 p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.9rem}._pdfError_fv97b_320{display:flex;align-items:center;justify-content:center;height:100%;padding:2rem}._pdfErrorContent_fv97b_328{text-align:center;max-width:400px}._pdfErrorContent_fv97b_328 h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.5rem}._pdfErrorContent_fv97b_328 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem}._pdfErrorContent_fv97b_328 ._fileName_fv97b_170{font-size:1.1rem;font-weight:500;color:var(--text-primary);background:var(--bg-secondary);padding:.75rem 1.5rem;border-radius:8px;border:1px solid var(--border-color);margin-bottom:1.5rem}._pdfViewer_fv97b_291{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._excelViewer_fv97b_295{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;max-width:100vw;max-height:100dvh}._excelViewer_fv97b_295 ._excelTable_fv97b_373{flex:1;overflow:auto;width:100%;max-width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table{width:max-content;min-width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;table-layout:fixed}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table td{border:1px solid #d1d5db;padding:.4rem .6rem;background:#fff;color:#1f2937;min-width:80px;width:80px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;font-weight:400;line-height:1.4}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table td:first-child{background:#f9fafb;font-weight:600;color:#374151;position:sticky;left:0;z-index:1;box-shadow:2px 0 4px #0000001a;min-width:60px;width:60px}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table tr:first-child td{background:#3b82f6;color:#fff;font-weight:600;position:sticky;top:0;z-index:2;box-shadow:0 2px 4px #0000001a}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table tr:first-child td:first-child{background:#1d4ed8;color:#fff;z-index:3;box-shadow:2px 2px 4px #0000001a}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table tr:nth-child(2n) td{background:#f8fafc}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table tr:nth-child(2n) td:first-child{background:#f1f5f9}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table tr:hover td{background:#e0f2fe}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table tr:hover td:first-child{background:#bae6fd}._excelViewer_fv97b_295 ._excelNote_fv97b_443{padding:.75rem 1rem;text-align:center;color:#6b7280;background:#f9fafb;margin:0;border-top:1px solid #e5e7eb;font-size:.875rem}@media(max-width:768px){._header_fv97b_75{padding:.375rem .75rem;min-height:44px}._headerLeft_fv97b_89,._headerRight_fv97b_97{gap:.5rem}._backButton_fv97b_145,._downloadButton_fv97b_244{padding:.25rem .5rem;font-size:.8rem}._title_fv97b_231{font-size:.9rem}}@media(max-width:480px){._header_fv97b_75{padding:.25rem .5rem;min-height:40px}._backButton_fv97b_145,._downloadButton_fv97b_244{padding:.25rem .375rem;font-size:.75rem}._title_fv97b_231{font-size:.85rem}}@media(max-width:480px){._excelViewer_fv97b_295 ._excelTable_fv97b_373 table{font-size:.7rem}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table td{padding:.25rem .3rem;min-width:50px;width:50px;max-width:100px}._excelViewer_fv97b_295 ._excelTable_fv97b_373 table td:first-child{min-width:40px;width:40px}}._wordViewer_fv97b_294{width:100%;height:100%;overflow:auto;background:#f5f5f5;-webkit-overflow-scrolling:touch}._wordViewer_fv97b_294 ._wordContent_fv97b_507{max-width:900px;margin:0 auto;padding:3rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a;min-height:calc(100% - 6rem);font-family:Times New Roman,serif;line-height:1.8;color:#333;font-size:16px}@media(max-width:768px){._wordViewer_fv97b_294 ._wordContent_fv97b_507{padding:2rem 1rem;font-size:14px;line-height:1.6}}._wordViewer_fv97b_294 ._wordContent_fv97b_507 h1{font-size:2.5em;margin-top:0;margin-bottom:1rem;color:#000;font-weight:700;border-bottom:2px solid #333;padding-bottom:.5rem}._wordViewer_fv97b_294 ._wordContent_fv97b_507 h2{font-size:2em;margin-top:2rem;margin-bottom:1rem;color:#000;font-weight:700}._wordViewer_fv97b_294 ._wordContent_fv97b_507 h3{font-size:1.5em;margin-top:1.5rem;margin-bottom:.75rem;color:#1a1a1a;font-weight:600}._wordViewer_fv97b_294 ._wordContent_fv97b_507 h4,._wordViewer_fv97b_294 ._wordContent_fv97b_507 h5,._wordViewer_fv97b_294 ._wordContent_fv97b_507 h6{margin-top:1.5rem;margin-bottom:.5rem;color:#1a1a1a;font-weight:600}._wordViewer_fv97b_294 ._wordContent_fv97b_507 p{margin-bottom:1rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto}._wordViewer_fv97b_294 ._wordContent_fv97b_507 ul,._wordViewer_fv97b_294 ._wordContent_fv97b_507 ol{margin:1rem 0 1rem 2rem;padding-left:0}._wordViewer_fv97b_294 ._wordContent_fv97b_507 ul li,._wordViewer_fv97b_294 ._wordContent_fv97b_507 ol li{margin-bottom:.5rem}._wordViewer_fv97b_294 ._wordContent_fv97b_507 ul li p,._wordViewer_fv97b_294 ._wordContent_fv97b_507 ol li p{margin-bottom:.25rem}._wordViewer_fv97b_294 ._wordContent_fv97b_507 table{border-collapse:collapse;width:100%;margin:1.5rem 0;overflow-x:auto;display:block}@media(max-width:768px){._wordViewer_fv97b_294 ._wordContent_fv97b_507 table{font-size:12px}}._wordViewer_fv97b_294 ._wordContent_fv97b_507 table thead{background:#f8f9fa}._wordViewer_fv97b_294 ._wordContent_fv97b_507 table td,._wordViewer_fv97b_294 ._wordContent_fv97b_507 table th{border:1px solid #ddd;padding:.75rem .5rem;text-align:left}._wordViewer_fv97b_294 ._wordContent_fv97b_507 table th{background:#e9ecef;font-weight:700;position:sticky;top:0}._wordViewer_fv97b_294 ._wordContent_fv97b_507 table tr:nth-child(2n) td{background:#f8f9fa}._wordViewer_fv97b_294 ._wordContent_fv97b_507 img{max-width:100%;height:auto;display:block;margin:1.5rem auto;box-shadow:0 2px 8px #00000026}._wordViewer_fv97b_294 ._wordContent_fv97b_507 blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #4a5568;background:#f7fafc;font-style:italic}._wordViewer_fv97b_294 ._wordContent_fv97b_507 code{background:#f1f3f5;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}._wordViewer_fv97b_294 ._wordContent_fv97b_507 pre{background:#f1f3f5;padding:1rem;border-radius:5px;overflow-x:auto}._wordViewer_fv97b_294 ._wordContent_fv97b_507 pre code{background:none;padding:0}._imageViewer_fv97b_631{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._imageViewer_fv97b_631 ._imageContent_fv97b_638{max-width:100%;max-height:100%;object-fit:contain}._unsupported_fv97b_644{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem;text-align:center}._unsupported_fv97b_644 p{font-size:1.1rem;color:var(--text-secondary)}._mobilePdfViewer_fv97b_659{position:fixed;inset:0;background:var(--bg-primary);z-index:1000;display:flex;flex-direction:column}@media(max-width:768px){._mobilePdfViewer_fv97b_659{position:fixed;inset:0;background:var(--bg-primary);z-index:1000}}@media screen and (orientation:landscape){._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._topControls_fv97b_682{padding:.5rem}._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._topControls_fv97b_682 ._mobileTitle_fv97b_685{font-size:.9rem}._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._topControls_fv97b_682 ._mobilePageInfo_fv97b_688{font-size:.8rem}._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._bottomControls_fv97b_691{padding:.5rem}._mobilePdfViewer_fv97b_659 ._pdfContent_fv97b_694{padding:.25rem;gap:.25rem}}@media screen and (orientation:landscape)and (max-height:500px){._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._topControls_fv97b_682{padding:.25rem;min-height:35px}._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._topControls_fv97b_682 ._mobileBackButton_fv97b_704{padding:.25rem .5rem;font-size:.8rem}._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._topControls_fv97b_682 ._fullscreenButton_fv97b_708{padding:.25rem;font-size:.8rem}._mobilePdfViewer_fv97b_659 ._mobileControls_fv97b_682._bottomControls_fv97b_691{padding:.25rem;min-height:35px}._mobilePdfViewer_fv97b_659 ._pdfContent_fv97b_694{padding:.125rem;gap:.125rem}._mobilePdfViewer_fv97b_659 ._mobileDownloadButton_fv97b_720{bottom:60px;width:48px;height:48px;font-size:1rem}}._fullscreen_fv97b_708{position:fixed!important;inset:0!important;z-index:9999!important}._pdfContent_fv97b_694{flex:1;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;padding:1rem;gap:1rem;-webkit-overflow-scrolling:touch;contain:layout style paint;will-change:scroll-position}@media(max-width:768px){._pdfContent_fv97b_694{padding:.5rem;gap:.5rem}}._pdfCanvas_fv97b_757{max-width:100%;height:auto;box-shadow:0 4px 12px #00000026;border-radius:4px;background:#fff;display:block;margin:0 auto;width:auto!important;min-width:200px;min-height:200px}@media(max-width:768px){._pdfCanvas_fv97b_757{box-shadow:0 2px 8px #0000001a;border-radius:2px;max-width:100%;width:100%}}._pdfLoading_fv97b_778{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem}._pdfLoading_fv97b_778 p{color:var(--text-secondary);font-size:1rem;margin:0}._pageContainer_fv97b_793{position:relative;display:flex;align-items:center;justify-content:center;min-height:200px;width:100%;max-width:100%}@media(max-width:768px){._pageContainer_fv97b_793{margin-bottom:.5rem}}._pageLoading_fv97b_808{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:#ffffffe6;border-radius:8px;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._mobileControls_fv97b_682{position:absolute;left:0;right:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem;transition:all .3s ease;z-index:1001}._mobileControls_fv97b_682._topControls_fv97b_682{top:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}._mobileControls_fv97b_682._bottomControls_fv97b_691{bottom:0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1)}._mobileControls_fv97b_682._visible_fv97b_845{opacity:1;transform:translateY(0)}._mobileControls_fv97b_682._hidden_fv97b_849{opacity:0;transform:translateY(100%);pointer-events:none}._mobileControls_fv97b_682._hidden_fv97b_849._topControls_fv97b_682{transform:translateY(-100%)}._mobileBackButton_fv97b_704{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .2s}._mobileBackButton_fv97b_704:hover{background:#fff3}._mobileTitle_fv97b_685{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;margin:0 1rem}._mobileFileName_fv97b_881{font-size:.9rem;font-weight:500;text-align:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._mobilePageInfo_fv97b_688{font-size:.8rem;opacity:.8}._fullscreenButton_fv97b_708{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem;border-radius:6px;font-size:1.2rem;cursor:pointer;transition:background-color .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._fullscreenButton_fv97b_708:hover{background:#fff3}._navButton_fv97b_915{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;min-width:100px}._navButton_fv97b_915:hover:not(:disabled){background:#fff3}._navButton_fv97b_915:disabled{opacity:.4;cursor:not-allowed}._pageControls_fv97b_934{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem;justify-content:center;flex:1}._mobileDownloadButton_fv97b_720{position:fixed;bottom:100px;right:1rem;background:var(--brand-primary);color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .2s;z-index:1002}._mobileDownloadButton_fv97b_720:hover{background:var(--brand-primary-hover);transform:scale(1.05)}._desktopControls_fv97b_967{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1rem;display:flex;justify-content:space-between;align-items:center}._pageNavigation_fv97b_976{display:flex;align-items:center;gap:1rem}._pageInfo_fv97b_982{font-size:.9rem;color:var(--text-secondary);min-width:120px;text-align:center}._desktopActions_fv97b_989{display:flex;gap:.5rem}._pdfMobileFrame_fv97b_994{margin-top:1rem;border-radius:8px;overflow:hidden;border:1px solid var(--border-color);background:#fff}._pdfMobileFrame_fv97b_994 ._viewerFrame_fv97b_284{width:100%;height:400px;border:none;display:block}@media(max-width:768px){._pdfMobileFrame_fv97b_994 ._viewerFrame_fv97b_284{height:300px}}._pdfMobileContent_fv97b_1013{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}._pdfMobileIcon_fv97b_1023{font-size:4rem;margin-bottom:1rem}._pdfMobileContent_fv97b_1013 h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.5rem}._pdfMobileContent_fv97b_1013 ._fileName_fv97b_170{font-size:1.1rem;font-weight:500;color:var(--text-primary);background:var(--bg-secondary);padding:.75rem 1.5rem;border-radius:8px;border:1px solid var(--border-color);margin-bottom:1rem}._pdfMobileNote_fv97b_1045{color:var(--text-secondary);font-size:.9rem;line-height:1.4;margin-bottom:1.5rem;max-width:300px}._pdfMobileActions_fv97b_1053{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:280px}._wordViewer_fv97b_294{position:relative}._wordLoading_fv97b_1065{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;gap:1rem}._wordContent_fv97b_507{display:flex;flex-direction:column;height:100%}._wordDocument_fv97b_1081{flex:1;overflow:auto;padding:2rem;background:var(--bg-primary);position:relative}._wordHtml_fv97b_1089{max-width:800px;margin:0 auto;font-family:Times New Roman,serif;line-height:1.6;color:var(--text-primary)}._wordHtml_fv97b_1089 h1,._wordHtml_fv97b_1089 h2,._wordHtml_fv97b_1089 h3,._wordHtml_fv97b_1089 h4,._wordHtml_fv97b_1089 h5,._wordHtml_fv97b_1089 h6{color:var(--text-primary);margin:1.5em 0 .5em;font-weight:600}._wordHtml_fv97b_1089 h1{font-size:2em}._wordHtml_fv97b_1089 h2{font-size:1.5em}._wordHtml_fv97b_1089 h3{font-size:1.3em}._wordHtml_fv97b_1089 p{margin:.8em 0;text-align:justify}._wordHtml_fv97b_1089 ul,._wordHtml_fv97b_1089 ol{margin:1em 0;padding-left:2em}._wordHtml_fv97b_1089 li{margin:.5em 0}._wordHtml_fv97b_1089 table{width:100%;border-collapse:collapse;margin:1.5em 0;border:1px solid var(--border-color)}._wordHtml_fv97b_1089 th,._wordHtml_fv97b_1089 td{padding:.75em;text-align:left;border:1px solid var(--border-color);color:var(--text-primary)}._wordHtml_fv97b_1089 th{background-color:var(--bg-secondary);font-weight:600}._wordHtml_fv97b_1089 blockquote{margin:1.5em 0;padding:1em 2em;background:var(--bg-secondary);border-left:4px solid var(--brand-primary);font-style:italic;color:var(--text-primary)}._wordHtml_fv97b_1089 img{max-width:100%;height:auto;margin:1em 0;border-radius:4px;box-shadow:0 2px 8px #0000001a}._wordHtml_fv97b_1089 code{background:var(--bg-secondary);padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:var(--text-primary)}._wordHtml_fv97b_1089 pre{background:var(--bg-secondary);padding:1em;border-radius:4px;overflow-x:auto;margin:1em 0;color:var(--text-primary);border:1px solid var(--border-color)}._wordActions_fv97b_1177{padding:1rem;background:var(--bg-secondary);border-top:1px solid var(--border-color);text-align:center}._wordError_fv97b_1184{display:flex;align-items:center;justify-content:center;height:100%;padding:2rem}._wordErrorContent_fv97b_1192{text-align:center;max-width:400px}._wordErrorContent_fv97b_1192 h3{margin:1rem 0;color:var(--text-primary);font-size:1.5rem}._wordErrorContent_fv97b_1192 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem}._excelViewer_fv97b_295{position:relative}._excelLoading_fv97b_1213{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;gap:1rem}._excelContent_fv97b_1223{display:flex;flex-direction:column;height:100%}._excelTabs_fv97b_1229{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:.5rem 1rem}._excelTabsContainer_fv97b_1235{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.25rem}._excelTab_fv97b_373{padding:.5rem 1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-bottom:none;border-radius:4px 4px 0 0;cursor:pointer;font-size:.875rem;white-space:nowrap;transition:all .2s;color:var(--text-primary)}._excelTab_fv97b_373:hover{background:var(--bg-secondary)}._excelTab_fv97b_373:disabled{opacity:.6;cursor:not-allowed}._excelTabActive_fv97b_1262{background:var(--bg-primary);border-color:var(--brand-primary);color:var(--brand-primary);font-weight:500;position:relative;z-index:1}._excelTabActive_fv97b_1262:hover{background:var(--bg-primary)}._excelTable_fv97b_373{flex:1;overflow:auto;padding:1rem;background:var(--bg-primary);color:var(--text-primary);font-weight:500;line-height:1.4;position:relative}._excelHtml_fv97b_1285 table{width:100%;border-collapse:collapse;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.9rem}._excelHtml_fv97b_1285 table td,._excelHtml_fv97b_1285 table th{border:1px solid var(--border-color);padding:.6rem;text-align:left;vertical-align:top;min-width:60px;max-width:200px;word-wrap:break-word;color:var(--text-primary)!important;background-color:var(--bg-primary)!important}._excelHtml_fv97b_1285 table th{background-color:var(--bg-secondary)!important;font-weight:600;color:var(--text-primary)!important}._excelHtml_fv97b_1285 table tr:nth-child(2n) td{background-color:var(--bg-secondary)!important;color:var(--text-primary)!important}._excelHtml_fv97b_1285 table tr:nth-child(odd) td{background-color:var(--bg-primary)!important;color:var(--text-primary)!important}._excelHtml_fv97b_1285 table tr:hover td{background-color:var(--brand-primary)!important;color:var(--button-text)!important}._excelHtml_fv97b_1285 table td{color:var(--text-primary)!important}._excelHtml_fv97b_1285 table td[style*="text-align:right"],._excelHtml_fv97b_1285 table td[style*="text-align: right"]{font-family:Courier New,monospace;font-weight:500;color:var(--text-primary)!important}._excelHtml_fv97b_1285 table td[style*="font-weight:bold"],._excelHtml_fv97b_1285 table td[style*="font-weight: bold"]{font-weight:600;background-color:var(--bg-secondary)!important;color:var(--text-primary)!important}._excelHtml_fv97b_1285 table td[style*=color],._excelHtml_fv97b_1285 table *{color:var(--text-primary)!important}._excelHtml_fv97b_1285 #_excel-table_fv97b_1{margin:0}._excelHtml_fv97b_1285 #_excel-table_fv97b_1 td,._excelHtml_fv97b_1285 #_excel-table_fv97b_1 th{color:var(--text-primary)!important}._excelActions_fv97b_1347{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-secondary);border-top:1px solid var(--border-color)}._excelInfo_fv97b_1356{display:flex;gap:.5rem;align-items:center;font-size:.875rem;color:var(--text-secondary)}._excelError_fv97b_1364{display:flex;align-items:center;justify-content:center;height:100%;padding:2rem}._excelErrorContent_fv97b_1372{text-align:center;max-width:400px}._excelErrorContent_fv97b_1372 h3{margin:1rem 0;color:var(--text-primary);font-size:1.5rem}._excelErrorContent_fv97b_1372 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem}._imageViewer_fv97b_631{flex:1;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);margin:1rem;border-radius:8px;box-shadow:0 4px 6px var(--shadow-color);border:1px solid var(--border-color);overflow:hidden}._viewerImage_fv97b_1402{max-width:100%;max-height:100%;object-fit:contain}._unknownViewer_fv97b_1408{flex:1;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);margin:1rem;border-radius:8px;box-shadow:0 4px 6px var(--shadow-color);border:1px solid var(--border-color)}._unknownContent_fv97b_1420{text-align:center;padding:2rem}._unknownContent_fv97b_1420 h3{margin:0 0 1rem;color:var(--text-primary)}._unknownContent_fv97b_1420 p{margin:0 0 1.5rem;color:var(--text-secondary)}._officePreview_fv97b_1435{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}._officeIcon_fv97b_1445{font-size:4rem;margin-bottom:1rem}._officePreview_fv97b_1435 h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.5rem}._officePreview_fv97b_1435 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem;max-width:400px}._officePreview_fv97b_1435 ._fileName_fv97b_170{font-size:1.1rem;font-weight:500;color:var(--text-primary);background:var(--bg-secondary);padding:.75rem 1.5rem;border-radius:8px;border:1px solid var(--border-color)}._officeActions_fv97b_1473{margin-top:1.5rem}._officeFallback_fv97b_1477{padding:1rem;background:var(--bg-secondary);border-top:1px solid var(--border-color);text-align:center}._officeFallback_fv97b_1477 p{margin:0 0 1rem;color:var(--text-secondary);font-size:.9rem}._fallbackMessage_fv97b_1490{padding:2rem;text-align:center;color:var(--text-secondary)}._loading_fv97b_191{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._loadingSpinner_fv97b_1505{width:40px;height:40px;border:4px solid var(--border-color);border-top:4px solid var(--brand-primary);border-radius:50%;animation:_spin_fv97b_1 1s linear infinite}@keyframes _spin_fv97b_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_fv97b_204{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}._error_fv97b_204 h2{margin:0;color:var(--error-color)}._error_fv97b_204 p{margin:0;color:var(--text-secondary);text-align:center}@media(max-width:768px){._header_fv97b_75{padding:.75rem 1rem;flex-direction:column;gap:1rem}._headerLeft_fv97b_89{width:100%;justify-content:space-between}._headerRight_fv97b_97{width:100%;justify-content:center;gap:.5rem}._zoomControls_fv97b_104{padding:.2rem;gap:.2rem}._zoomButton_fv97b_114{width:24px;height:24px;font-size:.9rem}._zoomLevel_fv97b_137{font-size:.65rem;min-width:30px}._fileName_fv97b_170{font-size:1rem;max-width:250px}._viewerContainer_fv97b_277,._pdfViewer_fv97b_291,._officeViewer_fv97b_292,._textViewer_fv97b_293,._imageViewer_fv97b_631,._unknownViewer_fv97b_1408,._wordViewer_fv97b_294,._excelViewer_fv97b_295{margin:.5rem}._excelTabsContainer_fv97b_1235{gap:.125rem}._excelTab_fv97b_373{padding:.375rem .75rem;font-size:.75rem}._excelActions_fv97b_1347{flex-direction:column;gap:1rem;align-items:stretch}._excelInfo_fv97b_1356{justify-content:center}}._container_1ja3r_2{--auth-surface-bg: rgba(12, 20, 32, .76);--auth-surface-border: rgba(181, 222, 255, .28);--auth-text-main: #ecf7ff;--auth-text-muted: rgba(214, 235, 252, .76);--auth-input-bg: rgba(56, 96, 132, .2);--auth-input-border: rgba(177, 222, 250, .24);--auth-accent: #9ed9ff;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom));background:radial-gradient(140% 180% at 3% -10%,#5bc0eb57,#5bc0eb00 52%),radial-gradient(130% 170% at 100% 80%,#78a2ff4d,#78a2ff00 10%),linear-gradient(165deg,#080e18db,#080e18bd),var(--auth-bg-image) center center/cover no-repeat}@media(prefers-color-scheme:light){._container_1ja3r_2{--auth-surface-bg: rgba(243, 251, 255, .84);--auth-surface-border: rgba(119, 174, 216, .34);--auth-text-main: #15324a;--auth-text-muted: rgba(30, 68, 96, .68);--auth-input-bg: rgba(255, 255, 255, .58);--auth-input-border: rgba(119, 174, 216, .32);--auth-accent: #317eb3;background:radial-gradient(140% 180% at 3% -10%,#5bc0eb38,#5bc0eb00 50%),radial-gradient(130% 170% at 100% 108%,#78a2ff33,#78a2ff00 50%),linear-gradient(165deg,#eaf5ffc7,#eaf5ffa6),var(--auth-bg-image) center center/cover no-repeat}}._container_1ja3r_2:before,._container_1ja3r_2:after{content:"";position:absolute;border-radius:999px;filter:blur(14px);pointer-events:none}._container_1ja3r_2:before{width:min(38vw,420px);height:min(38vw,420px);top:-16%;right:-9%;background:#54afe340}._container_1ja3r_2:after{width:min(36vw,360px);height:min(36vw,360px);bottom:-16%;left:-12%;background:#7ea1f838}._brand_1ja3r_58{position:relative;z-index:3;margin:0 0 1rem;padding:.62rem 1.6rem;border-radius:999px;border:1px solid rgba(181,222,255,.3);background:radial-gradient(120% 160% at 8% 0%,#5bc0eb42,#5bc0eb00 55%),#0a121e99;color:var(--brand-primary);box-shadow:0 14px 24px #040a124d,inset 0 1px #fff3;backdrop-filter:blur(12px) saturate(125%);-webkit-backdrop-filter:blur(12px) saturate(125%);font-family:var(--font-family-brand, var(--font-family-headings, var(--font-family-base)));font-weight:700;font-size:clamp(1.25rem,2vw + .5rem,2rem);letter-spacing:.04em;text-transform:uppercase;text-align:center;line-height:1;text-shadow:0 6px 16px rgba(198,26,31,.38)}@media(prefers-color-scheme:light){._brand_1ja3r_58{border-color:#80b6dd6b;background:radial-gradient(120% 160% at 8% 0%,#5bc0eb33,#5bc0eb00 55%),#ffffffb8;color:var(--brand-primary);box-shadow:0 12px 22px #1d496b2e,inset 0 1px #ffffffa3}}._card_1ja3r_88{position:relative;z-index:3;width:min(560px,100vw - 2rem);max-height:min(100dvh - 6rem,780px);display:flex;flex-direction:column;border-radius:1.1rem;border:1px solid var(--auth-surface-border);background:radial-gradient(130% 180% at 8% 0%,#5bc0eb2e,#5bc0eb00 58%),radial-gradient(120% 170% at 92% 100%,#78a2ff24,#78a2ff00 56%),var(--auth-surface-bg);box-shadow:0 28px 52px #03091080,inset 0 1px #fff3;backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);overflow:hidden}@media(pointer:coarse){html[data-keyboard-open] ._container_1ja3r_2{justify-content:flex-start;padding-top:max(.8rem,env(safe-area-inset-top));padding-bottom:max(.5rem,env(safe-area-inset-bottom))}html[data-keyboard-open] ._card_1ja3r_88{max-height:calc(100dvh - 4rem)}}._tabs_1ja3r_115{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.36rem;padding:.55rem;border-bottom:1px solid rgba(176,220,249,.2);background:#0c162466}._tab_1ja3r_115{min-height:2.45rem;border-radius:.78rem;border:1px solid transparent;background:transparent;color:var(--auth-text-muted);font-size:.88rem;font-weight:700;line-height:1;cursor:pointer;transition:transform .15s ease,color .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._tab_1ja3r_115:hover:not(._tabActive_1ja3r_136){color:var(--auth-text-main);border-color:#c2e7ff42;background:#5d8db62e;transform:translateY(-1px)}._tab_1ja3r_115:focus-visible{outline:2px solid rgba(153,220,255,.6);outline-offset:1px}._tabActive_1ja3r_136{color:#fff;border-color:#a6e2ff8c;background:linear-gradient(180deg,#60a9e857,#60a9e829);box-shadow:0 10px 18px #20588e4d,inset 0 1px #ffffff2e}@media(prefers-color-scheme:light){._tabActive_1ja3r_136{color:#163651}}._body_1ja3r_159{padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._loading_1ja3r_165{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(218,237,252,.36);border-top-color:currentcolor;border-radius:50%;animation:_spin_1ja3r_1 1s linear infinite;margin-right:.45rem;vertical-align:-.12rem}@keyframes _spin_1ja3r_1{to{transform:rotate(360deg)}}._container_1ja3r_2 .form{padding:0!important;margin:0;background:transparent!important;box-shadow:none!important;border:none;display:flex;flex-direction:column;gap:.82rem}._container_1ja3r_2 .field{margin-bottom:.26rem}._container_1ja3r_2 .field__label{top:.92rem;left:.7rem;transform:none;font-size:.9rem;line-height:1;font-weight:500;color:var(--auth-text-muted);background:transparent!important;padding:0 .16rem;transition:top .14s ease,left .14s ease,color .14s ease,font-size .14s ease;z-index:2}._container_1ja3r_2 .field__input{border:1px solid var(--auth-input-border);border-radius:.72rem;background:var(--auth-input-bg);color:var(--auth-text-main);padding:1.02rem .7rem .38rem;box-shadow:inset 0 1px #ffffff14}._container_1ja3r_2 .field__input::placeholder{color:transparent}._container_1ja3r_2 .field__input:focus{border-color:#f9ffac8f;box-shadow:inset 0 1px #ffffff1f,0 0 0 2px #83c9f538}._container_1ja3r_2 .field__input[aria-invalid=true]{border-color:#ff8a9694}._container_1ja3r_2 .field__input:focus+.field__label,._container_1ja3r_2 .field__input:not(:placeholder-shown)+.field__label,._container_1ja3r_2 .field__input:-webkit-autofill+.field__label,._container_1ja3r_2 .field__input:-moz-autofill+.field__label{top:-.52rem!important;left:.52rem!important;font-size:.72rem!important;font-weight:700;color:var(--auth-accent)!important;background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;text-shadow:0 1px 4px rgba(0,0,0,.45)}._container_1ja3r_2 .field__input[aria-invalid=true]+.field__label{color:#ffc8d1!important}._container_1ja3r_2 .field__error{margin-top:.24rem;color:#ffd7de;font-size:.78rem}._container_1ja3r_2 .button{width:100%;min-height:2.78rem;border-radius:.82rem;border:1px solid rgba(166,226,255,.55);background:linear-gradient(180deg,#60a9e857,#60a9e829);color:#fff;font-size:.92rem;font-weight:700;letter-spacing:.01em;box-shadow:0 12px 22px #20588e4d,inset 0 1px #ffffff2e;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease,opacity .15s ease}._container_1ja3r_2 .button:hover:not(:disabled){border-color:#bceaff9e;background:linear-gradient(180deg,#65b5f766,#65b5f733);transform:translateY(-1px)}._container_1ja3r_2 .button:disabled{opacity:.56}._container_1ja3r_2 select.field__input{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:2.2rem;color:var(--auth-text-main);background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(214,235,252,0.6)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:12px 8px}._container_1ja3r_2 select.field__input option{color:var(--auth-text-main);background-color:#0a121ef5}._container_1ja3r_2 select.field__input option:checked{color:#fff;background-color:#4890cc8f}._container_1ja3r_2 select.field__input option:disabled{color:#b9d3e7ad;background-color:#182230f5}._container_1ja3r_2 select.field__input+.field__label{top:-.52rem!important;left:.52rem!important;font-size:.72rem!important;font-weight:700;color:var(--auth-accent)!important;background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;text-shadow:0 1px 4px rgba(0,0,0,.45)}@media(prefers-color-scheme:light){._container_1ja3r_2 select.field__input option{color:#163651;background-color:#f1fafffa}._container_1ja3r_2 select.field__input option:checked{color:#0d2f47;background-color:#91cbf299}._container_1ja3r_2 select.field__input option:disabled{color:#355b7899;background-color:#e1f0fbf0}}._customSelectField_1ja3r_344{position:relative}._customSelectField_1ja3r_344 .field__label{top:-.52rem!important;left:.52rem!important;font-size:.72rem!important;font-weight:700;color:var(--auth-accent)!important;background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;text-shadow:0 1px 4px rgba(0,0,0,.45)}._customSelect_1ja3r_344{position:relative}._customSelectTrigger_1ja3r_366{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;text-align:left;cursor:pointer}._customSelectTrigger_1ja3r_366:disabled{cursor:not-allowed;opacity:.72}._customSelectValue_1ja3r_381{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:1.35rem}._customSelectChevron_1ja3r_389{position:absolute;right:.74rem;top:50%;transform:translateY(-50%);color:#cde6f8d6;font-size:.78rem;line-height:1;pointer-events:none;transition:transform .18s ease,color .18s ease}._customSelectOpen_1ja3r_401 ._customSelectChevron_1ja3r_389{transform:translateY(-50%) rotate(180deg);color:#ebf8fff0}._customSelectMenu_1ja3r_406{position:absolute;left:0;right:0;top:calc(100% + .32rem);z-index:30;max-height:12.5rem;overflow-y:auto;padding:.24rem;border-radius:.72rem;border:1px solid rgba(166,218,249,.44);background:radial-gradient(120% 170% at 8% 0%,#5bc0eb33,#5bc0eb00 58%),#0a121ef5;box-shadow:0 18px 30px #03091075,inset 0 1px #ffffff1f;backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%)}._customSelectOption_1ja3r_423{width:100%;border:none;border-radius:.56rem;background:transparent;color:var(--auth-text-main);font-size:.9rem;line-height:1.28;text-align:left;padding:.58rem .66rem;cursor:pointer;transition:background-color .14s ease,color .14s ease}._customSelectOption_1ja3r_423:hover,._customSelectOption_1ja3r_423:focus-visible{outline:none;background:#6ea9d23d}._customSelectOptionActive_1ja3r_443{background:linear-gradient(180deg,#5ea5e26b,#5ea5e23d);color:#fff}@media(prefers-color-scheme:light){._customSelectMenu_1ja3r_406{border-color:#8abce085;background:radial-gradient(120% 170% at 8% 0%,#5bc0eb29,#5bc0eb00 58%),#f5fbfff5;box-shadow:0 14px 24px #1d496b33,inset 0 1px #ffffffc2}._customSelectChevron_1ja3r_389{color:#224d6bb8}._customSelectOpen_1ja3r_401 ._customSelectChevron_1ja3r_389{color:#153a54eb}._customSelectOption_1ja3r_423:hover,._customSelectOption_1ja3r_423:focus-visible{background:#8ac5ec59}._customSelectOptionActive_1ja3r_443{color:#123550;background:linear-gradient(180deg,#84c3eea3,#84c3ee75)}}._inviteSection_1ja3r_470{margin-bottom:.28rem}._inviteRow_1ja3r_474{display:flex;gap:.5rem;align-items:flex-start}._inviteRow_1ja3r_474 ._inviteField_1ja3r_480{flex:1}._inviteButton_1ja3r_484{flex-shrink:0;min-width:7.25rem;min-height:2.94rem;padding:.68rem .88rem;margin-top:0;border-radius:.74rem;border:1px solid rgba(166,226,255,.55);background:linear-gradient(180deg,#60a9e857,#60a9e829);color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;box-shadow:0 10px 18px #20588e42,inset 0 1px #ffffff2e;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,opacity .15s ease}._inviteButton_1ja3r_484:hover:not(:disabled){transform:translateY(-1px);border-color:#bceaff9e;background:linear-gradient(180deg,#65b5f766,#65b5f733)}._inviteButton_1ja3r_484:disabled{opacity:.56;cursor:not-allowed}._inviteSuccess_1ja3r_510{display:inline-flex;align-items:center;gap:.42rem;color:#c5f3df;font-size:.8rem;margin-top:.4rem}._inviteSuccess_1ja3r_510:before{content:"✓";font-weight:800}._registerFields_1ja3r_524{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem .58rem;align-items:start;animation:_fadeIn_1ja3r_1 .24s ease-out}._halfField_1ja3r_532,._fullField_1ja3r_533{margin-bottom:0!important}._fullField_1ja3r_533,._fullRow_1ja3r_538{grid-column:1/-1}._fullRow_1ja3r_538{width:100%}@keyframes _fadeIn_1ja3r_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._successScreen_1ja3r_557{text-align:center;animation:_fadeIn_1ja3r_1 .24s ease-out}._successIcon_1ja3r_562{width:3rem;height:3rem;margin:0 auto .8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(150,236,206,.48);background:#34d39933;color:#c5f3df;font-size:1.45rem;font-weight:800}._successTitle_1ja3r_577{color:var(--auth-text-main);font-size:1.15rem;font-weight:700;margin:0 0 .45rem}._successText_1ja3r_584{color:var(--auth-text-muted);font-size:.84rem;line-height:1.45;margin:0 0 1.1rem}._errorMessage_1ja3r_591{color:#ffd7de;font-size:.78rem;margin-top:.24rem;margin-bottom:.3rem;line-height:1.3}@media(max-width:768px){._brand_1ja3r_58{margin-bottom:.72rem;padding:.52rem 1.2rem;font-size:1.15rem}._card_1ja3r_88{width:min(460px,100vw - 1.5rem);border-radius:.95rem}._tabs_1ja3r_115{padding:.45rem;gap:.28rem}._tab_1ja3r_115{min-height:2.25rem;font-size:.82rem}._body_1ja3r_159{padding:.82rem}._inviteButton_1ja3r_484{min-width:6.5rem;min-height:2.76rem;padding:.62rem .74rem;font-size:.76rem}._registerFields_1ja3r_524{gap:.64rem .5rem}}@media(max-width:640px){._registerFields_1ja3r_524{grid-template-columns:1fr;gap:.58rem}._fullField_1ja3r_533,._fullRow_1ja3r_538{grid-column:1}}@media(max-width:560px){._inviteRow_1ja3r_474{flex-direction:row;align-items:stretch;gap:.4rem}._inviteRow_1ja3r_474 ._inviteField_1ja3r_480{min-width:0}._inviteButton_1ja3r_484{width:auto;min-width:5.8rem;padding:.58rem .62rem;font-size:.74rem}}@media(max-width:420px){._container_1ja3r_2{padding:max(.72rem,env(safe-area-inset-top)) .5rem max(.7rem,env(safe-area-inset-bottom))}._brand_1ja3r_58{font-size:1.02rem;margin-bottom:.56rem;padding:.44rem 1rem}._body_1ja3r_159{padding:.7rem}._container_1ja3r_2 .field__input{border-radius:.64rem;padding:.92rem .62rem .38rem;font-size:.93rem}._container_1ja3r_2 .field__label{top:.84rem;font-size:.86rem}._container_1ja3r_2 .field__input:focus+.field__label,._container_1ja3r_2 .field__input:not(:placeholder-shown)+.field__label,._container_1ja3r_2 .field__input:-webkit-autofill+.field__label,._container_1ja3r_2 .field__input:-moz-autofill+.field__label{top:-.46rem!important}._container_1ja3r_2 .button{min-height:2.58rem;font-size:.86rem}._inviteButton_1ja3r_484{min-width:5.3rem;font-size:.72rem;padding:.56rem .54rem}}._page_1g723_2{--p-bg: #0f1724;--p-surface: rgba(18, 29, 43, .72);--p-border: rgba(175, 218, 247, .14);min-height:100%;display:block;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));padding-bottom:calc(5.2rem + env(safe-area-inset-bottom,0px));background:var(--p-bg);color:#f5f9ff}._layout_1g723_15{margin:0 auto;width:min(640px,100%);display:flex;flex-direction:column;gap:.55rem}._pageHeader_1g723_24{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .2rem .6rem}._pageTitle_1g723_32{margin:0;font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:700;line-height:1.1}._logoutButton_1g723_39{display:inline-flex;align-items:center;gap:.4rem;border-radius:.6rem;border:1px solid rgba(175,218,247,.22);background:#ffffff0a;color:#dceefcc7;font-size:.82rem;font-weight:500;padding:.42rem .72rem;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease}._logoutButton_1g723_39:hover{transform:translateY(-1px);border-color:#ff789180;background:#dc395c1a;color:#ffb3c1}._logoutButton_1g723_39:focus-visible{outline:2px solid rgba(156,220,255,.5);outline-offset:2px}._statusCard_1g723_65{display:flex;align-items:center;gap:.6rem;border-radius:.8rem;border:1px solid rgba(170,215,249,.2);background:#6ba2ce1a;padding:.72rem .9rem;font-size:.86rem;color:#dceefccc}._spinner_1g723_77{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(175,218,247,.2);border-top-color:#afdaf7cc;animation:_spin_1g723_77 .7s linear infinite;flex-shrink:0}@keyframes _spin_1g723_77{to{transform:rotate(360deg)}}._errorCard_1g723_92{display:flex;align-items:center;gap:.5rem;border-radius:.8rem;border:1px solid rgba(255,102,131,.32);background:#d93f5c1f;padding:.72rem .9rem;font-size:.86rem;color:#ffd8df}._heroCard_1g723_105{display:flex;align-items:center;gap:.9rem;border-radius:.9rem;border:1px solid var(--p-border);background:linear-gradient(180deg,#ffffff0d,#ffffff03),var(--p-surface);box-shadow:0 8px 24px #03080e47;backdrop-filter:blur(14px) saturate(112%);-webkit-backdrop-filter:blur(14px) saturate(112%);padding:1rem 1.1rem}._avatar_1g723_118{width:3.6rem;height:3.6rem;flex-shrink:0;border-radius:1rem;background:linear-gradient(140deg,#5aa9dc,#547ad3);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;box-shadow:0 8px 20px #35689c61}._identity_1g723_132{min-width:0;display:flex;flex-direction:column;gap:.2rem}._name_1g723_139{margin:0;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._username_1g723_149{margin:0;font-size:.82rem;color:#d2e8f894;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._group_1g723_159{border-radius:.9rem;border:1px solid var(--p-border);background:linear-gradient(180deg,#ffffff0d,#ffffff03),var(--p-surface);box-shadow:0 8px 24px #03080e47;backdrop-filter:blur(14px) saturate(112%);-webkit-backdrop-filter:blur(14px) saturate(112%);overflow:hidden}._groupLabel_1g723_169{margin:0;padding:.56rem 1rem;font-size:.71rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#b9daf285;border-bottom:1px solid var(--p-border)}._infoRow_1g723_180{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.78rem 1rem}._divider_1g723_188{height:1px;background:var(--p-border);margin:0 1rem}._infoLabel_1g723_194{font-size:.84rem;color:#c8e1f594;flex-shrink:0}._infoValue_1g723_200{font-size:.88rem;font-weight:500;color:#f5f9ff;text-align:right;min-width:0;word-break:break-word}._link_1g723_209{color:#7ec8f0;text-decoration:none}._link_1g723_209:hover{text-decoration:underline}._empty_1g723_217{color:#c8e1f55c;font-weight:400;font-style:italic}._overlay_1g723_224{position:fixed;inset:0;background:#01040899;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1100}._modalCard_1g723_235{width:min(400px,100%);border-radius:1rem;border:1px solid rgba(176,223,255,.22);background:#101a28eb;box-shadow:0 24px 48px #00000080;padding:1.2rem;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%)}._modalTitle_1g723_246{margin:0;font-size:1.05rem;font-weight:700}._modalText_1g723_252{margin:.5rem 0 0;color:#ddecfab8;font-size:.86rem;line-height:1.45}._modalActions_1g723_259{margin-top:1rem;display:flex;justify-content:flex-end;gap:.5rem}._btnGhost_1g723_266,._btnDanger_1g723_267{border-radius:.6rem;font-size:.84rem;font-weight:600;padding:.5rem .9rem;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}._btnGhost_1g723_266:hover,._btnDanger_1g723_267:hover{transform:translateY(-1px)}._btnGhost_1g723_266:active,._btnDanger_1g723_267:active{transform:translateY(0)}._btnGhost_1g723_266{border:1px solid rgba(175,218,247,.28);background:#ffffff0f;color:#f0f8ff}._btnGhost_1g723_266:hover{background:#ffffff1a}._btnDanger_1g723_267{border:1px solid rgba(255,120,145,.5);background:#d22d52db;color:#fff}._btnDanger_1g723_267:hover{background:#e13258f5}@media(prefers-color-scheme:light){._page_1g723_2{--p-bg: #f2f4f7;--p-surface: rgba(255, 255, 255, .82);--p-border: rgba(0, 0, 0, .1);color:#000000d9}._group_1g723_159{box-shadow:0 2px 16px #00000014,0 1px 4px #0000000f}._groupLabel_1g723_169,._username_1g723_149,._infoLabel_1g723_194{color:#00000073}._infoValue_1g723_200{color:#000000d9}._empty_1g723_217{color:#0000004d}._link_1g723_209{color:#1a6fa8}._statusCard_1g723_65{background:#0000000a;border-color:#0000001a;color:#000000b3}._spinner_1g723_77{border-color:#0000001a;border-top-color:#00000080}._errorCard_1g723_92{background:#dc395c14;border-color:#dc395c40;color:#a01432e6}._logoutButton_1g723_39{border-color:#0000001f;background:#fff9;color:#0009}._logoutButton_1g723_39:hover{border-color:#dc395c66;background:#dc395c14;color:#a01432e6}._modalCard_1g723_235{background:#fffffff2;border-color:#0000001f;box-shadow:0 8px 32px #0000002e}._modalText_1g723_252{color:#0009}._btnGhost_1g723_266{border-color:#0000001f;background:#0000000a;color:#000000b3}._btnGhost_1g723_266:hover{background:#00000014}}@media(max-width:640px){._page_1g723_2{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px));padding-bottom:calc(4.8rem + env(safe-area-inset-bottom,0px))}._pageHeader_1g723_24{padding:.3rem .2rem .4rem}._pageTitle_1g723_32{font-size:1.25rem}._infoRow_1g723_180{flex-direction:column;gap:.2rem}._infoValue_1g723_200{text-align:left}}._panel_1aoab_3{display:flex;flex-direction:column;gap:0}._row_1aoab_9{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.82rem 1rem}._label_1aoab_17{margin:0;font-size:.9rem;font-weight:500;color:#ecf5ff}._switch_1aoab_25{border:1px solid rgba(170,220,255,.28);border-radius:999px;background:#172436b8;color:#f4f8ff;min-width:92px;height:36px;padding:0 .54rem;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:space-between;gap:.4rem;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}._switch_1aoab_25[data-enabled=true]{background:linear-gradient(140deg,#29b36ce6,#22995ceb);border-color:#96ffc46b}._switch_1aoab_25:disabled{cursor:not-allowed;opacity:.68}._switch_1aoab_25:not(:disabled):hover{transform:translateY(-1px)}._switchThumb_1aoab_56{width:1rem;height:1rem;border-radius:999px;background:#f8fbff;box-shadow:0 2px 6px #060c1459;flex-shrink:0;transition:none}._switchLabel_1aoab_66{font-size:.78rem;font-weight:500;letter-spacing:.02em}._error_1aoab_73{margin:0;padding:.5rem 1rem;font-size:.8rem;border-top:1px solid rgba(255,123,123,.22);background:#7a1c1c38;color:#ffd1d1}._androidHint_1aoab_83{display:flex;flex-direction:column;gap:.45rem;padding:.7rem 1rem;border-top:1px solid rgba(175,218,247,.1);background:#17253566}._androidHintText_1aoab_92{margin:0;color:#deeeffcc;font-size:.78rem;line-height:1.4}._androidHintButton_1aoab_99{align-self:flex-start;border:1px solid rgba(166,218,255,.28);border-radius:.56rem;background:#182c4475;color:#f0f8ff;font-size:.76rem;padding:.38rem .64rem;cursor:pointer;transition:transform .15s ease,border-color .15s ease}._androidHintButton_1aoab_99:hover{transform:translateY(-1px);border-color:#c4e9ff80}@media(prefers-color-scheme:light){._label_1aoab_17{color:#000c}._switch_1aoab_25{background:#ffffffb8;border-color:#0000001f;color:#000000bf}._switch_1aoab_25[data-enabled=true]{background:linear-gradient(140deg,#22c55ed9,#16a34ae6);border-color:#22c55e66;color:#fff}._switchThumb_1aoab_56{background:#fffffff2;box-shadow:0 2px 6px #0003}._error_1aoab_73{background:#dc395c14;border-top-color:#dc395c33;color:#a01432e6}._androidHint_1aoab_83{background:#00000008;border-top-color:#00000014}._androidHintText_1aoab_92{color:#0000008c}._androidHintButton_1aoab_99{background:#ffffffb8;border-color:#0000001f;color:#000000bf}._androidHintButton_1aoab_99:hover{border-color:#0003}}._page_v28yc_2{--s-bg: #0f1724;--s-surface: rgba(18, 29, 43, .72);--s-border: rgba(175, 218, 247, .14);min-height:100%;display:block;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));padding-bottom:calc(5.2rem + env(safe-area-inset-bottom,0px));background:var(--s-bg);color:#f5f9ff}._layout_v28yc_15{margin:0 auto;width:min(640px,100%);display:flex;flex-direction:column;gap:.55rem}._header_v28yc_24{padding:.5rem .2rem .6rem}._title_v28yc_28{margin:0;font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:700;line-height:1.1}._subtitle_v28yc_35{margin:.28rem 0 0;font-size:.83rem;color:#d2e8f894}._group_v28yc_42{border-radius:.9rem;border:1px solid var(--s-border);background:linear-gradient(180deg,#ffffff0d,#ffffff03),var(--s-surface);box-shadow:0 8px 24px #03080e47;backdrop-filter:blur(14px) saturate(112%);-webkit-backdrop-filter:blur(14px) saturate(112%);overflow:hidden}._groupLabel_v28yc_52{margin:0;padding:.56rem 1rem;font-size:.71rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#b9daf285;border-bottom:1px solid var(--s-border)}._row_v28yc_64{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem 1rem}._rowText_v28yc_72{display:flex;flex-direction:column;gap:.12rem;min-width:0}._rowLabel_v28yc_79{font-size:.9rem;font-weight:500;color:#ecf5ff}._rowSub_v28yc_85{font-size:.76rem;color:#c8e1f585}._installButton_v28yc_91{flex-shrink:0;border-radius:.6rem;border:1px solid rgba(79,155,217,.46);background:linear-gradient(135deg,#4f94d933,#4f78dd1f);color:#9ed2f6;font-size:.82rem;font-weight:600;padding:.44rem .9rem;cursor:pointer;white-space:nowrap;transition:transform .15s ease,border-color .15s ease,background .15s ease}._installButton_v28yc_91:hover{transform:translateY(-1px);border-color:#7ec1f0ad;background:linear-gradient(135deg,#4f94d94d,#4f78dd38)}._installButton_v28yc_91:active{transform:translateY(0)}@media(prefers-color-scheme:light){._page_v28yc_2{--s-bg: #f2f4f7;--s-surface: rgba(255, 255, 255, .82);--s-border: rgba(0, 0, 0, .1);color:#000000d9}._group_v28yc_42{box-shadow:0 2px 16px #00000014,0 1px 4px #0000000f}._groupLabel_v28yc_52,._subtitle_v28yc_35{color:#00000073}._rowLabel_v28yc_79{color:#000c}._rowSub_v28yc_85{color:#00000073}._installButton_v28yc_91{border-color:#00000026;background:#0000000a;color:#000000b3}._installButton_v28yc_91:hover{border-color:#00000038;background:#00000014}}@media(max-width:640px){._page_v28yc_2{padding:.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0px));padding-bottom:calc(4.8rem + env(safe-area-inset-bottom,0px))}._header_v28yc_24{padding:.3rem .2rem .4rem}._title_v28yc_28{font-size:1.25rem}}:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(0, 0, 0, .1);--form-bg: rgba(242, 242, 242, 1);--form-bg-hover: rgba(1, 1, 2, .98);--auth-bg-image: url(/assets/light_auth_bg-as1FU0SN.png)}@media(prefers-color-scheme:dark){:root{--font-family-base: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-headings: "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Russo One", "Gidole", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--bg-primary: #1a1d20;--bg-secondary: #2d3238;--text-primary: #ffffff;--text-secondary: #adb5bd;--border-color: #495057;--border-focus: #e31e24;--brand-primary: #e31e24;--brand-primary-hover: #c51a1f;--button-bg: var(--brand-primary);--button-bg-hover: var(--brand-primary-hover);--button-text: #ffffff;--error-color: #dc3545;--success-color: #198754;--warning-color: #fd7e14;--shadow-color: rgba(255, 255, 255, .1);--form-bg: rgb(45, 50, 56);--form-bg-hover: rgba(26, 29, 32, .98);--auth-bg-image: url(/assets/dark_auth_bg-LNHqUky6.png)}}._updateBanner_cwy66_63{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-hover));color:#fff;z-index:10000;box-shadow:0 4px 12px #00000026;animation:_slideDown_cwy66_1 .3s ease-out}._updateContent_cwy66_75{display:flex;align-items:center;padding:1rem 1.5rem;gap:1rem;max-width:1200px;margin:0 auto}._updateIcon_cwy66_84{font-size:1.5rem;animation:_spin_cwy66_1 2s linear infinite}._updateText_cwy66_89{flex:1}._updateTitle_cwy66_93{font-size:1rem;font-weight:600;margin-bottom:.25rem}._updateDescription_cwy66_99{font-size:.875rem;opacity:.9}._updateActions_cwy66_104{display:flex;gap:.75rem;align-items:center}._dismissButton_cwy66_110{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background-color .2s}._dismissButton_cwy66_110:hover:not(:disabled){background:#fff3}._dismissButton_cwy66_110:disabled{opacity:.6;cursor:not-allowed}._checkButton_cwy66_128{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}._checkButton_cwy66_128:hover:not(:disabled){background:#ffffff4d}._checkButton_cwy66_128:disabled{opacity:.6;cursor:not-allowed}._updateButton_cwy66_146{padding:.5rem 1.5rem;background:#ffffffe6;border:none;color:var(--brand-primary);border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}._updateButton_cwy66_146:hover:not(:disabled){background:#fff;transform:translateY(-1px)}._updateButton_cwy66_146:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes _slideDown_cwy66_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes _spin_cwy66_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._updateContent_cwy66_75{padding:.75rem 1rem;flex-direction:column;align-items:stretch;gap:.75rem}._updateText_cwy66_89{text-align:center}._updateActions_cwy66_104{justify-content:center;flex-wrap:wrap}._dismissButton_cwy66_110,._updateButton_cwy66_146{flex:1;min-width:120px}}._installPrompt_mvqh5_1{position:fixed;bottom:20px;left:20px;right:20px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;z-index:10000;animation:_slideUp_mvqh5_1 .3s ease-out;border:1px solid rgba(0,0,0,.1)}._content_mvqh5_14{padding:16px;display:flex;flex-direction:column;gap:12px}._header_mvqh5_21{display:flex;align-items:flex-start;gap:12px}._icon_mvqh5_27{font-size:24px;flex-shrink:0;margin-top:2px}._text_mvqh5_33{flex:1}._text_mvqh5_33 h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#1f2937}._text_mvqh5_33 p{margin:0;font-size:14px;color:#6b7280;line-height:1.4}._buttons_mvqh5_49{display:flex;gap:8px;width:100%}._installButton_mvqh5_55{flex:1;background:#e31e24;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}._installButton_mvqh5_55:hover{background:#c41e3a}._installButton_mvqh5_55:active{background:#a01e2e}._dismissButton_mvqh5_74{background:transparent;border:1px solid #d1d5db;color:#6b7280;border-radius:8px;padding:10px 16px;font-size:14px;cursor:pointer;transition:all .2s ease;flex:1}._dismissButton_mvqh5_74:hover{background:#f9fafb;border-color:#9ca3af}._dismissButton_mvqh5_74:active{background:#f3f4f6}@keyframes _slideUp_mvqh5_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(prefers-color-scheme:dark){._installPrompt_mvqh5_1{background:#1f2937;border-color:#ffffff1a}._text_mvqh5_33 h3{color:#f9fafb}._text_mvqh5_33 p{color:#d1d5db}._installButton_mvqh5_55{background:#e31e24}._installButton_mvqh5_55:hover{background:#c41e3a}._installButton_mvqh5_55:active{background:#a01e2e}._dismissButton_mvqh5_74{border-color:#fff3;color:#d1d5db}._dismissButton_mvqh5_74:hover{background:#ffffff0d;border-color:#ffffff4d}._dismissButton_mvqh5_74:active{background:#ffffff1a}}@media(max-width:768px){._installPrompt_mvqh5_1{bottom:16px;left:16px;right:16px}._content_mvqh5_14{padding:14px}._text_mvqh5_33 h3{font-size:15px}._text_mvqh5_33 p{font-size:13px}._installButton_mvqh5_55,._dismissButton_mvqh5_74{padding:8px 12px;font-size:13px}}@media(max-width:480px){._installPrompt_mvqh5_1{bottom:12px;left:12px;right:12px}._content_mvqh5_14{padding:12px;gap:10px}._icon_mvqh5_27{font-size:20px}._text_mvqh5_33 h3{font-size:14px}._text_mvqh5_33 p{font-size:12px}._buttons_mvqh5_49{margin-top:10px;gap:6px}._installButton_mvqh5_55,._dismissButton_mvqh5_74{padding:8px 10px;font-size:12px}}
