body{font-family:var(--main-font);-ms-overflow-style:none;scrollbar-width:none;overflow:-moz-scrollbars-none;height:-webkit-fill-available;background-color:var(--secondary-color);display:flex;flex-direction:column;font-family:var(--main-font);padding-top:var(--safe-top)!important;padding-bottom:var(--safe-bottom)!important;padding-left:var(--safe-left)!important;padding-right:var(--safe-right)!important}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}::placeholder{opacity:.8;font-family:var(--main-font);font-size:.9rem}input:focus,select:focus,textarea:focus{outline:0!important;box-shadow:none!important;appearance:none!important}::-webkit-input-placeholder{opacity:.8;font-family:var(--main-font);font-size:.9rem}::-moz-placeholder{opacity:.8;font-family:var(--main-font);font-size:.9rem}:-ms-input-placeholder{opacity:.8;font-family:var(--main-font);font-size:.9rem}:-moz-placeholder{opacity:.8;font-family:var(--main-font);font-size:.9rem}::-webkit-scrollbar{display:none}html{scrollbar-width:none;-ms-overflow-style:none}body,html{height:-webkit-fit-content}a,button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}a:focus,button:focus{outline:0}:root{--danger-color:#dd5050;--primary-color:#0d0d0d;--secondary-color:#f5f5f5;--terciary-color:#038bc1;--line-color:#038bc132;--dark-bg:#1f1f1f;--online-color:#08d801;--gradient-terciary:linear-gradient(135deg, var(--terciary-color), #227883);--text-color:#0d0d0d;--heavy-grey:#c0bfc0;--btn-color:#e1dfe1;--main-font:"SF Pro Display",sans-serif;--safe-top:env(safe-area-inset-top, 0px);--safe-bottom:env(safe-area-inset-bottom, 0px);--safe-left:env(safe-area-inset-left, 0px);--safe-right:env(safe-area-inset-right, 0px);--splash-bg:url("/media/innerlogos/bgSplash.png");--splash-logo:url("/media/innerlogos/lobbix-plus-logo-darkshine-sf.png")}ul{list-style:none}a{text-decoration:none;color:inherit}body::-webkit-scrollbar{display:none}button{color:inherit;background-color:transparent;border:none;outline:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none}.tab-content{display:none!important}.tab-content.active{display:block!important}.tab-btn.active{font-weight:700!important}h2,h3,h4{color:var(--primary-color);opacity:.3;font-weight:600}iframe{border:none!important;outline:0!important}#loading-bar{position:sticky;left:0;height:5px;width:0%;opacity:.2;background-color:var(--terciary-color,#a8c1dd);transition:opacity .5s ease-out,width .5s ease-out;z-index:999999999999}.loading-bar.bottom{position:absolute!important;top:0;left:0;height:5px;width:0%;opacity:.2;background-color:var(--terciary-color,#a8c1dd);transition:opacity .5s ease-out,width .5s ease-out;z-index:999999999999}.loading-bar.bottom p{position:absolute;top:-20px;left:0;font-size:.8rem;font-weight:600;color:var(--secondary-color);background-color:#2c2c2ce8;height:20px;width:100vw;padding:2px 10px}.tag-message{display:flex;align-items:center;justify-content:center;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:40vw;max-width:70vw;height:auto;background-color:#1a1a1a;color:#b1b1b1;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:.8rem;padding:20px;border-radius:10px;text-align:center;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none;z-index:9999999999999}#postingFeedback{position:fixed;top:0;left:50%;transform:translate(-50%,-110%);width:95vw;max-width:300px;height:auto;background-color:var(--secondary-color);padding:25px 10px 15px;border:2px solid var(--terciary-color);border-top:none;border-radius:0 0 20px 20px;z-index:999999999999;opacity:0;pointer-events:none;transition:transform .32s,opacity .32s}#postingFeedback.show{transform:translate(-50%,0);opacity:1;pointer-events:auto}.pfb-wrap{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:1.1rem;white-space:normal;padding:10px 0 0}#postingFeedback .pfb-wrap h3{flex:0 0 auto;color:var(--terciary-color);font-size:1rem;font-weight:700;opacity:1}#postingFeedback .pfb-wrap p{margin:0;white-space:normal;overflow-wrap:anywhere;flex:1 1 auto;flex-grow:1;color:var(--primary-color)}@media screen and (min-width:1024px){#postingFeedback{background-color:#00000067;backdrop-filter:blur(10px);border:1px solid var(--terciary-color)}#postingFeedback .pfb-wrap h3{color:var(--terciary-color)!important}#postingFeedback .pfb-wrap p{color:var(--secondary-color)}}@media screen and (max-width:1023px){#postingFeedback{position:fixed;top:0;left:50%;transform:translate(-50%,-110%);width:100vw;max-width:100vw;height:auto;background-color:#fff;padding:25px 10px 5px;border:none;border-top:none;border-radius:0;z-index:999999999999;opacity:0;pointer-events:none;transition:transform .32s,opacity .32s}#postingFeedback .pfb-wrap{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:.8rem;font-weight:600;white-space:normal;padding:10px 0 0}#postingFeedback .pfb-wrap h3{flex:0 0 auto;color:var(--terciary-color);font-size:1rem;font-weight:700}#postingFeedback .pfb-wrap p{margin:0;white-space:normal;overflow-wrap:anywhere;flex:1 1 auto;flex-grow:1;color:#000;font-size:.8rem;font-weight:500}}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.center{justify-content:center;align-items:center}.f-start{justify-content:flex-start;align-items:center}.f-end{justify-content:flex-end;align-items:center}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.align-center{align-items:center}.justify-center{justify-content:center}.justify-fs{justify-content:flex-start}.justify-fe{justify-content:flex-end}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.z-less1{z-index:-1}.z-10{z-index:10}.z-100{z-index:100}.z-inf{z-index:9999}.w-full{width:100%}.h-full{height:100%}.max-w-1000{max-width:1000px;margin:0 auto}.h-14{height:14px}.h-20{height:20px}.h-50{height:50px}.h-100{height:100px}.g-1{gap:.25rem}.g-2{gap:.5rem}.g-4{gap:1rem}.pl-0{padding-left:0!important}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-1-t0{padding:0 .25rem .25rem}.p-0-1,.p-1-0{padding:0 .25rem}.p-2-t0{padding:0 .5rem .5rem}.p-0-2,.p-2-0{padding:0 .5rem}.p-4-t0{padding:0 1rem 1rem}.p-0-4,.p-4-0{padding:0 1rem}.p-1-0{padding:.25rem 0}.p-2-0{padding:.5rem 0}.p-4-0{padding:1rem 0}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.m-0-auto{margin:0 auto}.m-auto-0{margin:auto 0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-1-auto{margin:.25rem auto}.m-2-auto{margin:.5rem auto}.m-4-auto{margin:1rem auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.bg-primary{background-color:var(--primary-color)}.bg-black{background-color:#000}.bg-grad{background:linear-gradient(to right,#001018 0,#000f173b 100%);background-attachment:fixed;background-size:cover}.bg-dark{background-color:var(--dark-bg)}.bg-light{background-color:var(--light-bg)}.bg-black.wallet{background-color:#000b0f!important}.text-white{color:var(--secondary-color)}.text-dark{color:var(--primary-color)}.terc-color{color:var(--terciary-color)}.online-color{color:var(--online-color)!important}.rounded-sm{border-radius:3px}.rounded{border-radius:8px}.rounded-l{border-radius:25px}.rounded-full{border-radius:50%}.shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.15)}.shadow-lg{box-shadow:0 8px 12px rgba(0,0,0,.2)}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.8)}.text-shadow-sm{text-shadow:0 1px 2px rgba(0,0,0,.5)}.text-xsm{font-size:.6rem}.text-sm{font-size:.875rem}.text-md{font-size:1rem}.text-lg{font-size:1.25rem}.bold{font-weight:700}.uppercase{text-transform:uppercase}.hov-terc{transition:.2s}.hov-terc:hover{color:var(--terciary-color);opacity:1;transform:scale(1.1)}.hov-terc:hover i{color:var(--terciary-color);opacity:1}.rot-90{transform:rotate(90deg)}.rot-180{transform:rotate(180deg)}.rot-m90{transform:rotate(-90deg)}.rot-m180{transform:rotate(-180deg)}.pre-wrap{white-space:pre-wrap;word-wrap:break-word}.ios-toggle{position:relative;display:inline-block;width:2rem;height:1rem;margin-left:auto}.ios-toggle input{opacity:0;width:0;height:0}.ios-toggle .slider{position:absolute;cursor:pointer;inset:0;background-color:#555;transition:background-color .3s;border-radius:1.3rem}.ios-toggle .slider::before{content:"";position:absolute;width:1rem;height:1rem;left:.15rem;top:0;background-color:#fff;transition:transform .3s;border-radius:50%}.ios-toggle input:checked+.slider{background-color:var(--terciary-color)}.ios-toggle input:checked+.slider::before{transform:translateX(.9rem)}.pointer{cursor:pointer}.pointer-ev-none{pointer-events:none}.hidden{display:none!important}.visible{display:block}.opacity-high{opacity:.3}.opacity-mid{opacity:.6}.opacity-low{opacity:.8}.no-opacity{opacity:1}.cursor-pointer{cursor:pointer}.transition{transition:.5s}.no-scroll{overflow:hidden}.main-fade-out{opacity:0;pointer-events:none}.fade-out{opacity:0!important;pointer-events:none}.rel{position:relative}.top-shadow{position:absolute;top:0;left:0;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,#000 100%)}.top-shadow-strong{position:absolute;top:0;left:0;height:40%;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,#000 100%)}.bot-shadow,.bot-shadow-strong{position:absolute;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,#000 100%)}.l-shadow{position:absolute;top:0;left:0;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,#000 100%)}.l-shadow-strong{position:absolute;top:0;left:0;width:40%;height:100%;background:linear-gradient(to right,#000 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,0) 100%)}.r-shadow{position:absolute;top:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,#000 100%)}.of-hid{overflow:hidden}.of-x-hid{overflow-x:hidden}img{width:100%;height:100%;object-fit:cover;object-position:center center;user-drag:none;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-select:none;pointer-events:auto}.av-img{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:50%}img:not([src]),img[src=""]{display:block;opacity:0;pointer-events:none}video{width:100%;height:100%;object-fit:cover;object-position:center center}.clickable{cursor:pointer}.cta-btn-white{background-color:var(--secondary-color);border-radius:10px;font-size:1rem;padding:5px 10px;margin:15px auto;cursor:pointer;filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));border:1px solid var(--btn-color)}.cta-btn-white i{color:var(--primary-color)}.floating-b-l{position:absolute;bottom:20px;left:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:rgba(0,0,0,.3);border-radius:50%;padding:5px;cursor:pointer}.floating-b-l i{color:#fff;font-size:.8rem}.floating-t-r{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:50%;padding:5px;cursor:pointer;color:var(--secondary-color);z-index:9998}.mute-btn.floating-t-r{right:10px}.floating-t-r.ico.top10{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:50%;padding:5px;cursor:pointer;color:var(--secondary-color);z-index:10000}.floating-t-r i{color:#fff;font-size:.8rem;opacity:.8}.floating-t-r img{width:20px;height:20px;object-fit:cover;object-position:center center;margin-left:-10px;border-radius:4px}.cinema-badge{background-color:#000;font-size:.65rem;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:700}.char-counter-wrapper{position:relative;width:28px;height:28px}.char-count{text-align:center;width:100%;font-size:.75rem;font-weight:700;color:var(--secondary-color);transition:color .2s;pointer-events:none;margin-bottom:5px;margin-left:2px}.char-tool.error .char-count{color:var(--danger-color)}.char-tool{width:28px;height:28px;position:relative}.char-circle-fill{position:relative;width:100%;height:100%;border-radius:50%}.char-circle-fill .circle-base,.char-circle-fill .circle-progress{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;mask:radial-gradient(farthest-side,transparent 65%,black 65%);-webkit-mask:radial-gradient(farthest-side,transparent 65%,black 65%)}.char-circle-fill .circle-base{background:var(--line-color);z-index:1}.char-circle-fill .circle-progress{background:conic-gradient(var(--terciary-color) 0,transparent 0);z-index:2;transition:background .2s}textarea.auto-expand{transition:height .2s}.skeleton-page-overlay{padding-top:calc(var(--safe-top) + 20px)!important;transition:.5s ease-in-out}.abs{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:var(--primary-color);z-index:100000}.skeleton-page-overlay.fade-out{opacity:0;padding-top:0}.skeleton-section{margin-bottom:40px}.skeleton-title{height:24px;width:40%;background-color:#2c2c2c;border-radius:4px;margin-bottom:16px}.skeleton-carousel{display:flex;gap:16px;overflow-x:auto}.skeleton-card{width:30vw;height:45vw;border-radius:10px}@media (min-width:769px){.floating-t-r{right:50px}.floating-t-r.ico{right:0}.skeleton-card{width:120px;height:180px}}.shimmer{background:linear-gradient(to right,#2c2c2c 0,#3a3a3a 50%,#2c2c2c 100%);background-size:200% 100%;animation:3.2s linear infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.shimmer-text{background:linear-gradient(to right,#2c2c2c 0,#3a3a3a 50%,#2c2c2c 100%);background-size:200% 100%;animation:3.2s linear infinite shimmer-text;color:transparent;background-clip:text;-webkit-background-clip:text;font-size:3rem}@keyframes shimmer-text{0%{background-position:-200% 0}100%{background-position:200% 0}}.skeleton-header{display:flex;justify-content:space-between;align-items:center}.skeleton-logo{width:100px;height:20px;background-color:#2c2c2c;border-radius:4px}.skeleton-header-icons{display:flex;gap:10px}.skeleton-circle{width:30px;height:30px;border-radius:50%;background-color:#2c2c2c}.skeleton-header-menu{display:flex;gap:12px}.skeleton-rect{width:100px;height:12px;background-color:#2c2c2c;border-radius:4px}.load-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:9999}.mini-loader{width:3rem;height:3rem;border:4px solid var(--terciary-color);border-top-color:transparent;border-radius:50%;animation:.8s linear infinite spin}.wrapLoader{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:.5rem;padding-top:30px;background-color:#000;z-index:99999999}.skeleton-loader{position:absolute;inset:0;width:100%;min-height:80%;align-content:flex-start;z-index:999999999;background-color:#000;transition:.2s ease-in-out}.skeleton{position:relative;overflow:hidden}.skeleton .avatar,.skeleton .line,.skeleton .stat{background:linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.12) 20%,rgba(255,255,255,.07) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer;border-radius:10px}.skeleton-loader.profile{display:grid;gap:16px;top:40px;padding-top:10px;padding-left:20px}@media screen and (min-width:800px){.skeleton-loader.profile{top:0}.loading-bar.bottom{display:none}}.skeleton-loader.profile .profile-top{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px;width:100%}.skeleton-loader.profile .avatar-lg{width:72px;height:72px;border-radius:50%;background:linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.12) 20%,rgba(255,255,255,.07) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}.skeleton-loader.profile .names{display:grid;gap:6px;width:100%}.skeleton-loader.profile .line.name{height:16px;width:80px;border-radius:8px}.skeleton-loader.profile .meta{display:grid;grid-template-columns:1fr 16px;align-items:center;gap:8px}.skeleton-loader.profile .line.username{height:12px;width:40%;border-radius:6px}.skeleton-loader.profile .badge{width:16px;height:16px;border-radius:50%;opacity:.7;background:linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.12) 20%,rgba(255,255,255,.07) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}.skeleton-loader.profile .bio .bio-1{height:16px;width:60%;border-radius:8px}.skeleton-loader.profile .stats-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.skeleton-loader.profile .stats-row .dot{width:8px;height:8px;border-radius:50%;opacity:.6;background:#333}.skeleton-loader.profile .stats-row .sep{width:10px;height:2px;background:#1f2b33;border-radius:2px;opacity:.6}.skeleton-loader.profile .stat.short{height:22px;width:80px;border-radius:6px}.skeleton-loader.profile .tabs-row{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;margin-top:35px;gap:10px;height:100%}.skeleton-loader.profile .pill{height:24px;width:110px;border-radius:12px 0 0 12px;background:linear-gradient(90deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.07) 20%,rgba(255,255,255,.02) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}.skeleton-loader.profile .pill.pill-lg{width:140px}.skeleton-loader.profile .divider{height:1px;width:100%;background:var(--line-color);opacity:.6;border-radius:1px}.skeleton-loader.profile .profile-header{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}.skeleton-loader.profile .profile-header .avatar{width:72px;height:72px;border-radius:50%}.skeleton-loader.profile .profile-header .infos{display:grid;gap:8px}.skeleton-loader.profile .profile-header .line{height:14px}.skeleton-loader.profile .profile-header .line.short{width:40%}.skeleton-loader.profile .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.skeleton-loader.profile .stats .stat{height:36px;border-radius:12px}.skeleton-loader.timeline{margin-top:0;display:grid;gap:16px}.skeleton-loader.timeline .post-card{border:1px solid var(--line-color);border-radius:12px;padding:12px;min-height:120px}.skeleton-loader.timeline .post-card .header{display:grid;grid-template-columns:44px 1fr;gap:8px;align-items:center;margin-bottom:8px}.skeleton-loader.timeline .post-card .header .avatar{width:44px;height:44px;border-radius:50%}.skeleton-loader.timeline .post-card .header .lines{display:grid;gap:6px}.skeleton-loader.timeline .post-card .header .line{height:12px}.skeleton-loader.timeline .post-card .header .line.short{width:50%}.skeleton-loader.timeline .post-card .body{display:grid;gap:8px}.skeleton-loader.timeline .post-card .body .line{height:12px}.skeleton-loader.timeline .post-card .body .line.short{width:60%}@keyframes skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-loader.list{display:grid;gap:16px}.skeleton-loader.list .list-card{position:relative;border:2px solid var(--line-color);border-bottom:3px solid var(--line-color);border-radius:10px;overflow:hidden;background:#000;height:330px;width:100%}.skeleton-loader.list .list-card .cover{height:140px;background:linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.12) 20%,rgba(255,255,255,.07) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}.skeleton-loader.list .list-card .content{padding:14px;display:grid;gap:10px}.skeleton-loader.list .line{height:14px;border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.12) 20%,rgba(255,255,255,.07) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}.skeleton-loader.list .line.short{width:60%;height:12px}.skeleton-loader.list .line.tiny{width:90px;height:10px;border-radius:6px}.skeleton-loader.list .meta-row{display:flex;gap:8px}.skeleton-loader.list .chip{border-radius:10px}.skeleton-loader.list .followers{width:50%;opacity:.9}.skeleton-loader.list .preview-avatars{display:flex;gap:6px;list-style:none;padding:0;margin:0}.skeleton-loader.list .preview-avatars .av{width:28px;height:28px;border-radius:6px;background:linear-gradient(90deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.12) 20%,rgba(255,255,255,.07) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}.skeleton-loader.list .pill.follow-btn{height:36px;width:110px;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.07) 20%,rgba(255,255,255,.02) 40%);background-size:200% 100%;animation:3s linear infinite skeleton-shimmer}@media screen and (min-width:1024px){.skeleton-loader.list .list-card .cover{height:180px}}.image-viewer{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:1000000000000000;display:flex;justify-content:center;align-items:center}.image-viewer.hidden{display:none}.image-viewer-content{position:relative;width:100vw;height:100dvh;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden;padding:0}.image-viewer-content .fa-circle-notch,.media-wrap .fa-circle-notch{position:absolute;top:50%;left:45%;font-size:1.5rem;z-index:-1;opacity:.5}.image-viewer-content img{max-width:90vw;max-height:90vh;width:auto;height:auto;border-radius:8px;object-fit:contain;display:block;margin:auto}.close-btn{position:absolute;top:12px;right:12px;font-size:32px;background:0 0;border:none;color:#fff;cursor:pointer}.dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.drag *,.dragging *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@keyframes spin{to{transform:rotate(360deg)}}.fixed-top{padding-top:var(--safe-top)!important}@media screen and (max-width:1023px){.bottom-nav,.fixed-bottom,.tabbar{padding-bottom:calc(var(--safe-bottom))!important}}.fullscreen,.vh-100{min-height:100dvh!important}.native-host,.native-host *{-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.native-host [contenteditable=true],.native-host input,.native-host textarea{-webkit-user-select:text!important;user-select:text!important;-webkit-touch-callout:default!important}.native-host a,.native-host img,.native-host video{-webkit-touch-callout:none!important}.native-host body,.native-host html{-webkit-text-size-adjust:100%}