@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);*,body,html{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}:root{--primary-background:#0e0e10fb;--hover-background:#313538;--hover-background-opacity:#313538bd;--content-background:#0e0e10;--secondary-background:#313538;--dashboard-background:#0e0e1099;--text-color:#fff;--secondary-text-color:#00e0fb;--earf-blueOLD:#3bf6e6;--earf-blue:#00e0fb;--earf-blue-hover:#00e2fbcc;--button-color:#252525;--button-hover-color:#313538bd;--components:#18181b;--primary-color:#68dfdfbb;--primary-color-dark:#609dee;--primary-color-darker:#81a1db;--border-color:#333333d7 --muted:#ffffffa6;--text:#fff;--accent:#0af;--accent-2:#00d4ff}html{box-sizing:border-box;margin:0;max-width:100vw;overflow-x:hidden!important;padding:0;width:100%}*,:after,:before{box-sizing:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0e0e10;background-color:var(--content-background);overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.welcomelogo{height:auto;margin-top:10px;width:100px}.copyright-main{color:#f8f8f896;font-size:14px!important}.copyright-sub{color:#f8f8f852;font-size:12px!important}.sidebar.collapsed .copyright-main,.sidebar.collapsed .copyright-sub{display:none}:global{@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}}.skeleton{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%)}.user-account-disabled{position:relative}.user-account-tooltip{background:#23272f;border-radius:.5rem;box-shadow:0 2px 8px #0008;color:#fff;display:none;font-size:.95rem;opacity:.95;padding:.3rem .8rem;pointer-events:none;position:absolute;right:110%;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:100}.user-account-disabled:focus-within .user-account-tooltip,.user-account-disabled:hover .user-account-tooltip{display:block}.app-layout{display:flex;flex-direction:column;height:100vh;margin:0;overflow:hidden}.earf-ai-panel{background:#0f1113;background:var(--content-background,#0f1113);border-left:1px solid #ffffff08;bottom:0;box-shadow:-8px 0 30px #00000047;max-width:100%;opacity:1;overflow:hidden;pointer-events:auto;position:absolute;position:fixed;right:0;top:0;top:64px;transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .2s,opacity .16s;width:420px;will-change:transform;z-index:10012}.earf-ai-panel[aria-hidden=true]{opacity:0;pointer-events:none;transform:translateX(100%)}.earf-ai-panel.open{opacity:1;pointer-events:auto;transform:translateX(0)}.earf-ai-panel>*{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:12px 16px}.earf-ai-panel .chatArea{flex:1 1 auto;overflow:auto}@media (max-width:800px){.earf-ai-panel{width:100%}.earf-ai-panel.open{max-height:100vh;transform:translateX(0)}.ai-header-btn{font-size:.95rem;padding:6px 10px}}.body-layout{display:flex;flex:1 1;height:calc(100vh - 64px);margin:0;overflow:visible}.main-content{flex-grow:1;height:100%;margin:0 auto;max-height:calc(100vh - 64px);padding:0;position:relative;transition:all .3s ease;width:100%}.earf-blue{font-weight:700}.full-container{background:#121214eb;box-sizing:border-box;flex-direction:column;height:100vh;inset:0;margin:0;min-height:100vh;position:fixed;transition:opacity .9s cubic-bezier(.4,0,.2,1);width:100vw;z-index:2147483646}.full-container,.spinner-wrapper{align-items:center;display:flex;justify-content:center}.spinner-wrapper{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2147483647}.spinner-content{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;text-align:center}.browse-loading-text{animation:fadeIn 1s ease-in-out;color:var(--text-color);font-size:16px;font-weight:600;margin:0;min-height:20px;text-align:center}.fade-in{animation:fadeIn 1s ease-in-out forwards;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.earf-subtext{color:#fff;font-size:1rem;margin:0;text-align:center}.spinner{animation:l6 2s infinite;aspect-ratio:1;background:radial-gradient(farthest-side,rgba(104,223,223,.733) 95%,#0000) 50% 0/12px 12px no-repeat,radial-gradient(farthest-side,#0000 calc(100% - 5px),#68dfdf4d calc(100% - 4px)) content-box;border-radius:50%;padding:3px;width:50px}@keyframes l6{to{transform:rotate(1turn)}}.footer-text{color:grey;font-size:12px;margin-bottom:10px;margin-top:20px;text-align:center}.search-input{background-color:#1b1b1b;border:1px solid #5555554f;border-radius:5px;color:#fff;font-size:13px;margin-right:10px;min-width:200px;padding:8px 12px;transition:width .3s ease-in-out;width:200px}.search-input:focus{border-color:var(--secondary-text-color);outline:none;width:250px}@media (max-width:768px){.search-input{min-width:150px;width:150px}.search-input:focus{width:200px}}@media (max-width:480px){.search-input{min-width:120px;width:120px}.search-input:focus{width:170px}}.back-button{background-color:#18181b;border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;font-size:16px;font-weight:600;letter-spacing:1px;margin-left:10px;padding:8px 12px;transition:background-color .3s ease,transform .2s ease;width:100px}.back-button:hover{background-color:var(--hover-background);transform:scale(1.05)}.mobile-back-button{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;font-size:16px;font-weight:700;margin-left:10px;padding:8px 12px;transition:background-color .3s ease,transform .2s ease;width:95%}.mobile-back-button:hover{background-color:var(--hover-background);transform:scale(1.02)}.main-content.expanded{box-sizing:border-box;margin-left:250px;max-width:100vw;width:calc(100vw - 250px)}.main-content.collapsed{flex-grow:1;height:100%;margin-left:50px;margin-right:0;max-width:100vw;padding:0;transition:all .3s ease;width:calc(100vw - 50px)}.youtube-spinner{animation:pulse 2.5s ease-in-out infinite;height:auto;margin-bottom:50px;width:150px}.image-spinner{height:125px;width:auto}.image-spinner,.image-spinner-admin{animation:pulse 3s ease-in-out infinite;margin-bottom:5px}.image-spinner-admin{height:auto;width:100px}.footer-loader{bottom:0;color:#bbb;flex-direction:column;font-size:14px;font-weight:500;justify-content:center;position:absolute;width:100%}.footer-content,.footer-loader{align-items:center;display:flex}.footer-content{gap:3px}.from-text{bottom:45px;color:#aaa;font-size:1rem;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.earf-logo{height:25px;margin-bottom:20px;margin-right:8px;width:100px}.earf-text{color:#00e0fb;font-size:1.2rem;font-weight:700}.loader-footer{bottom:10px;color:#fff;left:50%;padding:20px;position:absolute;text-align:center;transform:translateX(-50%)}.footer-content p{font-size:.9rem;line-height:1.5;margin:0}.tick-icon{height:20px;margin:0 2px;vertical-align:middle;width:20px}.earf-highlight,.earf-highlight:active,.earf-highlight:link,.earf-highlight:visited{color:#00e0fb!important;font-weight:700;text-decoration:none}.earf-highlight:hover{color:#19a3b3!important}.loading-footer-link,.loading-footer-link:active,.loading-footer-link:link,.loading-footer-link:visited{color:#00e0fb!important;font-weight:700;text-decoration:none}.loading-footer-link:hover{color:#19a3b3!important}.reload-loader-overlay{background:var(--content-background);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9999}.reload-loader-content{align-items:center;display:flex;flex:1 1;justify-content:center;text-align:center}.reload-loader-image{animation:pulse 3s ease-in-out infinite;height:auto;margin-bottom:1rem;max-width:100%;width:100px}.reload-loader-footer{bottom:10px;justify-content:center;left:50%;padding:1rem;position:absolute;text-align:center;transform:translateX(-50%);width:100vw}.reload-footer-content{align-items:center;color:#fff;display:flex;flex:1 1;justify-content:center;text-align:center}.reload-footer-content p{font-size:16px!important}.reload-loader-earf-text{color:var(--earf-blue);font-size:20px;font-weight:700;margin:0}@media screen and (max-width:768px){.main-content{background-color:var(--content-background);flex-grow:1;margin-left:0;transition:all .3s ease}.main-content.collapsed,.main-content.expanded{margin-left:0}.reload-loader-footer{bottom:10px;justify-content:center;left:50%;padding:1rem;position:absolute;text-align:center;transform:translateX(-50%);width:100vw}.reload-footer-content{align-items:center;color:#fff;display:flex;flex:1 1;justify-content:center;text-align:center}.reload-footer-content p{font-size:14px!important}.reload-loader-earf-text{color:var(--earf-blue);font-size:20px;font-weight:700;margin:0}}.Sidebar_sidebar__ZN\+dp{background-color:var(--primary-background);border-right:.5px solid #333333d7;height:calc(100% - 64px);left:0;max-width:100vw;min-width:0;overflow-y:auto;padding:5px;position:fixed;top:64px;transition:width .3s ease;width:250px;z-index:999}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv{max-width:50px;min-width:50px;overflow-x:hidden;width:50px}.Sidebar_country-item__TsVGy,.Sidebar_sidebar-menu-item__aeYjJ{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-size:16px;font-weight:600!important;justify-content:flex-start;padding:10px;text-decoration:none!important;transition:background-color .3s}.Sidebar_sidebar-menu-item__aeYjJ span{margin-left:10px}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_sidebar-menu-item__aeYjJ{justify-content:center}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_sidebar-menu-item__aeYjJ span{display:none}.Sidebar_sidebar-menu-item__aeYjJ:hover{background-color:var(--hover-background)}.Sidebar_sidebar-menu-item__aeYjJ.Sidebar_active__kYxsk{background-color:#1e343b;color:#fff}.Sidebar_sidebar-menu-link__qzSjV,.Sidebar_sidebar-menu-link__qzSjV:hover,.Sidebar_sidebar-menu-link__qzSjV:visited{color:inherit;text-decoration:none!important}.Sidebar_sidebar-items__5zTtG{margin-top:10px;overflow:auto}.Sidebar_section-divider__tyY2F{background-color:#333;border:none;height:2px;margin:6px auto;width:calc(100% - 20px)}.Sidebar_section-gap__9uOqL{height:6px}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_section-divider__tyY2F{background-color:#4a4a4a;display:block;height:2px;margin:6px auto;width:36px}.Sidebar_info-section__TnOuc{padding:4px 0}.Sidebar_info-items__1Zk9F{display:flex;flex-direction:column;gap:6px;margin-top:2px}.Sidebar_info-item__sxiyj{align-items:center;border-radius:0;cursor:pointer;display:flex;gap:10px;padding:10px}.Sidebar_info-item__sxiyj:hover{background-color:var(--hover-background);border-radius:0}.Sidebar_info-icon__Q9ufj{border-radius:50%;height:30px;margin:0;object-fit:cover;width:30px}.Sidebar_info-text__deFf-{align-items:flex-start;display:flex;flex-direction:column;opacity:1;overflow:hidden;transition:width .5s ease,opacity .5s ease;visibility:visible;white-space:nowrap;width:auto}.Sidebar_info-title__yTqTo{color:#fff!important;font-size:16px;font-weight:600;line-height:1;margin:0;padding:0}.Sidebar_info-subtitle__-e\+Z0{color:#ccc;font-size:13px;font-weight:500;line-height:1;margin-top:0}.Sidebar_popular-section__qJHqw{align-items:center;display:flex;justify-content:space-between}.Sidebar_left-section__L0GXW{color:#fff!important;font-size:10px;font-weight:100 !;margin-left:10px}.Sidebar_info-section__TnOuc .Sidebar_left-section__L0GXW{margin-top:0!important}.Sidebar_collapsed-header__fZCiu{color:#fff!important;display:none;font-size:18px;margin-right:0;text-align:center}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_popular-section__qJHqw{align-items:center;flex-direction:column;gap:8px;justify-content:center}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_popular-section__qJHqw .Sidebar_left-section__L0GXW{display:none}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_collapsed-header__fZCiu{align-items:center;display:flex;font-size:18px;height:36px;justify-content:center;margin:6px 0;width:36px}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_collapsed-header__fZCiu i{line-height:1}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_info-section__TnOuc .Sidebar_collapsed-header__fZCiu,.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_popular-section__qJHqw .Sidebar_collapsed-header__fZCiu{align-items:center;display:flex;justify-content:center;margin-right:0;width:100%}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_info-items__1Zk9F,.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_sidebar-items__5zTtG,.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_sidebar-nav__nFK8E{align-items:center;display:flex;flex-direction:column}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_info-item__sxiyj{justify-content:center;width:100%}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_info-text__deFf-{display:none;opacity:0;transition:width .5s ease,opacity .5s ease,visibility 0s .5s;visibility:hidden;width:0}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_info-icon__Q9ufj{margin:0}.Sidebar_sidebar-items__5zTtG{max-height:calc(100vh - 200px);overflow-y:auto;transition:max-height .3s ease}.Sidebar_sidebar-items__5zTtG::-webkit-scrollbar{height:0;width:0}.Sidebar_sidebar-items__5zTtG{scrollbar-width:none;-ms-overflow-style:none}.Sidebar_country-item__TsVGy:hover{background-color:var(--hover-background)}.Sidebar_flag-icon__lja1-{border-radius:50%;height:30px;margin-right:10px;width:30px}.Sidebar_browsetext-container__Lkt9L{align-items:flex-start;display:flex;flex-direction:column;opacity:1;overflow:hidden;transition:width .5s ease,opacity .5s ease;visibility:visible;white-space:nowrap;width:auto}.Sidebar_country-name__r1Rv3,.Sidebar_region-name__4EIcg{font-size:16px;font-weight:600!important;line-height:1;margin:0;padding:0;text-transform:none}.Sidebar_country-name__r1Rv3{color:#fff!important}.Sidebar_region-name__4EIcg{color:#b3b1b1!important;color:#ccc;font-size:13px;font-weight:500}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_browsetext-container__Lkt9L{display:none;opacity:0;transition:width .5s ease,opacity .5s ease,visibility 0s .5s;visibility:hidden;width:0}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_country-item__TsVGy{justify-content:center;max-width:50px}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_flag-icon__lja1-{border-radius:50%;height:25px;margin-left:10px;width:25px}.Sidebar_alert-icon-container__Ion-A{color:red;font-size:20px;left:70px;position:relative;top:17%;transform:translateY(-15%)}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_alert-icon-container__Ion-A{visibility:hidden}.Sidebar_copyright-main__8rO8h p{color:#fff !;font-size:14px!important}.Sidebar_copyright-sub__B3OQL p{color:#fff!important;font-size:12px!important}.Sidebar_sidebarFooter__O\+oZI{bottom:0;box-sizing:border-box;left:50%;padding:10px 15px;position:absolute;text-align:center;transform:translateX(-50%);width:100%;z-index:1}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_copyright-main__8rO8h,.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_copyright-sub__B3OQL{display:none}.Sidebar_kofiContainer__lTcba{display:flex;justify-content:flex-end;padding-right:35px}.Sidebar_footerLink__72Fye{align-items:center;color:#68dfdfbb;display:inline-flex;font-weight:600;gap:5px;text-decoration:none}.Sidebar_footerLink__72Fye:hover{color:#0786c5;text-decoration:none}.Sidebar_footerIcon__jGFfy{font-size:25px}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv .Sidebar_footerIcon__jGFfy{margin-left:-5px!important}.Sidebar_skeletonloader__48Pwx{border-radius:10px;display:flex;flex-direction:column;gap:10px;margin:0 auto;width:95%}.Sidebar_skeletonHeader__7cd7v,.Sidebar_skeletonItem__QpZr1{animation:Sidebar_skeleton-loading__pWwsR 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);background-size:200% 100%;border-radius:4px}.Sidebar_skeletonHeader__7cd7v{height:20px;margin-bottom:10px;width:60%}.Sidebar_skeletonItem__QpZr1{height:40px;width:100%}@keyframes Sidebar_skeleton-loading__pWwsR{0%{background-position:200% 0}to{background-position:-200% 0}}.Sidebar_sidebarTooltip__OGd9N{background:#18181bfa;border:1.5px solid #00e0fb;border-radius:.6em;box-shadow:0 4px 24px #0008,0 1.5px 4px #0006;color:#fff;display:none;font-size:1rem;font-weight:600;left:48px;line-height:1.3;max-width:260px;min-width:120px;opacity:.97;padding:.7em 1.2em;pointer-events:none;position:absolute;text-align:left;transform:translateY(-50%);transition:opacity .18s,transform .18s;white-space:pre-line;z-index:999999}@media (max-width:600px){.Sidebar_sidebarTooltip__OGd9N{font-size:.95rem;max-width:180px;min-width:80px;padding:.5em .7em}}@media (max-width:768px){.Sidebar_sidebar__ZN\+dp{display:none!important}}@media (min-width:1200px){.Sidebar_main-content__2QSMW{margin-left:250px;transition:margin-left .3s}.Sidebar_sidebar__ZN\+dp.Sidebar_collapsed__yp3Sv~.Sidebar_main-content__2QSMW{margin-left:40px}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.left-1\/2{left:50%}.right-2{right:.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-\[9999\]{z-index:9999}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-bottom:auto;margin-top:auto}.block{display:block}.flex{display:flex}.\!h-\[auto\]{height:auto!important}.h-10{height:2.5rem}.h-4{height:1rem}.h-\[28px\]{height:28px}.h-\[712px\]{height:712px}.h-full{height:100%}.\!w-\[32px\]{width:32px!important}.w-10{width:2.5rem}.w-4{width:1rem}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[kofi-wiggle_3s_infinite\]{animation:kofi-wiggle 3s infinite}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity:0.5}.p-1{padding:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}img.kofiimg{content:url(https://ko-fi.com/img/cup-border.png);display:inline;display:initial;height:13px;margin:0 2px 0 0;width:20px}.kofiimg:after,img.kofiimg{border:none;padding-bottom:0;padding-top:0;vertical-align:middle}.kofiimg:after{content:url(https://ko-fi.com/img/whitelogo.svg);height:25px;margin:0 6px 4px 0}.btn-container{display:inline-block;white-space:nowrap}span.kofitext{letter-spacing:-.15px;line-height:33px;padding:0;text-align:center;text-shadow:0 1px 1px #2222220d;vertical-align:middle}.kofitext a,.kofitext a:hover,a.kofi-button,span.kofitext{color:#fff;text-decoration:none}a.kofi-button{background-color:#29abe0;border:0 #fff;border-radius:12px;box-shadow:1px 1px 0 #0003;cursor:pointer;display:inline-block;font-family:Quicksand,Helvetica,Century Gothic,sans-serif;font-size:14px;font-weight:700;line-height:inherit;overflow-wrap:break-word;padding:2px 12px;text-align:center;text-shadow:none;vertical-align:middle}a.kofi-button:visited{color:#fff;text-decoration:none}a.kofi-button:hover{opacity:.85}a.kofi-button:active,a.kofi-button:hover{color:#f5f5f5;text-decoration:none}.kofitext img.kofiimg{animation:kofi-wiggle 3s infinite;display:inline;display:initial;height:auto;margin-bottom:2px;margin-right:6px;width:22px}@keyframes kofi-wiggle{0%{transform:rotate(0) scale(1)}60%{transform:rotate(0) scale(1)}75%{transform:rotate(0) scale(1.12)}80%{transform:rotate(0) scale(1.1)}84%{transform:rotate(-10deg) scale(1.1)}88%{transform:rotate(10deg) scale(1.1)}92%{transform:rotate(-10deg) scale(1.1)}96%{transform:rotate(10deg) scale(1.1)}to{transform:rotate(0) scale(1)}}.SidebarTooltip_sidebarTooltip__fQ-3W{align-items:center;background:#121418fa;border:none;border-radius:.55em;box-shadow:0 6px 32px #000b,0 1.5px 4px #0007;color:#fff;display:flex;flex-direction:row;font-size:1.04rem;font-weight:500;gap:.5em;letter-spacing:.01em;opacity:.97;padding:.7em 1.2em;white-space:nowrap;z-index:999999}.SidebarTooltip_sidebarTooltip__fQ-3W .SidebarTooltip_tooltip-title__XZ0eE{color:#fff;display:inline;font-size:14px;font-weight:600;letter-spacing:.01em;line-height:1.3;margin:0}.SidebarTooltip_sidebarTooltip__fQ-3W .SidebarTooltip_tooltip-divider__Xl6To{align-self:stretch;background:var(--earf-blue);border:none;display:inline-block;height:22px;margin:0 .7em;opacity:.7;vertical-align:middle;width:1.5px}.SidebarTooltip_sidebarTooltip__fQ-3W .SidebarTooltip_tooltip-region__46D0-{color:var(--earf-blue);display:inline;font-size:14px;font-weight:400;letter-spacing:.01em;margin:0;opacity:.85;white-space:nowrap}@media (max-width:600px){.SidebarTooltip_sidebarTooltip__fQ-3W{font-size:14px;max-width:180px;min-width:80px;padding:.5em .7em}.SidebarTooltip_sidebarTooltip__fQ-3W .SidebarTooltip_tooltip-divider__Xl6To{height:16px;margin:0 .4em}}.Header_header__GMJNz{align-items:center;background-color:var(--primary-background)!important;border-bottom:1px solid #333333d7;box-sizing:border-box;display:flex;height:64px;justify-content:space-between;padding:0 16px;position:-webkit-sticky;position:sticky;top:0;z-index:9998;z-index:999999!important}.Header_collapse-btn__7J\+Fu{background:none;border:none;color:var(--text-color);cursor:pointer;font-size:24px;margin-left:-5px;margin-right:5px}.Header_header-logo__aqtHa{height:30px;margin-left:5px;margin-right:5px;margin-top:8px;object-fit:contain;width:100px}.Header_collapse-btn__7J\+Fu i{font-size:20px}.Header_collapse-btn__7J\+Fu:hover{background-color:var(--hover-background)}.Header_title-with-dropdown__7uhrE{align-items:center;display:flex;position:relative}.Header_fancy-title-span__WojIA{font-size:24px}.Header_fancy-title-dot__ye4dg{color:#34ebdf;font-size:24px;font-weight:700}.Header_vertical-dots-btn__\+bwOc{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:20px;margin-left:10px;position:relative}.Header_vertical-dots-btn__\+bwOc:hover{color:var(--secondary-text-color)}.Header_dropdown-menu__OJ4dh{background-color:var(--primary-background);border-radius:4px;box-shadow:0 8px 18px #00000073;color:#fff;left:0;padding:5px 0;position:absolute;top:100%;width:-webkit-max-content;width:max-content;z-index:9999}.Header_dropdown-header__IjHV\+{background:linear-gradient(180deg,#ffffff03,#0000);border-bottom:1px solid #ffffff05;border-top:1px solid #ffffff08;color:#bdc0c0f2;cursor:default;display:block;font-size:12px;font-weight:700;letter-spacing:.4px;margin:6px 0;padding:8px 12px;pointer-events:none;text-align:left}.Header_dropdown-menu__OJ4dh li{cursor:pointer;font-size:14px;font-weight:600!important;list-style:none;margin:0;padding:10px 12px;transition:background .12s ease,color .12s ease,transform .12s ease}.Header_dropdown-menu__OJ4dh li:hover{background-color:#ffffff08;transform:translateY(-1px)}.Header_dropdown-menu__OJ4dh li:not(.Header_dropdown-header__IjHV\+):not(:last-child){border-bottom:1px solid #ffffff05}.Header_BETA__4Odn6{background-color:#0000;border-radius:3px;color:#fff;display:inline-block;font-size:9px;font-weight:600;margin-bottom:10px;margin-left:-5px;padding:2px 5px}.Header_TV__Kll1e{font-size:16px!important}.Header_header-title__1LA7p{align-items:center;color:var(--text-color);display:flex;font-size:22px;font-weight:700}.Header_fancy-title-span__WojIA{color:var(--secondary-text-color);font-weight:700}.Header_header-middle__6uYmu{align-items:center;display:flex;flex:1 1;justify-content:center}.Header_header-right__hcqvQ{align-items:center;display:flex;gap:12px;position:relative}.Header_sidebar-closed__D6lGK{padding:0 8px}.Header_sidebar-closed__D6lGK .Header_header-logo__aqtHa{height:35px;margin-left:5px;margin-right:6px;margin-top:6px;width:48px}.Header_sidebar-closed__D6lGK .Header_collapse-btn__7J\+Fu{margin-left:0;margin-right:4px}.Header_sidebar-closed__D6lGK .Header_header-right__hcqvQ{gap:6px}.Header_sidebar-closed__D6lGK .Header_vertical-dots-btn__\+bwOc{margin-left:6px}.Header_announce-btn__WOI5L{align-items:center;background:#181a1f;border:none;border-radius:50%;box-shadow:0 2px 8px #0000002e;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15em;height:20px;justify-content:center;padding-top:5px;position:relative;transition:background .2s,box-shadow .2s,transform .12s;width:20px;z-index:20}.Header_announce-unread__Y8kvt{animation:Header_earf-pulse__j04Te 2s infinite}.Header_announce-unread__Y8kvt i{animation:Header_earf-color__i3YIJ 2s infinite}@keyframes Header_earf-pulse__j04Te{0%{box-shadow:0 0 0 0 #3bf6e600}30%{box-shadow:0 0 10px 4px #3bf6e673}60%{box-shadow:0 0 14px 6px #fff9}to{box-shadow:0 0 0 0 #3bf6e600}}@keyframes Header_earf-color__i3YIJ{0%{color:#3bf6e6}50%{color:#fff}to{color:#3bf6e6}}.Header_header-admin-toggle__E8Pzz{align-items:center;background:#181a1f;border:none;border-radius:50%;box-shadow:0 2px 8px #0000002e;color:#fff;cursor:pointer;display:inline-flex;font-size:1.25em;height:28px;justify-content:center;padding-top:4px;transition:background .18s,transform .12s,box-shadow .18s;width:28px}.Header_header-admin-toggle__E8Pzz:hover{background:#ffffff0f}.Header_header-admin-toggle__E8Pzz:active{transform:translateY(1px)}.Header_header-admin-toggle__E8Pzz.Header_adminOn__9cTIE{background:#19a34f;box-shadow:0 6px 18px #19a34f24;color:#fff}.Header_header-admin-toggle__E8Pzz.Header_adminOff__IkHKk{background:#ff4d4f;box-shadow:0 6px 18px #ff4d4f24;color:#fff}.Header_dropdown-menu__OJ4dh a{color:#fff;text-decoration:none!important}.Header_dropdown-menu__OJ4dh a:visited{color:#fff}.Header_dropdown-menu__OJ4dh a:hover{text-decoration:none}.Header_auth-btns-container__Dnron{align-items:center;display:flex;gap:8px}.Header_login-btn__y34qv{align-items:center;background:#232325;border:none;border-radius:12px;box-shadow:0 1px 4px 0 #1e1e1e14;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;min-width:64px;outline:none;padding:4px 16px;transition:background .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),transform .12s cubic-bezier(.4,0,.2,1)}.Header_login-btn__y34qv:focus-visible,.Header_login-btn__y34qv:hover{background:#35353a;color:#fff}.Header_signup-btn__nHZGT{align-items:center;background:#00eaff;background:var(--earf-blue,#00eaff);border:none;border-radius:12px;box-shadow:0 1px 6px 0 #00eaff1a;color:#111;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;min-width:72px;outline:none;padding:4px 16px;transition:background .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),transform .12s cubic-bezier(.4,0,.2,1)}.Header_signup-btn__nHZGT:focus-visible,.Header_signup-btn__nHZGT:hover{background:#00e2fbcc;background:var(--earf-blue-hover,#00e2fbcc);color:#111}.Header_header-settings-btn__6ZL3q{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.05rem;height:28px;justify-content:center;margin-left:2px;padding:3px 6px;transition:background .18s;width:28px}.Header_header-settings-btn__6ZL3q:focus,.Header_header-settings-btn__6ZL3q:hover{background:#23272f}.Header_header-settings-dropdown__Zh192{background:#18181b;background:var(--primary-background,#18181b);border:"1px solid #fff";border-radius:7px;box-shadow:0 2px 10px #00000021;color:#fff;display:flex;flex-direction:column;font-size:.93em;gap:.1em;margin-top:2px;max-width:400px;min-width:170px;padding:.4em .7em;position:absolute;right:0;top:185%;width:300px}.Header_header-settings-item__ZgEFy{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:.97em;font-weight:400;gap:.6em;min-height:28px;padding:4px 0;position:relative;transition:background .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.Header_header-settings-item__ZgEFy span{white-space:nowrap}.Header_header-settings-item__ZgEFy.Header_header-settings-disabled__N8wR4{cursor:not-allowed;opacity:.8;position:relative}.Header_header-settings-item__ZgEFy.Header_header-settings-disabled__N8wR4 .Header_header-settings-tooltip__0PbkF{background:#23272f;border-radius:8px;box-shadow:0 2px 8px #0008;color:#fff;display:none;font-size:.93em;max-width:320px;min-width:220px;opacity:0;padding:.6em 1em;pointer-events:none;position:absolute;right:170px;top:0;transition:opacity .18s;white-space:pre-line;z-index:999999}.Header_header-settings-item__ZgEFy.Header_header-settings-disabled__N8wR4:focus .Header_header-settings-tooltip__0PbkF,.Header_header-settings-item__ZgEFy.Header_header-settings-disabled__N8wR4:hover .Header_header-settings-tooltip__0PbkF{display:block;opacity:1;pointer-events:auto}.Header_header-settings-divider__nW\+Vw{background:linear-gradient(90deg,#23272f,#23272f);border:none;height:1px;margin:4px 0;opacity:.7;width:100%}.Header_header-settings-icon__X0apl{font-size:1.08em;margin-right:2px;opacity:.85}.Header_header-settings-checkbox__MEvtq{appearance:none;-webkit-appearance:none;background:#111016;border:2px solid #00e0fb;border-radius:20px;box-shadow:0 0 0 1.5px #00e0fb,0 2px 8px #0002;cursor:pointer;display:inline-block;height:25px;margin-left:auto;outline:none;overflow:hidden;position:relative;transition:background .22s cubic-bezier(.4,0,.2,1),border .22s cubic-bezier(.4,0,.2,1);vertical-align:middle;width:40px}.Header_header-settings-checkbox__MEvtq:checked{background:#000;border-color:#00e0fb}.Header_header-settings-checkbox__MEvtq:before{background:#00e0fb;border-radius:50%;box-shadow:0 1px 4px #00e0fb,0 1px 2px #0003;content:"";height:16px;left:3px;position:absolute;top:2px;transition:left .22s cubic-bezier(.4,0,.2,1),background .22s cubic-bezier(.4,0,.2,1),box-shadow .22s;width:16px;z-index:2}.Header_header-settings-checkbox__MEvtq:checked:before{background:#00e0fb;box-shadow:0 1px 4px #00e0fb,0 1px 4px #0003;left:17px}.Header_header-settings-checkbox__MEvtq:checked:after{background:#00e0fb0f;border-radius:50%;content:"";height:14px;left:2px;left:auto;position:absolute;right:6px;top:2px;width:14px}.Header_ai-header-btn__cJdZf{align-items:center;align-self:center;background:#0000;border:none;border-radius:999px;color:#72e65bcb;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;margin-right:5px;margin-top:5px;transition:transform .14s ease,box-shadow .14s ease,opacity .12s ease}.Header_ai-header-btn__cJdZf img{border-radius:50%;height:40px;width:40px}.Header_ai-header-btn__cJdZf:active{transform:translateY(-1px)}.Header_ai-header-btn__cJdZf:focus{outline:none}.Header_ai-header-btn__cJdZf:focus-visible{box-shadow:0 0 0 3px #ffffff0f}.Header_ai-header-btn__cJdZf .Header_ai-icon__iJpDp{background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27><path d=%27M12 3C8.1 3 5 6.1 5 10c0 3.1 2 5.7 4.8 6.6V20l2.2-1 2.2 1v-3.4C17 15.7 19 13.1 19 10c0-3.9-3.1-7-7-7z%27 stroke=%27%23071616%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:18px;width:18px}.Header_ai-api-backdrop__5-lgs{align-items:center;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:#02060aa6;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}.Header_ai-api-modal__uZIu6{background:linear-gradient(180deg,#0f1112,#161617);border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 12px 40px #0009,inset 0 2px 8px #00000080;color:#e6e6e6;font-size:14px;max-width:94%;padding:18px;width:460px}.Header_ai-api-title__Daeys{align-items:center;display:flex;font-size:1.05rem;font-weight:700;gap:10px;margin:0 0 8px}.Header_ai-api-title__Daeys img{border-radius:8px;height:44px;width:44px}.Header_ai-api-desc__uQoRY{color:#cfcfcf;line-height:1.3;margin:0 0 12px}.Header_ai-api-input__cGnpd{background:linear-gradient(180deg,#0b0c0d,#0f1112);border:1px solid #ffffff0a;border-radius:8px;box-sizing:border-box;color:#fff;font-size:14px;margin-bottom:10px;outline:none;padding:10px 12px;width:100%}.Header_ai-api-input__cGnpd:focus{border-color:#00e0ff2e;box-shadow:0 0 0 4px #00e0ff0f}.Header_ai-api-error__HXECR{color:#ff9b9b;font-size:13px;margin-bottom:8px}.Header_ai-api-actions__1herc{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.Header_ai-api-btn__IGwRx{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:700;padding:8px 14px}.Header_ai-api-btn-cancel__2CWpp{background:#0000;border:1px solid #ffffff08;color:#ddd}.Header_ai-api-btn-cancel__2CWpp:hover{background:#ffffff05}.Header_ai-api-btn-submit__6liLV{background:#00eaff;background:var(--earf-blue,#00eaff);box-shadow:0 6px 18px #00eaff1f;color:#071017}.Header_ai-api-btn-submit__6liLV:hover{transform:translateY(-1px)}@media (max-width:520px){.Header_ai-api-modal__uZIu6{border-radius:10px;padding:14px}.Header_ai-api-title__Daeys{font-size:1rem}}@media (max-width:1200px){.Header_header__GMJNz{height:64px;padding:0 8px}.Header_collapse-btn__7J\+Fu{font-size:20px;margin:0 5px 0 0;padding:8px}.Header_header-title__1LA7p{font-size:18px}.Header_header-middle__6uYmu{display:none}}@media (max-width:480px){.Header_header__GMJNz{height:64px;padding:0 4px 10px}.Header_collapse-btn__7J\+Fu{font-size:18px;padding:6px}.Header_header-title__1LA7p{font-size:18px}.Header_header-middle__6uYmu,.Header_header-right__hcqvQ{font-size:14px}}.SearchBar_searchBar__hSlnu{align-items:center;display:flex;margin-left:100px;position:relative}.SearchBar_input__OCFTW{background:#121212eb;border:1px solid #ffffff0f;border-radius:999px;box-shadow:inset 0 1px 0 #ffffff05;color:#e6f6fa;font-size:14px;height:40px;max-width:calc(100vw - 140px);min-width:220px;outline:none;padding:10px 56px 10px 6px;transition:background .18s,box-shadow .18s,transform .12s;width:560px}.SearchBar_input__OCFTW:focus{background:#181818fa;box-shadow:0 6px 18px #02080c99}.SearchBar_results__G9h1j{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141414;border:1px solid hsla(0,0%,100%,.205);border-radius:12px;box-shadow:0 8px 30px #000000d9;left:0;margin-top:5px;max-height:350px;max-width:100%;overflow-y:auto;position:absolute;right:0;scrollbar-width:none;top:110%;width:100%;z-index:999;-ms-overflow-style:none;padding:8px}.SearchBar_results__G9h1j::-webkit-scrollbar{display:none}.SearchBar_resultItem__oQ5Lb{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:background .2s}.SearchBar_resultItem__oQ5Lb:hover{background:var(--hover-background)}.SearchBar_thumbnail__0X2-M{border-radius:4px;flex-shrink:0;height:50px;object-fit:cover;width:80px}.SearchBar_thumbnailWrapper__5agP9{flex-shrink:0;height:50px;position:relative;width:80px}.SearchBar_imageSkeleton__F6Cqn{animation:SearchBar_pulse__KR9T3 1.2s infinite;background:linear-gradient(90deg,#222,#333,#222);border-radius:6px;inset:0;position:absolute}.SearchBar_imageHidden__BdjcK{opacity:0}.SearchBar_imageHidden__BdjcK,.SearchBar_imageVisible__ItEqE{border-radius:4px;height:50px;object-fit:cover;transition:opacity .24s ease-in;width:80px}.SearchBar_imageVisible__ItEqE{opacity:1}.SearchBar_imageError__ci20Y{align-items:center;background:#1a1a1a;border-radius:6px;color:#888;display:flex;font-size:11px;inset:0;justify-content:center;position:absolute}.SearchBar_info__XSR5D{display:flex;flex-direction:column;justify-content:center}.SearchBar_info__XSR5D strong{color:#fff;font-size:14px;line-height:1.2}.SearchBar_info__XSR5D .SearchBar_wikidata__IqS-\+{color:#dadada;font-size:11px;margin-top:2px}.SearchBar_info__XSR5D p{align-items:center;color:#dadada;display:flex;font-size:12px;margin-top:2px}.SearchBar_flag__zLt9Y{border-radius:50%;height:15px;margin-left:3px;margin-right:4px;vertical-align:middle;width:15px}.SearchBar_noResults__Yzy2E{color:#888;font-size:13px;padding:14px;text-align:center}.SearchBar_skeletonThumbnail__ySQYq{animation:SearchBar_pulse__KR9T3 1.2s infinite;background:#333;border-radius:6px;flex-shrink:0;height:36px;width:60px}.SearchBar_skeletonLine__7\+cyv{height:12px;margin-bottom:6px;width:90%}.SearchBar_skeletonLine__7\+cyv,.SearchBar_skeletonSmall__3Ez3S{animation:SearchBar_pulse__KR9T3 1.2s infinite;background:#333;border-radius:4px}.SearchBar_skeletonSmall__3Ez3S{height:10px;width:60%}.SearchBar_skeletonChannel__-qfum{animation:SearchBar_pulse__KR9T3 1.2s infinite;background:#333;border-radius:4px;height:10px;margin-top:4px;width:70%}.SearchBar_partnerIcon__wwUdE{height:14px;margin-left:4px;vertical-align:middle;width:14px}@keyframes SearchBar_pulse__KR9T3{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.SearchBar_searchWrapper__2CygP{display:inline-block;max-width:calc(100vw - 140px);position:relative;width:auto}.SearchBar_searchIcon__om-hG{color:#fff!important;display:inline-block;font-size:16px}.SearchBar_searchButton__0\+fJy{align-items:center;background:#0c0c0cf2;border:1px solid #ffffff0f;border-radius:999px;box-shadow:0 2px 6px #0009;cursor:pointer;display:inline-flex;height:36px;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .12s,background .12s,box-shadow .12s;width:36px}.SearchBar_searchButton__0\+fJy:before{background:#ffffff08;border-radius:1px;bottom:12%;content:"";left:-8px;position:absolute;top:12%;width:1px}.SearchBar_searchButton__0\+fJy:hover{background:#141414d9;box-shadow:0 6px 18px #02080c80;transform:translateY(-50%) scale(1.02)}.SearchBar_searchButton__0\+fJy:active{transform:translateY(-50%) scale(.98)}.SearchBar_input__OCFTW{padding-left:20px}@media (max-width:720px){.SearchBar_searchWrapper__2CygP{display:block;max-width:calc(100vw - 48px);width:calc(100vw - 48px)}.SearchBar_input__OCFTW{max-width:100%;width:100%}.SearchBar_results__G9h1j{left:0;max-width:100%;right:0;width:100%}}@media (max-width:420px){.SearchBar_searchWrapper__2CygP{max-width:calc(100vw - 32px);width:calc(100vw - 32px)}.SearchBar_searchButton__0\+fJy{height:34px;right:6px;width:34px}}.profile-icon-container{align-items:center;display:flex;margin-left:5px;margin-top:5px;position:relative}.profile-avatar-btn{background:none;border:none;cursor:pointer;outline:none;padding:0}.profile-avatar-img{background:var(--primary-background);border-radius:50%;height:35px;margin-right:.5rem;object-fit:cover;transition:box-shadow .2s;width:35px}.profile-avatar-btn:focus .profile-avatar-img,.profile-avatar-btn:hover .profile-avatar-img{box-shadow:0 0 0 2px var(--earf-blue)}.profile-dropdown-menu{align-items:stretch;background-color:var(--primary-background);border-radius:4px;box-shadow:0 8px 18px #00000073;color:#fff;display:flex;flex-direction:column;padding:5px 0;position:absolute;right:0;top:140%;width:-webkit-max-content;width:max-content;z-index:9999}.profile-dropdown-menu[aria-hidden=true]{opacity:0;pointer-events:none;transform:translateY(-32px) scaleY(.95);transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1)}@keyframes profileDropdownSlideDown{0%{opacity:0;transform:translateY(-32px) scaleY(.95)}to{opacity:1;transform:translateY(-16px) scaleY(.98)}}.dropdown-btn{background:none;border:none;color:#fff;cursor:pointer;list-style:none;margin:0;text-align:left;transition:background .12s ease,color .12s ease,transform .12s ease;width:100%}.dropdown-btn,.dropdown-greeting{font-size:14px;font-weight:600;padding:10px 12px}.dropdown-greeting{border-bottom:1px solid #ffffff05;color:#ffffffb3;-webkit-user-select:none;user-select:none}.dropdown-greeting-username{color:#fff}.dropdown-btn:not(:last-child){border-bottom:1px solid #ffffff05}.dropdown-btn:focus,.dropdown-btn:hover{background-color:#ffffff08;outline:none;transform:translateY(-1px)}@media (max-width:600px){.profile-dropdown-menu{font-size:.9rem;left:auto;right:0;width:-webkit-max-content;width:max-content}}.AuthModals_generateBtn__wHg-q,.AuthModals_input__hwku0,.AuthModals_primaryButton__VVY-3,.AuthModals_secondaryButton__30wG0,.AuthModals_select__djqW4{box-sizing:border-box}.AuthModals_modalBackdrop__t3kG0{align-items:center;animation:AuthModals_fadeIn__J\+zWu .2s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000000d9;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}@keyframes AuthModals_fadeIn__J\+zWu{0%{opacity:0}to{opacity:1}}.AuthModals_modalContainer__ANQ6-{animation:AuthModals_slideUp__uzYG8 .3s cubic-bezier(.16,1,.3,1);background:linear-gradient(165deg,#14161cfa,#0e1014fc);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 25px 50px -12px #0009,0 0 0 1px #ffffff0d,inset 0 1px 0 #ffffff0d;max-height:90vh;max-width:440px;overflow:hidden;position:relative;width:100%}@keyframes AuthModals_slideUp__uzYG8{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.AuthModals_closeButton__RNQPF{display:none}.AuthModals_modalContent__FRTUK{max-height:calc(90vh - 2px);overflow-y:auto;padding:40px 36px 36px;scrollbar-color:#ffffff1a #0000;scrollbar-width:thin}.AuthModals_modalContent__FRTUK::-webkit-scrollbar{width:6px}.AuthModals_modalContent__FRTUK::-webkit-scrollbar-track{background:#0000}.AuthModals_modalContent__FRTUK::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.AuthModals_modalHeader__JzlvA{margin-bottom:28px;text-align:center}.AuthModals_modalLogo__xtB7S{display:block;filter:drop-shadow(0 4px 12px rgba(0,224,251,.3));height:64px;margin:0 auto 16px;width:64px}.AuthModals_modalTitle__MsgVl{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.AuthModals_modalTitle__MsgVl .AuthModals_highlight__XybnC{color:#00e0fb;color:var(--earf-blue,#00e0fb)}.AuthModals_modalSubtitle__Nlcp4{color:#fff9;font-size:.95rem;line-height:1.5;margin:0}.AuthModals_form__F-Zxj{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:520px;width:85%}.AuthModals_form__F-Zxj .AuthModals_inputWithButton__1G1-g,.AuthModals_form__F-Zxj .AuthModals_inputWrapper__yIE6M,.AuthModals_form__F-Zxj .AuthModals_input__hwku0,.AuthModals_form__F-Zxj .AuthModals_select__djqW4,.AuthModals_form__F-Zxj>.AuthModals_buttonRow__XDSjI,.AuthModals_form__F-Zxj>.AuthModals_buttonRow__XDSjI>button,.AuthModals_form__F-Zxj>.AuthModals_formGroup__Iz1JA,.AuthModals_form__F-Zxj>button{box-sizing:border-box;margin:0;max-width:none;width:100%}.AuthModals_inputWithButton__1G1-g{width:100%}.AuthModals_inputWithButton__1G1-g .AuthModals_input__hwku0{width:calc(100% - 52px)}.AuthModals_inputWrapper__yIE6M,.AuthModals_inputWrapper__yIE6M .AuthModals_input__hwku0{width:100%}.AuthModals_formGroup__Iz1JA{display:flex;flex-direction:column;gap:8px}.AuthModals_label__YkZ8S{color:#ffffffbf;font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.AuthModals_input__hwku0{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;box-sizing:border-box;color:#fff;font-size:.9rem;height:42px;max-width:100%;padding:0 12px;transition:all .2s ease;width:100%}.AuthModals_input__hwku0::placeholder{color:#ffffff59}.AuthModals_input__hwku0:focus{background:#00e0fb0a;border-color:#00e0fb;border-color:var(--earf-blue,#00e0fb);box-shadow:0 0 0 3px #00e0fb1a;outline:none}.AuthModals_input__hwku0:disabled{cursor:not-allowed;opacity:.5}.AuthModals_select__djqW4{-webkit-appearance:none;appearance:none;background:#ffffff0d;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27none%27 stroke=%27%23ffffff%27><path d=%27M6 8l4 4 4-4%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:14px 14px;border:1px solid #ffffff1f;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:.9rem;height:42px;max-width:100%;padding:0 36px 0 12px;transition:all .2s ease;width:100%}.AuthModals_select__djqW4:focus{border-color:#00e0fb;border-color:var(--earf-blue,#00e0fb);box-shadow:0 0 0 3px #00e0fb1a;outline:none}.AuthModals_select__djqW4 option{background:#1a1c22;color:#fff}.AuthModals_inputWrapper__yIE6M{align-items:center;display:flex;position:relative}.AuthModals_inputWrapper__yIE6M .AuthModals_input__hwku0{padding-right:48px}.AuthModals_inputIconBtn__zeiqC{align-items:center;background:#0000;border:none;color:#fff6;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;transition:color .2s;width:32px}.AuthModals_inputIconBtn__zeiqC:hover{color:#00e0fb;color:var(--earf-blue,#00e0fb)}.AuthModals_primaryButton__VVY-3{background:#0a9fb8;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:42px;letter-spacing:.01em;max-width:100%;text-transform:none;transition:all .15s ease;width:100%}.AuthModals_primaryButton__VVY-3:hover:not(:disabled){background:#0cb5d0}.AuthModals_primaryButton__VVY-3:active:not(:disabled){background:#089aaf}.AuthModals_primaryButton__VVY-3:disabled{cursor:not-allowed;opacity:.5}.AuthModals_secondaryButton__30wG0{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:42px;max-width:100%;transition:all .15s ease;width:100%}.AuthModals_secondaryButton__30wG0:hover{background:#ffffff14}.AuthModals_buttonRow__XDSjI{display:flex;gap:10px;margin-top:4px}.AuthModals_buttonRow__XDSjI>button{flex:1 1}.AuthModals_link__BkSfd{color:#00e0fb;color:var(--earf-blue,#00e0fb);cursor:pointer;font-weight:500;text-decoration:none;transition:opacity .2s}.AuthModals_link__BkSfd:hover{opacity:.8;text-decoration:underline}.AuthModals_modalFooter__lvJ5X{border-top:1px solid #ffffff0f;margin-top:24px;padding-top:24px;text-align:center}.AuthModals_footerText__HRo-B{color:#ffffff80;font-size:.9rem;margin:0}.AuthModals_footerText__HRo-B .AuthModals_link__BkSfd{margin-left:4px}.AuthModals_errorMessage__qX0QE{background:#ff52521a;border:1px solid #ff525233;border-radius:8px;color:#ff5252;font-size:.9rem;padding:12px 16px;text-align:center}.AuthModals_successMessage__yYXT6{background:#4cd9641a;border:1px solid #4cd96433;border-radius:8px;color:#4cd964;font-size:.9rem;padding:12px 16px;text-align:center}.AuthModals_stepper__bNBTc{gap:8px;margin-bottom:28px}.AuthModals_step__OKeic,.AuthModals_stepper__bNBTc{align-items:center;display:flex;justify-content:center}.AuthModals_step__OKeic{background:#ffffff0f;border:2px solid #ffffff1a;border-radius:50%;color:#fff6;font-size:.9rem;font-weight:700;height:36px;transition:all .3s ease;width:36px}.AuthModals_step__OKeic.AuthModals_active__aeTu7{background:linear-gradient(135deg,#00e0fb,#00c4e0);background:linear-gradient(135deg,var(--earf-blue,#00e0fb) 0,#00c4e0 100%);border-color:#0000;box-shadow:0 4px 14px #00e0fb4d;color:#0a0c10}.AuthModals_step__OKeic.AuthModals_completed__iYX0S{background:#00e0fb;background:var(--earf-blue,#00e0fb);border-color:#0000;color:#0a0c10}.AuthModals_stepConnector__fyS5j{background:#ffffff1a;border-radius:1px;flex:1 1;height:2px;max-width:40px}.AuthModals_checkbox__taeI3{align-items:flex-start;cursor:pointer;display:flex;gap:12px}.AuthModals_checkboxInput__CyASK{accent-color:#00e0fb;accent-color:var(--earf-blue,#00e0fb);cursor:pointer;flex-shrink:0;height:20px;margin:2px 0 0;width:20px}.AuthModals_checkboxLabel__mAnQM{color:#ffffffb3;font-size:.9rem;line-height:1.5}.AuthModals_checkboxLabel__mAnQM a{color:#00e0fb;color:var(--earf-blue,#00e0fb);text-decoration:none}.AuthModals_checkboxLabel__mAnQM a:hover{text-decoration:underline}.AuthModals_captchaContainer__TGmdv{display:flex;justify-content:center;margin:8px 0}.AuthModals_helperText__0LOOb{color:#fff6;font-size:.8rem;margin-top:4px}.AuthModals_inputWithButton__1G1-g{align-items:center;display:flex;gap:10px}.AuthModals_inputWithButton__1G1-g .AuthModals_input__hwku0{flex:1 1}.AuthModals_generateBtn__wHg-q{align-items:center;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;color:#00e0fb;color:var(--earf-blue,#00e0fb);cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .15s ease;width:42px}.AuthModals_generateBtn__wHg-q:hover{background:#00e0fb1a}.AuthModals_divider__qDXhR{align-items:center;display:flex;gap:16px;margin:4px 0}.AuthModals_divider__qDXhR:after,.AuthModals_divider__qDXhR:before{background:#ffffff14;content:"";flex:1 1;height:1px}.AuthModals_dividerText__dABlb{color:#fff6;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}@media (max-width:480px){.AuthModals_modalContainer__ANQ6-{border-radius:0;max-height:100vh;max-width:100%}.AuthModals_modalContent__FRTUK{max-height:100vh;padding:32px 24px 24px}.AuthModals_modalTitle__MsgVl{font-size:1.3rem}.AuthModals_step__OKeic{font-size:.85rem;height:32px;width:32px}.AuthModals_stepConnector__fyS5j{max-width:28px}}.AuthModals_spinner__BbW-0{animation:AuthModals_spin__ufdHn .8s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:initial;display:inline-block;height:20px;margin-right:8px;vertical-align:middle;width:20px}@keyframes AuthModals_spin__ufdHn{to{transform:rotate(1turn)}}.AuthModals_input__hwku0:-webkit-autofill,.AuthModals_input__hwku0:-webkit-autofill:focus,.AuthModals_input__hwku0:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 1000px #14161cfa!important;caret-color:#fff}.MobileSidebar_mobile-sidebar__Je1Do{background-color:var(--primary-background);bottom:0;height:calc(100vh - 64px);left:50%;padding:10px 10px calc(10px + env(safe-area-inset-bottom, 0px));position:fixed;top:64px;transform:translate(-50%,-100%);transition:transform .3s ease-in-out;width:100%;z-index:9999}.MobileSidebar_mobile-sidebar__Je1Do.MobileSidebar_open__1n\+Qb{transform:translate(-50%)}.MobileSidebar_mobile-sidebar__Je1Do.MobileSidebar_collapsed__h2yQ7{transform:translate(-50%,-100%)}.MobileSidebar_mobile-sidebar__Je1Do .MobileSidebar_section-divider__9BUE8{width:calc(100% - 10px)}.MobileSidebar_sidebar__jaFLq{background-color:var(--primary-background);height:calc(100% - 64px);left:0;overflow-y:auto;padding:5px;position:fixed;top:64px;transition:width .3s ease;width:250px;z-index:999}.MobileSidebar_alert-icon-container__yIEN9{color:red;font-size:20px;left:50px;position:relative;top:15%;transform:translateY(-15%)}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_alert-icon-container__yIEN9{visibility:hidden}.MobileSidebar_kofiContainer__dOsGg{display:flex;justify-content:flex-end;padding-right:135px}.MobileSidebar_kofi-widget-modal__x\+Cv6{bottom:auto!important;left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:9999}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7{text-align:center;width:40px}.MobileSidebar_copyright-main__yQUSD p{color:#fff !;font-size:14px!important}.MobileSidebar_copyright-sub__mmAwj p{color:#fff!important;font-size:12px!important}.MobileSidebar_country-item__6Pr-F,.MobileSidebar_sidebar-menu-item__DOR7A{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-size:16px;font-weight:600!important;padding:10px;text-decoration:none;transition:background-color .3s}.MobileSidebar_sidebar-menu-item__DOR7A span{margin-left:10px}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_sidebar-menu-item__DOR7A{justify-content:center}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_sidebar-menu-item__DOR7A span{display:none}.MobileSidebar_sidebar-menu-item__DOR7A:hover{background-color:var(--hover-background)}.MobileSidebar_sidebar-items__gPVeH{margin-top:10px;overflow:auto}.MobileSidebar_section-divider__9BUE8{background-color:#333;border:none;height:2px;margin:10px auto}.MobileSidebar_section-gap__sgZHt{height:12px}.MobileSidebar_info-section__zXW-1{padding:8px 0}.MobileSidebar_info-items__s9apL{display:flex;flex-direction:column;gap:6px;margin-top:6px}.MobileSidebar_info-item__kCIuY{align-items:center;border-radius:0;cursor:pointer;display:flex;gap:10px;padding:10px}.MobileSidebar_info-item__kCIuY:hover{background-color:var(--hover-background);border-radius:0}.MobileSidebar_info-icon__EKVDD{border-radius:50%;height:30px;margin:0;object-fit:cover;width:30px}.MobileSidebar_info-text__0OMLc{align-items:flex-start;display:flex;flex-direction:column;opacity:1;overflow:hidden;transition:width .5s ease,opacity .5s ease;visibility:visible;white-space:nowrap;width:auto}.MobileSidebar_info-title__xLiyl{color:#fff!important;font-size:16px;font-weight:600}.MobileSidebar_info-subtitle__HhOHv{color:#ccc;font-size:13px;font-weight:500;line-height:1;margin-top:0}.MobileSidebar_popular-section__TrOU-{align-items:center;display:flex;justify-content:space-between}.MobileSidebar_left-section__Uq7xV{color:#fff!important;font-size:10px;margin-left:10px}.MobileSidebar_collapsed-header__YDbMI{color:var(--secondary-text-color);display:none;font-size:20px;text-align:center;width:100%}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_collapsed-header__YDbMI{margin-right:0}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_popular-section__TrOU-{align-items:center;flex-direction:column;gap:8px;justify-content:center}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_popular-section__TrOU- .MobileSidebar_left-section__Uq7xV{display:none}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_info-text__0OMLc{opacity:0;transition:width .5s ease,opacity .5s ease,visibility 0s .5s;visibility:hidden;width:0}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_collapsed-header__YDbMI{align-items:center;display:flex;font-size:18px;height:36px;justify-content:center;margin:6px 0;width:36px}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_collapsed-header__YDbMI i{line-height:1}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_info-items__s9apL,.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_sidebar-items__gPVeH,.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_sidebar-nav__Bi\+ce{align-items:center;display:flex;flex-direction:column}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_info-item__kCIuY{justify-content:center;width:100%}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_info-section__zXW-1 .MobileSidebar_collapsed-header__YDbMI,.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_popular-section__TrOU- .MobileSidebar_collapsed-header__YDbMI{align-items:center;display:flex;justify-content:center;margin-right:0;width:100%}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_info-text__0OMLc{display:none}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_info-icon__EKVDD{margin:0}.MobileSidebar_sidebar-items__gPVeH{max-height:calc(100vh - 200px);overflow-y:auto;transition:max-height .3s ease}.MobileSidebar_sidebar-items__gPVeH::-webkit-scrollbar{height:0;width:0}.MobileSidebar_sidebar-items__gPVeH{scrollbar-width:none;-ms-overflow-style:none}.MobileSidebar_country-item__6Pr-F:hover{background-color:var(--hover-background)}.MobileSidebar_flag-icon__aBmiq{border-radius:50%;height:30px;margin-right:10px;width:30px}.MobileSidebar_browsetext-container__P17N\+{align-items:flex-start;display:flex;flex-direction:column;opacity:1;overflow:hidden;transition:width .5s ease,opacity .5s ease;visibility:visible;white-space:nowrap;width:auto}.MobileSidebar_country-name__LDnvj,.MobileSidebar_region-name__hFLpC{font-weight:600!important;line-height:1;margin:0;padding:0;text-transform:none}.MobileSidebar_country-name__LDnvj{color:var(--text-color);font-size:14px;font-weight:500;letter-spacing:.5px;transition:font-size .3s}.MobileSidebar_region-name__hFLpC{color:#ccc;font-size:13px;font-weight:500}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_browsetext-container__P17N\+{display:none;opacity:0;transition:width .5s ease,opacity .5s ease,visibility 0s .5s;visibility:hidden;width:0}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_country-item__6Pr-F{justify-content:center;max-width:50px}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_flag-icon__aBmiq{border-radius:50%;height:25px;margin-left:10px;width:25px}.MobileSidebar_sidebarFooter__PO6Ok{bottom:15px;box-sizing:border-box;left:50%;padding:10px 15px;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s ease;width:100%}.MobileSidebar_footerLink__1yel5{align-items:center;color:#68dfdfbb;display:inline-flex;font-weight:600;gap:5px;text-decoration:none}.MobileSidebar_footerLink__1yel5:hover{color:#0786c5;text-decoration:none}.MobileSidebar_footerIcon__qfK2v{font-size:25px}.MobileSidebar_sidebar__jaFLq.MobileSidebar_collapsed__h2yQ7 .MobileSidebar_footerIcon__qfK2v{margin-left:-5px!important}@media screen and (min-width:769px){.MobileSidebar_sidebar-menu-item__DOR7A{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-size:16px;font-weight:600;padding:10px;text-decoration:none;transition:background-color .3s ease}.MobileSidebar_sidebar-menu-item__DOR7A:hover{background-color:var(--hover-background)}.MobileSidebar_sidebar-menu-item__DOR7A span{margin-left:10px}.MobileSidebar_section-divider__9BUE8{background-color:#333;border:none;height:2px;margin:10px 0}.MobileSidebar_popular-section__TrOU-{align-items:flex-start;display:flex;flex-direction:column}.MobileSidebar_left-section__Uq7xV{color:#dfdfdf;font-size:10px}.MobileSidebar_collapsed-header__YDbMI{display:none}.MobileSidebar_collapsed-header__YDbMI.MobileSidebar_show__16jCR{align-items:center;color:var(--secondary-text-color);display:flex;font-size:20px;justify-content:center;margin-top:10px}.MobileSidebar_sidebar-items__gPVeH::-webkit-scrollbar{height:0;width:0}.MobileSidebar_sidebar-items__gPVeH{scrollbar-width:none;-ms-overflow-style:none}}@media (min-width:769px){.MobileSidebar_mobile-sidebar__Je1Do{display:none!important}}.PoliceInfoPanel_panel__wZMSQ{backdrop-filter:blur(16px) saturate(1.08) contrast(.98);-webkit-backdrop-filter:blur(16px) saturate(1.08) contrast(.98);background:linear-gradient(180deg,#14161ae6,#0e1014d9);border:1px solid #ffffff0a;border-radius:8px;box-shadow:0 10px 30px #060c188c,inset 0 1px 0 #ffffff05;color:#f3f6f9;display:flex;flex-direction:column;max-height:76vh;overflow:visible;padding:16px;position:fixed;right:18px;top:82px;width:550px;z-index:99995}.PoliceInfoPanel_header__70r4r{align-items:center;background:linear-gradient(180deg,#ffffff05,#0000);border-bottom:1px solid #ffffff08;display:flex;gap:8px;justify-content:space-between;padding:6px 4px 10px}.PoliceInfoPanel_header__70r4r h3{font-size:18px;font-weight:600;margin:0}.PoliceInfoPanel_headerLeft__hDa7h{align-items:center;display:flex;gap:10px}.PoliceInfoPanel_badge__\+9fyX{background:#ffffff0a;border:1px solid #ffffff08;border-radius:6px;box-shadow:0 6px 12px #02060c73;flex-shrink:0;height:30px;object-fit:contain;width:30px}.PoliceInfoPanel_closeBtn__i1Lq3{background:#0000;border:none;color:#fff;cursor:pointer;font-size:20px;line-height:1}.PoliceInfoPanel_body__GKhgV{align-items:stretch;display:flex;flex:1 1 auto;gap:12px;margin-top:10px;overflow:auto}.PoliceInfoPanel_thumbWrap__XCSZy{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-radius:10px;flex:0 0 180px;height:180px;overflow:hidden;width:180px}.PoliceInfoPanel_thumb__0OBRk{display:block;height:100%;object-fit:cover;width:100%}.PoliceInfoPanel_youtubeBtn__SjXyC{align-items:center;background:linear-gradient(180deg,#ff000017,#ff00000a);border-radius:8px;box-shadow:0 6px 14px #00000073;color:#fff;display:inline-flex;font-size:13px;gap:8px;justify-content:center;margin-left:5px;margin-top:auto;max-width:220px;min-width:110px;padding:6px 10px;text-decoration:none;width:auto}.PoliceInfoPanel_youtubeBtn__SjXyC:hover{box-shadow:0 10px 24px #00000080;transform:translateY(-3px)}.PoliceInfoPanel_info__q8ouR{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0}.PoliceInfoPanel_title__CR02T{color:#fff;font-size:18px;font-weight:700}.PoliceInfoPanel_desc__3wJWc{color:#d6dbe0;font-size:14px;line-height:1.5}.PoliceInfoPanel_loaderWrap__xfLps{align-items:center;display:flex;gap:16px;justify-content:center;padding:18px 8px}.PoliceInfoPanel_spinner__8vHGo{border-radius:50%;display:none;height:44px;width:44px}.PoliceInfoPanel_skeletonLines__nzew9{align-self:stretch;display:flex;flex-direction:column;gap:8px;width:100%}.PoliceInfoPanel_skelLine__bJ4CG{animation:PoliceInfoPanel_shimmer__lVuHY 1.6s linear infinite;background:linear-gradient(90deg,#ffffff08,#ffffff0f 50%,#ffffff08);background-repeat:no-repeat;background-size:400px 100%;border-radius:6px;height:12px}.PoliceInfoPanel_skelLine__bJ4CG:first-child{width:100%}.PoliceInfoPanel_skelLine__bJ4CG:nth-child(2){width:90%}.PoliceInfoPanel_skelLine__bJ4CG:nth-child(3){width:65%}@keyframes PoliceInfoPanel_spin__WGNN7{to{transform:rotate(1turn)}}@keyframes PoliceInfoPanel_shimmer__lVuHY{0%{background-position:-400px 0}to{background-position:400px 0}}.PoliceInfoPanel_loading__U0cU2{color:#9aa0a6}.PoliceInfoPanel_linkRow__5bc-R{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:auto;width:100%}.PoliceInfoPanel_linkBtn__4PmFb{align-items:center;background:linear-gradient(180deg,#ffffff08,#ffffff03);border-radius:10px;box-shadow:0 6px 12px #02060c47;color:#fff;display:inline-flex;font-size:14px;gap:8px;padding:8px 12px;text-decoration:none;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.PoliceInfoPanel_linkBtn__4PmFb:hover{background:linear-gradient(180deg,#ffffff0f,#ffffff05);box-shadow:0 10px 30px #02081480;transform:translateY(-4px)}.PoliceInfoPanel_icon__pTliB{align-items:center;display:inline-flex;height:18px;justify-content:center;width:18px}.PoliceInfoPanel_icon__pTliB img{display:block;height:18px;width:18px}.PoliceInfoPanel_linkLabel__6nQtQ{color:#e6eef8;text-transform:capitalize}.PoliceInfoPanel_details__bB6wD{display:flex;flex-direction:column;gap:6px;margin-top:6px}.PoliceInfoPanel_thumbColumn__SWO4y{display:flex;flex-direction:column;gap:8px;height:100%}.PoliceInfoPanel_footer__o6emB{border-top:none;display:block;margin-top:12px;padding-bottom:12px;padding-top:10px;width:100%}.PoliceInfoPanel_footer__o6emB .PoliceInfoPanel_linkRow__5bc-R{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch}.PoliceInfoPanel_row__xL4Sb{align-items:flex-start;display:flex;gap:10px}.PoliceInfoPanel_key__34YbK{color:#9ea6ad;font-size:12px;font-weight:600;min-width:110px}.PoliceInfoPanel_value__qpUgv{color:#e6e6e6;font-size:13px;word-break:break-word}.PoliceInfoPanel_empty__a17l4{color:#9aa0a6}@media (max-width:720px){.PoliceInfoPanel_panel__wZMSQ{left:10px;max-height:80vh;right:10px;top:84px;width:auto}.PoliceInfoPanel_body__GKhgV{flex-direction:column}.PoliceInfoPanel_thumbWrap__XCSZy{height:180px;width:100%}}.map-container{background-color:var(--content-background);margin-left:-2px;min-height:100vh;position:relative;width:100%}.mapboxgl-ctrl-geocoder,.mapboxgl-ctrl-geocoder *,.mapboxgl-ctrl-geocoder :after,.mapboxgl-ctrl-geocoder :before{box-sizing:border-box}.mapboxgl-ctrl-geocoder{background-color:#1b1b1b;border-radius:4px;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:18px;line-height:24px;min-width:240px;position:relative;transition:width .25s,min-width .25s;width:100%;z-index:1}.dark-popup .mapboxgl-popup-content{backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);background:#181a1f99!important;border-radius:8px;box-shadow:0 2px 10px #00000080!important;box-sizing:border-box;color:#fff!important;font-family:Arial,sans-serif;padding:10px;transition:none!important;width:400px}.iss-tooltip-popup .mapboxgl-popup-content{background:#1e1e1e99;border-radius:8px;box-shadow:0 2px 10px #00000080;color:#fff;font-family:Arial,sans-serif;padding:10px;width:200px}.club-popup .mapboxgl-popup-content{max-width:520px;padding:8px 10px;white-space:normal}.popup-content{align-items:center;display:flex}.popup-thumbnail img{border-radius:8px;height:100px;margin-right:10px;width:150px}.popup-info h4{color:#fff;font-size:14px;margin:0 0 5px}.popup-info .popup-tags{margin-top:5px}.popup-info .wikidata{color:#d6d6d6;font-size:12px;margin:0 0 5px}.cartel-overlay{align-items:flex-start;backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);background:#181a1fcc;border-radius:8px;box-shadow:0 2px 8px #00000080;color:#f0f0f0;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:14px;left:10px;line-height:1.4;padding:15px;position:absolute;top:10px;transition:background .3s,box-shadow .3s;z-index:9999}.cartel-overlay h3{color:#e6e4e4;font-size:18px;margin:0 0 5px}.cartel-state{align-items:center;display:flex;font-size:14px;font-weight:500;gap:6px;margin:0 0 5px}.cartel-state img{border-radius:2px;height:auto;width:30x}.cartel-controlled{color:#c7c4c4;font-size:16x;margin:0 0 5px}.gun-violence-popup{border-radius:4px}.gun-violence-popup .mapboxgl-popup-content{backdrop-filter:blur(18px) saturate(1.5) brightness(1.1)!important;-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1)!important;background-color:#181a1f99!important;border-radius:4px;box-sizing:border-box;color:#fff!important;display:inline-block!important;max-width:520px;padding:10px!important;transition:none!important;width:auto!important}.gun-violence-popup .mapboxgl-popup-content h3{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:0 0 8px;padding:0;width:100%}.gun-violence-popup .mapboxgl-popup-content h3 img{flex:0 0 auto;height:20px;margin:0;object-fit:contain;width:75px}.gun-violence-popup .mapboxgl-popup-content h3 span:last-child{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;white-space:normal}.gun-violence-popup .ois-inline-badge{animation:ois-text-flash 1s ease-in-out infinite;background:#0000;border:none;box-shadow:none;color:#c80000;display:inline-block;flex:0 0 auto;font-size:.95em;font-weight:700;padding:0 4px}@keyframes ois-text-flash{0%{color:#c80000;text-shadow:0 0 6px #c8000099}50%{color:#0058ff;text-shadow:0 0 6px #0058ff99}to{color:#c80000;text-shadow:0 0 6px #c8000099}}@media (prefers-reduced-motion:reduce){.gun-violence-popup .ois-inline-badge{animation:none!important;color:#c80000!important;text-shadow:none!important}}.gun-violence-popup .mapboxgl-popup-tip{border-top-color:#181a1f99}.mapboxgl-popup-tip{border-top-color:#181a1f99!important}.gun-violence-popup .mapboxgl-popup-close-button{color:#fff!important}.club-popup{border-radius:4px}.club-popup .mapboxgl-popup-content{backdrop-filter:blur(18px) saturate(1.2) brightness(1.05)!important;-webkit-backdrop-filter:blur(18px) saturate(1.2) brightness(1.05)!important;background:#181a1f47!important;background-clip:padding-box;border:1px solid #ffffff0f;border-radius:10px;box-shadow:0 12px 30px #000000a6;text-align:left}.club-popup .mapboxgl-popup-tip{border-top-color:#181a1f47!important}.earthquake-popup .mapboxgl-popup-content{align-items:center!important;backdrop-filter:blur(14px) saturate(1.2)!important;-webkit-backdrop-filter:blur(14px) saturate(1.2)!important;background:#0c0c0eeb!important;border:1px solid #ffffff0a!important;border-radius:10px!important;box-shadow:0 10px 30px #0009!important;color:#fff!important;display:flex!important;font-family:Roboto,Arial,sans-serif!important;gap:12px!important;max-width:460px!important;min-width:300px!important;padding:10px 12px!important}.earthquake-popup .mapboxgl-popup-tip{border-top-color:#0c0c0eeb!important}.earthquake-popup .mag{flex:0 0 90px!important;flex-direction:column!important;gap:6px!important}.earthquake-popup .mag,.earthquake-popup .mag-bubble{align-items:center!important;display:flex!important;justify-content:center!important}.earthquake-popup .mag-bubble{border:1px solid #ffffff0a!important;border-radius:50%!important;box-shadow:0 6px 18px #00000080!important;color:#fff!important;font-size:26px!important;font-weight:700!important;height:56px!important;width:56px!important}.mag-0-2{background:linear-gradient(135deg,#4caf50,#2e7d32)!important}.mag-2-4{background:linear-gradient(135deg,#ffb74d,#ff9800)!important}.mag-4-6{background:linear-gradient(135deg,#ff7043,#f44336)!important}.mag-6-plus{background:linear-gradient(135deg,#d32f2f,#9a0007)!important}.earthquake-popup .info{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:6px!important;min-width:0!important}.earthquake-popup .eq-title{color:#fff!important;font-size:14px!important;font-weight:700!important;line-height:1.1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.earthquake-popup .eq-details{align-items:center!important;color:#d6d6d6!important;display:flex!important;font-size:13px!important;gap:12px!important}.earthquake-popup .eq-details .col{display:flex!important;flex-direction:column!important;gap:4px!important}.earthquake-popup .eq-details .label{color:#a8a8a8!important;font-size:11px!important}.earthquake-popup .eq-details .value{color:#fff!important;font-weight:600!important}@media (max-width:420px){.earthquake-popup .mapboxgl-popup-content{flex-direction:column!important;min-width:220px!important}.earthquake-popup .mag{flex-direction:row!important;gap:8px!important}.earthquake-popup .mag-bubble{font-size:18px!important;height:52px!important;width:52px!important}}.cartel-name{color:#f7f7f7;cursor:pointer;font-size:16px;font-weight:600;margin:0;text-decoration:none}.cartel-name a{color:inherit;text-decoration:none}.cartel-name a:hover{color:#e48334;text-decoration:none}.popup-tag{backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);background:#181a1f33!important;border-radius:4px;color:#fff;display:inline-block;font-size:10px;margin-right:5px;padding:3px 5px}.popup-channel{align-items:center;display:flex;margin-top:5px}.popup-channel-thumbnail img{border-radius:50%;height:30px;margin-right:5px;width:30px}.popup-channel-name{color:#fff;font-size:12px;font-weight:600}.toast-header{color:red;font-size:13px}.toast-content,.toast-header{font-weight:700;margin:0;padding:0}.toast-content{color:hsla(0,0%,100%,.904);font-size:12px}.toast-time{color:hsla(0,0%,100%,.781);font-size:12px;margin:0;padding:0}.mapboxgl-ctrl-geocoder--input{background-color:initial;border:0;color:#fff;font:inherit;height:50px;margin:0;overflow:hidden;padding:6px 45px;text-overflow:ellipsis;white-space:nowrap;width:100%}.mapboxgl-ctrl-geocoder--input::-ms-clear{display:none}.mapboxgl-ctrl-geocoder--input:focus{box-shadow:none;color:#fff;outline:0;outline:thin dotted}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right>*{display:none;position:absolute;right:8px;top:7px;z-index:2}.mapboxgl-ctrl-geocoder,.mapboxgl-ctrl-geocoder .suggestions{box-shadow:0 0 10px 2px #0000001a}.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed{min-width:50px;transition:width .25s,min-width .25s;width:50px}.mapboxgl-ctrl-geocoder .suggestions{background-color:#1b1b1b;border-radius:4px;font-size:15px;left:0;list-style:none;margin:0;overflow:hidden;padding:0;position:absolute;top:110%;top:calc(100% + 6px);width:100%;z-index:1000}.mapboxgl-ctrl-bottom-left .suggestions,.mapboxgl-ctrl-bottom-right .suggestions{bottom:100%;top:auto}.mapboxgl-ctrl-geocoder .suggestions>li>a{color:#fff;cursor:default;display:block;padding:6px 12px}.mapboxgl-ctrl-geocoder .suggestions>.active>a,.mapboxgl-ctrl-geocoder .suggestions>li>a:hover{background-color:var(--hover-background);color:#fff;cursor:pointer;text-decoration:none}.mapboxgl-ctrl-geocoder--suggestion-title{font-weight:700}.mapboxgl-ctrl-geocoder--suggestion-address,.mapboxgl-ctrl-geocoder--suggestion-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mapboxgl-ctrl-geocoder--icon{display:inline-block;vertical-align:middle;speak:none;fill:rgba(104,223,223,.733);top:15px}.mapboxgl-ctrl-geocoder--icon-search{height:23px;left:12px;position:absolute;top:13px;width:23px}.mapboxgl-ctrl-geocoder--button{background:#fff;border:none;cursor:pointer;line-height:1;margin:0;padding:0}.mapboxgl-ctrl-geocoder--icon-close{height:20px;margin-right:3px;margin-top:8px;width:20px}.mapboxgl-ctrl-geocoder--button:hover .mapboxgl-ctrl-geocoder--icon-close{fill:#909090}.mapboxgl-ctrl-geocoder--icon-geolocate{height:22px;margin-right:3px;margin-top:6px;width:22px}.mapboxgl-ctrl-geocoder--icon-loading{animation:rotate .8s cubic-bezier(.45,.05,.55,.95) infinite;height:26px;margin-right:0;margin-top:5px;width:26px}.mapboxgl-ctrl-geocoder--powered-by{display:block;float:left;font-size:13px;padding:6px 12px 9px}.mapboxgl-ctrl-geocoder--powered-by a{color:#909090}.mapboxgl-ctrl-geocoder--powered-by a:not(:hover){text-decoration:none}.mapboxgl-ctrl-geolocate{background-color:#1e1e1e!important;border:none;box-shadow:0 2px 4px #0009!important;color:#fff!important}.mapboxgl-ctrl-geolocate:hover{background-color:#333!important}.mapboxgl-ctrl-geolocate:focus{box-shadow:0 0 4px 2px #fff6!important;outline:none!important}.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{filter:brightness(0) saturate(100%) invert(73%) sepia(34%) saturate(534%) hue-rotate(140deg) brightness(94%) contrast(89%)!important}.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon:hover{filter:brightness(0) saturate(100%) invert(73%) sepia(34%) saturate(534%) hue-rotate(140deg) brightness(110%) contrast(90%)!important}.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate--active{background-color:#2a2a2a!important;color:#fff!important}.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-geolocate-heading{background-color:#444!important;color:#fff!important}.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate--error{color:#fff!important}.mapboxgl-ctrl-geolocate:disabled{background-color:#555!important;color:#aaa!important;cursor:not-allowed!important}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media screen and (min-width:640px){.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed{min-width:36px;width:36px}.mapboxgl-ctrl-geocoder{font-size:15px;line-height:20px;max-width:360px;width:33.3333%}.mapboxgl-ctrl-geocoder .suggestions{font-size:13px}.mapboxgl-ctrl-geocoder--icon{top:8px}.mapboxgl-ctrl-geocoder--icon-close{height:16px;margin-right:0;margin-top:3px;width:16px}.mapboxgl-ctrl-geocoder--icon-geolocate{height:18px;margin-right:0;margin-top:2px;width:18px}.mapboxgl-ctrl-geocoder--icon-search{height:20px;left:7px;width:20px}.mapboxgl-ctrl-geocoder--input{height:36px;padding:6px 35px}.mapboxgl-ctrl-geocoder--icon-loading{height:26px;margin-right:-5px;margin-top:-2px;width:26px}.mapbox-gl-geocoder--error{color:#909090;font-size:16px;padding:6px 12px;text-align:center}.mapboxgl-ctrl-geocoder--powered-by{font-size:11px!important}}.map-container,.map-container *,.mapboxgl-canvas,.mapboxgl-control-container,.mapboxgl-control-container *,.mapboxgl-ctrl,.mapboxgl-ctrl *,.mapboxgl-ctrl-geocoder,.mapboxgl-ctrl-geocoder *,.mapboxgl-ctrl-geocoder :after,.mapboxgl-ctrl-geocoder :before,.mapboxgl-map,.mapboxgl-map *,.mapboxgl-popup,.mapboxgl-popup *{box-sizing:border-box!important}.route-stats-overlay{background:#121212eb;border-radius:10px;color:#fff;font-family:Roboto,sans-serif;left:12px;min-width:220px;padding:12px 14px;position:absolute;top:12px;z-index:10040}.club-marker{cursor:pointer;height:40px!important;overflow:hidden;transition:transform .2s;width:40px!important}.club-marker img{height:100%;object-fit:contain;width:100%}.club-marker:hover{transform:scale(1.1)}.club-popup .mapboxgl-popup-content{backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);background-color:#181a1fe6;border-radius:8px;color:#fff!important;font-weight:600;min-width:200px;text-align:center;transition:background .3s,box-shadow .3s}.club-popup .mapboxgl-popup-tip{border-top-color:#181a1fe6}.route-stats-overlay h4{font-size:14px;margin:0 0 6px}.route-stats-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.route-stats-label{color:#cfcfcf;font-size:12px}.route-stats-value{font-size:14px;font-weight:600}.route-stats-actions{display:flex;gap:8px;margin-top:8px}.route-stats-actions button{background:#ffffff0f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:6px 8px}.route-stats-actions button:hover{background:#ffffff17}.route-follow-indicator{color:#7ee787;font-size:12px;margin-left:6px}.resume-follow-button{background:#0009;border:none;border-radius:8px;box-shadow:0 6px 18px #00000080;color:#fff;cursor:pointer;font-size:13px;left:12px;padding:8px 10px;position:absolute;top:82px;z-index:10041}.resume-follow-button:hover{background:#ffffff0a}.alert-marker{display:inline-block;height:40px;position:relative;width:40px}.alert-marker .alert-pulse{animation:alert-pulse 2s infinite;background:#0078ffe6;box-shadow:0 0 0 #0078ff99;z-index:0}.alert-marker .alert-icon,.alert-marker .alert-pulse{border-radius:50%;height:18px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:18px}.alert-marker .alert-icon{align-items:center;background:#ff4d4f;border:1px solid #ffffff14;color:#fff;display:flex;font-size:12px;font-weight:800;justify-content:center;z-index:1}@keyframes alert-pulse{0%{box-shadow:0 0 0 0 #0078ffe6;opacity:.9;transform:translate(-50%,-50%) scale(.6)}70%{box-shadow:0 0 0 12px #0078ff0f;opacity:.06;transform:translate(-50%,-50%) scale(2.4)}to{opacity:0;transform:translate(-50%,-50%) scale(2.6)}}.mapboxgl-popup .alert-label{color:#ff2d2d;font-weight:700}.mapboxgl-popup.earthquake-popup .mapboxgl-popup-content{background:#0000!important;border:none!important;box-shadow:none!important;padding:0!important}.mapboxgl-popup.earthquake-popup .mapboxgl-popup-tip{display:none!important}.mapboxgl-popup.earthquake-popup,.mapboxgl-popup.earthquake-popup .mapboxgl-popup-content{background-clip:padding-box!important;transition:none!important;-webkit-transition:none!important}.mapboxgl-popup.earthquake-popup{background:#0000!important;border-radius:0!important;pointer-events:none!important}.mapboxgl-popup.earthquake-popup .eq-popup-card,.mapboxgl-popup.earthquake-popup .mapboxgl-popup-content{pointer-events:none!important}.mapboxgl-popup.earthquake-popup .eq-popup-card{background:#0f1419;border-radius:8px;box-shadow:0 10px 40px #0009;color:#fff;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;max-width:320px;min-width:280px;overflow:hidden}.mapboxgl-popup.earthquake-popup .eq-header{align-items:center;animation:earthquake-flash 1.5s ease-in-out infinite;border-radius:8px 8px 0 0;color:#fff;display:flex;font-size:14px;font-weight:700;gap:10px;justify-content:space-between;padding:12px 16px}@keyframes earthquake-flash{0%,to{background:#8d6e63}50%{background:#d32f2f}}.mapboxgl-popup.earthquake-popup .eq-header-title{align-items:center;display:flex;flex:1 1;font-weight:700;gap:8px;min-width:0}.mapboxgl-popup.earthquake-popup .eq-header-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mapboxgl-popup.earthquake-popup .eq-header-badge{border-radius:4px;flex-shrink:0;height:28px;max-width:50px;object-fit:contain;width:auto}.mapboxgl-popup.earthquake-popup .eq-body{padding:16px}.mapboxgl-popup.earthquake-popup .eq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:12px}.mapboxgl-popup.earthquake-popup .eq-stat{border-left:3px solid;border-radius:6px;padding:8px}.mapboxgl-popup.earthquake-popup .eq-stat-label{color:#999;font-size:11px;font-weight:600;margin-bottom:2px;text-transform:uppercase}.mapboxgl-popup.earthquake-popup .eq-stat-value{color:#fff;font-size:13px;font-weight:600}.mapboxgl-popup.earthquake-popup .eq-stat-magnitude{background:#ff57331a;border-left-color:#ff5733}.mapboxgl-popup.earthquake-popup .eq-mag-badge{border-radius:4px;color:#fff;display:inline-block;font-size:13px;font-weight:700;padding:2px 10px}.mapboxgl-popup.earthquake-popup .mag-0-2{background:linear-gradient(135deg,#4caf50,#2e7d32)}.mapboxgl-popup.earthquake-popup .mag-2-4{background:linear-gradient(135deg,#ffb74d,#ff9800)}.mapboxgl-popup.earthquake-popup .mag-4-6{background:linear-gradient(135deg,#ff7043,#f44336)}.mapboxgl-popup.earthquake-popup .mag-6-plus{background:linear-gradient(135deg,#d32f2f,#9a0007)}.mapboxgl-popup.earthquake-popup .eq-stat-depth{background:#3498db1a;border-left-color:#3498db}.mapboxgl-popup.earthquake-popup .eq-stat-time{background:#ffc1071a;border-left-color:#ffc107}.mapboxgl-popup.earthquake-popup .eq-stat-felt{background:#9c27b01a;border-left-color:#9c27b0}.mapboxgl-popup.earthquake-popup .eq-location{background:#ffffff0d;border-radius:6px;margin-bottom:10px;padding:8px}.mapboxgl-popup.earthquake-popup .eq-location-label{color:#999;font-size:11px;font-weight:600;margin-bottom:2px;text-transform:uppercase}.mapboxgl-popup.earthquake-popup .eq-location-value{color:#ddd;font-size:13px;line-height:1.4}.mapboxgl-popup.earthquake-popup .eq-footer{border-top:1px solid #ffffff1a;color:#777;font-size:11px;padding-top:10px}.mapboxgl-popup.earthquake-popup .eq-footer-source{align-items:center;display:flex;gap:8px;margin-bottom:8px}.mapboxgl-popup.earthquake-popup .eq-footer-badge{height:20px;max-width:40px;object-fit:contain;width:auto}.mapboxgl-popup.earthquake-popup .eq-footer-branding{align-items:center;color:#555;display:flex;font-size:10px;gap:6px;margin-top:8px}.mapboxgl-popup.earthquake-popup .eq-footer-branding .eq-label{color:#8d6e63;font-weight:700}.mapboxgl-popup.earthquake-popup .eq-footer-branding .earf-label{color:#fff}.mapboxgl-popup.earthquake-popup .eq-coords{color:#666;font-family:Courier New,monospace;font-size:10px;margin-top:6px}@media (max-width:520px){.mapboxgl-popup.earthquake-popup .eq-popup-card{max-width:290px;min-width:260px}.mapboxgl-popup.earthquake-popup .eq-grid{gap:8px}.mapboxgl-popup.earthquake-popup .eq-stat{padding:6px}.mapboxgl-popup.earthquake-popup .eq-stat-label{font-size:10px}.mapboxgl-popup.earthquake-popup .eq-stat-value{font-size:12px}}.mapboxgl-popup.earf-alert-popup-container .mapboxgl-popup-content{background:#0000!important;border:none!important;box-sizing:border-box;padding:0!important;pointer-events:auto!important}.mapboxgl-popup.earf-alert-popup-container .mapboxgl-popup-tip{display:none!important}.mapboxgl-popup.earf-alert-popup-container{background:#0000!important;border-radius:0!important;pointer-events:auto!important}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup{background:#0f1419;border-radius:8px;box-shadow:0 10px 40px #0009;box-sizing:border-box;color:#fff;font-family:Segoe UI,sans-serif;max-width:540px;min-width:320px;padding:12px 14px;white-space:normal;word-break:break-word}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup .alert-wrap{align-items:flex-start;display:flex;gap:12px;min-width:0}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup .alert-badge{border-radius:8px;flex:0 0 auto;height:48px;object-fit:contain;width:48px}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup .alert-body{flex:1 1 auto;min-width:0}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup .alert-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:6px}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup .alert-desc{color:#d7d7d7;font-size:13px;line-height:1.45;max-height:240px;overflow:auto;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup a{color:#8fd7ff;pointer-events:auto}@media (max-width:520px){.mapboxgl-popup.earf-alert-popup-container .earf-alert-popup{max-width:320px;min-width:260px}}.TickboxSlider_tickboxSlider__NjW15{appearance:none;-webkit-appearance:none;background:#111016;border:2px solid #00e0fb;border-radius:20px;box-shadow:0 0 0 1.5px #00e0fb,0 2px 8px #0002;cursor:pointer;display:inline-block;height:25px;margin-left:auto;outline:none;overflow:hidden;position:relative;transition:background .22s cubic-bezier(.4,0,.2,1),border .22s cubic-bezier(.4,0,.2,1);vertical-align:middle;width:40px}.TickboxSlider_tickboxSlider__NjW15:checked{background:#000;border-color:#00e0fb}.TickboxSlider_tickboxSlider__NjW15:before{background:#00e0fb;border-radius:50%;box-shadow:0 1px 4px #00e0fb,0 1px 2px #0003;content:"";height:16px;left:3px;position:absolute;top:2px;transition:left .22s cubic-bezier(.4,0,.2,1),background .22s cubic-bezier(.4,0,.2,1),box-shadow .22s;width:16px;z-index:2}.TickboxSlider_tickboxSlider__NjW15:checked:before{background:#00e0fb;box-shadow:0 1px 4px #00e0fb,0 1px 4px #0003;left:17px}.TickboxSlider_tickboxSlider__NjW15:checked:after{background:none;background-image:url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 13.5L11 18L19 7" stroke="white" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round" filter="url%28%23glow%29"/><defs><filter id="glow" x="-5" y="-5" width="35" height="35"><feDropShadow dx="0" dy="0" stdDeviation="2.5" flood-color="%23ffb300"/></filter></defs></svg>');background-position:0;background-repeat:no-repeat;background-size:16px 16px;content:"";height:18px;left:2px;pointer-events:none;position:absolute;top:2px;width:18px;z-index:3}.HardwareAccelerationWarning_banner__FEWnn{animation:HardwareAccelerationWarning_slideUp__qIrsF .36s cubic-bezier(.22,1,.36,1);bottom:20px;max-width:420px;pointer-events:auto;position:fixed;right:20px;width:min(420px,calc(100% - 40px));z-index:2147483647}.HardwareAccelerationWarning_content__Ixy72{background:linear-gradient(180deg,#161616fa,#0e0e0efa);border:1px solid #ffffff08;border-radius:10px;box-shadow:0 18px 40px #0009;color:#fff;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,sans-serif;gap:8px;padding:12px 14px}.HardwareAccelerationWarning_title__3BKWc{color:#fff;font-size:1.04rem;font-weight:600;letter-spacing:-.1px;margin-bottom:2px;padding-top:10px}.HardwareAccelerationWarning_smallLogo__JChpP{filter:drop-shadow(0 10px 36px rgba(0,224,251,.16));height:auto;object-fit:contain;width:96px}.HardwareAccelerationWarning_header__Jne6H{align-items:center;display:flex;gap:8px;justify-content:space-between;padding-top:3px}.HardwareAccelerationWarning_warningLabel__nsxFK{background:#ff64640f;border:1px solid #ff64641f;border-radius:999px;color:#ff6b6b;font-size:.86rem;font-weight:600;padding:6px 12px}.HardwareAccelerationWarning_textBlock__hbPb0{display:flex;flex-direction:column;gap:6px}.HardwareAccelerationWarning_message__L47M2{color:#d6dde1;font-size:.86rem;font-weight:600;line-height:1.34}.HardwareAccelerationWarning_actions__Teh7S{display:flex;justify-content:flex-end}.HardwareAccelerationWarning_continue__0cQUQ{background:var(--earf-blue)!important;border:none;border-radius:8px;box-shadow:0 6px 14px #00000047,inset 0 2px 0 #0000001f;color:#041418!important;cursor:pointer;font-size:.95rem;font-weight:600;min-width:96px;padding:8px 16px}.HardwareAccelerationWarning_continue__0cQUQ:hover{filter:brightness(.98);transform:translateY(-1px)}@keyframes HardwareAccelerationWarning_slideUp__qIrsF{0%{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.MapboxAdminSidebar_sidebar__iIfsF{background:linear-gradient(165deg,#0f1114f2,#0a0c0ffa);border:1px solid #ffffff0f;border-radius:16px;box-shadow:0 12px 36px #000000b3;box-sizing:border-box;color:#e6eef8;display:flex;flex-direction:column;font-family:Inter,Helvetica Neue,Arial,sans-serif;height:auto;left:0;max-height:calc(100vh - 80px);position:relative;top:-50px;width:480px;z-index:10020}.MapboxAdminSidebar_header__PLmZq{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;justify-content:space-between;padding:18px 20px;position:relative}.MapboxAdminSidebar_geocodeStatus__gJHE8{color:#e6eef899;font-size:12px;padding:0 16px 6px}.MapboxAdminSidebar_titleWrap__0wPbE{display:flex;flex-direction:column;gap:4px}.MapboxAdminSidebar_title__p8XkS{color:#fff;font-size:16px;font-weight:600;margin:0}.MapboxAdminSidebar_subtitle__1uZ0Z{color:#e6eef8b3;font-size:12px}.MapboxAdminSidebar_actions__2kInf{display:flex;gap:8px}.MapboxAdminSidebar_actionBtn__93jAK{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#e6eef8e6;font-size:13px;padding:6px 10px}.MapboxAdminSidebar_closeBtn__jV3FE{background:#ff4d4f;border:none;box-shadow:0 4px 10px #ff4d4f1f;color:#fff}.MapboxAdminSidebar_closeBtn__jV3FE:hover{filter:brightness(.95)}.MapboxAdminSidebar_content__Pmcqq{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;overflow:auto;padding:16px}.MapboxAdminSidebar_preview__GE9Fk{align-items:center;display:flex;gap:12px}.MapboxAdminSidebar_imageWrap__sGbB3{align-items:center;background:linear-gradient(180deg,#061014,#0c1318);border-radius:10px;box-shadow:0 6px 18px #0009;display:flex;height:160px;justify-content:center;overflow:hidden;width:160px}.MapboxAdminSidebar_imageWrap__sGbB3 img{display:block;height:100%;object-fit:cover;width:100%}.MapboxAdminSidebar_placeholder__ELcZ8{color:#e6eef866;font-size:14px}.MapboxAdminSidebar_meta__vxQRQ{display:flex;flex:1 1;flex-direction:column;gap:8px}.MapboxAdminSidebar_coordSmall__i4IsL{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.MapboxAdminSidebar_coordLabel__9-\+tm{color:#e6eef899;font-size:11px}.MapboxAdminSidebar_coordValue__4yNra{color:#bfe6ff;font-size:13px;font-weight:600}.MapboxAdminSidebar_coordEditor__8cfkz{display:flex;flex-direction:column;gap:8px}.MapboxAdminSidebar_coordEditor__8cfkz label{color:#e6eef8b3;font-size:12px}.MapboxAdminSidebar_coordEditor__8cfkz input{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;color:#e6eef8;padding:8px 10px}.MapboxAdminSidebar_categoryEditor__MhALR{display:flex;flex-direction:column;gap:8px}.MapboxAdminSidebar_categoryEditor__MhALR label{color:#e6eef8b3;font-size:12px}.MapboxAdminSidebar_categoryEditor__MhALR input{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;color:#e6eef8;padding:8px 10px}.MapboxAdminSidebar_fields__nakLU{display:flex;flex-direction:column;gap:8px;margin-top:6px}.MapboxAdminSidebar_kvRow__SlNaj{align-items:center;display:flex;gap:8px}.MapboxAdminSidebar_kvKey__IsIfj{flex:0 0 35%}.MapboxAdminSidebar_kvKey__IsIfj,.MapboxAdminSidebar_kvValue__KCHCh{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;color:#e6eef8;padding:8px}.MapboxAdminSidebar_kvValue__KCHCh{flex:1 1 auto}.MapboxAdminSidebar_kvRemove__C-ozk{background:#0000;border:1px solid #ffffff08;border-radius:8px;color:#ff8b8b;padding:6px 8px}.MapboxAdminSidebar_footer__RxViU{display:flex;gap:10px;margin-top:8px}.MapboxAdminSidebar_saveBtn__g2cJo{background:linear-gradient(180deg,#0ea5ff,#07c);border:none;border-radius:10px;color:#021627;font-weight:600;padding:10px 14px}.MapboxAdminSidebar_deleteBtn__ecR4T{background:#0000;border:1px solid #ff8a8a24;border-radius:10px;color:#ff8a8a;padding:10px 14px}.MapboxAdminSidebar_adminTopActions__p6JaQ{display:flex;margin-bottom:8px;padding:0 16px;width:100%}.MapboxAdminSidebar_describeBtn__m8Oxu{align-items:center;background:#fffffff5;border:1px solid #0b11200f;border-radius:12px;box-shadow:0 6px 18px #0206171f;color:#0b1220;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;justify-content:center;padding:12px 16px;transition:transform .16s ease,box-shadow .16s ease;width:100%}.MapboxAdminSidebar_describeBtn__m8Oxu:hover{box-shadow:0 8px 22px #02061729;transform:translateY(-1px)}.MapboxAdminSidebar_describeBtn__m8Oxu svg{color:#0b1220}@media (max-width:800px){.MapboxAdminSidebar_sidebar__iIfsF{border-radius:12px;box-shadow:0 18px 42px #0009;height:calc(100vh - 76px);height:calc(100vh - var(--earf-appbar-height, 56px) - 20px);left:10px;max-height:calc(100vh - 76px);max-height:calc(100vh - var(--earf-appbar-height, 56px) - 20px);padding-bottom:12px;position:fixed;top:36px;top:calc(var(--earf-appbar-height, 56px) - 20px);width:calc(100vw - 20px)}.MapboxAdminSidebar_imageWrap__sGbB3{height:120px;width:120px}.MapboxAdminSidebar_content__Pmcqq{padding-bottom:18px}}.MapboxAdminSidebar_wikiSection__\+L4rd{background:hsla(0,0%,100%,.016);border-radius:8px;margin-top:12px;padding:12px}.MapboxAdminSidebar_wikiTitle__hspte{color:#cfe8ff;font-size:14px;margin:0 0 8px}.MapboxAdminSidebar_wikiBody__rgqQN{color:#e6eef8f2;font-size:13px}.MapboxAdminSidebar_wikiLink__IXb97{color:#9ee3ff;font-weight:600;text-decoration:none}.MapboxAdminSidebar_wikiExtract__GsmtO{color:#e6eef8cc;font-size:13px;line-height:1.35;margin-top:8px}.MapboxAdminSidebar_wikiEmpty__HtPyW{color:#e6eef873;font-size:13px}.MapboxAdminSidebar_wikiLoading__hbf27{color:#e6eef899;font-size:13px;font-style:italic}.MapboxAdminSidebar_spinner__HUED-{animation:MapboxAdminSidebar_spin__4TEIC 1s linear infinite;border:2px solid #ffffff2e;border-radius:50%;border-top-color:#9ee3ff;display:inline-block;height:16px;vertical-align:middle;width:16px}@keyframes MapboxAdminSidebar_spin__4TEIC{to{transform:rotate(1turn)}}.MapboxAdminSidebar_deleteConfirm__llkFU{display:flex;flex-direction:column;gap:8px}.MapboxAdminSidebar_deletePrompt__oS1O1{color:#ffd6d6;font-weight:600}.MapboxAdminSidebar_deleteActions__cOsKy{display:flex;gap:8px}.MapboxAdminSidebar_confirmYes__nF1c4{background:#ff4d4f;border:none;border-radius:8px;color:#fff;padding:8px 10px}.MapboxAdminSidebar_confirmNo__dzATI{background:#0000;border:1px solid #ffffff0a;border-radius:8px;color:#e6eef8;padding:8px 10px}.PoiReportModal_reportModalOverlay__Yt\+MN{align-items:center;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}.PoiReportModal_reportModal__eSLlj{background:#111;border-radius:12px;box-shadow:0 0 15px #0009;box-sizing:border-box;color:#fff;max-width:500px;padding:30px 25px;width:90%}.PoiReportModal_modalHeaderRow__9III4{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:0}.PoiReportModal_earfLogo__BmDg\+{display:block;flex-shrink:0;height:30px;margin-left:2px;margin-right:18px;width:auto}.PoiReportModal_modalTitleRight__XGE-s{align-items:flex-start;display:flex;flex:1 1 auto;justify-content:flex-end}.PoiReportModal_modalTitle__7ergk{font-size:18px;font-weight:700;margin-bottom:0;margin-top:0;text-align:right}.PoiReportModal_modalHeaderSpacer__TwmFz{border-bottom:1.5px solid #444;height:18px;margin-bottom:18px;margin-top:0;width:100%}.PoiReportModal_reportModal__eSLlj p{font-size:16px;line-height:1.6;margin-bottom:10px;text-align:left}.PoiReportModal_reportOptions__Kaz6N{display:flex;flex-direction:column;gap:12px;margin:20px 0}.PoiReportModal_radioOption__qwRP7{align-items:center;background-color:#1a1a1a;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:background-color .3s}.PoiReportModal_radioOption__qwRP7:hover{background-color:#222}.PoiReportModal_radioOption__qwRP7 input{cursor:pointer}.PoiReportModal_textarea__\+CvhZ{background-color:#222;border:none;border-radius:6px;box-sizing:border-box;color:#fff;font-size:1rem;line-height:1.5;margin-bottom:20px;margin-top:10px;padding:12px 14px;resize:vertical;width:100%}.PoiReportModal_backButton__sffFh,.PoiReportModal_reportNextButton__SiWHs,.PoiReportModal_reportSubmitButton__EF2fg{background-color:var(--earf-blue);border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;padding:10px 15px;transition:background-color .3s ease}.PoiReportModal_reportNextButton__SiWHs:disabled{cursor:not-allowed;opacity:.5}.PoiReportModal_stepTwoButtons__qRqXM{display:flex;gap:10px;justify-content:space-between;margin-top:10px}.PoiReportModal_backButton__sffFh{background-color:#333;color:#fff;width:48%}.PoiReportModal_backButton__sffFh:hover{background-color:#555}.PoiReportModal_reportSubmitButton__EF2fg{width:48%}.PoiReportModal_reportSubmitButton__EF2fg:hover{background-color:#7dd}@keyframes PoiReportModal_fadeInScale__6piTL{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.PoiReportModal_errorMessage__N2ceL,.PoiReportModal_successMessage__z3svu{animation:PoiReportModal_fadeInScale__6piTL .3s ease;border-radius:8px;font-size:16px;font-weight:700;margin-top:20px;padding:12px;text-align:center}.PoiReportModal_successMessage__z3svu{background-color:#1e402f;border:1px solid #4dfb9a;color:#b4f2cf}.PoiReportModal_errorMessage__N2ceL{background-color:#402020;border:1px solid #ff5e5e;color:#ffc6c6}.map-sidebar{backdrop-filter:blur(24px) saturate(1.5);-webkit-backdrop-filter:blur(24px) saturate(1.5);background:linear-gradient(165deg,#0f1114f2,#0a0c0ffa);border:1px solid #ffffff0f;border-radius:16px;box-shadow:0 8px 32px #00000080,0 2px 8px #0000004d,inset 0 1px 0 #ffffff08;display:flex;flex-direction:column;height:calc(100vh - 100px);left:10px;max-height:calc(100vh - 100px);max-width:calc(100vw - 20px);overflow:hidden;pointer-events:auto;position:absolute;top:10px;transition:width .3s cubic-bezier(.4,0,.2,1);width:360px;z-index:10010}.map-sidebar.collapsed{height:auto;max-height:none;width:48px}.map-sidebar-expand{align-items:center;background:#0000;border:none;color:#ffffffb3;cursor:pointer;display:flex;font-size:14px;height:48px;justify-content:center;transition:all .2s ease;width:100%}.map-sidebar-expand:hover{background:#00e2fb14;color:#00e2fb}.map-sidebar-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.map-sidebar-header{background:linear-gradient(180deg,#0f1114,#0f1114f2);border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.map-sidebar-header .map-sidebar-location{flex:1 1;padding-bottom:0}.area-time{color:#d6d6d6e6;flex-shrink:0;font-weight:500;justify-content:space-between;padding:8px 16px}.area-time,.cartel-label{align-items:center;border-bottom:1px solid #ffffff05;display:flex;font-size:13px}.cartel-label{color:#ff4d4d;font-weight:600}@media (max-width:480px){.area-time,.cartel-label{font-size:12px}}.area-date{color:#d6d6d6f2;font-weight:600}.area-clock{color:#fffffff2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,monospace;font-weight:600}.map-sidebar-collapse{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;color:#fff9;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.map-sidebar-collapse:hover{background:#ffffff1a;border-color:#00e2fb4d;color:#00e2fb}.map-sidebar-scroll{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px}.map-sidebar-scroll::-webkit-scrollbar{width:6px}.map-sidebar-scroll::-webkit-scrollbar-track{background:#0000}.map-sidebar-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.map-sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff40}.map-sidebar-header{align-items:center;display:flex;gap:8px}.map-sidebar-location{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0;padding-bottom:0}.location-icon{align-items:center;border-radius:10px;color:#00e2fb;display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;width:40px}.location-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.location-label{color:#ffffff73;font-size:10px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.location-name{color:#fff;display:block;font-size:16px;font-weight:700;margin:2px 0;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;white-space:nowrap;-ms-overflow-style:none;max-width:100%}.location-name::-webkit-scrollbar{display:none}.location-sub{color:#ffffff80;font-size:12px}.location-sub.cartel-label{display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;color:#ff4d4d;font-size:13px;font-weight:600;max-width:100%;text-align:left}.map-sidebar-header .map-sidebar-location .location-info .location-sub.cartel-label{align-self:flex-start!important;display:inline-block!important;margin:2px 0 0!important;padding-left:0!important;text-align:left!important;width:auto!important}.location-sub.cartel-label::-webkit-scrollbar{display:none}.location-flag{border-radius:3px;box-shadow:0 2px 6px #0000004d;flex-shrink:0;height:auto;width:28px}.map-sidebar-divider{background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;margin:12px 0}.map-sidebar-section{padding:4px 0}.section-header{align-items:center;display:flex;gap:8px;margin-bottom:2px}.section-icon{align-items:center;color:#ffffff80;display:inline-flex;flex-shrink:0;font-size:14px;justify-content:center;min-width:22px;text-align:center;width:30px}.section-icon.weather-icon{color:#60a5fa}.section-icon.poi-icon{color:#f6c85f}.section-icon.camera-icon{color:#e53935}.section-title{color:#ffffffd9;flex:1 1;font-size:13px;font-weight:600!important}.weather-link{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;flex:1 1;gap:8px;margin:0;padding:0;text-decoration:none}.weather-link:focus{outline:none}.weather-link .section-title{color:#ffffffd9;flex:none;text-align:left}.observed-status,.section-meta{font-size:11px;font-weight:600}.observed-status{background:#ffffff08;border:1px solid #ffffff08;border-radius:8px;color:#fffc;margin-left:8px;padding:2px 6px}.observed-status[title]{cursor:help}.observed-status.observed-active{background:#10b9811f;border-color:#10b9812e;color:#10b981}.observed-status.observed-unknown{background:#eab3081f;border-color:#eab3082e;color:#eab308}.observed-status.observed-outdated{background:#ef44441f;border-color:#ef44442e;color:#ef4444}.section-count{background:#ffffff1a;border-radius:10px;color:#ffffffb3;font-size:11px;font-weight:600;padding:2px 8px}.section-collapse-button{align-items:center;background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:#bcdff7;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;height:28px;justify-content:center;line-height:1;padding:0;width:34px}.section-collapse-button:hover{background:#ffffff0a}.section-collapse-button{margin-bottom:8px}.weather-content{display:flex;flex-direction:column;gap:12px}.weather-temp{align-items:baseline;display:flex;gap:2px}.temp-value{color:#fff;font-size:42px;font-weight:800;line-height:1}.temp-unit{color:#ffffff80;font-size:20px;font-weight:600}.temp-fahrenheit{color:#fff6;font-size:14px;margin-left:8px}.weather-conditions{color:#ffffffb3;font-size:13px;margin-top:-4px}.weather-badges{display:flex;flex-wrap:wrap;gap:6px}.weather-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:4px 10px}.weather-badge.rain{background:#60a5fa33;color:#60a5fa}.weather-badge.snow{background:#e0f2fe33;color:#e0f2fe}.weather-badge.sleet{background:#7dd3fc33;color:#7dd3fc}.weather-badge.thunder{background:#fbbf2433;color:#fbbf24}.weather-badge.fog{background:#94a3b833;color:#94a3b8}.weather-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.weather-detail{background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:10px 12px}.weather-detail-header{align-items:center;display:flex;gap:4px}.wind-arrow-wrapper{align-items:center;display:flex;flex-shrink:0;height:22px;justify-content:center;width:22px}.section-icon weather-icon{width:30px!important}.wind-direction-arrow{color:#10b981;display:block;height:16px;transition:transform .12s linear;width:16px}.weather-detail svg{color:#fff6;font-size:11px}.detail-label{color:#ffffff73;font-size:10px;letter-spacing:.3px;text-transform:uppercase}.detail-value{color:#fff;font-size:13px;font-weight:600}.weather-station{align-items:center;background:#ffffff08;border:1px solid #ffffff0a;border-radius:10px;display:flex;gap:10px;margin-top:0;padding:10px 12px}.weather-station-label{color:#ffffffb8;font-size:12px;font-weight:700;margin:2px 0}.weather-station-subheader{padding:0 0 2px}.station-icon{color:#fff6;font-size:14px}.station-info{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.station-name{color:#ffffffd9;font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-icao{color:#00e2fb;font-weight:700}.station-distance{color:#ffffff73;font-size:11px}.station-locate{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;color:#fff9;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.station-locate:hover{background:#00e2fb26;border-color:#00e2fb4d;color:#00e2fb}.weather-empty{align-items:center;color:#ffffff59;display:flex;flex-direction:column;gap:8px;padding:24px;text-align:center}.weather-empty svg{font-size:24px;opacity:.5}.weather-empty span{font-size:12px}.poi-list{display:flex;flex-direction:column;gap:8px}.poi-thumb{object-fit:cover}.poi-thumb,.poi-thumb-placeholder{border-radius:8px;flex-shrink:0;height:44px;width:44px}.poi-thumb-placeholder{align-items:center;background:#f871711a;color:#f8717180;display:flex;font-size:16px;justify-content:center}.poi-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.poi-name{color:#fff;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poi-meta{align-items:center;color:#ffffff73;display:flex;font-size:11px;gap:8px}.poi-category{color:#ffffff8c}.channel-thumb{border-radius:50%;flex-shrink:0;height:20px;margin-right:4px;object-fit:cover;width:20px}.channel-name{color:#ffffffd6;display:inline-block;font-size:11px;font-weight:400;margin-right:4px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poi-item.camera .channel-name{transform:translate(-3px,-3px);-webkit-transform:translate(-3px,-3px)}.poi-item.camera{gap:6px}.poi-item.camera .poi-name{font-size:12px;font-weight:600}.poi-item.camera .poi-meta{align-items:center;font-size:11px;gap:4px}.poi-distance{color:#00e2fbb3}.poi-founder{color:#fbbf24;font-size:10px;margin-top:2px}.poi-empty{align-items:center;color:#ffffff59;display:flex;flex-direction:column;gap:8px;padding:24px;text-align:center}.poi-empty svg{font-size:24px;opacity:.5}.poi-empty span{font-size:12px}.map-sidebar-footer{border-top:1px solid #ffffff0f;display:flex;gap:16px;margin-top:auto;padding-top:12px}.sidebar-toggle-switch{align-items:center;cursor:pointer;display:flex;gap:8px;-webkit-user-select:none;user-select:none}.sidebar-toggle-switch input{display:none}.toggle-track{background:#ffffff1a;border-radius:9px;height:18px;position:relative;transition:all .2s ease;width:32px}.toggle-track:after{background:#ffffff80;border-radius:50%;content:"";height:14px;left:2px;position:absolute;top:2px;transition:all .2s ease;width:14px}.sidebar-toggle-switch input:checked+.toggle-track{background:#00e2fb4d}.sidebar-toggle-switch input:checked+.toggle-track:after{background:#00e2fb;left:16px}.toggle-label{color:#fff9;font-size:11px;font-weight:500}@media (max-width:480px){.map-sidebar{border-radius:16px 16px 0 0;bottom:60px;max-height:50vh;top:auto;width:calc(100vw - 20px)}.map-sidebar-toggle{border:1px solid #ffffff14;border-bottom:none;border-radius:8px 8px 0 0;height:28px;right:50%;top:-14px;transform:translateX(50%) rotate(90deg);width:56px}}.map-sidebar.poi-detail-view .map-sidebar-content{height:100%;padding:0}.poi-detail-page{display:flex;flex-direction:column;height:100%;min-height:0}.poi-detail-header-bar{align-items:center;background:linear-gradient(180deg,#0f1114,#0f1114f2);border-bottom:1px solid #ffffff0f;display:flex;flex-shrink:0;justify-content:space-between;padding:10px 12px}.poi-detail-back{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;color:#ffffffd9;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:8px 14px;text-align:left;transition:all .2s ease}.poi-detail-back:hover{background:#ffffff1a;border-color:#ffffff26;color:#fff}.poi-detail-back svg{color:#fff9;font-size:12px}.poi-detail-back:hover svg{color:#ffffffe6}.poi-detail-scroll{flex:1 1;overflow-x:hidden;overflow-y:auto}.poi-detail-scroll::-webkit-scrollbar{width:6px}.poi-detail-scroll::-webkit-scrollbar-track{background:#0000}.poi-detail-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.poi-detail-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff40}.poi-detail-hero{height:200px;overflow:hidden;position:relative;width:100%}.poi-detail-hero img{height:100%;object-fit:cover;width:100%}.poi-detail-hero-overlay{background:linear-gradient(0deg,#0f1114,#0000);bottom:0;height:80px;left:0;position:absolute;right:0}.poi-detail-header{margin-top:-30px;padding:0 16px 12px;position:relative;z-index:1}.poi-detail-name{color:#fff;font-size:22px;font-weight:700;line-height:1.2;margin:0 0 6px}.poi-detail-category{background:#ffffff14;border-radius:12px;color:#ffffffb3;display:inline-block;font-size:11px;font-weight:500;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.poi-detail-founder{background:linear-gradient(135deg,#fbbf2426,#fbbf240d);border:1px solid #fbbf2433;border-radius:8px;color:#fbbf24;font-size:12px;font-weight:600;margin-top:8px;padding:8px 12px}.poi-detail-quick-info{background:#ffffff05;border-bottom:1px solid #ffffff0a;border-top:1px solid #ffffff0a;display:flex;flex-wrap:wrap;gap:12px;padding:12px 16px}.quick-info-item{align-items:center;color:#ffffffb3;display:flex;font-size:12px;gap:6px}.quick-info-item svg{color:#fff6;font-size:12px}.quick-info-alt{color:#fff6;font-size:11px}.poi-report-button{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;font-size:14px;justify-content:center;margin-left:auto;padding:6px 10px;transition:all .2s ease}.poi-report-button:hover{background:#ffffff1a;border-color:#fff3;color:#ffffffe6}.poi-detail-actions{display:flex;gap:10px;padding:16px}.poi-detail-action{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease}.poi-detail-action.primary{background:linear-gradient(135deg,#00e2fb,#00b8d4);color:#000}.poi-detail-action.primary:hover{background:linear-gradient(135deg,#33e8fc,#00d4f5);box-shadow:0 4px 12px #00e2fb4d;transform:translateY(-1px)}.poi-detail-action.gaia{background:linear-gradient(135deg,#8b5cf633,#8b5cf61a);border:1px solid #8b5cf64d;color:#a78bfa}.poi-detail-action.gaia:hover{background:linear-gradient(135deg,#8b5cf64d,#8b5cf633)}.poi-detail-action.gaia img{height:18px;width:18px}.poi-detail-description{flex:1 1;overflow-y:auto;padding:16px}.poi-detail-description h3{color:#ffffffe6;font-size:14px;font-weight:600;margin:0 0 10px}.poi-detail-description p{color:#ffffffb3;font-size:13px;line-height:1.7;margin:0;white-space:pre-wrap}.poi-detail-admin{border-top:1px solid #ffffff0a;display:flex;gap:10px;margin-top:auto;padding:16px}.admin-action{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:600;gap:8px;justify-content:center;padding:10px 14px;transition:all .2s ease}.admin-action.edit{background:#3b82f61f;border:1px solid #3b82f633;color:#60a5fa}.admin-action.edit:hover{background:#3b82f633}.admin-action.delete{background:#ef44441f;border:1px solid #ef444433;color:#f87171}.admin-action.delete:hover{background:#ef444433}.admin-action.describe{background:#fffffff5;border:1px solid #0b11200f;border-radius:12px;box-shadow:0 6px 18px #0206171f;color:#0b1220;font-weight:700;padding:12px 16px}.admin-action.describe:hover{box-shadow:0 8px 22px #02061729;transform:translateY(-1px)}.admin-action.describe svg{color:#0b1220}.poi-detail-admin-top{padding:12px 16px}.poi-detail-admin-top .admin-action.describe{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.poi-item{align-items:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:all .2s ease}.poi-item:hover{background:#ffffff0d;border-color:#ffffff14}.poi-chevron{color:#ffffff4d;flex-shrink:0;font-size:12px;transition:all .2s ease}.poi-item:hover .poi-chevron{color:#00e2fb;transform:translateX(2px)}.poi-detail-header.no-image{margin-top:0;padding-top:16px}@media (max-width:480px){.poi-detail-hero{height:160px}.poi-detail-name{font-size:18px}.poi-detail-actions{flex-direction:column}.poi-detail-action{width:100%}}.skeleton{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 50%,#ffffff08 75%);border-radius:6px}.weather-skeleton{padding:12px 0}.weather-skeleton-temp{align-items:baseline;display:flex;gap:8px;margin-bottom:12px}.weather-skeleton-temp .skeleton-lg{border-radius:8px;height:36px;width:80px}.weather-skeleton-temp .skeleton-sm{height:20px;width:60px}.weather-skeleton-badges{display:flex;gap:8px;margin-bottom:16px}.weather-skeleton-badges .skeleton{border-radius:12px;height:24px;width:60px}.weather-skeleton-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.weather-skeleton-detail{background:#ffffff05;border-radius:10px;padding:10px}.weather-skeleton-detail .skeleton-label{height:12px;margin-bottom:6px;width:50%}.weather-skeleton-detail .skeleton-value{height:16px;width:80%}.weather-skeleton-station{align-items:center;background:#ffffff05;border-radius:10px;display:flex;gap:10px;margin-top:12px;padding:10px}.weather-skeleton-station .skeleton-icon{border-radius:8px;flex-shrink:0;height:32px;width:32px}.weather-skeleton-station .skeleton-text{flex:1 1}.weather-skeleton-station .skeleton-text .skeleton{height:14px;margin-bottom:6px}.weather-skeleton-station .skeleton-text .skeleton:last-child{margin-bottom:0;width:60%}.poi-skeleton-list{display:flex;flex-direction:column;gap:8px}.poi-skeleton-item{align-items:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;display:flex;gap:12px;padding:10px 12px}.poi-skeleton-item .skeleton-thumb{border-radius:10px;flex-shrink:0;height:48px;width:48px}.poi-skeleton-item .skeleton-info{flex:1 1;min-width:0}.poi-skeleton-item .skeleton-name{height:16px;margin-bottom:8px;width:70%}.poi-skeleton-item .skeleton-meta{height:12px;width:50%}.poi-item{transition:transform .26s cubic-bezier(.2,.9,.2,1),opacity .26s ease;will-change:transform,opacity}.poi-item.entering{opacity:1;transform:translateY(0)}.poi-skeleton-item{opacity:1;transform:translateY(0) scale(1);transition:opacity .18s ease,transform .22s cubic-bezier(.2,.9,.2,1)}.poi-skeleton-item.entering{animation:skeleton-pop .26s cubic-bezier(.2,.9,.2,1) both}@keyframes skeleton-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}60%{opacity:1;transform:translateY(-4px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.location-skeleton{align-items:center;display:flex;gap:12px;padding-bottom:14px}.location-skeleton .skeleton-icon{border-radius:10px;flex-shrink:0;height:40px;width:40px}.location-skeleton .skeleton-info{flex:1 1}.location-skeleton .skeleton-label{height:10px;margin-bottom:6px;width:80px}.location-skeleton .skeleton-name{height:18px;width:60%}.earf-alerts-container{display:flex;flex-direction:column;gap:8px;left:50%;pointer-events:none;position:fixed;top:12px;transform:translateX(-50%);width:min(980px,calc(100% - 24px));z-index:99999}.earf-alert{align-items:center;background:linear-gradient(90deg,#ffa5001f,#ffa5000f);border:1px solid #ffa50038;border-radius:8px;box-shadow:0 6px 18px #00000059;color:#fff;display:flex;justify-content:space-between;padding:10px 12px;pointer-events:auto}.earf-alert-msg{flex:1 1;margin-right:12px}.earf-alert-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:18px}.content-wrapper{align-items:center;justify-content:flex-start;min-height:100vh;width:100%}.radio-browse-title{font-size:24px;font-weight:600;margin-bottom:20px;margin-top:0;padding:10px;text-align:left}.country-list{box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:start;width:100%;grid-gap:10px!important;gap:10px!important;margin-bottom:50px}.radio-country-item{align-items:stretch;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto;max-width:300px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.radio-country-item:hover{transform:scale(1.02)}.flag-icon{display:block;height:auto;transition:filter .3s ease;width:100%}.blur{filter:blur(10px)}.flag-icon:not(.blur){filter:none}.skeleton-card{background:linear-gradient(180deg,#ffffff03,#ffffff03);box-shadow:none;pointer-events:none}.skeleton-flag{animation:pulse 1.4s ease-in-out infinite;background:linear-gradient(90deg,#141416 25%,#1b1b1b 37%,#141416 63%);background-size:400% 100%;border-top-left-radius:10px;border-top-right-radius:10px;height:150px;width:100%}.radio-country-item:hover:after{transform:scaleX(1)}.radio-country-item img{border-bottom-left-radius:0;border-bottom-right-radius:0;height:150px;object-fit:cover;transition:transform .3s ease}.flag-wrapper,.radio-country-item img{border-top-left-radius:10px;border-top-right-radius:10px;width:100%}.flag-wrapper{height:auto;overflow:hidden;position:relative}.radio-country-item:hover .country-info{background:#0000001f;background:var(--hover-color,#0000001f);color:inherit;color:var(--hover-text-color,inherit);transition:background .22s ease,color .22s ease}.country-info{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-top-right-radius:0;box-sizing:border-box;margin-left:0;margin-top:0;padding:12px;text-align:left;width:100%}.country-name{font-size:16px}.station-count{color:#fff;font-size:12px;font-weight:600;margin-bottom:5px;margin-top:2px}.radio-browse-desc{color:#ccc;font-size:1rem;margin:0 10px 0 0;max-width:400px;text-align:right}@media (min-width:1024px){.country-list{gap:25px}}@media (max-width:768px){.country-list{gap:8px!important;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center}.content-wrapper{padding:0}.radio-country-item{max-width:100%;width:100%}.radio-country-item img{display:block;height:120px;margin:0}.country-info{font-size:12px;padding:8px 10px}}.content-wrapper{background-color:var(--content-background);box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:10px}.radio-header{align-items:center;border-bottom:2px solid var(--border-color);color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.radio-title{font-size:22px;font-weight:500;margin-left:10px;min-width:150px;text-align:left}.scrollable-content{margin-top:20px;max-height:calc(100vh - 130px);overflow-y:auto;-ms-overflow-style:none;margin-bottom:60px;scrollbar-width:none;width:100%}.scrollable-content::-webkit-scrollbar{display:none}.station-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:0 10px;grid-gap:18px;box-sizing:border-box;gap:18px;justify-items:start;width:100%}.radio-station-item{align-items:stretch;background:#0000;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;max-width:300px;min-height:220px;overflow:hidden;position:relative;transition:transform .22s ease,box-shadow .22s ease;width:100%}.radio-station-item:hover{transform:translateY(-4px)}.radio-station-item img{border-top-left-radius:10px;border-top-right-radius:10px;display:block;height:150px;object-fit:cover;transition:transform .3s ease;width:100%}.radio-station-item:hover img{transform:scale(1.03)}.radio-station-item .text-backdrop{background:#0000;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-size:14px;font-weight:600;justify-content:space-between;margin:0;min-height:72px;padding:12px;text-align:left;transition:background .22s ease,color .22s ease,transform .22s ease;width:100%;z-index:2}.radio-station-item:hover .text-backdrop{background:#0000001f;background:var(--hover-color,#0000001f);color:#fff;color:var(--hover-text-color,#fff)}.load-more-target{height:1px;margin-top:10px;width:100%}.favicon-icon{height:50px;opacity:0;transition:filter .3s ease,opacity .3s ease;width:50px}.favicon-icon.loading{filter:blur(10px);opacity:.5}.favicon-icon.loaded{filter:blur(0);opacity:1}.image-placeholder{filter:blur(10px);height:50px;width:50px}.station-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;max-width:100%;min-height:22px;overflow:hidden;white-space:nowrap}.station-title{color:#e6e6e6;font-size:14px;font-weight:700;line-height:1.2;margin-bottom:6px;word-break:break-word}.station-tag{background-color:#252525;border-radius:4px;color:#d3d3d3;display:inline-block;font-size:12px;font-weight:600;padding:3px 6px;transition:background-color .18s ease,color .18s ease,opacity .18s ease;white-space:nowrap}.radio-station-item:hover .station-tag{background-color:#252525;background-color:var(--hover-tag-bg,#252525);color:#d3d3d3;color:var(--hover-text-color,#d3d3d3)}.radio-country-info-row{align-items:flex-start;display:flex;flex-direction:column;gap:0;margin-bottom:10px;width:100%}.radio-country-search-container{display:flex;justify-content:flex-start;margin-bottom:10px;margin-top:0;width:100%}.radio-country-search-container .search-input{margin-left:0;margin-top:0;max-width:250px}@media (max-width:1024px){.station-list{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.station-list{gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));padding:0 8px}.radio-station-item{max-width:240px;min-height:160px}.radio-station-item img{height:110px}.radio-station-item .text-backdrop{min-height:56px}.radio-title{font-size:18px;margin-bottom:10px}}.skeleton-station-card{background:#0000;box-shadow:none;pointer-events:none}.skeleton-line,.skeleton-thumb{animation:pulse 1.4s ease-in-out infinite}.Facts_facts-container__jMdHp{background-color:#1a1a1a00;border-radius:5px;bottom:15vh;box-sizing:border-box;color:#fff;font-family:Arial,sans-serif;left:0;margin:0 auto;max-width:300px;min-height:50px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;transition:opacity .5s ease-in;width:300px;z-index:1000}.Facts_facts-container__jMdHp[style*=visible]{opacity:1}.Facts_header__cCRPB{align-items:center;border-bottom:1px solid var(--border-color);box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 0;width:100%}.Facts_title__jhbdG{color:var(--earf-blue);flex:1 1;font-size:1rem;font-weight:700;margin:0}.Facts_year__-s-1T{align-items:center;color:#fff;display:flex;font-size:.8rem;font-weight:600;gap:5px;white-space:nowrap}.Facts_icon__pd\+mR{color:var(--earf-blue);font-size:1.2rem}.Facts_text__VZSLH{color:#fff;font-size:.9rem;line-height:1.6;margin-top:15px}.Facts_facts-container__jMdHp a{color:var(--earf-blue);cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s ease}.Facts_facts-container__jMdHp a:hover{color:#07c}.Facts_error__8yCQ6{color:red;font-weight:700;text-align:center}.Facts_loading__gWqAe{color:#fff;font-style:italic;margin-top:10px;text-align:center}.Facts_fact__nkHP9{margin-bottom:1.5rem;z-index:2}@media (max-width:768px){.Facts_facts-container__jMdHp{margin-top:276px;max-width:90%;padding:15px}.Facts_header__cCRPB{padding:8px 0}.Facts_title__jhbdG{font-size:.9rem}.Facts_year__-s-1T{font-size:.7rem;gap:3px}.Facts_icon__pd\+mR{font-size:1rem}.Facts_text__VZSLH{font-size:.8rem;line-height:1.4}.Facts_loading__gWqAe{font-size:.8rem}}.RadioCountryInfo_infocontainer__HKw62{border-bottom:1px solid #5a5a5aa8;color:#cecece;display:flex;flex-direction:column;margin:0 auto;width:100%}.RadioCountryInfo_radioInfoTopRow__g9Pr\+{align-items:center;display:flex;justify-content:space-between}.RadioCountryInfo_headerContent__13n-6{align-items:flex-start;color:#fff!important;display:flex;flex-direction:column;font-size:16px;gap:5px;margin:0;padding:0}.RadioCountryInfo_flag__xMkKy{border-radius:4px;height:30px;width:50px}.RadioCountryInfo_motto__Ba7sV{color:#cccaca;font-size:16px;font-style:italic;font-weight:500;margin:4px 0 0;padding:0}.RadioCountryInfo_subtext__HnPLW{color:var(--earf-blue);font-size:1.5rem;font-weight:500;letter-spacing:.5px;margin-left:8px}.RadioCountryInfo_alert__VopyF{align-items:center;background-color:#18181b;background-color:var(--content-background,#18181b);color:#ff4d4f;display:flex;font-size:14px;font-weight:600;margin-top:-10px!important}.RadioCountryInfo_alertIcon__pzu\+8{animation:RadioCountryInfo_flash__sjfTn 2s infinite;font-size:25px;margin-right:10px}@keyframes RadioCountryInfo_flash__sjfTn{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.RadioCountryInfo_radioInfoRightSection__4-O5x{align-items:flex-end;display:flex;flex-direction:column;gap:10px;margin-top:18px;min-width:180px}.RadioCountryInfo_buttons__pjI\+R{align-items:center;display:flex;gap:15px;justify-content:flex-end;margin-right:0}.RadioCountryInfo_iconButton__nfWs3{align-items:center;border-radius:8px;display:flex;height:25px;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative;transition:transform .3s,box-shadow .3s;width:25px}.RadioCountryInfo_iconButton__nfWs3 img{height:24px;object-fit:contain;width:24px}.RadioCountryInfo_iconButton__nfWs3:hover{box-shadow:0 4px 8px #0003;transform:scale(1.1)}.RadioCountryInfo_radioInfoSearchWrapper__UpxJ\+{display:flex;justify-content:flex-end;margin-bottom:0;margin-top:5px;width:100%}.RadioCountryInfo_radioInfoSearchWrapper__UpxJ\+ .RadioCountryInfo_search-input__fZ1qE{background:#23272f;border:1px solid #222c;border-radius:6px;color:#fff;font-size:1rem;margin:0;max-width:250px;padding:6px 12px;transition:border .2s;width:100%}.RadioCountryInfo_radioInfoSearchWrapper__UpxJ\+ .RadioCountryInfo_search-input__fZ1qE:focus{border:1.5px solid #00b4d8;border:1.5px solid var(--earf-blue,#00b4d8);outline:none}.RadioCountryInfo_description__HsoZG{color:#e0e0e0;font-size:.9rem;margin-top:10px;padding-bottom:10px}.RadioCountryInfo_skeletonFlagRow__-Bype{align-items:center;display:flex;gap:10px}.RadioCountryInfo_skeletonFlag__j2t\+L{border-radius:4px;height:30px;width:50px}.RadioCountryInfo_skeletonFlag__j2t\+L,.RadioCountryInfo_skeletonTitle__5sbdo{animation:RadioCountryInfo_skeleton-loading__HOpK4 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%)}.RadioCountryInfo_skeletonTitle__5sbdo{border-radius:6px;height:25px;width:150px}.RadioCountryInfo_skeletonMotto__iQtRE{animation:RadioCountryInfo_skeleton-loading__HOpK4 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);border-radius:4px;height:18px;margin-top:8px;width:200px}.RadioCountryInfo_skeletonButtons__qddSs{display:flex;gap:15px;margin-right:20px}.RadioCountryInfo_skeletonIcon__AmFLa{border-radius:8px;height:25px;width:25px}.RadioCountryInfo_skeletonDescription__N9OLY,.RadioCountryInfo_skeletonIcon__AmFLa{animation:RadioCountryInfo_skeleton-loading__HOpK4 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%)}.RadioCountryInfo_skeletonDescription__N9OLY{border-radius:6px;height:60px;margin-bottom:20px;margin-top:10px;width:100%}@keyframes RadioCountryInfo_skeleton-loading__HOpK4{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.RadioCountryInfo_radioInfoTopRow__g9Pr\+{align-items:stretch;flex-direction:column;gap:0}.RadioCountryInfo_radioInfoRightSection__4-O5x{align-items:center;flex-direction:row;gap:10px;justify-content:space-between;margin-top:0;width:100%}.RadioCountryInfo_buttons__pjI\+R{flex:0 0 auto;margin-bottom:0;margin-right:0}.RadioCountryInfo_radioInfoSearchWrapper__UpxJ\+{align-items:center;display:flex;flex:1 1 auto;justify-content:flex-end;margin-left:0;margin-top:0;width:auto}.RadioCountryInfo_radioInfoSearchWrapper__UpxJ\+ .RadioCountryInfo_search-input__fZ1qE{margin-left:0;margin-top:0;max-width:120px;width:100%}.RadioCountryInfo_description__HsoZG{display:none}}@media (max-width:480px){.RadioCountryInfo_flag__xMkKy{height:24px;width:40px}.RadioCountryInfo_motto__Ba7sV{font-size:16px}.RadioCountryInfo_description__HsoZG{display:none}.RadioCountryInfo_alert__VopyF{align-items:flex-start;background-color:var(--content-background);color:#ff4d4f;display:flex;flex-direction:column;font-size:11px;font-weight:600;margin-top:10px}.RadioCountryInfo_iconButton__nfWs3{border-radius:6px;height:20px;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s;width:20px}.RadioCountryInfo_iconButton__nfWs3 img{height:18px;width:18px}.RadioCountryInfo_radioInfoTopRow__g9Pr\+{align-items:flex-start;flex-direction:column;gap:10px}.RadioCountryInfo_buttons__pjI\+R{align-items:flex-start;flex-direction:row;gap:10px;margin-bottom:10px}}.RadioCountryInfo_radioHeaderRow__wfvuU{align-items:center;display:flex;gap:10px}.RadioCountryInfo_radioHeaderText__vB78G{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:500;gap:0;margin:0;padding:0}.galaxy-container{height:100%;position:relative;width:100%}.galaxy-container>canvas{-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:paint;display:block;height:100%;left:0;position:absolute;top:0;transform:translateZ(0);width:100%;will-change:transform,opacity}.video-view{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;height:100vh;margin:0 auto;overflow-x:none;width:100%;z-index:9998}.skeleton{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%);background-size:200% 100%;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.video-info-container{box-sizing:border-box;display:flex;flex:0 0 80%;flex-direction:column;min-width:0;padding-right:20px;width:auto}.video-container{aspect-ratio:16/9;border-bottom:1px solid #333333d7;box-sizing:border-box;display:flex;height:auto;justify-content:center;overflow-wrap:anywhere;white-space:normal;width:100%;word-break:break-word}.video-container iframe{border-radius:0!important;height:100%;width:100%}.main-video-content{flex-grow:1;height:100%;margin:0 auto;overflow-y:scroll;padding:0;position:relative;width:95%}.main-video-content::-webkit-scrollbar{display:none}.wikidataText{font-size:14px;font-weight:600}.main-video-content{scrollbar-width:none;-ms-overflow-style:none}.video-info{box-sizing:border-box;color:#fff;margin-left:15px;margin-top:5px;width:98%;z-index:10}.channel-info{align-items:flex-start;display:flex;margin-bottom:10px;margin-top:5px!important;position:relative;width:100%}.channel-thumbnail-container{align-items:center;background:none!important;border:none!important;box-shadow:none!important;display:flex;flex-direction:column;margin-left:12px;margin-right:15px;margin-top:20px}.custom-yt-subscribe{align-items:center;border:1px solid #333;border-radius:18px;color:#fff!important;display:inline-flex;font-size:14px;font-weight:600;height:36px;justify-content:center;margin-top:8px;padding:0 16px;text-decoration:none;transition:background-color .2s;white-space:nowrap;width:105px}.custom-yt-subscribe:hover{background-color:#3f3f3f;color:#fff!important}.yt-icon{background-color:#fff;display:inline-block;height:20px;margin-left:-4px;margin-right:6px;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.615 3.184c-3.604-.246-11.631-.245-15.23 0C.488 3.45.029 5.804 0 12c.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0C23.512 20.55 23.971 18.196 24 12c-.029-6.185-.484-8.549-4.385-8.816M9 16V8l8 3.993z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.615 3.184c-3.604-.246-11.631-.245-15.23 0C.488 3.45.029 5.804 0 12c.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0C23.512 20.55 23.971 18.196 24 12c-.029-6.185-.484-8.549-4.385-8.816M9 16V8l8 3.993z'/%3E%3C/svg%3E") no-repeat center;transition:background-color .12s ease,transform .12s ease;width:20px}.custom-yt-subscribe:hover .yt-icon{background-color:red;transform:scale(1.03)}.subscriber-count-text{color:#9e9e9e;font-size:14px;font-weight:600!important;margin:5px 0 0}.channel-info .back-button{border:none;color:#fff;cursor:pointer;font-size:16px;padding:10px;position:absolute;right:5px;top:5px;transition:background-color .3s}.mini-player{align-items:center;background-color:#000c;bottom:20px;display:flex;flex-direction:column;height:170px;justify-content:center;position:fixed;right:20px;width:300px;z-index:29999!important}.mini-player-container{height:100%;position:relative;width:100%;z-index:29999!important}.mini-player-video{height:100%;width:100%}.mini-player-stop{background:red;color:#fff;padding:5px 10px;right:0}.mini-player-enlarge,.mini-player-stop{border:none;cursor:pointer;position:absolute;top:0}.mini-player-enlarge{background:#9ad693;color:#000;font-size:13px;padding:5px 5px 5px 10px;right:50px}.mini-player-enlarge i{margin-right:5px}#channel-thumbnail{border-radius:50%;height:100px;margin-left:12px;margin-right:10px;width:100px}.channel-details{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;min-height:130px;padding-bottom:5px;padding-top:5px}.channel-info h4{font-size:16px;font-weight:600;margin:0}.channel-info a{color:#fff;font-size:15px;margin:0;padding:0;text-decoration:none}.channel-info a:hover{color:var(--earf-blue);text-decoration:none}.feature-tags{gap:8px;margin-top:auto}.feature-tag{background-color:var(--components);border-radius:5px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:5px 10px}.feature-tag:hover{color:var(--earf-blue)}.feature-info:hover .feature-tag{background:var(--components);background:var(--hover-tag-bg,var(--components));color:var(--text-color);color:var(--hover-text-color,var(--text-color));transition:background-color .18s ease,color .18s ease}.video-info p{margin:0}.video-info h2,.video-info p{color:#fff;text-align:left;width:100%}.video-info h2{font-size:18px;font-weight:650;margin:10px 0 0}.channel-info .website-link{color:#ccc!important;font-size:16px}.channel-info .website-link:hover{color:var(--secondary-text-color)!important;text-decoration:none!important}.info-container{display:flex;justify-content:space-between;width:100%}.info-left{flex:1 1}.info-right{display:flex;flex-direction:row;gap:10px}.location-info-container{align-items:flex-end;display:flex;flex-direction:column}.navigate-to-map-container{margin-bottom:5px;text-align:right;width:100%}.navigate-to-map-button{background-color:var(--secondary-background);border:none;border-radius:4px;color:#ccc;cursor:pointer;font-size:.9rem;padding:8px 12px;transition:background-color .3s ease,color .3s ease}.navigate-to-map-button:hover{background-color:#23242a;color:#fff}.video-thumbnail{height:100%;object-fit:cover;width:100%}.blurred-thumbnail{filter:blur(5px);opacity:.7}.censored-overlay{align-items:center;background-color:#000000d9;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.censored-warning-head{color:red;font-size:20px;font-weight:700;margin-bottom:10px}.censored-warning-text{color:#fff;font-size:18px;margin-bottom:10px;max-width:80%;text-align:center}.navigate-buttons-container{margin-bottom:15px!important}.report-ellipsis-button{background-color:var(--secondary-background);border:none;border-radius:6px;color:#ccc;cursor:pointer;font-size:1rem;padding:8px 10px;transition:background-color .3s ease,color .3s ease}.report-ellipsis-button:hover{background-color:#23242a;color:#fff}.accept-button{background-color:var(--earf-blue);border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;padding:10px 20px;transition:background-color .3s ease,filter .3s ease}.accept-button:hover{background-color:#89d1d1bb;filter:brightness(1.1)}.video-offline-banner-container{align-items:center;display:flex;height:100%;justify-content:center;min-height:320px;overflow:hidden;position:relative;width:100%}.video-offline-banner-image{background:#222;display:block;height:100%;min-height:320px;object-fit:fill;width:100%}.video-offline-banner-overlay{height:100%;left:0;min-height:320px;pointer-events:none;position:absolute;top:0;width:100%}.video-offline-banner-overlay-content{align-items:center;bottom:50px;display:flex;flex-direction:column;left:50%;pointer-events:auto;position:absolute;transform:translateX(-50%);width:100%;z-index:2}.video-view{max-width:100vw;overflow-x:hidden}@media (max-width:1200px){.video-view{height:100vh;overflow-y:scroll;padding-bottom:10px;width:100vw}.video-container{height:auto;margin-top:20px;max-width:100%;padding:0}.video-container iframe{aspect-ratio:16/9;border-radius:8px;height:100vh;max-height:56.25vw;object-fit:cover;width:100vw}.video-info{box-sizing:border-box;color:#fff;margin-left:0;min-width:100%;padding-top:10px}#channel-thumbnail{height:80px;margin-right:10px;width:80px}.channel-info{align-items:flex-start;flex-direction:row;margin-bottom:15px;width:100%}.channel-details h4{font-size:14px}.feature-tags{gap:5px}.feature-tag{font-size:11px;padding:4px 8px}.mobile-back-button{background-color:var(--secondary-background);border:none;color:#fff;cursor:pointer;font-size:14px;margin:10px auto 0;padding:10px;text-align:center;width:100%}.info-container{align-items:flex-start;flex-direction:column}.info-right{justify-content:flex-start;width:100%}.video-view{flex-direction:column;width:100%}.similar-videos-sidebar{display:none!important;flex:1 1 100%}.video-offline-banner-container,.video-offline-banner-image,.video-offline-banner-overlay{border-radius:8px;min-height:180px}.video-offline-banner-title{font-size:1.2em}.video-offline-banner-desc{font-size:1em}}@media (max-width:600px){.video-offline-banner-title{font-size:1em}.video-offline-banner-desc{font-size:.95em}.video-offline-banner-btn{font-size:1em;padding:8px 18px}}.full-container{opacity:1;transition:opacity 1s cubic-bezier(.4,0,.2,1);will-change:opacity}.full-container.fade-out{opacity:0;pointer-events:none}.button-bar{background:#ffffff05;border-radius:6px;display:flex;flex-direction:row;margin-bottom:0;margin-top:6px;min-width:0;overflow:hidden}.button-bar-btn{align-items:center;background:none;border:none;border-radius:0;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.98rem;justify-content:center;min-width:36px;outline:none;padding:6px 10px;position:relative;transition:background .15s,color .15s;z-index:1}.button-bar-btn:not(:last-child){border-right:1px solid #ffffff2d}.button-bar-btn:focus,.button-bar-btn:hover{background:#23242a;color:#fff;z-index:2}.button-bar-btn.gaia-btn{align-items:center;display:inline-flex;gap:8px}.button-bar-btn.gaia-btn img{filter:saturate(.9) contrast(.98);height:32px;object-fit:contain;opacity:.98;transition:transform .12s ease,filter .16s ease,opacity .16s ease;width:32px}.button-bar-btn.gaia-btn:hover img{filter:saturate(1.2) contrast(1.02) hue-rotate(6deg);opacity:1;transform:scale(1.12)}.button-bar-btn.gaia-btn:active img{transform:scale(.98)}.button-bar-btn:active{background:#101114;color:#b3eaff}.button-bar .navigate-to-map-button,.button-bar .report-ellipsis-button{padding:6px 10px}.button-bar .report-ellipsis-button:hover{background:#23242a;color:red}.button-bar .navigate-to-map-button:hover{background:#23242a;color:#adff2f}.button-bar .button-bar-btn,.button-bar .favourite-btn{align-items:center;display:flex;justify-content:center;min-width:36px}.button-bar .button-bar-btn i,.button-bar .button-bar-btn svg{font-size:1.08em;margin-right:5px;vertical-align:middle}.button-bar .button-bar-btn:last-child i,.button-bar .button-bar-btn:last-child svg{margin-right:0}.button-bar .favourite-btn svg{margin:0}.favourite-btn{align-items:center;background:none;border:none;border-radius:0;box-shadow:none;color:#fff;display:flex;font-size:1.1em;justify-content:center;min-width:36px;transition:color .15s,background .15s}.favourite-btn.active{color:#00e0fb;text-shadow:0 0 4px #00e0fb55}.favourite-btn:focus,.favourite-btn:hover{background:#23242a;color:#fff}.favourite-btn:active{background:#101114;color:#b3eaff}.favourite-btn.not-logged-in{background:none;border:none;box-shadow:none;color:#888;cursor:not-allowed;opacity:.6}.button-bar-btn.favourite-btn,.button-bar-btn.favourite-btn:last-child{border-right:1px solid #ffffff2d}.button-bar .donate-button{color:#ffc107;font-size:1rem;padding:6px 10px;transition:background-color .3s ease,color .3s ease}.button-bar .donate-button:hover{background:#23242a;color:#ffeb3b}@media (max-width:1200px){.button-bar-btn{font-size:.93rem;padding:5px 7px}.navigate-buttons-container{padding-left:0!important;padding-right:0!important;width:100%}.button-bar,.navigate-buttons-container{justify-content:flex-start!important;margin-left:0!important;margin-right:0!important}.location-info-container{align-items:flex-start!important}.desktop-location-row{display:none!important}}@media (min-width:1201px){.desktop-location-row{display:flex!important}}.navigate-buttons-container{align-items:center;display:flex;gap:0!important;justify-content:flex-end;margin-bottom:.2rem;margin-top:.2rem}.loader-overlay{align-items:center;background:#02060abf;display:flex;inset:0;justify-content:center;opacity:1;position:fixed;transition:opacity .9s cubic-bezier(.4,0,.2,1);will-change:opacity;z-index:2147483647}.loader-overlay.fade-out{opacity:0;pointer-events:none}.loader-overlay .spinner-wrapper{z-index:2147483648}.channel-info.weather-card{align-items:center;-webkit-backdrop-filter:blur(6px) saturate(110%);backdrop-filter:blur(6px) saturate(110%);background:#ffffff08;border-radius:8px;gap:12px;padding:10px 12px}.channel-info.weather-card .channel-thumbnail-container{margin:0;padding-right:8px}.weather-strip{align-items:center;display:flex;gap:10px;margin-bottom:6px}.weather-temp{background:#ffffff0a;border-radius:6px;box-shadow:inset 0 1px 2px #00000040;color:#f5f7fb;font-size:1.05rem;font-weight:700;padding:6px 10px}.weather-time{color:#cbd6e6;font-size:.95rem}.weather-right{align-items:center;display:flex;justify-content:center;margin-left:auto;padding-left:8px}.channel-info.weather-card .feature-tags{margin-top:8px}@media (max-width:800px){.channel-info.weather-card{gap:8px;padding:8px}.weather-right svg{height:30px;width:42px}.weather-temp{font-size:.95rem}}.loader-overlay .footer-loader{z-index:2147483648}.iframe-skeleton{align-items:center;animation:skeleton-pulse 1.1s ease-in-out infinite;background:linear-gradient(90deg,#ffffff05,hsla(0,0%,100%,.035) 50%,#ffffff05);border-radius:12px;display:flex;inset:0;justify-content:center;position:absolute;z-index:99999}.iframe-spinner{animation:iframe-spin .9s linear infinite;border:3px solid #ffffff2e;border-radius:50%;border-top-color:#fffffff2;height:36px;width:36px}@keyframes iframe-spin{to{transform:rotate(1turn)}}.subscribe-container{align-items:center;display:flex;font-weight:600!important;gap:12px;margin-bottom:10px;margin-top:10px}.custom-subscribe-btn{align-items:center;background-color:#272727;border:1px solid #3f3f3f;border-radius:20px;color:#f1f1f1!important;display:inline-flex;font-size:14px;font-weight:500;line-height:1;padding:8px 16px;text-decoration:none!important;transition:background-color .2s,transform .1s}.custom-subscribe-btn:hover{background-color:#3f3f3f;color:#fff!important}.custom-subscribe-btn:active{transform:scale(.98)}.subscriber-count{color:#aaa;font-size:13px;font-weight:600!important}.custom-subscribe-btn.subscribed{background-color:#303030;border-color:#0000;color:#aaa!important;cursor:default}.feature-tags{align-items:center}.SimilarVideosSidebar_similar-videos-sidebar__P5\+e1{background-color:var(--primary-background);border-left:1px solid #333333d7;flex:0 0 20%;height:100%;margin:0 auto;max-height:100vh;max-width:375px;min-width:325px;padding-top:0;width:100%}.SimilarVideosSidebar_similar-videos-sidebar__P5\+e1 h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:15px}.SimilarVideosSidebar_similar-video-item__NH5Km{align-items:flex-start;border-radius:5px;cursor:pointer;display:flex;margin-top:5px;padding:10px;transition:background-color .2s}.SimilarVideosSidebar_similar-video-item__NH5Km:hover{background-color:var(--hover-background);background-color:var(--hover-color,var(--hover-background))}.SimilarVideosSidebar_highlight-blue__FEPE-{color:var(--earf-blue)}.SimilarVideosSidebar_partner-icon__36L4p{height:16px;margin-left:5px;width:16px}.SimilarVideosSidebar_similar-video-thumbnail__NFMgV{border-radius:4px;flex-shrink:0;height:80px;margin-right:10px;object-fit:fill;width:120px}.SimilarVideosSidebar_thumbnail-wrapper__dCSML{display:inline-block;position:relative}.SimilarVideosSidebar_flag-overlay__T5JQg{background:#0000;border-radius:0;bottom:5px;height:25px;overflow:hidden;position:absolute;right:10px;transform:translateY(2px) scale(.98);width:20px}.SimilarVideosSidebar_flag-icon__IK46w{height:100%;object-fit:contain;width:100%}.SimilarVideosSidebar_similar-video-content__3D8hB{display:flex;flex-direction:column;flex-grow:1}.SimilarVideosSidebar_similar-video-content__3D8hB p{display:-webkit-box;font-weight:600;line-height:1.4;margin:0;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.SimilarVideosSidebar_channel-thumbnail__dL5oo{border-radius:50%;height:20px;margin-right:5px;object-fit:cover;width:20px}.SimilarVideosSidebar_channel-name__Wfg0p{color:#e2e0e0;font-size:10px;font-weight:700;text-decoration:none}.SimilarVideosSidebar_sidebar-tags__cwqAG{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:6px;margin-top:5px}.SimilarVideosSidebar_tags-flag-row__1daUV{align-items:center;display:flex;gap:8px;justify-content:space-between}.SimilarVideosSidebar_flag-inline__SoKuA{align-items:center;display:inline-flex;flex:0 0 auto;height:14px;justify-content:center;margin-right:8px;vertical-align:middle;width:20px}.SimilarVideosSidebar_sidebar-scrollable-content__-RXHE{flex-grow:1;height:calc(100% - 64px);margin-bottom:60px;overflow-y:auto;overflow-y:scroll}.SimilarVideosSidebar_sidebar-scrollable-content__-RXHE::-webkit-scrollbar{display:none}.SimilarVideosSidebar_fade-in__-JO03{animation:SimilarVideosSidebar_fadeIn__O29Gj .5s forwards;opacity:0}.SimilarVideosSidebar_name__hVJzc{color:#fff;font-size:14px;margin-top:2px}.SimilarVideosSidebar_wikidata__q\+B2W{color:#ddd;font-size:12px;margin-top:2px}@keyframes SimilarVideosSidebar_fadeIn__O29Gj{to{opacity:1}}.SimilarVideosSidebar_sidebar-scrollable-content__-RXHE{scrollbar-width:none}.SimilarVideosSidebar_similar-video-header-container__T7kLP{border-bottom:1px solid #333333d7;margin-bottom:5px;margin-top:5px;padding:10px;position:relative}.SimilarVideosSidebar_similar-video-header-container__T7kLP:after{content:"";display:none}.SimilarVideosSidebar_similar-video-header-container__T7kLP h3,.SimilarVideosSidebar_similar-video-header-container__T7kLP h4{font-size:18px;margin:0;padding:0;text-align:left}.SimilarVideosSidebar_youtube-video-header-container__WOmIu h3,.SimilarVideosSidebar_youtube-video-header-container__WOmIu h4{font-size:16px}.SimilarVideosSidebar_similar-video-header-container__T7kLP h4{font-size:14px}.SimilarVideosSidebar_youtube-video-header-container__WOmIu{border-bottom:1px solid #333333d7}.SimilarVideosSidebar_sidebar-tag__LXUvv{background-color:#18181b;border-radius:5px;color:#fff;font-size:10px;font-weight:700;padding:4px 8px}.SimilarVideosSidebar_skeletonloader__KumFE{border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:10px;width:95%}.SimilarVideosSidebar_skeletonHeader__TvG3b,.SimilarVideosSidebar_skeletonItem__\+CVqw{animation:SimilarVideosSidebar_skeleton-loading__eVJWo 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);background-size:200% 100%;border-radius:4px}.SimilarVideosSidebar_skeletonHeader__TvG3b{height:20px;margin-bottom:10px;width:60%}.SimilarVideosSidebar_skeletonItem__\+CVqw{height:80px;width:100%}@keyframes SimilarVideosSidebar_skeleton-loading__eVJWo{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1200px){.SimilarVideosSidebar_similar-videos-sidebar__P5\+e1{display:none!important}}@media (max-width:768px){.SimilarVideosSidebar_similar-videos-sidebar__P5\+e1{display:none}.SimilarVideosSidebar_sidebar-scrollable-content__-RXHE{max-height:calc(100vh - 13px)}.SimilarVideosSidebar_similar-video-item__NH5Km{flex-direction:row;padding:8px 5px}.SimilarVideosSidebar_similar-video-thumbnail__NFMgV{border-radius:4px;flex-shrink:0;height:56px;margin:0;width:100px}.SimilarVideosSidebar_similar-video-content__3D8hB{flex-grow:1;padding-left:10px}.SimilarVideosSidebar_similar-video-content__3D8hB p{font-size:13px;line-height:1.2;margin-bottom:5px;-webkit-line-clamp:2;line-clamp:2}.SimilarVideosSidebar_sidebar-tags__cwqAG{gap:4px;margin-top:4px}.SimilarVideosSidebar_sidebar-tag__LXUvv{font-size:9px;padding:3px 6px}}.ReportModal_reportModalOverlay__VIDPs{align-items:center;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}.ReportModal_reportModal__hyONT{background:#111;border-radius:12px;box-shadow:0 0 15px #0009;box-sizing:border-box;color:#fff;max-width:500px;padding:30px 25px;width:90%}.ReportModal_modalHeaderRow__tlF2M{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:0}.ReportModal_earfLogo__bQIV4{display:block;flex-shrink:0;height:30px;margin-left:2px;margin-right:18px;width:auto}.ReportModal_modalTitleRight__FDWBP{align-items:flex-start;display:flex;flex:1 1 auto;justify-content:flex-end}.ReportModal_modalTitle__X8i8y{font-size:18px;font-weight:700;margin-bottom:0;margin-top:0;text-align:right}.ReportModal_modalHeaderSpacer__j-t8j{border-bottom:1.5px solid #444;height:18px;margin-bottom:18px;margin-top:0;width:100%}.ReportModal_reportModal__hyONT p{font-size:16px;line-height:1.6;margin-bottom:10px;text-align:left}.ReportModal_reportOptions__6-2Fb{display:flex;flex-direction:column;gap:12px;margin:20px 0}.ReportModal_radioOption__2jrkL{align-items:center;background-color:#1a1a1a;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:background-color .3s}.ReportModal_radioOption__2jrkL:hover{background-color:#222}.ReportModal_radioOption__2jrkL input{cursor:pointer}.ReportModal_textarea__01tbI{background-color:#222;border:none;border-radius:6px;box-sizing:border-box;color:#fff;font-size:1rem;line-height:1.5;margin-bottom:20px;margin-top:10px;padding:12px 14px;resize:vertical;width:100%}.ReportModal_backButton__w8ptT,.ReportModal_reportNextButton__W-aVB,.ReportModal_reportSubmitButton__iwRvF{background-color:var(--earf-blue);border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;padding:10px 15px;transition:background-color .3s ease}.ReportModal_reportNextButton__W-aVB:disabled{cursor:not-allowed;opacity:.5}.ReportModal_stepTwoButtons__ksP4z{display:flex;gap:10px;justify-content:space-between;margin-top:10px}.ReportModal_backButton__w8ptT{background-color:#333;color:#fff;width:48%}.ReportModal_backButton__w8ptT:hover{background-color:#555}.ReportModal_reportSubmitButton__iwRvF{width:48%}.ReportModal_reportSubmitButton__iwRvF:hover{background-color:#7dd}@keyframes ReportModal_fadeInScale__iCLZX{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ReportModal_errorMessage__HTnrf,.ReportModal_successMessage__Hjz4o{animation:ReportModal_fadeInScale__iCLZX .3s ease;border-radius:8px;font-size:16px;font-weight:700;margin-top:20px;padding:12px;text-align:center}.ReportModal_successMessage__Hjz4o{background-color:#1e402f;border:1px solid #4dfb9a;color:#b4f2cf}.ReportModal_errorMessage__HTnrf{background-color:#402020;border:1px solid #ff5e5e;color:#ffc6c6}.manual-description-container{background:#ffffff05;border-radius:10px;line-height:1.5;margin:5px auto 0;padding:20px;width:98%}.manual-description-header{align-items:center;display:flex;gap:5px;margin:0;padding:0}.about-square{border-radius:6px;display:inline-block;font-weight:700;margin:0}.about-square,.manual-name{color:#f3f4f6;font-size:18px}.manual-name{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:600}.manual-description{color:#d3d3d3;font-size:1rem;margin:0 10px 10px 0;max-width:95%;text-align:left}@media (max-width:1500px){.manual-description-container{max-width:100%}.manual-description{font-size:.95rem;line-height:1.5}}@media (max-width:980px){.manual-description-container{width:100%}.manual-description{font-size:.95rem;line-height:1.5}.about-square{border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:700;margin:0}.manual-name{color:#f3f4f6;font-size:16px;font-weight:600}}.LocationInfo_location-info__Iuk4t{align-items:center;border-radius:8px;color:#fff;display:flex;font-size:14px;gap:12px;margin-left:5px;padding:8px 10px;width:100%}.LocationInfo_weather-header__VZK80{border-bottom:0;color:#ccc;font-size:.95rem;font-weight:600;padding:0 4px;text-align:center;width:100%}.LocationInfo_location-info-container__G2GjC{align-items:stretch;background:#ffffff05;border-radius:8px;display:flex;flex-direction:column;margin-bottom:4px;margin-top:2px;padding:10px 10px 0;width:auto}.LocationInfo_location-time__59EgX{color:#ccd6e6;display:block;font-size:.95rem}.LocationInfo_location-divider__BhMKU{background:#ffffff0f;border-radius:2px;height:22px;margin:0 10px;opacity:.6;width:1px}.LocationInfo_location-weather__XEFDh{align-items:center;display:flex;flex-direction:row;margin:0;padding:0;text-align:left}.LocationInfo_weather-info__U2ISu{align-items:center;display:flex;gap:2px}.LocationInfo_weather-info__U2ISu img{height:35px;width:35px}.LocationInfo_weather-details__u5h5O{align-items:center;display:flex;text-align:left}.LocationInfo_weather-details__u5h5O p{align-items:center;color:#fff;display:flex;font-size:1em;gap:8px;margin:0}.LocationInfo_centeredcontainer__dp9IH{align-items:center;display:flex;justify-content:center;margin-top:10px;max-height:300px;padding-bottom:10px}.LocationInfo_descriptionloader__f7fU-{animation:LocationInfo_l1__M7eCj 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#68dfdfbb 90%,#0000) 0 /33.33333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);width:35px}@keyframes LocationInfo_l1__M7eCj{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0)}}.LocationInfo_sunrise-info__0n0fl{align-items:center;background:#181a20;border:1px solid #ffffff2d;border-radius:6px;box-shadow:0 1px 4px 0 #00000021;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:600;justify-content:center;letter-spacing:.5px;max-width:150px;min-height:32px;padding:3px 10px;text-align:center;width:100%}.LocationInfo_skeletonloader__YtDZ8{display:flex;flex-direction:column;gap:6px;width:100%}.LocationInfo_skeletonTime__atxJp,.LocationInfo_weather-card__ZvpUP{align-items:center;display:flex;width:100%}.LocationInfo_weather-left__D\+OwS{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:56px}.LocationInfo_weather-left__D\+OwS .LocationInfo_icon__QtHkW{display:block;height:48px;width:48px}.LocationInfo_weather-left__D\+OwS .LocationInfo_time-under__C9aWT{color:#ccc;font-size:14px;font-weight:600;margin-bottom:2px;margin-left:3px;margin-top:10px}.LocationInfo_weather-right__aekck{align-items:stretch;display:flex;flex-direction:column;gap:6px;justify-content:center;margin-left:8px}.LocationInfo_weather-top__Hkk\+J{align-items:center;display:flex;gap:10px}.LocationInfo_temps__SO1P4{color:#f5f7fb;font-size:1.05rem;font-weight:700;margin-top:10px}.LocationInfo_weather-bottom__Cjyiz{align-items:center;color:#aeb8c6;display:flex;font-size:.9rem;justify-content:flex-start;margin-top:4px;width:100%}.LocationInfo_weather-bottom__Cjyiz .LocationInfo_description__hqwjh{color:#ccc;font-size:14px;font-weight:600;margin-top:15px}.LocationInfo_weather-bottom__Cjyiz .LocationInfo_time__4eRAS{display:none}@media (max-width:768px){.LocationInfo_location-info__Iuk4t{font-size:14px;gap:6px}.LocationInfo_location-time__59EgX,.LocationInfo_weather-details__u5h5O p{font-size:1em}.LocationInfo_location-info-container__G2GjC{margin-left:0;padding:4px 0}.LocationInfo_weather-info__U2ISu img{height:30px;width:30px}}.LocationInfo_mobileToolbar__pVkEd{display:none!important}@media (max-width:1200px){.LocationInfo_location-info-container__G2GjC:not(.LocationInfo_mobileToolbar__pVkEd){display:none!important}.LocationInfo_mobileToolbar__pVkEd{align-items:center;background:#ffffff05;border-radius:10px;box-sizing:border-box;display:flex!important;flex-wrap:nowrap;gap:12px;justify-content:flex-start;margin-bottom:4px;margin-top:10px;padding:12px 14px;width:100%}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-header__VZK80{display:none}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_location-info__Iuk4t{gap:12px;justify-content:flex-start;margin:0;padding:0;width:100%}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-card__ZvpUP{align-items:center;flex-direction:row;gap:10px;width:100%}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-left__D\+OwS{align-items:center;flex-direction:row;gap:10px;min-width:auto}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-left__D\+OwS .LocationInfo_icon__QtHkW{flex-shrink:0;height:40px;width:40px}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-left__D\+OwS .LocationInfo_time-under__C9aWT{color:#fff;font-size:16px;font-weight:700;margin:0;white-space:nowrap}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-right__aekck{align-items:center;flex-direction:row;gap:12px;margin-left:auto}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-top__Hkk\+J{gap:0}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_temps__SO1P4{color:#e8ebf0;font-size:14px;font-weight:600;margin:0;white-space:nowrap}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-bottom__Cjyiz{margin:0}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_weather-bottom__Cjyiz .LocationInfo_description__hqwjh{color:#9aa4b8;font-size:13px;font-weight:500;margin:0;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_skeletonloader__YtDZ8{align-items:center;flex-direction:row;gap:16px;width:100%}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_skeletonTime__atxJp{animation:LocationInfo_skeleton-pulse__b5rvV 1.5s ease-in-out infinite;background:#ffffff14;border-radius:4px;height:20px;width:60px}.LocationInfo_mobileToolbar__pVkEd .LocationInfo_skeletonWeather__COElO{animation:LocationInfo_skeleton-pulse__b5rvV 1.5s ease-in-out infinite;background:#ffffff14;border-radius:4px;height:20px;width:100px}.LocationInfo_centeredcontainer__dp9IH{display:none}}@keyframes LocationInfo_skeleton-pulse__b5rvV{0%,to{opacity:.4}50%{opacity:.8}}.Loader_loader-wrapper__bntNp{align-items:center;display:flex;justify-content:center;margin-top:20px;width:100%}.Loader_loader__JVXFF{animation:Loader_l5__t\+9ZG 1s linear infinite alternate;aspect-ratio:1;border-radius:50%;width:10px}@keyframes Loader_l5__t\+9ZG{0%{background:#68dfdfbb;box-shadow:20px 0 #68dfdfbb,-20px 0 #68dfdf22}33%{background:#68dfdf22;box-shadow:20px 0 #68dfdfbb,-20px 0 #68dfdf22}66%{background:#68dfdf22;box-shadow:20px 0 #68dfdf22,-20px 0 #68dfdfbb}to{background:#68dfdfbb;box-shadow:20px 0 #68dfdf22,-20px 0 #68dfdfbb}}.FeatureTags_featureTags__UOfkG{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;margin-top:15px}.FeatureTags_inlineContainer__ISing{align-items:center;display:flex;gap:15px}.FeatureTags_flagContainer__CNQMK{border-radius:5px;box-shadow:0 2px 4px #0003;display:inline-block;height:25px;width:40px}.FeatureTags_flag__TXQ66{height:100%;object-fit:cover;width:100%}.FeatureTags_statsContainer__9Su6d{display:flex;flex-wrap:wrap;gap:10px;max-height:20px}.FeatureTags_statTag__aQnLV{background-color:#2d2d30;border-radius:5px;color:#fff;font-size:12px;padding:5px 10px;white-space:nowrap}@media (max-width:768px){.FeatureTags_featureTags__UOfkG{display:none}}.KnownAsTags_knownAsContainer__3k6Bj{margin-bottom:10px;margin-top:0;padding:0}.KnownAsTags_knownAsContainer__3k6Bj h3{color:#acacac;font-size:12px;margin-bottom:0;margin-top:0}.KnownAsTags_tagsContainer__AKvoW{display:flex;flex-wrap:wrap;gap:8px}.KnownAsTags_tag__XT3Nd{background-color:#2d2d30;border-radius:5px;color:#fff}.KnownAsTags_moreBtn__PZWBa,.KnownAsTags_tag__XT3Nd{font-size:12px;margin-top:5px;padding:5px 10px;white-space:nowrap}.KnownAsTags_moreBtn__PZWBa{background:#0000;border:1px solid #ffffff0f;border-radius:5px;color:#d6d6d6;cursor:pointer}.KnownAsTags_moreBtn__PZWBa:hover{background:#ffffff05}@media (max-width:768px){.KnownAsTags_knownAsContainer__3k6Bj{margin-bottom:-10px;margin-top:0;padding:0}.KnownAsTags_tag__XT3Nd{margin-bottom:0!important}}.StreamDescription_description__8LhdA{background:#ffffff05;border-radius:10px;box-shadow:0 4px 8px #0000001a;line-height:1.6;margin:10px auto;padding:20px;position:relative;width:98%}.StreamDescription_descriptionnotice__0zuV\+{border-radius:5px;bottom:5px;color:hsla(0,0%,77%,.658)!important;font-size:12px;font-style:italic;padding:5px 10px;position:absolute;right:0;text-align:right!important}.StreamDescription_description__8LhdA h2{color:#f3f4f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:18px;font-weight:600;letter-spacing:.2px}.StreamDescription_description__8LhdA p{color:#d3d3d3;font-size:1rem;margin:0 10px 10px 0;text-align:left}.StreamDescription_highlight-neutral__50AM0{color:#f3f4f6;font-weight:600}.StreamDescription_about-container__KqfwO{display:flex;flex-direction:column;gap:0;margin:0;padding:0}.StreamDescription_about-header__7pj2W{line-height:1;margin:0;padding:0}.StreamDescription_flag__kgwEO{height:20px;margin-left:5px;vertical-align:middle;width:35px}.StreamDescription_header-container__JNbAW{align-items:center;display:flex;justify-content:space-between}.StreamDescription_linksContainer__sCkI7{display:flex;gap:10px;margin-top:10px}.StreamDescription_link__LxRhO{display:inline-block;position:relative}.StreamDescription_link__LxRhO:after{background-color:#000c;border-radius:5px;color:#fff;content:attr(title);font-size:12px;opacity:0;padding:5px 8px;position:absolute;right:110%;top:50%;transform:translateY(-50%);transition:opacity .3s ease,visibility .3s ease;visibility:hidden;white-space:nowrap;z-index:1000}.StreamDescription_link__LxRhO:hover:after{opacity:1;visibility:visible}.StreamDescription_icon__-4SKF{cursor:pointer;height:24px;transition:transform .3s ease;width:24px}.StreamDescription_link__LxRhO:hover .StreamDescription_icon__-4SKF{transform:scale(1.1)}.StreamDescription_skeletonloader__7lf52{background:#ffffff05;border-radius:10px;display:flex;flex-direction:column;gap:10px;margin:10px auto;padding:20px;width:95%}.StreamDescription_skeletonHeader__h9Qwy,.StreamDescription_skeletonText__rciT6{animation:StreamDescription_skeleton-loading__qMLJz 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);background-size:200% 100%;border-radius:4px}.StreamDescription_skeletonHeader__h9Qwy{height:20px;width:60%}.StreamDescription_skeletonText__rciT6{height:15px;width:100%}@keyframes StreamDescription_skeleton-loading__qMLJz{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1500px){.StreamDescription_description__8LhdA{margin-bottom:30px;max-width:100%;padding:15px}.StreamDescription_description__8LhdA h2{font-size:16px;margin-bottom:8px}.StreamDescription_description-image__hHMRa{border-radius:8px;height:auto;margin-right:20px;margin-top:20px;transition:transform .3s ease,box-shadow .3s ease;width:150px}.StreamDescription_description__8LhdA p{font-size:.9rem;line-height:1.4;margin-top:25px}}@media (max-width:980px){.StreamDescription_manual-description-container__umCYF{width:100%}.StreamDescription_manual-description__DsJgB{font-size:.95rem;line-height:1.5;width:100%}}@media (max-width:480px){.StreamDescription_description__8LhdA{margin-bottom:20px;padding:10px}.StreamDescription_description-image__hHMRa{border-radius:8px;height:auto;margin-right:20px;margin-top:20px;transition:transform .3s ease,box-shadow .3s ease;width:50px}.StreamDescription_manual-description-container__umCYF{width:100%}.StreamDescription_manual-description__DsJgB{font-size:.95rem;line-height:1.5}}.stream-description_container__4B15q{background:#ffffff05;border-radius:10px;box-sizing:border-box;color:#d3d3d3;margin:8px auto 18px;padding:16px 16px 24px;width:98%}.stream-description_header__CILSM{align-items:center;display:flex;gap:12px;justify-content:space-between}.stream-description_headerLeft__SHJjC{align-items:center;display:flex;gap:8px}.stream-description_aboutSquare__csMQV{background:#ffffff08;border-radius:6px;color:#f3f4f6;font-size:14px;font-weight:700;padding:6px 8px}.stream-description_title__NK1Rs{color:#f3f4f6;font-size:18px;font-weight:600;margin:0}.stream-description_country__BTtGK{align-items:center;display:flex;gap:8px}.stream-description_flagImg__aktcR{height:26px;object-fit:cover;width:40px}.stream-description_codeFallback__dz1bn{background:#ffffff05;border-radius:6px;color:#f3f4f6;font-weight:700;padding:6px 8px}.stream-description_knownAsRow__yLlwY{align-items:center;display:flex;gap:10px;margin-top:8px}.stream-description_knownAsLabel__j6bnE{color:#bdbdbd;font-size:.85rem;font-weight:600}.stream-description_pills__JdyOo{display:flex;flex-wrap:wrap;gap:8px}.stream-description_pill__0Dzii{background:#60a5fa1f;border-radius:999px;color:#cfe9ff;font-size:.85rem;font-weight:600;padding:6px 10px}.stream-description_description__I6h-M{color:#d3d3d3;font-size:1rem;line-height:1.5;margin:10px 0 0;text-align:left}.stream-description_loaderContainer__s3rT9{align-items:center;display:flex;justify-content:center;min-height:56px;padding:6px 0}.stream-description_gaiaFooter__jxZ7M{border-top:1px solid #ffffff05;display:flex;justify-content:flex-end;margin-top:10px;padding-top:8px}.stream-description_footerBadgeWrapper__qXGa5{position:relative}.stream-description_footerBadge__gtZTL{background:#072b3a;border-radius:12px;color:#9fe8ff;cursor:default;font-size:.82rem;font-weight:600;padding:6px 12px}.stream-description_footerTooltip__5kpFN{background:#060a0cf5;border-radius:8px;bottom:calc(100% + 8px);box-shadow:0 6px 20px #0009;color:#d9f6ff;font-size:.82rem;padding:10px;position:absolute;right:0;text-align:left;width:280px;z-index:9999}@media (max-width:980px){.stream-description_container__4B15q{padding:14px;width:100%}.stream-description_title__NK1Rs{font-size:16px}.stream-description_flagImg__aktcR{height:24px;width:36px}}.TodayInHistory_today-container__iUE43{align-items:stretch;background:#ffffff05;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:6px;margin-bottom:4px;margin-top:2px;padding:10px 10px 0;width:260px}.TodayInHistory_today-header__TZpzd{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:0 4px 4px;width:100%}.TodayInHistory_title__rvq-Q{color:#ccc;font-size:.95rem;font-weight:600}.TodayInHistory_yearBtn__PNBdf{align-items:center;background:#0000;border:1px solid #ffffff0f;border-radius:6px;color:#c7c7c7;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:6px 8px}.TodayInHistory_yearNum__9rFgq{color:#c7c7c7;font-size:12px}.TodayInHistory_bigIcon__tAZBb,.TodayInHistory_icon__d6JL5{color:#ffffffd9}.TodayInHistory_today-card__ke3Fu{align-items:flex-start;display:flex;flex:1 1 auto;gap:4px;padding-top:0}.TodayInHistory_bigIcon__tAZBb{height:34px;width:34px}.TodayInHistory_today-right__TTIZO{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-start;min-width:0}.TodayInHistory_factText__5h5p\+{color:#ccc;display:-webkit-box;font-size:13px;font-weight:600;line-height:1.18;margin:0;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.TodayInHistory_factText__5h5p\+ a{color:inherit;font-weight:600;text-decoration:none}.TodayInHistory_factText__5h5p\+ a:focus,.TodayInHistory_factText__5h5p\+ a:hover{color:inherit;outline:none;text-decoration:none}.TodayInHistory_spinner__4Kxjv{animation:TodayInHistory_spin__b7ie7 1s linear infinite;border:3px solid #ffffff0f;border-radius:50%;border-top:3px solid var(--earf-blue,#00e0fb);height:32px;margin:auto;width:32px}@keyframes TodayInHistory_spin__b7ie7{to{transform:rotate(1turn)}}.TodayInHistory_error__8U7Ph{color:#ffb3b3;font-size:13px}@media (max-width:768px){.TodayInHistory_today-container__iUE43{display:none}.TodayInHistory_factText__5h5p\+{font-size:13px;-webkit-line-clamp:3;line-clamp:3}}.TodayInHistory_eventFooter__NPZ4S{align-items:flex-end;display:flex;justify-content:flex-end;margin-bottom:13px;margin-top:auto;width:100%}.TodayInHistory_eventDate__BMgb2{color:#d1d1d1b9;font-size:12px;font-weight:500}.browse-container{align-items:center;background-color:var(--content-background);box-sizing:border-box;justify-content:flex-start;overflow:hidden;padding:10px 10px 30px}.browse-container,.feature-view,.tag-view{display:flex;flex-direction:column;width:100%}.feature-view,.tag-view{align-items:left;height:calc(100vh - 60px)}.feature-list-container,.tag-list-container{max-height:calc(100vh - 150px);overflow-y:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none}.feature-list,.tag-list{list-style:none;margin:0;padding:0}.feature-list-container::-webkit-scrollbar,.tag-list-container::-webkit-scrollbar{display:none}.feature-list-container::-webkit-scrollbar-thumb,.tag-list-container::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.tag-header{box-sizing:border-box;color:var(--text-color);display:flex;flex-direction:column;font-weight:500!important;gap:.5rem;width:100%}.header-row{margin-bottom:-20px}.description-row,.header-row{align-items:center;display:flex;justify-content:space-between;width:100%}.description-row{border-bottom:none;position:relative}.sectiondivide{border-bottom:2px solid var(--border-color);margin-bottom:10px}.browse-description{color:var(--text-color);font-size:1rem;line-height:1.2;margin:0 0 0 10px;max-width:90%}.filter-toggle{align-items:center}.toggle-text{border-radius:4px;color:var(--text-color);display:inline-block;font-size:.98rem;letter-spacing:.2px;padding:6px 10px;transition:background-color .16s ease,color .16s ease,transform .12s ease}.toggle-text:hover{background:#ffffff0a}.toggle-text.active{font-size:1rem;font-weight:600!important;text-decoration:none}.sort-dropdown{align-items:center;border:none;display:flex;font-size:1rem;gap:.5rem;justify-content:flex-end;margin-bottom:0;margin-right:0;max-width:140px!important;z-index:9!important}.filter-toggle .sort-dropdown{align-self:center;margin-left:12px;margin-right:8px}.sort-dropdown,.sort-toggle{position:relative}.sort-toggle{align-items:center;background:var(--content-background);border:none;border-radius:6px;color:var(--text-color);cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:6px 10px;z-index:2100}.sort-toggle .caret{font-size:.7rem;opacity:.85}.sort-menu{background:var(--content-background);border-radius:8px;box-shadow:0 12px 40px #000000b8;min-width:160px;overflow:hidden;padding:6px 0;position:absolute;right:0;top:calc(100% + 8px);z-index:9999}.sort-option{color:var(--text-color);cursor:pointer;display:block;padding:8px 12px;white-space:nowrap}.sort-option:hover{background:#ffffff08}.sort-option.active{background:#ffffff05;color:var(--earf-blue);font-weight:700}.sort-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--content-background);border:none;border-radius:6px;box-shadow:none;color:var(--text-color);font-size:.85rem;font-weight:600;line-height:1;padding:6px 10px}.filter-toggle .sort-dropdown .sort-select{padding-left:10px;padding-right:30px}.filter-toggle .sort-dropdown{position:relative}.filter-toggle .sort-dropdown:after{color:#ffffffb8;content:"\25BE";font-size:.8rem;pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.filter-toggle .sort-dropdown .sort-select option{background:var(--content-background);color:var(--text-color);font-size:.9rem}.feature-header{align-items:center;box-sizing:border-box;color:var(--text-color);display:flex;font-weight:600;justify-content:space-between;width:100%}.sectiondivider-popular{border-bottom:2px solid var(--border-color);margin-bottom:10px;max-width:100vw;width:100%}.centered-header{align-items:left;display:flex;flex-grow:1;font-size:24px;font-weight:500;margin-left:10px;text-align:left}.country-flag-title{border-radius:6px!important;height:30px;margin-right:10px;max-height:30px;max-width:50px;padding:10px 10px 30px;position:relative;vertical-align:middle;width:50px}.left-header{flex-grow:1;font-size:24px;font-weight:600;margin-left:10px;text-align:left}.feature-list,.tag-list{box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:start;margin-bottom:10px;margin-top:10px;padding:10px;width:100%}.feature-list::-webkit-scrollbar,.tag-list::-webkit-scrollbar{display:none}.tag-item{align-items:stretch;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto;max-width:300px;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:100%}.tag-item:hover{transform:scale(1.02)}.tag-thumbnail{height:150px;overflow:hidden;width:100%}.tag-thumbnail img{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-top-right-radius:10px;height:150px;object-fit:cover;transition:filter .3s ease;width:100%}.feature-thumbnail img,.tag-thumbnail img{position:relative;z-index:3}.loading{filter:blur(10px)}.tag-thumbnail{position:relative}.tag-info{align-items:flex-start;box-sizing:border-box;padding:10px;width:100%}.tag-name{color:var(--text-color);font-size:16px;font-weight:600;margin:0;padding:0}.tag-count{color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-top:6px}.tag-item:hover:after{transform:scaleX(1)}.feature-item{align-items:stretch;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto;max-width:300px;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:100%}.feature-item:hover{transform:scale(1.02)}.feature-thumbnail{height:150px;overflow:hidden;position:relative;width:100%}.feature-thumbnail img{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-top-right-radius:10px;height:100%;object-fit:cover;opacity:0;transition:filter .3s ease,opacity .3s ease;width:100%}.feature-thumbnail-img.loading{filter:blur(20px);opacity:.5}.feature-thumbnail-img.loaded{filter:blur(0);opacity:1}.image-placeholder{background-color:#f0f0f0;position:absolute;z-index:1;z-index:999}.feature-item:hover:after{transform:scaleX(1)}.country-motto{animation:mottoFadeIn .6s ease forwards;opacity:0}@keyframes mottoFadeIn{0%{opacity:0}to{opacity:1}}.live-badge{background-color:var(--content-background);color:var(--secondary-text-color);font-size:14px;left:5px;opacity:.95;top:5px;z-index:999}.live-badge,.viewers-count{border-radius:3px;font-weight:700;padding:3px 6px;position:absolute}.viewers-count{background:#000000b3;bottom:0;color:#fff;font-size:12px;left:0;z-index:10010}.feature-info{border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;gap:10px;min-height:80px;padding:10px}.feature-details,.feature-info{align-items:flex-start;display:flex;width:100%}.feature-details{flex-direction:column}.feature-name{font-weight:600!important;margin-bottom:5px}.live-viewers{background-color:var(--content-background);border-radius:3px;bottom:5px;color:#fff;font-size:14px;font-weight:600;left:5px;opacity:.95;padding:3px 6px;position:absolute;z-index:999}.feature-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.channel-thumbnail{border-radius:50%;height:20px;margin-right:5px;object-fit:cover;width:20px}.channel-name{color:#e2e0e0;font-size:12px;font-weight:700;margin-top:5px;text-decoration:none}.filter-toggle{display:flex;font-size:16px;gap:0;justify-content:flex-start;margin:6px 0;padding-bottom:6px;padding-left:0;position:relative}.toggle-text{background:#ffffff05;border-radius:6px;color:#fffffff2;cursor:pointer;font-weight:600;margin:0;padding:8px 14px;position:relative;text-decoration:none}.filter-toggle .toggle-text:first-child{border-radius:6px 0 0 6px}.filter-toggle .toggle-text:last-child{border-radius:0 6px 6px 0}.toggle-text.active{color:var(--earf-blue);font-weight:700}.active-indicator{background:var(--earf-blue);border-radius:2px;opacity:1;pointer-events:none;transform:translateX(0);transition:transform .22s cubic-bezier(.2,.9,.3,1),width .22s,opacity .12s;width:36px;z-index:3}.active-indicator,.filter-toggle:before{bottom:0;height:2px;left:0;position:absolute}.filter-toggle:before{background:var(--border-color);content:"";right:0;z-index:1}.tag-header .filter-toggle .toggle-text.active{color:var(--earf-blue)!important;font-weight:700;text-decoration:none}.toggle-text:hover{color:var(--earf-blue);text-decoration:none}.feature-name{color:var(--text-color);font-size:16px;font-weight:700;margin:0}.feature-wikidata{color:#d3cfcf;font-size:12px;margin:0}.blurred-thumbnail{filter:blur(15px);opacity:.8;transition:all .3s ease}.censored-warning{background-color:var(--content-background);border-radius:4px;bottom:5px;color:red;font-size:13px;font-size:20px;font-weight:700;height:auto;padding:3px 6px;position:absolute;right:10px;text-align:right;transform:none;width:auto;z-index:10020}.pulse-icon{animation:pulse 2s ease-in-out infinite;color:red;font-size:20px}.feature-thumbnail:hover .blurred-thumbnail{filter:none;opacity:1}.feature-tags span{background-color:var(--components);border-radius:4px;color:var(--text-color);font-size:12px;font-weight:600;padding:3px 6px}.feature-item:hover .feature-tags span,.tag-item:hover .feature-tags span{background:var(--components);background:var(--hover-tag-bg,var(--components));color:var(--text-color);color:var(--hover-text-color,var(--text-color))}.feature-item .feature-tag:hover{color:#fff}.tooltip-wrapper{align-items:left;display:flex;justify-content:left;position:relative}.tooltip-text{background-color:#000000d9;border-radius:4px;color:#fff;font-size:13px;left:50%;opacity:0;padding:6px 12px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;visibility:hidden;white-space:nowrap;z-index:5}.tooltip-wrapper:hover .tooltip-text{opacity:1;visibility:visible}.feature-tag-header-wrapper{padding:1rem 1rem 0}.feature-tag-header-row{align-items:left;display:flex;justify-content:flex-start;text-align:left}.feature-tag-header-title{color:#fff;font-size:20px;font-weight:700;margin:0;text-align:left}.feature-tag-header-highlight{color:var(--earf-blue)}@media (min-width:1024px){.feature-list,.tag-list{gap:10px}}@media (max-width:768px){.feature-list{gap:15px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-content:center}.feature-item{max-width:350px}.feature-thumbnail{height:170px}.feature-item{max-width:100%;width:100%}.feature-thumbnail{height:150px}.tag-item{max-height:170px;max-width:100%;width:100%}.tag-img{height:155px;overflow:hidden;position:relative;width:100%}.tag-thumbnail img{height:100%;min-height:80px;object-fit:fill;transition:transform .3s ease;width:100%}.tag-list{gap:15px;grid-template-columns:repeat(auto-fit,minmax(170px,2fr))}}.online-streams-count{align-items:center;display:flex;height:24px;line-height:24px;margin-right:8px;position:relative;transform:translateY(-6px);z-index:10}.filter-toggle .right-controls{align-items:center;display:flex;gap:8px;margin-left:auto}.filter-toggle .sort-dropdown{margin-left:4px;margin-right:0;transform:translateY(-6px)}.browse-loader-overlay{align-items:center;background:#060608f0;display:flex;height:calc(100vh - 60px);justify-content:center;left:0;opacity:1;position:fixed;top:60px;transition:opacity .9s ease;width:100vw;z-index:2147483646}.browse-loader-overlay.fade-out{opacity:0;pointer-events:none}@media (max-width:768px){.online-streams-count{display:none}}.green-circle{animation:pulse1 1.5s infinite;background-color:#aeff88;border-radius:50%;display:inline-block;height:14px;margin-right:7px;vertical-align:middle;width:14px}@keyframes pulse1{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.stream-count{color:#fff;display:inline-block;font-size:14px;font-weight:700;line-height:14px;margin-right:8px;vertical-align:middle}.hide-on-mobile{display:flex}@media (max-width:768px){.hide-on-mobile{display:none}}.alert-icon{animation:pulse1 1.5s infinite;bottom:45%;color:red;font-size:20px;left:230px;margin-right:5px;position:relative;transform:translateY(-50%)}.browse-flag-img{height:20px;margin-right:2px;vertical-align:middle;width:30px}.popular-city-back-btn{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;font-size:13px;font-weight:700;margin-left:10px;padding:8px 12px;transition:background-color .3s ease,transform .2s ease;width:100px}.popular-city-back-btn:focus-visible,.popular-city-back-btn:hover{color:#fff}.feature-preview-iframe{border:none;border-radius:8px;height:100%;left:50%;overflow:hidden;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:1}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}.feature-preview-iframe,.feature-thumbnail img{transition:opacity .3s ease-in-out}.iframe-overlay{background:#0000;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.feature-item:after{background:#0000;background:var(--hover-color,#0000);border-radius:10px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease,background-color .22s ease;z-index:0}.feature-item:hover:after{opacity:1}.feature-item:hover .feature-info{background:#0000;color:inherit;color:var(--hover-text-color,inherit);transition:color .22s ease}.tag-item:after{background:#0000;background:var(--hover-color,#0000);border-radius:10px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease,background-color .22s ease;z-index:0}.tag-item:hover:after{opacity:1}.tag-item:hover .tag-info{background:#0000;color:inherit;color:var(--hover-text-color,inherit);transition:color .22s ease}.feature-info,.tag-info{position:relative;z-index:2}.tag-info{display:flex;flex-direction:column;justify-content:center;min-height:72px}.skeleton-line,.skeleton-thumb{animation:skeleton-pulse 1.4s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.CountryInfo_infocontainer__YMvQy{border-bottom:1px solid #5a5a5aa8;color:#cecece;display:flex;flex-direction:column;margin:0 auto;width:100%}.CountryInfo_topRow__B\+jOH{align-items:center;display:flex;justify-content:space-between}.CountryInfo_flag__CvTSi{border-radius:4px;height:30px;width:50px}.CountryInfo_headerContent__MFfCO{align-items:flex-start;color:#fff!important;display:flex;flex-direction:column;font-size:1rem;gap:5px;margin:0;padding:0}.CountryInfo_skeletonFlagRow__6VdVG{align-items:center;display:flex;gap:10px}.CountryInfo_skeletonFlag__K65Ns{border-radius:4px;height:30px;width:50px}.CountryInfo_skeletonFlag__K65Ns,.CountryInfo_skeletonTitle__btEjb{animation:CountryInfo_skeleton-loading__yNppZ 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%)}.CountryInfo_skeletonTitle__btEjb{border-radius:6px;height:25px;width:150px}.CountryInfo_skeletonMotto__TVFmi{animation:CountryInfo_skeleton-loading__yNppZ 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);border-radius:4px;height:18px;margin-top:8px;width:200px}.CountryInfo_skeletonButtons__Qcmci{display:flex;gap:15px;margin-right:20px}.CountryInfo_skeletonIcon__Qvg3G{border-radius:8px;height:25px;width:25px}.CountryInfo_skeletonDescription__WVTol,.CountryInfo_skeletonIcon__Qvg3G{animation:CountryInfo_skeleton-loading__yNppZ 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%)}.CountryInfo_skeletonDescription__WVTol{border-radius:6px;height:60px;margin-bottom:20px;margin-top:10px;width:100%}@keyframes CountryInfo_skeleton-loading__yNppZ{0%{background-position:200% 0}to{background-position:-200% 0}}.CountryInfo_headerRow__0ILP9{align-items:center;color:#fff!important;display:flex;font-weight:600;gap:10px;width:100%}.CountryInfo_countryName__hWEMy{color:#fff;font-weight:600!important}.CountryInfo_countryHeaderText__MdSLQ{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:600!important;gap:0;margin:0;padding:0}.CountryInfo_liveText__DsOp-{font-size:1.5rem;font-weight:500;letter-spacing:.5px;margin-left:8px}.CountryInfo_motto__hqILQ{color:#cccaca;font-size:16px;font-style:italic;font-weight:500;margin:4px 0 0;padding:0}.CountryInfo_buttons__5Mxy9{align-items:center;display:flex;gap:15px;justify-content:flex-end;margin-right:20px}.CountryInfo_rightColumn__x9gVw{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.CountryInfo_toolbarSlotRight__koYFr{align-items:center;display:flex;gap:12px;justify-content:flex-end;padding-right:4px}.CountryInfo_liveText__DsOp-{color:var(--earf-blue);font-weight:600}.CountryInfo_centeredcontainer__8QXn-{align-items:center;display:flex;justify-content:center;margin-top:20px;max-height:300px;padding-bottom:20px}.CountryInfo_descriptionloader__MrHOx{animation:CountryInfo_l1__CIb7\+ 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#68dfdfbb 90%,#0000) 0 /33.33333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);width:35px}@keyframes CountryInfo_l1__CIb7\+{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0)}}.CountryInfo_iconButton__16u7y{align-items:center;border-radius:8px;display:flex;height:25px;justify-content:center;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s;width:25px}.CountryInfo_alert__pfu1N{align-items:center;background-color:var(--content-background);color:#ff4d4f;display:flex;font-size:14px;font-weight:600;margin-top:-10px!important}.CountryInfo_alertIcon__farFX{animation:CountryInfo_flash__huEkh 2s infinite;font-size:25px;margin-right:10px}@keyframes CountryInfo_flash__huEkh{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.CountryInfo_tooltip__G6AZp{background-color:#000c;border-radius:4px;bottom:-30px;color:#fff;font-size:12px;left:50%;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s ease,visibility .2s ease;visibility:hidden;white-space:nowrap;z-index:10}.CountryInfo_iconButton__16u7y:hover .CountryInfo_tooltip__G6AZp{opacity:1;visibility:visible}.CountryInfo_iconButton__16u7y img{height:24px;object-fit:contain;width:24px}.CountryInfo_iconButton__16u7y:hover{box-shadow:0 4px 8px #0003;transform:scale(1.1)}.CountryInfo_tags__Yx3I6{display:flex;gap:10px;justify-content:center;margin-top:10px}.CountryInfo_tag__5VlmD{background-color:#f0f0f0;border-radius:15px;color:#333;font-size:14px;font-weight:700;padding:5px 10px}button.CountryInfo_iconButton__16u7y{all:unset;align-items:center;cursor:pointer;display:inline-flex;justify-content:center}.CountryInfo_infoIcon__sdiwr{color:#fff;font-size:20px;margin-left:5px}.CountryInfo_infoIcon__sdiwr:hover{color:var(--earf-blue);margin-left:5px}.CountryInfo_toolbarSlot__whROv{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin-top:-14px;padding:0 10px 10px 0;width:100%}@media (max-width:480px){.CountryInfo_countryName__hWEMy{font-size:1rem}.CountryInfo_motto__hqILQ{font-size:16px}.CountryInfo_description__OIFH\+{display:none}.CountryInfo_alert__pfu1N{align-items:flex-start;background-color:var(--content-background);color:#ff4d4f;display:flex;flex-direction:column;font-size:11px;font-weight:600;margin-top:10px}.CountryInfo_iconButton__16u7y{align-items:center;border-radius:6px;display:flex;height:20px;justify-content:center;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s;width:20px}.CountryInfo_iconButton__16u7y img{height:18px;width:18px}.CountryInfo_topRow__B\+jOH{align-items:flex-start;flex-direction:column;gap:10px}.CountryInfo_buttons__5Mxy9{align-items:flex-start;flex-direction:row;gap:10px;margin-bottom:10px}}@media (max-width:768px){.CountryInfo_description__OIFH\+{display:none}}.CityToolbar_toolbar__uF6Y-{align-items:center;display:flex;gap:8px;margin:6px 0 0;position:relative;--menu-width:220px}.CityToolbar_select__3L-RP .CityToolbar_dropdownBtn__jbu\+8{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#161616;background:var(--content-background,#161616);background-clip:padding-box;border:none;border-radius:8px;box-shadow:0 6px 18px #00000073;color:#fff;color:var(--text-color,#fff);cursor:pointer;display:inline-flex;font-size:.95rem;gap:8px;padding:8px 10px;width:auto}.CityToolbar_select__3L-RP .CityToolbar_dropdownBtn__jbu\+8:focus{box-shadow:0 6px 18px #00000073!important;outline:none!important}.CityToolbar_select__3L-RP .CityToolbar_dropdownBtn__jbu\+8::-moz-focus-inner{border:0;padding:0}.CityToolbar_select__3L-RP .CityToolbar_label__9JVEP{display:inline-block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CityToolbar_select__3L-RP .CityToolbar_caret__0u7gC{color:#ffffffb3;font-size:.85rem}@media (min-width:1024px){.CityToolbar_select__3L-RP{font-size:.95rem;height:36px;max-width:260px;min-width:160px}}@media (max-width:768px){.CityToolbar_toolbar__uF6Y-{display:none;justify-content:flex-end;width:100%}.CityToolbar_select__3L-RP{font-size:.9rem;height:34px;max-width:160px;min-width:100px}}.CityToolbar_select__3L-RP option{background:#161616;background:var(--content-background,#161616);color:#fff;color:var(--text-color,#fff)}.CityToolbar_select__3L-RP:focus{border-color:#0000;box-shadow:0 8px 24px #0009}.CityToolbar_menu__fr\+2v{background:#111;background:var(--content-background,#111);border-radius:8px;box-shadow:0 12px 40px #000000bf;color:#fff;color:var(--text-color,#fff);max-height:320px;min-width:var(--menu-width);overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:2000}.CityToolbar_measure__xkThC{max-height:none;pointer-events:none;position:absolute;right:0;top:0;visibility:hidden;z-index:-1}.CityToolbar_up__on1RD{bottom:calc(100% + 8px);top:auto}.CityToolbar_down__BcT3e{bottom:auto;top:calc(100% + 8px)}.CityToolbar_menuItem__SyYoF{align-items:center;border-radius:6px;color:#fff;color:var(--text-color,#fff);cursor:pointer;display:flex;justify-content:space-between;padding:8px 10px}.CityToolbar_menuItem__SyYoF:hover{background:#ffffff05}.CityToolbar_menuText__HZ4z8{margin-right:6px}.CityToolbar_count__K7NN6{color:#fff9;font-size:.95rem}.CityToolbar_dropdownBtn__jbu\+8,.CityToolbar_dropdownBtn__jbu\+8:active,.CityToolbar_dropdownBtn__jbu\+8:focus,.CityToolbar_dropdownBtn__jbu\+8:hover{background-color:#161616!important;background-color:var(--content-background,#161616)!important;border:0!important;color:#fff!important;color:var(--text-color,#fff)!important}.CityToolbar_dropdownBtn__jbu\+8::-webkit-focus-inner{border:0}@media (max-width:900px){.CityToolbar_toolbar__uF6Y-{display:none}}.privacy-policy-container{background-color:var(--content-background);color:#fff;font-family:Arial,sans-serif;height:100%;margin:0 auto;padding:20px}.header-container{margin-bottom:10px}.privacy-header{color:#fff;font-size:22px;font-weight:700}.privacy-content{height:calc(100vh - 150px);line-height:1.6;overflow-y:auto}.privacy-content h3{font-size:18px;margin-top:20px}.privacy-content ul li{margin-bottom:10px}.privacy-content h3,.privacy-content p strong{color:#fff;font-weight:700}.privacy-content a,.privacy-content a:active,.privacy-content a:visited,.privacy-policy-container a{color:#a8a8a8!important;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s ease}.privacy-content a:hover{color:#fff!important;text-decoration:none}.privacy-policy-container .card,.privacy-policy-container .highlight,.privacy-policy-container .notice-block,.privacy-policy-container .offense-card{background:#ffffff05!important;border-color:#ffffff0f!important;color:#fff!important}.privacy-content .muted,.privacy-content small{color:#ffffffb8!important}.privacy-policy-container{box-sizing:border-box;margin:16px auto;max-width:1500px;padding:28px 36px}.privacy-header{font-size:28px;line-height:1.1;margin-bottom:12px}.privacy-content{color:#fff;font-size:16px;line-height:1.72}.privacy-content h3{font-size:20px;line-height:1.3;margin-bottom:8px;margin-top:24px}.privacy-content p{font-size:16px;margin-bottom:14px}.privacy-content ul{margin-bottom:12px;margin-left:20px}.privacy-content ul li{font-size:15.5px;margin-bottom:8px}@media (max-width:720px){.privacy-policy-container{max-width:100%;padding:18px}.privacy-header{font-size:22px}.privacy-content{font-size:15px;line-height:1.6}.privacy-content h3{font-size:18px}}.privacy-policy-container .footer-text{color:#ffffffb8!important;font-size:14px!important;margin-bottom:20px;margin-top:20px;text-align:center}.terms-container{background-color:var(--content-background);color:#fff;font-family:Arial,sans-serif;font-size:14px!important;height:100%;margin:0 auto;padding:20px}.terms-header{color:#fff;font-size:22px;font-weight:700;margin-bottom:0}.terms-content{font-size:15px!important;height:calc(100vh - 150px);line-height:1.6;overflow-y:auto}.terms-content h3{color:#fff;margin-top:20px}.terms-content ul li{margin-bottom:10px}.terms-content p strong{color:#fff;font-weight:700}.terms-container a,.terms-content a{color:#a8a8a8!important;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s ease}.terms-content a:active,.terms-content a:visited{color:#a8a8a8!important}.terms-content a:hover{color:#fff!important;text-decoration:none}.terms-container{max-width:1080px}.terms-container .card,.terms-container .highlight,.terms-container .notice-block,.terms-container .offense-card{background:#ffffff05!important;border-color:#ffffff0f!important;color:#fff!important}.terms-content .muted,.terms-content small{color:#ffffffb8!important}.terms-container{box-sizing:border-box;margin:16px auto;max-width:1500px;padding:28px 36px}.terms-header{font-size:28px;line-height:1.1;margin-bottom:12px}.terms-content{color:#fff;font-size:16px!important;line-height:1.72}.terms-content h3{font-size:20px;line-height:1.3;margin-bottom:8px;margin-top:24px}.terms-content p{font-size:16px;margin-bottom:14px}.terms-content ul{margin-bottom:12px;margin-left:20px}.terms-content ul li{font-size:15.5px;margin-bottom:8px}@media (max-width:720px){.terms-container{max-width:100%;padding:18px}.terms-header{font-size:22px}.terms-content{font-size:15px!important;line-height:1.6}.terms-content h3{font-size:18px}}.terms-container .footer-text{color:#ffffffb8!important;font-size:14px!important;margin-bottom:20px;margin-top:20px;text-align:center}.disclaimer-container{background-color:var(--content-background);color:#fff;font-family:Arial,sans-serif;height:100%;margin:0 auto;padding:20px}.header-container{align-items:center;border-bottom:2px solid var(--border-color);display:flex;justify-content:space-between}.disclaimer-header{color:#fff;font-size:20px!important;font-weight:700}.disclaimer-content{height:calc(100vh - 150px);line-height:1.6;overflow-y:auto}.disclaimer-content h3{color:#fff;font-size:18px;margin-top:20px}.disclaimer-content ul li{margin-bottom:10px}.disclaimer-content p strong{color:#fff;font-weight:700}.disclaimer-container a,.disclaimer-content a,.disclaimer-content a:active,.disclaimer-content a:visited{color:#a8a8a8!important;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s ease}.disclaimer-content a:hover{color:#fff!important;text-decoration:none}.disclaimer-container .card,.disclaimer-container .highlight,.disclaimer-container .notice-block,.disclaimer-container .offense-card{background:#ffffff05!important;border-color:#ffffff0f!important;color:#fff!important}.offense-card strong{color:#fff}.offense-card li{color:#ffffffd9}.notice-block strong{color:#fff}.offense-card{align-items:flex-start;background:linear-gradient(180deg,#1e283cd9,#283c5ad9);border:1.5px solid var(--earf-blue);border-radius:14px;box-shadow:0 4px 18px #0000002e;color:var(--secondary-text-color);display:flex;flex-direction:column;font-size:16px;margin:28px 0;max-width:480px;padding:22px 24px;transition:box-shadow .2s;width:100%}.offense-card strong{color:var(--earf-blue);font-size:17px;margin-bottom:8px}.offense-card ul{margin:10px 0 0 18px;padding:0}.offense-card li{color:#e0e0e0;margin-bottom:8px}.notice-block{align-items:flex-start;background:linear-gradient(180deg,#3c00002e,#7800001f);border:1.5px solid #ff4c4c;border-radius:12px;box-shadow:0 4px 18px #00000021;color:#fcc;display:flex;flex-direction:column;font-size:16px;font-weight:700;margin:32px 0;max-width:480px;padding:22px 24px;width:100%}.notice-block strong{color:#ff4c4c;font-size:17px;margin-bottom:8px}.notice-block ul{margin:10px 0 0 18px;padding:0}.notice-block li{color:#ffd6d6;margin-bottom:8px}.disclaimer-container{box-sizing:border-box;margin:16px auto;max-width:1500px;padding:28px 36px}.disclaimer-header{font-size:28px!important;line-height:1.1;margin-bottom:12px}.disclaimer-content{color:#fff;font-size:16px;line-height:1.72}.disclaimer-content h3{font-size:20px;line-height:1.3;margin-bottom:8px;margin-top:24px}.disclaimer-content p{margin-bottom:14px}.disclaimer-content ul{margin-bottom:12px;margin-left:20px}.disclaimer-content ul li{font-size:15.5px;margin-bottom:8px}@media (max-width:720px){.disclaimer-container{max-width:100%;padding:18px}.disclaimer-header{font-size:22px!important}.disclaimer-content{font-size:15px;line-height:1.6}.disclaimer-content h3{font-size:18px}}.disclaimer-container .footer-text{color:#ffffffb8!important;font-size:14px!important;margin-bottom:20px;margin-top:20px;text-align:center}.changelog-wrapper{background-color:var(--content-background);color:#fff;display:flex;flex-direction:column;height:100%}.changelog-header-container{background-color:var(--content-background);border-bottom:2px solid var(--border-color);flex-shrink:0;font-size:25px;padding:12px 20px 8px;z-index:50}.changelog-content{flex:1 1;overflow-y:auto;padding:0 20px 64px;scrollbar-width:none}.changelog-content::-webkit-scrollbar{display:none}.changelog-back-button{position:absolute;right:20px;top:20px}.changelog-entry{border-radius:8px;margin-bottom:15px;transition:all .3s ease}.changelog-current-build-section,.changelog-older-builds-section,.changelog-upcoming-section{margin-top:0!important}.changelog-header-flex{align-items:center;display:flex;gap:16px;justify-content:space-between}.changelog-title{font-size:22px!important;margin:0}.contact-logo{height:30px;margin:0;vertical-align:middle;width:100px}.changelog-intro{font-size:1.08rem;margin:8px 0 0}.changelog-header{border-radius:8px;color:#fff;cursor:pointer;padding:15px;transition:background-color .2s ease}.changelog-container h1{color:#fff;font-size:20px;margin-bottom:20px}.changelog-header:hover{background-color:var(--hover-background)}.changelog-header h3{font-size:16px;margin:0}.changelog-header p{font-size:.875rem;margin:0}.expand-btn{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;font-size:13px;font-weight:700;margin-left:10px;padding:8px 12px;transition:background-color .3s ease,transform .2s ease;width:100px}.expand-btn:hover{color:#fff}.changelog-details{padding:15px}.changelog-details ul{margin:0;padding-left:20px}.changelog-details li{color:#fff;font-size:.95rem;margin-bottom:8px}.changelog-version-info{background-color:var(--primary-background);border-left:4px solid var(--earf-blue);border-radius:8px;box-shadow:0 2px 4px #0000001a;color:var(--text-color);font-size:1rem;line-height:1.6;margin-bottom:20px;padding:15px}@media (max-width:600px){.changelog-container{padding:15px}.changelog-header-container{align-items:flex-start;flex-direction:column;font-size:18px}.changelog-header h3{font-size:1rem}.changelog-header p{font-size:.8rem}.expand-btn{font-size:.85rem;padding:6px 12px;width:auto}.changelog-details li{font-size:.9rem}.changelog-version-info{font-size:.9rem;padding:10px}}.wildfire-header{align-items:center;color:#fff;display:flex;justify-content:space-between;margin-bottom:20px}.wildfire-list{display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 270px);overflow-y:auto}.most-recent-wildfire-card,.wildfire-card{align-items:flex-start;border-radius:10px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:10px;transition:background-color .3s ease}.most-recent-wildfire-card:hover,.wildfire-card:hover{background-color:var(--hover-background)}.wildfire-card-content{align-items:center;display:flex;justify-content:space-between;width:100%}.wildfire-info{color:#fff;display:flex;flex-direction:column;flex-grow:1;margin-right:10px}.most-recent-wildfire-title,.wildfire-title{color:#fff;font-size:18px;margin:0}.most-recent-wildfire-time,.wildfire-time{color:#ccc;font-size:14px;margin-top:5px}.wildfire-map-button{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;display:inline-block;flex-shrink:0;font-size:14px;padding:8px 12px;text-decoration:none;white-space:nowrap}.wildfire-map-button:hover{background-color:#222;color:var(--earf-blue)}@media (max-width:768px){.wildfire-map-button{font-size:12px;padding:6px 10px}.wildfire-header{font-size:12px}.wildfire-title{font-size:16px}.wildfire-time{font-size:12px}}.FBI_pageWrap__5WqaY{background:#0d0d0f;color:#e8e8ec;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;max-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.FBI_header__xO3Ng{background:#111113;border-bottom:1px solid #1e1e22;flex-shrink:0;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.FBI_headerInner__RSYAY{align-items:center;display:flex;justify-content:space-between;margin:0;max-width:100%;padding:8px 0}.FBI_headerLogo__c91Ks{flex-shrink:0;height:96px;object-fit:contain;width:180px}.FBI_headerText__YDRft{align-items:flex-end;display:flex;flex-direction:column;gap:2px;text-align:right}.FBI_headerTitle__62A3-{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:.02em;line-height:1.2;margin:0}.FBI_headerSub__KEjwa{color:#888;font-size:.8rem;font-weight:400;letter-spacing:.01em;margin:0}.FBI_main__rnFhw{flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#232326 #111113;scrollbar-width:thin}.FBI_main__rnFhw::-webkit-scrollbar{width:6px}.FBI_main__rnFhw::-webkit-scrollbar-thumb{background:#2a2a2e;border-radius:4px}.FBI_main__rnFhw::-webkit-scrollbar-track{background:#0000}.FBI_toolbar__uGFis{align-items:center;background:#111113;border-bottom:1px solid #1a1a1e;display:flex;flex-wrap:wrap;gap:10px;padding:12px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.FBI_toolbarSearch__tezSB{align-items:center;display:flex;flex:1 1 220px;max-width:360px;min-width:180px;position:relative}.FBI_searchIcon__lY2Pa{color:#666;left:10px;pointer-events:none;position:absolute}.FBI_searchInput__uhDy1{background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#eee;font-size:.875rem;outline:none;padding:8px 32px 8px 34px;transition:border-color .15s;width:100%}.FBI_searchInput__uhDy1:focus{border-color:#00e0fb}.FBI_searchInput__uhDy1::placeholder{color:#555}.FBI_clearSearch__bIMVi{background:none;border:none;color:#888;cursor:pointer;font-size:1.2rem;line-height:1;padding:2px 6px;position:absolute;right:6px}.FBI_clearSearch__bIMVi:hover{color:#fff}.FBI_filterSelect__oJ-id{background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#ddd;cursor:pointer;font-size:.825rem;min-width:140px;outline:none;padding:8px 12px;transition:border-color .15s}.FBI_filterSelect__oJ-id:focus{border-color:#00e0fb}.FBI_toolbarInfo__\+LCKf{align-items:center;display:flex;gap:8px;margin-left:auto}.FBI_resultCount__xdKzF{color:#666;font-size:.8rem;white-space:nowrap}.FBI_reloadBtn__RL-I9{align-items:center;background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#aaa;cursor:pointer;display:flex;justify-content:center;padding:6px 8px;transition:all .15s}.FBI_reloadBtn__RL-I9:hover{border-color:#00e0fb;color:#00e0fb}.FBI_grid__v6vbc{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;box-sizing:border-box;gap:16px;margin:0;max-width:100%;padding:20px 24px 40px;width:100%}.FBI_card__jRTcb{background:#15151a;border:1px solid #1e1e24;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;outline:none;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.FBI_card__jRTcb:focus-visible,.FBI_card__jRTcb:hover{border-color:#00e0fb40;box-shadow:0 8px 24px #0006;transform:translateY(-3px)}.FBI_cardImgWrap__KO\+oz{aspect-ratio:3/4;background:#1a1a1d;overflow:hidden;position:relative;width:100%}.FBI_cardImg__avYYo{height:100%;overflow:hidden;position:relative;width:100%}.FBI_cardBody__G41Nu{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:12px 14px 14px}.FBI_cardName__mzRAf{color:#fff;display:-webkit-box;font-size:.92rem;font-weight:600;line-height:1.2;margin:0;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.FBI_card__jRTcb:focus-visible .FBI_cardName__mzRAf,.FBI_card__jRTcb:hover .FBI_cardName__mzRAf{color:#00e0fb}.FBI_cardSubject__uNp1f{color:#00e0fb;font-size:.78rem;font-weight:600}.FBI_cardOffice__J041b,.FBI_cardSubject__uNp1f{line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FBI_cardOffice__J041b{color:#777;font-size:.75rem}.FBI_lazyImgWrap__3va\+A{border-radius:inherit;display:block;height:100%;overflow:hidden;position:relative;width:100%}.FBI_lazyImgEl__1kU0O{display:block;height:100%;object-fit:cover;transition:opacity .35s ease;width:100%}.FBI_loadingContainer__\+QH4w{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:40px}.FBI_loadingInner__4-XFs{align-items:center;display:flex;flex-direction:column;gap:16px}.FBI_loadingIcon__Rj7Ad{height:110px;object-fit:contain;opacity:.8;width:185px}@keyframes FBI_pulse__bsZfY{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.5;transform:scale(.96)}}.FBI_loadingText__kdo-0{color:#888;font-size:.95rem;margin:0}.FBI_loadingAuth__AuZ-5{color:#00e0fb;font-size:.95rem;font-weight:600;margin:10px 0 0;text-align:center}.FBI_loadingEllipsis__vitJl{display:inline-block;line-height:1;margin-left:8px}.FBI_loadingEllipsis__vitJl b{animation:FBI_ellipsis__utDg\+ 1.2s infinite;color:#00e0fb;display:inline-block;font-weight:700;margin:0 1px;opacity:.15;transform:translateY(0)}.FBI_loadingEllipsis__vitJl b:first-child{animation-delay:0s}.FBI_loadingEllipsis__vitJl b:nth-child(2){animation-delay:.15s}.FBI_loadingEllipsis__vitJl b:nth-child(3){animation-delay:.3s}@keyframes FBI_ellipsis__utDg\+{0%{opacity:.12;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}60%{opacity:.6;transform:translateY(0)}to{opacity:.12;transform:translateY(0)}}.FBI_loadingBar__9xx12{background:#1a1a1e;border-radius:4px;height:3px;overflow:hidden;width:200px}.FBI_loadingBarFill__yc5YL{animation:FBI_loadSlide__OGEhL 1.2s ease infinite;background:#00e0fb;border-radius:4px;height:100%;width:40%}@keyframes FBI_loadSlide__OGEhL{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}.FBI_errorContainer__BADnp{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:40vh;padding:40px}.FBI_errorText__4kyXJ{color:#f87171;font-size:.95rem}.FBI_retryBtn__3sC3X{background:#1a1a1e;border:1px solid #00e0fb33;border-radius:8px;color:#00e0fb;cursor:pointer;font-size:.875rem;padding:10px 24px;transition:all .15s}.FBI_retryBtn__3sC3X:hover{background:#00e0fb15}.FBI_emptyState__Kojxj{color:#666;grid-column:1/-1;padding:60px 20px;text-align:center}.FBI_profileContainer__RxQrN{box-sizing:border-box;margin:0;max-width:100%;padding:0 24px 60px;width:100%}.FBI_profileBackBar__rQx6o{background:#0d0d0f;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:40}.FBI_backBtn__RE55D{align-items:center;background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#ccc;cursor:pointer;display:inline-flex;font-size:.85rem;gap:8px;padding:8px 16px;transition:all .15s}.FBI_backBtn__RE55D:hover{border-color:#00e0fb;color:#00e0fb}.FBI_profileContent__YSJH8{align-items:flex-start;display:flex;gap:32px}.FBI_profileSidebar__xYtRW{display:flex;flex-direction:column;flex-shrink:0;gap:16px;position:-webkit-sticky;position:sticky;top:64px;width:320px}.FBI_profileImgWrap__ctnNR{background:#18181b;border-radius:12px;cursor:zoom-in;overflow:hidden;position:relative}.FBI_profileImgWrap__ctnNR:hover .FBI_profileImgZoomHint__OMMXp{opacity:1}.FBI_profileImg__ZEytZ{aspect-ratio:3/4;border-radius:12px;overflow:hidden;width:100%}.FBI_profileImg__ZEytZ .FBI_lazyImgEl__1kU0O{transition:opacity .2s ease}.FBI_profileImgZoomHint__OMMXp{align-items:center;background:#000000b3;border-radius:50%;bottom:10px;color:#fff;display:flex;height:32px;justify-content:center;opacity:0;pointer-events:none;position:absolute;right:10px;transition:opacity .2s;width:32px}.FBI_imageStrip__Kpcdd{display:flex;gap:8px;margin-bottom:6px;overflow-x:auto;padding:8px 0 6px}.FBI_imageStrip__Kpcdd::-webkit-scrollbar{height:8px}.FBI_imageStrip__Kpcdd::-webkit-scrollbar-thumb{background:#222;border-radius:8px}.FBI_imageStripBtn__0sWDo{background:#0000;border:1px solid #0000;border-radius:6px;cursor:pointer;display:inline-block;flex:0 0 auto;height:88px;overflow:hidden;padding:0;width:66px}.FBI_imageStripBtn__0sWDo img{display:block;height:100%;object-fit:cover;width:100%}.FBI_imageStripBtn__0sWDo:focus,.FBI_imageStripBtn__0sWDo:hover{border-color:#00e0fb1f;box-shadow:0 6px 20px #0009,0 0 0 4px #00e0fb0f;outline:none}.FBI_filesBox__0cEWz{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.FBI_fileItem__NH9Fa{box-sizing:border-box;width:100%}.FBI_fileLink__-oZfP,.FBI_pdfLink__zkP5p{background:#15151a;border:1px solid #1e1e24;border-radius:8px;color:inherit;display:block;overflow:hidden;text-decoration:none}.FBI_pdfLink__zkP5p img{display:block;height:auto;object-fit:cover;width:100%}.FBI_pdfIcon__4wSoN{align-items:center;background:linear-gradient(180deg,#0e0e10,#141416);color:#fff;display:flex;font-weight:700;height:160px;justify-content:center;width:100%}.FBI_fileName__0TUpU{background:#00000040;color:#ddd;display:block;font-size:.86rem;padding:8px 10px}.FBI_profileVideoSection__WMoXw{padding:16px 0}.FBI_videoPlayer__82jMX{background:#000;border-radius:10px;display:block;max-height:480px;width:100%}.FBI_scarsWide__FCC27{grid-column:1/-1}.FBI_warningBadge__CM2rK{align-items:flex-start;background:#2a1215;border:1px solid #5c2023;border-radius:8px;color:#f87171;display:flex;font-size:.82rem;font-weight:600;gap:8px;line-height:1.4;padding:10px 14px}.FBI_warningBadge__CM2rK svg{flex-shrink:0;margin-top:1px}.FBI_rewardBadge__XjxAx{align-items:flex-start;background:#1a1a0a;border:1px solid #444420;border-radius:8px;color:#fbbf24;display:flex;font-size:.82rem;font-weight:500;gap:8px;line-height:1.4;padding:10px 14px}.FBI_rewardBadge__XjxAx svg{color:#fbbf24;flex-shrink:0;margin-top:1px}.FBI_aliasesBox__ucMbN{background:#15151a;border:1px solid #1e1e24;border-radius:8px;padding:12px 14px}.FBI_aliasesLabel__oqWjO{color:#666;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.FBI_aliasesList__9JLmw{list-style:none;margin:6px 0 0;padding:0}.FBI_aliasesList__9JLmw li{color:#ccc;font-size:.84rem;padding:2px 0}.FBI_profileActions__pd62w{display:flex;flex-direction:column;gap:8px}.FBI_fbiLinkBtn__dM-yA{align-items:center;background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#ddd;display:inline-flex;font-size:.84rem;font-weight:500;gap:10px;padding:10px 16px;text-decoration:none;transition:all .15s}.FBI_fbiLinkBtn__dM-yA:hover{border-color:#00e0fb;color:#00e0fb}.FBI_fbiLinkIcon__XKOII{flex-shrink:0;height:30px;object-fit:contain;width:60px}.FBI_profileMain__gWJ6Z{display:flex;flex:1 1;flex-direction:column;gap:0;min-width:0}.FBI_profileHeader__\+wmlj{border-bottom:1px solid #1e1e24;margin-bottom:4px;padding-bottom:20px}.FBI_profileName__m5TQY{color:#fff;font-size:1.65rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0 0 6px}.FBI_profileSubject__v8Lx0{color:#00e0fb;font-size:.95rem;font-weight:600;margin-bottom:4px}.FBI_profileOffice__3CR2f{color:#888;font-size:.82rem}.FBI_profileSection__OVz4Q{border-bottom:1px solid #1a1a1e;padding:20px 0}.FBI_profileSection__OVz4Q:last-of-type{border-bottom:none}.FBI_sectionTitle__zvZrk{color:#555;font-size:.78rem;font-weight:700;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}.FBI_profileText__SH6JR{color:#c5c5ca;font-size:.9rem;line-height:1.65;margin:0 0 10px}.FBI_profileText__SH6JR:last-child{margin-bottom:0}.FBI_cautionText__ycI5f{color:#f87171;font-size:.9rem;font-weight:500;line-height:1.65;margin:0}.FBI_fieldGrid__ivf28{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.FBI_profileField__iMxVH{display:flex;flex-direction:column;gap:3px}.FBI_profileFieldLabel__IzM03{color:#666;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.FBI_profileFieldValue__Evwru{color:#ddd;font-size:.88rem;line-height:1.4}.FBI_tipSection__ZLti3{align-items:flex-start;background:#111825;border:1px solid #1b2540;border-radius:10px;display:flex;gap:16px;margin-top:20px;padding:20px}.FBI_tipIcon__Ed3xX{align-items:center;background:#1b2540;border-radius:10px;color:#00e0fb;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.FBI_tipTitle__acQA4{color:#00e0fb;font-size:.9rem;font-weight:700;margin:0 0 6px}.FBI_tipText__76KYR{color:#bbb;font-size:.84rem;line-height:1.6;margin:0}.FBI_tipText__76KYR a{color:#00e0fb;text-decoration:underline}.FBI_tipText__76KYR a:hover{color:#5ef0ff}.FBI_modalOverlay__Jbm-y{align-items:center;animation:FBI_fadeIn__MXsUG .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000eb;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes FBI_fadeIn__MXsUG{0%{opacity:0}to{opacity:1}}.FBI_modalBody__Msjso{align-items:center;display:flex;justify-content:center;max-height:85vh;max-width:90vw;min-height:180px;min-width:300px;padding:16px;position:relative}.FBI_modalImg__hdXw8{border-radius:12px;display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.FBI_modalClose__MaGDj{align-items:center;background:#222;border:1px solid #444;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:-12px;top:-12px;transition:all .15s;width:36px;z-index:2}.FBI_modalClose__MaGDj:hover{background:#00e0fb;border-color:#00e0fb;color:#000}@media (max-width:1024px){.FBI_profileSidebar__xYtRW{width:260px}.FBI_profileContent__YSJH8{gap:24px}}@media (max-width:768px){.FBI_header__xO3Ng{padding:0 16px}.FBI_headerInner__RSYAY{padding:10px 0}.FBI_headerLogo__c91Ks{height:68px;width:150px}.FBI_headerTitle__62A3-{font-size:1.05rem}.FBI_headerSub__KEjwa{font-size:.72rem}.FBI_toolbar__uGFis{gap:8px;padding:10px 16px}.FBI_toolbarSearch__tezSB{flex:1 1 100%;max-width:100%}.FBI_filterSelect__oJ-id{flex:1 1;min-width:0}.FBI_grid__v6vbc{gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:16px}.FBI_profileContainer__RxQrN{padding:0 16px 40px}.FBI_profileContent__YSJH8{flex-direction:column;gap:20px}.FBI_profileSidebar__xYtRW{flex-direction:row;flex-wrap:wrap;gap:12px;position:static;width:100%}.FBI_profileImgWrap__ctnNR{flex-shrink:0;width:160px}.FBI_profileImg__ZEytZ{aspect-ratio:3/4}.FBI_aliasesBox__ucMbN,.FBI_rewardBadge__XjxAx,.FBI_warningBadge__CM2rK{flex:1 1;min-width:140px}.FBI_profileActions__pd62w{flex-direction:row;width:100%}.FBI_fbiLinkBtn__dM-yA{flex:1 1;justify-content:center}.FBI_fieldGrid__ivf28{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width:480px){.FBI_grid__v6vbc{gap:10px;grid-template-columns:repeat(2,1fr);padding:12px}.FBI_card__jRTcb{border-radius:10px}.FBI_cardBody__G41Nu{padding:8px 10px 10px}.FBI_cardName__mzRAf{font-size:.82rem}.FBI_cardSubject__uNp1f{font-size:.72rem}.FBI_profileName__m5TQY{font-size:1.3rem}.FBI_profileSidebar__xYtRW{flex-direction:column}.FBI_profileImgWrap__ctnNR{margin:0 auto;max-width:240px;width:100%}.FBI_tipSection__ZLti3{flex-direction:column;gap:12px;padding:16px}.FBI_modalImg__hdXw8{border-radius:8px;max-height:70vh;max-width:95vw}.FBI_modalClose__MaGDj{height:30px;right:-8px;top:-8px;width:30px}}.gun-violence-list{display:flex;flex-direction:column;gap:10px;margin-top:20px;max-height:calc(100vh - 150px);overflow-y:auto;padding:10px}.gun-violence-card{border-radius:10px;padding:10px;transition:background-color .3s}.gun-violence-card:hover{background-color:var(--hover-background)}.gun-violence-card-content{align-items:center;display:flex;justify-content:space-between;width:100%}.gun-violence-info{flex:1 1}.coordinates{color:#fff;font-size:10px;margin-right:10px;opacity:.6}.gun-violence-title{color:#fff;font-size:16px;margin:0}.gun-violence-date{color:#fff;font-size:10px;font-weight:600;margin:5px 0}.gun-violence-details{align-items:center;display:flex;font-size:16px;font-weight:700;gap:10px;margin:5px 0}.gun-violence-details img{height:20px;width:20px}.gun-violence-details .killed{color:red}.gun-violence-details .injured{color:#ff0;margin-left:2px}.icon-label{color:#fff;display:block;font-size:10px;font-weight:600;margin-top:2px;text-align:center}.gun-violence-more-info-button{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;display:inline-block;font-size:14px;padding:8px 12px;text-decoration:none}.gun-violence-more-info-button:hover,.view-on-map-btn{color:var(--earf-blue)}.view-on-map-btn{background:none;border:none;cursor:pointer;font-size:12px;margin-right:10px;min-width:0;padding:0;text-decoration:underline;transition:color .15s}.view-on-map-btn:focus,.view-on-map-btn:hover{color:#00e0fb;outline:none;text-decoration:underline}.gun-violence-header{align-items:center;background:none;border-bottom:1.5px solid #232326;display:flex;gap:18px;justify-content:space-between;margin-bottom:0;padding:10px}.gun-violence-header img{display:block;flex-shrink:0;height:auto;margin-left:16px;max-width:150px;object-fit:contain;width:150px}@media (max-width:768px){.gun-violence-card{padding:8px}.gun-violence-title{font-size:14px}.gun-violence-date{font-size:9px}.gun-violence-details{font-size:14px;gap:5px}.gun-violence-details img{height:16px;width:16px}.icon-label{font-size:9px}.gun-violence-more-info-button{font-size:12px;padding:6px 10px}}@media (max-width:900px){.gun-violence-header{align-items:stretch;flex-direction:column;gap:10px;padding:8px 0 0}.gun-violence-header img{margin:0 auto;max-width:150px;width:90vw}}.live-alerts-container{background-color:var(--content-background);color:#fff;font-family:Arial,sans-serif;height:100%;padding:20px}.live-alerts-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.pagination-buttons{display:flex;gap:10px}.next-page-button,.prev-page-button{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;font-size:14px;padding:8px 12px;transition:background-color .3s ease,transform .2s ease}.prev-page-button:disabled{background-color:#555;cursor:not-allowed}.next-page-button:hover,.prev-page-button:hover{background-color:var(--hover-background)}.live-alerts-header h1{color:#fff;font-size:24px;margin:0}.earf-blue{color:var(--earf-blue)}.live-alerts-tabs{display:flex;flex-wrap:wrap;gap:5px;margin-top:15px}.live-alerts-tabs button{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:8px 15px;transition:color .3s ease,background-color .3s ease}.live-alerts-tabs button:hover{color:var(--earf-blue)}.live-alerts-tabs button.active-tab{color:var(--earf-blue);font-weight:700}.live-alerts-content{margin-top:15px}@media (max-width:768px){.live-alerts-header h1{font-size:16px}.pagination-buttons{gap:5px}.header-container h2{font-size:16px}.live-alerts-tabs button,.next-page-button,.prev-page-button{font-size:12px;padding:6px 10px}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-list{padding:10px 0}.slick-slide{filter:saturate(.7) brightness(.85);opacity:.55;transform:scale(.95);transition:transform .3s ease,opacity .3s ease,filter .3s ease;will-change:transform,opacity}.slick-center{filter:saturate(1) brightness(1)!important;opacity:1!important;transform:scale(1)!important;z-index:3!important}.slick-center .VideoSection_thumbnail-inner__MlsiZ{transform:scale(1);z-index:3}.slick-dots{display:none!important}.VideoSection_arrow__DRr35{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0c1099;border:1px solid #ffffff0f;color:#fff;display:flex;height:44px;justify-content:center;padding:8px;transition:transform .15s ease,background .15s ease;width:44px;z-index:20}.VideoSection_arrow__DRr35:hover{transform:translateY(-50%) scale(1.04)}.VideoSection_prevArrow__fS5v-{left:-18px}.VideoSection_nextArrow__0oQjY{right:-18px}.VideoSection_skeleton__GFNmf{animation:VideoSection_skeleton-loading__Ngeu- 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);background-size:200% 100%;border-radius:4px;width:50%}.VideoSection_skeleton-thumbnail__-1lXQ{animation:VideoSection_skeleton-loading__Ngeu- 1.5s infinite;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%);background-size:200% 100%;border-radius:8px;height:140px;left:0;position:absolute;top:0;width:100%;z-index:1}.VideoSection_skeleton-hidden__giqSP{display:none}.VideoSection_skeleton-title__UYRIa{animation:VideoSection_skeleton-loading__Ngeu- 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);background-size:200% 100%;border-radius:4px;height:14px;margin-top:5px;width:80%}.VideoSection_skeleton-title-hidden__fAhbP{display:none}.VideoSection_iframe-placeholder__JVYQ\+{animation:VideoSection_skeleton-loading__Ngeu- 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#222 75%);background-size:200% 100%;border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.VideoSection_iframe-hidden__yARR4{display:none}.VideoSection_hide-on-mobile__1z0Ic{display:flex}.VideoSection_video-section-container__0pQ41{box-sizing:border-box;color:#fff;display:flex;flex-wrap:wrap;font-family:Arial,sans-serif;justify-content:flex-start;max-width:100vw;padding-bottom:30px;width:99%}.VideoSection_video-section-left__OtPwU{display:flex;flex-direction:column;justify-content:flex-start;min-height:420px;width:35%}.VideoSection_video-section-right__RrHsr{min-height:420px}.VideoSection_arrow__DRr35{background:none;border:none;border-radius:50%;color:var(--text-color);cursor:pointer;font-size:1.5rem;padding:20px;position:absolute;top:80px;transform:translateY(-50%);transition:background .3s ease,transform .3s ease;z-index:10}.VideoSection_arrow__DRr35:hover{color:inherit}.VideoSection_prevArrow__fS5v-{left:-40px}.VideoSection_nextArrow__0oQjY{right:-40px}.VideoSection_video-section-title__rGi75{font-size:18px;font-weight:550;margin-bottom:10px}.VideoSection_video-section-channel-info__3F5Y3{align-items:center;display:flex}.VideoSection_video-section-channel-thumbnail__To1jS{border-radius:50%;cursor:pointer;height:50px;margin-right:10px;width:50px}.VideoSection_video-section-channel-thumbnail__To1jS:hover{transform:scale(1.05)}.VideoSection_video-section-wikidata__NsYwk{color:#d3d3d3;font-size:14px;margin:0;padding:0}.VideoSection_video-section-channel-name__3t\+TN{color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px!important;font-weight:600;line-height:1.2;margin:0;padding:0;text-decoration:none}.VideoSection_video-section-channel-name__3t\+TN:hover{color:var(--earf-blue);text-decoration:none}.VideoSection_video-section-view-count__jeqZE{color:#ddd;font-weight:500;margin:0;padding:0}.VideoSection_video-section-subscriber-count__BF4fM{color:#cfcfcf;font-size:14px;margin:0;padding:0}.VideoSection_video-section-tags__cCMMk{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.VideoSection_video-section-tag__nuBHB{backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);background:#18181859;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;padding:5px 10px;transition:color .3s ease}.VideoSection_video-section-tag__nuBHB:hover{color:var(--earf-blue)}.VideoSection_video-section-description__zJZNK{color:#ccc;font-size:1rem;line-height:1.5;margin-bottom:20px;max-height:220px;max-width:750px;min-height:175px;overflow-y:auto}.slick-arrow{align-items:center!important;background:#080a0cc7!important;border-radius:50%!important;box-shadow:0 8px 24px #0009!important;color:#fff!important;display:flex!important;height:31px!important;justify-content:center!important;top:80px!important;transition:transform .16s ease,background .16s ease!important;width:31px!important;z-index:60!important}.slick-arrow:hover{transform:scale(1.01)!important}.VideoSection_arrow__DRr35:hover svg,.VideoSection_arrow__DRr35:hover svg path,.VideoSection_chevronSvg__IN4Ed:hover,.VideoSection_chevronSvg__IN4Ed:hover path,.slick-arrow:hover svg,.slick-arrow:hover svg path{color:var(--earf-blue)!important;stroke:var(--earf-blue)!important}.slick-prev{left:-14px!important}.slick-next{right:-14px!important}.slick-prev:hover{color:var(--earf-blue)!important;left:-14px!important}.slick-next:hover{color:var(--earf-blue)!important;right:-14px!important}.slick-arrow svg{color:#fff!important}.VideoSection_arrow__DRr35 svg,.slick-arrow svg,.slick-arrow svg:hover{height:25px!important;width:25px!important}.slick-arrow svg:hover{color:var(--earf-blue)!important}.VideoSection_chevronSvg__IN4Ed{color:#fff!important;height:25px!important;width:25px!important}.VideoSection_chevronSvg__IN4Ed:hover{color:var(--earf-blue)!important;stroke:var(--earf-blue)!important}.VideoSection_arrow__DRr35{height:51px!important;padding:10px!important;width:51px!important}.VideoSection_prevArrow__fS5v-{left:-14px!important}.VideoSection_nextArrow__0oQjY{right:-14px!important}.VideoSection_video-section-thumbnail-item__kro5r{border-radius:8px;box-sizing:border-box;cursor:pointer;padding:8px 6px;position:relative;text-align:left;transition:opacity .2s ease}.VideoSection_video-section-thumbnail-item__kro5r:hover{opacity:.9}.VideoSection_video-section-thumbnail-image__klZAq{border-radius:8px;height:140px;margin-bottom:0;margin-top:0;object-fit:cover;position:relative;width:100%;z-index:2}.VideoSection_thumbnail-wrapper__1QcXW{border-radius:8px;height:140px;margin-bottom:12px;overflow:hidden;position:relative;width:100%}.VideoSection_thumbnail-inner__MlsiZ{transform-origin:center center;transition:transform .26s cubic-bezier(.4,0,.2,1)}.VideoSection_thumbnail-overlay__rDQSB{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.VideoSection_play-icon__TepzM{align-items:center;display:flex;justify-content:center;opacity:.95;transition:transform .18s ease,opacity .18s ease}.slick-slide .VideoSection_video-section-thumbnail-title__ETsNW{opacity:.85;transition:opacity .24s ease,color .24s ease}.slick-center .VideoSection_video-section-thumbnail-title__ETsNW{opacity:1}.VideoSection_video-section-carousel__XBVsI{height:300px;margin-bottom:20px;margin-left:20px;max-width:900px}.VideoSection_video-section-thumbnail-item__kro5r{min-height:220px}.VideoSection_video-section-thumbnail-item__kro5r.VideoSection_active__hJEeE{font-weight:600;transform:scale(1.1)}.VideoSection_video-section-thumbnail-title__ETsNW{color:#fff;font-size:13px;font-weight:500;margin:0 0 4px;-webkit-line-clamp:2}.VideoSection_video-section-thumbnail-title__ETsNW,.VideoSection_video-section-thumbnail-wikidata__RR0Hp{display:-webkit-box;line-height:1.3;padding:0;text-align:left;-webkit-box-orient:vertical;overflow:hidden}.VideoSection_video-section-thumbnail-wikidata__RR0Hp{color:#888;font-size:11px;margin:0 0 8px;-webkit-line-clamp:1}.VideoSection_carousel-channel-info__5zKlD{align-items:center;display:flex;margin-top:2px}.VideoSection_carousel-channel-thumbnail__EhDi3{border-radius:50%;flex-shrink:0;height:18px;margin-right:6px;object-fit:cover;width:18px}.VideoSection_carousel-channel-name__ojj\+j{color:#f0f0f0!important;flex:1 1;font-size:12px;max-width:140px;word-break:break-word}.VideoSection_video-section-right__RrHsr{margin-left:auto;width:45%}.VideoSection_video-section-video-wrapper__4yll8{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.VideoSection_video-section-video-wrapper__4yll8 iframe{border:none;border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.VideoSection_partner-icon__dW6gR{height:20px;margin-left:5px;vertical-align:middle;width:20px}@media (max-width:1500px){.VideoSection_video-section-container__0pQ41{align-items:center;flex-direction:column;margin-left:10px!important}.VideoSection_video-section-left__OtPwU,.VideoSection_video-section-right__RrHsr{min-height:auto}.VideoSection_video-section-video-wrapper__4yll8{height:0;margin-left:0;padding-bottom:56.25%;width:100%}.VideoSection_video-section-right__RrHsr{margin:0 0 20px;order:-1;width:100%}.VideoSection_video-section-left__OtPwU{margin-left:0;width:100%}.VideoSection_video-section-tags__cCMMk{margin-top:10px}.VideoSection_video-section-carousel__XBVsI{height:300px;margin-left:10px;max-width:85vw}.VideoSection_video-section-thumbnail-item__kro5r{width:160px}.VideoSection_video-section-thumbnail-image__klZAq{height:100px;width:100%}.VideoSection_skeleton-thumbnail__-1lXQ,.VideoSection_thumbnail-wrapper__1QcXW{height:100px}.VideoSection_arrow__DRr35{height:40px;top:50px;width:40px}.VideoSection_video-section-description__zJZNK{color:#ccc;font-size:1rem;line-height:1.5;margin-bottom:20px;max-width:1300px;min-height:100px}}@media (max-width:768px){.VideoSection_video-section-container__0pQ41{align-items:center;flex-direction:column;margin-left:10px!important}.VideoSection_video-section-video-wrapper__4yll8{margin-left:0}.VideoSection_video-section-right__RrHsr{margin:0 0 20px;order:-1;width:100%}.VideoSection_video-section-left__OtPwU{margin-left:0;width:100%}.VideoSection_video-section-tags__cCMMk{margin-top:10px}.VideoSection_video-section-carousel__XBVsI{height:200px;margin-left:-5px;max-width:90vw}.VideoSection_video-section-thumbnail-item__kro5r{width:100px}.VideoSection_video-section-thumbnail-image__klZAq{height:60px;width:100%}.VideoSection_skeleton-thumbnail__-1lXQ,.VideoSection_thumbnail-wrapper__1QcXW{height:60px}.VideoSection_arrow__DRr35{height:32px;top:30px;width:32px}.VideoSection_video-section-description__zJZNK{color:#ccc;font-size:1rem;line-height:1.5;margin-bottom:20px;max-width:1300px;min-height:100px}}.PlaceInfoBar_place-info-bar__ILayS{align-items:center;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);background:#18181859;border:none;border-radius:8px;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:600;letter-spacing:.5px;margin-top:10px;max-height:38px;max-width:500px;min-height:32px;min-width:100px;overflow:hidden;padding:2px 18px;white-space:nowrap;width:450px}.PlaceInfoBar_place-info-item__0MT4J{align-items:center;color:#fff;display:flex;font-size:1em;gap:8px;padding:0 4px;white-space:nowrap}.PlaceInfoBar_place-info-divider__yU3a\+{background:#888a92;border-radius:2px;height:22px;margin:0 12px;opacity:.7;width:1px}.PlaceInfoBar_weather-icon__Y-UnW{margin-right:5px}.PlaceInfoBar_weather-icon__Y-UnW,img{height:30px;vertical-align:middle;width:30px}.PlaceInfoBar_place-info-bar-skeleton__TUBQn{animation:PlaceInfoBar_skeleton-loading__JymjP 1.5s infinite;background:linear-gradient(90deg,#0f0f0fb9 25%,#0f0f0fb9 50%,#222222b9 75%);background-size:200% 100%;border:none;border-radius:8px!important;margin-left:-20px;max-height:38px;max-width:450px;min-height:32px;min-width:450px}.PlaceInfoBar_place-info-skeleton__7SgRg{align-items:center;display:flex;gap:0;min-height:32px;width:100%}.PlaceInfoBar_skeletonTime__Vtxja{margin-right:10px;width:80px}.PlaceInfoBar_skeletonTime__Vtxja,.PlaceInfoBar_skeletonWeather__rG6ly{animation:PlaceInfoBar_skeleton-loading__JymjP 1.5s infinite;background:linear-gradient(90deg,#222 25%,#222 50%,#2223 75%);background-size:200% 100%;border-radius:4px;height:16px}.PlaceInfoBar_skeletonWeather__rG6ly{margin-left:10px;width:140px}@keyframes PlaceInfoBar_skeleton-loading__JymjP{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:980px){.PlaceInfoBar_place-info-bar__ILayS{align-items:center;font-size:12px;justify-content:center;max-height:34px;max-width:95vw;max-width:400px;padding:2px 4px;text-align:center;width:400px}.PlaceInfoBar_weather-icon__Y-UnW,img{height:35px;width:35px}.PlaceInfoBar_place-info-bar-skeleton__TUBQn{animation:PlaceInfoBar_skeleton-loading__JymjP 1.5s infinite;background:linear-gradient(90deg,#0f0f0fb9 25%,#0f0f0fb9 50%,#222222b9 75%);background-size:200% 100%;border:none;border-radius:8px!important;margin-left:-20px;max-height:38px;max-width:400px;min-height:32px;min-width:400px}.PlaceInfoBar_skeletonTime__Vtxja{height:14px;width:60px}.PlaceInfoBar_skeletonWeather__rG6ly{height:14px;width:100px}.PlaceInfoBar_weather-details__xGnXk span:last-child{max-width:90px}}.FeatureBar_featureBarBg__vnmax{display:flex;justify-content:center;max-width:100vw;padding:1.2rem 0;width:100%}.FeatureBar_featureBar__q6K6w{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-evenly;width:100%}.FeatureBar_featureButton__KwUyP{align-items:center;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);background:rgba(0,226,251,.541);border:1.5px solid rgba(0,226,251,.808);border-radius:14px;box-shadow:0 8px 32px 0 #00e0fb1a,0 1.5px 8px 0 #0000001a;color:#fff;cursor:pointer;display:flex;font-weight:100%;height:45px;justify-content:flex-start;margin:0;max-width:100vw;min-width:350px;overflow:visible;padding:1.1rem;position:relative;text-decoration:none;transition:background .15s}.FeatureBar_featureButton__KwUyP:focus,.FeatureBar_featureButton__KwUyP:hover{background:#00e0fb52;border:1.5px solid #00e0fb;border:1.5px solid var(--earf-blue,#00e0fb);box-shadow:0 8px 32px 0 #00e0fb2e,0 2px 12px 0 #00000021;color:#fff}.FeatureBar_label__fcGlB{color:#fff;flex:1 1;font-size:16px;font-weight:600;letter-spacing:.01em;line-height:1.1;overflow:hidden;text-align:left;text-overflow:ellipsis;text-shadow:0 2px 8px #000;white-space:nowrap;z-index:1}.FeatureBar_iconWrapper__1Ew7k{align-items:center;display:flex;justify-content:center;position:absolute;right:25px;top:50%;transform:translateY(-50%);z-index:2}.FeatureBar_iconImg__VSfWW{background:#0000;filter:drop-shadow(0 2px 8px #00e2fb8f) drop-shadow(0 2px 8px #000a);height:60px;object-fit:contain;transition:transform .18s cubic-bezier(.4,2,.6,1);-webkit-user-select:none;user-select:none;width:65px}.FeatureBar_featureButton__KwUyP:focus .FeatureBar_iconImg__VSfWW,.FeatureBar_featureButton__KwUyP:hover .FeatureBar_iconImg__VSfWW{transform:scale(1.1)}.FeatureBar_iconImg__VSfWW:hover{transform:scale(1.05)!important}@media (max-width:2000px){.FeatureBar_featureBar__q6K6w{gap:.3rem}.FeatureBar_featureButton__KwUyP{border-radius:14px;font-size:1.08rem;height:48px;margin:0 auto;max-width:88vw;min-width:0;padding:.7rem 2.2rem .7rem 1rem;width:350px}.FeatureBar_iconWrapper__1Ew7k{right:18px}.FeatureBar_iconImg__VSfWW{height:50px;width:50px}.FeatureBar_iconImg__VSfWW:hover{transform:scale(1.05)!important}.FeatureBar_label__fcGlB{font-size:1.08rem;white-space:nowrap}}@media (max-width:1800px){.FeatureBar_featureBar__q6K6w{gap:.1rem}.FeatureBar_featureButton__KwUyP{border-radius:14px;font-size:1.08rem;height:48px;margin:0 auto;min-width:0;padding:.7rem 2.2rem .7rem 1rem;width:300px}.FeatureBar_iconWrapper__1Ew7k{right:18px}.FeatureBar_iconImg__VSfWW{height:50px;width:50px}.FeatureBar_iconImg__VSfWW:hover{transform:scale(1.05)!important}.FeatureBar_label__fcGlB{font-size:1.08rem;white-space:nowrap}}@media (max-width:1200px){.FeatureBar_featureBar__q6K6w{align-items:stretch;flex-direction:column;gap:.3rem;max-width:100vw;width:100%}.FeatureBar_featureButton__KwUyP{border-radius:14px;font-size:1.08rem;height:48px;margin:0 auto;max-width:88vw;min-width:0;padding:.7rem 2.2rem .7rem 1rem;width:96vw}.FeatureBar_iconWrapper__1Ew7k{right:18px}.FeatureBar_iconImg__VSfWW{height:50px;width:50px}.FeatureBar_iconImg__VSfWW:hover{transform:scale(1.05)!important}.FeatureBar_label__fcGlB{font-size:1.08rem;white-space:nowrap}}.FeatureBar_disabledButton__-hGrR{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:#28282859;border:2px solid #444a;box-shadow:0 2px 12px 0 #0000001f,inset 0 0 0 2px #222a;color:#bcbcbc!important;cursor:not-allowed!important;filter:grayscale(1) brightness(.85);opacity:.92;pointer-events:none;transition:background .2s,color .2s,opacity .2s,filter .2s}.FeatureBar_disabledButton__-hGrR .FeatureBar_iconImg__VSfWW,.FeatureBar_disabledButton__-hGrR .FeatureBar_iconWrapper__1Ew7k{filter:grayscale(1) opacity(.5) drop-shadow(0 0 2px #222a)}.FeatureBar_disabledButton__-hGrR .FeatureBar_label__fcGlB{color:#bcbcbc!important;opacity:.7;text-shadow:0 1px 2px #222a}.CategoryRow_category-section__nBKs1{align-items:left;display:flex;flex-direction:column;margin-bottom:30px;max-height:280px;overflow:hidden;text-decoration:none}.CategoryRow_category-header__tIS9K{align-items:center;display:flex;justify-content:space-between}.CategoryRow_category-title__ciqf2{color:#fff;font-size:20px;font-weight:600;margin-bottom:22px;padding-left:8px}.CategoryRow_view-all-button__hZKwq{background-color:#3330;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;text-decoration:none;white-space:nowrap}.CategoryRow_view-all-button__hZKwq:hover{color:var(--earf-blue)}.CategoryRow_category-row__3xOjQ{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;overflow:hidden;overflow-x:hidden;text-decoration:none}.CategoryRow_view-all-button__hZKwq{flex:0 0 auto;margin-left:12px}.CategoryRow_category-item__Fy20d{border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 0 175px;flex-direction:column;max-width:120px;overflow:hidden;padding:5px 0 0;text-align:left;text-decoration:none}.CategoryRow_category-item__Fy20d:hover{transform:scale(1.02)}.CategoryRow_category-image-wrapper__ojqx5{height:175px;position:relative;width:100%}.CategoryRow_category-image__z9VWe{border-radius:8px;height:100%;min-height:175px;object-fit:fill;transition:filter .3s ease,opacity .3s ease;width:100%}.CategoryRow_loading__SEv0W{filter:blur(10px);opacity:.5}.CategoryRow_loaded__LTR5g{filter:none;opacity:1}.CategoryRow_image-placeholder__5ORTB{background-color:#c8c8c833;filter:blur(10px);height:100%;left:0;position:absolute;top:0;width:100%}.CategoryRow_category-name__tAQyS{color:#fff;font-size:14px;font-weight:700;margin-top:2px}@media (max-width:768px){.CategoryRow_category-item__Fy20d{max-width:100px}.CategoryRow_category-image-wrapper__ojqx5{height:175px}}@media (max-width:480px){.CategoryRow_category-item__Fy20d{max-width:80px}.CategoryRow_category-image-wrapper__ojqx5{height:155px}}.country-section-wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:50px}.country-header-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.country-row-title{color:#fff;flex:1 1 auto;font-size:20px;font-weight:600;margin-bottom:22px;min-width:0;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.country-view-all-btn{background-color:#3330;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;text-decoration:none;white-space:nowrap}.country-view-all-btn:hover{color:var(--earf-blue)}.country-view-all-btn{flex:0 0 auto;margin-left:12px}.country-row-wrapper{display:flex;flex-wrap:nowrap;gap:10px;justify-content:flex-start;padding-bottom:10px;padding-top:5px;text-align:left;width:100%}.country-item-wrapper{color:#fff;cursor:pointer;display:flex;flex:1 0 150px;flex-direction:column;max-width:180px;overflow:hidden;text-align:left;transition:transform .2s ease-in-out}.country-item-wrapper:hover{transform:scale(1.02)}.country-flag{border-radius:8px;height:100px;object-fit:cover;transition:filter .3s ease,opacity .3s ease;width:100%}.country-name{color:#fff;font-size:14px;font-weight:700;margin-top:2px}.loading{filter:blur(20px);opacity:.5}.loaded{filter:none;opacity:1}.image-placeholder{background-color:#c8c8c833;filter:blur(20px);height:100%;left:0;position:relative;top:0;width:100%}.site-footer{background:none;border-top:1px solid #ffffff08;color:var(--muted);margin-top:40px;margin-top:0;padding:20px 0;padding:48px 0 28px}.footer-inner{display:grid;grid-template-columns:260px 1fr 1fr 1fr 120px;grid-gap:12px;align-items:start;border-bottom:1px solid #ffffff05;gap:12px;margin:0 auto;max-width:1300px;padding:6px 0 12px}.footer-col,.footer-inner{color:var(--muted)}.footer-col h4{color:var(--text);margin:0 0 8px}.desktop-title{display:block}.footer-links{display:block;list-style:none;margin:0;margin:8px 0 0;padding:0}.footer-links li{margin:6px 0}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--text)}.brand-row{align-items:center;display:flex;gap:8px;margin-bottom:2px}.footer-logo{display:block;height:58px;object-fit:contain;width:120px}.footer-logo.small{height:28px;width:90px}.badge{background:#0000;border:1px solid #ffffff08;border-radius:4px;color:var(--muted);font-size:11px;padding:3px 6px}.company-title{color:var(--text);font-size:15px;font-weight:700;margin:0 0 4px}.footer-col{padding-top:2px}.footer-col:not(.brand){padding-top:28px}.footer-col.socials{align-items:flex-start;padding-top:28px}.footer-col.socials,.ocials-wrap{display:flex;justify-content:center}.ocials-wrap,.socials-wrap{align-items:center}.socials-wrap{display:flex;justify-content:center}.social-icons{gap:6px}.social-icons a{height:40px;width:40px}.footer-bottom{align-items:center;display:flex;justify-content:center;padding:12px 0}.footer-bottom,.footer-notice{color:var(--muted);font-size:13px;width:100%}.footer-notice{text-align:center}.contact-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.social-icons{display:flex;gap:12px;margin:0}.social-icons a{background:#ffffff08;border-radius:8px;display:inline-flex;height:36px;justify-content:center;text-decoration:none;width:36px}.footer-toggle,.social-icons a{align-items:center;color:var(--text)}.footer-toggle{background:#0000;border:none;display:flex;font-size:16px;font-weight:700;justify-content:space-between;padding:6px 0;width:100%}.footer-toggle .chev{margin-left:8px;opacity:.7}.collapsible{max-height:9999px;overflow:visible;transition:max-height .3s ease}@media (max-width:1200px){.footer-inner{grid-template-columns:200px 1fr 1fr;max-width:1100px}.footer-logo,.footer-logo.small{height:26px}.brand-row{gap:6px}.footer-col:not(.brand){padding-top:16px}.social-icons a{height:36px;width:36px}.footer-links{margin-top:6px}}@media (max-width:900px){.footer-toggle{display:flex}.collapsible{max-height:0;opacity:0;overflow:hidden;padding-top:0;transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .32s cubic-bezier(.22,1,.36,1),padding-top .32s cubic-bezier(.22,1,.36,1)}.collapsible.open{max-height:800px;opacity:1;padding-top:8px}.chev{transform:rotate(0deg);transition:transform .18s}.footer-toggle[aria-expanded=true] .chev{transform:rotate(180deg)}.footer-col.socials{order:999}}@media (min-width:901px){.footer-toggle{display:none}.collapsible{max-height:none;overflow:visible}.chev{display:none}}.contact-lines{display:flex;flex-direction:column;gap:6px;margin-top:6px}.contact-line{color:var(--muted);display:inline-block;padding:0;text-decoration:none}.contact-line:hover{color:var(--text)}.contact-line:focus{outline:none}@media (max-width:900px){.visit-inner{align-items:center;flex-direction:column;text-align:center}.footer-inner{gap:18px;grid-template-columns:1fr}.footer-col:not(.brand){padding-top:12px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.nav-center{display:none}.mobile-hamburger{display:block}.desktop-title,.top-bar .cta{display:none}.footer-inner{padding:8px 12px}.footer-toggle{border-bottom:1px solid #ffffff0a;color:var(--text);font-size:15px;margin:0;padding:10px 0}.footer-toggle span{display:inline-block}.footer-links{margin:8px 0 12px}.footer-links li{margin:6px 0}.footer-col.socials{display:flex;padding-top:12px}.footer-col.socials,.social-icons{justify-content:center}}.NewCamerasRow_rowContainer__g0sWD{margin:12px 0}.NewCamerasRow_title__nHMNG{color:#fff;font-size:20px;font-weight:600;margin-bottom:22px;padding-left:8px}.NewCamerasRow_earf-blue__zDanw{background:none;color:#1ed6ff!important;color:var(--earf-blue,#1ed6ff)!important}.NewCamerasRow_row__UDf8P{box-sizing:border-box;display:flex;flex-wrap:nowrap;gap:12px;max-width:100vw;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;width:100%}.NewCamerasRow_row__UDf8P::-webkit-scrollbar{display:none}@media (max-width:1000px){.NewCamerasRow_card__hOrai{max-width:250px;min-width:250px}}@media (max-width:900px){.NewCamerasRow_card__hOrai{max-width:180px;min-width:180px}}@media (max-width:600px){.NewCamerasRow_row__UDf8P{flex-wrap:nowrap;gap:8px;max-width:100vw;overflow-x:auto;padding-bottom:4px}.NewCamerasRow_card__hOrai{margin:0 auto;max-width:92vw;min-width:92vw}}.NewCamerasRow_card__hOrai{border-radius:10px;display:flex;flex-direction:column;max-width:260px;min-width:260px;overflow:hidden;position:relative}.NewCamerasRow_card__hOrai:after{border-radius:2px;bottom:0;content:"";height:2.5px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,1.2,.6,1);z-index:2}.NewCamerasRow_card__hOrai:focus-visible:after,.NewCamerasRow_card__hOrai:hover:after{transform:scaleX(1)}.NewCamerasRow_card__hOrai:focus-visible,.NewCamerasRow_card__hOrai:hover{transform:scale(1.02)}.NewCamerasRow_thumbWrapper__JvWjM{border-radius:8px;height:150px;overflow:hidden;position:relative;width:100%}.NewCamerasRow_thumbnail__rSMu1{border-radius:8px;height:100%;object-fit:cover;width:100%}.NewCamerasRow_liveBadge__LGmUr{background:var(--earf-blue);color:#000;font-weight:700;top:8px}.NewCamerasRow_liveBadge__LGmUr,.NewCamerasRow_viewerCount__PxsEi{border-radius:4px;font-size:.9rem;left:8px;padding:2px 8px;position:absolute}.NewCamerasRow_viewerCount__PxsEi{background:#000000b3;bottom:8px;color:#fff;z-index:2191}.NewCamerasRow_info__uts17{padding:10px 12px 8px;transition:background .18s ease,color .16s ease}.NewCamerasRow_name__bKPTT{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NewCamerasRow_card__hOrai:focus-visible .NewCamerasRow_info__uts17,.NewCamerasRow_card__hOrai:hover .NewCamerasRow_info__uts17{background:#0000;background:var(--hover-color,#0000);color:inherit;color:var(--hover-text-color,inherit)}.NewCamerasRow_card__hOrai:focus-visible .NewCamerasRow_info__uts17 .NewCamerasRow_feature-tags__\+dWPv span,.NewCamerasRow_card__hOrai:focus-visible .NewCamerasRow_info__uts17 .NewCamerasRow_tag-count__OLZfk,.NewCamerasRow_card__hOrai:hover .NewCamerasRow_info__uts17 .NewCamerasRow_feature-tags__\+dWPv span,.NewCamerasRow_card__hOrai:hover .NewCamerasRow_info__uts17 .NewCamerasRow_tag-count__OLZfk{background:#00000047;background:var(--hover-tag-bg,#00000047);color:inherit;color:var(--hover-text-color,inherit)}.NewCamerasRow_tagBadge__D7DZS{background:#0a0a0a5c;border-radius:4px;color:#fff;font-size:.85rem;font-weight:400;margin-left:8px;padding:2px 8px;transition:background .18s ease,color .16s ease;white-space:nowrap}.NewCamerasRow_card__hOrai:focus-visible .NewCamerasRow_info__uts17 .NewCamerasRow_tagBadge__D7DZS,.NewCamerasRow_card__hOrai:hover .NewCamerasRow_info__uts17 .NewCamerasRow_tagBadge__D7DZS{background:#0a0a0a5c;background:var(--hover-tag-bg,#0a0a0a5c);color:#fff;color:var(--hover-text-color,#fff)}.NewCamerasRow_meta__FC4Ip{color:#aaa;display:flex;flex-wrap:wrap;font-size:.92rem;gap:8px}.NewCamerasRow_empty__G7fGl,.NewCamerasRow_loading__3X9FD{color:#aaa;padding:24px 0;text-align:center}.NewCamerasRow_view-all-button__QnguI{background-color:#3330;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:0 0 auto;font-size:14px;font-weight:700;margin-left:12px;padding:10px 20px;text-decoration:none;white-space:nowrap}.NewCamerasRow_view-all-button__QnguI:hover{color:var(--earf-blue)}.NewCamerasRow_previewIframe__\+SXqk{border:none;border-radius:8px;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1}.WorldClocksRow_world-clocks-row__oScks{align-items:center;border-radius:16px;box-sizing:border-box;display:flex;flex-wrap:nowrap;gap:18px;justify-content:flex-start;max-width:100vw;overflow-x:hidden;padding:10px 10px 20px;width:100%}.WorldClocksRow_world-clocks-row__oScks::-webkit-scrollbar{display:none}.WorldClocksRow_clock-container__CUtCQ{align-items:center;backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);background:#ffffff0a;background-color:#0f0f0fcc;border:1px solid #ffffff0f;border-radius:16px;box-shadow:0 6px 18px #00000073,inset 0 1px 0 #ffffff05;display:flex;flex:0 0 auto;gap:12px;height:82px;min-height:82px;padding:18px 16px;position:relative;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,border-color .18s ease;width:200px}.WorldClocksRow_clock-container__CUtCQ:hover{border-color:#ffffff1f;box-shadow:0 14px 32px #00000080,inset 0 1px 0 #ffffff08;transform:translateY(-6px) scale(1.01)}.WorldClocksRow_clock-container__CUtCQ.WorldClocksRow_flipping__msGVc{transform:rotateY(180deg)}.WorldClocksRow_clock-container__CUtCQ:after{background:#0000;background:var(--hover-color,#0000);border-radius:16px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease,background-color .22s ease;z-index:1}.WorldClocksRow_clock-container__CUtCQ:hover:after{opacity:1}.WorldClocksRow_flag__Iz\+gQ,.WorldClocksRow_time-info__A-nEb{position:relative;z-index:2}.WorldClocksRow_clock-container__CUtCQ .WorldClocksRow_ampm__dyogA,.WorldClocksRow_clock-container__CUtCQ .WorldClocksRow_city-name__2t\+W2,.WorldClocksRow_clock-container__CUtCQ .WorldClocksRow_time-display__hMi16{color:#fff}.WorldClocksRow_clock-container__CUtCQ:hover .WorldClocksRow_ampm__dyogA,.WorldClocksRow_clock-container__CUtCQ:hover .WorldClocksRow_city-name__2t\+W2,.WorldClocksRow_clock-container__CUtCQ:hover .WorldClocksRow_time-display__hMi16{color:#fff!important}.WorldClocksRow_flag__Iz\+gQ{border:1px solid #ffffff0f;border-radius:6px;box-shadow:0 4px 10px #00000059;display:block;height:30px;object-fit:contain;object-position:center;width:40px}.WorldClocksRow_time-info__A-nEb{align-items:flex-start;display:flex;flex-direction:column;min-height:48px;opacity:1;transition:opacity .18s cubic-bezier(.4,1.2,.6,1)}.WorldClocksRow_time-display__hMi16{align-items:flex-end;color:#f2f3f3;display:flex;font-size:1.2rem;font-weight:700;gap:2px;margin-bottom:0}.WorldClocksRow_ampm__dyogA{font-size:.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:2px;margin-left:2px;vertical-align:initial}.WorldClocksRow_city-name__2t\+W2{color:#cacaca;display:block;font-size:1rem;font-weight:500;line-height:1.2;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.WorldClocksRow_loading-container__n50aj{color:#aaa;font-size:1.2rem}.WorldClocksRow_error-container__SEpW2,.WorldClocksRow_loading-container__n50aj{align-items:center;display:flex;justify-content:center;min-height:52px;text-align:center;width:100%}.WorldClocksRow_error-container__SEpW2{color:#a7a7a7;font-size:1.05rem;padding:8px 0}.WorldClocksRow_error-container__SEpW2 p{color:inherit;margin:0;text-align:center}.WorldClocksRow_spinner__fislt{animation:WorldClocksRow_spin__ckeE1 .8s linear infinite;border:3px solid #1ed6ff;border-radius:50%;border-top-color:#0f0f0f;display:inline-block;height:28px;margin:0 auto;width:28px}@keyframes WorldClocksRow_spin__ckeE1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.WorldClocksRow_skeleton__SJV7e{animation:WorldClocksRow_skeleton-loading__xqngb 1.5s infinite;background:linear-gradient(90deg,#222 25%,#2a2a2a 50%,#222 75%);background-size:200% 100%;border-radius:6px}@keyframes WorldClocksRow_skeleton-loading__xqngb{0%{background-position:200% 0}to{background-position:-200% 0}}.WorldClocksRow_skeleton-flag__n25OQ{border-radius:6px;height:30px;width:40px}.WorldClocksRow_skeleton-line__WK214{border-radius:4px;height:14px}.WorldClocksRow_fadeOut__uuk3z{opacity:0;transition:opacity .18s cubic-bezier(.4,1.2,.6,1)}.WorldClocksRow_fadeIn__uVdMd{opacity:1;transition:opacity .18s cubic-bezier(.4,1.2,.6,1)}.About_aboutMain__jmJdN{align-items:center;display:flex;flex-direction:column;height:100%;min-height:100%;overflow-y:scroll;padding-bottom:0;width:100%}.About_section__\+id-J{animation:About_fadeInUp__SiHvP 1s cubic-bezier(.23,1.01,.32,1) both;border-bottom:1px solid #2a2a2a;border-bottom:1px solid var(--border-color,#2a2a2a);color:#fff;color:var(--text-color,#fff);margin:auto;max-width:1200px;padding:10px;width:100%}.About_animatedFadeIn__ohbKr{animation:About_fadeIn__owa5Y 2.2s .1s forwards;font-weight:600;opacity:0}.About_animatedSlideIn__fLxFa{animation:About_slideIn__w6dEY 2.2s .2s forwards;opacity:0;transform:translateX(-40px)}@keyframes About_fadeIn__owa5Y{to{opacity:1}}@keyframes About_slideIn__w6dEY{to{opacity:1;transform:none}}@keyframes About_fadeInUp__SiHvP{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.About_partnersSection__H1hh6{animation:About_fadeInUp__SiHvP 1s .2s both;color:#fff;color:var(--text-color,#fff);margin:0 auto 20px;padding:10px;text-align:center;width:100%}.About_logosRow__X0m7Q h3{font-weight:500!important}.About_logosRow__X0m7Q{flex-wrap:wrap;gap:2.5rem;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1500px;width:100%}.About_logosRow__X0m7Q,.About_partnerLogoLink__y9S7x{align-items:center;display:flex;justify-content:center}.About_partnerLogoLink__y9S7x{border-radius:8px;margin:0;min-height:60px;text-align:center;transition:transform .13s,box-shadow .13s;width:160px}.About_partnerLogoLink__y9S7x:focus,.About_partnerLogoLink__y9S7x:hover{transform:scale(1.05)}.About_partnerLogo__efedB{animation:About_logoFadeIn__WTD3H 1.2s forwards;animation-timing-function:cubic-bezier(.23,1.01,.32,1);background:#131313;border-radius:8px;display:block;filter:blur(6px);height:48px;margin-left:auto;margin-right:auto;max-height:48px;max-width:100%;object-fit:contain;opacity:0;padding:8px 12px;transition:transform .13s,box-shadow .13s;width:110px}.About_partnerLogo__efedB:first-child{animation-delay:.2s}.About_partnerLogo__efedB:nth-child(2){animation-delay:.5s}.About_partnerLogo__efedB:nth-child(3){animation-delay:.8s}.About_partnerLogo__efedB:nth-child(4){animation-delay:1.1s}.About_partnerLogo__efedB:nth-child(5){animation-delay:1.4s}.About_partnerLogo__efedB:nth-child(6){animation-delay:1.7s}.About_partnerLogo__efedB:nth-child(7){animation-delay:2s}.About_partnerLogo__efedB:nth-child(8){animation-delay:2.3s}@keyframes About_logoFadeIn__WTD3H{to{filter:none;opacity:1;transform:none}}@media screen and (max-width:768px){.About_partnersSection__H1hh6{padding:0}}@media (max-width:900px){.About_logosRow__X0m7Q{align-items:center;gap:1.2rem;justify-content:center;margin-left:0;margin-right:0;max-width:100vw}.About_partnerLogoLink__y9S7x{min-height:48px;width:120px}.About_partnerLogo__efedB{height:40px;margin:0 auto;padding:6px;width:90px}}@media (max-width:600px){.About_logosRow__X0m7Q{align-items:center;gap:.7rem;justify-content:center;margin-left:0;margin-right:0;max-width:100vw}.About_partnerLogoLink__y9S7x{min-height:40px;width:90px}.About_partnerLogo__efedB{height:32px;margin:0 auto;padding:4px 2px;width:70px}}.home-page-container{background-color:var(--content-background);box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 64px);margin:0 auto;max-width:100vw;overflow-x:hidden!important;overflow-y:scroll;padding:20px;scrollbar-width:none;width:100%}.home-page-container::-webkit-scrollbar{display:none}.spacer-line1{background-color:#424141;display:block;height:1px;margin:20px 0;opacity:.8;width:100%;z-index:9999}.spinner-wrapper1{align-items:center;display:flex;flex-direction:column;justify-content:center}.earf-text1{color:#0ab;font-size:1.5rem;font-weight:700;margin-bottom:-250px;margin-top:-10px;text-align:center}.welcome-text{color:#fff;font-size:1.2rem;font-weight:500;margin-bottom:2px;margin-top:0;text-align:center}@media (max-width:1200px){.home-page-container{max-width:100vw;width:100%}.earf-text1{margin-bottom:-200px}.testicles{display:none}}.hide-on-mobile{display:block}@media (max-width:900px){.hide-on-mobile{display:none!important}}.spacer-gradient{background:linear-gradient(90deg,#3330,#333333d7 20%,#333333d7 50%,#222 80%,#3330);height:1px;margin:12px 0;transition:background .3s;width:100%}.NotFound_not-found-container__7KBpE{align-items:center;background-color:var(--content-background);color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;justify-content:center;padding:50px;text-align:center}.NotFound_error-404__4yrXG{align-items:center;color:#3c3c3c;display:flex;font-size:150px;justify-content:center}.NotFound_error-digit__qyARx{font-size:180px;font-weight:700;padding:20px}.NotFound_earf-logo__\+gHyK{height:150px;margin:0 10px;width:150px}.NotFound_reason-block__8obP0{background-color:#3a0000;border:1px solid red;border-radius:5px;color:#fff;margin:16px auto;max-width:700px;padding:8px 12px;word-wrap:break-word;font-size:14px;text-align:left}.NotFound_error-message__rok84{color:hsla(0,0%,100%,.856);font-size:24px;font-weight:600;margin:0}.NotFound_error-description__Dpmi4{color:#b9b9b9;font-size:16px;margin-bottom:20px;margin-top:5px;padding:0}.NotFound_go-home-button__nJZ-r{border:none;border-radius:4px;color:#000;cursor:pointer;font-size:16px;padding:10px 15px;transition:background-color .3s ease}.NotFound_go-home-button__nJZ-r,.NotFound_go-home-button__nJZ-r:hover{background-color:var(--earf-blue)}.NotFound_go-home-button__nJZ-r:focus{outline:none}.NotFound_go-home-button__nJZ-r:active{background-color:var(--earf-blue)}@media (max-width:768px){.NotFound_not-found-container__7KBpE{padding:20px}.NotFound_error-404__4yrXG{flex-direction:column;font-size:100px}.NotFound_error-digit__qyARx{font-size:120px;padding:10px}.NotFound_earf-logo__\+gHyK{height:90px;margin:10px 0;width:90px}.NotFound_error-message__rok84{font-size:20px}.NotFound_error-description__Dpmi4{font-size:14px}.NotFound_go-home-button__nJZ-r{font-size:14px;padding:8px 12px}}@media (max-width:480px){.NotFound_error-404__4yrXG{font-size:80px}.NotFound_error-digit__qyARx{font-size:100px}.NotFound_earf-logo__\+gHyK{height:70px;width:70px}.NotFound_go-home-button__nJZ-r{font-size:12px;padding:6px 10px}}.GetStarted_pageWrapper__WdOZb{background:#0b0b0c;color:#e6eef6;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden}.GetStarted_container__LacnU{margin:0 auto;max-width:1200px;padding:0 24px}.GetStarted_heroSection__sPSsb{align-items:center;background-color:#0b0b0c;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative}.GetStarted_heroSection__sPSsb:before{background:linear-gradient(180deg,#0b0b0c66,#0b0b0c99 50%,#0b0b0cf2);content:"";inset:0;position:absolute;z-index:1}.GetStarted_heroOverlay__wb\+Xg{background:radial-gradient(ellipse at center,#0000 0,#0b0b0c99 100%);inset:0;position:absolute;z-index:1}.GetStarted_heroContent__bJNV0{max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:10}.GetStarted_heroLogo__Tp6wn{filter:drop-shadow(0 4px 20px rgba(29,161,242,.3));height:auto;margin-bottom:24px;width:180px}.GetStarted_heroBadge__fN6dh{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1da1f226;border:1px solid #1da1f24d;border-radius:50px;color:#1da1f2;display:inline-flex;font-size:.875rem;font-weight:500;gap:8px;margin-bottom:24px;padding:8px 20px}.GetStarted_liveDot__gwTmU{animation:GetStarted_pulse__c9ikO 2s infinite;background:#1da1f2;border-radius:50%;height:8px;width:8px}@keyframes GetStarted_pulse__c9ikO{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.GetStarted_heroTitle__sy9KI{background:linear-gradient(135deg,#fff,#e6eef6 50%,#1da1f2);-webkit-background-clip:text;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin:0 0 20px;-webkit-text-fill-color:#0000;background-clip:text}.GetStarted_heroSubtitle__8e0QQ{color:#ffffffb3;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;margin:0 auto 40px;max-width:650px}.GetStarted_heroFeatures__o\+RSY{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:40px}.GetStarted_heroFeature__EdGFc{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:8px}.GetStarted_heroFeature__EdGFc svg{color:#2ecc71;flex-shrink:0}.GetStarted_heroCta__JcoTn{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px}.GetStarted_primaryBtn__CoyhT{align-items:center;background:linear-gradient(135deg,#1da1f2,#0d8ddb);border:none;border-radius:12px;box-shadow:0 4px 20px #1da1f24d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:16px 32px;transition:all .3s ease}.GetStarted_primaryBtn__CoyhT:hover{box-shadow:0 8px 30px #1da1f266;transform:translateY(-2px)}.GetStarted_secondaryBtn__Vf5gw{align-items:center;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:16px 32px;transition:all .3s ease}.GetStarted_secondaryBtn__Vf5gw:hover{background:#ffffff1a;border-color:#ffffff4d}.GetStarted_heroNote__Wgu0t{color:#ffffff80;font-size:.9rem;margin:0}.GetStarted_linkBtn__16k5C{background:none;border:none;color:#1da1f2;cursor:pointer;font-size:.9rem;padding:0;text-decoration:underline;transition:color .2s}.GetStarted_linkBtn__16k5C:hover{color:#4db5f5}.GetStarted_scrollIndicator__-hwC5{align-items:center;animation:GetStarted_bounce__dVpRZ 2s infinite;bottom:40px;color:#ffffff80;cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;gap:8px;left:50%;position:absolute;transform:translateX(-50%);transition:color .2s ease;z-index:10}.GetStarted_scrollIndicator__-hwC5:hover{color:#fffc}@keyframes GetStarted_bounce__dVpRZ{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-8px)}60%{transform:translateX(-50%) translateY(-4px)}}.GetStarted_sectionHeader__vi4o9{margin-bottom:60px;text-align:center}.GetStarted_sectionTitle__pEf53{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 12px}.GetStarted_sectionSubtitle__7ENHb{color:#fff9;font-size:1.1rem;line-height:1.6;margin:0 auto 20px;max-width:600px}.GetStarted_sectionDivider__LXn0A{background:linear-gradient(90deg,#1da1f2,#2ecc71);border-radius:2px;height:4px;margin:0 auto;width:60px}.GetStarted_benefitsSection__bk\+P4{background:linear-gradient(180deg,#0b0b0c,#0f1114);padding:100px 0}.GetStarted_benefitsGrid__l0T\+S{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.GetStarted_benefitCard__BfCp-{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;padding:32px 28px;text-align:center;transition:all .3s ease}.GetStarted_benefitCard__BfCp-:hover{border-color:#1da1f24d;box-shadow:0 12px 40px #0000004d;transform:translateY(-4px)}.GetStarted_benefitIcon__4FKC7{align-items:center;background:linear-gradient(135deg,#1da1f226,#2ecc711a);border-radius:16px;color:#1da1f2;display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.GetStarted_benefitCard__BfCp- h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 12px}.GetStarted_benefitCard__BfCp- p{color:#fff9;font-size:.95rem;line-height:1.6;margin:0}.GetStarted_showcaseSection__MA3W-{background:#0b0b0c;padding:100px 0}.GetStarted_showcaseGrid__6W8sI{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:60px;align-items:center;gap:60px}.GetStarted_showcaseContent__KoEHD h3{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 16px}.GetStarted_showcaseContent__KoEHD p{color:#ffffffa6;font-size:1.05rem;line-height:1.7;margin:0 0 24px}.GetStarted_showcaseFeatures__7NDXh{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.GetStarted_showcaseFeatures__7NDXh li{align-items:flex-start;color:#fffc;display:flex;font-size:1rem;gap:12px;line-height:1.5}.GetStarted_showcaseFeatures__7NDXh svg{color:#2ecc71;flex-shrink:0;margin-top:2px}.GetStarted_showcaseVisual__Dz2\+v{position:relative}.GetStarted_showcaseCard__COjR4{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:20px;box-shadow:0 20px 60px #0006;padding:32px}.GetStarted_showcaseCardHeader__yCljO{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:16px;margin-bottom:24px;padding-bottom:20px}.GetStarted_showcaseCardIcon__cKJDw{align-items:center;background:linear-gradient(135deg,#1da1f2,#0d8ddb);border-radius:14px;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.GetStarted_showcaseCardTitle__sgcFH{color:#fff;font-size:1.25rem;font-weight:600;margin:0 0 4px}.GetStarted_showcaseCardSub__35Rhh{color:#ffffff80;font-size:.9rem;margin:0}.GetStarted_showcaseStats__zBYvQ{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.GetStarted_showcaseStat__VcWUZ{background:#ffffff08;border-radius:12px;padding:16px;text-align:center}.GetStarted_showcaseStatNum__W5Df1{color:#1da1f2;display:block;font-size:1.5rem;font-weight:700;margin-bottom:4px}.GetStarted_showcaseStatLabel__pcOlV{color:#ffffff80;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.GetStarted_submitSection__S3zVO{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:100px 0}.GetStarted_submitGrid__tHABl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.GetStarted_submitCard__jVaIr{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease}.GetStarted_submitEmoji__rqNec{display:block;font-size:3rem;margin-bottom:20px}.GetStarted_submitCard__jVaIr h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 12px}.GetStarted_submitCard__jVaIr p{color:#fff9;font-size:.95rem;line-height:1.6;margin:0}.GetStarted_accountSection__uDfAJ{background:linear-gradient(135deg,#1da1f214,#2ecc710d);border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;padding:100px 0}.GetStarted_accountContent__03tO9{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;align-items:center;gap:60px}.GetStarted_accountText__XBqy9 h2{color:#fff;font-size:2rem;font-weight:700;margin:0 0 16px}.GetStarted_accountText__XBqy9>p{color:#ffffffa6;font-size:1.1rem;line-height:1.7;margin:0 0 28px}.GetStarted_accountBenefits__\+Eqpl{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0 0 32px;padding:0}.GetStarted_accountBenefits__\+Eqpl li{align-items:center;color:#ffffffd9;display:flex;font-size:1rem;gap:12px}.GetStarted_accountBenefits__\+Eqpl svg{color:#2ecc71;flex-shrink:0}.GetStarted_accountCta__wQheT{display:flex;flex-direction:column;gap:12px}.GetStarted_tertiaryBtn__xILqp{background:none;border:none;color:#fff9;cursor:pointer;font-size:.95rem;padding:8px 0;text-align:left;transition:color .2s}.GetStarted_tertiaryBtn__xILqp:hover{color:#1da1f2}.GetStarted_loggedInBadge__b7xID{align-items:center;background:#2ecc711a;border:1px solid #2ecc714d;border-radius:12px;color:#2ecc71;font-size:1.1rem;font-weight:600;gap:12px;padding:20px 32px}.GetStarted_accountVisual__EeeSd,.GetStarted_loggedInBadge__b7xID{display:flex;justify-content:center}.GetStarted_accountCard__jWQ1x{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:360px;padding:32px;width:100%}.GetStarted_accountCardHeader__0M8f9{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:16px;margin-bottom:24px;padding-bottom:20px}.GetStarted_accountAvatar__JyDy1{align-items:center;background:linear-gradient(135deg,#1da1f2,#0d8ddb);border-radius:50%;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.GetStarted_accountCardName__mFpbq{color:#fff;font-size:1.1rem;font-weight:600}.GetStarted_accountCardRole__7GoAk{color:#ffffff80;font-size:.85rem}.GetStarted_accountCardStats__-D\+hl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.GetStarted_accountStat__OP6Mi{background:#ffffff08;border-radius:10px;padding:12px;text-align:center}.GetStarted_accountStatNum__9BegL{color:#1da1f2;display:block;font-size:1.25rem;font-weight:700;margin-bottom:2px}.GetStarted_accountStatLabel__LzfBV{color:#ffffff80;font-size:.75rem}.GetStarted_howItWorksSection__v0Ll4{background:#0b0b0c;padding:100px 0}.GetStarted_stepsGrid__pMzSv{align-items:flex-start;display:flex;flex-wrap:wrap;gap:0;justify-content:center}.GetStarted_stepCard__-73Cb{flex:0 1 220px;padding:24px 20px;text-align:center}.GetStarted_stepNumber__lFVGq{align-items:center;background:linear-gradient(135deg,#1da1f2,#0d8ddb);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.GetStarted_stepCard__-73Cb h3{color:#fff;font-size:1.1rem;font-weight:700;margin:0 0 10px}.GetStarted_stepCard__-73Cb p{color:#fff9;font-size:.9rem;line-height:1.5;margin:0}.GetStarted_stepConnector__Z0poz{align-items:center;color:#fff3;display:flex;padding-top:40px}.GetStarted_ctaSection__UV7cK{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:100px 0;text-align:center}.GetStarted_ctaContent__V\+0Ff h2{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 16px}.GetStarted_ctaContent__V\+0Ff p{color:#fff9;font-size:1.1rem;line-height:1.7;margin:0 auto 32px;max-width:600px}.GetStarted_ctaButtons__K08gf{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.GetStarted_modalOverlay__7LWSO{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px;position:fixed;z-index:10000}.GetStarted_modalContent__11V4c{background:linear-gradient(180deg,#1a1d24,#141619);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 24px 80px #00000080;max-width:560px;padding:32px;width:100%}.GetStarted_modalHeader__aaXOR{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.GetStarted_modalTitle__QpqiM{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.GetStarted_closeButton__OK-dJ{align-items:center;background:#ffffff0d;border:none;border-radius:10px;color:#fff9;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.GetStarted_closeButton__OK-dJ:hover{background:#ffffff1a;color:#fff}.GetStarted_progressBar__CIN0M{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}.GetStarted_progressFill__I\+5qe{background:linear-gradient(90deg,#1da1f2,#2ecc71);border-radius:2px;height:100%;transition:width .3s ease}.GetStarted_stepIndicator__L0Dmx{color:#ffffff80;font-size:.85rem;margin-bottom:24px}.GetStarted_modalForm__vc2p4{display:flex;flex-direction:column;gap:20px}.GetStarted_formGroup__pTzY\+{display:flex;flex-direction:column;gap:8px}.GetStarted_formLabel__gCAik{color:#fffc;font-size:.9rem;font-weight:500}.GetStarted_required__It-p3{color:#ff6b6b;margin-left:4px}.GetStarted_formInput__zPpi8,.GetStarted_modalForm__vc2p4 select,.GetStarted_modalForm__vc2p4 textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;box-sizing:border-box;color:#fff;font-size:1rem;padding:14px 16px;transition:all .2s;width:100%}.GetStarted_formInput__zPpi8:focus,.GetStarted_modalForm__vc2p4 select:focus,.GetStarted_modalForm__vc2p4 textarea:focus{background:#1da1f20d;border-color:#1da1f2;outline:none}.GetStarted_formInput__zPpi8::placeholder,.GetStarted_modalForm__vc2p4 textarea::placeholder{color:#ffffff4d}.GetStarted_formError__rRP7x{align-items:center;background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:10px;color:#ff6b6b;display:flex;font-size:.95rem;gap:10px;padding:12px 16px}.GetStarted_formActions__0j4eF{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:8px}.GetStarted_backBtn__arBWy{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#ffffffb3;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .2s}.GetStarted_backBtn__arBWy:hover:not(:disabled){background:#ffffff1a}.GetStarted_backBtn__arBWy:disabled{cursor:not-allowed;opacity:.4}.GetStarted_nextBtn__7a2fC,.GetStarted_submitBtn__vivjR{background:linear-gradient(135deg,#1da1f2,#0d8ddb);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;transition:all .2s}.GetStarted_nextBtn__7a2fC:hover:not(:disabled),.GetStarted_submitBtn__vivjR:hover:not(:disabled){box-shadow:0 4px 16px #1da1f24d;transform:translateY(-1px)}.GetStarted_nextBtn__7a2fC:disabled,.GetStarted_submitBtn__vivjR:disabled{cursor:not-allowed;opacity:.5}.GetStarted_submitGroup__Lc\+kz{align-items:flex-end;display:flex;flex-direction:column;gap:16px}.GetStarted_successMessage__ScD2Z{padding:40px 20px;text-align:center}.GetStarted_successMessage__ScD2Z .GetStarted_successIcon__XPZpY{font-size:4rem;margin-bottom:20px}.GetStarted_successMessage__ScD2Z h3{color:#2ecc71;font-size:1.5rem;font-weight:700;margin:0 0 12px}.GetStarted_successMessage__ScD2Z p{color:#ffffffb3;font-size:1rem;line-height:1.6;margin:0}@media (max-width:1024px){.GetStarted_benefitsGrid__l0T\+S,.GetStarted_submitGrid__tHABl{grid-template-columns:repeat(2,1fr)}.GetStarted_submitGrid__tHABl .GetStarted_submitCard__jVaIr:last-child{grid-column:span 2;margin:0 auto;max-width:400px}.GetStarted_accountContent__03tO9,.GetStarted_showcaseGrid__6W8sI{gap:40px;grid-template-columns:1fr}.GetStarted_accountContent__03tO9,.GetStarted_accountText__XBqy9{text-align:center}.GetStarted_accountBenefits__\+Eqpl,.GetStarted_accountCta__wQheT{align-items:center}.GetStarted_tertiaryBtn__xILqp{text-align:center}}@media (max-width:768px){.GetStarted_heroSection__sPSsb{min-height:auto;padding:80px 20px 100px}.GetStarted_heroContent__bJNV0{align-items:center;display:flex;flex-direction:column;text-align:center}.GetStarted_heroFeatures__o\+RSY{align-items:center;flex-direction:column;gap:12px}.GetStarted_heroCta__JcoTn{align-items:center;flex-direction:column;margin:0 auto 20px;max-width:300px;width:100%}.GetStarted_primaryBtn__CoyhT,.GetStarted_secondaryBtn__Vf5gw{justify-content:center;width:100%}.GetStarted_heroNote__Wgu0t{text-align:center}.GetStarted_benefitsGrid__l0T\+S,.GetStarted_submitGrid__tHABl{grid-template-columns:1fr}.GetStarted_submitGrid__tHABl .GetStarted_submitCard__jVaIr:last-child{grid-column:span 1;max-width:none}.GetStarted_stepsGrid__pMzSv{align-items:center;flex-direction:column}.GetStarted_stepConnector__Z0poz{margin:8px 0;padding:0;transform:rotate(90deg)}.GetStarted_ctaButtons__K08gf{align-items:center;flex-direction:column}.GetStarted_ctaButtons__K08gf .GetStarted_primaryBtn__CoyhT,.GetStarted_ctaButtons__K08gf .GetStarted_secondaryBtn__Vf5gw{max-width:300px;width:100%}.GetStarted_modalContent__11V4c{margin:20px;padding:24px}.GetStarted_formActions__0j4eF{flex-direction:column}.GetStarted_backBtn__arBWy,.GetStarted_nextBtn__7a2fC,.GetStarted_submitBtn__vivjR{width:100%}.GetStarted_submitGroup__Lc\+kz{align-items:stretch;width:100%}}@media (max-width:480px){.GetStarted_heroBadge__fN6dh{font-size:.8rem;padding:6px 16px}.GetStarted_heroTitle__sy9KI{font-size:2rem}.GetStarted_heroSubtitle__8e0QQ{font-size:1rem}.GetStarted_sectionTitle__pEf53{font-size:1.5rem}.GetStarted_benefitCard__BfCp-,.GetStarted_submitCard__jVaIr{padding:24px 20px}.GetStarted_accountCard__jWQ1x{padding:24px}.GetStarted_accountCardStats__-D\+hl{gap:8px}}.AudioPlayer_audio-player-container__AH-QU{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#1e1e1ee6;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 4px 16px #00000040;color:#fff;display:flex;height:48px;opacity:0;pointer-events:none;position:fixed;transform:translateY(100%);transition:transform .3s ease-in-out,opacity .4s cubic-bezier(.4,0,.2,1);width:380px;z-index:99998}.AudioPlayer_audio-player-container__AH-QU.AudioPlayer_show__s\+kho{opacity:1;pointer-events:auto;transform:translateY(0)}.AudioPlayer_audio-player-header__zensO{align-items:center;display:flex;flex-direction:row;gap:8px;height:100%;justify-content:flex-start;padding:0 6px;width:100%}.AudioPlayer_top-section__b-JcW{align-items:center;display:flex;flex:0 1 auto;min-width:0;padding-left:4px}.AudioPlayer_favicon-icon__wZAsB{background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;box-shadow:0 1px 4px #0003;flex-shrink:0;height:32px;object-fit:cover;width:32px}.AudioPlayer_station-info-header__sl3EV{color:#f7f7f7;flex-grow:1;font-size:12px;font-weight:600;margin-left:6px;margin-right:6px;overflow:hidden;position:relative;text-shadow:0 1px 2px #00000080;white-space:nowrap}.AudioPlayer_station-info-header__sl3EV span{display:inline-block;white-space:nowrap}.AudioPlayer_station-info-header__sl3EV span,.AudioPlayer_station-info-header__sl3EV span.AudioPlayer_scroll__4XmCF{animation:AudioPlayer_scroll-text__qALj\+ 8s linear infinite}@keyframes AudioPlayer_scroll-text__qALj\+{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.AudioPlayer_bottom-section__Z2K2w{align-items:center;display:flex;gap:4px;justify-content:flex-end;margin-left:auto;padding-right:4px;padding-top:0;width:auto}.AudioPlayer_list-button__zJos6,.AudioPlayer_play-pause-button__uot8M,.AudioPlayer_stop-button__dQqSF{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;transition:all .2s ease;width:28px}.AudioPlayer_list-button__zJos6:hover,.AudioPlayer_play-pause-button__uot8M:hover,.AudioPlayer_stop-button__dQqSF:hover{background:#ffffff26;color:#68dfdf;transform:scale(1.05)}.AudioPlayer_volume-slider__gouha{accent-color:#68dfdf;background:#0000;border-radius:8px;cursor:pointer;height:3px;margin-left:4px;width:50px}audio{display:none}.AudioPlayer_visualizer-container__fsn\+B{opacity:.8}@media (max-width:768px){.AudioPlayer_audio-player-container__AH-QU{align-items:center;border-radius:0;bottom:0;box-shadow:0 -1px 8px #00000026;display:flex;height:44px;justify-content:center;left:0;max-height:none;padding:0 8px;position:fixed;width:100vw}.AudioPlayer_audio-player-header__zensO{align-items:center;flex-direction:row;gap:8px;justify-content:space-between;padding:12px 0;width:100vw}.AudioPlayer_list-button__zJos6,.AudioPlayer_play-pause-button__uot8M,.AudioPlayer_stop-button__dQqSF{background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;box-shadow:0 1px 2px #0000001a;color:#fff;cursor:pointer;font-size:16px;margin:0 2px;padding:4px 8px;transition:color .2s,background .2s}.AudioPlayer_top-section__b-JcW{align-items:center;flex-direction:row;gap:8px;width:auto}.AudioPlayer_favicon-icon__wZAsB{height:28px;width:28px}.AudioPlayer_station-info-header__sl3EV{font-size:12px;margin-left:6px;max-width:120px}.AudioPlayer_bottom-section__Z2K2w{align-items:center;flex-direction:row;gap:4px;justify-content:flex-end;padding-top:0;width:auto}.AudioPlayer_list-button__zJos6,.AudioPlayer_play-pause-button__uot8M,.AudioPlayer_stop-button__dQqSF{font-size:14px}.AudioPlayer_volume-slider__gouha{margin-left:6px;width:45px}.AudioPlayer_visualizer-container__fsn\+B{display:none}}.AdminLogin_admin-login-container__BjXjX{align-items:center;background-color:var(--content-background);display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;height:100vh;justify-content:center;padding:20px;text-align:center}.AdminLogin_hyperspeed-wrapper__HhuF\+{height:100%;inset:0;overflow:hidden;pointer-events:none;position:absolute;width:100%;z-index:0}.AdminLogin_admin-login-container__BjXjX>:not(.AdminLogin_hyperspeed-wrapper__HhuF\+){position:relative;z-index:1}.AdminLogin_admin-logo__gpGTK{height:auto;margin-bottom:10px;width:150px}.AdminLogin_admin-login-form__x8Gkw{backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);background:linear-gradient(180deg,#ffffff08,#ffffff05);border:1px solid #ffffff0f;border-radius:12px;box-shadow:0 18px 40px #0009;display:flex;flex-direction:column;max-width:420px;padding:22px;width:100%}.AdminLogin_admin-login-container__BjXjX h1{color:#fff;font-size:20px;font-weight:700;margin:0 0 6px;text-shadow:0 8px 22px #000000b3}.AdminLogin_admin-login-container__BjXjX p{color:#ffffffd9;font-size:13px;margin:0 0 12px}.AdminLogin_error-message__VHKWD{color:#ff6b6b!important;font-size:13px!important;font-weight:700!important;margin-bottom:12px}.AdminLogin_admin-input__MOS1z{background:#00000073;border:1px solid #ffffff0f;border-radius:8px;box-sizing:border-box;color:#fff;font-size:15px;margin-bottom:12px;padding:12px 14px;width:100%}.AdminLogin_admin-input__MOS1z::placeholder{color:#ffffffa6}.AdminLogin_admin-input__MOS1z:focus{border-color:#00e0fbb3;box-shadow:0 8px 30px #0009,inset 0 0 0 6px #00e0fb0a;outline:none}.AdminLogin_admin-input__MOS1z:-webkit-autofill,.AdminLogin_admin-input__MOS1z:-webkit-autofill:active,.AdminLogin_admin-input__MOS1z:-webkit-autofill:focus,.AdminLogin_admin-input__MOS1z:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #00000073!important;-webkit-text-fill-color:#fff!important;-webkit-animation-duration:.01s!important;-webkit-animation-fill-mode:both!important;-webkit-animation-name:AdminLogin_autofillFix__KtYHf!important;background-clip:padding-box!important;background-color:#00000073!important;border-color:#ffffff0f!important;caret-color:#fff!important;-webkit-transition:background-color 0s ease-in-out 0s!important;transition:background-color 0s ease-in-out 0s!important}.AdminLogin_admin-input__MOS1z:-moz-autofill,.AdminLogin_admin-input__MOS1z:-moz-autofill:focus{box-shadow:inset 0 0 0 1000px #00000073!important;-moz-text-fill-color:#fff!important;background-color:#00000073!important}.AdminLogin_admin-input__MOS1z:-moz-placeholder,.AdminLogin_admin-input__MOS1z:-webkit-autofill::placeholder{color:#ffffffa6!important}@keyframes AdminLogin_autofillFix__KtYHf{to{background-color:#00000073}}.AdminLogin_admin-buttons__Hezzz{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:6px;width:100%}.AdminLogin_login-button__L-V7X{background:linear-gradient(90deg,#00e0fb,#00b8e6);border:none;border-radius:10px;box-shadow:0 10px 30px #00e0fb1f;color:#001018;cursor:pointer;font-size:15px;font-weight:700;padding:12px 20px}.AdminLogin_login-button__L-V7X:hover{transform:translateY(-2px)}.AdminLogin_back-button__uNxqc{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#ffffffe6;cursor:pointer;flex:0 0 auto;font-size:14px;padding:8px 14px}.AdminLogin_admin-warning__Oc473{align-items:center;background:linear-gradient(180deg,#ff453a1a,#ff453a0a);border:1px solid #ff453a2e;border-radius:8px;box-shadow:0 8px 20px #00000059;color:#ffd9c8;display:flex;font-size:13.5px;gap:12px;margin:12px auto 16px;max-width:420px;padding:12px 14px;position:relative;text-align:left}.AdminLogin_admin-warning__Oc473:before{background:linear-gradient(180deg,#ff453a,#ff7a5a);border-bottom-left-radius:8px;border-top-left-radius:8px;bottom:0;content:"";left:0;position:absolute;top:0;width:6px}.AdminLogin_warning-message__GIAy0 p{color:inherit!important;font-size:13px;font-weight:600;line-height:1.35;margin:0;text-align:left}@media (max-width:700px){.AdminLogin_admin-login-form__x8Gkw{border-radius:10px;padding:16px}.AdminLogin_admin-login-container__BjXjX{padding:12px}.AdminLogin_admin-warning__Oc473{font-size:13px;max-width:360px;padding:10px 12px;text-align:center}.AdminLogin_back-button__uNxqc{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#ffffffe6;cursor:pointer;flex:0 0 auto;font-size:14px;padding:8px 5px}}@media (max-width:480px){.AdminLogin_admin-login-form__x8Gkw{border-radius:8px;max-width:320px;padding:12px}.AdminLogin_admin-logo__gpGTK{width:90px}.AdminLogin_admin-login-container__BjXjX h1{font-size:18px}.back-button{font-size:15px!important;padding:12px 18px!important}}.ServerStatus_status-container__WzAi4{background-color:initial;border-radius:0;box-sizing:border-box;color:#fff;margin:0;max-width:100%;padding:0;position:static;width:100%}.ServerStatus_details-row__3mPkQ{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.ServerStatus_server-details__sRUxY{background:#ffffff05;border-radius:6px;flex:0 1 240px;padding:8px 10px}.ServerStatus_green-circle__-cCe9,.ServerStatus_red-circle__5KaVM{border-radius:50%;flex:0 0 auto;height:12px;margin-right:6px;width:12px}.ServerStatus_green-circle__-cCe9{background-color:#4caf50}.ServerStatus_red-circle__5KaVM{background-color:#ff4d4d}.ServerStatus_status-text__iTPVH{font-size:16px;font-weight:700;margin-right:6px}.ServerStatus_server-url__L64Tk{color:#cfd1d4;font-size:10px;margin-left:5px}.ServerStatus_server-details__sRUxY{font-size:14px;line-height:1.6;margin-top:10px}.ServerStatus_server-details__sRUxY p{color:#cfd1d4;margin:0 0 6px}.ServerStatus_detail-label__pD\+wl{color:#9aa0a6;font-weight:600;margin-right:6px}.ServerStatus_detail-value__EpjdC{color:#e6e8ea}.ServerStatus_url-link__lCk\+N{color:inherit;text-decoration:none}.ServerStatus_url-link__lCk\+N:hover{text-decoration:underline}.ServerStatus_emergency-block__0lI\+9{align-items:center;display:flex;margin-left:12px}.ServerStatus_card-header__SOR6K{align-items:center;display:flex;gap:8px;margin-bottom:8px}.ServerStatus_card-header__SOR6K .ServerStatus_server-url__L64Tk{font-size:11px;margin-left:6px}@media (max-width:1100px){.ServerStatus_server-details__sRUxY{flex:0 1 300px}}@media (max-width:800px){.ServerStatus_server-details__sRUxY{flex:0 1 100%}}@media (max-width:768px){.ServerStatus_status-text__iTPVH{font-size:14px}.ServerStatus_server-details__sRUxY{font-size:12px}.ServerStatus_green-circle__-cCe9,.ServerStatus_red-circle__5KaVM{height:10px;width:10px}}@media (max-width:480px){.ServerStatus_status-container__WzAi4{padding:10px;width:100%}.ServerStatus_status-text__iTPVH{font-size:12px}.ServerStatus_server-details__sRUxY{font-size:11px}.ServerStatus_green-circle__-cCe9,.ServerStatus_red-circle__5KaVM{height:8px;width:8px}}.ServerLog_serverLogContainer__pyF8E{background-color:initial;border-radius:0;box-shadow:none;margin:0;max-width:100%;overflow:visible;padding:0;position:static}.ServerLog_serverLogHeader__QM99y{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.ServerLog_title__QzE0E{color:#fff;font-size:18px;font-weight:600;margin-right:5px}.ServerLog_serverUrl__yz2\+7{color:#cfd1d4;font-size:12px;font-weight:500}.ServerLog_tabs__s-Njh{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between;margin-bottom:10px}.ServerLog_tabButton__wrJyj{background-color:#1e2023;border:none;border-radius:5px;color:#cfd1d4;cursor:pointer;flex:1 1;font-size:12px;padding:8px 12px;text-align:center;transition:background-color .3s ease}.ServerLog_tabButton__wrJyj:hover{background-color:#282a2d}.ServerLog_activeTab__urCha{background-color:var(--earf-blue);color:#000}.ServerLog_logContainer__HOpR6{background-color:#1e2023;border:1px solid #333;border-radius:5px;max-height:600px;overflow-y:auto;padding:5px}.ServerLog_table__Xqegd{border-collapse:collapse;width:100%}.ServerLog_row__-yXlA td{border-bottom:1px solid #333;color:#fff;font-size:14px;padding:8px 10px;word-wrap:break-word}.ServerLog_timestamp__PwMct{color:#f0f0f0;display:block;font-size:12px;margin-bottom:2px}.ServerLog_message__B4sOP{color:#fff;font-size:14px}.ServerLog_row__-yXlA[data-log-type="LOGIN ATTEMPT"]{background-color:#b3742c67}.ServerLog_row__-yXlA[data-log-type=UPDATER]{background-color:#7347a53d;color:#cce7ff}.ServerLog_row__-yXlA[data-log-type=CREATER]{background-color:#3d8048;color:#a8ffab}.ServerLog_row__-yXlA[data-log-type=DELETER]{background-color:#522727;color:#ffabab}.ServerLog_row__-yXlA[data-log-type=SITEMAP]{background-color:#2d2d40;color:#ccf}.ServerLog_error__zQiok,.ServerLog_loading__chc42{color:#666;font-size:16px;margin-top:20px;text-align:center}@media (max-width:768px){.ServerLog_serverLogContainer__pyF8E{margin:10px auto;max-width:95%;padding:15px;position:relative}.ServerLog_logContainer__HOpR6{max-height:400px}.ServerLog_title__QzE0E{font-size:16px}.ServerLog_tabButton__wrJyj{font-size:10px;padding:6px 8px}.ServerLog_row__-yXlA td{font-size:12px}}@media (max-width:480px){.ServerLog_serverLogContainer__pyF8E{margin:0;max-width:100%;padding:10px}.ServerLog_tabs__s-Njh{flex-direction:column;gap:8px}.ServerLog_tabButton__wrJyj{font-size:9px;padding:5px}.ServerLog_logContainer__HOpR6{max-height:300px}.ServerLog_title__QzE0E{font-size:14px}.ServerLog_row__-yXlA td{font-size:11px;padding:6px 8px}}.AdminDashboard_dashboard-container__4jpYt{align-items:stretch;background:#111215;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:hidden;padding:0;position:relative}.AdminDashboard_dashboard-header__TxVOE{align-items:center;box-sizing:border-box;display:flex;font-size:20px;justify-content:space-between;margin:0 auto;max-width:95%;padding-bottom:10px;padding-top:10px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.AdminDashboard_title-container__pLhaY{align-items:center;display:flex}.AdminDashboard_dashboard-title__lfK3R{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.01em;margin-left:15px}.AdminDashboard_dashboard-logo__Ix7K3{height:auto;width:48px}.AdminDashboard_logout-button__0Oq59{background:#23242a;border:none;border-radius:6px;box-shadow:0 1px 4px #00000014;color:#fff;cursor:pointer;font-size:15px;margin-left:16px;padding:10px 22px;position:static;transition:background .2s}.AdminDashboard_logout-button__0Oq59:hover{background:#e74c3c;color:#fff}.AdminDashboard_section__4JCLh{background:#18191d;border-radius:14px;box-shadow:0 2px 12px 0 #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:0;margin:32px auto 0;max-width:1200px;padding:32px 24px;width:95%}.AdminDashboard_dashboard-scrollable-content__in67Y{align-items:stretch;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:0;min-height:0;overflow-y:scroll;padding-bottom:100px;scrollbar-width:none}.AdminDashboard_dashboard-scrollable-content__in67Y::-webkit-scrollbar{display:none}.AdminDashboard_dashboard-items__b5NcB{align-items:stretch;background:none;box-shadow:none;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin:0;padding:10px;width:95%}.AdminDashboard_dashboard-item__WJNN7{align-items:flex-start;background:#23242a;border:1px solid #23242a;border-radius:10px;box-shadow:0 1px 8px 0 #0000001a;color:#fff;cursor:pointer;display:flex;height:95px!important;max-height:95px;overflow:hidden;padding:22px 20px;position:relative;text-align:left;transition:box-shadow .18s,background .18s,color .18s,transform .15s;width:300px}.AdminDashboard_dashboard-item__WJNN7:hover{box-shadow:0 4px 18px 0 #68dfdf1a;transform:translateY(-4px) scale(1.02)}.AdminDashboard_item-icon__fTKoz{color:var(--earf-blue);filter:drop-shadow(0 2px 6px rgba(104,223,223,.1));flex-shrink:0;height:32px;margin-right:16px;width:32px}.AdminDashboard_item-content__5v-QZ{display:flex;flex-direction:column;gap:4px;justify-content:center}.AdminDashboard_dashboard-item__WJNN7 h3{color:inherit;font-size:1.1rem;font-weight:600;letter-spacing:.01em;margin:0;padding:0}.AdminDashboard_dashboard-item__WJNN7 p{color:#b0b8c1;font-size:.95rem;font-weight:400;letter-spacing:.01em;margin:0;padding:0}@media (max-width:1024px){.AdminDashboard_dashboard-header__TxVOE,.AdminDashboard_section__4JCLh{max-width:98vw;padding:20px 6vw}.AdminDashboard_dashboard-items__b5NcB{gap:16px;padding:10px;width:95%}.AdminDashboard_dashboard-item__WJNN7{min-height:80px;padding:16px 12px;width:210px}}@media (max-width:768px){.AdminDashboard_dashboard-header__TxVOE,.AdminDashboard_section__4JCLh{padding:14px}.AdminDashboard_dashboard-title__lfK3R{font-size:1.3rem}.AdminDashboard_dashboard-logo__Ix7K3{width:36px}.AdminDashboard_dashboard-items__b5NcB{align-items:stretch;flex-direction:column;gap:10px;padding:0;width:100%}.AdminDashboard_dashboard-item__WJNN7{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:100%;min-height:60px;min-width:0;padding:12px 8px;text-align:center;width:100%}.AdminDashboard_dashboard-item__WJNN7 .AdminDashboard_item-icon__fTKoz,.AdminDashboard_dashboard-item__WJNN7 img{display:block;margin-left:0!important;margin-right:0!important;margin:0 auto 8px}.AdminDashboard_item-content__5v-QZ{align-items:center;justify-content:center;text-align:center;width:100%}.AdminDashboard_logout-button__0Oq59{background:#e74c3c;color:#fff;display:block;font-size:13px;margin:0 0 0 auto;max-width:120px;min-width:70px;padding:7px 14px;text-align:center}.AdminDashboard_section__4JCLh{margin:18px 0 0;padding:14px}.AdminDashboard_dashboard-scrollable-content__in67Y{align-items:center}.AdminDashboard_section__4JCLh .server-log,.AdminDashboard_section__4JCLh .server-log-container{box-sizing:border-box!important;font-size:.97em!important;margin:0 auto!important;max-width:100vw!important;padding:0 2vw!important;width:100vw!important}}@media (max-width:480px){.AdminDashboard_dashboard-header__TxVOE,.AdminDashboard_section__4JCLh{padding:8px 2vw}.AdminDashboard_dashboard-title__lfK3R{font-size:1.1rem}.AdminDashboard_dashboard-logo__Ix7K3{width:28px}.AdminDashboard_dashboard-item__WJNN7{min-height:48px;padding:8px 4px}.AdminDashboard_logout-button__0Oq59{font-size:11px;padding:5px 8px}.AdminDashboard_section__4JCLh .server-log,.AdminDashboard_section__4JCLh .server-log-container{font-size:.93em!important;padding:0 1vw!important}}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translateX(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translateX(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23999' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-buildings-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='currentColor' d='M3.334 11.667a1.667 1.667 0 1 0 3.333 0v-5h5a1.667 1.667 0 1 0 0-3.334H3.334zM26.667 11.667a1.667 1.667 0 1 1-3.334 0v-5h-5a1.667 1.667 0 1 1 0-3.334h8.334zM13.334 25c0 .92-.747 1.667-1.667 1.667H3.334v-8.334a1.667 1.667 0 1 1 3.333 0v5h5c.92 0 1.667.746 1.667 1.667M18.334 26.667a1.667 1.667 0 1 1 0-3.334h5v-5a1.667 1.667 0 1 1 3.333 0v8.334z'/%3E%3C/svg%3E");background-size:26px 26px}.mapboxgl-ctrl button.mapboxgl-ctrl-buildings-toggle.mapboxgl-ctrl-level-button-selected .mapboxgl-ctrl-icon{filter:invert(1) brightness(1)}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25M6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19s1.77-4.19 3.94-4.19c1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.23 4.23 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19s-1.9-4.17-4.27-4.17M60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23m53.615 0h-1.61q-.06 0-.12-.03c-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.2.2 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6q.06 0 .12.03c.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17m-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51s1.08-2.52 2.42-2.52c1.33 0 2.42 1.12 2.42 2.51s-1.08 2.51-2.42 2.52m-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51s-1.07 2.52-2.39 2.53m-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51 1.08-2.52 2.4-2.52c1.33 0 2.39 1.11 2.41 2.48zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51-1.09 2.51-2.42 2.51'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3' opacity='.3'%3E%3Ccircle cx='11.5' cy='11.5' r='9.25' mask='url(%23c)'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff' opacity='.9'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25M6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19s1.77-4.19 3.94-4.19c1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.23 4.23 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19s-1.9-4.17-4.27-4.17M60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23m53.615 0h-1.61q-.06 0-.12-.03c-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.2.2 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6q.06 0 .12.03c.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17m-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51s1.08-2.52 2.42-2.52c1.33 0 2.42 1.12 2.42 2.51s-1.08 2.51-2.42 2.52m-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51s-1.07 2.52-2.39 2.53m-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51 1.08-2.52 2.4-2.52c1.33 0 2.39 1.11 2.41 2.48zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51-1.09 2.51-2.42 2.51'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle cx='11.5' cy='11.5' r='9.25' mask='url(%23c)'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25M6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19s1.77-4.19 3.94-4.19c1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.23 4.23 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19s-1.9-4.17-4.27-4.17M60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23m53.615 0h-1.61q-.06 0-.12-.03c-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.2.2 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6q.06 0 .12.03c.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17m-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51s1.08-2.52 2.42-2.52c1.33 0 2.42 1.12 2.42 2.51s-1.08 2.51-2.42 2.52m-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51s-1.07 2.52-2.39 2.53m-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51 1.08-2.52 2.4-2.52c1.33 0 2.39 1.11 2.41 2.48zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51-1.09 2.51-2.42 2.51'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg fill='%23fff' stroke='%23fff' stroke-width='3'%3E%3Ccircle cx='11.5' cy='11.5' r='9.25' mask='url(%23c)'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl-separator{background-color:#e0e0e0;height:1px}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{align-items:center;color:#333;display:flex;font-size:18px;font-weight:700;height:50px;justify-content:center;line-height:normal;padding:0;text-align:center;width:50px}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:hover{background-color:#f5f5f5}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{background-color:#4a5568;color:#fff}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#2d3748}.AdminMapboxPage_page__B\+vUB{display:flex;flex-direction:row;height:calc(100vh - 64px);position:relative}.AdminMapboxPage_mapArea__V1XmL{inset:0;position:absolute}.AdminMapboxPage_sidebarOverlay__iOzwx{background:#fff;bottom:0;box-shadow:0 4px 24px #0000001f;left:0;position:absolute;top:0;width:420px;z-index:50}@media (max-width:900px){.AdminMapboxPage_sidebarOverlay__iOzwx{width:320px}}.AdminMapboxPage_earf-editor-handle__ZGsdr{display:block;pointer-events:auto;transform:translate(-50%,-50%);z-index:1000}.AdminMapboxPage_toast__Nao6\+{background:#020a16f2;border-radius:10px;box-shadow:0 8px 30px #02061799;color:#e6eef8;font-weight:600;left:50%;padding:12px 18px;position:absolute;top:18%;transform:translateX(-50%);z-index:1200}.AdminMapboxPage_contextMenu__WTlkQ{background:#060a12fa;border:1px solid #ffffff0a;border-radius:8px;box-shadow:0 10px 30px #02061799;color:#e6eef8;padding:8px;position:absolute;z-index:1300}.AdminMapboxPage_contextItem__gXZM7{background:#0000;border:none;border-radius:6px;color:inherit;display:block;padding:8px 10px;text-align:left;width:100%}.AdminMapboxPage_contextItem__gXZM7:hover{background:#ffffff05}.AdminMapboxPage_loaderOverlay__MQV\+o{background:#02080edb;border-radius:10px;box-shadow:0 8px 30px #0009;color:#e6eef8;display:flex;flex-direction:column;font-weight:600;gap:8px;left:50%;padding:12px 14px;position:absolute;top:6%;transform:translateX(-50%);width:380px;z-index:1400}.AdminMapboxPage_loaderText__VLpgR{color:#cfe8ff;font-size:13px}.AdminMapboxPage_loaderBar__MHG-i{background:#ffffff0a;border-radius:6px;height:8px;overflow:hidden}.AdminMapboxPage_loaderFill__GoQQl{background:linear-gradient(90deg,#0ea5ff,#07c);height:100%;transition:width .22s linear;width:0}.AdminMapboxPage_countsOverlay__pozXe{align-items:center;background:#02080edb;border-radius:10px;border-radius:10px 10px 0 0;box-shadow:0 8px 30px #0009;color:#e6eef8;display:flex;font-weight:700;gap:10px;min-height:56px;padding:8px 12px;position:absolute;right:18px;top:18px;width:260px;z-index:1500}.AdminMapboxPage_countsHeader__o5rgS{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.AdminMapboxPage_countsTotal__ZuYfI{color:#cfe8ff;font-size:14px;font-weight:800}.AdminMapboxPage_countsToggle__Sfgqm{background:#0000;border:1px solid #ffffff0a;border-radius:8px;color:#e6eef8;cursor:pointer;min-width:56px;padding:6px 10px;text-align:center}.AdminMapboxPage_inspectBtn__piRP6{background:#0ea5ff14;border:1px solid #0ea5ff1f;color:#9ee3ff;min-width:64px}.AdminMapboxPage_countsPanel__D5iHz{background:#02080ef0;border-radius:0 0 10px 10px;box-shadow:0 12px 40px #000000b3;max-height:80vh;overflow:auto;padding:10px;position:absolute;right:18px;top:74px;width:260px;z-index:1501}.AdminMapboxPage_countRow__rKECB{border-radius:6px;display:flex;justify-content:space-between;padding:6px 8px}.AdminMapboxPage_countLabel__lEbxk{color:#e6eef8e6}.AdminMapboxPage_countNumber__OZKj9{color:#9ee3ff;font-weight:700}.AdminMapboxPage_inspectModal__ppPX1{background:#02080ef5;border-radius:10px;box-shadow:0 14px 50px #000000b3;max-width:720px;position:absolute;top:8%;width:min(720px,92vw);z-index:1600}.AdminMapboxPage_inspectTitle__sZbNq{font-size:15px}.AdminMapboxPage_inspectClose__Ca-iJ{padding:6px 8px}.AdminMapboxPage_inspectBody__rEmuP{color:#e6eef8f2;display:flex;font-size:13px;gap:12px}.AdminMapboxPage_inspectColumn__RGMsT{flex:1 1}.AdminMapboxPage_inspectList__xrb5G{list-style:none;margin:0;padding:0}.AdminMapboxPage_inspectItem__aWfFR{margin-bottom:6px}.AdminMapboxPage_inspectLoading__KE9dV{color:#e6eef8b3;font-style:italic}.AdminMapboxPage_inspectBtn__piRP6{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#e6eef8;cursor:pointer;padding:6px 10px}.AdminMapboxPage_inspectRow__vBOY3{display:flex;gap:8px}.AdminMapboxPage_inspectKey__4i9nj{font-weight:700;width:140px}.AdminMapboxPage_inspectVal__DZq1G{color:#e6eef8f2;flex:1 1}.AdminMapboxPage_inspectModal__ppPX1{background:#02080efa;border-radius:12px;box-shadow:0 18px 60px #000000b3;color:#e6eef8;left:50%;max-width:calc(100% - 40px);padding:14px;position:fixed;top:12%;transform:translateX(-50%);width:640px;z-index:2000}.AdminMapboxPage_inspectHeader__nAVsA{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.AdminMapboxPage_inspectTitle__sZbNq{color:#cfe8ff;font-weight:800}.AdminMapboxPage_inspectClose__Ca-iJ{background:#0000;border:1px solid #ffffff0a;border-radius:8px;color:#e6eef8;cursor:pointer;padding:6px 10px}.AdminMapboxPage_inspectBody__rEmuP{max-height:60vh;overflow:auto;padding-top:6px}.AdminMapboxPage_inspectRow__vBOY3{margin-bottom:8px}.AdminMapboxPage_inspectKey__4i9nj{color:#e6eef8b3;font-size:13px}.AdminMapboxPage_inspectVal__DZq1G{color:#9ee3ff;font-weight:700}.AdminMapboxPage_inspectBodyGrid__9mhC5{display:grid;grid-template-columns:240px 1fr;grid-gap:16px;align-items:start;gap:16px;max-height:68vh;overflow:auto}.AdminMapboxPage_inspectImageCard__y68ji{align-items:center;background:#0000002e;border-radius:8px;display:flex;flex-direction:column;padding:8px}.AdminMapboxPage_inspectImageCard__y68ji img{background:#0b1220;border-radius:6px;height:160px;object-fit:cover;width:100%}.AdminMapboxPage_inspectDesc__aLwPY{color:#bfe7ff;font-size:13px;margin-bottom:8px;margin-top:8px}.AdminMapboxPage_metaGrid__BFwlA{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 16px;gap:8px 16px;margin-top:8px}.AdminMapboxPage_metaItem__Nbeae{color:#99d5ff;font-size:13px}.AdminMapboxPage_metaValue__h7HzR{color:#dff5ff;font-size:13px;font-weight:600;word-break:break-all}.AdminMapboxPage_inspectActions__ubxsw{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.AdminMapboxPage_btn__MN7J2{background:#ffffff0a;border:1px solid #ffffff08;border-radius:6px;color:#dff5ff;cursor:pointer;font-size:13px;padding:6px 10px}.AdminMapboxPage_btn__MN7J2.AdminMapboxPage_ghost__6v5Ee{background:#0000;border:1px solid #ffffff0f}.AdminMapboxPage_inspectLink__K722g{color:#9ee3ff;text-decoration:none}.PoIAdminSidebar_sidebar__1x0g3{background:linear-gradient(165deg,#0f1114f2,#0a0c0ffa);border:1px solid #ffffff0f;border-radius:16px;box-shadow:0 12px 36px #000000b3;box-sizing:border-box;color:#e6eef8;display:flex;flex-direction:column;font-family:Inter,Helvetica Neue,Arial,sans-serif;height:auto;left:0;max-height:calc(100vh - 80px);position:relative;top:0;width:480px;z-index:10020}.PoIAdminSidebar_header__ZKYC\+{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;justify-content:space-between;padding:18px 20px;position:relative}.PoIAdminSidebar_geocodeStatus__AO8k8{color:#e6eef899;font-size:12px;padding:0 16px 6px}.PoIAdminSidebar_titleWrap__9Kl7l{display:flex;flex-direction:column;gap:4px}.PoIAdminSidebar_title__foHce{color:#fff;font-size:16px;font-weight:600;margin:0}.PoIAdminSidebar_subtitle__ACvp7{color:#e6eef8b3;font-size:12px}.PoIAdminSidebar_actions__nGS9f{display:flex;gap:8px}.PoIAdminSidebar_actionBtn__GDAv\+{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#e6eef8e6;font-size:13px;padding:6px 10px}.PoIAdminSidebar_closeBtn__c0JJP{background:#ff4d4f;border:none;box-shadow:0 4px 10px #ff4d4f1f;color:#fff}.PoIAdminSidebar_closeBtn__c0JJP:hover{filter:brightness(.95)}.PoIAdminSidebar_content__fk82d{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;overflow:auto;padding:16px}.PoIAdminSidebar_preview__ykHsz{align-items:center;display:flex;gap:12px}.PoIAdminSidebar_imageWrap__53D2o{align-items:center;background:linear-gradient(180deg,#061014,#0c1318);border-radius:10px;box-shadow:0 6px 18px #0009;display:flex;height:160px;justify-content:center;overflow:hidden;width:160px}.PoIAdminSidebar_imageWrap__53D2o img{display:block;height:100%;object-fit:cover;width:100%}.PoIAdminSidebar_placeholder__sGIDJ{color:#e6eef866;font-size:14px}.PoIAdminSidebar_meta__8uowW{display:flex;flex:1 1;flex-direction:column;gap:8px}.PoIAdminSidebar_coordSmall__k8\+K4{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PoIAdminSidebar_coordLabel__E\+s9b{color:#e6eef899;font-size:11px}.PoIAdminSidebar_coordValue__dadkB{color:#bfe6ff;font-size:13px;font-weight:600}.PoIAdminSidebar_coordEditor__uttQl{display:flex;flex-direction:column;gap:8px}.PoIAdminSidebar_coordEditor__uttQl label{color:#e6eef8b3;font-size:12px}.PoIAdminSidebar_coordEditor__uttQl input{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;color:#e6eef8;padding:8px 10px}.PoIAdminSidebar_categoryEditor__5v5Io{display:flex;flex-direction:column;gap:8px}.PoIAdminSidebar_categoryEditor__5v5Io label{color:#e6eef8b3;font-size:12px}.PoIAdminSidebar_categoryEditor__5v5Io input{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;color:#e6eef8;padding:8px 10px}.PoIAdminSidebar_fields__bpFek{display:flex;flex-direction:column;gap:8px;margin-top:6px}.PoIAdminSidebar_kvRow__ZARxb{align-items:center;display:flex;gap:8px}.PoIAdminSidebar_kvKey__8OgVA{flex:0 0 35%}.PoIAdminSidebar_kvKey__8OgVA,.PoIAdminSidebar_kvValue__\+J\+q1{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;color:#e6eef8;padding:8px}.PoIAdminSidebar_kvValue__\+J\+q1{flex:1 1 auto}.PoIAdminSidebar_kvRemove__Z\+SPc{background:#0000;border:1px solid #ffffff08;border-radius:8px;color:#ff8b8b;padding:6px 8px}.PoIAdminSidebar_footer__2ahTo{display:flex;gap:10px;margin-top:8px}.PoIAdminSidebar_saveBtn__KDqKl{background:linear-gradient(180deg,#0ea5ff,#07c);border:none;border-radius:10px;color:#021627;font-weight:600;padding:10px 14px}.PoIAdminSidebar_deleteBtn__s00kg{background:#0000;border:1px solid #ff8a8a24;border-radius:10px;color:#ff8a8a;padding:10px 14px}.PoIAdminSidebar_adminTopActions__\+vSPG{display:flex;margin-bottom:8px;padding:0 16px;width:100%}.PoIAdminSidebar_describeBtn__JSYR-{align-items:center;background:#fffffff5;border:1px solid #0b11200f;border-radius:12px;box-shadow:0 6px 18px #0206171f;color:#0b1220;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;justify-content:center;padding:12px 16px;transition:transform .16s ease,box-shadow .16s ease;width:100%}.PoIAdminSidebar_describeBtn__JSYR-:hover{box-shadow:0 8px 22px #02061729;transform:translateY(-1px)}.PoIAdminSidebar_describeBtn__JSYR- svg{color:#0b1220}@media (max-width:800px){.PoIAdminSidebar_sidebar__1x0g3{border-radius:12px;box-shadow:0 18px 42px #0009;height:calc(100vh - 76px);height:calc(100vh - var(--earf-appbar-height, 56px) - 20px);left:10px;max-height:calc(100vh - 76px);max-height:calc(100vh - var(--earf-appbar-height, 56px) - 20px);padding-bottom:12px;position:fixed;top:36px;top:calc(var(--earf-appbar-height, 56px) - 20px);width:calc(100vw - 20px)}.PoIAdminSidebar_imageWrap__53D2o{height:120px;width:120px}.PoIAdminSidebar_content__fk82d{padding-bottom:18px}}.PoIAdminSidebar_wikiSection__Y-ScX{background:hsla(0,0%,100%,.016);border-radius:8px;margin-top:12px;padding:12px}.PoIAdminSidebar_wikiTitle__pIXTi{color:#cfe8ff;font-size:14px;margin:0 0 8px}.PoIAdminSidebar_wikiBody__GRKHO{color:#e6eef8f2;font-size:13px}.PoIAdminSidebar_wikiLink__CJhwx{color:#9ee3ff;font-weight:600;text-decoration:none}.PoIAdminSidebar_wikiExtract__j0oua{color:#e6eef8cc;font-size:13px;line-height:1.35;margin-top:8px}.PoIAdminSidebar_wikiEmpty__-OBsn{color:#e6eef873;font-size:13px}.PoIAdminSidebar_wikiLoading__-9wwO{color:#e6eef899;font-size:13px;font-style:italic}.PoIAdminSidebar_spinner__p-YXq{animation:PoIAdminSidebar_spin__QpZ0b 1s linear infinite;border:2px solid #ffffff2e;border-radius:50%;border-top-color:#9ee3ff;display:inline-block;height:16px;vertical-align:middle;width:16px}@keyframes PoIAdminSidebar_spin__QpZ0b{to{transform:rotate(1turn)}}.PoIAdminSidebar_deleteConfirm__aRF5Y{display:flex;flex-direction:column;gap:8px}.PoIAdminSidebar_deletePrompt__skrPJ{color:#ffd6d6;font-weight:600}.PoIAdminSidebar_deleteActions__Vxcc5{display:flex;gap:8px}.PoIAdminSidebar_confirmYes__b9Lrv{background:#ff4d4f;border:none;border-radius:8px;color:#fff;padding:8px 10px}.PoIAdminSidebar_confirmNo__bKNPl{background:#0000;border:1px solid #ffffff0a;border-radius:8px;color:#e6eef8;padding:8px 10px}.StreamChecker_confirm-overlay__IPlnC{align-items:center;background:#000000b8;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.StreamChecker_confirm-box__953nj{background:#151617;border-radius:10px;box-shadow:0 8px 30px #0009;color:#e6eef8;font-family:Segoe UI,Roboto,Arial,sans-serif;max-width:520px;padding:18px 20px;text-align:left;width:92vw}.StreamChecker_confirm-box__953nj h3{color:#ffcf6b;margin:0 0 8px}.StreamChecker_confirm-box__953nj p{color:#dfefff;margin:0 0 14px}.StreamChecker_confirm-actions__Mtv\+a{display:flex;gap:10px;justify-content:flex-end}.StreamChecker_confirm-yes__K7JRR{background:#0af;color:#081018}.StreamChecker_confirm-no__mnNxX,.StreamChecker_confirm-yes__K7JRR{border:none;border-radius:6px;cursor:pointer;font-weight:700;padding:8px 16px}.StreamChecker_confirm-no__mnNxX{background:#333;color:#e6eef8}.StreamChecker_confirm-no__mnNxX:hover,.StreamChecker_confirm-yes__K7JRR:hover{filter:brightness(1.05)}.StreamChecker_stream-checker-container__WmV1Y{align-items:center;background-color:var(--content-background);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding:10px;width:100%}.StreamChecker_header-container__NoucT{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:5px;width:100%}.StreamChecker_header-center__tY5OE{align-items:center;display:flex;flex:1 1;justify-content:center}.StreamChecker_header-right__7Dsmd{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.StreamChecker_form-group__7iUPB select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#2e2e2e;background-image:url('data:image/svg+xml;utf8,<svg fill="%23fff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-position:right 10px center;background-repeat:no-repeat;border:1px solid #444;border-radius:4px;color:#fff;font-size:1rem;padding:8px 10px}.StreamChecker_form-group__7iUPB select:focus{border-color:#0af;outline:none}.StreamChecker_logo__p1a2J{filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));height:auto;margin-right:16px;width:125px}h1{color:#fff;font-size:20px;margin:0}.StreamChecker_search-container__2Bz5b{display:flex;justify-content:center;margin:20px 0}.StreamChecker_search-input__gXavj{background-color:#333;border:1px solid #444;border-radius:5px;color:#fff;font-size:1rem;max-width:300px;padding:10px;transition:all .3s ease;width:100%}.StreamChecker_search-input__gXavj::placeholder{color:#bbb}.StreamChecker_search-input__gXavj:focus{background-color:#222;border-color:#0078d7;outline:none}.StreamChecker_highlight-stream__6Ha5G{border-left:4px solid #ffc107!important;box-shadow:0 0 0 3px #ffc83c1f,0 6px 20px #0009!important;transition:box-shadow .3s ease,border-left .3s ease}.StreamChecker_filter-container__3MvxN{margin-bottom:15px}.StreamChecker_filter-select__GgR9S{padding:5px}.StreamChecker_restore-container__VDgVq{flex-grow:2;text-align:right}.StreamChecker_buttons-container__nEGB9{margin-bottom:5px;min-height:0;padding-right:8px;position:relative}.StreamChecker_counters-summary__5I7Hv{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;white-space:nowrap}.StreamChecker_counters-grid__mWHgy{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;align-items:center;gap:8px;justify-content:center}.StreamChecker_counter-badge__VVoSZ{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;justify-content:space-between;min-width:80px;overflow:hidden;padding:6px 10px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.StreamChecker_counter-badge__VVoSZ:before{background:linear-gradient(45deg,#0000,#ffffff08,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .4s}.StreamChecker_counter-badge__VVoSZ:hover:before{transform:translateX(100%)}.StreamChecker_counter-badge__VVoSZ:hover{background:#ffffff0f;border-color:#fff3;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.StreamChecker_counter-badge__VVoSZ:active{transform:translateY(0)}.StreamChecker_counter-label__fDpot{color:#ffffffb3;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.StreamChecker_counter-count__X5W66{background:#00aaff26;border-radius:12px;box-shadow:inset 0 0 0 1px #0af3;color:#33c2ff;font-size:.8rem;font-weight:700;min-width:20px;padding:2px 8px;text-align:center;text-shadow:0 0 10px #00aaff4d}.StreamChecker_missing-desc-badge__Bi1eP{align-items:center;background:linear-gradient(180deg,#2b2b2b,#1f1f1f);border:1px solid #ffc8641f;border-radius:8px;box-shadow:0 2px 8px #0006;color:#ffd98a;cursor:pointer;display:inline-flex;gap:8px;padding:8px 12px}.StreamChecker_missing-desc-badge__Bi1eP:hover{transform:translateY(-2px)}.StreamChecker_missing-desc-count__\+\+8K5{background:#ffffff0f;border-radius:999px;color:#fff;font-weight:700;margin-left:6px;padding:4px 8px}.StreamChecker_smallButton__\+8OJv{background:linear-gradient(180deg,#2b2b2b,#1f1f1f);border:1px solid #ffffff0f;border-radius:8px;box-shadow:0 2px 8px #0006;color:#e6eef8;padding:8px 12px}.StreamChecker_smallButton__\+8OJv:hover{transform:translateY(-2px)}.StreamChecker_search-top__PENJd{width:260px}.StreamChecker_restore-button__R6xtL{background-color:#dc3545;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:5px 10px}.StreamChecker_restore-button__R6xtL:hover{background-color:#c82333}.StreamChecker_stream-columns-wrapper__51p1l{display:flex;justify-content:space-between;width:100%}.StreamChecker_stream-header__vJMuT{color:#fff;flex:1 1;font-size:20px;font-weight:700;text-align:center}.StreamChecker_stream-columns__51ApN{display:flex;justify-content:space-between;width:100%}.StreamChecker_stream-column__iChKB{box-sizing:border-box;flex:1 1;max-height:80vh;overflow-y:auto}.StreamChecker_stream-item__2Cx8t{align-items:center;background-color:#1e1e1e;border-radius:12px;box-shadow:0 2px 10px #0000004d;color:#000;display:flex;flex-direction:row;gap:10px;height:150px;justify-content:space-between;margin-bottom:20px;padding:16px;position:relative;transition:transform .2s ease-in-out;width:95%}.StreamChecker_skeleton__TwAtb{animation:StreamChecker_pulse__BFppX 1.2s ease-in-out infinite;background:linear-gradient(90deg,#ffffff05,#ffffff0a,#ffffff05);border-radius:6px;display:inline-block;height:12px;width:100%}.StreamChecker_skeleton-line__Sj1Vl{height:12px;margin-bottom:8px}.StreamChecker_skeleton-rect__Tgb0G{border-radius:8px;height:12px}@keyframes StreamChecker_pulse__BFppX{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.StreamChecker_stream-item__2Cx8t:hover{transform:scale(1.01)}.StreamChecker_stream-thumbnail__r59nn{border-radius:8px;flex-shrink:0;height:100px;object-fit:cover;width:150px}.StreamChecker_online__HvXn3{background-color:#d4edda;border-left:5px solid #28a745}.StreamChecker_offline__VpLSk{background-color:#f8d7da;border-left:5px solid #dc3545}.StreamChecker_stream-info__uNYj1{color:#000;display:flex;flex:1 1;flex-direction:column;gap:4px;justify-content:center;min-width:30%;text-align:left}.StreamChecker_stream-buttons__xn6rd{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));grid-gap:10px;gap:10px;justify-items:center;margin-top:10px;width:100%}.StreamChecker_stream-buttons__xn6rd button{padding:10px}.StreamChecker_stream-buttons__xn6rd a,.StreamChecker_stream-buttons__xn6rd button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:700;text-align:center;transition:background-color .2s ease-in-out;width:100%}.StreamChecker_stream-buttons__xn6rd a{align-items:center;color:#fff;display:flex;justify-content:center;text-decoration:none}.StreamChecker_toggle-status-button__VKlhT{background-color:#444;color:#fff}.StreamChecker_toggle-status-button__VKlhT:hover{background-color:#ff8700;color:#000}.StreamChecker_fallbackButton__-H4dA{background-color:#555;color:#fff}.StreamChecker_fallbackButtonGreen__qOHNn{background-color:#ff8700;color:#000}.StreamChecker_fallbackButtonGreen__qOHNn:hover{background-color:#e7ad0c;color:#000}.StreamChecker_channel-info__baHcj{align-items:center;display:flex;gap:10px;margin-top:5px}.StreamChecker_channel-thumbnail__q\+lpp{border-radius:50%;height:32px;object-fit:cover;width:32px}.StreamChecker_filter-select__GgR9S{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#2e2e2e;background-image:url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #444;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 12px;transition:border-color .2s ease-in-out,background-color .2s ease}.StreamChecker_filter-select__GgR9S:focus{background-color:#1e1e1e;border-color:#0af;outline:none}.StreamChecker_channel-name__hxQwg{align-items:center;color:#000;display:flex;font-size:.85rem;font-weight:700;gap:6px}.StreamChecker_partner-icon__4253r{height:18px;width:18px}.StreamChecker_fallbackButtonRed__cssEc{background-color:#83df80;color:#000}.StreamChecker_fallbackButtonRed__cssEc:hover{background-color:#1b8817;color:#fff}.StreamChecker_check-stream-button__KnE51{background-color:#329dcf;color:#fff}.StreamChecker_check-stream-button__KnE51:hover{background-color:#267ba9}.StreamChecker_youtube-search-button__fvad7{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:center}.StreamChecker_youtube-search-button__fvad7:hover{align-items:center;background-color:#dd6565;color:#fff;display:flex;justify-content:center}.StreamChecker_youtube-icon__19mWs{height:20px;width:20px}.StreamChecker_edit-button__F0PfT{background-color:#789eaf;color:#000}.StreamChecker_edit-button__F0PfT:hover{background-color:#506079;color:#fff}.StreamChecker_watch-button__xn1oN{background-color:#c94a4a;color:#fff;text-decoration:none}.StreamChecker_watch-button__xn1oN:hover{background-color:#c08181}.StreamChecker_delete-button__0jprs{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;height:25px;left:8px;position:absolute;top:8px;transition:background-color .3s ease;width:25px;z-index:10}.StreamChecker_delete-button__0jprs:hover{background-color:darkred}.StreamChecker_delete-button__0jprs i{font-size:15px}.StreamChecker_last-online__YS2kv{background:#ffffffe6;border-radius:8px;box-shadow:0 1px 6px #00000040;color:#111;font-size:.78rem;max-width:42%;overflow:hidden;padding:4px 8px;position:absolute;right:48px;text-overflow:ellipsis;top:8px;white-space:nowrap;z-index:9}@media (max-width:900px){.StreamChecker_header-center__tY5OE{display:none}.StreamChecker_buttons-container__nEGB9{min-height:auto;padding-right:0}.StreamChecker_last-online__YS2kv{background:#fffffff2;margin-bottom:6px;position:relative;right:auto;top:auto}}.StreamChecker_stream-info__uNYj1 h3{color:#333;font-size:16px;margin:0}.StreamChecker_stream-info__uNYj1 p{color:#000;font-size:14px;margin:0}.StreamChecker_stream-info__uNYj1 a{color:#2f5668;font-size:14px;font-weight:700;margin:0}.StreamChecker_stream-column__iChKB::-webkit-scrollbar{display:none}.StreamChecker_stream-column__iChKB{-ms-overflow-style:none;scrollbar-width:none}.StreamChecker_modalOverlay__WZ9z3{align-items:center;animation:StreamChecker_fadeIn__lIcMe .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;display:flex;inset:0;justify-content:center;padding:40px;position:fixed;z-index:99999}.StreamChecker_modalCard__cYKqv{animation:StreamChecker_slideUp__yPbvt .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;max-height:85vh;max-width:800px;width:100%}.StreamChecker_modalTop__qryPi{align-items:center;background:#0000;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:20px 24px}.StreamChecker_modalTitle__XgVjt{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin:0}.StreamChecker_modalForm__29aKM{flex:1 1;overflow-y:auto;padding:24px}.StreamChecker_formGrid__UPL8O{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.StreamChecker_formGroup__49iRq{display:flex;flex-direction:column;gap:8px}.StreamChecker_formGroup__49iRq.StreamChecker_fullWidth__Ckb9i{grid-column:1/-1}.StreamChecker_formLabel__4d99H{color:#888;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-left:4px;text-transform:uppercase}.StreamChecker_formInput__0YYBv,.StreamChecker_formSelect__CGzTC{background-color:#0000004d;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:.95rem;padding:12px;transition:all .2s ease;width:100%}.StreamChecker_formInput__0YYBv:focus,.StreamChecker_formSelect__CGzTC:focus{background-color:#00000080;border-color:#0af;border-color:var(--earf-blue,#0af);box-shadow:0 0 0 4px #00aaff1a;outline:none}.StreamChecker_modalFooter__8gyUz{background:#0000;border-radius:0 0 16px 16px;border-top:1px solid #ffffff0d;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.StreamChecker_cancelButton__8E2I5{background-color:initial;border:1px solid #ffffff1a;border-radius:8px;color:#ccc;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.StreamChecker_cancelButton__8E2I5:hover{background-color:#ffffff0d;border-color:#fff3;color:#fff}.StreamChecker_saveButton__-V57R{background:linear-gradient(135deg,#0af,#07c);border:none;border-radius:8px;box-shadow:0 4px 12px #00aaff4d;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:transform .1s,box-shadow .2s}.StreamChecker_saveButton__-V57R:hover{box-shadow:0 6px 16px #0af6;filter:brightness(1.1);transform:translateY(-1px)}@keyframes StreamChecker_fadeIn__lIcMe{0%{opacity:0}to{opacity:1}}@keyframes StreamChecker_slideUp__yPbvt{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.StreamChecker_modalForm__29aKM::-webkit-scrollbar{width:8px}.StreamChecker_modalForm__29aKM::-webkit-scrollbar-track{background:#0000}.StreamChecker_modalForm__29aKM::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.StreamChecker_modalForm__29aKM::-webkit-scrollbar-thumb:hover{background:#555}.StreamChecker_status-toggle__Oeoe0{border:none;border-radius:4px;cursor:pointer;font-size:16px;padding:10px 15px;width:100%}.StreamChecker_status-online__2oJfD{background-color:#28a745;color:#fff}.StreamChecker_status-offline__pgd36{background-color:#dc3545;color:#fff}.StreamChecker_manual-description-textarea__PTOIw{background:#222;border:1px solid #444;border-radius:6px;box-sizing:border-box;color:#e0e0e0;font-size:.95rem;padding:10px;resize:vertical;width:100%}.StreamChecker_hide-offline-button__PAvYc{align-items:center;background-color:#6c757d;border:none;border-radius:5px;box-shadow:0 1px 4px #0004;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;height:25px;justify-content:center;left:40px;margin-left:4px;position:absolute;top:8px;transition:background .2s,color .2s,box-shadow .2s;width:25px;z-index:10}.StreamChecker_hide-offline-button__PAvYc:focus,.StreamChecker_hide-offline-button__PAvYc:hover{background-color:#343a40;box-shadow:0 2px 8px #00e0fb33;color:#00e0fb}.StreamChecker_button-row__Yb\+n1{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;margin-bottom:10px;width:170px}.StreamChecker_smallButton__\+8OJv{background:#23272f;border:1px solid #888;border-radius:4px;box-shadow:0 1px 4px #0004;box-sizing:border-box;color:#fff;cursor:pointer;display:block;font-size:.92rem;font-weight:600;margin:0;max-width:100%;min-width:120px;padding:8px 0;text-align:center;transition:background .2s,border .2s,color .2s;width:100%}.StreamChecker_smallButton__\+8OJv:hover{background:#444;border-color:#0af;color:#00e0fb}@media (max-width:768px){.StreamChecker_hide-on-mobile__DWkCk{display:none!important}.StreamChecker_stream-item__2Cx8t{align-items:flex-start;flex-direction:column}.StreamChecker_stream-buttons__xn6rd{justify-content:flex-start}.StreamChecker_stream-thumbnail__r59nn{display:none}.StreamChecker_form-grid__V3kN7{grid-template-columns:1fr}}.ChannelChecker_container__rBcLE{background-color:var(--content-background);color:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh;width:100%}.ChannelChecker_headerWrapper__Sr5Ro{background:linear-gradient(135deg,#0a0e27,#1a1d2e);border-bottom:1px solid #2a2d3a;box-shadow:0 2px 8px #0000004d;padding:16px 20px}.ChannelChecker_headerContent__bV2mz{align-items:center;display:flex;gap:20px;justify-content:space-between;max-width:100%}.ChannelChecker_headerLeft__Q7hpR{align-items:center;display:flex;gap:12px}.ChannelChecker_headerTitle__iSGji{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0}.ChannelChecker_headerRight__k7hR\+{align-items:center;display:flex;flex:1 1;gap:16px;justify-content:flex-end}.ChannelChecker_searchInput__iaYn9{background:#1f2128;border:1px solid #3a3d4a;border-radius:6px;color:#fff;font-size:13px;outline:none;padding:9px 12px;transition:all .2s ease;width:280px}.ChannelChecker_searchInput__iaYn9:focus{background:#252a30;border-color:#68dfdf;box-shadow:0 0 0 3px #68dfdf1a}.ChannelChecker_channelCount__VEIzK{color:#888;font-size:12px;white-space:nowrap}.ChannelChecker_filterSelect__bw8cm{-webkit-appearance:none;appearance:none;background-color:#18181b;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2712%27 height=%2712%27><path fill=%27%2300E0FB%27 d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 12px;border:1px solid #2a2a2e;border-radius:8px;color:#e8e8ec;cursor:pointer;font-size:.825rem;outline:none;padding:8px 34px 8px 12px}.ChannelChecker_filterSelect__bw8cm:focus{border-color:#00e0fb}.ChannelChecker_filterSelect__bw8cm option{background:#1a1a1d;color:#e8e8ec}.ChannelChecker_listWrapper__cI5m2{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-x:hidden;overflow-y:auto;padding:12px 16px}.ChannelChecker_lockOuterScroll__jUS73{overflow:hidden}.ChannelChecker_listWrapper__cI5m2::-webkit-scrollbar{width:8px}.ChannelChecker_listWrapper__cI5m2::-webkit-scrollbar-track{background:#0000}.ChannelChecker_listWrapper__cI5m2::-webkit-scrollbar-thumb{background:#3a3d4a;border-radius:4px}.ChannelChecker_listWrapper__cI5m2::-webkit-scrollbar-thumb:hover{background:#4a4d5a}.ChannelChecker_emptyState__hMaiM{color:#888;font-size:14px;padding:40px 20px;text-align:center}.ChannelChecker_channelCard__I7l9u{background:#191a1e;border:1px solid #2a2b30;border-radius:8px;overflow:visible;transition:all .2s ease}.ChannelChecker_channelCard__I7l9u:hover{border-color:#3a3d4a;box-shadow:0 4px 12px #0006}.ChannelChecker_channelHeader__uF1dO{align-items:center;background:#1f2025;border:none;border-bottom:1px solid #0000;box-sizing:border-box;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;gap:12px;min-height:90px;outline:none;padding:12px;text-align:left;transition:background .15s ease;-webkit-user-select:none;user-select:none;width:100%}.ChannelChecker_channelHeaderExpanded__1LMB8{border-bottom-color:#2a2b30}.ChannelChecker_channelHeader__uF1dO:hover{background:#232630}.ChannelChecker_channelHeader__uF1dO:focus{background:#232630;outline:2px solid #68dfdf;outline-offset:-2px}.ChannelChecker_channelThumbnail__iVaqR{background:#2a2b30;border-radius:4px;flex-shrink:0;height:65px;min-height:65px;min-width:100px;object-fit:cover;pointer-events:none;width:100px}.ChannelChecker_channelInfo__bHrKN{display:flex;flex:1 1;flex-direction:column;gap:4px;justify-content:center;min-height:65px;min-width:0;pointer-events:none}.ChannelChecker_channelName__Aqczj{color:#fff;font-size:14px;font-weight:600;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChannelChecker_channelId__CSSfx{color:#68dfdf;font-family:Monaco,Consolas,monospace;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChannelChecker_channelMetaRow__H06Zk{align-items:center;color:#888;display:flex;font-size:11px;gap:8px}.ChannelChecker_toggleIcon__OpxVu{align-items:center;background:#68dfdf1a;border-radius:50%;color:#68dfdf;display:flex;flex-shrink:0;font-size:18px;height:32px;justify-content:center;pointer-events:none;transition:transform .2s ease;width:32px}.ChannelChecker_toggleIconRotated__xQPeg{transform:rotate(180deg)}.ChannelChecker_camerasListWrapper__VdwXb{background:#141518;border-radius:0 0 8px 8px;border-top:1px solid #2a2b30;max-height:600px;overflow-y:auto}.ChannelChecker_emptyStreams__3VOM2{color:#666;font-size:13px;padding:24px 20px;text-align:center}.ChannelChecker_camerasListWrapper__VdwXb::-webkit-scrollbar{width:6px}.ChannelChecker_camerasListWrapper__VdwXb::-webkit-scrollbar-track{background:#0000}.ChannelChecker_camerasListWrapper__VdwXb::-webkit-scrollbar-thumb{background:#2a2b30;border-radius:3px}.ChannelChecker_cameraItem__Bjiva{align-items:center;border-bottom:1px solid #252a30;box-sizing:border-box;display:flex;gap:12px;min-height:104px;padding:12px 16px;transition:background .15s ease}.ChannelChecker_cameraItem__Bjiva:last-child{border-bottom:none}.ChannelChecker_cameraItem__Bjiva:hover{background:#1e1f24}.ChannelChecker_cameraThumbnail__c4qwc{background:#2a2b30;border-radius:4px;flex-shrink:0;height:80px;min-height:80px;min-width:140px;object-fit:cover;width:140px}.ChannelChecker_cameraContent__DbKo6{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.ChannelChecker_cameraTitle__lgCwO{color:#fff;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChannelChecker_cameraLocation__07kcP{color:#888;font-size:11px}.ChannelChecker_cameraStatusRow__80q-O{align-items:center;color:#aaa;display:flex;font-size:11px;gap:8px}.ChannelChecker_statusDot__6iuKS{border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.ChannelChecker_statusDotOnline__HoGzO{background:#2ecc40}.ChannelChecker_statusDotOffline__TvmY3{background:#e74c3c}.ChannelChecker_editButton__3\+oGP{background:#252a30;border:1px solid #3a4048;border-radius:4px;color:#68dfdf;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:600;padding:6px 12px;transition:all .15s ease;white-space:nowrap}.ChannelChecker_editButton__3\+oGP:hover{background:#68dfdf;border-color:#68dfdf;color:#111}.ChannelChecker_editButton__3\+oGP:active{transform:scale(.98)}.ChannelChecker_modalOverlay__A97yS{align-items:center;animation:ChannelChecker_fadeIn__\+wBBG .2s ease;background:#000000b8;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}@keyframes ChannelChecker_fadeIn__\+wBBG{0%{opacity:0}to{opacity:1}}.ChannelChecker_modalCard__1kkby{animation:ChannelChecker_slideUp__y2Jbn .3s ease;background:#151617;border:1px solid #2a2b30;border-radius:10px;box-shadow:0 20px 60px #000c;display:flex;flex-direction:column;max-height:85vh;max-width:600px;width:90vw}@keyframes ChannelChecker_slideUp__y2Jbn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChannelChecker_modalTop__suVGc{border-bottom:1px solid #2a2b30;padding:20px}.toolbar{background:#111113;border-bottom:1px solid #1a1a1e;flex-wrap:wrap;gap:10px;padding:12px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.toolbar,.toolbarSearch{align-items:center;display:flex}.toolbarSearch{flex:1 1 220px;max-width:360px;min-width:180px;position:relative}.searchInput{background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#eee;font-size:.875rem;outline:none;padding:8px 32px 8px 34px;transition:border-color .15s;width:100%}.searchInput:focus{border-color:#00e0fb}.filterSelect{-webkit-appearance:none;appearance:none;background:#18181b;background-color:#18181b;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2712%27 height=%2712%27><path fill=%27%2300E0FB%27 d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 12px;border:1px solid #2a2a2e;border-radius:8px;color:#ddd;color:#e8e8ec;cursor:pointer;font-size:.825rem;min-width:160px;outline:none;padding:8px 12px;padding:8px 34px 8px 12px;transition:border-color .15s}.filterSelect:focus{border-color:#00e0fb}.filterSelect option{background:#1a1a1d;color:#e8e8ec}.toolbarInfo{align-items:center;display:flex;gap:8px;margin-left:auto}.resultCount{color:#bbb;font-size:.9rem;white-space:nowrap}.reloadBtn{align-items:center;background:#18181b;border:1px solid #2a2a2e;border-radius:8px;color:#aaa;cursor:pointer;display:flex;justify-content:center;padding:6px 10px;transition:all .15s}.reloadBtn:hover{border-color:#00e0fb;color:#00e0fb}.ChannelChecker_loadingContainer__wJEHL{align-items:center;display:flex;justify-content:center;min-height:220px;padding:28px}.ChannelChecker_loadingInner__PrBos{align-items:center;display:flex;flex-direction:column;gap:12px}.ChannelChecker_loadingIcon__9\+NeH{height:56px;object-fit:contain;opacity:.9;width:90px}.ChannelChecker_loadingText__XMGlP{color:#bbb;font-size:14px}.ChannelChecker_loadingBar__O-rak{background:#1a1a1e;border-radius:8px;height:6px;overflow:hidden;width:220px}.ChannelChecker_loadingBarFill__zNjBi{animation:ChannelChecker_ch-load-slide__dKiru 1.2s ease infinite;background:#00e0fb;border-radius:8px;height:100%;width:40%}@keyframes ChannelChecker_ch-load-slide__dKiru{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}.ChannelChecker_spinner__toL2\+{animation:ChannelChecker_ch-spinner__\+ywrA .9s linear infinite;border:4px solid #ffffff14;border-radius:50%;border-top-color:#00e0fb;height:48px;width:48px}@keyframes ChannelChecker_ch-spinner__\+ywrA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChannelChecker_modalTitle__aL2CK{color:#fff;font-size:18px;font-weight:700;margin:0}.ChannelChecker_modalForm__sqtbs{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.ChannelChecker_formGrid__pLtSH{display:grid;flex:1 1;grid-template-columns:1fr 1fr;overflow-y:auto;padding:20px;grid-gap:16px;gap:16px}.ChannelChecker_formGrid__pLtSH::-webkit-scrollbar{width:8px}.ChannelChecker_formGrid__pLtSH::-webkit-scrollbar-thumb{background:#3a3d4a;border-radius:4px}.ChannelChecker_formGroup__AYSAi{display:flex;flex-direction:column;gap:6px}.ChannelChecker_formGroup__AYSAi.ChannelChecker_fullWidth__eklol{grid-column:1/-1}.ChannelChecker_formLabel__t4KWZ{color:#aaa;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ChannelChecker_formInput__IkFO9,.ChannelChecker_formSelect__B5dhh{background:#1f2128;border:1px solid #333;border-radius:6px;color:#fff;font-family:inherit;font-size:13px;outline:none;padding:9px 12px;transition:all .2s ease}.ChannelChecker_formInput__IkFO9:focus,.ChannelChecker_formSelect__B5dhh:focus{background:#252a30;border-color:#68dfdf;box-shadow:0 0 0 3px #68dfdf1a}.ChannelChecker_formInput__IkFO9:disabled{background:#18191d;border-color:#252a30;color:#666;cursor:not-allowed}.ChannelChecker_formInput__IkFO9 textarea,.ChannelChecker_formInput__IkFO9[type=textarea]{font-family:Courier New,monospace;min-height:100px;resize:vertical}.ChannelChecker_modalFooter__bJ\+k5{background:#0f1012;border-top:1px solid #2a2b30;display:flex;gap:12px;justify-content:flex-end;padding:16px 20px}.ChannelChecker_cancelButton__dOMzv,.ChannelChecker_saveButton__oGkJw{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;outline:none;padding:9px 18px;transition:all .15s ease}.ChannelChecker_cancelButton__dOMzv{background:#3a3d4a;color:#ddd}.ChannelChecker_cancelButton__dOMzv:hover{background:#4a4d5a;color:#fff}.ChannelChecker_saveButton__oGkJw{background:#68dfdf;color:#111}.ChannelChecker_saveButton__oGkJw:hover{background:#7ae8e8}.ChannelChecker_saveButton__oGkJw:active{transform:scale(.98)}@media (max-width:768px){.ChannelChecker_headerContent__bV2mz{align-items:center;flex-direction:column;gap:12px}.ChannelChecker_headerRight__k7hR\+{justify-content:center;width:100%}.ChannelChecker_searchInput__iaYn9{width:100%}.ChannelChecker_channelHeader__uF1dO{gap:8px}.ChannelChecker_channelThumbnail__iVaqR{height:50px;width:80px}.ChannelChecker_cameraItem__Bjiva{flex-direction:column}.ChannelChecker_cameraThumbnail__c4qwc{height:180px;width:100%}.ChannelChecker_formGrid__pLtSH{grid-template-columns:1fr}.ChannelChecker_modalCard__1kkby{width:95vw}.toolbar{align-items:center;flex-wrap:nowrap;gap:8px}.toolbarSearch{flex:1 1 auto;min-width:0}.toolbarSearch .searchInput{width:100%}.reloadBtn{align-items:center;border-radius:8px;display:flex;height:36px;justify-content:center;padding:0;width:36px}.reloadBtn svg{height:16px;width:16px}.wt-hero .wt-hero-logo{margin-left:calc(clamp(8px, 6vw, 36px) - 15px)!important}}@media (max-width:420px){.wt-hero .wt-hero-logo{margin-left:calc(clamp(6px, 8vw, 28px) - 15px)!important}}.StreamCreator_profilePreview__wMSr8{background:linear-gradient(180deg,#ffffff05,#00000005);border:1px solid #ffffff0a;border-radius:8px;margin-top:8px;padding:8px}.StreamCreator_profileHeader__04gqt{align-items:center;cursor:pointer;display:flex;gap:12px;justify-content:space-between}.StreamCreator_profileTitle__1sjrf{color:#fff;font-weight:700}.StreamCreator_profileSub__Swdjk{color:#9aa0a6;font-size:.9rem}.StreamCreator_profileToggle__tImzs{background:#0000;border:none;color:#9aa0a6;cursor:pointer;font-size:1.05rem}.StreamCreator_profileBody__BRktm{max-height:0;overflow:hidden;padding:0 4px;transition:max-height .24s ease,padding .2s ease}.StreamCreator_profileBody__BRktm.StreamCreator_expanded__NQZBD{max-height:420px;padding:8px 4px}.StreamCreator_profileKnownAs__xltLH{color:#cbd5e1;font-size:.95rem;margin-top:6px}.StreamCreator_profileDescription__YHSMi{color:#d1d5db;font-size:.92rem;line-height:1.45;margin-top:8px;max-height:220px;overflow:auto}.StreamCreator_feature-creator-container__eedcE{color:#e0e0e0;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%;margin:0 auto;max-width:100%;overflow-y:auto;padding:40px}.StreamCreator_header-container__aULn2{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px;width:100%}.StreamCreator_logo__M8ACI{height:48px;margin-right:16px;object-fit:contain;width:48px}.StreamCreator_page-title__npYsk{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin:0}.StreamCreator_back-button__OlFA\+{background:#0000;border:1px solid #444;border-radius:6px;color:#aaa;cursor:pointer;padding:8px 16px;transition:all .2s}.StreamCreator_back-button__OlFA\+:hover{border-color:#fff;color:#fff}.StreamCreator_form-container__u9Gld{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;align-items:start;gap:40px}@media (max-width:1024px){.StreamCreator_form-container__u9Gld{grid-template-columns:1fr}}.StreamCreator_form-section__9Ylov{background:#1e1e1e;border:1px solid #333;border-radius:16px;box-shadow:0 4px 24px #0003;padding:30px}.StreamCreator_form-section__9Ylov h2{align-items:center;color:#fff;display:flex;font-size:1.25rem;font-weight:600;gap:10px;margin-bottom:24px;margin-top:0}.StreamCreator_form-section__9Ylov h2:after{background:#333;content:"";flex:1 1;height:1px;margin-left:10px}.StreamCreator_import-section__WWv6k{margin-bottom:40px;transition:padding .3s ease}.StreamCreator_import-section__WWv6k.StreamCreator_collapsed__lB3sa{padding:15px 30px}.StreamCreator_import-section__WWv6k.StreamCreator_collapsed__lB3sa .StreamCreator_toggle-button-dark__6Js2X{margin-bottom:0}.StreamCreator_column-wrapper__d6oGk{display:flex;flex-direction:column;gap:40px}.StreamCreator_form-group__t5fRM{margin-bottom:20px}.StreamCreator_form-group__t5fRM label{color:#888;display:block;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.StreamCreator_form-group__t5fRM input,.StreamCreator_form-group__t5fRM select,.StreamCreator_form-group__t5fRM textarea{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;padding:12px 16px;transition:all .2s ease;width:100%}.StreamCreator_form-group__t5fRM input:focus,.StreamCreator_form-group__t5fRM select:focus,.StreamCreator_form-group__t5fRM textarea:focus{background-color:#333;border-color:#007bff;box-shadow:0 0 0 4px #007bff26;outline:none}.StreamCreator_form-group__t5fRM p{color:#666;font-size:.85rem;line-height:1.4;margin-top:8px}.StreamCreator_submit-button__6chQQ{background:linear-gradient(135deg,#007bff,#0062cc);border:none;border-radius:8px;box-shadow:0 4px 12px #007bff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;margin-top:20px;padding:16px;text-transform:uppercase;transition:transform .2s,box-shadow .2s;width:100%}.StreamCreator_submit-button__6chQQ:hover{box-shadow:0 6px 16px #007bff66;transform:translateY(-2px)}.StreamCreator_submit-button__6chQQ:active{transform:translateY(0)}.StreamCreator_search-wikidata-button__dmcrC{background:#333;border:1px solid #555;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:20px;padding:10px 20px;transition:all .2s}.StreamCreator_search-wikidata-button__dmcrC:hover{background:#444;border-color:#666}.StreamCreator_button-green__OCMt\+,.StreamCreator_button-red__CY5-p{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-bottom:20px;margin-right:10px;padding:10px 20px;transition:opacity .2s}.StreamCreator_button-green__OCMt\+{background-color:#28a745}.StreamCreator_button-red__CY5-p{background-color:#dc3545}.StreamCreator_button-green__OCMt\+:hover,.StreamCreator_button-red__CY5-p:hover{opacity:.9}.StreamCreator_map-container__YHe01{background:#181a1b;border:1px solid #444;border-radius:12px;box-shadow:0 4px 20px #0000004d;overflow:hidden;position:relative;width:100%}.StreamCreator_provider-modal-overlay__yrFaq{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.StreamCreator_provider-modal__M4TXu{animation:StreamCreator_modalFadeIn__\+o29P .3s ease-out;background:#1e1e1e;border:1px solid #333;border-radius:16px;box-shadow:0 20px 50px #00000080;color:#fff;max-width:400px;padding:40px;text-align:center;width:100%}@keyframes StreamCreator_modalFadeIn__\+o29P{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.StreamCreator_provider-header__5Uclk{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:30px}.StreamCreator_provider-header__5Uclk img{height:40px}.StreamCreator_provider-header__5Uclk h3{font-size:1.4rem;font-weight:700;margin:0}.StreamCreator_provider-options__9ynyt{display:flex;gap:30px;justify-content:center;margin-top:30px}.StreamCreator_provider-button__CRB\+e{align-items:center;background:#2a2a2a;border:2px solid #333;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:20px;transition:all .2s ease;width:120px}.StreamCreator_provider-button__CRB\+e:hover{background:#333;border-color:#007bff;transform:translateY(-4px)}.StreamCreator_provider-button__CRB\+e img{height:48px;margin-bottom:8px;object-fit:contain;width:48px}.StreamCreator_provider-button__CRB\+e span{color:#ccc;font-size:.9rem;font-weight:600}.StreamCreator_provider-button__CRB\+e:hover span{color:#fff}.StreamCreator_toggle-button-dark__6Js2X{background:#0000;border:1px solid #007bff;border-radius:6px;color:#007bff;cursor:pointer;font-size:.9rem;margin-bottom:20px;padding:8px 16px;transition:all .2s}.StreamCreator_toggle-button-dark__6Js2X:hover{background:#007bff1a}.StreamCreator_json-input-container__mp54i{background:#1a1a1a;border:1px solid #333;border-radius:8px;margin-bottom:30px;padding:20px}.StreamCreator_json-textarea-dark__JRg5-{background:#111;border:1px solid #333;border-radius:6px;color:#0f0;font-family:monospace;height:120px;padding:15px;resize:vertical;width:100%}.StreamCreator_parse-button-dark__gUYc5{background:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:8px 16px}.StreamCreator_parse-button-dark__gUYc5:hover{background:#444}.StreamCreator_modal-overlay__ix6z5{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.StreamCreator_modal-content__mF8qg{background:#1e1e1e;border:1px solid #333;border-radius:16px;box-shadow:0 10px 40px #00000080;color:#f0f0f0;max-height:85vh;max-width:600px;overflow-y:auto;padding:30px;width:90%}.StreamCreator_result-item__W9WOO{align-items:center;background:#2a2a2a;border:1px solid #333;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px}.StreamCreator_use-button__nDf3R{background:#28a745}.StreamCreator_use-button__nDf3R,.StreamCreator_view-button__S9K-B{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 12px}.StreamCreator_view-button__S9K-B{background:#444}.StreamCreator_close-modal-button__Mh5-w{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:20px;padding:12px;width:100%}.StreamCreator_close-modal-button__Mh5-w:hover{background:#c0392b}.StreamCreator_submit-popup-fail__2D3qx,.StreamCreator_submit-popup-success__zACUN,.StreamCreator_submit-popup__t2Wpk{background:#1e1e1e!important;border:1px solid #333!important;border-radius:16px!important;box-shadow:0 20px 50px #00000080!important;color:#e0e0e0!important;max-width:400px!important;min-width:300px!important;padding:30px!important;width:90vw!important}.StreamCreator_submit-popup-fail__2D3qx h2,.StreamCreator_submit-popup-success__zACUN h2,.StreamCreator_submit-popup__t2Wpk h2{background:none;border:none;color:#ff4d4f!important;font-size:1.8em;font-weight:700;letter-spacing:-.5px;margin:0 0 .5em}.StreamCreator_submit-popup-success__zACUN h2{color:#28a745!important}.StreamCreator_popup-message__t5E4o{background:none;border:none;color:#ccc;font-size:1.1em;line-height:1.5;margin-bottom:1.5em;word-break:break-word}.StreamCreator_popup-reason__2SBq0{background:none;border:none;color:#ff4d4f!important;font-size:1em;font-weight:500;margin-bottom:1em}.StreamCreator_popup-reload__ZRIw1{background:none;border:none;color:#888;font-size:.9em;font-style:italic;margin-bottom:1em;margin-top:1em}.StreamCreator_submit-popup-fail__2D3qx button,.StreamCreator_submit-popup-success__zACUN button,.StreamCreator_submit-popup__t2Wpk button{background:#333;border:1px solid #444;border-radius:8px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;margin-top:10px;outline:none;padding:12px 24px;transition:all .2s;width:100%}.StreamCreator_submit-popup-fail__2D3qx button:hover,.StreamCreator_submit-popup-success__zACUN button:hover,.StreamCreator_submit-popup__t2Wpk button:hover{background:#444;border-color:#666}.StreamCreator_popup__znpVC{background:#1e1e1e;border:1px solid #333;border-radius:16px;box-shadow:0 20px 50px #000000b3;left:50%;max-width:400px;padding:30px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:10000}.StreamCreator_popup__znpVC p{color:#ccc;font-size:1rem;margin-bottom:20px}.StreamCreator_popup-button__5jXwG{background:#007bff}.StreamCreator_popup-button__5jXwG,.StreamCreator_popup-cancel__FkEJP{border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin:5px;padding:10px 20px}.StreamCreator_popup-cancel__FkEJP{background:#333}.StreamCreator_ban-error__Ci76M{background:#dc35451a;border:1px solid #dc3545;border-radius:8px;color:#ff6b6b;grid-column:1/-1;margin-top:20px;padding:15px}.AIChat_page__jy-Jp{color:#fff;color:var(--text-color,#fff);display:flex;flex-direction:column;height:calc(100vh - 80px);--ai-bg-alpha:0.16;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);background:rgba(14,14,16,var(--ai-bg-alpha));border:1px solid #ffffff0a;z-index:2147483647!important}.AIChat_header__w24yP{align-items:center;-webkit-backdrop-filter:blur(8px) saturate(120%);backdrop-filter:blur(8px) saturate(120%);display:flex;flex-direction:row;justify-content:space-between;padding:8px 12px;position:relative;z-index:2147483647}.AIChat_titleRow__nRBMA{align-items:center;background-color:initial;display:flex;gap:10px}.AIChat_gaiaVersion__IO\+SB{color:#ffffffb8;font-size:12px;margin-left:6px}.AIChat_title__j2p6q{background:linear-gradient(90deg,#00e0fb,#60f3d7 60%);background:linear-gradient(90deg,var(--earf-blue,#00e0fb),#60f3d7 60%);font-size:20px;font-weight:800;letter-spacing:.6px}.AIChat_titleSuffix__0sZFi{font-size:14px;margin-left:4px;opacity:.9}.AIChat_resetBtn__kLPLG{align-items:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;color:#fff;color:var(--text-color,#fff);cursor:pointer;display:inline-flex;font-size:18px;height:36px;justify-content:center;position:relative;right:0;top:0;width:36px}.AIChat_resetBtn__kLPLG:hover{box-shadow:0 8px 20px #0000008c;transform:translateY(-1px)}.AIChat_icon__sfKZZ{border-radius:8px;box-shadow:0 6px 18px #0009;height:36px;object-fit:cover;width:36px}.AIChat_title__j2p6q{background:linear-gradient(90deg,#00e0fb,#68dfdf);background:linear-gradient(90deg,var(--earf-blue,#00e0fb),var(--primary-color,#68dfdf));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:18px;letter-spacing:.4px;margin:0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AIChat_logo__\+gDee{display:block;height:40px;margin-left:-10px;margin-top:2px;width:100px}.AIChat_alphaWarning__FLo3C{color:#ffffff80;font-size:12px;padding:6px 12px;text-align:center}.AIChat_beta__efUFQ{color:#1ed6ff;color:var(--earf-blue,#1ed6ff);font-size:12px;font-weight:800;margin-left:8px}.AIChat_headerSub__DjYu3{color:#fff;color:var(--text-color,#fff);font-size:12px;opacity:.72}.AIChat_chatArea__p2uGn{display:flex;flex:1 1;justify-content:center;overflow-y:auto}.AIChat_chatInner__OG28T{display:flex;flex-direction:column;gap:0;max-width:920px;width:100%}.AIChat_emptyState__m02jj{background:linear-gradient(180deg,#ffffff03,#0000);border:1px solid #ffffff0a;border:1px solid var(--border-color,#ffffff0a);border-radius:12px;margin:36px auto;max-width:640px;padding:28px 20px;text-align:center}.AIChat_emptyState__m02jj h3{margin:0 0 8px}.AIChat_emptySub__DpCA1{color:#ffffffb8;margin:0 0 12px}.AIChat_emptyExamples__sg\+u6{display:flex;gap:8px;justify-content:center}.AIChat_emptyExamples__sg\+u6 button{background:#ffffff08;border:none;border-radius:8px;color:#fff;color:var(--text-color,#fff);cursor:pointer;padding:6px 10px}.AIChat_messageRow__eyciu{align-items:flex-start;display:flex;gap:14px;margin-bottom:12px;max-width:100%;width:100%}.AIChat_earf__-p-PS{flex-direction:row;justify-content:flex-start;width:100%}.AIChat_you__jYzSs{align-self:flex-end;flex-direction:row;justify-content:flex-end;width:100%}.AIChat_label__Udno0{color:#ffffffad;font-size:12px;margin-top:6px;min-width:56px;text-align:center}.AIChat_labelEarf__5AG1Q,.AIChat_labelYou__4WWJL{color:#ffffffe6}.AIChat_bubbleWrap__fp3qV{display:flex;flex-direction:column;gap:0;max-width:calc(100% - 48px);min-width:72px;overflow:visible;position:relative}.AIChat_messageRow__eyciu .AIChat_bubbleWrap__fp3qV{align-items:flex-start;display:flex;width:100%}.AIChat_earf__-p-PS .AIChat_bubbleWrap__fp3qV{justify-content:flex-start}.AIChat_you__jYzSs .AIChat_bubbleWrap__fp3qV{justify-content:flex-end}.AIChat_messageRow__eyciu .AIChat_label__Udno0{order:0}.AIChat_messageRow__eyciu .AIChat_bubbleWrap__fp3qV{order:1}.AIChat_you__jYzSs .AIChat_label__Udno0{margin-left:8px;order:1;text-align:right}.AIChat_you__jYzSs .AIChat_bubbleWrap__fp3qV{margin-left:auto;order:0}.AIChat_bubbleWrap__fp3qV .AIChat_label__Udno0{background:#0000;border:none;border-radius:0;box-shadow:none;color:#ffffffe6;font-size:14px;left:-12px;line-height:1;padding:0;padding-bottom:12px!important;pointer-events:none;position:absolute;top:0;transform:translateY(-100%);z-index:2147483647}.AIChat_you__jYzSs .AIChat_bubbleWrap__fp3qV .AIChat_label__Udno0{left:auto;right:-7px;text-align:right}.AIChat_bubbleWrap__fp3qV .AIChat_label__Udno0 .AIChat_username__pCnAZ{background:#0000;border-radius:0;color:#ffffffe6;font-size:14px;line-height:1;padding:0}.AIChat_bubble__4g9FO{position:relative;z-index:2147483647}.AIChat_userLabel__O8qBN{align-items:center;display:flex;justify-content:center}.AIChat_avatar__K30vK{border:1px solid #ffffff0f;border-radius:50%;height:36px;object-fit:cover;width:36px}.AIChat_username__pCnAZ{border-radius:8px;font-size:14px;padding:6px 8px}.AIChat_bubble__4g9FO,.AIChat_username__pCnAZ{background:#ffffff05;color:#fff;color:var(--text-color,#fff)}.AIChat_bubble__4g9FO{backdrop-filter:blur(6px) saturate(120%);-webkit-backdrop-filter:blur(6px) saturate(120%);border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 8px 24px #00000052;box-sizing:border-box;display:inline-block;flex:0 1 auto;font-size:16px;line-height:1;max-width:95%;min-width:45px;overflow-wrap:anywhere;padding:12px 14px;white-space:pre-wrap;word-break:normal}.AIChat_centered__0iMAp{align-items:center;display:inline-flex;justify-content:center;min-width:34px;padding-bottom:10px;padding-left:10px;padding-right:10px;text-align:center}.AIChat_bubble__4g9FO>*{margin:0;padding:0}.AIChat_bubble__4g9FO br{line-height:0}.AIChat_bubble__4g9FO ol,.AIChat_bubble__4g9FO ul{list-style-position:outside;margin:0 0 8px;padding-left:36px}.AIChat_bubble__4g9FO li{margin:0 0 6px}.AIChat_bubble__4g9FO ol ol,.AIChat_bubble__4g9FO ol ul,.AIChat_bubble__4g9FO ul ol,.AIChat_bubble__4g9FO ul ul{padding-left:20px}.AIChat_you__jYzSs .AIChat_bubble__4g9FO{align-self:flex-end;border:1px solid #ffffff0a;box-shadow:0 2px 6px #00000073;max-width:84%}.AIChat_bubble__4g9FO code{background:#ffffff0a;border-radius:6px;color:#fff;color:var(--text-color,#fff);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,monospace;padding:2px 6px}.AIChat_bubble__4g9FO strong{font-weight:800}.AIChat_bubble__4g9FO em{opacity:.95}.AIChat_composerWrap__1ttqI{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;padding:12px 14px 18px}.AIChat_composer__Nks3q{align-items:center;backdrop-filter:blur(8px) saturate(115%);-webkit-backdrop-filter:blur(8px) saturate(115%);background:#ffffff08;border:1px solid #ffffff0a;border-radius:999px;box-shadow:0 8px 30px #00000047,inset 0 1px 0 #ffffff05;display:flex;gap:8px;max-width:920px;padding:8px;width:100%}.AIChat_input__UuCyo{background:#0000;border:none;border-radius:inherit;color:#fff;color:var(--text-color,#fff);flex:1 1;font-size:15px;max-height:240px;min-height:40px;overflow:auto;padding:12px 72px 12px 14px;resize:none}.AIChat_input__UuCyo::placeholder{color:#ffffff6b}.AIChat_input__UuCyo:focus{outline:none}.AIChat_composer__Nks3q:focus-within{border-color:#ffffff0a;box-shadow:0 10px 30px #000000a6,0 0 0 4px #ffffff05}.AIChat_sendBtn__JKkay:focus{border-color:#ffffff14;box-shadow:none;outline:none}.AIChat_sendBtn__JKkay{align-items:center;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;box-shadow:none;color:#fff;color:var(--button-color,#fff);cursor:pointer;display:inline-flex;height:44px;justify-content:center;min-width:44px;padding:0;transition:background .12s ease,opacity .12s ease;width:44px}.AIChat_sendBtn__JKkay:hover{background:#ffffff14;color:#fff}.AIChat_sendBtn__JKkay:active,.AIChat_sendBtn__JKkay:hover{box-shadow:none;transform:none}.AIChat_sendBtn__JKkay:disabled{box-shadow:none;cursor:not-allowed;opacity:.45;transform:none}.AIChat_sendIcon__-nGOR{color:#fff;display:block;font-size:18px;height:18px;line-height:0;width:18px;fill:currentColor}.AIChat_sendBtn__JKkay svg,.AIChat_sendBtn__JKkay svg *{fill:currentColor}.AIChat_sendText__k\+rIv{display:none}@media (max-width:720px){.AIChat_sendText__k\+rIv{display:none}.AIChat_sendBtn__JKkay{height:44px;width:44px}.AIChat_composer__Nks3q{gap:10px}}.AIChat_footerNote__Kk3bC{color:#fff9;font-size:12px;padding:6px 8px 12px;text-align:center}@media (max-width:900px){.AIChat_chatArea__p2uGn{padding-bottom:calc(120px + env(safe-area-inset-bottom))}.AIChat_bubble__4g9FO{font-size:15px;max-width:88%;padding:10px 12px}.AIChat_you__jYzSs{align-items:flex-end;justify-content:flex-end}.AIChat_you__jYzSs .AIChat_bubble__4g9FO{align-self:flex-end;max-width:78%}.AIChat_chatInner__OG28T{padding-left:6px;padding-right:6px}}.AIChat_typingDots__mFU2o{align-items:center;display:inline-flex;gap:6px;justify-content:center;min-width:44px;vertical-align:middle;white-space:nowrap}.AIChat_typingDots__mFU2o .AIChat_dot__0Xxq8{animation:AIChat_dotPulse__G59uw 1s ease-in-out infinite;background:#ffffffe6;border-radius:50%;flex:none;height:8px;opacity:.25;transform:translateY(0);width:8px}.AIChat_typingDots__mFU2o .AIChat_dot__0Xxq8:nth-child(2){animation-delay:.15s}.AIChat_typingDots__mFU2o .AIChat_dot__0Xxq8:nth-child(3){animation-delay:.3s}@keyframes AIChat_dotPulse__G59uw{0%{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}60%{opacity:.5;transform:translateY(0)}to{opacity:.25;transform:translateY(0)}}.AIChat_srOnly__HW-Eo{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0 0 0 0)!important;border:0!important;white-space:nowrap!important}@media (max-width:640px){.AIChat_chatInner__OG28T,.AIChat_composer__Nks3q{max-width:100%}.AIChat_label__Udno0{display:none}.AIChat_title__j2p6q{font-size:16px}.AIChat_icon__sfKZZ{height:30px;width:30px}}.AIChat_modalBackdrop__Jkq\+k{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2147483647}.AIChat_modal__B3\+1-{background:linear-gradient(180deg,#19191afa,#141416fa);border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 12px 48px #0009;color:#fff;color:var(--text-color,#fff);max-width:520px;padding:20px;width:100%}.AIChat_modalTitle__9G01E{font-size:18px;margin:0 0 8px}.AIChat_modalBody__XZvsB{color:#ffffffe6;margin:0 0 16px}.AIChat_modalActions__JbFSH{display:flex;gap:10px;justify-content:flex-end}.AIChat_modalPrimary__DUHVo{background:#00e0fb;background:var(--earf-blue,#00e0fb);border:none;border-radius:8px;color:#111;cursor:pointer;font-weight:700;padding:8px 12px}.AIChat_modalSecondary__rpGkj{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#ffffffe6;cursor:pointer;padding:8px 12px}.CountryProfiles_country-profile-editor-container__cOYsN{background-color:var(--content-background);box-sizing:border-box;color:var(--text-color);min-height:100vh;padding:24px;width:100%}.CountryProfiles_header-container__QbCOt{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px;width:100%}.CountryProfiles_search-container__6\+NF4{display:flex;flex:1 1;justify-content:flex-end;max-width:300px}.CountryProfiles_search-input__UHQmR{background-color:#222;border:1px solid #444;border-radius:8px;color:#fff;font-size:.95rem;max-width:300px;padding:10px 14px;width:100%}.CountryProfiles_search-input__UHQmR::placeholder{color:#888}.CountryProfiles_profiles-list__tHFCn{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:24px;box-sizing:border-box;gap:24px;max-height:calc(100vh - 200px);overflow-y:auto;padding-right:10px;scrollbar-color:#555 #333;scrollbar-width:thin;width:100%}.CountryProfiles_profiles-list__tHFCn::-webkit-scrollbar{width:8px}.CountryProfiles_profiles-list__tHFCn::-webkit-scrollbar-thumb{background-color:#555;border-radius:8px}.CountryProfiles_profiles-list__tHFCn::-webkit-scrollbar-track{background-color:#333}.CountryProfiles_profile-item__2H5Sk{align-items:center;aspect-ratio:1;background-color:#1e1e1e;border-radius:12px;box-shadow:0 2px 10px #0006;box-sizing:border-box;display:grid;flex-direction:column;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:5px;transition:transform .2s ease-in-out}.CountryProfiles_profile-item__2H5Sk:hover{transform:scale(1.03)}.CountryProfiles_flag-tile__QoQ8h{align-items:center;display:flex;justify-content:center}.CountryProfiles_flag-image__OP50z{border-radius:6px;box-shadow:0 0 5px #ffffff26;height:auto;width:150px}.CountryProfiles_country-name__dzjXO{color:#fff;font-size:1.1rem;font-weight:600;margin:0;padding:0;text-align:center}.CountryProfiles_country-capital__maFH0{color:#ccc;font-size:.9rem;font-weight:700;margin:0;padding:0;text-align:center}.CountryProfiles_profile-actions__7Ecmr{align-items:center;display:flex;justify-content:center}.CountryProfiles_edit-button__QLpt-{background-color:var(--earf-blue);border:none;border-radius:6px;color:#000;cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 12px;transition:background-color .2s ease-in-out}.CountryProfiles_edit-button__QLpt-:hover{background-color:#0056b3}.CountryProfiles_modalOverlay__H4jaF{align-items:center;animation:CountryProfiles_fadeIn__\+OHhY .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;display:flex;inset:0;justify-content:center;padding:40px;position:fixed;z-index:99999}.CountryProfiles_modalCard__qvXS2{animation:CountryProfiles_slideUp__kCGV9 .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;max-height:85vh;max-width:600px;width:100%}.CountryProfiles_modalTop__0Sdvr{align-items:center;background:#0000;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:20px 24px}.CountryProfiles_modalTitle__0oCIi{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin:0}.CountryProfiles_modalClose__AjQEi{display:none}.CountryProfiles_modalForm__LoMAo{flex:1 1;overflow-y:auto;padding:24px}.CountryProfiles_formGrid__0WNy5{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.CountryProfiles_formField__vYEZW{display:flex;flex-direction:column;gap:8px}.CountryProfiles_formField__vYEZW.CountryProfiles_fullWidth__qk2u9{grid-column:1/-1}.CountryProfiles_formLabel__3Mswp{color:#888;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-left:4px;text-transform:uppercase}.CountryProfiles_formInput__mGCuW,.CountryProfiles_formTextarea__JWtdc{background-color:#0000004d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;padding:14px;transition:all .2s ease}.CountryProfiles_formInput__mGCuW:focus,.CountryProfiles_formTextarea__JWtdc:focus{background-color:#00000080;border-color:#0af;border-color:var(--earf-blue,#0af);box-shadow:0 0 0 4px #00aaff1a;outline:none}.CountryProfiles_formTextarea__JWtdc{line-height:1.6;min-height:100px;resize:vertical}.CountryProfiles_modalFooter__0F66j{background:#0000;border-radius:0 0 16px 16px;border-top:1px solid #ffffff0d;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.CountryProfiles_cancelButton__v-WTP{background-color:initial;border:1px solid #ffffff1a;border-radius:8px;color:#ccc;cursor:pointer;font-size:.95rem;font-weight:500;padding:12px 24px;transition:all .2s}.CountryProfiles_cancelButton__v-WTP:hover{background-color:#ffffff0d;border-color:#fff3;color:#fff}.CountryProfiles_saveButton__3KihZ{background:linear-gradient(135deg,#0af,#07c);border:none;border-radius:8px;box-shadow:0 4px 12px #00aaff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 28px;transition:transform .1s,box-shadow .2s}.CountryProfiles_saveButton__3KihZ:hover{box-shadow:0 6px 16px #0af6;filter:brightness(1.1);transform:translateY(-1px)}.CountryProfiles_saveButton__3KihZ:active{transform:translateY(0)}@keyframes CountryProfiles_fadeIn__\+OHhY{0%{opacity:0}to{opacity:1}}@keyframes CountryProfiles_slideUp__kCGV9{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CountryProfiles_modalForm__LoMAo::-webkit-scrollbar{width:8px}.CountryProfiles_modalForm__LoMAo::-webkit-scrollbar-track{background:#1e1e1e}.CountryProfiles_modalForm__LoMAo::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.CountryProfiles_modalForm__LoMAo::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.CountryProfiles_formGrid__0WNy5{grid-template-columns:1fr}.CountryProfiles_modal-content__ZT7vq{height:100%;width:100%}.CountryProfiles_header-container__QbCOt{align-items:flex-start;flex-direction:column;gap:10px}.CountryProfiles_profile-actions__7Ecmr{flex-direction:column;width:100%}.CountryProfiles_delete-button__svicA,.CountryProfiles_edit-button__QLpt-{width:100%}}@media (max-width:600px){.CountryProfiles_header-container__QbCOt{align-items:flex-start;flex-direction:column}.CountryProfiles_search-container__6\+NF4{justify-content:flex-start;width:100%}.CountryProfiles_search-input__UHQmR{max-width:100%}}.LocationProfiles_container__TakIr{background-color:var(--content-background);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh;width:100%}.LocationProfiles_headerWrapper__cK2IW{background:linear-gradient(135deg,#0a0e27,#1a1d2e);border-bottom:1px solid #2a2d3a;box-shadow:0 2px 8px #0000004d;padding:12px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.LocationProfiles_headerContent__BNXur{justify-content:space-between}.LocationProfiles_headerContent__BNXur,.LocationProfiles_headerLeft__BrfYf{align-items:center;display:flex;gap:12px}.LocationProfiles_headerLogo__JMMfs{height:40px;object-fit:contain;width:40px}.LocationProfiles_headerTitle__w2b-C{color:#fff;font-size:18px;font-weight:700;margin:0}.LocationProfiles_headerCaption__2LnKk{color:#bdbdbd;font-size:.9rem}.LocationProfiles_headerRight__JT-Ij{align-items:center;display:flex;gap:8px}.LocationProfiles_searchInput__lvNhp{background:#16171a;border:1px solid #2a2d3a;border-radius:6px;color:#d3d3d3;padding:8px 10px}.LocationProfiles_reloadBtn__QmN0z{background:#18181b;border:1px solid #2a2d3a;border-radius:6px;color:#9fbfd9;padding:8px 10px}.LocationProfiles_saveButton__nc4T8{background:#68dfdf;border:none;border-radius:8px;box-shadow:0 6px 18px #06788214;color:#071018;font-weight:700;padding:8px 12px}.LocationProfiles_saveButton__nc4T8:hover{background:#7ae8e8}.LocationProfiles_error__pbOSI{color:#ffb4b4;margin-top:8px}.LocationProfiles_listWrapper__wr-Le{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow:auto;padding:12px 16px}.LocationProfiles_emptyState__kuuFx{color:#9fbfd9;padding:20px;text-align:center}.LocationProfiles_card__DPirZ{background:#191a1e;border:1px solid #2a2b30;border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:12px}.LocationProfiles_cardHeader__YlSjX{align-items:center;display:flex;justify-content:space-between}.LocationProfiles_cardTitle__bWRtD{color:#fff;font-weight:700}.LocationProfiles_cardMeta__W9Z0W{color:#9fbfd9;font-size:.85rem}.LocationProfiles_cardActions__QYZhf{display:flex;gap:8px}.LocationProfiles_editButton__NUYQy{color:#68dfdf}.LocationProfiles_cancelButton__AmptH,.LocationProfiles_editButton__NUYQy{background:#252a30;border:1px solid #3a4048;border-radius:4px;cursor:pointer;font-weight:600;padding:6px 12px}.LocationProfiles_cancelButton__AmptH{color:#ff9b9b}.LocationProfiles_cardBody__TPb9x{color:#d3d3d3;font-size:.95rem}.LocationProfiles_description__BCWDq{margin:6px 0 0}.LocationProfiles_rawPreview__FbTGh{color:#9fbfd9;font-size:.85rem;margin-top:8px}.LocationProfiles_rawBlock__tDdQJ{background:#0f1113;border:1px solid #232428;border-radius:6px;color:#cfe9ff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,Courier New,monospace;font-size:.85rem;margin-top:10px;max-height:260px;overflow:auto;padding:10px;white-space:pre-wrap}.LocationProfiles_countryPill__d3e1k{background:#22c55e1f;border-radius:999px;color:#d8ffea;display:inline-block;font-size:.85rem;font-weight:700;margin-top:6px;padding:6px 10px}.LocationProfiles_flagImg__1xgbG{border-radius:4px;box-shadow:0 2px 6px #0006;height:26px;object-fit:cover;width:40px}.LocationProfiles_flagImgSmall__2gDtt{border-radius:3px;box-shadow:0 2px 6px #00000059;height:18px;margin-top:6px;object-fit:cover;width:28px}.LocationProfiles_knownAsRow__8vD9M{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.LocationProfiles_pill__aXaig{background:#60a5fa1f;border-radius:999px;color:#cfe9ff;font-size:.85rem;font-weight:600;padding:6px 10px}.LocationProfiles_modalOverlay__i5UQ1{align-items:center;background:#000000b8;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.LocationProfiles_modalCard__Th5VX{background:#151617;border:1px solid #2a2b30;border-radius:10px;box-shadow:0 20px 60px #0009;display:flex;flex-direction:column;max-height:85vh;max-width:800px;width:90vw}.LocationProfiles_modalTop__eE0wj{border-bottom:1px solid #2a2b30;color:#fff;font-weight:700;padding:14px}.LocationProfiles_formGroup__1\+d7g{padding:12px}.LocationProfiles_formLabel__cg1z2{color:#9fbfd9;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.LocationProfiles_formInput__F\+nix{background:#0000;border:1px solid #2a2b30;border-radius:6px;color:#d3d3d3;padding:8px;width:100%}.LocationProfiles_modalFooter__5RcSa{border-top:1px solid #2a2b30;display:flex;gap:8px;justify-content:flex-end;padding:12px}.LocationProfiles_loadingContainer__aH8Ju{display:flex;justify-content:center;padding:18px}.LocationProfiles_loadingInner__Yc6l\+{align-items:center;color:#9fbfd9;display:flex;flex-direction:column;gap:10px}.LocationProfiles_spinner__lB-sm{animation:LocationProfiles_lp-spin__087u6 .9s linear infinite;border:4px solid #ffffff14;border-radius:50%;border-top-color:#68dfdf;height:48px;width:48px}@keyframes LocationProfiles_lp-spin__087u6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LocationProfiles_srOnly__1hYEB{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.LocationProfiles_toast__cpdIh{border-radius:8px;bottom:20px;box-shadow:0 6px 18px #00000080;color:#071018;font-weight:700;left:20px;padding:10px 14px;position:fixed;right:auto;z-index:20000}.LocationProfiles_toastSuccess__xPPcv{background:#68dfdf;color:#051018}.LocationProfiles_toastError__rBtha{background:#ff9b9b;color:#1a0b0b}@media (max-width:980px){.LocationProfiles_headerTitle__w2b-C{font-size:16px}.LocationProfiles_headerLogo__JMMfs{height:34px;width:34px}}.CountryDetails_container__lSof-{display:grid;grid-template-columns:1fr 2fr;grid-gap:40px;background-color:#121212;color:#eee;gap:40px;height:90vh;overflow:auto;padding:40px}.CountryDetails_leftPanel__FscWT{align-items:center;display:flex;flex-direction:column;gap:25px}.CountryDetails_flag__5fk5t{border-radius:10px;height:auto;max-width:300px;width:100%}.CountryDetails_coat__1I1LK{border-radius:10px;height:auto;max-width:250px;width:100%}.CountryDetails_statsBox__gBsys{background-color:#1f1f1f;border-radius:12px;box-shadow:0 2px 8px #00000040;max-width:300px;padding:20px;width:100%}.CountryDetails_statsBox__gBsys h3{color:var(--earf-blue);margin-bottom:10px}.CountryDetails_rightPanel__PQVr\+{display:flex;flex-direction:column;gap:30px}.CountryDetails_title__3GWqs{color:var(--earf-blue);font-size:32px;margin-bottom:0}.CountryDetails_motto__YN4V9{color:#aaa;font-size:1rem;margin-bottom:20px;margin-top:0}.CountryDetails_section__v\+P0X{background-color:#1c1c1c;border-radius:10px;box-shadow:0 2px 8px #00000040;padding:20px}.CountryDetails_section__v\+P0X h2{color:var(--earf-blue);font-size:20px;margin-bottom:10px}.CountryDetails_section__v\+P0X li,.CountryDetails_section__v\+P0X p{color:#ccc;font-size:16px}.CountryDetails_section__v\+P0X ul{margin:0;padding-left:20px}a{color:var(--earf-blue)}a,a:hover{text-decoration:none}.CountryDetails_loader__ZSh4o{color:var(--earf-blue);font-size:1.2rem;padding:40px;text-align:center}.CountryDetails_error__woMKR{color:#ff6b6b;font-size:1.2rem;padding:40px;text-align:center}@media (max-width:768px){.CountryDetails_container__lSof-{grid-template-columns:1fr;padding:20px}.CountryDetails_leftPanel__FscWT{align-items:flex-start;margin-top:30px;order:2}.CountryDetails_rightPanel__PQVr\+{order:1}.CountryDetails_coat__1I1LK,.CountryDetails_flag__5fk5t{margin:0 auto;max-width:90%}.CountryDetails_statsBox__gBsys{width:100%}.CountryDetails_title__3GWqs{font-size:24px;text-align:left}.CountryDetails_section__v\+P0X h2{font-size:18px}.CountryDetails_section__v\+P0X{padding:15px}.CountryDetails_section__v\+P0X li,.CountryDetails_section__v\+P0X p{font-size:14px}.CountryDetails_statsBox__gBsys{max-width:100%}}.AdminPanel_rowControls__C-Cip{align-items:center;display:flex;flex-direction:row;gap:8px;width:100%}.AdminPanel_rowControls__C-Cip .AdminPanel_addAlertBtn__C0ASj{flex:1 1 auto;min-width:0;width:auto!important}.AdminPanel_rowControls__C-Cip .AdminPanel_refreshWrap__cIYp4{align-items:center;display:flex;flex:0 0 auto;justify-content:flex-end}.AdminPanel_smallRefreshBtn__Dd9t7{align-items:center;background:#ffffff08;border:1px solid #ffffff0a;border-radius:6px;cursor:pointer;display:inline-flex;height:34px;justify-content:center;padding:6px;width:34px}@media (max-width:520px){.AdminPanel_rowControls__C-Cip{flex-direction:row}.AdminPanel_rowControls__C-Cip .AdminPanel_addAlertBtn__C0ASj{flex:1 1 auto}.AdminPanel_rowControls__C-Cip .AdminPanel_refreshWrap__cIYp4{flex:0 0 40px}}.AdminPanel_adminPanel__nBrBY{color:#fff;color:var(--text-color,#fff);height:100vh;pointer-events:none;position:fixed;right:0;top:0;width:0;z-index:2147483640!important}.AdminPanel_header__dURDb{align-items:center;display:flex;justify-content:space-between;padding:12px 16px;-webkit-user-select:none;user-select:none}.AdminPanel_logo__XfV4S{display:block;height:28px;margin-bottom:2px;object-fit:contain;width:85px;-webkit-user-drag:none;pointer-events:none;-webkit-user-select:none;user-select:none}.AdminPanel_headerLeft__mfSyM{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.AdminPanel_logoLabel__WEBlc{color:#fff;font-size:12px;font-weight:700;line-height:1;margin:0 0 10px}.AdminPanel_adminGreeting__5i4iI{color:#ffffffd9;font-size:11px;margin-top:2px}.AdminPanel_title__7joZm{color:var(--earf-blue);flex:1 1 auto;font-size:12px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.AdminPanel_button__FXwZS{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;color:#f5f7f8;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:8px;padding:10px 12px;text-align:center;transition:transform .12s ease,background .16s ease,box-shadow .16s ease;width:100%}.AdminPanel_collapsed__2bI9x,.AdminPanel_collapsed__2bI9x .AdminPanel_button__FXwZS{display:none}.AdminPanel_collapseBtn__yr\+Ib{background:#0000;border:none;border-radius:6px;color:#fff;color:var(--text-color,#fff);cursor:pointer;font-size:14px;margin-left:8px;padding:6px 8px}.AdminPanel_collapseBtn__yr\+Ib:hover{background:#ffffff08}.AdminPanel_button__FXwZS:hover{background:#ffffff0f;box-shadow:0 8px 20px #00000073}.AdminPanel_logoutButton__4p8ex{background:linear-gradient(180deg,#ff2b2b,#e40000);border:1px solid #00000040;box-shadow:0 6px 18px #00000073;color:#fff}.AdminPanel_logoutButton__4p8ex:hover{filter:brightness(.95)}@media (max-width:768px){.AdminPanel_adminPanel__nBrBY{display:none}.AdminPanel_header__dURDb{margin-bottom:8px}}.AdminPanel_slideout__S4le1{background:linear-gradient(180deg,#0f1113,#0b0b0d);color:#eaf6fb;display:flex;flex-direction:column;height:calc(100vh - 64px);max-width:100vw;pointer-events:auto;position:fixed;right:0;top:64px;transform:translateX(100%);transition:transform .26s cubic-bezier(.2,.9,.2,1);width:360px;z-index:1000001}.AdminPanel_slideout__S4le1.AdminPanel_open__gPizT{transform:translateX(0)}.AdminPanel_overlay__zKnAN{background:#00000059;inset:0;position:fixed;z-index:1000000}.AdminPanel_announceInput__sEwu0{background:#ffffff05;border:1px solid #ffffff08;border-radius:6px;box-shadow:none;color:#eaf6fb;font-size:.95rem;height:40px;margin-bottom:8px;padding:8px 10px;width:100%}.AdminPanel_slideoutHeader__XA0Kd{align-items:center;border-bottom:1px solid #ffffff08;display:flex;flex:0 0 auto;gap:12px;padding:18px 16px}.AdminPanel_profileThumb__NU4-F{background:#222;border:2px solid #ffffff0a;border-radius:8px;height:56px;object-fit:cover;width:56px}.AdminPanel_profileInfo__hLP\+F{display:flex;flex-direction:column}.AdminPanel_profileName__fFoQN{color:#fff;font-weight:700}.AdminPanel_profileRole__RvvvQ{color:#cbd5d9;font-size:.9rem}.AdminPanel_slideoutBody__qy3dU{overflow-y:auto;padding:14px 16px;-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0}.AdminPanel_sectionTitle__QgNRg{color:#9fb6bb;font-size:.95rem;font-weight:700;margin-bottom:6px}.AdminPanel_sectionHeader__7oz6x{align-items:center;display:flex;gap:8px;justify-content:space-between}.AdminPanel_sectionHeader__7oz6x .AdminPanel_sectionTitle__QgNRg{flex:1 1;margin-bottom:0}.AdminPanel_collapseToggle__H84sI{align-items:center;background:#0000;border:none;color:#9fb6bb;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:1.1rem;height:24px;justify-content:center;min-width:24px;padding:2px 6px;transition:color .15s ease}.AdminPanel_collapseToggle__H84sI:hover{color:#cbd5d9}.AdminPanel_group__t3X2V{display:flex;flex-direction:column;gap:8px}.AdminPanel_group__t3X2V.AdminPanel_rowControls__C-Cip{flex-direction:row!important}.AdminPanel_announcePoster__r9LI5{background:#0000;border:1px solid #ffffff0a;border-radius:8px;padding:12px}.AdminPanel_announceTextarea__OY\+-k{background:#ffffff05;border:1px solid #ffffff08;border-radius:6px;box-shadow:none;color:#eaf6fb;font-size:.96rem;line-height:1.45;min-height:96px;padding:12px 14px;resize:vertical;width:100%}.AdminPanel_postBtn__trk4\+{background:linear-gradient(180deg,#067e86,#025f62);border:none;border-radius:10px;box-shadow:0 6px 18px #0009,inset 0 -2px 0 #0000001f;color:#eaf6fb;cursor:pointer;font-weight:700;margin-top:8px;padding:8px 14px}.AdminPanel_secondaryBtn__d0BJS{background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;color:#eaf6fb;cursor:pointer;font-weight:700;margin-top:8px;padding:8px 12px}.AdminPanel_secondaryBtn__d0BJS:hover{background:linear-gradient(180deg,#0f7a3a,#0b6b2e);border-color:#0003}.AdminPanel_announceActions__-pJk0{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.AdminPanel_maintenanceRow__NvDca{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:8px;align-items:center;gap:8px;margin-top:8px}.AdminPanel_maintBtn__sRxOe{background:#0f1012;border:1px solid #ffffff0a;border-radius:6px;color:#eaf6fb;cursor:pointer;font-size:.88rem;font-weight:700;justify-self:stretch;min-width:0;padding:8px 10px;width:100%}.AdminPanel_maintBtn__sRxOe:hover{background:linear-gradient(180deg,#111215,#0b0c0e);transform:translateY(-1px)}@media (max-width:480px){.AdminPanel_maintenanceRow__NvDca{grid-template-columns:repeat(auto-fit,minmax(84px,1fr))}.AdminPanel_maintBtn__sRxOe{font-size:.78rem;padding:6px 8px}.AdminPanel_postBtn__trk4\+,.AdminPanel_secondaryBtn__d0BJS{font-size:.86rem;padding:6px 10px}}.AdminPanel_maintModalOverlay__siYSx{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:11000}.AdminPanel_maintModal__bKLVm{background:linear-gradient(180deg,#0b0d0f,#0f1113);border:1px solid #ffffff0a;border-radius:10px;box-shadow:0 12px 32px #0009;color:#eaf6fb;max-width:calc(100% - 32px);padding:14px;width:420px}.AdminPanel_maintField__xQ5tD{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.AdminPanel_maintField__xQ5tD input[type=number],.AdminPanel_maintField__xQ5tD textarea{background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:#eaf6fb;padding:8px 10px;width:100%}.AdminPanel_maintField__xQ5tD textarea{min-height:160px;resize:vertical}.AdminPanel_maintActions__\+hgQ0{display:flex;gap:10px;justify-content:flex-end}.AdminPanel_postingAsRow__4Go\+R{align-items:center;display:flex;gap:10px;margin-bottom:8px}.AdminPanel_postingAvatar__xAOQi{border:1px solid #ffffff0a;border-radius:8px;height:40px;object-fit:cover;width:40px}.AdminPanel_postingMeta__pMnab{display:flex;flex-direction:column}.AdminPanel_postingName__y2SFH{color:#eaf6fb;font-weight:700}.AdminPanel_postingSmall__JGCmM{color:#9fb6bb;font-size:.85rem}.AdminPanel_adminBadge__DWAbZ{background:#0000;border:1px solid #ffffff08;border-radius:8px;color:#dfeff0;font-size:.82rem;font-weight:700;padding:6px 8px}.AdminPanel_profileTagline__Wx\+11{color:#9fb6bb;font-size:.92rem;margin-top:4px}.AdminPanel_headerLogout__Bceq6{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;color:#eaf6fb;cursor:pointer;font-size:.86rem;font-weight:700;padding:6px 10px}.AdminPanel_headerLogout__Bceq6:hover{background:linear-gradient(180deg,#ff4f4f,#e02020);color:#fff}.AdminPanel_slideToggle__Mh5Gw{align-items:center;background:linear-gradient(180deg,#0b0d0f,#0f1113);border:1px solid #ffffff0a;border-radius:10px;box-shadow:0 6px 18px #00000080;cursor:pointer;display:flex;height:44px;justify-content:center;position:fixed;right:12px;top:96px;width:44px;z-index:11000}.AdminPanel_slideToggle__Mh5Gw:hover{transform:translateY(-2px)}.AdminPanel_smallLabel__4CWl4{color:#9fb6bb;font-size:.78rem}.AdminPanel_cameraSearchBar__ESt8C{margin-bottom:6px;position:relative;width:100%}.AdminPanel_cameraInput__qdSpD{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;box-shadow:none;color:#eaf6fb;outline:none;padding:8px 10px;width:100%}.AdminPanel_cameraInput__qdSpD:focus{border-color:#03a9f466;box-shadow:0 6px 18px #03a9f40f}.AdminPanel_cameraDropdown__TMlCI{background:linear-gradient(180deg,#0b0d0f,#0f1113);border:1px solid #ffffff0a;border-radius:8px;box-shadow:0 12px 40px #0009;display:flex;flex-direction:column;gap:6px;left:0;max-height:220px;overflow-y:auto;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:12000}.AdminPanel_cameraSpinner__4QtKq{align-items:center;display:flex;justify-content:center;padding:12px 8px}.AdminPanel_loader__RQMzy{animation:AdminPanel_spin__dwZ6t 1s linear infinite;border:3px solid #ffffff14;border-radius:50%;border-top-color:#03a9f4;height:28px;width:28px}@keyframes AdminPanel_spin__dwZ6t{to{transform:rotate(1turn)}}.AdminPanel_cameraItem__2GQdZ{align-items:center;background:#0000;border:1px solid #ffffff05;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:6px}.AdminPanel_cameraItem__2GQdZ:hover{background:hsla(0,0%,100%,.015)}.AdminPanel_cameraThumb__AbNpc{background:#0b0d0f;border:1px solid #ffffff0a;border-radius:6px;flex:0 0 56px;height:40px;object-fit:cover;width:56px}.AdminPanel_cameraInfo__HAael{display:flex;flex:1 1 auto;flex-direction:column;gap:3px;min-width:0}.AdminPanel_cameraName__fbRNp{color:#fff;font-size:.92rem;font-weight:600;line-height:1.05;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AdminPanel_cameraMeta__Kdsay{color:#9fb6bb;font-size:.78rem}.AdminPanel_cameraMetaRow__qZxHu{align-items:center;color:#9fb6bb;display:flex;font-size:.78rem;gap:8px;margin-top:4px}.AdminPanel_channelThumb__A6o1J{border:1px solid #ffffff0a;border-radius:50%;flex:0 0 18px;height:18px;object-fit:cover;width:18px}.AdminPanel_channelName__Aq54O{color:#9fb6bb;font-size:.78rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AdminPanel_metaSeparator__BQMcD{opacity:.6}.AdminPanel_cameraButtons__RxuMa{align-items:center;display:flex;flex:0 0 auto;gap:8px}.AdminPanel_cameraBtnView__053z0{background:#0000;border:1px solid #03a9f42e;color:#03a9f4}.AdminPanel_cameraBtnEdit__ZjhsY,.AdminPanel_cameraBtnView__053z0{border-radius:6px;font-size:.82rem;font-weight:700;padding:4px 8px}.AdminPanel_cameraBtnEdit__ZjhsY{background:linear-gradient(180deg,#067e86,#025f62)}@media (max-width:520px){.AdminPanel_cameraDropdown__TMlCI{max-height:180px}.AdminPanel_cameraThumb__AbNpc{flex:0 0 48px;height:34px;width:48px}.AdminPanel_cameraName__fbRNp{font-size:.86rem}.AdminPanel_cameraMeta__Kdsay{font-size:.74rem}.AdminPanel_cameraBtnEdit__ZjhsY,.AdminPanel_cameraBtnView__053z0{font-size:.78rem;padding:4px 6px}}.AdminPanel_statusDot__pa1p3{border:1px solid #00000059;border-radius:50%;display:inline-block;flex:0 0 auto;height:10px;margin-right:8px;width:10px}.AdminPanel_statusOnline__tXFdO{background:#25c46b;box-shadow:0 4px 10px #25c46b1f}.AdminPanel_statusOffline__JDGSS{background:#ff5252;box-shadow:0 4px 10px #ff52521f}.AdminPanel_cameraMiniMetaRow__s5aR\+{align-items:center;color:#9fb6bb;display:flex;font-size:.82rem;gap:8px}.AdminPanel_cameraBtnEdit__ZjhsY,.AdminPanel_cameraBtnView__053z0{border-radius:8px;font-weight:700;padding:6px 10px}.AdminPanel_cameraBtnView__053z0{background:#ffffff08;border:1px solid #ffffff0a;color:#9fd7ff}.AdminPanel_cameraBtnEdit__ZjhsY{background:linear-gradient(180deg,#0e7b66,#0a5f51);border:none;color:#eaf6fb}.ConsentPopup_consentPopup__i24zB{backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);background-color:#000000a1;border-radius:8px;bottom:5px;color:#fff;filter:blur(0);left:0;margin:0 auto;opacity:1;padding:20px;position:absolute;right:0;text-align:center;transform:translateY(0);transition:transform .7s cubic-bezier(.4,0,.2,1),opacity .7s cubic-bezier(.4,0,.2,1),filter .7s cubic-bezier(.4,0,.2,1);width:50%;z-index:99999}.ConsentPopup_consentPopup--hidden__2QCgx{filter:blur(8px);opacity:0;pointer-events:none;transform:translateY(120%) scale(.98)}.ConsentPopup_confirmPopup__yasLH{animation:ConsentPopup_fadeIn__wtO-f .3s ease-in-out;backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.5) brightness(1.1);background-color:#111;background-color:#000000a1;border-radius:8px;bottom:50%;box-shadow:0 0 15px #00000080;color:#fff;filter:blur(0);left:50%;max-width:560px;padding:20px;position:fixed;text-align:center;transform:translate(-50%,50%);transition:transform .7s cubic-bezier(.4,0,.2,1),opacity .7s cubic-bezier(.4,0,.2,1),filter .7s cubic-bezier(.4,0,.2,1);width:90%;z-index:99999}.ConsentPopup_confirmContent__AFld3 a,.ConsentPopup_consentContent__IWjYB a{color:var(--earf-blue);font-weight:700;text-decoration:none}.ConsentPopup_confirmContent__AFld3 a:hover,.ConsentPopup_consentContent__IWjYB a:hover{color:#51bbb2;text-decoration:none}.ConsentPopup_confirmButtons__8f27l,.ConsentPopup_consentButtons__lPqDL{margin-top:10px}.ConsentPopup_acceptBtn__rBMYv,.ConsentPopup_declineBtn__tzrw\+,.ConsentPopup_leaveBtn__eJSV2,.ConsentPopup_stayBtn__s-HCI{border:1px solid grey;border-radius:5px;cursor:pointer;font-size:14px;margin:5px;padding:10px 20px;transition:.3s}.ConsentPopup_earfBlue__82Sef{color:#fff;font-weight:700}.ConsentPopup_acceptBtn__rBMYv,.ConsentPopup_stayBtn__s-HCI{background-color:#2a2a2a;border:1px solid #444;color:#e0e0e0}.ConsentPopup_acceptBtn__rBMYv:hover,.ConsentPopup_stayBtn__s-HCI:hover{background-color:#3a3a3a;color:#fff}.ConsentPopup_declineBtn__tzrw\+,.ConsentPopup_leaveBtn__eJSV2{background-color:#1e1e1e;border:1px solid #333;color:silver}.ConsentPopup_declineBtn__tzrw\+:hover,.ConsentPopup_leaveBtn__eJSV2:hover{background-color:#3a3a3a;color:#fff}@keyframes ConsentPopup_slideUp__E6Pc3{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ConsentPopup_fadeIn__wtO-f{0%{opacity:0;transform:translate(-50%,60%)}to{opacity:1;transform:translate(-50%,50%)}}@media (max-width:768px){.ConsentPopup_consentPopup__i24zB{border-radius:10px 10px 0 0;bottom:0;font-size:15px;left:0;max-width:100vw;min-width:0;min-width:auto;padding:12px 6px;position:fixed;right:0;transform:none;width:100vw;z-index:99}.ConsentPopup_confirmPopup__yasLH{border-radius:10px;bottom:auto;font-size:15px;left:50%;max-width:98vw;min-width:0;min-width:auto;padding:12px 6px;top:50%;transform:translate(-50%,-50%);width:96vw}.ConsentPopup_confirmContent__AFld3,.ConsentPopup_consentContent__IWjYB{font-size:15px}.ConsentPopup_acceptBtn__rBMYv,.ConsentPopup_declineBtn__tzrw\+,.ConsentPopup_leaveBtn__eJSV2,.ConsentPopup_stayBtn__s-HCI{font-size:13px;padding:8px 12px}h3{font-size:17px}p,ul{font-size:15px}}.ConsentPopup_cookieBar__mTSp4{-webkit-backdrop-filter:blur(8px) saturate(1.1);backdrop-filter:blur(8px) saturate(1.1);background:linear-gradient(180deg,#080a0ceb,#101214db);border-radius:8px;bottom:14px;box-shadow:0 10px 30px #0009;color:#e6eef8;max-width:calc(100vw - 28px);padding:14px;position:fixed;right:14px;width:320px;z-index:999999}.ConsentPopup_cookieBar--hidden__uQ-ea{opacity:0;pointer-events:none;transform:translateY(120%)}.ConsentPopup_cookieContent__hkIgM{align-items:stretch;display:flex;flex-direction:column;gap:10px;max-width:320px;text-align:left}.ConsentPopup_cookieText__ad9cc{width:100%}.ConsentPopup_cookieDescription__TmC9P{color:#c8dfe6;font-size:13px;margin-top:6px}.ConsentPopup_cookieActions__nkx9O{align-items:center;display:flex;gap:12px;justify-content:center;width:100%}.ConsentPopup_cookieActions__nkx9O button{border-radius:4px;flex:0 0 auto;font-size:15px;padding:12px 18px}.ConsentPopup_cookieIcon__Y63nt{display:inline-block;font-size:20px;margin-right:8px;vertical-align:middle}.ConsentPopup_settingsBtn__zfUsO{background:#1e1e1ed9;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 12px}.ConsentPopup_acceptAllBtn__aC-C5{border:none;border-radius:6px;color:#071016;cursor:pointer;padding:10px 14px}.ConsentPopup_settingsPanel__ukfQm{height:calc(100% - 64px);max-width:92vw;position:fixed;right:0;top:64px;transform:translateX(0);transition:transform .28s cubic-bezier(.2,.9,.2,1),opacity .22s ease;width:380px;z-index:1000000}.ConsentPopup_settingsPanelHidden__jx\+hw{opacity:0;transform:translateX(100%)}.ConsentPopup_settingsPanelVisible__Uv5S-{opacity:1;transform:translateX(0)}.ConsentPopup_settingsInner__60bSQ{background:#0f1112;border-radius:8px 0 0 8px;box-shadow:-10px 0 40px #0009;box-sizing:border-box;color:#e6eef8;height:100%;padding:0}.ConsentPopup_settingsBody__i8FFX{flex:1 1 auto;overflow-y:auto;padding:18px}.ConsentPopup_settingsOverlay__10aZv{background:#00000073;height:calc(100% - 64px);left:0;position:fixed;right:480px;right:380px;top:64px;z-index:999999}.ConsentPopup_settingsOverlayVisible__zsylD{opacity:1;transition:opacity .22s ease}.ConsentPopup_settingsOverlay__10aZv{opacity:0;transition:opacity .22s ease}@media (max-width:600px){.ConsentPopup_settingsPanel__ukfQm{height:calc(100% - 64px);max-width:100%;right:0;top:64px;width:100%}.ConsentPopup_settingsOverlay__10aZv{display:none}}.ConsentPopup_settingsHeader__OpIct{align-items:center;display:flex;justify-content:space-between;padding:12px 14px}.ConsentPopup_closeSettings__qFcat{background:#0000;border:none;color:#fff;cursor:pointer;font-size:20px}.ConsentPopup_settingsIntro__W5a1q{color:#c4d8de;font-size:13px;margin-top:8px}.ConsentPopup_settingsIntro__W5a1q p{line-height:1.6;margin:0 0 12px}.ConsentPopup_learnMore__eZ8uC{color:#00e0fb;color:var(--earf-blue,#00e0fb);font-weight:700;text-decoration:none}.ConsentPopup_learnMore__eZ8uC:hover{text-decoration:underline}.ConsentPopup_manageHeading__UQJSR{font-size:18px;font-weight:700;margin-bottom:8px;margin-top:14px}.ConsentPopup_categories__V41M3{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ConsentPopup_categoryRow__p6bWG{justify-content:space-between;padding:8px 10px;width:100%}.ConsentPopup_categoryRow__p6bWG .ConsentPopup_catTitle__ZwJ94{flex:1 1 auto}.ConsentPopup_catDesc__v0fH8{font-size:13px}.ConsentPopup_categoryItem__ftNq4{background:#0000;border-radius:8px;margin-bottom:10px;overflow:visible}.ConsentPopup_categoryHeader__QWPg0{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:0;width:100%}.ConsentPopup_categoryRow__p6bWG{align-items:center;background:#ffffff03;border:1px solid #ffffff05;border-radius:6px;display:flex;gap:10px;justify-content:flex-start;padding:6px 8px}.ConsentPopup_categoryRow__p6bWG input{height:15px;margin:0 10px 0 0;transform:scale(1.02);width:15px}.ConsentPopup_catTitle__ZwJ94{color:#e6eef8;font-size:13px;font-weight:700}.ConsentPopup_expandBtn__hS2By{align-items:center;background:#0000;border:none;border-radius:0;color:#cfe7ec;cursor:pointer;display:inline-flex;font-size:16px;height:auto;justify-content:center;line-height:1;margin-left:auto;padding:4px 6px;transform-origin:center;transition:transform .18s ease,color .12s;width:auto}.ConsentPopup_expandBtn__hS2By[aria-expanded=true]{color:#00e0fb;transform:rotate(180deg)}.ConsentPopup_categoryContent__GvR9X{background:#0a0a0a1f;border:1px solid #ffffff05;border-radius:8px;margin-top:8px;padding:14px}.ConsentPopup_categoryRow__p6bWG+.ConsentPopup_categoryContent__GvR9X{border-top:none;border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.ConsentPopup_categoryRow__p6bWG{box-shadow:inset 0 -1px 0 #00000040}.ConsentPopup_catDesc__v0fH8{color:#b9cfd6;font-size:14px;line-height:1.6}.ConsentPopup_settingsInner__60bSQ{display:flex;flex-direction:column}.ConsentPopup_settingsInner__60bSQ .ConsentPopup_categories__V41M3{flex:1 1 auto}.ConsentPopup_settingsInner__60bSQ .ConsentPopup_categoryContent__GvR9X{max-height:40vh;overflow-y:auto}.ConsentPopup_settingsHeader__OpIct h3{text-align:left;width:100%}.ConsentPopup_settingsFooter__CXHdi{background:linear-gradient(180deg,#0f1112fa,#0b0c0dfa);border-top:1px solid #ffffff0a;display:flex;flex:0 0 auto;gap:12px;justify-content:center;margin:0;padding:14px 18px}.ConsentPopup_settingsFooter__CXHdi .ConsentPopup_confirmChoices__41PV-{margin-right:0}.ConsentPopup_confirmChoices__41PV-{background:#2c2f31;border:1px solid #3a3f42;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;min-width:160px;padding:12px 20px}.ConsentPopup_settingsFooter__CXHdi .ConsentPopup_acceptAllBtn__aC-C5{min-width:160px}.ConsentPopup_settingsHeader__OpIct h3{color:#fff;font-size:22px;margin:0}.ConsentPopup_acceptAllBtn__aC-C5{background:#00e0fb;background:var(--earf-blue,#00e0fb);color:#041015;font-weight:700}@media (max-width:420px){.ConsentPopup_cookieActions__nkx9O{align-items:stretch;flex-direction:column}.ConsentPopup_cookieActions__nkx9O button{width:100%}}.BanManager_panel__KjYmU{background:linear-gradient(180deg,#0b0b0bad,#14141699);box-sizing:border-box;color:#e9eef2;font-family:Inter,Segoe UI,system-ui,-apple-system,Arial,sans-serif;margin:0 auto;max-height:calc(100vh - 4rem);min-height:calc(100vh - 4rem);overflow-y:auto;padding:2.25rem 2.25rem 1.5rem;width:100%;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border:1px solid #ffffff05;border-radius:12px;box-shadow:0 10px 40px #02060a99,inset 0 1px 0 #ffffff05;position:relative}.BanManager_header__ZBZra{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.6rem}.BanManager_logo__hF2C1{height:auto;width:120px}.BanManager_header__ZBZra h2{color:#eaf6ff;font-size:1.25rem;font-weight:700;margin:0}.BanManager_panel__KjYmU h2{color:#fff;font-size:1.15rem;font-weight:600;margin-bottom:1rem}.BanManager_panel__KjYmU h3{color:#bdbdbd;color:var(--muted);font-size:1rem;margin-bottom:.75rem}.BanManager_tableWrapper__et1Bc{border-radius:10px;overflow:auto;width:100%}.BanManager_table__dGItu{border-collapse:collapse;display:table;margin-bottom:1rem;width:100%}.BanManager_table__dGItu td,.BanManager_table__dGItu th{border-bottom:1px solid #ffffff08;padding:.9rem 1.1rem;text-align:left;vertical-align:top}.BanManager_table__dGItu th{background:#ffffff05;color:#03a9f4;color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.BanManager_table__dGItu tr:hover{background:#ffffff03}.BanManager_form__wP1i6{background:#ffffff05;border-radius:10px;box-shadow:0 8px 30px #00000080;display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem;padding:1.2rem}.BanManager_form__wP1i6 input{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;color:#eef5f8;font-size:.98rem;padding:.85rem 1rem}.BanManager_form__wP1i6 input:focus{border-color:#03a9f4;border-color:var(--accent);box-shadow:0 8px 24px #03a9f40f;outline:none}.BanManager_form__wP1i6 button{background:linear-gradient(90deg,#03a9f4,#0288d1);background:linear-gradient(90deg,var(--accent),#0288d1);border:none;border-radius:10px;color:#031016;cursor:pointer;font-weight:700;padding:.9rem 1.25rem}.BanManager_form__wP1i6 button:hover{box-shadow:0 12px 32px #0277bd1f;transform:translateY(-2px)}.BanManager_error__0q62o{background:#ffffff05;border-left:4px solid #ffffff0f;border-radius:8px;color:#eef5f8;font-weight:700;margin-bottom:.9rem;padding:.6rem .85rem}.BanManager_table__dGItu button{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;color:#e8eef2;cursor:pointer;font-weight:600;padding:.45rem .9rem}.BanManager_table__dGItu button:hover{box-shadow:0 8px 20px #00000073;transform:translateY(-2px)}.BanManager_removeButton__j3W28{align-items:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;color:#e8eef2;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;height:36px;min-width:84px;padding:.42rem .78rem;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}.BanManager_removeButton__j3W28:hover{background:hsla(0,0%,100%,.045);box-shadow:0 8px 18px #00000073;transform:translateY(-2px)}.BanManager_actionsCell__llGDI{text-align:right}.BanManager_actionGroup__yzdZt{align-items:center;display:flex;gap:8px;justify-content:flex-end;width:100%}.BanManager_actionGroup__yzdZt .BanManager_removeButton__j3W28{background:#ffffff05!important;border:1px solid #ffffff0a!important;box-shadow:none!important;color:#e8eef2!important;font-size:.92rem;padding:.42rem .75rem}.BanManager_actionGroup__yzdZt .BanManager_removeButton__j3W28:hover{background:hsla(0,0%,100%,.045)!important;background:linear-gradient(90deg,#b71c1c,#e53935)!important;border-color:#e539352e!important;box-shadow:0 6px 18px #00000073!important;box-shadow:0 8px 22px #e539351f!important;color:#fff!important;transform:translateY(-1px)!important}.BanManager_btnIcon__PRYly{align-items:center;color:inherit;display:inline-flex;font-family:Segoe UI Symbol,Segoe UI,system-ui,-apple-system;font-size:14px;height:18px;justify-content:center;line-height:1;width:18px;-webkit-font-smoothing:antialiased}.BanManager_actionGroup__yzdZt .BanManager_btnIcon__PRYly{margin-right:6px}@media (max-width:880px){.BanManager_actionsCell__llGDI{text-align:right}.BanManager_actionGroup__yzdZt{justify-content:flex-end}}.BanManager_toggleButton__7O7nm{background:linear-gradient(90deg,#26c6da,#00acc1);border:none;border-radius:10px;color:#031016;font-weight:700;padding:.5rem .95rem}.BanManager_modal__qrI4T{align-items:center;background:#0000;display:flex;inset:0;justify-content:center;position:fixed;z-index:200000}.BanManager_modalContent__DG07I{background:linear-gradient(180deg,#161616fa,#0e0e0efa);border:1px solid #ffffff0a;border-radius:14px;box-shadow:0 12px 40px #00000080;color:#e8eef2;display:flex;flex-direction:column;gap:.6rem;max-width:760px;min-width:340px;overflow:visible;padding:1.25rem;position:relative;text-align:left;width:min(92vw,900px);z-index:200001}.BanManager_modalContent__DG07I h2,.BanManager_modalContent__DG07I h3{color:#f1f6f9;font-weight:800;margin:0}@keyframes BanManager_sheenMove__sXZhJ{0%{background-position:120% 50%}to{background-position:-20% 50%}}.BanManager_modalContent__DG07I input[type=email],.BanManager_modalContent__DG07I input[type=text],.BanManager_modalContent__DG07I select,.BanManager_modalContent__DG07I textarea{background:#ffffff08!important;border:1px solid #ffffff0f!important;border-radius:10px!important;box-sizing:border-box!important;color:#eef5f8!important;display:block!important;font-size:1rem!important;line-height:1.35!important;margin:.35rem 0 .6rem!important;padding:.95rem 1rem!important;width:100%!important}.BanManager_modalContent__DG07I textarea{max-height:320px;min-height:72px;padding:.9rem 1rem!important;resize:vertical}.BanManager_form__wP1i6 select,.BanManager_modalContent__DG07I select,.BanManager_table__dGItu select{animation:BanManager_sheenMove__sXZhJ 4.2s linear infinite;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(180deg,hsla(0,0%,100%,.008),hsla(0,0%,100%,.004))!important;background-blend-mode:overlay,normal!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 20 20%27><path fill=%27%239aa3a6%27 d=%27M5.23 7.21a.75.75 0 011.06.02L10 11.144l3.71-3.914a.75.75 0 011.08 1.04l-4.25 4.484a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z%27/></svg>"),linear-gradient(90deg,hsla(0,0%,100%,.008),#ffffff05 30%,hsla(0,0%,100%,.008));background-position:calc(100% - 14px)!important;background-position:calc(100% - 14px),120% 50%!important;background-repeat:no-repeat!important;background-size:18px 18px!important;background-size:18px 18px,160% 120%!important;border:1px solid hsla(0,0%,100%,.015)!important;border-radius:12px!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.008),inset 0 -6px 12px #000000b3;color:#e6eef2!important;padding:.85rem 44px .85rem 1rem!important}.BanManager_modalContent__DG07I select:focus{border-color:hsla(0,0%,100%,.025)!important;box-shadow:0 8px 28px #000000b3!important;outline:none!important}.BanManager_modalContent__DG07I option{background:#0b0b0b;color:#e8eef2}.BanManager_modalContent__DG07I input[type=text].BanManager_customBanInput__08Kdj{background:#ffffff05!important;border:1px solid #ffffff0f!important;color:#eef5f8!important}.BanManager_modalButtons__muIB2{display:flex;gap:12px;justify-content:flex-end;margin-top:.8rem}.BanManager_modalButtons__muIB2 button{border:none!important;border-radius:8px!important;cursor:pointer!important;font-weight:700!important;padding:.6rem 1rem!important}.BanManager_confirmBtn__W2Pmo{background:linear-gradient(90deg,#2a2a2a,#121212)!important;border:1px solid #ffffff0a!important;box-shadow:0 6px 18px #0009!important;color:#eef5f8!important}.BanManager_cancelBtn__1bSa5{background:#ffffff08!important;color:#cdd7db!important}.BanManager_confirmId__cEH6x{color:#03a9f4;color:var(--accent);display:inline-block;font-weight:700;margin-top:6px}.BanManager_iconBtn__ykLjQ{align-items:center;background:#ffffff08;border:1px solid #ffffff08;border-radius:8px;color:#eaf6ff;cursor:pointer;display:inline-flex;font-weight:700;height:40px;justify-content:center;width:40px}.BanManager_iconBtn__ykLjQ:hover{background:#ffffff0a}.BanManager_collapseButton__aSBoF{align-items:center;background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:#bcdff7;cursor:pointer;display:inline-flex;font-weight:700;height:34px;justify-content:center;width:42px}.BanManager_collapseButton__aSBoF:hover{background:#ffffff0a}@media (max-width:880px){.BanManager_table__dGItu thead{display:none}.BanManager_table__dGItu,.BanManager_table__dGItu tbody,.BanManager_table__dGItu td,.BanManager_table__dGItu tr{display:block;width:100%}.BanManager_table__dGItu tr{background:#ffffff03;border-radius:8px;margin-bottom:.9rem;padding:.6rem}.BanManager_table__dGItu td{padding:.5rem .6rem;text-align:left}.BanManager_table__dGItu td:before{color:#bdbdbd;color:var(--muted);content:attr(data-label);display:block;font-size:.85rem;font-weight:700;margin-bottom:6px}}@media (max-width:520px){.BanManager_modalContent__DG07I{border-radius:10px 10px 0 0;justify-content:flex-start;max-height:calc(100vh - 3rem);max-width:100vw;overflow-y:auto;padding:1rem;width:100vw}.BanManager_modalButtons__muIB2{background:#0000;bottom:12px;padding-top:6px;position:-webkit-sticky;position:sticky}}.BanManager_form__wP1i6 input:focus,.BanManager_modalContent__DG07I input:focus,button:focus{outline:3px solid #03a9f41f;outline-offset:2px}.UserBans_panel__sx7Qr{background-color:#121212;color:#e0e0e0;font-family:Segoe UI,sans-serif;height:100%;margin:auto;max-height:calc(100vh - 8rem);max-width:100%;overflow-y:auto;padding:2rem}.UserBans_panel__sx7Qr h2{border-bottom:2px solid #1ed76022;color:#4fc3f7;font-size:1.6em;margin-bottom:1.5rem;padding-bottom:.5rem}.UserBans_table__QdUNs{background-color:#181a1b;border-collapse:collapse;border-radius:8px;display:block;margin-bottom:2rem;overflow:hidden;overflow-x:auto;width:100%}.UserBans_table__QdUNs td,.UserBans_table__QdUNs th{border:1px solid #2c2c2c;padding:.75rem 1rem;text-align:left;white-space:nowrap}.UserBans_table__QdUNs th{background-color:#1f1f1f;color:#80d8ff;font-weight:600}.UserBans_table__QdUNs tr:nth-child(2n){background-color:#1a1a1a}.UserBans_form__4OJAt{display:flex;flex-direction:column;gap:.75rem}.UserBans_form__4OJAt input{background:#1e1e1e;border:1px solid #444;border-radius:5px;color:#fff;font-size:1rem;padding:.6rem 1rem}.UserBans_form__4OJAt button{background-color:#00b4ff;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:600;margin-top:.8rem;padding:.75rem 1.5rem;transition:background .2s}.UserBans_form__4OJAt button:hover{background-color:#0094d0}.UserBans_error__v4Jf3{color:#ff4d4f;font-weight:600;margin-bottom:1rem}.UserBans_table__QdUNs button{background-color:#b71c1c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.4rem .8rem}.UserBans_table__QdUNs button:hover{background-color:#ff1744}.UserBans_header__CBXf\+{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.UserBans_logo__eIiSs{height:auto;margin-right:10px;width:50px}.UserBans_header__CBXf\+ h2{color:#fff;font-size:1.6em;margin:0}.UserBans_toggleButton__mw-N5{background-color:#4fc3f7;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:600;margin-left:auto;padding:.75rem 1.5rem;transition:background .2s}.UserBans_toggleButton__mw-N5:hover{background-color:#0094d0}@media (max-width:768px){.UserBans_panel__sx7Qr{padding:1rem}.UserBans_header__CBXf\+{align-items:flex-start;flex-direction:column}.UserBans_logo__eIiSs{margin-bottom:10px;width:100px}.UserBans_header__CBXf\+ h2{font-size:1.4em}.UserBans_form__4OJAt{gap:.5rem}.UserBans_form__4OJAt input{font-size:.9rem}.UserBans_form__4OJAt button{font-size:.9rem;padding:.6rem 1rem}}.PlatformBans_panel__9qXyd{background:linear-gradient(180deg,#0b0b0bad,#14141699);box-sizing:border-box;color:#e9eef2;font-family:Inter,Segoe UI,system-ui,-apple-system,Arial,sans-serif;margin:0 auto;max-height:calc(100vh - 4rem);min-height:calc(100vh - 4rem);overflow-y:auto;padding:2.25rem 2.25rem 1.5rem;width:100%;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border:1px solid #ffffff05;border-radius:12px;box-shadow:0 10px 40px #02060a99,inset 0 1px 0 #ffffff05;position:relative}.PlatformBans_header__9TMqV{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.6rem}.PlatformBans_logo__\+NDjo{height:auto;width:120px}.PlatformBans_header__9TMqV h2{color:#eaf6ff;font-size:1.25rem;font-weight:700;margin:0}.PlatformBans_panel__9qXyd h2{color:#fff;font-size:1.15rem;font-weight:600;margin-bottom:1rem}.PlatformBans_panel__9qXyd h3{color:#bdbdbd;color:var(--muted);font-size:1rem;margin-bottom:.75rem}.PlatformBans_tableWrapper__\+G9WW{border-radius:10px;overflow:auto;width:100%}.PlatformBans_table__5VPEC{border-collapse:collapse;display:table;margin-bottom:1rem;width:100%}.PlatformBans_table__5VPEC td,.PlatformBans_table__5VPEC th{border-bottom:1px solid #ffffff08;padding:.9rem 1.1rem;text-align:left;vertical-align:top}.PlatformBans_table__5VPEC th{background:#ffffff05;color:#03a9f4;color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.PlatformBans_table__5VPEC tr:hover{background:#ffffff03}.PlatformBans_form__wNqwX{background:#ffffff05;border-radius:10px;box-shadow:0 8px 30px #00000080;display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem;padding:1.2rem}.PlatformBans_form__wNqwX input{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;color:#eef5f8;font-size:.98rem;padding:.85rem 1rem}.PlatformBans_form__wNqwX input:focus{border-color:#03a9f4;border-color:var(--accent);box-shadow:0 8px 24px #03a9f40f;outline:none}.PlatformBans_form__wNqwX button{background:linear-gradient(90deg,#03a9f4,#0288d1);background:linear-gradient(90deg,var(--accent),#0288d1);border:none;border-radius:10px;color:#031016;cursor:pointer;font-weight:700;padding:.9rem 1.25rem}.PlatformBans_form__wNqwX button:hover{box-shadow:0 12px 32px #0277bd1f;transform:translateY(-2px)}.PlatformBans_error__trXHp{background:#ffffff05;border-left:4px solid #ffffff0f;border-radius:8px;color:#eef5f8;font-weight:700;margin-bottom:.9rem;padding:.6rem .85rem}.PlatformBans_table__5VPEC button{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;color:#e8eef2;cursor:pointer;font-weight:600;padding:.45rem .9rem}.PlatformBans_table__5VPEC button:hover{box-shadow:0 8px 20px #00000073;transform:translateY(-2px)}.PlatformBans_removeButton__57LiI{align-items:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;color:#e8eef2;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;height:36px;min-width:84px;padding:.42rem .78rem;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}.PlatformBans_removeButton__57LiI:hover{background:hsla(0,0%,100%,.045);box-shadow:0 8px 18px #00000073;transform:translateY(-2px)}.PlatformBans_editButton__Aa-LV{align-items:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;color:#e8eef2;display:inline-flex;font-weight:700;gap:8px;height:36px;min-width:84px;padding:.42rem .78rem;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}.PlatformBans_editButton__Aa-LV:hover{background:hsla(0,0%,100%,.045);box-shadow:0 8px 18px #00000073;transform:translateY(-2px)}.PlatformBans_actionsCell__3jPUg{text-align:right}.PlatformBans_actionGroup__09GqN{align-items:center;display:flex;gap:8px;justify-content:flex-end;width:100%}.PlatformBans_actionGroup__09GqN .PlatformBans_editButton__Aa-LV,.PlatformBans_actionGroup__09GqN .PlatformBans_removeButton__57LiI{background:#ffffff05!important;border:1px solid #ffffff0a!important;box-shadow:none!important;color:#e8eef2!important;font-size:.92rem;padding:.42rem .75rem}.PlatformBans_actionGroup__09GqN .PlatformBans_editButton__Aa-LV:hover,.PlatformBans_actionGroup__09GqN .PlatformBans_removeButton__57LiI:hover{background:hsla(0,0%,100%,.045)!important;box-shadow:0 6px 18px #00000073!important;transform:translateY(-1px)!important}.PlatformBans_actionGroup__09GqN .PlatformBans_removeButton__57LiI:hover{background:linear-gradient(90deg,#b71c1c,#e53935)!important;border-color:#e539352e!important;box-shadow:0 8px 22px #e539351f!important;color:#fff!important}.PlatformBans_btnIcon__MprFX{align-items:center;color:inherit;display:inline-flex;font-family:Segoe UI Symbol,Segoe UI,system-ui,-apple-system;font-size:14px;height:18px;justify-content:center;line-height:1;width:18px;-webkit-font-smoothing:antialiased}.PlatformBans_actionGroup__09GqN .PlatformBans_btnIcon__MprFX{margin-right:6px}@media (max-width:880px){.PlatformBans_actionsCell__3jPUg{text-align:right}.PlatformBans_actionGroup__09GqN{justify-content:flex-end}}.PlatformBans_toggleButton__dm2YN{background:linear-gradient(90deg,#26c6da,#00acc1);border:none;border-radius:10px;color:#031016;font-weight:700;padding:.5rem .95rem}.PlatformBans_modal__lTUPo{align-items:center;background:#0000;display:flex;inset:0;justify-content:center;position:fixed;z-index:200000}.PlatformBans_modalContent__yCoPe{-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);background:linear-gradient(180deg,#161616eb,#0c0c0ceb);border:1px solid #ffffff05;border-radius:14px;box-shadow:0 40px 120px #000c;color:#e8eef2;display:flex;flex-direction:column;gap:.6rem;max-width:760px;min-width:340px;overflow:visible;padding:1.25rem;position:relative;text-align:left;width:min(92vw,900px);z-index:200001}.PlatformBans_modalContent__yCoPe h2,.PlatformBans_modalContent__yCoPe h3{color:#f1f6f9;font-weight:800;margin:0}.PlatformBans_modalContent__yCoPe:before{background:linear-gradient(120deg,#ffffff05,hsla(0,0%,100%,.035) 20%,#fff0 60%);content:"";filter:blur(18px) saturate(120%);height:120%;left:-40%;opacity:.28;pointer-events:none;position:absolute;top:-30%;transform:rotate(-14deg) translateX(-10%);width:200%}@keyframes PlatformBans_sheenMove__UpDti{0%{background-position:120% 50%}to{background-position:-20% 50%}}.PlatformBans_modalContent__yCoPe input[type=email],.PlatformBans_modalContent__yCoPe input[type=text],.PlatformBans_modalContent__yCoPe select,.PlatformBans_modalContent__yCoPe textarea{background:linear-gradient(180deg,#ffffff03,hsla(0,0%,100%,.008))!important;border:1px solid #ffffff05!important;border-radius:10px!important;box-shadow:inset 0 1px 0 #ffffff03,0 6px 18px #000000b3;box-sizing:border-box!important;color:#eef5f8!important;display:block!important;font-size:1rem!important;line-height:1.35!important;margin:.35rem 0 .6rem!important;padding:.95rem 1rem!important;width:100%!important}.PlatformBans_modalContent__yCoPe textarea{max-height:320px;min-height:72px;padding:.9rem 1rem!important;resize:vertical}.PlatformBans_form__wNqwX select,.PlatformBans_modalContent__yCoPe select,.PlatformBans_table__5VPEC select{animation:PlatformBans_sheenMove__UpDti 4.2s linear infinite;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(180deg,hsla(0,0%,100%,.008),hsla(0,0%,100%,.004))!important;background-blend-mode:overlay,normal!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 20 20%27><path fill=%27%239aa3a6%27 d=%27M5.23 7.21a.75.75 0 011.06.02L10 11.144l3.71-3.914a.75.75 0 011.08 1.04l-4.25 4.484a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z%27/></svg>"),linear-gradient(90deg,hsla(0,0%,100%,.008),#ffffff05 30%,hsla(0,0%,100%,.008));background-position:calc(100% - 14px)!important;background-position:calc(100% - 14px),120% 50%!important;background-repeat:no-repeat!important;background-size:18px 18px!important;background-size:18px 18px,160% 120%!important;border:1px solid hsla(0,0%,100%,.015)!important;border-radius:12px!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.008),inset 0 -6px 12px #000000b3;color:#e6eef2!important;padding:.85rem 44px .85rem 1rem!important}.PlatformBans_modalContent__yCoPe select:focus{border-color:hsla(0,0%,100%,.025)!important;box-shadow:0 8px 28px #000000b3!important;outline:none!important}.PlatformBans_modalContent__yCoPe option{background:#0b0b0b;color:#e8eef2}.PlatformBans_modalContent__yCoPe input[type=text].PlatformBans_customBanInput__HRaNf{background:#ffffff05!important;border:1px solid #ffffff0f!important;color:#eef5f8!important}.PlatformBans_modalButtons__5DZEr{display:flex;gap:12px;justify-content:flex-end;margin-top:.8rem}.PlatformBans_modalButtons__5DZEr button{border:none!important;border-radius:8px!important;cursor:pointer!important;font-weight:700!important;padding:.6rem 1rem!important}.PlatformBans_confirmBtn__mzLiu{background:linear-gradient(90deg,#2a2a2a,#121212)!important;border:1px solid #ffffff0a!important;box-shadow:0 6px 18px #0009!important;color:#eef5f8!important}.PlatformBans_cancelBtn__TqB2e{background:#ffffff08!important;color:#cdd7db!important}.PlatformBans_confirmIp__Y8nD5{color:#03a9f4;color:var(--accent);display:inline-block;font-weight:700;margin-top:6px}.PlatformBans_iconBtn__-dtMz{align-items:center;background:#ffffff08;border:1px solid #ffffff08;border-radius:8px;color:#eaf6ff;cursor:pointer;display:inline-flex;font-weight:700;height:40px;justify-content:center;width:40px}.PlatformBans_iconBtn__-dtMz:hover{background:#ffffff0a}.PlatformBans_collapseButton__jPCm4{align-items:center;background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:#bcdff7;cursor:pointer;display:inline-flex;font-weight:700;height:34px;justify-content:center;width:42px}.PlatformBans_collapseButton__jPCm4:hover{background:#ffffff0a}@media (max-width:880px){.PlatformBans_table__5VPEC thead{display:none}.PlatformBans_table__5VPEC,.PlatformBans_table__5VPEC tbody,.PlatformBans_table__5VPEC td,.PlatformBans_table__5VPEC tr{display:block;width:100%}.PlatformBans_table__5VPEC tr{background:#ffffff03;border-radius:8px;margin-bottom:.9rem;padding:.6rem}.PlatformBans_table__5VPEC td{padding:.5rem .6rem;text-align:left}.PlatformBans_table__5VPEC td:before{color:#bdbdbd;color:var(--muted);content:attr(data-label);display:block;font-size:.85rem;font-weight:700;margin-bottom:6px}}@media (max-width:520px){.PlatformBans_modalContent__yCoPe{border-radius:10px 10px 0 0;justify-content:flex-start;max-height:calc(100vh - 3rem);max-width:100vw;overflow-y:auto;padding:1rem;width:100vw}.PlatformBans_modalButtons__5DZEr{background:#0000;bottom:12px;padding-top:6px;position:-webkit-sticky;position:sticky}}.PlatformBans_form__wNqwX input:focus,.PlatformBans_modalContent__yCoPe input:focus,button:focus{outline:3px solid #03a9f41f;outline-offset:2px}.CustomSelect_wrapper__fM6em{position:relative;width:100%}.CustomSelect_control__i1Rnw{align-items:center;background:linear-gradient(180deg,hsla(0,0%,100%,.006),hsla(0,0%,100%,.002));border:1px solid #ffffff05;border-radius:12px;color:#e6eef2;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:.85rem 1rem;text-align:left;width:100%}.CustomSelect_control__i1Rnw:focus{box-shadow:0 8px 24px #000000a6;outline:none}.CustomSelect_value__mPg7k{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CustomSelect_arrow__z82c3{color:#9aa4a6;margin-left:8px}.CustomSelect_list__qOOi5{background:linear-gradient(180deg,#0c0c0cf5,#060606f5);border:1px solid hsla(0,0%,100%,.035);border-radius:10px;box-shadow:0 8px 40px #000000b3;left:0;max-height:260px;overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:200005}.CustomSelect_option__PysQ8{border-radius:8px;color:#e6eef2;cursor:pointer;margin:4px 2px;padding:10px 12px}.CustomSelect_highlight__HBp--,.CustomSelect_option__PysQ8:hover{background:#ffffff05}.CustomSelect_selected__Mx5P2{font-weight:600}.NewCamerasAll_container__88joY{align-items:left;background-color:var(--content-background);box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;max-width:100vw;overflow:hidden;padding:10px;width:100%}.NewCamerasAll_headerWrapper__BdHR0{padding:1rem 1rem 0}.NewCamerasAll_sectiondivider__STgRm{border-bottom:2px solid var(--border-color);margin-bottom:10px}.NewCamerasAll_headerRow__bRvSZ{align-items:center;display:flex;justify-content:flex-start;text-align:left}.NewCamerasAll_headerTitle__qPROO{color:#fff;font-size:20px;font-weight:700;margin:0 0 5px;text-align:left}.NewCamerasAll_headerHighlight__3sUcc{color:var(--earf-blue)}.NewCamerasAll_headerDesc__Mcvze{color:#ccc;font-size:1rem;max-width:1000px;text-align:left}.NewCamerasAll_listContainer__9Osa2{max-height:calc(100vh - 150px);overflow-y:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none}.NewCamerasAll_list__\+KFA8{box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:start;margin-top:10px;padding:10px;width:100%;grid-gap:10px;gap:10px;margin-bottom:75px}.NewCamerasAll_item__8GtVL{align-items:center;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin:0 auto;max-width:300px;overflow:hidden;position:relative;text-decoration:none;width:100%}.NewCamerasAll_item__8GtVL:focus-visible,.NewCamerasAll_item__8GtVL:hover{cursor:pointer;transform:scale(1.045)}.NewCamerasAll_item__8GtVL:focus-visible .NewCamerasAll_info__Xphea,.NewCamerasAll_item__8GtVL:hover .NewCamerasAll_info__Xphea{background:#0000;background:var(--hover-color,#0000);color:inherit;color:var(--hover-text-color,inherit)}.NewCamerasAll_thumbnail__UUSoi{height:150px;overflow:hidden;position:relative;width:100%}.NewCamerasAll_thumbnailImg__cB046{border-top-left-radius:10px;border-top-right-radius:10px;height:100%;object-fit:cover;opacity:0;transition:filter .3s ease,opacity .3s ease;width:100%}.NewCamerasAll_thumbnailImg__cB046.NewCamerasAll_loading__\+SCJq{filter:blur(20px);opacity:.5}.NewCamerasAll_thumbnailImg__cB046.NewCamerasAll_loaded__k8zRW{filter:blur(0);opacity:1}.NewCamerasAll_blurredThumbnail__t6uBw{filter:blur(15px);opacity:.8;transition:all .3s ease}.NewCamerasAll_censoredWarning__Z9cbT{background-color:var(--content-background);border-radius:4px;bottom:5px;color:red;font-size:20px;font-weight:700;padding:3px 6px;position:absolute;right:10px;z-index:2}.NewCamerasAll_liveBadge__XoAgL{color:var(--secondary-text-color);font-weight:700;top:5px}.NewCamerasAll_liveBadge__XoAgL,.NewCamerasAll_liveViewers__z6jUO{background-color:var(--content-background);border-radius:3px;font-size:14px;left:5px;opacity:.95;padding:3px 6px;position:absolute}.NewCamerasAll_liveViewers__z6jUO{bottom:5px;color:#fff;font-weight:600}.NewCamerasAll_info__Xphea{align-items:flex-start;box-sizing:border-box;display:flex;gap:10px;padding:10px;width:100%}.NewCamerasAll_details__MpMAN{align-items:flex-start;display:flex;flex-direction:column;width:100%}.NewCamerasAll_name__0WuF4{color:var(--text-color);font-size:16px;font-weight:600!important;margin-bottom:5px}.NewCamerasAll_wikidata__ApaFy{color:#d3cfcf!important;font-size:12px;margin:0}.NewCamerasAll_channelName__m1O8f{align-items:center;color:#e2e0e0;display:flex;font-size:12px;font-weight:700;margin-top:5px;text-decoration:none}.NewCamerasAll_channelThumbnail__a3Htf{border-radius:50%;height:20px;margin-right:5px;object-fit:cover;width:20px}.NewCamerasAll_tags__nmJxE{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.NewCamerasAll_tag__BsN5B{background:#0a0a0a5c;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:3px 6px}.NewCamerasAll_item__8GtVL:focus-visible .NewCamerasAll_tag__BsN5B,.NewCamerasAll_item__8GtVL:hover .NewCamerasAll_tag__BsN5B{background:#0a0a0a5c;background:var(--hover-tag-bg,#0a0a0a5c);color:#fff;color:var(--hover-text-color,#fff);transition:background-color .18s ease,color .18s ease}.NewCamerasAll_empty__WLLRt{color:#aaa;padding:24px 0;text-align:center}.NewCamerasAll_viewerCountOverlay__7bJdA{background-color:var(--content-background);border-radius:3px;bottom:5px;color:#fff;font-size:14px;font-weight:600;left:5px;opacity:.95;padding:3px 6px;position:absolute}.NewCamerasAll_previewIframe__YWLD6{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media (max-width:768px){.NewCamerasAll_list__\+KFA8{gap:15px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.NewCamerasAll_item__8GtVL{max-width:95%}.NewCamerasAll_thumbnail__UUSoi{height:170px}}.skeleton-feature-card,.skeleton-tag-card{background:#0000;pointer-events:none}.skeleton-thumb{border-top-left-radius:10px;border-top-right-radius:10px;height:150px;width:100%}.skeleton-line,.skeleton-thumb{animation:NewCamerasAll_skeleton-pulse__O-lNh 1.4s ease-in-out infinite;background:linear-gradient(90deg,#141416 25%,#1b1b1b 37%,#141416 63%);background-size:400% 100%}.skeleton-line{border-radius:6px;display:inline-block}@keyframes NewCamerasAll_skeleton-pulse__O-lNh{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.login-page-container{box-sizing:border-box;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:10px;scrollbar-color:#0000 #0000!important;scrollbar-width:none!important;-ms-overflow-style:none!important;background-color:initial!important}.hyperspeed-wrapper{inset:0;pointer-events:none;position:absolute;z-index:0}.hyperspeed-wrapper #lights,.hyperspeed-wrapper canvas{display:block;height:100%!important;width:100%!important}.login-page-container.hyperspeed-enabled{background-image:none!important}.login-page-container.hyperspeed-enabled .banner-image,.login-page-container.hyperspeed-enabled .banner-wrapper{display:none!important}.login-page-container .account-page-container,.login-page-container>.account-page-container{background:#0000!important;position:relative!important}.login-page-container{align-items:center;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;justify-content:center}.login-page-container .account-card{left:auto!important;margin:0 auto!important;max-width:450px!important;position:relative!important;top:auto!important;transform:none!important;width:100%!important;z-index:99999!important}@media (max-width:700px){.login-page-container{background-position:40%!important;background-size:cover!important}}.login-page-container::-webkit-scrollbar{display:none}.banner-wrapper{margin-bottom:10px;text-align:center;width:100%}.banner-image{border-radius:16px;box-shadow:0 0 40px #0000004d;max-width:720px;width:100%}.login-content{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:0 10px;width:100%}.login-card{background-color:initial!important;border-radius:12px;box-shadow:0 4px 16px #0003;max-width:450px;padding:20px;text-align:center;width:100%;z-index:99999}.account-card,.login-card{background-color:initial!important;border:none!important;box-shadow:none!important}.login-card h2{font-size:1.5rem;margin-bottom:6px}.highlight{color:#00e0fb;color:var(--earf-blue,#00e0fb)}.login-description{color:#aaa;font-size:1rem;margin-bottom:20px}.login-form{margin:0 auto;max-width:320px;width:100%}.form-group{margin-bottom:15px}.form-group label{color:#ddd;display:block;font-size:.9rem;margin-bottom:5px}.form-group input{backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;box-shadow:inset 0 1px 0 #ffffff05,0 6px 14px #00000059;color:#000;padding:10px;transition:background-color .16s ease,box-shadow .16s ease,transform .12s ease;width:100%}.form-group input::placeholder{color:#ffffffa6}.form-group input:focus{background:#ffffff0a;border:1px solid #00e0fb8c;box-shadow:0 6px 30px #00000073,inset 0 0 0 6px #00e0fb0a;outline:none;transform:translateY(-1px)}.login-btn{backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);background:linear-gradient(135deg,#00e0fb1f,#00e0fb2e);border:1px solid #00e0fb38;border-radius:10px;box-shadow:0 8px 30px #00000059,inset 0 1.5px 4px #ffffff08;color:#001018;cursor:pointer;font-weight:700;padding:10px;width:100%}.login-btn:hover{box-shadow:0 12px 36px #00000073,inset 0 2px 6px #ffffff08;color:#001018;transform:translateY(-2px)}.login-btn:active{box-shadow:0 6px 18px #00000059;transform:translateY(0)}.captcha-container{display:flex;justify-content:center;margin:20px 0}.error-msg{color:#ff6b6b}.error-msg,.success-msg{font-size:.9rem;margin-top:10px}.success-msg{color:#6bff6b}@media (max-width:700px){.banner-image{border-radius:12px;box-shadow:0 0 24px #00000040;max-width:100%}.login-card h2{font-size:1.3rem}.login-btn,.login-description{font-size:.9rem}.login-btn{padding:8px}.login-page-container{overflow-x:hidden;padding:10px;scrollbar-color:#0000 #0000;scrollbar-width:none}}.Login_login-page-container__ELX5m .Login_account-page-container__H7-Am,.Login_login-page-container__ELX5m>.Login_account-page-container__H7-Am{position:relative!important}.Login_login-page-container__ELX5m{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;justify-content:center}.Login_login-page-container__ELX5m .Login_account-card__cG-bI{left:auto!important;margin:0 auto!important;position:relative!important;top:auto!important;transform:none!important;width:100%!important}.Login_login-card__KfAbJ{border-radius:9px;box-shadow:0 3px 12px #0000002e;max-width:345px;padding:16px}.Login_account-card__cG-bI{margin-left:auto!important;margin-right:auto!important;max-width:345px!important}.Login_highlight__ae2Mx,.Login_login-card__KfAbJ h2{text-shadow:0 2px 4px #000}.Login_login-form__MfXMy{max-width:315px}.Login_form-group__CpAb6 input{background:#ffffff0f!important;border:1px solid #ffffff1f!important;border-radius:8px;color:#000!important;-webkit-text-fill-color:#000!important;backdrop-filter:blur(12px) saturate(140%)!important;-webkit-backdrop-filter:blur(12px) saturate(140%)!important;box-shadow:0 5px 10px #00000052!important}.Login_form-group__CpAb6 input::placeholder{color:#ffffffbf!important}.Login_account-card__cG-bI input{background:#ffffff0f!important;color:#000!important;-webkit-text-fill-color:#000!important;border:1px solid #ffffff14!important;box-shadow:0 6px 14px #0000005c!important}.Login_form-group__CpAb6 input:focus{background:#ffffff14;border:1px solid #00e0fb99;box-shadow:0 8px 36px #00000080,inset 0 0 0 6px rgba(0,224,251,.045)}.Login_form-group__CpAb6 input:-webkit-autofill,.Login_form-group__CpAb6 input:-webkit-autofill:focus,.Login_form-group__CpAb6 input:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;background-clip:padding-box!important;box-shadow:inset 0 0 0 1000px #ffffff0f!important}.Login_input__ejAYL{background:#ffffff0f!important;border:1px solid #ffffff1f!important;border-radius:8px;color:#fff!important;padding:14px 10px 10px;width:100%;-webkit-text-fill-color:#fff!important;backdrop-filter:blur(12px) saturate(140%)!important;-webkit-backdrop-filter:blur(12px) saturate(140%)!important;box-shadow:0 5px 10px #00000052!important;box-sizing:border-box;transition:background-color .16s ease,box-shadow .16s ease,transform .12s ease}.Login_input__ejAYL::placeholder{color:#ffffffbf!important}.Login_input__ejAYL:focus{background:#ffffff14;border:1px solid #00e0fb99;box-shadow:0 8px 36px #00000080,inset 0 0 0 6px rgba(0,224,251,.045);outline:none;transform:translateY(-1px)}.Login_field__WEb1U{margin-top:15px;position:relative;width:100%}.Login_label__Z\+KXX{background:none;border-radius:5px;box-shadow:none;color:#fff!important;font-size:.68rem;font-weight:600!important;left:9px;padding:2px 6px;pointer-events:none;position:absolute;top:-7px;transform:translateY(0);z-index:12}.Login_button__DrtUm{backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);background:linear-gradient(135deg,#00e0fb1f,#00e0fb2e);border:1px solid #00e0fb38;border-radius:8px;box-shadow:0 6px 20px #00000052,inset 0 1px 3px #ffffff08;box-sizing:border-box;color:#001018;cursor:pointer;font-weight:700;margin-top:10px;padding:8px;transition:transform .12s ease,box-shadow .14s ease;width:100%}.Login_button__DrtUm:hover{box-shadow:0 12px 36px #00000073,inset 0 2px 6px #ffffff08;color:#001018;transform:translateY(-2px)}.Login_button__DrtUm.Login_enabled__0QQVZ{background:linear-gradient(135deg,#00e0fbe6,#00e0fbb3);box-shadow:0 16px 40px #00e0fb1f,0 2px 8px #00000080;color:#001018;transform:translateY(-1px)}.Login_button__DrtUm:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.Login_button__DrtUm:active{box-shadow:0 6px 18px #00000059;transform:translateY(0)}.Login_input__ejAYL:-webkit-autofill,.Login_input__ejAYL:-webkit-autofill:focus,.Login_input__ejAYL:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;background-clip:padding-box!important;box-shadow:inset 0 0 0 1000px #ffffff0f!important}.Login_input__ejAYL:-webkit-autofill,.Login_input__ejAYL:-webkit-autofill:active,.Login_input__ejAYL:-webkit-autofill:focus,.Login_input__ejAYL:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;background-clip:padding-box!important;box-shadow:inset 0 0 0 1000px #00000073!important;color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}.Login_input__ejAYL:-moz-autofill,.Login_input__ejAYL:-moz-autofill:focus{-moz-text-fill-color:#fff!important;box-shadow:inset 0 0 0 1000px #00000073!important;color:#fff!important}.Login_login-page-container__ELX5m{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:10px;scrollbar-color:#0000 #0000!important;scrollbar-width:none!important;-ms-overflow-style:none!important;background-color:initial!important}.Login_login-page-container__ELX5m .Login_account-page-container__H7-Am,.Login_login-page-container__ELX5m>.Login_account-page-container__H7-Am{background:#0000!important}.Login_login-page-container__ELX5m .Login_account-page-container__H7-Am{position:relative!important}.Login_login-page-container__ELX5m .Login_account-card__cG-bI{left:44%!important;max-width:450px!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:90%!important;z-index:60!important}@media (max-width:700px){.Login_login-page-container__ELX5m{background-position:40%!important;background-size:cover!important}}.Login_login-page-container__ELX5m::-webkit-scrollbar{display:none}.Login_banner-wrapper__HgnXn{margin-bottom:10px;text-align:center;width:100%}.Login_banner-image__cvzBj{border-radius:16px;box-shadow:0 0 40px #0000004d;max-width:720px;width:100%}.Login_login-content__IuKSt{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:0 10px;width:100%}.Login_login-card__KfAbJ{background-color:initial!important;border-radius:12px;box-shadow:0 4px 16px #0003;max-width:450px;padding:20px;text-align:center;width:100%}.Login_account-card__cG-bI,.Login_login-card__KfAbJ{background-color:initial!important;border:none!important;box-shadow:none!important}.Login_login-card__KfAbJ h2{font-size:1.5rem;margin-bottom:6px}.Login_highlight__ae2Mx{color:#00e0fb;color:var(--earf-blue,#00e0fb)}.Login_login-description__SYCyk{color:#aaa;font-size:1rem;margin-bottom:20px}.Login_login-form__MfXMy{margin:0 auto;max-width:320px;width:100%}.Login_form-group__CpAb6{margin-bottom:15px}.Login_form-group__CpAb6 label{color:#ddd;display:block;font-size:.9rem;margin-bottom:5px}.Login_form-group__CpAb6 input{backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;box-shadow:inset 0 1px 0 #ffffff05,0 6px 14px #00000059;color:#000;padding:10px;transition:background-color .16s ease,box-shadow .16s ease,transform .12s ease;width:100%}.Login_form-group__CpAb6 input::placeholder{color:#ffffffa6}.Login_form-group__CpAb6 input:focus{background:#ffffff0a;border:1px solid #00e0fb8c;box-shadow:0 6px 30px #00000073,inset 0 0 0 6px #00e0fb0a;outline:none;transform:translateY(-1px)}.Login_login-btn__mK5d3{backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);background:linear-gradient(135deg,#00e0fb1f,#00e0fb2e);border:1px solid #00e0fb38;border-radius:10px;box-shadow:0 8px 30px #00000059,inset 0 1.5px 4px #ffffff08;color:#001018;cursor:pointer;font-weight:700;padding:10px;width:100%}.Login_login-btn__mK5d3:hover{box-shadow:0 12px 36px #00000073,inset 0 2px 6px #ffffff08;color:#001018;transform:translateY(-2px)}.Login_login-btn__mK5d3:active{box-shadow:0 6px 18px #00000059;transform:translateY(0)}.Login_captcha-container__fqvJ0{display:flex;justify-content:center;margin:20px 0}.Login_error-msg__BU-62{color:#ff6b6b;font-size:.9rem;margin-top:10px}.Login_success-msg__f4niR{color:#6bff6b;font-size:.9rem;margin-top:10px}@media (max-width:700px){.Login_banner-image__cvzBj{border-radius:12px;box-shadow:0 0 24px #00000040;max-width:100%}.Login_login-card__KfAbJ h2{font-size:1.3rem}.Login_login-description__SYCyk{font-size:.9rem}.Login_login-btn__mK5d3{font-size:.9rem;padding:8px}.Login_login-page-container__ELX5m{overflow-x:hidden;padding:10px;scrollbar-color:#0000 #0000;scrollbar-width:none}}.Register_accountPageContainer__aN5cT{align-items:center;background:none;bottom:0;display:flex;justify-content:center;left:0;overflow-x:hidden;overflow-y:auto;padding-left:0;padding-left:var(--sidebar-width,0);position:fixed;right:0;top:64px;width:100%;-webkit-overflow-scrolling:touch;box-sizing:border-box;touch-action:pan-y;z-index:1}@media (max-width:1100px){.Register_accountPageContainer__aN5cT{left:0;position:relative}.Register_leftColumn__7pKf1{flex:0 0 36vw}.Register_rightColumn__gLqY5{padding:12px 16px}.Register_accountCard__pdAX\+{margin-left:clamp(10px,4.5vw,28px);max-width:340px;padding:14px}}.Register_registerGrid__jjItm{min-height:calc(100vh - 64px);padding:24px 16px;position:relative}.Register_registerGrid__jjItm,.Register_registerGrid__jjItm .Register_rightColumn__gLqY5{align-items:center;display:flex;justify-content:center;width:100%}.Register_hyperspeed-wrapper__RKLLB,.Register_leftColumn__7pKf1,.Register_leftImage__tkhhR{display:none!important}.Register_accountCard__pdAX\+{align-self:center;background:linear-gradient(180deg,hsla(0,0%,100%,.012),hsla(0,0%,100%,.008));border:1px solid #ffffff0f;border-radius:6px;box-shadow:0 14px 36px #0000008c;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;margin:0 auto;max-height:calc(100vh - 120px);max-width:420px;overflow-y:auto;padding:20px;transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s ease;width:auto;-webkit-overflow-scrolling:touch}@media (min-width:1100px){.Register_registerGrid__jjItm .Register_accountCard__pdAX\+{box-shadow:0 18px 48px #000000b8!important;left:50%!important;margin:0!important;position:fixed!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:99999!important}}.Register_title__VjU5p{color:#00e0fb;color:var(--accent,#00e0fb);font-size:1.2rem;font-weight:700;margin:0}.Register_intro__d8MVa{color:#9aa9b0;color:var(--muted,#9aa9b0);font-size:.98rem;margin:0 0 8px}.Register_form__Mu1pL{display:flex;flex:0 0 auto;flex-direction:column;overflow:visible;padding-bottom:12px;width:100%}.Register_accountCard__pdAX\+:hover{box-shadow:0 24px 48px #000000a8;transform:translateY(-4px)}.Register_formGroup__qh7Hl{display:flex;flex-direction:column;margin-bottom:.9rem;width:100%}.Register_formGroup__qh7Hl label{color:#9aa9b0;color:var(--muted,#9aa9b0);font-size:.95rem;font-weight:600;margin-bottom:.3rem}.Register_formGroup__qh7Hl input{-webkit-appearance:textfield;appearance:textfield;padding:.7rem .9rem}.Register_formGroup__qh7Hl input,.Register_formGroup__qh7Hl select{background:#18181b;background:var(--content-background,#18181b);border:1px solid #ffffff0f;border-radius:0;box-sizing:border-box;color:#fff;height:44px;width:100%}.Register_formGroup__qh7Hl select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27none%27 stroke=%27%23ffffff%27><path d=%27M6 8l4 4 4-4%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:14px 14px;padding:.7rem 2.6rem .7rem .9rem}.Register_formGroup__qh7Hl select::-ms-expand{display:none}.Register_formGroup__qh7Hl select:focus{outline:none}.Register_note__9VcDt{color:#aaa;font-size:.85rem;margin-top:.5em}.Register_stepper__JHzXv{gap:12px;margin-bottom:14px}.Register_step__GqUbu,.Register_stepper__JHzXv{align-items:center;display:flex;justify-content:center}.Register_step__GqUbu{background:#ffffff0f;border-radius:50%;box-shadow:0 2px 6px #0006;color:#cfd8dc;font-weight:700;height:36px;width:36px}.Register_step__GqUbu span{display:block}.Register_stepper__JHzXv .Register_connector__r92c4{background:linear-gradient(90deg,#ffffff0f,#ffffff0a);flex:1 1;height:2px;margin:0 6px;max-width:80px}.Register_step__GqUbu.Register_active__8Y4eT{background:linear-gradient(180deg,#00e0fb,#00c2e6);background:linear-gradient(180deg,var(--earf-blue,#00e0fb),#00c2e6);box-shadow:0 8px 18px #00e0fb1f;color:#021016}@media (max-width:480px){.Register_step__GqUbu{height:32px;width:32px}.Register_stepper__JHzXv .Register_connector__r92c4{max-width:40px}}.Register_accountBtn__Tfx1k{background:#00e0fb;background:var(--earf-blue,#00e0fb);border:none;border-radius:0;color:#0e0e10fb;color:var(--content-background,#0e0e10fb);cursor:pointer;font-weight:700;max-width:100%;padding:.8rem 0;width:220px}.Register_accountBtn__Tfx1k:hover{opacity:.95}.Register_secondaryBtn__PZ\+vQ{background:#363636;border:1px solid #ffffff0a;box-shadow:inset 0 -2px 0 #00000059;color:#e6e9ea;cursor:pointer;font-weight:700;transition:background .14s ease,transform 80ms ease}.Register_secondaryBtn__PZ\+vQ:hover{background:#454545;transform:translateY(-1px)}.Register_secondaryBtn__PZ\+vQ:active{transform:translateY(0)}.Register_secondaryBtn__PZ\+vQ:focus{outline:3px solid #00e0fb24;outline-offset:2px}.Register_formActions__HiP3n{align-items:center;display:flex;gap:12px;justify-content:center;margin-left:0;margin-top:12px;padding:0;width:100%}.Register_formActions__HiP3n .Register_accountBtn__Tfx1k{border-radius:6px;height:44px;min-height:44px;padding:.6rem .75rem}@media (max-width:900px){.Register_formActions__HiP3n{flex-direction:row;gap:10px;margin-left:0;padding:0;width:100%}.Register_formActions__HiP3n .Register_accountBtn__Tfx1k,.Register_formActions__HiP3n button:first-child{width:48%}}@media (max-width:480px){.Register_formActions__HiP3n .Register_accountBtn__Tfx1k{font-size:.95rem;min-height:46px}}.Register_errorMsg__h6L90{color:#ff6b6b;text-align:center}.Register_successMsg__TXQYv{color:#27ae60;text-align:center}@keyframes Register_floatSlow__4-W-I{0%{transform:translateX(0) translateY(0) scale(1.02);transform:translateX(var(--image-offset,0)) translateY(0) scale(1.02)}50%{transform:translateX(0) translateY(-4px) scale(1.01);transform:translateX(var(--image-offset,0)) translateY(-4px) scale(1.01)}to{transform:translateX(0) translateY(0) scale(1.02);transform:translateX(var(--image-offset,0)) translateY(0) scale(1.02)}}@media (prefers-reduced-motion:reduce){.Register_leftImage__tkhhR{animation:none;transition:none}}@media (max-width:1000px){.Register_accountPageContainer__aN5cT{bottom:auto;flex-direction:column;height:auto;left:0;position:relative;right:0;top:auto;width:100%}.Register_registerGrid__jjItm{flex-direction:column}.Register_leftColumn__7pKf1,.Register_leftImage__tkhhR{display:none}.Register_rightColumn__gLqY5{align-items:stretch;height:auto;justify-content:flex-start;padding:12px 14px;width:100%}.Register_accountCard__pdAX\+{border-radius:6px;margin-left:0;max-width:720px;padding:12px;width:100%}.Register_accountBtn__Tfx1k{width:100%}}@media (max-width:900px){.Register_accountPageContainer__aN5cT{bottom:auto!important;height:auto!important;left:auto!important;overflow:visible!important;position:static!important;right:auto!important;top:auto!important}.Register_leftColumn__7pKf1,.Register_leftImage__tkhhR{display:none!important}.Register_registerGrid__jjItm{flex-direction:column}.Register_rightColumn__gLqY5{justify-content:flex-start;padding:8px 12px}.Register_accountCard__pdAX\+{align-self:center;margin:12px auto;max-height:calc(100vh - 110px);max-width:720px;overflow-y:auto;padding:14px;width:calc(100% - 32px);-webkit-overflow-scrolling:touch;box-shadow:0 10px 30px #0009}.Register_accountBtn__Tfx1k{width:100%}}@media (max-width:480px){.Register_accountCard__pdAX\+{border-radius:4px;margin:8px auto;max-height:calc(100vh - 100px);max-width:none;overflow-y:auto;padding:10px 12px;width:calc(100% - 20px);-webkit-overflow-scrolling:touch}.Register_title__VjU5p{font-size:1.05rem}.Register_intro__d8MVa{font-size:.95rem}.Register_formGroup__qh7Hl input,.Register_formGroup__qh7Hl select{height:42px;padding:.6rem .8rem}}.Profile_profilePage__gXZCy{background:linear-gradient(180deg,#0a0a0c,#0e1015);box-sizing:border-box;height:100vh}.Profile_profileContainer__t7g79,.Profile_profilePage__gXZCy{display:flex;flex-direction:column;overflow:hidden;width:100%}.Profile_profileContainer__t7g79{height:100%;margin:0 auto;max-width:1200px;padding:16px}.Profile_profileHeader__UcRiI{background:linear-gradient(135deg,#14161cf2,#101218fa);border:1px solid #ffffff0f;border-radius:12px;flex-shrink:0;margin-bottom:16px;overflow:hidden;position:relative}.Profile_headerBanner__1Gb\+q{background:linear-gradient(135deg,#0d4f6e,#0a2d40 50%,#061820);height:80px;overflow:hidden;position:relative}.Profile_headerBanner__1Gb\+q:before{background:radial-gradient(ellipse at 30% 50%,#00e0fb26 0,#0000 60%),radial-gradient(ellipse at 70% 80%,#00aeef1a 0,#0000 50%);content:"";inset:0;position:absolute}.Profile_headerBanner__1Gb\+q:after{background:linear-gradient(0deg,#14161c 0,#0000);bottom:0;content:"";height:30px;left:0;position:absolute;right:0}.Profile_headerContent__i4XTL{align-items:center;display:flex;gap:20px;margin-top:-35px;padding:0 20px 16px;position:relative;z-index:2}.Profile_avatarSection__OV6zo{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:6px}.Profile_avatarWrapper__2k\+VB{position:relative}.Profile_avatar__GZ4Mq{background:#1a1c24;border:3px solid #14161c;border-radius:50%;box-shadow:0 0 0 2px #00e0fb4d,0 4px 16px #00000080;height:96px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:96px}.Profile_avatar__GZ4Mq:hover{box-shadow:0 0 0 2px #00e0fb80,0 6px 20px #0009;transform:scale(1.02)}.Profile_avatarBadge__qDbZv{background:linear-gradient(135deg,#00e0fb,#00aeef);border-radius:5px;bottom:2px;box-shadow:0 2px 8px #00e0fb66;color:#081019;font-size:.55rem;font-weight:800;letter-spacing:.03em;padding:3px 6px;position:absolute;right:2px;text-transform:uppercase}.Profile_changeAvatarBtn__dsirl{align-items:center;background:#00e0fb1a;border:1px solid #00e0fb4d;border-radius:6px;color:#00e0fb;cursor:pointer;display:flex;font-size:.7rem;font-weight:600;gap:5px;justify-content:center;padding:5px 10px;transition:all .2s ease;white-space:nowrap}.Profile_changeAvatarBtn__dsirl:hover{background:#00e0fb33;border-color:#00e0fb80;transform:translateY(-1px)}.Profile_changeAvatarBtn__dsirl:disabled{cursor:not-allowed;opacity:.6}.Profile_userInfo__QVYM\+{flex:1 1;min-width:0;padding-top:24px}.Profile_userHeader__6zcFv{align-items:center;display:flex;gap:12px;justify-content:space-between}.Profile_userNameSection__YscPc{flex:1 1;min-width:0}.Profile_userName__\+G5Av{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.Profile_userHandle__FTO\+Y{color:#ffffff80;font-size:.9rem;margin:0}.Profile_userMeta__CZ4JK{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.Profile_metaItem__mr4xs{align-items:center;color:#fff9;display:flex;font-size:.8rem;gap:5px}.Profile_metaItem__mr4xs svg{height:13px;opacity:.7;width:13px}.Profile_actionButtons__hTHMs{align-items:center;display:flex;flex-shrink:0;gap:6px}.Profile_primaryBtn__M4ty0{align-items:center;background:linear-gradient(135deg,#00e0fb,#00aeef);border:none;border-radius:6px;box-shadow:0 2px 8px #00e0fb40;color:#081019;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:5px;padding:7px 12px;transition:all .2s ease;white-space:nowrap}.Profile_primaryBtn__M4ty0 svg{height:13px;width:13px}.Profile_primaryBtn__M4ty0:hover{box-shadow:0 4px 12px #00e0fb59;transform:translateY(-1px)}.Profile_secondaryBtn__FcjTE{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:5px;padding:7px 12px;transition:all .2s ease;white-space:nowrap}.Profile_secondaryBtn__FcjTE svg{height:13px;width:13px}.Profile_secondaryBtn__FcjTE:hover{background:#ffffff1a;border-color:#fff3}.Profile_dangerBtn__0elcN{align-items:center;background:#ff4b4b1a;border:1px solid #ff4b4b33;border-radius:6px;color:#ff6b6b;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:5px;padding:7px 12px;transition:all .2s ease;white-space:nowrap}.Profile_dangerBtn__0elcN svg{height:12px;width:12px}.Profile_dangerBtn__0elcN:hover{background:#ff4b4b33;border-color:#ff4b4b66}.Profile_contentGrid__WNwrG{display:grid;grid-template-columns:1fr 280px;grid-gap:16px;flex:1 1;gap:16px;min-height:0;overflow:hidden}.Profile_mainColumn__15z7T{display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-bottom:70px;padding-right:8px}.Profile_mainColumn__15z7T::-webkit-scrollbar{width:5px}.Profile_mainColumn__15z7T::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.Profile_mainColumn__15z7T::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.Profile_mainColumn__15z7T::-webkit-scrollbar-thumb:hover{background:#ffffff26}.Profile_sideColumn__IzlmY{display:flex;flex-direction:column;flex-shrink:0;gap:16px;height:-webkit-fit-content;height:fit-content}.Profile_card__mrGU6{background:linear-gradient(135deg,#14161cf2,#101218fa);border:1px solid #ffffff0f;border-radius:12px;padding:16px}.Profile_cardHeader__adhNj{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.Profile_cardTitle__cogh-{align-items:center;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:8px;margin:0}.Profile_cardTitle__cogh- svg{color:#00e0fb;height:16px;width:16px}.Profile_detailsGrid__lc3go{display:grid;grid-gap:12px;gap:12px}.Profile_detailRow__EV2Oj{align-items:center;background:#0003;border:1px solid #ffffff0a;border-radius:12px;display:flex;justify-content:space-between;padding:16px}.Profile_detailLabel__wpINn{align-items:center;color:#ffffff80;display:flex;font-size:.9rem;gap:10px}.Profile_detailLabel__wpINn svg{height:18px;opacity:.6;width:18px}.Profile_detailValue__K0Wg7{color:#fff;font-size:.95rem;font-weight:500}.Profile_settingsCard__hvKFD{display:flex;flex-direction:column;gap:8px}.Profile_settingItem__24YiO{align-items:center;background:#0003;border:1px solid #ffffff0a;border-radius:12px;display:flex;justify-content:space-between;padding:16px;transition:background .2s ease}.Profile_settingItem__24YiO:hover{background:#0000004d}.Profile_settingInfo__C-XtB{align-items:center;display:flex;gap:14px}.Profile_settingIcon__up5un{align-items:center;background:#00e0fb1a;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.Profile_settingIcon__up5un svg{color:#00e0fb;height:20px;width:20px}.Profile_settingIcon__up5un.Profile_success__UGeJW{background:#1ecb6b1a}.Profile_settingIcon__up5un.Profile_success__UGeJW svg{color:#1ecb6b}.Profile_settingIcon__up5un.Profile_warning__IGYJJ{background:#ffb74d1a}.Profile_settingIcon__up5un.Profile_warning__IGYJJ svg{color:#ffb74d}.Profile_settingText__8zwoG h4{color:#fff;font-size:.95rem;font-weight:600;margin:0 0 2px}.Profile_settingText__8zwoG p{color:#ffffff80;font-size:.8rem;margin:0}.Profile_toggle__9zNlQ{background:#ffffff1a;border:none;border-radius:14px;cursor:pointer;flex-shrink:0;height:28px;padding:0;position:relative;transition:background .3s ease;width:52px}.Profile_toggle__9zNlQ.Profile_active__UAiCK{background:linear-gradient(135deg,#00e0fb,#00aeef)}.Profile_toggle__9zNlQ:after{background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;content:"";height:22px;left:3px;position:absolute;top:3px;transition:transform .3s ease;width:22px}.Profile_toggle__9zNlQ.Profile_active__UAiCK:after{transform:translateX(24px)}.Profile_selectWrapper__K-28E{position:relative}.Profile_select__oI9oJ{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#00000080;background-image:none;border:1px solid #00e0fb4d;border-radius:10px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;min-width:140px;padding:10px 36px 10px 14px;transition:all .2s ease}.Profile_select__oI9oJ option{background:#14161c;color:#fff;padding:10px}.Profile_select__oI9oJ:hover{border-color:#00e0fb80}.Profile_select__oI9oJ:focus{border-color:#00e0fb;box-shadow:0 0 0 3px #00e0fb1a;outline:none}.Profile_selectWrapper__K-28E:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #ffffff80;content:"";height:0;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0}.Profile_quickActions__bfcw5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.Profile_quickActionBtn__\+v9Zi{align-items:center;background:#0003;border:1px solid #ffffff0a;border-radius:16px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:20px 16px;transition:all .2s ease}.Profile_quickActionBtn__\+v9Zi:hover{background:#00e0fb1a;border-color:#00e0fb33;transform:translateY(-2px)}.Profile_quickActionBtn__\+v9Zi svg{color:#00e0fb;height:28px;width:28px}.Profile_quickActionBtn__\+v9Zi span{font-size:.85rem;font-weight:500;text-align:center}.Profile_statsGrid__h9Dtn{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.Profile_statItem__axe6z{background:#0003;border-radius:12px;padding:16px;text-align:center}.Profile_statValue__bJW4I{color:#00e0fb;font-size:1.5rem;font-weight:700;margin-bottom:4px}.Profile_statLabel__vTVdq{color:#ffffff80;font-size:.8rem}.Profile_modalOverlay__wM4Jl{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:10000}.Profile_modal__KUgTf{animation:Profile_fadeIn__8tagv .2s ease-out;background:linear-gradient(135deg,#14161c,#0e1015);border:1px solid #ffffff14;border-radius:24px;box-shadow:0 24px 80px #00000080;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.Profile_modalLarge__kmQ1k{max-width:700px}.Profile_modalHeader__GyuVy{align-items:center;display:flex;justify-content:space-between;padding:24px 24px 0}.Profile_modalTitle__VCWZV{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.Profile_modalClose__rrMx3{align-items:center;background:#ffffff0d;border:none;border-radius:10px;color:#fff9;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.Profile_modalClose__rrMx3:hover{background:#ffffff1a;color:#fff}.Profile_modalBody__ATTwz{padding:24px}.Profile_modalFooter__v8KEa{display:flex;gap:12px;justify-content:flex-end;padding:0 24px 24px}.Profile_formGroup__gGcKf{margin-bottom:20px}.Profile_formLabel__KvGdp{color:#ffffffb3;display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.Profile_formInput__d7s1u{background:#0000004d;border:1px solid #ffffff1a;border-radius:12px;box-sizing:border-box;color:#fff;font-size:.95rem;padding:14px 16px;transition:all .2s ease;width:100%}.Profile_formInput__d7s1u:focus{border-color:#00e0fb;box-shadow:0 0 0 3px #00e0fb1a;outline:none}.Profile_formInput__d7s1u:disabled{cursor:not-allowed;opacity:.5}.Profile_formInput__d7s1u::placeholder{color:#ffffff4d}.Profile_avatarGrid__ElEXj{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));grid-gap:16px;gap:16px;padding:8px 0}.Profile_avatarOption__3L8SU{background:#0000;border:3px solid #0000;border-radius:50%;cursor:pointer;padding:3px;position:relative;transition:all .2s ease}.Profile_avatarOption__3L8SU:hover{border-color:#00e0fb66;transform:scale(1.05)}.Profile_avatarOption__3L8SU.Profile_selected__lOBxA{border-color:#00e0fb;box-shadow:0 0 16px #00e0fb66}.Profile_avatarOption__3L8SU img{border-radius:50%;display:block;height:64px;object-fit:cover;width:64px}.Profile_error__E4721{background:#ff4b4b1a;border:1px solid #ff4b4b4d;border-radius:12px;color:#ff6b6b;font-size:.9rem;margin-bottom:20px;padding:14px 16px}.Profile_safetyContent__p-6eN{background:#0000004d;border-radius:12px;color:#fffc;font-size:.95rem;line-height:1.7;margin-bottom:20px;max-height:400px;overflow-y:auto;padding:20px}.Profile_safetyCheckbox__8Pnna{align-items:center;background:#0003;border-radius:12px;cursor:pointer;display:flex;gap:12px;margin-bottom:16px;padding:16px}.Profile_safetyCheckbox__8Pnna input{accent-color:#00e0fb;flex-shrink:0;height:22px;width:22px}.Profile_safetyCheckbox__8Pnna span{color:#fffc;font-size:.95rem}.Profile_safetyInstruction__oVrLJ{font-size:.85rem;font-weight:600;margin-top:12px;text-align:center}.Profile_safetyInstruction--waiting__0Gd4o{color:#ff6b6b}.Profile_safetyInstruction--ready__F5obR{color:#1ecb6b}.Profile_dobModal__uXqX3{max-width:420px}.Profile_dobIcon__JFs6E{align-items:center;background:linear-gradient(135deg,#00e0fb1a,#00aeef1a);border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.Profile_dobIcon__JFs6E svg{color:#00e0fb;height:32px;width:32px}.Profile_dobText__uBoIO{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:24px;text-align:center}.Profile_dobNote__4yLzv{color:#fff6;font-size:.8rem;margin-top:16px;text-align:center}.Profile_memberSince__RcfKm{align-items:center;background:#00e0fb14;border:1px solid #00e0fb26;border-radius:12px;color:#ffffffb3;display:inline-flex;font-size:.65rem;gap:4px;padding:4px 10px}.Profile_memberSince__RcfKm svg{color:#00e0fb;height:10px;width:10px}.Profile_accountBadge__JFRiV{align-items:center;background:#00e0fb1a;border:1px solid #00e0fb40;border-radius:8px;color:#00e0fb;display:inline-flex;font-size:.8rem;font-weight:600;gap:6px;padding:6px 14px;text-transform:capitalize}@media (max-width:1024px){.Profile_contentGrid__WNwrG{grid-template-columns:1fr;overflow-y:auto}.Profile_mainColumn__15z7T{overflow:visible;padding-right:0}.Profile_headerContent__i4XTL{padding:0 16px 12px}}@media (max-width:768px){.Profile_profilePage__gXZCy{height:100vh;overflow:hidden;padding:0}.Profile_profileContainer__t7g79{overflow:hidden;padding:12px}.Profile_profileHeader__UcRiI{flex-shrink:0}.Profile_contentGrid__WNwrG{display:flex;flex:1 1;flex-direction:column;gap:12px;min-height:0;overflow-y:auto}.Profile_sideColumn__IzlmY{order:-1}.Profile_mainColumn__15z7T,.Profile_sideColumn__IzlmY{overflow:visible}.Profile_headerContent__i4XTL{align-items:center;flex-direction:column;padding:0 12px 10px;text-align:center}.Profile_userInfo__QVYM\+{padding-top:8px;text-align:center}.Profile_userHeader__6zcFv{align-items:center;flex-direction:column;gap:8px}.Profile_userNameSection__YscPc{text-align:center}.Profile_userMeta__CZ4JK{justify-content:center}.Profile_actionButtons__hTHMs{justify-content:center;width:100%}.Profile_avatar__GZ4Mq{height:60px;width:60px}.Profile_userName__\+G5Av{font-size:1rem}.Profile_card__mrGU6{border-radius:10px;padding:12px}.Profile_quickActions__bfcw5{grid-template-columns:repeat(2,1fr)}.Profile_detailRow__EV2Oj{align-items:flex-start;flex-direction:column;gap:4px}.Profile_settingItem__24YiO{align-items:flex-start;flex-direction:column;gap:8px}.Profile_settingItem__24YiO>:last-child{align-self:flex-end}}@media (max-width:480px){.Profile_profileContainer__t7g79{padding:8px}.Profile_headerBanner__1Gb\+q{height:40px}.Profile_headerContent__i4XTL{gap:10px;margin-top:-20px;padding:0 10px 8px}.Profile_avatar__GZ4Mq{border-width:2px;height:50px;width:50px}.Profile_userName__\+G5Av{font-size:.9rem}.Profile_userHandle__FTO\+Y{font-size:.7rem}.Profile_card__mrGU6{padding:10px}.Profile_quickActions__bfcw5{gap:6px;grid-template-columns:1fr 1fr}}.Profile_modal__KUgTf::-webkit-scrollbar,.Profile_safetyContent__p-6eN::-webkit-scrollbar{width:6px}.Profile_modal__KUgTf::-webkit-scrollbar-track,.Profile_safetyContent__p-6eN::-webkit-scrollbar-track{background:#0003;border-radius:3px}.Profile_modal__KUgTf::-webkit-scrollbar-thumb,.Profile_safetyContent__p-6eN::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.Profile_modal__KUgTf::-webkit-scrollbar-thumb:hover,.Profile_safetyContent__p-6eN::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes Profile_fadeIn__8tagv{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Profile_profile-mature-toggle__hASuq{appearance:none;-webkit-appearance:none;background:#ffffff1a;border:none;border-radius:14px;cursor:pointer;height:28px;outline:none;position:relative;transition:background .3s ease;width:52px}.Profile_profile-mature-toggle__hASuq:checked{background:linear-gradient(135deg,#00e0fb,#00aeef)}.Profile_profile-mature-toggle__hASuq:before{background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;content:"";height:22px;left:3px;position:absolute;top:3px;transition:transform .3s ease;width:22px}.Profile_profile-mature-toggle__hASuq:checked:before{transform:translateX(24px)}.Profile_safetyModalContainer__kOI5R{box-sizing:border-box;max-width:700px;width:95vw}@media (max-width:768px){.Profile_safetyModalContainer__kOI5R{max-width:100%;padding:16px}}:root{--bg-900:#080808;--bg-800:#0f1011;--panel-bg:linear-gradient(180deg,#0b0b0b,#141416);--muted:#bdbdbd;--accent:#03a9f4;--danger:#e53935;--card-shadow:0 18px 60px #02060a99}.UserAccountsPage_container__k4km2{background:linear-gradient(180deg,#0b0b0bad,#14141699);box-sizing:border-box;color:#e9eef2;font-family:Inter,Segoe UI,system-ui,-apple-system,Arial,sans-serif;margin:0 auto;max-height:calc(100vh - 4rem);min-height:calc(100vh - 4rem);overflow-y:auto;padding:2.25rem 2.25rem 1.5rem;width:100%;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border:1px solid #ffffff05;border-radius:12px;box-shadow:0 10px 40px #02060a99,inset 0 1px 0 #ffffff05;position:relative}.UserAccountsPage_header__oTCk3{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.6rem}.UserAccountsPage_headerLeft__Ocsy\+{align-items:center;display:flex;gap:12px}.UserAccountsPage_header__oTCk3 h2{color:#eaf6ff;font-size:1.25rem;font-weight:700;margin:0}.UserAccountsPage_logo__YaBB2{height:auto;width:120px}.UserAccountsPage_dropdown__gEzpp{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;color:#e9eef2;cursor:pointer;font-size:.95rem;min-width:140px;padding:.6rem 1rem}.UserAccountsPage_dropdown__gEzpp:focus{border-color:#03a9f4;border-color:var(--accent);outline:none}.UserAccountsPage_tableWrapper__P9KAL{border-radius:10px;overflow:auto;width:100%}.UserAccountsPage_table__vl2N7{border-collapse:collapse;display:table;margin-bottom:1rem;width:100%}.UserAccountsPage_table__vl2N7 td,.UserAccountsPage_table__vl2N7 th{border-bottom:1px solid #ffffff08;padding:.9rem 1.1rem;text-align:left;vertical-align:top}.UserAccountsPage_table__vl2N7 th{background:#ffffff05;color:#03a9f4;color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.UserAccountsPage_table__vl2N7 tr:hover{background:#ffffff03}.UserAccountsPage_table__vl2N7 button{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;color:#e8eef2;cursor:pointer;font-weight:600;padding:.45rem .9rem;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}.UserAccountsPage_table__vl2N7 button:hover{background:hsla(0,0%,100%,.045);box-shadow:0 6px 18px #00000073;transform:translateY(-1px)}.UserAccountsPage_modalOverlay__JQ28V{align-items:center;background:#0000;display:flex;inset:0;justify-content:center;position:fixed;z-index:200000}.UserAccountsPage_modal__UIGOm{background:linear-gradient(180deg,#161616fa,#0e0e0efa);border:1px solid #ffffff0a;border-radius:14px;box-shadow:0 12px 40px #00000080;color:#e8eef2;display:flex;flex-direction:column;gap:.6rem;max-height:90vh;max-width:480px;min-width:340px;overflow-y:auto;padding:1.25rem;position:relative;text-align:left;width:min(92vw,480px);z-index:200001}.UserAccountsPage_modalHeader__tVZV8{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.6rem}.UserAccountsPage_modalHeader__tVZV8 h3{color:#f1f6f9;font-size:1.1rem;font-weight:800;margin:0}.UserAccountsPage_modalHeader__tVZV8 button{background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;color:#cdd7db;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background-color .16s ease}.UserAccountsPage_modalHeader__tVZV8 button:hover{background:#ffffff0f}.UserAccountsPage_avatar__66xGf{border:2px solid #ffffff0f;border-radius:50%;display:block;height:90px;margin:0 auto 1rem;width:90px}.UserAccountsPage_userInfo__Ky-DL{margin-bottom:1rem}.UserAccountsPage_userInfo__Ky-DL p{color:#d0d8dc;font-size:.95rem;margin:.45rem 0}.UserAccountsPage_userInfo__Ky-DL p strong{color:#eaf6ff}.UserAccountsPage_editForm__V3GDy label{color:#bdbdbd;color:var(--muted);display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.UserAccountsPage_editForm__V3GDy input,.UserAccountsPage_editForm__V3GDy select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#141414e6!important;border:1px solid #ffffff0f;border-radius:10px;box-sizing:border-box;color:#eef5f8!important;font-size:.98rem;margin-bottom:.85rem;padding:.85rem 1rem;width:100%}.UserAccountsPage_editForm__V3GDy select{background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27><path fill=%27%238aa3a6%27 d=%27M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z%27/></svg>")!important;background-position:right .85rem center!important;background-repeat:no-repeat!important;background-size:12px!important;padding-right:2.5rem!important}.UserAccountsPage_editForm__V3GDy input:focus,.UserAccountsPage_editForm__V3GDy select:focus{border-color:#03a9f4;border-color:var(--accent);outline:none}.UserAccountsPage_editForm__V3GDy select option{background:#1a1a1a!important;color:#eef5f8!important}.UserAccountsPage_modalActions__0dYvZ{display:flex;flex-wrap:nowrap;gap:10px;justify-content:center;margin-top:.8rem}.UserAccountsPage_modalActions__0dYvZ button{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:1px solid #ffffff0a;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#eef5f8;cursor:pointer;font-size:.9rem;font-weight:700;padding:.7rem 1.2rem;text-transform:capitalize;transition:all .16s ease}.UserAccountsPage_modalActions__0dYvZ button:hover{box-shadow:0 6px 16px #0006;transform:translateY(-2px)}.UserAccountsPage_modalActions__0dYvZ button:first-child{background:linear-gradient(135deg,#e53935,#c62828);border-color:#e5393580}.UserAccountsPage_modalActions__0dYvZ button:first-child:hover{background:linear-gradient(135deg,#ff5252,#e53935);box-shadow:0 6px 20px #e5393566}.UserAccountsPage_modalActions__0dYvZ button:nth-child(2){background:linear-gradient(135deg,#03a9f4,#0288d1);border-color:#03a9f480}.UserAccountsPage_modalActions__0dYvZ button:nth-child(2):hover{background:linear-gradient(135deg,#29b6f6,#03a9f4);box-shadow:0 6px 20px #03a9f466}.UserAccountsPage_modalActions__0dYvZ button:nth-child(3){background:linear-gradient(135deg,#7c3aed,#6d28d9);border-color:#7c3aed80}.UserAccountsPage_modalActions__0dYvZ button:nth-child(3):hover{background:linear-gradient(135deg,#a78bfa,#7c3aed);box-shadow:0 6px 20px #7c3aed66}.UserAccountsPage_error__RIQZz{background:#ffffff05;border-left:4px solid #ffffff0f;border-radius:8px;color:#eef5f8;font-weight:700;margin-bottom:.9rem;padding:.6rem .85rem}.UserAccountsPage_userInfo__Ky-DL{padding:0}.UserAccountsPage_userHeader__zD3UY{align-items:flex-start;border-bottom:1px solid #ffffff0a;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.2rem}.UserAccountsPage_userIdentity__qLsrS{display:flex;flex-direction:column;gap:.35rem}.UserAccountsPage_username__f34Hy{color:#eaf6ff;font-size:1.3rem;font-weight:700;letter-spacing:-.3px;margin:0}.UserAccountsPage_lastSeen__dx45G{color:#ffffff8c;font-size:.85rem;font-weight:500;margin:0}.UserAccountsPage_accountBadge__dMkEo{background:linear-gradient(135deg,#03a9f4,#0288d1);border-radius:6px;box-shadow:0 4px 12px #03a9f440;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.4rem .85rem;text-transform:uppercase;white-space:nowrap}.UserAccountsPage_badgeuser__KjeYM{background:linear-gradient(135deg,#03a9f4,#0288d1)!important;box-shadow:0 4px 12px #03a9f440!important}.UserAccountsPage_badgeadmin__-M4KC{background:linear-gradient(135deg,#e53935,#c62828)!important;box-shadow:0 4px 12px #e539354d!important}.UserAccountsPage_badgemoderator__hhaqP{background:linear-gradient(135deg,#ff9800,#f57c00)!important;box-shadow:0 4px 12px #ff98004d!important}.UserAccountsPage_badgevip__TNyLc{background:linear-gradient(135deg,#ffc107,#ffa000)!important;box-shadow:0 4px 12px #ffc1074d!important;color:#1a1a1a!important}.UserAccountsPage_badgedeveloper__LKg3Q{background:linear-gradient(135deg,#9c27b0,#7b1fa2)!important;box-shadow:0 4px 12px #9c27b04d!important}.UserAccountsPage_badgepartner__IW42R{background:linear-gradient(135deg,#e91e63,#c2185b)!important;box-shadow:0 4px 12px #e91e634d!important}.UserAccountsPage_badgecreator__wyixG{background:linear-gradient(135deg,#00bcd4,#0097a7)!important;box-shadow:0 4px 12px #00bcd44d!important}.UserAccountsPage_badgestreamer__YV4oV{background:linear-gradient(135deg,#4caf50,#388e3c)!important;box-shadow:0 4px 12px #4caf504d!important}.UserAccountsPage_badgeauthorised__Jb67t,.UserAccountsPage_badgeauthorisedbeatester__dy0r4,.UserAccountsPage_badgeauthorisedbetester__s2dBk,.UserAccountsPage_badgeauthorisedbtatester__oFdLW{background:linear-gradient(135deg,#7c3aed,#6d28d9)!important;box-shadow:0 4px 12px #7c3aed4d!important;color:#fff!important}.UserAccountsPage_infoSection__U-YDX{border-bottom:1px solid #ffffff0a;margin-bottom:1.5rem;padding-bottom:1.2rem}.UserAccountsPage_infoSection__U-YDX:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.UserAccountsPage_sectionTitle__3Nxea{color:#ffffffa6;font-size:.9rem;font-weight:700;letter-spacing:.8px;margin:0 0 .8rem;text-shadow:0 1px 2px #0000004d;text-transform:uppercase}.UserAccountsPage_infoGrid__ysx1a{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.UserAccountsPage_infoItem__z9T\+Z{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;display:flex;flex-direction:column;gap:.4rem;padding:.75rem;transition:all .2s ease}.UserAccountsPage_infoItem__z9T\+Z:hover{background:hsla(0,0%,100%,.025);border-color:#ffffff0f}.UserAccountsPage_infoLabel__vjA4z{color:#ffffff73;font-size:.75rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.UserAccountsPage_infoValue__CRPFS{color:#e9eef2;font-family:Courier New,monospace;font-size:.95rem;font-weight:500;word-break:break-word}.UserAccountsPage_statusContainer__f-tVp{background:hsla(0,0%,100%,.015);border:1px solid #ffffff08;border-radius:8px;display:flex;flex-direction:column;gap:.8rem;padding:1rem}.UserAccountsPage_statusBadge__KLpsX{align-items:center;border-radius:8px;display:inline-flex;font-size:.95rem;font-weight:700;justify-content:center;letter-spacing:.5px;padding:.8rem 1.2rem;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.UserAccountsPage_statusBanned__Lh7\+5{background:linear-gradient(135deg,#ff6b6b26,#e5393526);border:1px solid #ff6b6b66;box-shadow:0 4px 12px #ff6b6b26;color:#ff6b6b}.UserAccountsPage_statusActive__dp3zx{background:linear-gradient(135deg,#51cf6626,#38b75026);border:1px solid #51cf6666;box-shadow:0 4px 12px #51cf6626;color:#51cf66}.UserAccountsPage_banReason__pQwgb{color:#fff9;font-size:.9rem;font-style:italic;margin:0;padding:.5rem 0}@media (max-width:880px){.UserAccountsPage_table__vl2N7 thead{display:none}.UserAccountsPage_table__vl2N7,.UserAccountsPage_table__vl2N7 tbody,.UserAccountsPage_table__vl2N7 td,.UserAccountsPage_table__vl2N7 tr{display:block;width:100%}.UserAccountsPage_table__vl2N7 tr{background:#ffffff03;border-radius:8px;margin-bottom:.9rem;padding:.6rem}.UserAccountsPage_table__vl2N7 td{padding:.5rem .6rem;text-align:left}.UserAccountsPage_table__vl2N7 td:before{color:#bdbdbd;color:var(--muted);content:attr(data-label);display:block;font-size:.85rem;font-weight:700;margin-bottom:6px}.UserAccountsPage_userHeader__zD3UY{align-items:flex-start;flex-direction:column}.UserAccountsPage_infoGrid__ysx1a{grid-template-columns:1fr}}@media (max-width:520px){.UserAccountsPage_modal__UIGOm{border-radius:12px;max-height:85vh;max-width:calc(100vw - 2rem);overflow-y:auto;padding:1rem;width:calc(100vw - 2rem)}.UserAccountsPage_modalActions__0dYvZ{background:#0000;bottom:auto;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:1rem;padding:0;position:relative}.UserAccountsPage_modalActions__0dYvZ button{flex:1 1;font-size:.85rem;min-width:90px;padding:.6rem .8rem}.UserAccountsPage_accountBadge__dMkEo{font-size:.7rem;padding:.3rem .7rem}.UserAccountsPage_infoValue__CRPFS{font-size:.85rem}}.UserAccountsPage_dropdown__gEzpp:focus,.UserAccountsPage_editForm__V3GDy input:focus,button:focus{outline:3px solid #03a9f41f;outline-offset:2px}.AdminEmailModal_modalOverlay__JdYbL{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;pointer-events:auto;position:fixed;right:0;top:0;z-index:99999}.AdminEmailModal_modal__hRH60{background:linear-gradient(135deg,#14161cf2,#101218fa);border:1px solid #ffffff0f;border-radius:12px;box-shadow:0 8px 32px #00000080;max-height:90vh;max-width:700px;overflow:auto;pointer-events:auto;width:90%}.AdminEmailModal_header__00NV4{align-items:center;background:#14161cf2;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0}.AdminEmailModal_header__00NV4 h2{color:#fff;font-size:18px;margin:0}.AdminEmailModal_closeBtn__qWzqX{align-items:center;background:none;border:none;color:#fff9;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:color .2s ease;width:32px}.AdminEmailModal_closeBtn__qWzqX:hover{color:#fff}.AdminEmailModal_body__X6Ugg{padding:24px}.AdminEmailModal_formGroup__FpApz{display:flex;flex-direction:column;margin-bottom:20px}.AdminEmailModal_formGroup__FpApz label{color:#fffc;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.AdminEmailModal_input__02Gah,.AdminEmailModal_textarea__-IY8-{background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;color:#fff;font-family:inherit;font-size:14px;padding:12px 14px;transition:all .2s ease}.AdminEmailModal_input__02Gah::placeholder,.AdminEmailModal_textarea__-IY8-::placeholder{color:#fff6}.AdminEmailModal_input__02Gah:focus,.AdminEmailModal_textarea__-IY8-:focus{background:#ffffff0d;border-color:#00e0fb4d;box-shadow:0 0 0 3px #00e0fb1a;outline:none}.AdminEmailModal_readOnly__1WjJg{background:#ffffff05;cursor:not-allowed}.AdminEmailModal_readOnly__1WjJg:focus{box-shadow:none}.AdminEmailModal_textarea__-IY8-{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;min-height:120px;resize:vertical}.AdminEmailModal_formGroup__FpApz small{color:#ffffff80;font-size:12px;margin-top:6px}.AdminEmailModal_error__h6jkx{background:#ff14141a;border:1px solid #ff14144d;border-radius:6px;color:#ff6b6b;font-size:13px;margin-bottom:16px;padding:12px 14px}.AdminEmailModal_successMessage__qrdl8{background:#4caf501a;border:1px solid #4caf504d;border-radius:6px;color:#4caf50;font-size:15px;font-weight:500;padding:20px;text-align:center}.AdminEmailModal_preview__ZT4VH{border-top:1px solid #ffffff0f;margin-top:20px;padding-top:20px}.AdminEmailModal_previewLabel__ZjaOP{color:#fff9;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.AdminEmailModal_emailPreview__JkJut{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;max-height:400px;overflow:hidden;overflow-y:auto;padding:0}.AdminEmailModal_footer__pGAdV{background:#0003;border-top:1px solid #ffffff0f;bottom:0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;position:-webkit-sticky;position:sticky}.AdminEmailModal_cancelBtn__YBPo8,.AdminEmailModal_sendBtn__4NfMm{border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.AdminEmailModal_cancelBtn__YBPo8{background:#ffffff0f;border-color:#ffffff1a;color:#fffc}.AdminEmailModal_cancelBtn__YBPo8:hover:not(:disabled){background:#ffffff1a;color:#fff}.AdminEmailModal_sendBtn__4NfMm{background:linear-gradient(135deg,#00e0fb,#00aeef);border-color:#00e0fb;color:#0a0c10}.AdminEmailModal_sendBtn__4NfMm:hover:not(:disabled){box-shadow:0 4px 12px #00e0fb66;transform:translateY(-1px)}.AdminEmailModal_cancelBtn__YBPo8:disabled,.AdminEmailModal_sendBtn__4NfMm:disabled{cursor:not-allowed;opacity:.5}.SocialRedirect_container__AS-uz{align-items:center;background-color:initial;display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative}.SocialRedirect_logo__9VhcC{animation:SocialRedirect_pulse__8RFy0 1.5s infinite;display:block;height:auto;max-width:100%;width:80px}.SocialRedirect_footer__bgaFw{bottom:30px;color:#aaa;font-size:1rem;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.SocialRedirect_earflogo__dequG{height:25px;margin-right:8px;width:100px}.SocialRedirect_earfBrand__XApoy{color:#3bf6e6;font-size:1.2rem;font-weight:700;margin-top:10px}.SocialRedirect_social-redirect-container__3JY4W{align-items:center;background-color:initial;display:flex;height:100vh;justify-content:center}.SocialRedirect_social-logo-wrapper__3qzRG{align-items:center;animation:SocialRedirect_pulse__8RFy0 1.5s infinite;border-radius:50%;display:flex;height:120px;justify-content:center;width:120px}.SocialRedirect_social-logo-svg__eFE4l{display:block;height:auto;margin:0 auto;max-width:100%;width:80px}.SocialRedirect_earf-logo-wrapper__xwqmp{align-items:center;animation:SocialRedirect_pulse__8RFy0 1.5s infinite;background-color:#3bf6e6;border-radius:50%;display:flex;height:120px;justify-content:center;width:120px}.SocialRedirect_earf-logo-svg__NchXq{display:block;height:auto;margin:0 auto;max-width:100%;width:80px}.SocialRedirect_earf-text__O4\+\+D{color:#3bf6e6;font-size:1.5rem;font-weight:700;margin-top:15px;text-align:center}@keyframes SocialRedirect_pulse__8RFy0{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}.earthquake-header{align-items:flex-start;background:none;border-bottom:1.5px solid #232326;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:10px}.usgs-logo{display:block;flex-shrink:0;height:100%;margin-left:0;margin-top:20px;max-height:150px;max-width:150px;object-fit:contain;width:150px}.usgs-logo-mobile-wrapper{align-items:center;border-bottom:1.5px solid #232326;display:flex;justify-content:center;margin:18px auto 4px;max-width:100vw;padding:4px 0 0;width:100%}.usgs-logo-mobile{display:block;height:auto;margin:0 auto;max-width:140px;min-width:60px;object-fit:contain;width:45vw}.highest-recently{align-items:center;background:#18181b;border:2px solid red;border-radius:10px;box-sizing:border-box;display:flex;flex:1 1 auto;margin:0;max-width:600px;min-width:200px;padding:10px}.highest-recently-card{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.earthquake-list{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;margin-top:20px;max-height:calc(100vh - 130px);overflow-y:auto;padding:10px}.earthquake-card{align-items:center;border-radius:10px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px}.earthquake-card:hover{background-color:var(--hover-background)}.earthquake-card-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.earthquake-info{flex:1 1}.earthquake-title,.highest-earthquake-title{color:#fff;font-size:16px;margin:0}.earthquake-time,.highest-earthquake-time{color:#ccc;font-size:14px;margin-top:5px}.earthquake-more-info-button{background-color:var(--primary-background);border:1px solid var(--border-color);border-radius:5px;color:var(--text-color);cursor:pointer;display:inline-block;font-size:14px;padding:8px 12px;text-decoration:none}.earthquake-more-info-button:hover{color:var(--earf-blue)}@media (max-width:900px){.earthquake-header{border:none!important;display:none!important;height:0!important;margin:0!important;max-height:0!important;padding:0!important}.usgs-logo-mobile{display:block;height:auto;margin:0 auto;max-width:140px;min-width:60px;object-fit:contain;width:45vw}.earthquake-list{padding-right:-10px}.eart .highest-recently{border-radius:10px;box-shadow:0 2px 8px #0002;margin:0 0 10px;max-width:100%;min-width:0;order:0}}@media (max-width:768px){.earthquake-header{align-items:flex-start;flex-direction:column;gap:10px}.earthquake-header img{height:150px!important;margin-left:0!important;margin-top:10px!important;width:150px!important}.highest-recently{margin-left:0;min-width:100%}.earthquake-card{padding:8px}.earthquake-header h2{font-size:16px}.earthquake-more-info-button{font-size:12px;padding:6px 10px}.earthquake-title,.highest-earthquake-title{font-size:14px}.earthquake-time,.highest-earthquake-time{font-size:12px}.earthquake-list{padding-right:-10}}:root{--wt-neon:#00e0fb;--wt-neon-dim:#00e0fb66;--wt-neon-glow:#00e0fb26;--wt-accent:#00e0fb;--wt-accent-dim:#00e0fb4d;--wt-hot:#ff6b4a;--wt-cold:#4ad4ff;--wt-storm:#a855f7;--wt-bg-dark:#0e0e10;--wt-bg-card:#18181b;--wt-bg-card-gradient:linear-gradient(145deg,#1a1a1d,#141416);--wt-border:#333333d7;--wt-border-hover:#00e0fb80;--wt-text:#fff;--wt-text-dim:#ffffffb3;--wt-text-muted:#ffffff80;--wt-header-height:65px}.wt-page{box-sizing:border-box;color:#fff;color:var(--wt-text);display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;position:relative}.wt-page:before{background:linear-gradient(90deg,#00e0fb03 1px,#0000 0),linear-gradient(#00e0fb03 1px,#0000 0);background-size:50px 50px;content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.wt-hero{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0e0e10fa;border-bottom:1px solid #333333d7;border-bottom:1px solid var(--wt-border);box-shadow:0 4px 30px #00000080;flex-direction:column;flex-shrink:0;gap:6px;min-height:96px;padding:18px 28px;z-index:10}.wt-hero,.wt-hero-top{display:flex;position:relative}.wt-hero-top{align-items:center;gap:18px;justify-content:flex-start;width:100%}.wt-hero-left{align-items:center;gap:8px}.wt-hero-left,.wt-hero-text{display:flex;flex-direction:column}.wt-hero-text{align-items:flex-end;margin-left:auto;margin-right:0;text-align:right}.wt-hero-title{padding-right:0}.wt-content{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px;position:relative;z-index:1}.wt-hero:after{background:linear-gradient(90deg,#0000,#00e0fb66,#0000);background:linear-gradient(90deg,#0000,var(--wt-neon-dim),#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.wt-hero h1{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:800;gap:8px;letter-spacing:1.8px;margin:0;text-transform:uppercase}.wt-hero h1:before{content:""}.wt-sub{color:#ffffffb3;color:var(--wt-text-dim);font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:13px;letter-spacing:.3px;margin:0}.wt-last-update{font-size:14px;font-weight:600;opacity:1;transition:color .3s ease}.wt-update-row{align-items:center;display:flex;gap:10px}.wt-metar-label{color:#00e0fb;color:var(--wt-neon);font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.wt-update-fresh{color:#4ade80}.wt-update-recent{color:#86efac}.wt-update-ok{color:#facc15}.wt-update-aging{color:#fb923c}.wt-update-stale{color:#f87171}.wt-hero .wt-hero-logo{filter:drop-shadow(0 0 8px rgba(0,224,251,.18));flex-shrink:0;height:52px;margin-left:-24px;transition:transform .25s ease,filter .25s ease;width:150px}.wt-hero-left.wt-has-update .wt-hero-logo{margin-left:-96px}.wt-stats-num{color:#00e0fb;color:var(--wt-neon);font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:24px;font-weight:800;line-height:1;text-shadow:0 0 15px #00e0fb66;text-shadow:0 0 15px var(--wt-neon-dim)}.wt-stats-label{color:#ffffff80;color:var(--wt-text-muted);font-size:10px;letter-spacing:1.5px;margin-top:2px;text-transform:uppercase}.wt-hero .wt-hero-logo{background:#0000;border:none;filter:drop-shadow(0 0 8px rgba(0,224,251,.3));height:44px;margin-left:0;object-fit:contain;padding:0;transition:transform .3s ease,filter .3s ease;width:125px}.wt-grid-lists{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.wt-section{background:#18181b;background:var(--wt-bg-card);border:1px solid #333333d7;border:1px solid var(--wt-border);border-radius:10px;box-shadow:0 4px 20px #0000004d,inset 0 1px 0 #ffffff05;overflow:hidden;padding:14px;position:relative}.wt-section:after,.wt-section:before{border:1px solid #00e0fb66;border:1px solid var(--wt-neon-dim);content:"";height:16px;opacity:.5;pointer-events:none;position:absolute;width:16px}.wt-section:before{border-bottom:none;border-radius:10px 0 0 0;border-right:none;left:-1px;top:-1px}.wt-section:after{border-left:none;border-radius:0 0 10px 0;border-top:none;bottom:-1px;right:-1px}.wt-section-header{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:10px}.wt-section-title{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:600;gap:8px;letter-spacing:1px;margin:0;text-transform:uppercase}.wt-section-icon{filter:drop-shadow(0 0 6px currentColor);font-size:18px}.wt-count{color:#ffffff80;color:var(--wt-text-muted);font-size:12px;font-weight:400}.wt-count,.wt-section-stat{font-family:JetBrains Mono,Fira Code,SF Mono,monospace}.wt-section-stat{background:#00e0fb14;border:1px solid #00e0fb26;border-radius:4px;color:#00e0fb;color:var(--wt-neon);font-size:13px;font-weight:600;padding:5px 12px}.wt-stat-wind{background:#4ade801a;border-color:#4ade8040;color:#4ade80}.wt-stat-storms{background:#c084fc1a;border-color:#c084fc40;color:#c084fc}.wt-stat-rain{background:#60a5fa1a;border-color:#60a5fa40;color:#60a5fa}.wt-stat-snow{background:#e0f2fe14;border-color:#e0f2fe33;color:#e0f2fe}.wt-stat-sleet{background:#a5f3fc14;border-color:#a5f3fc33;color:#a5f3fc}.wt-stat-temps-highest{background:linear-gradient(135deg,#fb7a5a1f,#ef5a4414);border-color:#fb7a5a4d;color:#fb7a5a}.wt-stat-temps-lowest{background:linear-gradient(135deg,#67e8f91a,#60a5fa14);border-color:#67e8f940;color:#67e8f9}.wt-stat-visibility{background:#9ca3af14;border-color:#9ca3af33;color:#9ca3af}.wt-list.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:10px;gap:10px}@media (min-width:1400px){.wt-list.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1700px){.wt-list.grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:2000px){.wt-list.grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:720px){.wt-hero .wt-hero-logo{background:#0000;border:none;filter:drop-shadow(0 0 10px rgba(0,224,251,.35));height:52px;margin-left:-24px;object-fit:contain;padding:0;transition:transform .3s ease,filter .3s ease;width:150px}.wt-hero-text{align-items:flex-end;margin-left:auto;margin-right:8px;text-align:right}.wt-hero-title{font-size:18px;padding-right:0}.wt-sub{font-size:12px}.wt-update-row{font-size:12px;gap:8px}.wt-hero .wt-hero-logo{height:44px;margin-left:-48px;width:120px}.wt-hero .wt-hero-left.wt-has-update .wt-hero-logo{margin-left:-72px}}@media (max-width:420px){.wt-hero{min-height:64px;padding:10px 12px}.wt-hero-top{flex-direction:row;gap:8px}.wt-hero-left,.wt-hero-top{align-items:center}.wt-hero-text{align-items:flex-end;margin-left:auto;margin-right:4px;text-align:right}.wt-hero-title{font-size:16px}.wt-sub{font-size:11px}.wt-update-row{justify-content:center}.wt-hero-left.wt-has-update .wt-hero-logo{margin-left:-36px}}.wt-card{background:#18181b;background:var(--wt-bg-card);border:1px solid #333333d7;border:1px solid var(--wt-border);border-radius:8px;display:flex;flex-direction:column;gap:12px;overflow:hidden;padding:14px;position:relative;transition:all .2s ease}.wt-card:before{background:linear-gradient(90deg,#0000,#00e0fb4d,#0000);background:linear-gradient(90deg,#0000,var(--wt-accent-dim),#0000);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.wt-card:hover{border-color:#00e0fb80;border-color:var(--wt-border-hover);box-shadow:0 6px 24px #00000059,0 0 15px #00e0fb26;box-shadow:0 6px 24px #00000059,0 0 15px var(--wt-neon-glow);transform:translateY(-1px)}.wt-card:hover:before{opacity:1}.wt-card-header{align-items:flex-start;display:flex;gap:10px}.wt-card-rank{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;color:#ffffffb3;display:flex;flex-shrink:0;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:13px;font-weight:700;height:30px;justify-content:center;width:30px}.wt-rank-1{background:linear-gradient(135deg,#ffd70033,#ffb40026);border-color:#ffd70080;box-shadow:0 0 10px #ffd70033;color:gold}.wt-rank-2{background:linear-gradient(135deg,#c8d2e638,#aab9d226);border-color:#c8d2e680;box-shadow:0 0 10px #c8d2e633,inset 0 0 8px #dce1f01a;color:#d4ddef}.wt-rank-3{background:linear-gradient(135deg,#b48c7838,#a0786429);border-color:#c8a08c80;box-shadow:0 0 10px #b48c7840;color:#d4a88c}.wt-rank-wind{background:#4ade801a;border-color:#4ade804d;color:#4ade80}.wt-rank-storms{background:#c084fc1a;border-color:#c084fc4d;color:#c084fc}.wt-rank-rain{background:#60a5fa1a;border-color:#60a5fa4d;color:#60a5fa}.wt-rank-snow{background:#e0f2fe14;border-color:#e0f2fe40;color:#e0f2fe}.wt-rank-sleet{background:#a5f3fc14;border-color:#a5f3fc40;color:#a5f3fc}.wt-rank-temps-highest{background:linear-gradient(135deg,#fb7a5a26,#ef5a441a);border-color:#fb7a5a66;color:#fb7a5a}.wt-rank-temps-lowest{background:linear-gradient(135deg,#67e8f91a,#60a5fa14);border-color:#67e8f94d;color:#67e8f9}.wt-rank-visibility{background:#9ca3af14;border-color:#9ca3af40;color:#9ca3af}.wt-card-info{flex:1 1;min-width:0;overflow:hidden}.wt-name{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:600;gap:6px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wt-wind-arrow{align-items:center;color:#4ade80;display:inline-flex;flex-shrink:0;font-size:16px;font-weight:900;justify-content:center;margin-left:6px;text-shadow:0 0 4px #4ade8080;transition:transform .3s ease}.wt-icao-row{align-items:center;display:flex;gap:3px;margin-top:10px}.wt-icao{color:#00e0fb;color:var(--wt-neon);font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.3px}.wt-flag-wrap{display:inline-flex;position:relative}.wt-flag{border-radius:2px;box-shadow:0 1px 2px #0000004d;cursor:help;height:12px;object-fit:cover;width:18px}.wt-elevation{color:#fff9;cursor:help;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:12px}.wt-elevation,[data-tooltip]{position:relative}[data-tooltip]:after,[data-tooltip]:before{opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease,visibility .2s ease;visibility:hidden;z-index:100}[data-tooltip]:before{background:#000000e6;border:1px solid #ffffff1a;border-radius:4px;bottom:calc(100% + 6px);color:#fff;content:attr(data-tooltip);font-size:11px;font-weight:500;left:50%;padding:4px 8px;transform:translateX(-50%);white-space:nowrap}[data-tooltip]:after{border:4px solid #0000;border-top-color:#000000e6;bottom:calc(100% + 2px);content:"";left:50%;transform:translateX(-50%)}[data-tooltip]:hover:after,[data-tooltip]:hover:before{opacity:1;visibility:visible}.wt-card-metric{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.wt-metric-value{align-items:center;background:#00e0fb1a;border:1px solid #00e0fb40;border-radius:4px;color:#00e0fb;color:var(--wt-neon);display:flex;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:13px;font-weight:700;gap:6px;padding:5px 10px;white-space:nowrap}.wt-metric-wind-toggle{cursor:pointer}.wt-metric-wind-toggle:hover{box-shadow:0 0 10px #00e0fb14}.wt-storm-icon{filter:drop-shadow(0 0 4px rgba(168,85,247,.6));font-size:12px}.wt-metric-wind{background:#4ade801f;border-color:#4ade804d;color:#4ade80}.wt-metric-storms{background:#c084fc1f;border-color:#c084fc59;color:#c084fc}.wt-metric-rain{background:#60a5fa1f;border-color:#60a5fa4d;color:#60a5fa}.wt-metric-snow{background:#e0f2fe1a;border-color:#e0f2fe4d;color:#e0f2fe}.wt-metric-sleet{background:#a5f3fc1a;border-color:#a5f3fc4d;color:#a5f3fc}.wt-metric-temps-highest{background:linear-gradient(135deg,#fb7a5a26,#ef5a441f);border-color:#fb7a5a66;color:#fb7a5a}.wt-metric-temps-lowest{background:linear-gradient(135deg,#67e8f91f,#60a5fa1a);border-color:#67e8f959;color:#67e8f9}.wt-metric-visibility{background:#9ca3af1a;border-color:#9ca3af4d;color:#9ca3af}.wt-time-ago{font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:12px;font-weight:500;text-align:right;transition:color .3s ease;white-space:nowrap}.wt-time-ago.wt-age-fresh{color:#4ade80}.wt-time-ago.wt-age-recent{color:#86efac}.wt-time-ago.wt-age-ok{color:#facc15}.wt-time-ago.wt-age-aging{color:#fb923c}.wt-time-ago.wt-age-stale{color:#f87171}.wt-card-body{display:flex;flex-direction:column;gap:10px;margin-top:12px}.wt-conditions{background:#0000004d;border-radius:4px;color:#fff;color:var(--wt-text);font-size:13px;line-height:1.5;padding:8px 10px}.wt-details-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.wt-detail{background:#00000040;border-radius:4px;display:flex;flex-direction:column;gap:2px;padding:6px 8px}.wt-detail-label{color:#ffffff80;color:var(--wt-text-muted);font-size:10px;letter-spacing:.3px;text-transform:uppercase}.wt-detail-label,.wt-detail-value{font-family:JetBrains Mono,Fira Code,SF Mono,monospace}.wt-detail-value{color:#fff;color:var(--wt-text);font-size:12px;font-weight:600;white-space:nowrap}.wt-card-footer{align-items:center;border-top:1px solid #333333d7;border-top:1px solid var(--wt-border);display:flex;gap:10px;justify-content:space-between;padding-top:10px}.wt-raw-metar{color:#ffffff80;color:var(--wt-text-muted);cursor:default;flex:1 1;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:10px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease;white-space:nowrap}.wt-raw-metar:hover{color:#fff;color:var(--wt-text);opacity:1}.wt-footer-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.wt-locate-btn{align-items:center;background:#00e0fb14;border:1px solid #00e0fb33;border-radius:4px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;transition:all .15s ease;width:28px}.wt-locate-btn svg{color:#00e0fb;color:var(--wt-neon);height:14px;opacity:.7;transition:all .15s ease;width:14px}.wt-locate-btn:hover{background:#00e0fb2e;border-color:#00e0fb;border-color:var(--wt-neon);box-shadow:0 0 12px #00e0fb26;box-shadow:0 0 12px var(--wt-neon-glow)}.wt-locate-btn:hover svg{opacity:1}.wt-gaia-btn{align-items:center;background:#9acd321a;border:1px solid #9acd3240;border-radius:4px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;transition:all .15s ease;width:28px}.wt-gaia-icon{height:18px;object-fit:contain;transition:all .15s ease;width:18px}.wt-gaia-btn:hover:not(:disabled){background:#9acd322e;border-color:#9acd3280;box-shadow:0 0 12px #9acd3240}.wt-gaia-btn:hover:not(:disabled) .wt-gaia-icon{transform:scale(1.1)}.wt-gaia-btn-disabled{background:#ffffff08;border-color:#ffffff14;cursor:not-allowed;opacity:.4}.wt-gaia-btn-disabled .wt-gaia-icon{filter:grayscale(100%) brightness(.7)}.wt-expand-btn{background:#00e0fb0f;border:1px solid #00e0fb26;border-radius:6px;color:#00e0fb;color:var(--wt-neon);cursor:pointer;display:block;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:13px;font-weight:600;letter-spacing:.5px;margin-top:14px;padding:12px;text-transform:uppercase;transition:all .15s ease;width:100%}.wt-expand-btn:hover{background:#00e0fb1f;border-color:#00e0fb66;border-color:var(--wt-neon-dim);box-shadow:0 0 15px #00e0fb26;box-shadow:0 0 15px var(--wt-neon-glow)}.wt-expand-wind{background:#4ade800f;border-color:#4ade8026;color:#4ade80}.wt-expand-wind:hover{background:#4ade801f;border-color:#4ade8059;box-shadow:0 0 12px #4ade8026}.wt-expand-storms{background:#c084fc0f;border-color:#c084fc26;color:#c084fc}.wt-expand-storms:hover{background:#c084fc1f;border-color:#c084fc59;box-shadow:0 0 12px #c084fc26}.wt-expand-rain{background:#60a5fa0f;border-color:#60a5fa26;color:#60a5fa}.wt-expand-rain:hover{background:#60a5fa1f;border-color:#60a5fa59;box-shadow:0 0 12px #60a5fa26}.wt-expand-snow{background:#e0f2fe0a;border-color:#e0f2fe1f;color:#e0f2fe}.wt-expand-snow:hover{background:#e0f2fe14;border-color:#e0f2fe40;box-shadow:0 0 12px #e0f2fe1a}.wt-expand-sleet{background:#a5f3fc0d;border-color:#a5f3fc1f;color:#a5f3fc}.wt-expand-sleet:hover{background:#a5f3fc1a;border-color:#a5f3fc4d;box-shadow:0 0 12px #a5f3fc1f}.wt-expand-temps-highest{background:#fb7a5a0f;border-color:#fb7a5a26;color:#fb7a5a}.wt-expand-temps-highest:hover{background:#fb7a5a1f;border-color:#fb7a5a59;box-shadow:0 0 12px #fb7a5a26}.wt-expand-temps-lowest{background:#67e8f90f;border-color:#67e8f926;color:#67e8f9}.wt-expand-temps-lowest:hover{background:#67e8f91f;border-color:#67e8f959;box-shadow:0 0 12px #67e8f926}.wt-expand-visibility{background:#9ca3af0d;border-color:#9ca3af1f;color:#9ca3af}.wt-expand-visibility:hover{background:#9ca3af1a;border-color:#9ca3af4d;box-shadow:0 0 12px #9ca3af1a}.wt-empty{align-items:center;color:#ffffff80;color:var(--wt-text-muted);display:flex;flex-direction:column;font-size:13px;gap:10px;grid-column:1/-1;letter-spacing:1px;padding:40px 20px;text-transform:uppercase}.wt-empty-icon{filter:grayscale(1);font-size:32px;opacity:.4}.wt-loading{align-items:center;color:#00e0fb;color:var(--wt-neon);display:flex;flex-direction:column;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:14px;gap:18px;justify-content:center;letter-spacing:2px;padding:70px 20px;text-transform:uppercase}.wt-loading-spinner{animation:spin .8s linear infinite;border:2px solid #00e0fb26;border-radius:50%;border-top:2px solid var(--wt-neon);box-shadow:0 0 20px #00e0fb26;box-shadow:0 0 20px var(--wt-neon-glow);height:44px;width:44px}.wt-loading-icon{filter:drop-shadow(0 0 10px rgba(0,224,251,.12));height:80px;object-fit:contain;opacity:.9;width:140px}.wt-loading-auth{color:#00e0fb;color:var(--wt-accent);font-size:.95rem;font-weight:700;letter-spacing:1px}@keyframes wt-pulse{0%,to{opacity:.95;transform:scale(1)}50%{opacity:.75;transform:scale(.985)}}.wt-loading-title{color:#00e0fb;color:var(--wt-neon);font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;font-weight:700;letter-spacing:2px;margin-top:6px;text-align:center;text-transform:uppercase}.wt-loading-bar{background:#ffffff0a;border:1px solid #00e0fb0f;border-radius:6px;height:6px;margin:10px auto 6px;overflow:hidden;width:220px}.wt-loading-bar-fill{animation:wt-bar-slide 1.4s ease-in-out infinite;background:linear-gradient(90deg,#00e0fb,#5ef0ff);background:linear-gradient(90deg,var(--wt-neon) 0,#5ef0ff 100%);border-radius:6px;box-shadow:0 0 12px #00e0fb2e;height:100%;width:40%}@keyframes wt-bar-slide{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}.wt-loading-sub{color:#00e0fb;color:var(--wt-accent);font-size:.95rem;font-weight:600;margin-top:6px;text-align:center}.wt-loading-dots:after{animation:loadingDots 1.4s steps(4) infinite;content:""}@keyframes loadingDots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.wt-error{align-items:center;background:#ff505014;border:1px solid #ff505033;border-radius:6px;color:#ff6b6b;display:flex;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:13px;gap:10px;margin:14px 0;padding:14px 18px}@media (max-width:768px){.wt-hero{gap:4px;padding:10px 12px}.wt-content{padding:12px}.wt-hero h1{font-size:16px;letter-spacing:1px}.wt-sub{font-size:10px}.wt-hero-logo{height:40px;margin-left:-40px;width:110px}.wt-hero-left.wt-has-update .wt-hero-logo{margin-left:-56px}.wt-card,.wt-section{padding:12px}}@media (max-width:500px){.wt-hero{gap:2px;padding:8px 10px}.wt-hero h1{font-size:14px;letter-spacing:.5px}.wt-sub{font-size:9px}.wt-hero-logo{height:24px;width:24px}.wt-list.grid{grid-template-columns:1fr}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.wt-page:after{animation:scanline 10s linear infinite;background:linear-gradient(180deg,#0000,#00e0fb05,#0000);content:"";height:3px;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:9999}.AdminAnnouncementsPage_container__DGZTo{background:#191b20;border-radius:14px;box-shadow:0 4px 24px #0007;color:#eaf6fb;font-family:Inter,Arial,sans-serif;height:100%;margin:40px auto;max-height:100vh;max-width:800px;overflow:scroll;padding:20px}.AdminAnnouncementsPage_headingRow__\+cUr\+{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:10px}.AdminAnnouncementsPage_heading__3-cTI{color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:-.5px;margin:0;text-shadow:0 2px 12px #0008}.AdminAnnouncementsPage_headingIcon__eB76j{background:none!important;border-radius:10px;height:44px;object-fit:contain;width:100px}.AdminAnnouncementsPage_subheading__VaZFm{color:#aaa;font-size:1.08rem;font-weight:400;margin-bottom:28px}.AdminAnnouncementsPage_form__v-NsO{background:#23242a;border-radius:10px;box-shadow:0 2px 8px #0004;display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding:18px}.AdminAnnouncementsPage_postingAs__vn1FL{color:#888;font-size:1rem;margin-bottom:2px}.AdminAnnouncementsPage_avatar__pUh1Z{background:#222;border:2px solid #222;border-radius:50%;box-shadow:0 2px 8px #0008;height:28px;margin-right:8px;vertical-align:middle;width:28px}.AdminAnnouncementsPage_username__ofiOs{color:#3bf6e6;font-weight:700}.AdminAnnouncementsPage_accountType__Z8a8Z{color:#fff;font-size:.98em;font-weight:400;margin-left:6px}.AdminAnnouncementsPage_input__GFx9e,.AdminAnnouncementsPage_textarea__X4GZy{background:#181a1f;border:1.5px solid #333;border-radius:7px;box-shadow:0 1px 2px #0003;color:#fff;font-size:1.08rem;font-weight:500;margin-bottom:4px;outline:none;padding:10px 12px;width:100%}.AdminAnnouncementsPage_textarea__X4GZy{min-height:70px;resize:vertical}.AdminAnnouncementsPage_button__VAYXI{background:linear-gradient(90deg,#3bf6e6,#00b6c9);border:none;border-radius:7px;box-shadow:0 2px 8px #0004;color:#191b20;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:6px;padding:10px 0;transition:background .2s}.AdminAnnouncementsPage_button__VAYXI:disabled{background:#222;cursor:not-allowed;opacity:.7}.AdminAnnouncementsPage_announcementsTitle__EE9b4{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:10px}.AdminAnnouncementsPage_empty__MChxA,.AdminAnnouncementsPage_loading__FHHcs{color:#aaa;font-size:1.1rem;padding:18px 0}.AdminAnnouncementsPage_list__ckrJ6{list-style:none;margin:0;padding:0}.AdminAnnouncementsPage_announcementItem__aL1UZ{background:#23242a;border-radius:10px;box-shadow:0 2px 8px #0004;display:flex;flex-direction:column;gap:4px;margin-bottom:18px;min-height:44px;padding:16px 18px 12px;position:relative}.AdminAnnouncementsPage_announcementHeader__X6hn3{align-items:center;display:flex;gap:10px;margin-bottom:2px}.AdminAnnouncementsPage_announcementAvatar__Owuwv{background:#222;border:2px solid #222;border-radius:50%;box-shadow:0 2px 8px #0008;height:26px;object-fit:cover;width:26px}.AdminAnnouncementsPage_announcementUsername__-Q4lm{color:#3bf6e6;font-size:1em;font-weight:700}.AdminAnnouncementsPage_announcementRole__bTHAj{background:#222;border-radius:5px;color:#fff;font-size:.98em;font-weight:700;margin-left:8px;padding:2px 10px}.AdminAnnouncementsPage_announcementDate__JmVd9{color:#aaa;font-size:.95em;margin-left:auto}.AdminAnnouncementsPage_deleteButton__gkV3Y{background:#e53935;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;color:#fff;cursor:pointer;font-size:1.1em;font-weight:700;margin-left:16px;outline:none;padding:6px 18px;transition:background .15s}.AdminAnnouncementsPage_deleteButton__gkV3Y:focus,.AdminAnnouncementsPage_deleteButton__gkV3Y:hover{background:#c62828}.AdminAnnouncementsPage_smallDeleteButton__OQQmF{background:#e53935;border:none;border-radius:4px;box-shadow:0 1px 3px #0003;color:#fff;cursor:pointer;font-size:.95em;font-weight:700;margin-left:10px;outline:none;padding:4px 8px;transition:background .12s}.AdminAnnouncementsPage_smallDeleteButton__OQQmF:focus,.AdminAnnouncementsPage_smallDeleteButton__OQQmF:hover{background:#c62828}.AdminAnnouncementsPage_announcementBio__QQVmu{background:#23242a;border-radius:8px;color:#ffb347;font-size:.97em;font-weight:500;line-height:1.35;margin-bottom:4px;max-width:360px;opacity:.92;text-align:left;white-space:pre-line}.AdminAnnouncementsPage_announcementDivider__8s1MS{background:linear-gradient(90deg,#3330,#333333d7 20%,#333333d7 50%,#222 80%,#3330);height:1px;margin-bottom:.5em;width:100%}.AdminAnnouncementsPage_announcementContent__7kfQ\+{color:#eaf6fb;font-size:1.04em;font-weight:500;letter-spacing:.01em;line-height:1.35;margin:0;opacity:.97;padding-bottom:5px;padding-left:2px;white-space:pre-line;word-break:break-word}@media (max-width:700px){.AdminAnnouncementsPage_container__DGZTo{border-radius:10px;margin:20px auto;max-width:95vw;min-width:0;min-width:auto;padding:10px 2vw 18px}.AdminAnnouncementsPage_headingRow__\+cUr\+{flex-direction:row;gap:10px;margin-bottom:8px}.AdminAnnouncementsPage_heading__3-cTI{font-size:1.08rem;margin-bottom:0}.AdminAnnouncementsPage_headingIcon__eB76j{border-radius:7px;height:24px;width:80px}.AdminAnnouncementsPage_form__v-NsO{border-radius:8px;gap:8px;padding:10px}.AdminAnnouncementsPage_announcementItem__aL1UZ{border-radius:8px;margin-bottom:12px;padding:10px 8px 8px}.AdminAnnouncementsPage_announcementHeader__X6hn3{gap:6px}.AdminAnnouncementsPage_announcementAvatar__Owuwv{border-radius:50%;height:22px;width:22px}.AdminAnnouncementsPage_deleteButton__gkV3Y{border-radius:5px;font-size:1em;margin-left:10px;padding:5px 12px}}.homepage-root{background:#0b0b0c;color:#e6eef6;font-family:system-ui,Arial,sans-serif;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:visible;padding-bottom:24px;z-index:1}.hero-section,.homepage-root{min-height:100vh;position:relative;width:100%}.hero-section{align-items:center;background-attachment:scroll;background-image:url(/static/media/madrid-earfguess-night.fabea252f23624c3c279.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;max-height:none}.hero-section.no-overlap>.modal-header{margin:0 0 12px!important;position:relative!important}@media (min-width:1200px){.hero-section.no-overlap{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:28px}}.hero-section:after{background:linear-gradient(180deg,#0000,#0b0b0c);bottom:0;content:"";height:40vh;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.homepage-logo-block{align-items:center;display:flex;gap:10px;left:32px;position:fixed;top:24px;z-index:10}.homepage-logo{filter:drop-shadow(0 6px 18px rgba(0,0,0,.6));width:140px}.homepage-logo-text{color:#f8fafc;font-size:2rem;font-weight:700;letter-spacing:1px;text-shadow:0 2px 8px #0009}.brand-text-logo{align-items:center;color:#fff;display:inline-flex;font-family:Inter,Segoe UI,Roboto,system-ui,-apple-system,Arial,sans-serif;font-size:20px;font-weight:800;gap:2px;letter-spacing:0;text-shadow:0 6px 18px #000000e6}.brand-text-logo .brand-accent{background:none;color:#fff}.brand-text-logo .brand-plain{color:#fff;opacity:.98}@media (min-width:1200px){.brand-text-logo{font-size:22px}}.homepage-center-box{align-items:center;animation:cardEntrance .56s cubic-bezier(.2,.9,.2,1) both;-webkit-backdrop-filter:blur(14px) saturate(1.12) contrast(1.02);backdrop-filter:blur(14px) saturate(1.12) contrast(1.02);background:linear-gradient(180deg,#080a0c47,#0c0e1033);border:none;border-radius:18px;box-shadow:0 18px 80px -28px #030812d9,inset 0 1px 0 #ffffff05;display:flex;flex-direction:column;gap:12px;margin:0 auto;margin-top:50px!important;max-width:360px;overflow:visible;padding:22px 28px!important;position:relative;text-align:center;transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s ease,background .28s ease}.homepage-center-box:before{background:radial-gradient(1200px 400px at 10% 10%,#ffffff05,#0000 8%),linear-gradient(180deg,hsla(0,0%,100%,.018),hsla(0,0%,100%,.002));border-radius:inherit;content:"";inset:0;mix-blend-mode:overlay;pointer-events:none;position:absolute;z-index:1}.homepage-center-box>*{position:relative;z-index:2}.modal-header{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:10px;position:relative;text-align:center;z-index:12}.modal-icon{height:80px!important;object-fit:cover;width:450px!important}.modal-title{color:#fff;font-size:2.2rem;font-weight:800;letter-spacing:.6px;text-shadow:0 6px 26px #0009}.modal-sub{color:#d9dde1;font-size:.98rem;line-height:1.4;max-width:48ch;opacity:.95}.hero-section>.modal-header{align-items:center;display:flex;flex-direction:column;gap:14px;margin:0 0 12px;position:relative;text-align:center}@media (min-width:1200px){.hero-section>.modal-header{align-items:center;display:flex;flex-direction:column;gap:14px;left:50%;margin:0;position:absolute;right:auto;text-align:center;top:18vh;transform:translateX(-50%);z-index:60}.hero-section>.modal-header .modal-icon{flex:0 0 auto}.hero-section>.modal-header .modal-title{font-size:3rem;line-height:1.02;margin-top:6px;text-align:center}.hero-section>.modal-header .modal-sub{font-size:1.05rem;margin-top:6px;max-width:48ch;opacity:.95}}.modal-sub-box,.modal-title-box{-webkit-backdrop-filter:blur(10px) saturate(1.06);backdrop-filter:blur(10px) saturate(1.06);background:linear-gradient(180deg,#ffffff08,hsla(0,0%,100%,.008));border:none;border-radius:10px;display:inline-block;font-weight:700;padding:6px 10px;text-shadow:0 2px 6px #00000073}.modal-sub-box{padding-bottom:10px;padding-top:6px}@media (max-width:700px){.hero-section{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-top:28px}.hero-section>.modal-header{align-items:center;left:auto;margin-bottom:12px;order:-1;position:relative;text-align:center;top:auto;transform:none}.hero-section>.modal-header .modal-title{font-size:1.6rem}.hero-section .homepage-center-box{margin-top:12px;transform:none}.homepage-logo-block{left:12px;top:8px}}.homepage-center-box h1{color:#fff;font-size:2.2rem;font-weight:600!important;letter-spacing:.6px;margin:0 0 6px;text-shadow:0 8px 28px #0009}.modal-leading{color:#d9dde1;font-size:.95rem;font-weight:600;margin-bottom:12px;margin-top:6px;opacity:.95}.hero-terms{color:#bfc7cb;font-size:.85rem;line-height:1.4;margin-top:12px}.hero-terms a{color:#e6f7ef;text-decoration:underline}.hero-terms a:hover{color:#fff}.homepage-brand{color:#fff;letter-spacing:.6px}.homepage-desc{color:#d9dde1;font-size:1.02rem;line-height:1.75;margin-bottom:0;max-width:42ch;opacity:.94}@keyframes cardEntrance{0%{opacity:0;transform:translateY(8px) scale(.997)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:600px){.homepage-center-box{border-radius:14px;max-width:92vw;padding:20px 18px}.hero-section{padding-top:18px}.homepage-logo{width:100px}.homepage-center-box h1{font-size:1.9rem;margin-bottom:8px}.homepage-desc{font-size:.95rem;line-height:1.6;max-width:40ch}.homepage-logo{width:120px}}.homepage-center-box:hover{box-shadow:0 30px 90px -30px #020617e6;transform:translateY(-6px)}@media (min-width:1200px){.hero-section .homepage-center-box{transform:translateY(-3.6vh)}}.feature-panel{align-items:stretch;background:#0000;border:none;border-radius:18px;box-shadow:none;display:flex;gap:18px;justify-content:space-between;margin:-8vh auto 0;max-width:1100px;padding:18px;width:calc(100% - 64px);z-index:6}.feature-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff05;border-radius:12px;flex:1 1;padding:22px;text-align:center}.feature-card h4{color:#fff;font-weight:700;margin:0 0 8px}.feature-card p{color:#c9d6e6;font-size:.95rem;margin:0}.homepage-play-btn{background:linear-gradient(90deg,#3a3a3a,#2b2b2b);border:none;border-radius:999px;box-shadow:0 18px 50px -18px #10b98173;color:#f7f7f7;cursor:pointer;font-size:1.08rem;font-weight:900;padding:12px 22px;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s ease,filter .18s ease}.play-options{gap:12px;margin-top:6px;width:100%}.hero-modal-inner,.play-options{display:flex;flex-direction:column}.hero-modal-inner,.play-options{align-items:center}.play-options>button{box-sizing:border-box}.play-options .play-main-btn{border-radius:10px;width:100%}.play-main-btn{-webkit-backdrop-filter:blur(10px) saturate(1.06);backdrop-filter:blur(10px) saturate(1.06);background:linear-gradient(180deg,#0a0c0e7a,#06080a5c);border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 10px 40px #03060cbf,inset 0 1px 0 #ffffff05;color:#f3fbf7;cursor:pointer;font-size:1.02rem;font-weight:800;padding:14px 22px;transform:translateY(0) scale(1);transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s ease,background .2s ease,filter .16s ease}.play-main-btn.primary{-webkit-backdrop-filter:blur(10px) saturate(1.18) contrast(1.02);backdrop-filter:blur(10px) saturate(1.18) contrast(1.02);background:linear-gradient(180deg,#00e0fb2e,#00e0fb14);border:1px solid #00e0fb1f;box-shadow:0 18px 60px #00e0fb1a,inset 0 -6px 16px #ffffff05;color:#fff;font-size:1.08rem;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .22s ease,filter .16s ease,background .22s ease}.play-main-btn.primary:hover{box-shadow:0 34px 120px #00e0fb38,inset 0 8px 26px #00000073;filter:saturate(1.2) brightness(1.05);transform:translateY(-2px)}.play-main-btn.practice{background:linear-gradient(180deg,#00e0fb0f,#06080a75);border:1px solid #00e0fb29;box-shadow:0 14px 40px #0009,inset 0 1px 0 #ffffff05,0 0 20px #00e0fb0a;color:#fff;font-size:1.04rem;font-weight:900;letter-spacing:.2px;padding:15px 24px;transition:transform .16s cubic-bezier(.2,.9,.2,1),box-shadow .18s ease,filter .16s ease,background .2s ease}.play-main-btn.practice:hover{box-shadow:0 20px 56px #00e0fb1a,inset 0 8px 20px #00000080,0 0 18px #00e0fb0a;filter:saturate(1.06) brightness(1.02);transform:translateY(0)}.play-main-btn.practice.pulse{animation:playPulse 2.6s ease-in-out infinite}.play-main-btn[disabled]{background:linear-gradient(180deg,#1414145c,#0a0a0a42);border:1px solid #ffffff08;box-shadow:none;color:#fff9;cursor:not-allowed;filter:saturate(.85) brightness(.88);opacity:.82}.play-main-btn:hover{box-shadow:0 16px 48px #00000094,inset 0 6px 20px #00000059;filter:saturate(1.03) brightness(1.01);transform:translateY(0)}.play-main-btn.practice-toggle{align-items:center;background:#131313;border:1px solid #ffffff0a;box-shadow:inset 0 -2px 0 #ffffff05,0 6px 18px #00000059;color:#e6e6e6;display:flex;font-size:.98rem;justify-content:space-between;padding:12px 18px}.play-options .play-main-btn.submenu{align-items:center;background:#0000;border:none;box-shadow:none;color:#d6d6d6;display:flex;font-weight:700;gap:8px;justify-content:flex-start;padding:12px 16px;text-align:left}.play-options .practice-caret{display:inline-block;flex:0 0 18px;height:14px;margin-left:8px;vertical-align:middle;width:14px}.practice-dropdown{border:none;max-height:0;opacity:0;overflow:hidden;transform-origin:top center;transition:max-height .26s cubic-bezier(.2,.9,.25,1),opacity .2s ease,transform .2s ease}.practice-dropdown.open{background:#131313;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-left:1px solid #ffffff0a;border-right:1px solid #ffffff0a;box-shadow:0 14px 30px #00000040;max-height:320px;opacity:1;transform:translateY(0)}.practice-dropdown .play-main-btn.submenu+.play-main-btn.submenu{border-top:1px solid #ffffff08}.play-main-btn.submenu:hover{background:rgba(0,0,0,.356);transform:translateY(-1px)}.play-main-btn.practice-toggle .practice-caret path,.practice-dropdown .practice-caret path{stroke:#dcdcdcf2}.play-alt-btn{background:linear-gradient(180deg,#2b3a66,#172034);border:none;border-radius:14px;box-shadow:inset 0 -2px 0 #ffffff05;color:#cfe6ff;cursor:default;font-size:.98rem;opacity:.95;padding:12px 16px}.play-alt-btn.disabled{filter:grayscale(.12);opacity:.5}@media (max-width:600px){.homepage-center-box{max-width:92vw;padding:22px 20px}.play-alt-btn{display:none}.homepage-play-btn{bottom:18px;display:inline-block;position:fixed;right:16px;z-index:9999}}.homepage-play-btn:hover{box-shadow:0 30px 90px -18px #10b98173,inset 0 10px 30px #0307128c;filter:saturate(1.06) brightness(1.04);transform:translateY(-4px) scale(1.03)}.homepage-play-btn:before{content:"▶";display:inline-block;font-size:.95em;margin-right:10px;opacity:.95;transform:translateY(1px)}.homepage-play-btn.pulse{animation:playPulse 2.8s ease-in-out infinite}@keyframes playPulse{0%{box-shadow:0 18px 50px -20px #10b98173,inset 0 6px 18px #03071273;transform:translateY(0) scale(1)}50%{box-shadow:0 30px 90px -18px #10b9816b,inset 0 8px 22px #03071280;transform:translateY(-2px) scale(1.02)}to{box-shadow:0 18px 50px -20px #10b98173,inset 0 6px 18px #03071273;transform:translateY(0) scale(1)}}@media (max-width:600px){.homepage-play-btn{bottom:14vh;box-shadow:0 18px 50px -18px #10b98173,inset 0 6px 18px #03071273;font-size:1rem;left:50%;padding:12px 20px;right:auto;transform:translateX(-50%)}.homepage-play-btn:active,.homepage-play-btn:hover{transform:translateX(-50%) translateY(-4px) scale(1.03)}.homepage-play-btn.pulse{animation:none}}.homepage-play-btn:focus{outline:3px solid #0ab48c2e;outline-offset:4px}.homepage-parent-brand{margin:0;text-align:center}.homepage-parent-brand img{display:inline-block;height:30px;vertical-align:middle;width:auto}.homepage-copyright{color:#b4e6d2d9;font-size:.9rem;letter-spacing:.4px;margin:0 0 5px;opacity:.9;padding:0;position:relative;text-align:center}.map-surface{overflow:hidden;position:relative!important}.map-shell .full-loader,.map-surface .full-loader{background:#000000a3!important;inset:0!important;position:absolute!important}.top-scorer{background:linear-gradient(180deg,#080c14b3,#0c121edb);border-radius:10px;box-shadow:0 6px 24px #02061799;color:#e7fdf6;min-width:110px;padding:10px 12px;text-align:right}.top-scorer .ts-label{font-size:11px;margin-bottom:4px;opacity:.85}.top-scorer .ts-name{font-size:13px;font-weight:700}.top-scorer .ts-score{color:#dbeadf;font-size:14px;font-weight:800;margin-top:4px}.homepage-copyright a{color:#e6f7ef;font-weight:700;text-decoration:none}.homepage-copyright a:hover{color:#fff;text-decoration:underline}.info-shell{-webkit-backdrop-filter:none;backdrop-filter:none;background:oklch(15.004% .00214 286.029);border:none;border-radius:0;box-shadow:none;margin-top:-6px;padding-bottom:36px;padding-top:36px;width:100%}.info-row-item{display:grid;grid-template-columns:1fr minmax(80px,360px);grid-gap:40px;align-items:center;border-bottom:none;gap:40px;margin:0 auto;max-width:1000px;padding:36px 18px;width:100%}.Linebreak{background:linear-gradient(180deg,#ffffff05,#fff0);border-top:1px solid #ffffff08;box-sizing:border-box;display:block;height:28px;margin:18px 0;width:100%}@media (max-width:700px){.Linebreak{height:20px;margin:12px 0}}.section-divider{background:linear-gradient(90deg,#3330,#333333d7 20%,#333333d7 50%,#222 80%,#3330);height:1px;margin:22px auto;max-width:1100px;transition:background .3s;width:100%}@media (max-width:900px){.section-divider{margin:16px auto;max-width:92vw}}.info-row-item.alt{grid-template-columns:360px 1fr}.info-media{align-items:center;display:flex;justify-content:center}.info-media img,.info-media svg{display:block;max-width:220px;width:100%}.info-media{min-width:80px}.info-media img,.info-media svg{height:auto;max-width:175px}.info-media{padding:8px}.info-content{max-width:56ch}.info-content h3{color:#fff;font-size:1.35rem;font-weight:800;letter-spacing:.2px;margin:0 0 12px}.info-content p{color:#cfd6db;font-size:1rem;line-height:1.7;margin:0;opacity:.95}@media (max-width:420px){.info-row-item,.info-row-item.alt{gap:12px;grid-template-columns:1fr;padding:16px 12px}.info-media{justify-content:center;order:0}.info-media img,.info-media svg{height:auto;max-height:80px;max-width:80px;width:auto}.info-row-item{padding-left:12px;padding-right:12px}}.info-shell .info-row-item:last-child{border-bottom:none;padding-bottom:72px}.faq-shell{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px}.faq-list{display:grid;grid-gap:24px;gap:24px}.faq-header{align-items:center;display:flex;gap:18px;margin-bottom:18px}.faq-header span{color:#cbd5e1;font-size:.85rem;font-weight:700;letter-spacing:1px}.faq-header-line{background:linear-gradient(90deg,#ffffff14,#ffffff05);border-radius:2px;flex:1 1 auto;height:2px}.faq-list-accordion{display:block}.faq-accordion-item{background:#ffffff03;border:1px solid #ffffff05;border-radius:8px;margin-bottom:8px;overflow:hidden}.faq-accordion-header{align-items:center;background:#05080f29;border:none;color:#fff;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:10px 12px;text-align:left;width:100%}.faq-acc-title{font-size:.98rem;font-weight:700}.faq-acc-icon{align-items:center;background:#ffffff05;border-radius:6px;display:flex;font-weight:700;height:30px;justify-content:center;width:30px}.faq-accordion-panel{height:0;overflow:hidden;transition:height .18s ease}.faq-accordion-panel-inner{background:linear-gradient(180deg,#02040a03,#0000);color:#c9d6e6;font-size:.96rem;line-height:1.5;padding:10px 12px}.faq-accordion-item.open .faq-accordion-panel{height:auto}@media (max-width:700px){.faq-accordion-header{padding:14px 12px}.faq-acc-title{font-size:1rem}.faq-acc-icon{height:34px;width:34px}}.faq-item{background:#ffffff05;border:1px solid #ffffff08;border-radius:16px;padding:24px}.faq-item h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0 0 12px}.faq-item p{color:#c9d6e6;font-size:1rem;line-height:1.6;margin:0;opacity:.9}.earf-link-wrap{display:inline-block;position:relative}.earf-link{position:relative;z-index:5}.earf-tooltip{background:linear-gradient(180deg,#0c1016f5,#0a0e14eb);border-radius:12px;bottom:calc(100% + 8px);box-shadow:0 12px 40px #020617b3;color:#dff6ee;font-size:13px;left:50%;line-height:1.45;max-width:420px;min-width:260px;opacity:0;padding:12px 14px;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%) translateY(8px);transition:opacity .18s ease,transform .18s cubic-bezier(.2,.9,.2,1);z-index:110}.earf-tooltip.visible{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.earf-tooltip:after{background:linear-gradient(180deg,#0c1016f5,#0a0e14eb);bottom:-8px;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);content:"";height:8px;left:50%;position:absolute;transform:translateX(-50%);width:14px}.result-fullscreen-overlay{align-items:center;animation:fadeInResult .5s cubic-bezier(.4,1.4,.6,1) 1;-webkit-backdrop-filter:blur(12px) brightness(1.08);backdrop-filter:blur(12px) brightness(1.08);display:flex;flex-direction:row;gap:0;inset:0;justify-content:center;padding:0;position:fixed;z-index:100}.changelog-overlay,.full-loader,.gameover-overlay,.intro-modal,.result-fullscreen-overlay{pointer-events:none}.changelog-overlay .changelog-panel,.full-loader>*,.gameover-overlay>*,.intro-modal .intro-box,.result-fullscreen-overlay>*{pointer-events:auto}@keyframes fadeInResult{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.result-map-block{align-items:center;background:#0000002e;border-radius:36px 0 0 36px;box-shadow:0 12px 48px -12px #10b98133;display:flex;flex:1 1 55%;height:70vh;justify-content:center;max-width:700px;min-width:420px;overflow:hidden}.result-map{border:none;border-radius:36px 0 0 36px;box-shadow:none;height:100%;min-height:340px;width:100%}.result-info-block{align-items:center;background:#0f172af5;border-radius:0 36px 36px 0;box-shadow:0 12px 48px -12px #10b98133;display:flex;flex:1 1 45%;flex-direction:column;gap:18px;height:70vh;justify-content:center;max-width:420px;min-width:320px;padding:48px 36px 44px;text-align:center}.result-info-block .rc-title{font-size:22px;letter-spacing:.5px;margin-bottom:8px;opacity:.85}.result-info-block .rc-score{color:#10b981;font-size:64px;font-weight:800;margin-bottom:8px;text-shadow:0 6px 28px #10b98133}.result-info-block .rc-line{font-size:18px;margin-bottom:2px;opacity:.88}.result-info-block .rc-auto{font-size:13px;margin-top:6px;opacity:.55}.next-round-btn{border:none;border-radius:22px;box-shadow:0 8px 32px -8px #0009;color:#fff;font-size:22px;font-weight:700;margin-top:24px;padding:18px 44px;transition:background .2s,box-shadow .2s}.next-round-btn,.next-round-btn:hover{background:linear-gradient(90deg,#3a3a3a,#2b2b2b)}.next-round-btn:hover{box-shadow:0 12px 40px -8px #0009}@media (max-width:900px){.result-fullscreen-overlay{flex-direction:column;padding:0}.result-info-block,.result-map-block{border-radius:0;height:50vh;max-width:100vw;min-width:0;width:100vw}.result-info-block{border-radius:0;padding:28px 10px 20px}.result-map{border-radius:0;min-height:220px}}@media (max-width:600px){.result-info-block,.result-map-block{border-radius:0;height:50vh}.result-info-block{border-radius:0;padding:16px 4vw}.result-map{border-radius:0;min-height:180px}.next-round-btn{border-radius:14px;font-size:16px;padding:12px 18vw}}@media (max-width:480px){.result-info-block,.result-map-block{border-radius:12px 12px 0 0;height:26vh}.result-info-block{border-radius:0 0 12px 12px;gap:8px;padding:12px 4vw;.hero-section .homepage-center-box{margin-top:12px;transform:none}}.result-map{border-radius:12px 12px 0 0;min-height:90px}.result-info-block .rc-title{font-size:14px}.result-info-block .rc-score{font-size:40px}.result-info-block .rc-line{font-size:13px}.result-info-block .rc-auto{font-size:11px}.next-round-btn{border-radius:12px;font-size:14px;padding:10px 14vw}.brand-logo{height:56px;margin-top:12px;width:56px}.map-shell.expanded{height:48vh;max-height:300px;max-width:360px;width:90vw}.map-shell.mini{height:120px;width:180px}}@media (max-width:360px){.result-info-block,.result-map-block{height:24vh}.result-map{min-height:80px}.result-info-block .rc-score{font-size:34px}.next-round-btn{padding:10px 12vw}.brand-logo{height:48px;width:48px}}*{box-sizing:border-box}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:#222;border-radius:4px}body{font-family:system-ui,Arial,sans-serif}.menu{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center}.menu button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.4rem}.menu button:hover{background:#1d4ed8}.game-root{background:#000;height:100%;overflow:hidden;position:relative;width:100%}.game-root:before{background:linear-gradient(180deg,#000000d1,#00000094 60%,#00000061 80%,#0000);content:"";height:78px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:8}@media (max-width:600px){.game-root:before{height:78px}}.top-bar{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0e1116a6;display:flex;height:48px;justify-content:space-between;left:0;padding:0 12px;position:absolute;right:0;top:0;z-index:10}.logo{font-size:18px;font-weight:700;letter-spacing:.5px}.round-info{display:flex;font-size:14px;gap:12px}.timer{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bottom-panel{align-items:center;bottom:0;display:flex;gap:12px;left:0;padding:8px 12px;position:absolute;right:0;z-index:10}.action-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.1rem}.action-btn[disabled]{cursor:not-allowed;opacity:.5}.result-overlay{align-items:center;background:#000000d1;display:flex;flex-direction:column;gap:1rem;inset:0;justify-content:center;padding:2rem;position:absolute;text-align:center;z-index:30}.score-line{font-size:22px;font-weight:600}.path-line{stroke:#fffb;stroke-width:3;fill:none}.guess-marker{background:#3b82f6}.actual-marker,.guess-marker{border:3px solid #fff;border-radius:50%;height:14px;position:absolute;transform:translate(-50%,-50%);width:14px}.actual-marker{background:#ef4444}.pro-header{background:#0000;box-shadow:none;font-size:13px;gap:16px;height:56px}.pro-header.no-bg{-webkit-backdrop-filter:none;backdrop-filter:none;background:none}.menu-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;border:1px solid #ffffff22;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:6px 14px}.menu-btn:hover{background:#0000008c}.menu-btn.plain{background:#00000073}.brand-block{align-items:center;display:flex;font-size:18px;font-weight:700;gap:6px;letter-spacing:.5px}.brand-logo{border-radius:14px;cursor:pointer;height:auto;margin-top:5px;object-fit:cover;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s ease;width:175px}.brand-logo:hover{transform:translateY(0) scale(1.01)}.brand-menu{background:#000000b3;border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 22px 70px #020617b3;color:#e6eef6;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:calc(100% + 12px);transform:translateY(-8px) scale(.98);transform-origin:top center;transition:opacity .22s ease,transform .26s cubic-bezier(.2,.9,.2,1);width:260px;z-index:120}@keyframes brandSlideDown{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.brand-menu-item{background:#0000;border:none;color:inherit;cursor:pointer;display:block;font-size:14px;font-weight:600;padding:12px 14px;text-align:left;text-decoration:none;width:100%}.brand-menu-item:hover{background:linear-gradient(90deg,#ffffff05,#10b98105);color:#bfffe6}.brand-menu.open{animation:brandSlideDown .26s cubic-bezier(.2,.9,.2,1) both;opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.brand-text{background:linear-gradient(90deg,#67e8f9,#06b6d4);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:20px;font-weight:700}.top-center-stats{align-items:center;background:#000000b3;border-radius:40px;box-shadow:0 2px 8px -2px #0009;display:flex;font-size:13px;font-weight:500;gap:10px;padding:6px 14px}@media (min-width:700px){.top-center-stats{left:50%;position:absolute;top:6px;transform:translateX(-50%);z-index:30}}@media (max-width:699px){.top-center-stats{left:auto;position:relative;transform:none}}.stat-item{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-sep{background:#ffffff22;height:18px;width:1px}.map-shell{background:#0d1218;border:2px solid #fff;border-radius:14px;bottom:12px;box-shadow:0 10px 32px -8px #000000b3;left:12px;overflow:hidden;position:absolute;transition:all .35s cubic-bezier(.4,.2,0,1);z-index:40}.map-shell.mini{cursor:pointer;height:170px;width:260px}.map-shell.expanded{height:380px;width:520px}@media (max-width:900px){.map-shell.mini{height:135px;width:200px}.map-shell.expanded{height:55vh;max-height:360px;max-width:480px;width:75vw}}@media (max-width:600px){.map-shell.expanded{height:50vh;max-height:320px;max-width:400px;width:85vw}}.map-surface{height:100%;width:100%}.expand-overlay{inset:0;position:absolute}.close-btn{background:#00000080;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;padding:2px 8px;position:absolute;right:10px;top:8px;z-index:5}.close-btn:hover{background:#000000a6}.hint-badge{-webkit-backdrop-filter:blur(6px) saturate(1.05);backdrop-filter:blur(6px) saturate(1.05);background:#ffffff1a;border:1px solid #0000002e;border-radius:8px;bottom:8px;box-shadow:0 6px 18px #0000002e;color:#07121a;font-size:11px;left:8px;padding:6px 12px;pointer-events:none;position:absolute}.hint-badge.large{border-radius:10px;bottom:auto;font-size:13px;padding:8px 14px;top:14px}.hint-badge.small{border-radius:8px;bottom:auto;font-size:12px;padding:6px 12px;top:14px}.map-actions{bottom:18px;display:flex;gap:14px;position:absolute;right:18px;z-index:10}@media (max-width:1000px){.game-top-logo{display:none!important}}.primary-btn{background:#10b981;border:none;border-radius:14px;box-shadow:0 8px 28px -8px #000c;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 28px}.primary-btn.big{border-radius:18px;font-size:18px;padding:18px 34px}.primary-btn:hover{background:#0fa172}.ghost-btn{background:#0000008c;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:14px 22px}.ghost-btn:hover{background:#000000b3}.result-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border:1px solid #33415580;border-radius:30px;box-shadow:0 20px 60px -18px #000000d9;display:flex;flex-direction:column;gap:8px;left:50%;padding:26px 42px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:60}.rc-title{font-size:15px;letter-spacing:.5px;opacity:.8}.rc-score{color:#10b981;font-size:56px;font-weight:700;line-height:1;text-shadow:0 4px 18px #10b98133}.rc-line{font-size:14px;opacity:.85}.rc-auto{font-size:11px;margin-top:4px;opacity:.55}.floating-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:8px;font-size:12px;padding:6px 12px;position:absolute}.floating-badge.danger{background:#b91c1c}.intro-modal{align-items:center;background:radial-gradient(circle at center,#0000008c,#000000d9);display:flex;inset:0;justify-content:center;position:fixed;z-index:80}.intro-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ae6;border:1px solid #33415580;border-radius:36px;box-shadow:0 30px 80px -20px #000000d9;display:flex;flex-direction:column;gap:18px;max-width:560px;padding:40px 54px;text-align:center}.intro-box h1{background:linear-gradient(90deg,#67e8f9,#06b6d4);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:34px;letter-spacing:.5px;margin:0}.changelog-overlay{align-items:center;background:#02060c99;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:99999}.changelog-panel{background:linear-gradient(180deg,#0a0c10fa,#080a0ef2);border:1px solid #ffffff0a;border-radius:14px;box-shadow:0 30px 90px #020617cc;display:flex;flex-direction:column;max-height:86vh;max-width:96vw;overflow:hidden;padding:18px;width:820px}.changelog-header{align-items:center;border-bottom:1px solid #ffffff08;display:flex;gap:12px;justify-content:space-between;padding-bottom:8px}.changelog-body{color:#dbeef0;font-size:15px;line-height:1.6;overflow:auto;padding:12px 6px}.changelog-body h1,.changelog-body h2,.changelog-body h3{color:#fff;margin:8px 0}.changelog-body pre.code{background:#00000080;border-radius:8px;color:#9ff3d0;overflow:auto;padding:12px}.changelog-body a{color:#7ee7c7}.changelog-textbox{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff08;border-radius:10px;box-shadow:inset 0 1px 0 #ffffff05;max-height:62vh;overflow:auto;padding:14px}.intro-box p{font-size:15px;line-height:1.45;margin:0;opacity:.85}.intro-logo{align-self:center;filter:drop-shadow(0 0 8px rgba(0,255,255,.35));width:150px}.full-loader{backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;background:#000000eb!important;display:block!important;inset:0!important;pointer-events:auto!important;position:fixed!important;z-index:100000!important}.earf-loader{animation:spin 1s linear infinite!important;border:8px solid #ffffff14!important;border-radius:50%!important;border-top:8px solid var(--earf-blue)!important;box-shadow:0 0 18px #00e0fb2e,0 0 36px #00e0fb1f!important;height:80px!important;width:80px!important}.full-loader .loader-wrap{align-items:center!important;color:#fff!important;display:flex!important;flex-direction:column!important;font-size:18px!important;font-weight:600!important;gap:18px!important;justify-content:center!important;left:50%!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:100001!important}.full-loader[role=status]{opacity:1!important;visibility:visible!important}@keyframes spin{to{transform:rotate(1turn)}}.gameover-overlay{animation:overlayFade .28s ease both;backdrop-filter:blur(20px) saturate(1.05);-webkit-backdrop-filter:blur(20px) saturate(1.05);background:#000000b8;inset:0;justify-content:center;padding:28px;position:fixed;z-index:110}.gameover-overlay,.go-panel{align-items:center;display:flex}.go-panel{animation:scaleIn .28s cubic-bezier(.2,.9,.2,1) both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#0a0e18eb,#0c121ee6);border:1px solid #ffffff0a;border-radius:22px;box-shadow:0 30px 90px -20px #020814cc,inset 0 6px 24px #0009;flex-direction:column;gap:18px;max-width:720px;padding:38px 46px;transform-origin:center;width:100%}.go-title{color:#fff;font-size:34px;font-weight:800;letter-spacing:.6px;margin-top:-6px;text-shadow:0 6px 30px #0009}.go-score{background:linear-gradient(90deg,#10b981,#06b6d4);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:78px;font-weight:900;line-height:1;text-shadow:0 10px 40px #10b9811f}.go-sub{font-size:14px;letter-spacing:.5px;margin-top:-10px;opacity:.7}.go-best{background:#ffffff14;border-radius:20px;font-size:13px;opacity:.75;padding:6px 14px}.go-rounds{background:#070a0e73;border-radius:12px;box-shadow:inset 0 1px 0 #ffffff05;margin-top:6px;max-height:160px;overflow:auto;padding:14px 18px;width:100%}.go-rounds-title{font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:6px}.go-list{font-size:13px;line-height:1.4;margin:0;padding-left:1.2rem}.go-list li{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px;min-width:0}.go-round-label{display:inline-block;min-width:88px}.go-round-label,.go-score{font-weight:700;margin-right:8px}.go-score{color:#f8fafc}.go-time{font-size:12px;margin-left:8px;opacity:.85}.go-dist,.go-score{flex:1 1 auto;min-width:0}.go-time{flex:0 0 auto;margin-left:auto;white-space:nowrap}.go-dist{opacity:.6}.go-actions{display:flex;gap:14px;margin-top:6px}.go-actions .primary-btn{background:linear-gradient(90deg,#10b981,#06b6d4);border-radius:18px;box-shadow:0 12px 36px #06b68c1f;color:#041018;font-size:15px;padding:12px 26px}.go-actions .ghost-btn{border-radius:14px;padding:10px 20px}@keyframes scaleIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.result-info-logo{background:#0000;border-radius:18px;height:100px;justify-content:center;margin-bottom:8px;padding:6px 8px;width:100px}.result-info-logo,.wordmark{align-items:center;display:inline-flex}.wordmark{color:#fff;font-family:Inter,Segoe UI,Roboto,system-ui,-apple-system,Arial,sans-serif;font-size:20px;font-weight:800;gap:2px;letter-spacing:0;text-shadow:0 6px 18px #000000e6;white-space:nowrap}.wordmark .brand-accent{background:none;color:#fff}.wordmark .brand-plain{color:#fff;opacity:.98}@media (min-width:1200px){.wordmark{font-size:22px}}@media (min-width:601px) and (max-width:1024px){.result-fullscreen-overlay{align-items:center;flex-direction:row;padding:12px 20px}.result-map-block{background:#0000000f;border-radius:18px 0 0 18px;flex:0 0 60%;height:60vh;max-width:720px;min-width:320px}.result-info-block{border-radius:0 18px 18px 0;flex:0 0 40%;gap:14px;height:60vh;max-width:420px;min-width:260px;padding:32px 28px}.result-map{border-radius:18px 0 0 18px;min-height:320px}.result-info-block .rc-score{font-size:48px}.result-info-block .rc-line{font-size:16px}.next-round-btn{font-size:18px;padding:14px 32px}}.hero-section.no-overlap{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding-top:28px!important}.hero-section.no-overlap>.modal-header{left:auto!important;margin:0 0 18px!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;z-index:30!important}.hero-section.no-overlap .homepage-center-box{margin-top:0!important;transform:none!important}.hero-section.no-overlap .homepage-center-box:hover{box-shadow:0 30px 90px -30px #020617e6!important;transform:none!important}@media (max-width:900px){.info-row-item{gap:28px;grid-template-columns:1fr minmax(80px,220px)}.info-media img,.info-media svg{height:auto;max-width:140px;width:auto}}@media (max-width:700px){.info-row-item{gap:20px;grid-template-columns:1fr minmax(60px,180px);padding:22px 12px}.info-row-item.alt{grid-template-columns:minmax(60px,180px) 1fr}.info-media img,.info-media svg{height:auto;max-width:120px;width:auto}}@media (max-width:420px){.info-row-item,.info-row-item.alt{gap:12px;grid-template-columns:1fr;padding:14px 10px}.info-media img,.info-media svg{height:auto!important;max-height:80px!important;max-width:80px!important;width:auto!important}}#root,.homepage-root,body,html{-ms-overflow-style:none!important;scrollbar-width:none!important}#root::-webkit-scrollbar,.homepage-root::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{height:0!important;width:0!important}#root::-webkit-scrollbar-thumb,#root::-webkit-scrollbar-track,.homepage-root::-webkit-scrollbar-thumb,.homepage-root::-webkit-scrollbar-track,body::-webkit-scrollbar-thumb,body::-webkit-scrollbar-track,html::-webkit-scrollbar-thumb,html::-webkit-scrollbar-track{background:#0000!important}.homepage-root *{scrollbar-width:none!important}.result-info-block{background:linear-gradient(180deg,#060a0efa,#060a0ef5)!important;border:1px solid #ffffff08!important}.result-info-block,.result-info-block .rc-auto,.result-info-block .rc-line,.result-info-block .rc-score,.result-info-block .rc-title{color:#e6eef8!important}.result-info-logo{display:block!important;height:auto!important;margin:18px auto 8px!important;object-fit:contain!important;width:160px!important}.changelog-panel{background:linear-gradient(180deg,#060a0efa,#060a0ef5)!important;border:1px solid #ffffff08!important;color:#e6eef8!important}.changelog-panel .changelog-body,.changelog-panel .changelog-header{color:#dbeef0!important}.earfguesser_pageWrapper__EeTgP{background:#0b0b0c;color:#e6eef6;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden}.earfguesser_heroSection__9whri{align-items:center;background-color:#0b0b0c;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 20px;position:relative}.earfguesser_heroSection__9whri:before{background:linear-gradient(180deg,#0b0b0c4d,#0b0b0c80 50%,#0b0b0cf2);content:"";inset:0;position:absolute;z-index:1}.earfguesser_heroOverlay__C87mH{background:radial-gradient(ellipse at center,#0000 0,#0b0b0c66 100%);inset:0;position:absolute;z-index:2}.earfguesser_heroContent__X7dZu{max-width:700px;padding:0 20px;position:relative;text-align:center;z-index:10}.earfguesser_heroLogo__eZc7\+{filter:drop-shadow(0 8px 32px rgba(0,0,0,.5));height:auto;margin-bottom:24px;max-width:450px;width:100%}.earfguesser_heroTitle__N2Yfe{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.5px;margin:0 0 16px;text-shadow:0 4px 24px #00000080}.earfguesser_heroSubtitle__B4b-\+{color:#ffffffd9;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin:0 auto 32px;max-width:500px}.earfguesser_heroCta__qbVj4{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.earfguesser_playBtn__kTkGG{align-items:center;background:linear-gradient(135deg,#f6c84c,#f59e0b);border:none;border-radius:12px;box-shadow:0 4px 20px #f6c84c4d;color:#0b0b0c;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;gap:10px;padding:16px 32px;transition:all .2s ease}.earfguesser_playBtn__kTkGG:hover{box-shadow:0 8px 32px #f6c84c66;transform:translateY(-2px)}.earfguesser_playBtn__kTkGG:active{transform:translateY(0)}.earfguesser_registerBtn__8N7tt{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:8px;padding:16px 32px;transition:all .2s ease}.earfguesser_registerBtn__8N7tt:hover{background:#ffffff26;border-color:#ffffff4d}.earfguesser_scrollIndicator__2\+KlL{align-items:center;animation:earfguesser_bounce__0io4t 2s infinite;bottom:40px;color:#fff9;cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;gap:8px;left:50%;position:absolute;transform:translateX(-50%);transition:color .2s ease;z-index:10}.earfguesser_scrollIndicator__2\+KlL:hover{color:#ffffffe6}@keyframes earfguesser_bounce__0io4t{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.earfguesser_container__pFZXF{margin:0 auto;max-width:1200px;padding:0 24px}.earfguesser_sectionHeader__gZRC\+{margin-bottom:48px;text-align:center}.earfguesser_sectionTitle__qXNn9{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 16px}.earfguesser_sectionDivider__hY\+es{background:linear-gradient(90deg,#f6c84c,#f59e0b);border-radius:2px;height:4px;margin:0 auto;width:60px}.earfguesser_sectionSubtitle__MQWo\+{color:#ffffffb3;font-size:1.1rem;margin-top:16px}.earfguesser_aboutSection__Kxjwx{background:linear-gradient(180deg,#0b0b0c,#0f1114);padding:100px 0}.earfguesser_aboutGrid__Gghg9{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}.earfguesser_aboutCard__W7y0L{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:16px;padding:32px;text-align:center;transition:all .3s ease}.earfguesser_aboutCard__W7y0L:hover{border-color:#f6c84c4d;box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.earfguesser_aboutIcon__i38GZ{align-items:center;background:linear-gradient(135deg,#f6c84c33,#f59e0b1a);border-radius:16px;color:#f6c84c;display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.earfguesser_aboutCard__W7y0L h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 12px}.earfguesser_aboutCard__W7y0L p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0}.earfguesser_howToSection__aw5KV{background:#0f1114;padding:100px 0}.earfguesser_stepsGrid__v5N93{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.earfguesser_stepCard__JcnMG{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;padding:32px 24px;position:relative;text-align:center}.earfguesser_stepNumber__m2-bj{align-items:center;background:linear-gradient(135deg,#f6c84c,#f59e0b);border-radius:50%;color:#0b0b0c;display:flex;font-size:1.5rem;font-weight:800;height:48px;justify-content:center;margin:0 auto 20px;width:48px}.earfguesser_stepCard__JcnMG h3{color:#fff;font-size:1.15rem;font-weight:700;margin:0 0 12px}.earfguesser_stepCard__JcnMG p{color:#ffffffa6;font-size:.9rem;line-height:1.6;margin:0}.earfguesser_accountSection__CcEyv{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:80px 0}.earfguesser_accountCard__selOm{background:linear-gradient(180deg,#f6c84c14,#f59e0b08);border:1px solid #f6c84c33;border-radius:24px;margin:0 auto;max-width:800px;padding:48px}.earfguesser_accountContent__Ww2mj{align-items:flex-start;display:flex;gap:32px;margin-bottom:32px}.earfguesser_accountIcon__nGTGT{align-items:center;background:linear-gradient(135deg,#f6c84c33,#f59e0b1a);border-radius:20px;color:#f6c84c;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.earfguesser_accountText__9leO- h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 12px}.earfguesser_accountText__9leO- p{color:#ffffffbf;font-size:1rem;line-height:1.6;margin:0 0 16px}.earfguesser_benefitsList__dQQUF{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:0;padding:0;grid-gap:12px;gap:12px}.earfguesser_benefitsList__dQQUF li{align-items:center;color:#ffffffd9;display:flex;font-size:.95rem;gap:10px}.earfguesser_benefitsList__dQQUF svg{color:#4ade80;flex-shrink:0}.earfguesser_accountActions__5ufuG{align-items:center;display:flex;flex-direction:column;gap:12px}.earfguesser_registerBtnLarge__B6Ud6{background:linear-gradient(135deg,#f6c84c,#f59e0b);border:none;border-radius:12px;box-shadow:0 4px 20px #f6c84c4d;color:#0b0b0c;cursor:pointer;font-size:1.15rem;font-weight:700;padding:18px 48px;transition:all .2s ease}.earfguesser_registerBtnLarge__B6Ud6:hover{box-shadow:0 8px 32px #f6c84c66;transform:translateY(-2px)}.earfguesser_loginBtn__IHAp1{background:#0000;border:none;color:#ffffffb3;cursor:pointer;font-size:.95rem;font-weight:500;padding:12px 24px;transition:color .2s ease}.earfguesser_loginBtn__IHAp1:hover{color:#fff}.earfguesser_loggedInBadge__G2ueF{align-items:center;background:#4ade801a;border:1px solid #4ade804d;border-radius:12px;color:#4ade80;display:flex;font-weight:600;gap:10px;padding:16px 24px}.earfguesser_leaderboardSection__W0X9G{background:#0b0b0c;padding:100px 0}.earfguesser_leaderboardWrapper__PmlvB{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;border-radius:20px;margin:0 auto 40px;max-width:500px;padding:24px}.earfguesser_leaderboardCta__Qk4Ac{text-align:center}.earfguesser_leaderboardCta__Qk4Ac p{color:#ffffffb3;font-size:1.1rem;margin:0 0 20px}.earfguesser_tipsSection__RMfxy{background:linear-gradient(180deg,#0b0b0c,#0f1114);padding:100px 0}.earfguesser_tipsGrid__GWqs-{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;gap:20px}.earfguesser_tipCard__2SvW5{background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid #ffffff0d;border-radius:12px;padding:24px 20px;text-align:center;transition:all .2s ease}.earfguesser_tipCard__2SvW5:hover{border-color:#ffffff1a;transform:translateY(-2px)}.earfguesser_tipEmoji__IOwKX{display:block;font-size:2rem;margin-bottom:12px}.earfguesser_tipCard__2SvW5 h4{color:#fff;font-size:1rem;font-weight:700;margin:0 0 8px}.earfguesser_tipCard__2SvW5 p{color:#fff9;font-size:.85rem;line-height:1.5;margin:0}.earfguesser_ctaSection__6P4bB{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:100px 0}.earfguesser_ctaContent__mQWFH{margin:0 auto;max-width:600px;text-align:center}.earfguesser_ctaContent__mQWFH h2{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin:0 0 16px}.earfguesser_ctaContent__mQWFH p{color:#ffffffb3;font-size:1.15rem;line-height:1.6;margin:0 0 32px}.earfguesser_playBtnLarge__\+EKp3{align-items:center;background:linear-gradient(135deg,#f6c84c,#f59e0b);border:none;border-radius:16px;box-shadow:0 8px 32px #f6c84c4d;color:#0b0b0c;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:700;gap:12px;padding:20px 48px;transition:all .2s ease}.earfguesser_playBtnLarge__\+EKp3:hover{box-shadow:0 12px 48px #f6c84c66;transform:translateY(-3px)}@media (max-width:1200px){.earfguesser_tipsGrid__GWqs-{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.earfguesser_tipsGrid__GWqs-{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.earfguesser_heroSection__9whri{padding:60px 20px}.earfguesser_heroLogo__eZc7\+{max-width:320px}.earfguesser_heroCta__qbVj4{align-items:center;flex-direction:column}.earfguesser_playBtn__kTkGG,.earfguesser_registerBtn__8N7tt{justify-content:center;max-width:280px;width:100%}.earfguesser_scrollIndicator__2\+KlL{display:none}.earfguesser_aboutSection__Kxjwx,.earfguesser_ctaSection__6P4bB,.earfguesser_howToSection__aw5KV,.earfguesser_leaderboardSection__W0X9G,.earfguesser_tipsSection__RMfxy{padding:60px 0}.earfguesser_accountCard__selOm{padding:32px 24px}.earfguesser_accountContent__Ww2mj{align-items:center;flex-direction:column;text-align:center}.earfguesser_accountIcon__nGTGT{height:64px;width:64px}.earfguesser_benefitsList__dQQUF{grid-template-columns:1fr}.earfguesser_benefitsList__dQQUF li{justify-content:center}.earfguesser_tipsGrid__GWqs-{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.earfguesser_heroLogo__eZc7\+{max-width:260px}.earfguesser_accountCard__selOm{padding:24px 16px}.earfguesser_leaderboardWrapper__PmlvB{padding:16px}.earfguesser_tipsGrid__GWqs-{grid-template-columns:1fr 1fr}}.StreamPartnership_pageWrapper__KO7qA{background:#0b0b0c;color:#e6eef6;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden}.StreamPartnership_container__7TGzH{margin:0 auto;max-width:1200px;padding:0 24px}.StreamPartnership_heroSection__mIMon{align-items:center;background-color:#0b0b0c;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative}.StreamPartnership_heroSection__before__7q7YP{background:linear-gradient(180deg,#0b0b0c66,#0b0b0c99 50%,#0b0b0cf2);content:"";inset:0;position:absolute;z-index:1}.StreamPartnership_heroOverlay__gV3fk{background:radial-gradient(ellipse at center,#0000 0,#0b0b0c99 100%);inset:0;position:absolute;z-index:2}.StreamPartnership_heroContent__o5UVh{max-width:800px;position:relative;text-align:center;z-index:10}.StreamPartnership_heroTitle__ldnu7{background:linear-gradient(135deg,#fff,#1da1f2);-webkit-background-clip:text;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin:0 0 20px;-webkit-text-fill-color:#0000;background-clip:text}.StreamPartnership_heroSubtitle__AzhmE{color:#ffffffb3;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;margin:0 auto 40px;max-width:700px}.StreamPartnership_heroFeatures__Vkq4i{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:40px}.StreamPartnership_heroFeature__kFPGJ{align-items:center;color:#ffffffd9;display:flex;font-size:.95rem;font-weight:500;gap:8px}.StreamPartnership_heroFeature__kFPGJ svg{color:#2ecc71;flex-shrink:0;height:20px;width:20px}.StreamPartnership_heroCta__xAh9Z{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:20px}.StreamPartnership_primaryBtn__YDwLU{align-items:center;background:linear-gradient(135deg,#1da1f2,#0d8ddb);border:none;border-radius:12px;box-shadow:0 4px 20px #1da1f24d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:16px 32px;transition:all .3s ease}.StreamPartnership_primaryBtn__YDwLU:hover{box-shadow:0 8px 30px #1da1f266;transform:translateY(-2px)}.StreamPartnership_primaryBtn__YDwLU:active{transform:translateY(0)}.StreamPartnership_secondaryBtn__cjoPo{align-items:center;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:16px 32px;transition:all .3s ease}.StreamPartnership_secondaryBtn__cjoPo:hover{background:#ffffff1a;border-color:#ffffff4d}.StreamPartnership_heroNote__\+vizt{color:#ffffff80;font-size:.9rem;margin:0}.StreamPartnership_scrollIndicator__qvxn7{align-items:center;animation:StreamPartnership_bounce__Yw7CX 2s infinite;bottom:40px;color:#ffffff80;cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;gap:8px;left:50%;position:absolute;transform:translateX(-50%);transition:color .2s ease;z-index:10}.StreamPartnership_scrollIndicator__qvxn7:hover{color:#fffc}@keyframes StreamPartnership_bounce__Yw7CX{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-8px)}60%{transform:translateX(-50%) translateY(-4px)}}.StreamPartnership_sectionHeader__weMD7{margin-bottom:60px;text-align:center}.StreamPartnership_sectionTitle__-DQPs{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 16px}.StreamPartnership_sectionSubtitle__dXUTV{color:#fff9;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.StreamPartnership_sectionDivider__PG4DH{background:linear-gradient(90deg,#1da1f2,#2ecc71);border-radius:2px;height:4px;margin:0 auto 20px;width:60px}.StreamPartnership_benefitsSection__sqJDJ{background:linear-gradient(180deg,#0b0b0c,#0f1114);padding:100px 0}.StreamPartnership_benefitsGrid__uLasT{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.StreamPartnership_benefitCard__-ZY1\+{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;padding:32px 28px;text-align:center;transition:all .3s ease}.StreamPartnership_benefitCard__-ZY1\+:hover{border-color:#1da1f24d;box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.StreamPartnership_benefitIcon__jG3rH{display:block;font-size:3rem;margin-bottom:16px}.StreamPartnership_benefitCard__-ZY1\+ h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 12px}.StreamPartnership_benefitCard__-ZY1\+ p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0}.StreamPartnership_howItWorksSection__VjTT6{background:#0f1114;padding:100px 0}.StreamPartnership_stepsGrid__-oANN{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.StreamPartnership_stepCard__rdcKa{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;padding:32px 24px;position:relative;text-align:center}.StreamPartnership_stepNumber__lRBQM{align-items:center;background:linear-gradient(135deg,#1da1f2,#0d8ddb);border-radius:50%;box-shadow:0 4px 15px #1da1f24d;color:#fff;display:flex;font-size:1.75rem;font-weight:800;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.StreamPartnership_stepCard__rdcKa h3{color:#fff;font-size:1.15rem;font-weight:700;margin:0 0 12px}.StreamPartnership_stepCard__rdcKa p{color:#ffffffa6;font-size:.9rem;line-height:1.6;margin:0}.StreamPartnership_technicalSection__8G8Bu{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:100px 0}.StreamPartnership_techGrid__r6zdv{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}.StreamPartnership_techCard__D5s2a{background:linear-gradient(180deg,#1da1f21a,#1da1f20a);border:1px solid #1da1f233;border-radius:16px;padding:36px}.StreamPartnership_techCard__D5s2a h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 12px}.StreamPartnership_techCard__D5s2a p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0}.StreamPartnership_liveEventsSection__Sv7iX{background:#0b0b0c;padding:100px 0}.StreamPartnership_liveEventsCard__xfRI2{background:linear-gradient(135deg,#1da1f214,#1da1f208);border:1px solid #1da1f226;border-radius:16px;margin:0 auto;max-width:800px;padding:48px}.StreamPartnership_liveEventsCard__xfRI2 p{color:#fffc;font-size:1rem;line-height:1.7;margin:0}.StreamPartnership_liveEventsCard__xfRI2 a{transition:all .3s ease}.StreamPartnership_liveEventsCard__xfRI2 a:hover{opacity:.8}.StreamPartnership_pricingSection__UYWN8{background:#0b0b0c;padding:100px 0}.StreamPartnership_pricingGrid__v5Xz\+{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-bottom:40px}.StreamPartnership_pricingCard__7j9KH{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;padding:36px;position:relative;text-align:center;transition:all .3s ease}.StreamPartnership_pricingCard__7j9KH:hover{border-color:#1da1f24d;box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.StreamPartnership_pricingBadge__Pg4gL{background:linear-gradient(135deg,#1da1f2,#0d8ddb);border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:16px;padding:6px 16px;text-transform:uppercase}.StreamPartnership_pricingCard__7j9KH h3{color:#fff;font-size:1.35rem;font-weight:700;margin:0 0 12px}.StreamPartnership_pricingAmount__fbg58{color:#1da1f2;font-size:2rem;font-weight:800;margin:0 0 8px}.StreamPartnership_pricingDescription__HPvP5{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0 0 24px}.StreamPartnership_pricingFeatures__4\+T0\+{list-style:none;margin:0;padding:0;text-align:left}.StreamPartnership_pricingFeatures__4\+T0\+ li{border-bottom:1px solid #ffffff0d;color:#ffffffbf;font-size:.9rem;padding:8px 0}.StreamPartnership_pricingFeatures__4\+T0\+ li:last-child{border-bottom:none}.StreamPartnership_pricingNote__FFnZp{background:linear-gradient(135deg,#1da1f21a,#1da1f20d);border:1px solid #1da1f233;border-radius:12px;padding:20px;text-align:center}.StreamPartnership_pricingNote__FFnZp p{color:#fffc;font-size:.95rem;line-height:1.6;margin:0}.StreamPartnership_monetizationSection__xYQQU{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:100px 0}.StreamPartnership_monetizationGrid__foIIk{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-bottom:40px}.StreamPartnership_monetizationCard__qm2OP{background:linear-gradient(180deg,#2ecc7114,#2ecc7108);border:1px solid #2ecc7133;border-radius:16px;padding:32px}.StreamPartnership_monetizationCard__qm2OP h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 12px}.StreamPartnership_monetizationHighlight__htKrg{color:#2ecc71;font-size:1.15rem;font-weight:700;margin:0 0 16px}.StreamPartnership_monetizationDetails__7WSgU{color:#ffffffbf;font-size:.9rem;line-height:1.6}.StreamPartnership_monetizationDetails__7WSgU p{margin:0 0 12px}.StreamPartnership_monetizationDetails__7WSgU ul{list-style:none;margin:0 0 12px;padding:0}.StreamPartnership_monetizationDetails__7WSgU li{padding:6px 0 6px 20px;position:relative}.StreamPartnership_monetizationDetails__7WSgU li:before{color:#2ecc71;content:"✓";font-weight:700;left:0;position:absolute}.StreamPartnership_monetizationNote__ze583{background:linear-gradient(135deg,#2ecc7126,#2ecc7114);border:1px solid #2ecc7140;border-radius:12px;margin:0 auto;max-width:900px;padding:24px}.StreamPartnership_monetizationNote__ze583 h4{color:#2ecc71;font-size:1.15rem;font-weight:700;margin:0 0 12px}.StreamPartnership_monetizationNote__ze583 p{color:#fffc;font-size:.95rem;line-height:1.6;margin:0}.StreamPartnership_testimonialsSection__VQnGU{background:#0b0b0c;padding:100px 0}.StreamPartnership_testimonialGrid__HKYZI{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.StreamPartnership_testimonialCard__ivplD{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff0f;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;padding:32px}.StreamPartnership_testimonialCard__ivplD:hover{border-color:#1da1f233}.StreamPartnership_testimonialContent__8GVh1{margin-bottom:24px}.StreamPartnership_testimonialContent__8GVh1 p{color:#fffc;font-size:.95rem;font-style:italic;line-height:1.7;margin:0}.StreamPartnership_testimonialAuthor__1uc38{border-top:1px solid #ffffff1a;padding-top:16px}.StreamPartnership_authorName__IxBrF{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:4px}.StreamPartnership_authorRole__ECVon{color:#fff9;font-size:.85rem}.StreamPartnership_comparisonSection__9nmmH{background:linear-gradient(180deg,#0f1114,#0b0b0c);padding:100px 0}.StreamPartnership_comparisonTable__CRZ27{display:grid;grid-gap:1px;background:#ffffff0d;border-radius:12px;gap:1px;overflow:hidden}.StreamPartnership_tableRow__F-TXd{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1px;background:#ffffff0d;gap:1px}.StreamPartnership_tableRow__F-TXd:first-child{background:linear-gradient(135deg,#1da1f233,#1da1f20d)}.StreamPartnership_tableCell__4dOy7,.StreamPartnership_tableHeader__gRm7I{background:#0b0b0c;font-size:.95rem;font-weight:600;padding:24px;text-align:center}.StreamPartnership_tableRow__F-TXd:first-child .StreamPartnership_tableHeader__gRm7I{background:#0000;color:#1da1f2;font-size:.85rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.StreamPartnership_tableCell__4dOy7{color:#ffffffb3;text-align:center}.StreamPartnership_tableCell__4dOy7.StreamPartnership_positive__dztDR{color:#2ecc71;font-weight:600}.StreamPartnership_ctaSection__xbp5k{background:linear-gradient(180deg,#0b0b0c,#0f1114);padding:100px 0}.StreamPartnership_ctaContent__-PkC-{margin:0 auto;max-width:700px;text-align:center}.StreamPartnership_ctaContent__-PkC- h2{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 16px}.StreamPartnership_ctaContent__-PkC- p{color:#ffffffb3;font-size:1.1rem;line-height:1.6;margin:0 0 32px}.StreamPartnership_ctaButtons__t2asN{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.StreamPartnership_faqSection__CvWY\+{background:#0f1114;padding:100px 0}.StreamPartnership_faqGrid__XVCDk{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.StreamPartnership_faqItem__6w8sZ{background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid #ffffff0d;border-radius:12px;padding:28px}.StreamPartnership_faqItem__6w8sZ h3{color:#fff;font-size:1.1rem;font-weight:700;margin:0 0 12px}.StreamPartnership_faqItem__6w8sZ p{color:#ffffffa6;font-size:.9rem;line-height:1.6;margin:0}.StreamPartnership_platformsSection__XuQf4{background:linear-gradient(180deg,#0b0b0c,#0f1114);padding:100px 0}.StreamPartnership_platformsGrid__pei2o{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-bottom:40px}.StreamPartnership_platformCard__qgdbT{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;border-radius:16px;padding:32px;position:relative;text-align:center;transition:all .3s ease}.StreamPartnership_platformCard__qgdbT:hover{border-color:#1da1f24d;box-shadow:0 8px 32px #1da1f21a;transform:translateY(-4px)}.StreamPartnership_platformBadge__HaOco{background:linear-gradient(135deg,#1da1f2,#0d8ddb);border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:16px;padding:6px 12px;text-transform:uppercase}.StreamPartnership_platformCard__qgdbT:nth-child(2) .StreamPartnership_platformBadge__HaOco,.StreamPartnership_platformCard__qgdbT:nth-child(3) .StreamPartnership_platformBadge__HaOco{background:linear-gradient(135deg,#ff6b35,#ff8c42)}.StreamPartnership_platformIcon__g0TFr{align-items:center;background:#0000;border-radius:16px;display:flex;height:80px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:80px}.StreamPartnership_platformIcon__g0TFr img{height:100%;object-fit:contain;width:100%}.StreamPartnership_platformCard__qgdbT:hover .StreamPartnership_platformIcon__g0TFr{background:#0000}.StreamPartnership_platformCard__qgdbT h3{color:#fff;font-size:1.35rem;font-weight:700;margin:0 0 8px}.StreamPartnership_platformStatus__corak{color:#1da1f2;font-size:.9rem;font-weight:600;margin:0 0 12px}.StreamPartnership_platformDesc__N35OW{color:#ffffffa6;font-size:.9rem;line-height:1.6;margin:0}.StreamPartnership_platformNote__F5RSf{background:linear-gradient(135deg,#1da1f21a,#1da1f20d);border:1px solid #1da1f233;border-radius:12px;margin:0 auto;max-width:800px;padding:20px;text-align:center}.StreamPartnership_platformNote__F5RSf p{color:#fffc;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:1024px){.StreamPartnership_benefitsGrid__uLasT,.StreamPartnership_monetizationGrid__foIIk,.StreamPartnership_platformsGrid__pei2o,.StreamPartnership_pricingGrid__v5Xz\+,.StreamPartnership_stepsGrid__-oANN{grid-template-columns:repeat(2,1fr)}.StreamPartnership_techGrid__r6zdv{grid-template-columns:1fr}}@media (max-width:900px){.StreamPartnership_comparisonSection__9nmmH{display:none}}@media (max-width:768px){.StreamPartnership_heroSection__mIMon{min-height:auto;padding:40px 20px}.StreamPartnership_heroTitle__ldnu7{font-size:2rem}.StreamPartnership_heroSubtitle__AzhmE{font-size:1rem;margin-bottom:24px}.StreamPartnership_heroFeatures__Vkq4i{flex-direction:column;gap:16px;margin-bottom:24px}.StreamPartnership_heroCta__xAh9Z{flex-direction:column;gap:12px}.StreamPartnership_primaryBtn__YDwLU,.StreamPartnership_secondaryBtn__cjoPo{width:100%}.StreamPartnership_benefitsGrid__uLasT,.StreamPartnership_monetizationGrid__foIIk,.StreamPartnership_platformsGrid__pei2o,.StreamPartnership_pricingGrid__v5Xz\+,.StreamPartnership_stepsGrid__-oANN{grid-template-columns:1fr}.StreamPartnership_sectionHeader__weMD7{margin-bottom:40px}.StreamPartnership_sectionTitle__-DQPs{font-size:1.75rem}.StreamPartnership_faqGrid__XVCDk,.StreamPartnership_tableRow__F-TXd{grid-template-columns:1fr}}@media (max-width:480px){.StreamPartnership_container__7TGzH{padding:0 16px}.StreamPartnership_heroSection__mIMon{padding:30px 16px}.StreamPartnership_heroTitle__ldnu7{font-size:1.5rem;margin-bottom:12px}.StreamPartnership_heroSubtitle__AzhmE{font-size:.95rem;margin-bottom:20px}.StreamPartnership_primaryBtn__YDwLU,.StreamPartnership_secondaryBtn__cjoPo{font-size:1rem;padding:14px 24px}.StreamPartnership_benefitCard__-ZY1\+,.StreamPartnership_stepCard__rdcKa,.StreamPartnership_techCard__D5s2a{padding:24px}.StreamPartnership_sectionTitle__-DQPs{font-size:1.5rem}.StreamPartnership_stepsGrid__-oANN{gap:16px}.StreamPartnership_stepNumber__lRBQM{font-size:1.5rem;height:48px;width:48px}}.StreamSubmit_container__\+WTHs{background:#151515;border:1px solid #2c2c2c;border-radius:12px;color:#e6e6e6;font-family:Inter,Roboto,Arial,sans-serif;margin:24px auto;max-width:980px;padding:24px}.StreamSubmit_header__dGsz\+{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.StreamSubmit_title__\+q2VY{font-size:1.2rem;font-weight:700}.StreamSubmit_form-grid__Skjm0{display:grid;grid-template-columns:1fr 360px;grid-gap:20px;gap:20px}.StreamSubmit_left__2zWvD,.StreamSubmit_right__qUXR6{display:flex;flex-direction:column;gap:12px}.StreamSubmit_form-group__\+gMUj label{color:#9aa0a6;display:block;font-size:.75rem;font-weight:600;margin-bottom:6px}.StreamSubmit_form-group__\+gMUj input,.StreamSubmit_form-group__\+gMUj select,.StreamSubmit_form-group__\+gMUj textarea{background:#1b1b1b;border:1px solid #333;border-radius:8px;color:#fff;padding:10px 12px;width:100%}.StreamSubmit_form-actions__fEkPG{display:flex;gap:10px;margin-top:12px}.StreamSubmit_btn__abWdH{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:10px 14px}.StreamSubmit_btn-primary__FohMk{background:linear-gradient(135deg,#007bff,#0062cc);color:#fff}.StreamSubmit_btn-muted__0yCzf{background:#2a2a2a;color:#ddd}.StreamSubmit_map-wrap__ISDap{border:1px solid #333;border-radius:8px;height:360px;overflow:hidden}.StreamSubmit_note__otaRU{color:#9aa0a6;font-size:.85rem}.StreamSubmit_popup__ArzWd{background:#0f0f0f;border:1px solid #2b2b2b;border-radius:8px;padding:12px}.StreamSubmit_success__7VhDO{color:#7bf09b}.StreamSubmit_error__k-0ac{color:#ff8b8b}.StreamSubmit_logo__I\+g\+g{height:48px;margin-right:8px;max-width:160px;object-fit:contain;width:auto}.StreamSubmit_submit-header__7yoBb{align-items:center!important;display:flex!important;flex-direction:row!important;justify-content:space-between;width:100%}@media (max-width:480px){.StreamSubmit_submit-header__7yoBb{align-items:flex-start!important;flex-direction:column!important;gap:8px}}.StreamSubmit_coord-row__Ytoyg{align-items:flex-end;display:flex;gap:8px;margin-top:12px}.StreamSubmit_coord-group__aSFD5{flex:1 1}.StreamSubmit_buttons-row__xak-E{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.StreamSubmit_captcha-wrap__jpmuU{align-items:center;display:flex;margin-right:auto}.StreamSubmit_introModal__pPDCE{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:10000}.StreamSubmit_introCard__P32NJ{background:#0f0f10;border:1px solid #262626;border-radius:12px;box-shadow:0 8px 30px #0009;color:#e6e6e6;max-width:760px;padding:20px 24px;width:100%}.StreamSubmit_introCard__P32NJ h2{font-size:1.1rem;margin:0 0 8px}.StreamSubmit_intro-body__xFgi4{color:#cfd6da;line-height:1.45;margin-bottom:14px}.StreamSubmit_intro-actions__9G1Nk{display:flex;justify-content:flex-end}.StreamSubmit_intro-actions__9G1Nk .StreamSubmit_btn__abWdH{border-radius:8px;padding:8px 12px}@media (max-width:720px){.StreamSubmit_buttons-row__xak-E,.StreamSubmit_coord-row__Ytoyg{align-items:stretch;flex-direction:column}.StreamSubmit_buttons-row__xak-E{justify-content:flex-start}.StreamSubmit_buttons-row__xak-E .StreamSubmit_btn__abWdH{width:100%}.StreamSubmit_captcha-wrap__jpmuU{justify-content:center;margin-bottom:12px;margin-right:0}}.UserStreamSubmissions_container__uNfN1{background:#0f0f10;border:1px solid #232323;border-radius:10px;color:#e6e6e6;display:flex;flex-direction:column;font-family:Inter,Roboto,Arial,sans-serif;height:100%;margin:0 auto;min-height:calc(100vh - 80px);padding:20px;width:100%}.UserStreamSubmissions_skeleton__A30hL{animation:UserStreamSubmissions_pulse__5ksja 1.2s ease-in-out infinite;background:linear-gradient(90deg,#ffffff05,#ffffff0a,#ffffff05);border-radius:6px;display:inline-block;height:12px;width:100%}.UserStreamSubmissions_skeleton-line__5HZ8D{height:12px;margin-bottom:8px}.UserStreamSubmissions_skeleton-rect__aO\+Ug{border-radius:8px;height:32px}@keyframes UserStreamSubmissions_pulse__5ksja{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.UserStreamSubmissions_header__yo5-Y{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.UserStreamSubmissions_header-container__kR9ZT{background:linear-gradient(180deg,#0f0f10,#0f0f10);padding-bottom:6px;padding-top:6px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.UserStreamSubmissions_title__XtVLb{font-size:1.2rem;font-weight:700}.UserStreamSubmissions_header-container__kR9ZT{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.UserStreamSubmissions_logo__PnlDW{height:40px;object-fit:contain;width:auto}.UserStreamSubmissions_header-right__ZgaOV{flex:1 1;text-align:right}.UserStreamSubmissions_page-title__8coIU{font-size:1.15rem;font-weight:700}.UserStreamSubmissions_list__XWpfY{display:flex;flex-direction:column;gap:12px}.UserStreamSubmissions_main__EfPc5{align-items:stretch;display:flex;gap:18px;height:calc(100% - 84px)}.UserStreamSubmissions_list-column__0IUgB{box-sizing:border-box;max-width:640px;min-width:380px;overflow-y:auto;padding-right:6px;width:520px}.UserStreamSubmissions_details-panel__nA1N6{background:linear-gradient(180deg,#0d0d0d,#0f0f10);border:1px solid #222;border-radius:8px;box-sizing:border-box;flex:1 1;overflow-y:auto;padding:18px}.UserStreamSubmissions_item__qDdih{background:#141414;border:1px solid #222;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:12px}.UserStreamSubmissions_selectedItem__-8uVk{border-color:#007bff26;box-shadow:0 0 0 2px #007bff14}.UserStreamSubmissions_meta__3v0zw{align-items:center;display:flex;gap:12px}.UserStreamSubmissions_item__qDdih{align-items:center}.UserStreamSubmissions_name__1NjA1{font-weight:700}.UserStreamSubmissions_tags__FPgZ9{color:#9aa0a6;font-size:.85rem}.UserStreamSubmissions_actions__69aBi{align-items:center;display:flex;gap:8px}.UserStreamSubmissions_actions__69aBi .UserStreamSubmissions_btn__GaBM1{align-items:center;display:inline-flex;height:40px;justify-content:center}.UserStreamSubmissions_actions__69aBi .UserStreamSubmissions_btn__GaBM1,.UserStreamSubmissions_btn__GaBM1{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:8px 12px}.UserStreamSubmissions_btn-approve__5Oa17{background:linear-gradient(135deg,#28a745,#1e7a2b);color:#fff}.UserStreamSubmissions_btn-decline__RhZg8{background:#b33;color:#fff}.UserStreamSubmissions_btn-edit__YNCNf{background:#2a2a2a;color:#fff}.UserStreamSubmissions_collapseButton__cr63s{align-items:center;background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;color:#bcdff7;cursor:pointer;display:inline-flex;font-weight:700;height:32px;justify-content:center;width:36px}.UserStreamSubmissions_collapseButton__cr63s:hover{background:hsla(0,0%,100%,.035)}.UserStreamSubmissions_small__ttgxa{color:#9aa0a6;font-size:.85rem}.UserStreamSubmissions_empty__fq-4V{color:#9aa0a6;padding:20px;text-align:center}.UserStreamSubmissions_modal__LThtT{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.UserStreamSubmissions_modal-card__RsXau{background:#111;border:1px solid #222;border-radius:12px;max-width:95%;padding:20px;width:720px}.UserStreamSubmissions_form-row__wP85a{display:flex;gap:12px}.UserStreamSubmissions_form-group__FzKnb{display:flex;flex:1 1;flex-direction:column;gap:6px;margin-bottom:10px}.UserStreamSubmissions_input__FFb1i,textarea{background:#111;border:1px solid #2b2b2b;border-radius:8px;color:#fff;padding:8px 10px}.UserStreamSubmissions_modal-actions__SosMz{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}.UserStreamSubmissions_notice__9h0OF{background:#141414;border:1px solid #232323;border-radius:8px;color:#9aa0a6;padding:8px}.UserStreamSubmissions_details__a1-FA{display:none}.UserStreamSubmissions_detail-row__HbGUv{color:#dcdcdc;font-size:.9rem;margin:6px 0}.UserStreamSubmissions_kv-list__lpwnn{display:grid;grid-template-columns:minmax(200px,300px) 1fr;grid-gap:12px 24px;align-items:start;gap:12px 24px;grid-auto-rows:auto}.UserStreamSubmissions_kv-row__pcWYn{border-bottom:1px solid #ffffff05;padding:8px 0}.UserStreamSubmissions_kv-label__\+mnOk{color:#9aa0a6;font-weight:700}.UserStreamSubmissions_kv-value__24AUZ{align-items:center;color:#e6e6e6;display:flex;flex-wrap:wrap;gap:12px;overflow-wrap:anywhere}.UserStreamSubmissions_kv-value__24AUZ a{color:#39a6ff;flex:1 1 auto;min-width:0;overflow-wrap:anywhere;text-decoration:underline;word-break:break-word}.UserStreamSubmissions_watchBtn__qp3aj{align-items:center;background:linear-gradient(135deg,#28a745,#1e7a2b);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;height:32px;justify-content:center;line-height:1;min-width:56px;padding:6px 10px;white-space:nowrap}.UserStreamSubmissions_container__uNfN1,.UserStreamSubmissions_details-panel__nA1N6,.UserStreamSubmissions_list-column__0IUgB{-webkit-overflow-scrolling:touch}.UserStreamSubmissions_details-panel__nA1N6 .UserStreamSubmissions_btn__GaBM1{margin-left:8px}@media (max-width:1000px){.UserStreamSubmissions_main__EfPc5{display:flex;flex-direction:column;gap:12px;height:auto}.UserStreamSubmissions_container__uNfN1{padding:8px}.UserStreamSubmissions_details-panel__nA1N6,.UserStreamSubmissions_list-column__0IUgB{box-sizing:border-box;margin:0;max-width:none;padding:12px;width:100%}.UserStreamSubmissions_details-panel__nA1N6,.UserStreamSubmissions_list-column__0IUgB{max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.UserStreamSubmissions_details__a1-FA,.UserStreamSubmissions_details__a1-FA.UserStreamSubmissions_open__R3nTp{display:block}.UserStreamSubmissions_item__qDdih{align-items:stretch;flex-direction:column}.UserStreamSubmissions_actions__69aBi{margin-top:8px}.UserStreamSubmissions_watchBtn__qp3aj{height:30px;min-width:44px;padding:4px 8px}}