@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap);@import url(https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@400;500;600;700&display=swap);.app-root{height:100vh;height:calc(var(--vh, 1vh)*100);min-height:100%;transition:height .3s ease,padding-bottom .3s ease}body{background-color:#fff;margin:0 auto;max-width:1440px;overflow-x:hidden}html{-webkit-text-size-adjust:100%}a{color:#000;text-decoration:none}li{list-style:none}::-webkit-scrollbar{width:0}.loading-screen{align-items:center;background:#fff;bottom:0;display:flex;font-size:1.5rem;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}:root{--vh:1vh;--ios-input-font-size:17px}button,input,select,textarea{-webkit-text-size-adjust:100%!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important;font-size:17px!important;font-size:var(--ios-input-font-size)!important;touch-action:manipulation!important}input,textarea{font-size:18px}*{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.app-root,.chat-window,.message,.messages-container,body{-webkit-user-select:none;user-select:none}input,textarea{-webkit-user-select:text!important;user-select:text!important}.header{background:#fff;box-shadow:0 2px 12px #00000014;justify-content:space-between;padding:12px 24px;position:relative;top:0;z-index:1000}.header,.header-logo{align-items:center;display:flex}.header-logo{gap:16px;transition:transform .2s ease}.header-logo:hover{transform:translateX(4px)}.header-logo .logo-badge{background:#000;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#fff;display:grid;font:0 20px/1 Inter,sans-serif;height:40px;place-items:center;width:40px}.header-logo .logo-text{font:300 24px/1 Inter,sans-serif;letter-spacing:-.5px}.header-logo .logo-text a{color:#000;position:relative;text-decoration:none}.header-logo .logo-text a:after{background:#000;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.header-logo .logo-text a:hover:after{width:100%}@media(max-width:480px){.header{padding:12px 16px}.header-logo{gap:12px}.header-logo .logo-badge{font-size:18px;height:36px;width:36px}.header-logo .logo-text{font-size:20px}}.header .header-logo,.header .header-logo .logo-text{font-family:Dancing Script,cursive;font-weight:600}.header .header-logo .logo-text{font-size:30px}.header .header-icons{align-items:center;display:flex;gap:16px}.header .header-icons .chat-icon{align-items:center;display:flex;height:24px;justify-content:center;margin-right:8px;position:relative;width:24px}.header .header-icons .chat-icon:hover svg{transform:scale(1.05)}.header .header-icons .chat-icon svg{transition:transform .2s ease}.header .header-icons .chat-badge{align-items:center;background:#ff3040;border:2px solid #fff;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-size:12px;font-weight:600;height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 2px;position:absolute;right:-8px;top:-6px}.nav-Elements .navUl{grid-gap:50px;display:grid;font-size:15px;font-weight:400;gap:50px;grid-template-columns:repeat(4,1fr);margin-top:10px;padding:0 5px;transition:.7s;width:120px}.nav-Elements .navUl li{cursor:pointer}@media(max-width:480px){.nav-Elements{display:none}.nav-Elements .navUl{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,2fr);width:50px}}.Hosting{display:flex;flex-direction:column;gap:20px;margin-top:40px}@media(max-width:768px){.Hosting{bottom:40px;position:relative}}@keyframes scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.hosting-container{background:#fafafa;color:#262626;margin:0 auto;max-width:100%}.hosting-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafafae6;border-bottom:1px solid #00000014;display:flex;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.hosting-header h1{color:#262626;font-size:20px;font-weight:700;margin:0}.hosting-refresh-btn{align-items:center;background:none;border:none;border-radius:50%;color:#262626;display:flex;justify-content:center;padding:8px}.hosting-refresh-btn.refreshing{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hosting-posts{grid-gap:0;display:grid;gap:0}.hosting-post{animation:fadeIn .3s ease-out forwards;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:16px;overflow:hidden}.hosting-post-header{align-items:center;display:flex;justify-content:space-between;padding:12px 16px}.hosting-user-info{align-items:center;display:flex;gap:12px}.hosting-avatar{border:1px solid #0000000d;border-radius:50%;height:36px;object-fit:cover;width:36px}.hosting-username{color:#262626;font-size:15px;font-weight:600;text-decoration:none}.hosting-more-btn{background:none;border:none;color:#262626;padding:8px}.hosting-post-media{align-items:center;background:#f5f5f5;display:flex;justify-content:center;max-height:600px;min-height:300px;overflow:hidden;position:relative;width:100%}.hosting-image{animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275);background:#000;display:block;object-fit:contain;width:100%}.hosting-image,.hosting-video-container{max-height:600px}.hosting-video-container .hosting-video{background-color:#000;height:100%;left:0;max-height:600px;object-fit:contain;position:absolute;top:0;width:100%}.hosting-video-play-btn{background:#fffc;box-shadow:0 2px 10px #0000001a}.hosting-video-play-btn:active{background:#ffffffe6}.hosting-video-controls{bottom:16px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:2}.hosting-video-controls .hosting-control-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 5px #0000001a;color:#262626;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.hosting-post-footer{padding:12px 16px}.hosting-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.hosting-comment-btn{align-items:center;background:none;border:none;color:#262626;display:flex;font-size:15px;gap:8px;padding:6px}.hosting-comment-btn svg{font-size:24px}.hosting-content .hosting-description{color:#262626;font-size:15px;line-height:1.4;margin-bottom:8px}.hosting-content .hosting-description:not(.expanded){-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hosting-content .hosting-username-inline{font-weight:600;margin-right:6px}.hosting-content .hosting-meta{color:#8e8e8e;display:flex;font-size:13px;justify-content:space-between}.hosting-empty{align-items:center;color:#262626;display:flex;flex-direction:column;justify-content:center;padding:100px 20px;text-align:center}.hosting-empty h2{font-size:18px;margin:16px 0 8px}.hosting-empty p{color:#8e8e8e;font-size:14px;max-width:300px}.hosting-empty svg{color:#8e8e8e}.hosting-loading{align-items:center;background:#fafafa;display:flex;height:100vh;justify-content:center}.hosting-loading .hosting-spinner{animation:spin 1s linear infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#3897f0;height:40px;width:40px}.hosting-video-container{background:#000;border-radius:8px;height:0;overflow:hidden;padding-bottom:100%;position:relative;touch-action:none;width:100%}.hosting-video-container.hosting-fullscreen{border-radius:0;height:100%;left:0;padding-bottom:0;position:fixed;top:0;width:100%;z-index:1000}.hosting-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.hosting-fullscreen .hosting-video{object-fit:contain}.hosting-video-play-btn{align-items:center;background:#00000080;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s,background .2s;width:60px;z-index:2}.hosting-video-play-btn:active{background:#000000b3;transform:translate(-50%,-50%) scale(.95)}.hosting-speed-indicator{animation:hosting-fadeIn .3s ease;background:#000000b3;border-radius:16px;padding:4px 12px;position:absolute;right:16px;top:16px;z-index:3}.hosting-speed-indicator .hosting-speed-badge{color:#fff;font-size:14px;font-weight:600}@keyframes hosting-fadeIn{0%{opacity:0}to{opacity:1}}.hosting-controls{background:linear-gradient(#0000,#0009);bottom:0;left:0;opacity:0;padding:16px;position:absolute;right:0;transition:opacity .3s ease;z-index:3}.hosting-controls.visible{opacity:1}.hosting-progress-container{background:#ffffff4d;border-radius:2px;cursor:pointer;height:4px;margin-bottom:12px;position:relative}.hosting-progress-bar{background:#fff;border-radius:2px;height:100%;transition:width .1s linear;width:0}.hosting-controls-bar{align-items:center;display:flex;justify-content:space-between}.hosting-control-btn{align-items:center;background:none;border:none;border-radius:50%;display:flex;justify-content:center;padding:8px}.hosting-control-btn .hosting-icon{fill:#fff;height:24px;width:24px}.hosting-time{color:#fff;font-size:14px;font-weight:500}.hosting-right-controls{display:flex;gap:8px}.hosting-fast-forward-area{cursor:pointer;height:100%;position:absolute;right:0;top:0;width:40%;z-index:4}.hosting-video-zoom-enter{opacity:0;transform:scale(.9)}.hosting-video-zoom-enter-active{opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease}.hosting-video-zoom-exit{opacity:1;transform:scale(1)}.hosting-video-zoom-exit-active{opacity:0;transform:scale(.9);transition:transform .3s cubic-bezier(.6,-.28,.735,.045),opacity .3s ease}:root{--card-bg:#fff;--card-border:#0c121c0f;--text:#0b1220;--muted:#6b7280;--accent:#0ea5ff;--overlay:#00000073;--radius:14px;--shadow:0 10px 30px #02061714;--smooth:cubic-bezier(.22,.9,.32,1)}body,html{height:100%}.cm-overlay{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#0000;display:flex;inset:0;justify-content:center;padding:18px;position:fixed;transition:background .22s ease;z-index:9999}.cm-overlay.ov-open{background:#00000073;background:var(--overlay)}.cm-card{background:#fff;background:var(--card-bg);border:1px solid #0c121c0f;border:1px solid var(--card-border);border-radius:14px;border-radius:var(--radius);box-shadow:0 10px 30px #02061714;box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:88vh;max-width:720px;opacity:0;overflow:hidden;transform:translateY(6px) scale(.995);transition:transform .32s cubic-bezier(.22,.9,.32,1),opacity .24s ease;transition:transform .32s var(--smooth),opacity .24s ease;width:100%}.cm-card.cm-open{opacity:1;transform:translateY(0) scale(1)}.cm-header{background:linear-gradient(180deg,#ffffff05,#0000);border-bottom:1px solid #0f141e08;justify-content:space-between;padding:12px 16px}.cm-header,.cm-header-left{align-items:center;display:flex}.cm-header-left{gap:12px}.cm-dragger{background:linear-gradient(90deg,#0000000f,#00000005);border:none;border-radius:999px;cursor:grab;height:6px;padding:0;width:36px}.cm-title{color:#0b1220;color:var(--text);font-size:15px;font-weight:600}.cm-count{font-size:12px;margin-left:6px}.cm-close,.cm-count{color:#6b7280;color:var(--muted)}.cm-close{background:#0000;border:none;border-radius:8px;cursor:pointer;font-size:20px;padding:8px;transition:transform .14s ease,color .14s ease,background .14s ease}.cm-close:hover{background:#00000008;color:#0b1220;color:var(--text);transform:translateY(-2px)}.cm-list{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:10px;overflow:auto;padding:14px}.cm-skel{align-items:center;animation:pulse 1.2s linear infinite;display:flex;gap:12px;padding:8px 4px}.sk-avatar{background:linear-gradient(90deg,#f0f0f0,#e6e6e6);border-radius:50%;flex-shrink:0;height:44px;width:44px}.sk-body{flex:1 1}.sk-line{background:linear-gradient(90deg,#f0f0f0,#e6e6e6);border-radius:6px;height:10px;margin-bottom:8px}.sk-line.short{width:48%}.sk-line.long{width:84%}.cm-empty{color:#6b7280;color:var(--muted);font-size:14px;padding:28px 6px;text-align:center}.cm-item{align-items:flex-start;animation:itemIn .26s cubic-bezier(.22,.9,.32,1) both;animation:itemIn .26s var(--smooth) both;background:#0000;border-radius:12px;cursor:default;display:flex;gap:12px;padding:10px;position:relative;transition:background .16s ease,transform .22s cubic-bezier(.22,.9,.32,1);transition:background .16s ease,transform .22s var(--smooth)}.cm-item.optim{background:#00000003;border:1px dashed #0000000f;opacity:.95;transform:translateY(-4px)}@keyframes itemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cm-avatar{border-radius:50%;flex-shrink:0;height:44px;object-fit:cover;width:44px}.cm-body{flex:1 1;flex-direction:column;min-width:0}.cm-body,.cm-top{display:flex;gap:8px}.cm-top{align-items:flex-start;justify-content:space-between;width:100%}.cm-user{display:flex;flex-direction:column;gap:6px;min-width:0}.cm-username{color:#0b1220;color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-text,.cm-username{font-size:14px;max-width:100%}.cm-text{color:#213547;line-height:1.3;white-space:pre-wrap;word-break:break-word}.cm-meta{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.cm-time{color:#6b7280;color:var(--muted);font-size:12px}.cm-menuWrap{position:relative}.cm-more{background:#0000;border:none;border-radius:8px;color:#6b7280;color:var(--muted);cursor:pointer;padding:6px;transition:background .12s ease,color .12s ease,transform .12s ease}.cm-more:hover{background:#00000005;color:#0b1220;color:var(--text);transform:translateY(-2px)}.cm-menu{background:#fff;border:1px solid #0000000f;border-radius:8px;box-shadow:0 8px 20px #0206170f;min-width:120px;padding:4px;position:absolute;right:0;top:34px;z-index:40}.cm-menuDel{background:none;border:none;color:#ef4444;cursor:pointer;font-weight:600;padding:10px 12px;text-align:left;width:100%}.cm-menuDel:disabled{cursor:default;opacity:.6}.cm-footer{background:linear-gradient(180deg,#ffffff05,#0000);border-top:1px solid #0f141e08;padding:12px 14px}.cm-inputWrap{align-items:flex-end;display:flex;gap:10px}.cm-input{background:#fafafa;border:1px solid #0f141e0a;border-radius:10px;color:#0b1220;color:var(--text);flex:1 1;font-size:14px;line-height:1.3;max-height:180px;min-height:40px;outline:none;padding:10px 12px;resize:none}.cm-input:focus{border-color:#0ea5ff2e;box-shadow:0 6px 20px #0ea5ff14}.cm-send{background:#0ea5ff;background:var(--accent);border:none;border-radius:10px;box-shadow:0 8px 20px #0ea5ff29;color:#fff;cursor:pointer;display:inline-grid;font-size:16px;height:40px;place-items:center;transition:transform .12s cubic-bezier(.22,.9,.32,1),box-shadow .12s ease;transition:transform .12s var(--smooth),box-shadow .12s ease;width:48px}.cm-send:hover{transform:translateY(-3px)}.cm-send:active{transform:translateY(0)}.cm-send.disabled{background:linear-gradient(180deg,#f3f4f6,#e5e7eb);box-shadow:none;color:#00000059;opacity:.5;pointer-events:none}.cm-close:focus,.cm-input:focus,.cm-menuDel:focus,.cm-more:focus,.cm-send:focus{outline:3px solid #0ea5ff1f;outline-offset:2px}@media(min-width:920px){.cm-card{max-width:720px}.cm-avatar{height:56px;width:56px}.cm-input{min-height:44px}}.post-reactions{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.post-reactions .reaction-summary{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-behavior:smooth;white-space:nowrap}.post-reactions .reaction-summary::-webkit-scrollbar{height:4px}.post-reactions .reaction-summary::-webkit-scrollbar-track{background:#0000}.post-reactions .reaction-summary::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.post-reactions .reaction-summary .reaction-bubble{align-items:center;background:#00000014;border:1px solid #0000;border-radius:20px;box-shadow:0 2px 6px #00000014;cursor:pointer;display:flex;flex-shrink:0;padding:6px 12px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.post-reactions .reaction-summary .reaction-bubble:hover:not(.selected){background:#0000001f;transform:translateY(-2px)}.post-reactions .reaction-summary .reaction-bubble.selected{animation:bubble-select .4s ease;background:#007aff!important}.post-reactions .reaction-summary .reaction-bubble.selected .emoji{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.post-reactions .reaction-summary .reaction-bubble.selected .count{color:#fff!important;font-weight:700}.post-reactions .reaction-summary .reaction-bubble.selected:hover{background:#0063cc!important}.post-reactions .reaction-summary .reaction-bubble .emoji{font-size:20px;margin-right:6px;transition:transform .2s ease}.post-reactions .reaction-summary .reaction-bubble .count{color:#333;font-size:14px;font-weight:600;transition:color .2s ease}.post-reactions .react-button{align-items:center;background:#00000014;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:40px}.post-reactions .react-button:hover{background:#0000001f;transform:scale(1.1)}.post-reactions .react-button .plus-icon{color:#555;font-size:20px;font-weight:300;transition:transform .2s ease}.post-reactions .react-button:active .plus-icon{transform:rotate(90deg)}.post-reactions .emoji-picker-container{animation:picker-appear .2s ease-out;bottom:calc(100% + 12px);left:0;position:absolute;z-index:1000}.post-reactions .emoji-picker-container .emoji-picker{grid-gap:8px;background:#fff;border-radius:16px;box-shadow:0 12px 28px #00000026;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);padding:12px;transform-origin:bottom left}.post-reactions .emoji-picker-container .emoji-picker .emoji-item{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);width:40px}.post-reactions .emoji-picker-container .emoji-picker .emoji-item:hover{background:#0000000f;transform:scale(1.15)}.post-reactions .emoji-picker-container .emoji-picker .emoji-item.selected{animation:emoji-select .3s ease;background:#007aff!important;color:#fff!important}.post-reactions .emoji-picker-container .emoji-picker .emoji-item.selected:after{background:#fff;border-radius:50%;bottom:-4px;content:"";height:4px;left:50%;opacity:.8;position:absolute;transform:translateX(-50%);width:4px}.post-reactions .reaction-popup{animation:popup-appear .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;bottom:calc(100% + 10px);box-shadow:0 12px 28px #0003;display:flex;flex-direction:column;left:50%;max-height:60vh;position:absolute;transform:translateX(-50%);width:280px;z-index:2000}.post-reactions .reaction-popup[data-position=top]{bottom:auto;top:calc(100% + 10px)}.post-reactions .reaction-popup[data-side=left]{left:0;right:auto;transform:none}.post-reactions .reaction-popup[data-side=right]{left:auto;right:0;transform:none}.post-reactions .reaction-popup .popup-header{align-items:center;background:#f8f8f8;border-bottom:1px solid #eee;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:12px 16px}.post-reactions .reaction-popup .popup-header strong{color:#333;font-size:14px;font-weight:600}.post-reactions .reaction-popup .popup-header button{background:none;border:none;color:#666;cursor:pointer;font-size:20px;line-height:1;padding:0 4px;transition:color .2s}.post-reactions .reaction-popup .popup-header button:hover{color:#333}.post-reactions .reaction-popup .popup-list{flex:1 1;overflow-y:auto;padding:8px 0;scrollbar-color:#0000001a #0000;scrollbar-width:thin}.post-reactions .reaction-popup .popup-list::-webkit-scrollbar{width:6px}.post-reactions .reaction-popup .popup-list::-webkit-scrollbar-track{background:#0000}.post-reactions .reaction-popup .popup-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.post-reactions .reaction-popup .popup-list .popup-item{align-items:center;display:flex;gap:12px;padding:8px 16px;transition:background .2s}.post-reactions .reaction-popup .popup-list .popup-item:hover{background:#f5f5f5}.post-reactions .reaction-popup .popup-list .popup-item .popup-avatar{border:1px solid #eee;border-radius:50%;flex-shrink:0;height:36px;object-fit:cover;width:36px}.post-reactions .reaction-popup .popup-list .popup-item .popup-name{color:#333;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-reactions .reaction-popup:after{border:8px solid #0000;border-top-color:#fff;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.post-reactions .reaction-popup[data-position=top]:after{border-bottom-color:#fff;border-top-color:#0000;bottom:100%;top:auto}@media(max-width:768px){.post-reactions .reaction-popup{max-height:50vh;width:260px}.post-reactions .reaction-popup .popup-header{padding:10px 12px}.post-reactions .reaction-popup .popup-header strong{font-size:13px}.post-reactions .reaction-popup .popup-item{padding:8px 12px}.post-reactions .reaction-popup .popup-item .popup-avatar{height:32px;width:32px}.post-reactions .reaction-popup .popup-item .popup-name{font-size:13px}}@keyframes picker-appear{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bubble-select{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes emoji-select{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1.1)}}@keyframes popup-appear{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@media(max-width:768px){.post-reactions .reaction-summary{gap:8px}.post-reactions .reaction-summary .reaction-bubble{padding:5px 10px}.post-reactions .reaction-summary .reaction-bubble .emoji{font-size:18px}.post-reactions .reaction-summary .reaction-bubble .count{font-size:13px}.post-reactions .react-button{height:36px;width:36px}.post-reactions .emoji-picker-container .emoji-picker{grid-template-columns:repeat(4,1fr)}.post-reactions .emoji-picker-container .emoji-picker .emoji-item{font-size:22px;height:36px;width:36px}.post-reactions .reaction-popup{max-height:70vh;width:90%}.post-reactions .reaction-popup .popup-header{padding:12px}.post-reactions .reaction-popup .popup-header strong{font-size:15px}.post-reactions .reaction-popup .popup-item{padding:10px 12px}.post-reactions .reaction-popup .popup-item .popup-avatar{height:36px;width:36px}}.video-container{background:#000;cursor:pointer;height:0;overflow:hidden;padding-bottom:125%;position:relative;width:100%}.video-container .video-player{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.video-container .play-button{left:50%;opacity:.9;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;z-index:10}.video-container .play-button:hover{opacity:1}.video-container .video-counter{background:#0006;border-radius:12px;color:#fff;font-size:14px;font-weight:500;padding:4px 8px;position:absolute;right:16px;top:16px;z-index:10}.video-container .video-controls{background:linear-gradient(#0000,#0000004d);bottom:0;left:0;opacity:0;padding:0 12px 12px;position:absolute;right:0;transition:opacity .3s ease;z-index:10}.video-container .video-controls.visible{opacity:1}.video-container .progress-container{background:#fff3;cursor:pointer;height:3px;margin:0 0 10px;position:relative}.video-container .progress-bar{background:#fff;height:100%;position:absolute;transition:width .1s}.video-container .control-bar{align-items:center;display:flex;justify-content:space-between;padding:0 4px}.video-container .time-display{color:#fff;font-size:12px;font-weight:500;opacity:.8}.video-container .mute-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;opacity:.8;transition:opacity .2s;width:24px}.video-container .mute-button:hover{opacity:1}.video-container .mute-button .icon{height:18px;width:18px}.postReactionFollowers-container{background:none;border:none;cursor:pointer;display:inline-block;margin:6px 0 0;padding:0;text-align:left}.postReactionFollowers-previewText{color:#555;font-size:13px}.postReactionFollowers-emphasized{color:#111;font-weight:600;margin-right:6px}.postReactionFollowers-normalText{color:#666;margin-left:4px}.postReactionFollowers-modalOverlay{align-items:center;animation:postReactionFollowers-fade .18s ease-out both;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:2147483646}.postReactionFollowers-modalContainer{animation:postReactionFollowers-pop .22s cubic-bezier(.2,.9,.2,1) both;background:#fff;border-radius:12px;box-shadow:0 20px 50px #00000047;display:flex;flex-direction:column;left:50%;max-height:500px;max-width:560px;overflow:hidden;padding:12px;position:fixed;top:50%;transform:translate(-50%,-50%) translateY(6px) scale(.99);width:100%;z-index:2147483647}.postReactionFollowers-modalHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.postReactionFollowers-modalHeader h2{font-size:18px;font-weight:700;margin:0}.postReactionFollowers-closeButton{background:#0000;border:0;border-radius:6px;cursor:pointer;padding:6px;transition:background .12s}.postReactionFollowers-closeButton:hover{background:#0000000a}.postReactionFollowers-reactionSummary{align-items:center;border-bottom:1px solid #f3f3f3;color:#444;display:flex;gap:12px;margin-bottom:8px;padding-bottom:8px}.postReactionFollowers-summaryHeart{color:#e74c3c}.postReactionFollowers-summaryTexts{color:#333;display:flex;flex-direction:column;font-size:13px}.postReactionFollowers-summaryFollowing b,.postReactionFollowers-summaryTotal b{color:#111}.postReactionFollowers-usersContainer{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;overflow-y:auto;padding:8px 4px 12px;scroll-behavior:smooth}.postReactionFollowers-usersContainer::-webkit-scrollbar{width:8px}.postReactionFollowers-usersContainer::-webkit-scrollbar-track{background:#0000}.postReactionFollowers-usersContainer::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}.postReactionFollowers-usersContainer{scrollbar-color:#0000001f #0000;scrollbar-width:thin}.postReactionFollowers-loadingContainer{align-items:center;display:flex;justify-content:center;padding:24px 0}.postReactionFollowers-loadingSpinner{animation:postReactionFollowers-spin 1s linear infinite;border:4px solid #00000014;border-radius:50%;border-top-color:#00000040;height:36px;width:36px}.postReactionFollowers-userRow{align-items:center;border-radius:8px;display:flex;justify-content:space-between;padding:10px;transition:background .12s ease,transform .12s ease}.postReactionFollowers-userRow:hover{background:#f9f9f9;transform:translateY(-2px)}.postReactionFollowers-userInfo{align-items:center;display:flex;gap:10px}.postReactionFollowers-avatarWrapper{background:linear-gradient(180deg,#f5f5f5,#efefef);border-radius:50%;flex-shrink:0;height:44px;overflow:hidden;width:44px}.postReactionFollowers-avatar{display:block;height:100%;object-fit:cover;transition:transform .25s ease;width:100%}.postReactionFollowers-userRow:hover .postReactionFollowers-avatar{transform:scale(1.03)}.postReactionFollowers-userMeta{display:flex;flex-direction:column}.postReactionFollowers-usernameRow{align-items:center;display:flex;gap:6px}.postReactionFollowers-username{color:#111;font-size:14px;font-weight:600}.postReactionFollowers-verifiedBadge{color:#1da1f2;font-size:14px}.postReactionFollowers-userBio{color:#666;font-size:12px}.postReactionFollowers-rightColumn{align-items:center;display:flex;gap:12px;justify-content:flex-end;min-width:40px}.postReactionFollowers-reactionType{color:#e74c3c;font-size:18px;transition:transform .18s}.postReactionFollowers-userRow:hover .postReactionFollowers-reactionType{transform:scale(1.06)}.postReactionFollowers-rawReaction{color:#333;font-size:16px}@keyframes postReactionFollowers-fade{0%{opacity:0}to{opacity:1}}@keyframes postReactionFollowers-pop{0%{opacity:0;transform:translate(-50%,-48%) translateY(10px) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1)}}@keyframes postReactionFollowers-spin{to{transform:rotate(1turn)}}@media(max-width:520px){.postReactionFollowers-modalContainer{border-radius:10px;max-height:80vh;padding:10px;width:calc(100% - 24px)}}.ios-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .26s cubic-bezier(.2,.9,.2,1);z-index:9999}.ios-modal-content{background:#fff;border-radius:14px;box-shadow:0 20px 40px #0000002e;display:flex;flex-direction:column;gap:14px;max-width:calc(100% - 40px);opacity:0;padding:18px;transform:translateY(12px) scale(.985);transition:transform .26s cubic-bezier(.2,.9,.2,1),opacity .22s ease;width:340px}.ios-modal-backdrop.modal-enter,.modal-enter.ios-modal-backdrop{opacity:1}.ios-modal-content.modal-enter,.modal-enter.ios-modal-content{opacity:1;transform:translateY(0) scale(1)}.ios-modal-backdrop.modal-exit,.modal-exit.ios-modal-backdrop{opacity:0}.ios-modal-content.modal-exit,.modal-exit.ios-modal-content{opacity:0;transform:translateY(10px) scale(.99)}.ios-modal-header{align-items:center;display:flex;gap:12px}.ios-modal-icon{align-items:center;background:linear-gradient(180deg,#f5f7fb,#eef5ff);border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.ios-modal-icon svg{color:#1f2937;height:22px;width:22px}.ios-modal-text-wrap{flex:1 1;min-width:0}.ios-modal-title{color:#111827;font-size:17px;font-weight:600;margin:0}.ios-modal-text{color:#6b7280;font-size:13px;margin:4px 0 0}.ios-modal-close{background:none;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;font-size:16px;padding:6px}.ios-modal-close:hover{color:#374151}.ios-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:2px}.ios-modal-button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;min-width:96px;padding:10px 14px}.ios-modal-button-secondary{background:#f3f4f6;color:#111827}.ios-modal-button-primary{background:linear-gradient(180deg,#34c759,#2ea24a);box-shadow:0 8px 22px #2ea24a24;color:#fff}.ios-modal-button:disabled{cursor:not-allowed;opacity:.6}.ios-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff40;border-top-color:#fffffff2;height:16px;width:16px}@media(max-width:420px){.ios-modal-content{padding:14px;width:calc(100% - 32px)}.ios-modal-icon{height:40px;width:40px}}.story-viewer{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(4px);background:radial-gradient(circle at center,#000000bf,#000000e6);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-start;opacity:1;overflow:hidden;position:fixed;transition:opacity .22s ease,transform .22s ease;z-index:9999}.story-viewer.entering{animation:story-enter .32s cubic-bezier(.2,.9,.2,1)}@keyframes story-enter{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.story-header{align-items:center;box-sizing:border-box;display:flex;height:68px;justify-content:space-between;padding:12px 16px;pointer-events:auto;width:100%}.story-header .user-info{align-items:center;cursor:pointer;display:flex;gap:12px}.story-header .user-info .avatar-container{border:2px solid #ffffff0f;border-radius:50%;box-shadow:0 6px 20px #0006;flex-shrink:0;height:44px;overflow:hidden;width:44px}.story-header .user-info .avatar{display:block;height:100%;object-fit:cover;width:100%}.story-header .user-info .user-details{display:flex;flex-direction:column;line-height:1}.story-header .user-info .user-details .login{color:#fff;font-size:15px;font-weight:600}.story-header .user-info .user-details .time-ago{color:#fff9;font-size:12px}.story-header .header-actions{align-items:center;display:flex;gap:8px}.story-header .header-actions .close-btn{align-items:center;background:#ffffff0f;border:none;border-radius:8px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:transform .12s ease,background .12s ease;width:36px}.story-header .header-actions .close-btn svg path{transition:fill .12s ease}.story-header .header-actions .close-btn:hover{background:#ffffff14;transform:translateY(-3px)}.progress-containerStories{align-items:center}.progress-containerStories .progress-trackStories{position:relative}.progress-containerStories .progress-trackStories .progress-barStories{box-shadow:0 2px 10px #ffffff0f}.content-wrapper .nav-area{bottom:0;cursor:pointer;position:absolute;top:0;width:28%;z-index:30}.content-wrapper .nav-area.prev{left:0}.content-wrapper .nav-area.next{right:0}.content-wrapper .story-content{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#00000040;box-shadow:0 18px 60px #0009;height:calc(100vh - 188px);max-width:960px;transition:transform .26s cubic-bezier(.2,.9,.2,1),opacity .2s ease}.content-wrapper .story-content .story-media{-webkit-user-drag:none;display:block;-webkit-user-select:none;user-select:none;will-change:transform}.story-text{box-sizing:border-box;padding:22px 28px 34px;pointer-events:auto}.story-text,.story-text .text-box{align-items:center;display:flex;justify-content:center;width:100%}.story-text .text-box{background:#00000075;border-radius:12px;box-shadow:0 8px 24px #00000080;max-width:980px;padding:12px 18px}.story-text p{word-wrap:break-word;color:#fffffffa;font-size:18px;font-weight:500;-webkit-hyphens:auto;hyphens:auto;line-height:1.45;margin:0;padding:0;text-align:center}@media(max-width:720px){.story-header{padding:10px 12px}.story-header .user-info{gap:10px}.story-header .user-info .avatar-container{height:40px;width:40px}.story-header .user-info .user-details .login{font-size:14px}.progress-containerStories{gap:6px;padding:6px 10px}.content-wrapper .story-content{border-radius:6px;height:calc(100vh - 156px)}.story-text{padding:14px 16px 22px}.story-text .text-box{border-radius:10px;padding:10px 12px}.story-text p{font-size:16px;line-height:1.4}}.story-viewer :focus{outline:none}.story-viewer button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.story-content .story-media{animation:media-appear .26s cubic-bezier(.2,.9,.2,1)}.story-upload::-webkit-scrollbar{width:6px}camera-button .story-upload::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.story-upload{background:#fff;border-radius:12px;box-shadow:0 0 20px #0000001a;left:50%;max-height:90vh;max-width:500px;overflow-x:hidden;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:95%;z-index:2000}.story-upload .modal-header{align-items:center;border-bottom:1px solid #dbdbdb;display:flex;justify-content:center;justify-content:space-between;padding:16px}.story-upload .modal-header h2{color:#262626;font-size:1.2rem;margin:0}.story-upload .modal-header .close-btn{background:none;border:none;color:#262626;cursor:pointer;font-size:1.5rem;padding:8px}.story-upload .camera-button{background:none;border:0}.story-upload .error-message{background:#fdebed;color:#ed4956;font-size:.9rem;padding:12px;text-align:center}.story-upload .upload-section{padding:16px}.story-upload .upload-section .upload-controls{align-items:center;display:flex;gap:20px;justify-content:center;margin-bottom:20px}.story-upload .upload-section .upload-controls .camera-button,.story-upload .upload-section .upload-controls .file-input-label{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center}.story-upload .upload-section .upload-controls .camera-button .icon-wrapper,.story-upload .upload-section .upload-controls .file-input-label .icon-wrapper{align-items:center;background:#3897f01a;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.story-upload .upload-section .upload-controls .camera-button .icon-wrapper svg,.story-upload .upload-section .upload-controls .file-input-label .icon-wrapper svg{color:#3897f0;font-size:24px}.story-upload .upload-section .upload-controls .camera-button span,.story-upload .upload-section .upload-controls .file-input-label span{color:#262626;font-size:.9rem}.story-upload .upload-section .preview-container{background:#000;border-radius:8px;overflow:hidden;position:relative}.story-upload .upload-section .preview-container canvas,.story-upload .upload-section .preview-container video{max-height:500px;object-fit:contain;width:100%}.story-upload .upload-section .preview-container .filter-controls{grid-gap:8px;background:#000000b3;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));padding:12px}.story-upload .upload-section .preview-container .filter-controls label{color:#fff;font-size:.8rem}.story-upload .upload-section .preview-container .filter-controls label input[type=range]{width:100%}.story-upload .upload-section .preview-container .mute-control{align-items:center;background:#00000080;border-radius:20px;bottom:10px;color:#fff;display:flex;gap:8px;justify-content:center;left:10px;padding:6px 12px;position:absolute}.story-upload .text-input{margin-bottom:16px;padding:0 16px;position:relative}.story-upload .text-input textarea{border:1px solid #dbdbdb;border-radius:8px;font-size:.9rem;height:100px;padding:12px;resize:none;width:100%}.story-upload .text-input textarea:focus{border-color:#3897f0;box-shadow:0 0 0 2px #3897f01a;outline:none}.story-upload .text-input label{color:#737373;left:28px;pointer-events:none;position:absolute;top:16px;transition:.2s}.story-upload .text-input textarea:focus+label,.story-upload .text-input textarea:not(:placeholder-shown)+label{background:#fff;color:#3897f0;font-size:.8rem;padding:0 4px;transform:translateY(-24px)}.story-upload .music-section{padding:0 16px 16px}.story-upload .music-section .music-input-label{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center}.story-upload .music-section .music-input-label .icon-wrapper{align-items:center;background:#3897f01a;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.story-upload .music-section .music-input-label .icon-wrapper svg{color:#3897f0;font-size:24px}.story-upload .music-section .music-input-label span{color:#262626;font-size:.9rem}.story-upload .music-section .music-editor{margin-top:16px}.story-upload .music-section .music-editor .duration-info{color:#595959;font-size:.8rem;margin-bottom:12px;text-align:center}.story-upload .music-section .music-editor .waveform-container{background:#f8f8f8;border-radius:8px;cursor:pointer;height:80px;position:relative}.story-upload .music-section .music-editor .waveform-container .waveform{align-items:center;display:flex;gap:1px;height:100%;justify-content:center;padding:0 2px}.story-upload .music-section .music-editor .waveform-container .waveform-bar{background:#3897f0;flex:1 1;transition:height .3s}.story-upload .music-section .music-editor .waveform-container .selection{background:#3897f01a;border:2px solid #3897f0;bottom:0;position:absolute;top:0}.story-upload .music-section .music-editor .waveform-container .selection .handle{background:#3897f0;bottom:0;cursor:col-resize;position:absolute;top:0;width:4px}.story-upload .music-section .music-editor .waveform-container .selection .handle.start-handle{left:-2px}.story-upload .music-section .music-editor .waveform-container .selection .handle.end-handle{right:-2px}.story-upload .music-section .music-editor .trim-controls{margin-top:12px;text-align:center}.story-upload .music-section .music-editor .trim-controls .preview-button{background:#3897f0;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 20px;transition:background .2s}.story-upload .music-section .music-editor .trim-controls .preview-button:hover{background:#117ee4}.story-upload .upload-button{background:#3897f0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin:16px;padding:12px;transition:background .2s;width:calc(100% - 32px)}.story-upload .upload-button:disabled{background:#97c9f7;cursor:not-allowed}.story-upload .progress-bar{background:#eee;height:2px;margin:0 16px}.story-upload .progress-bar div{background:#3897f0;height:100%;transition:width .3s}.story-upload .loading-overlay,.story-upload .processing-overlay{align-items:center;background:#ffffffe6;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.story-upload .loading-overlay .spinner,.story-upload .processing-overlay .spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3897f0;height:40px;width:40px}.story-upload .loading-overlay p,.story-upload .processing-overlay p{color:#262626;margin-top:12px}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;left:0;right:0;top:0;z-index:999}.hidden-audio{display:none}.music-editor{margin-top:15px}.music-editor .duration-info{color:#666;font-size:.9rem;margin-bottom:10px;text-align:center}.music-editor .waveform-container{background:#f5f5f5;border-radius:8px;cursor:pointer;height:80px;position:relative}.music-editor .waveform-container .waveform{align-items:center;display:flex;gap:1px;height:100%;padding:0 2px}.music-editor .waveform-container .waveform-bar{background:#3897f0;flex:1 1;transition:height .3s}.music-editor .waveform-container .selection{background:#3897f01a;border:2px solid #3897f0;bottom:0;position:absolute;top:0}.music-editor .waveform-container .selection .handle{background:#3897f0;bottom:0;cursor:col-resize;position:absolute;top:0;width:4px}.music-editor .waveform-container .selection .handle.start-handle{left:-2px}.music-editor .waveform-container .selection .handle.end-handle{right:-2px}.my-stories{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(4px);background:radial-gradient(circle at center,#000000b8,#000000e6);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-start;overflow:hidden;position:fixed;transition:opacity .22s ease,transform .22s ease;z-index:10000}.my-stories.entering{animation:mystories-enter .32s cubic-bezier(.2,.9,.2,1)}@keyframes mystories-enter{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.stories-header{align-items:center;box-sizing:border-box;display:flex;height:68px;justify-content:space-between;padding:12px 16px;width:100%}.stories-header .user-info{align-items:center;cursor:pointer;display:flex;gap:12px}.stories-header .user-info .avatar-container{border:2px solid #ffffff0f;border-radius:50%;box-shadow:0 8px 28px #00000075;height:44px;overflow:hidden;width:44px}.stories-header .user-info .user-avatar{display:block;height:100%;object-fit:cover;width:100%}.stories-header .user-info .user-details{display:flex;flex-direction:column}.stories-header .user-info .user-details .username{font-size:15px;font-weight:600}.stories-header .user-info .user-details .timestamp{color:#ffffff9e;font-size:12px}.stories-header .close-btn{align-items:center;background:#ffffff0f;border:none;border-radius:8px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:transform .12s ease,background .12s ease;width:36px}.stories-header .close-btn svg{color:#fff}.stories-header .close-btn:hover{background:#ffffff14;transform:translateY(-3px)}.progress-containerStories{box-sizing:border-box;display:flex;gap:8px;padding:8px 12px;pointer-events:none;width:100%}.progress-containerStories .progress-trackStories{background:#ffffff0f;border-radius:6px;flex:1 1;height:4px;overflow:hidden}.progress-containerStories .progress-trackStories .progress-barStories{background:linear-gradient(90deg,#fffffff2,#ffffffd9);box-shadow:0 2px 8px #ffffff0f;height:100%;transition:width .12s linear;width:0}.content-wrapper{flex:1 1 auto;pointer-events:auto}.content-wrapper,.content-wrapper .story-content{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.content-wrapper .story-content{background:#0003;border-radius:12px;box-shadow:0 20px 70px #0009;height:calc(100vh - 208px);max-width:980px;overflow:hidden}.content-wrapper .story-content .story-media{border-radius:8px;height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:transform .22s ease,opacity .16s ease;width:auto}.controls-layer{align-items:center;box-sizing:border-box;display:flex;gap:16px;justify-content:center;padding:18px 28px 28px;pointer-events:auto;position:relative;width:100%}.controls-layer .viewers-preview{align-items:center;cursor:pointer;display:flex;gap:8px;left:28px;position:absolute;top:-8px}.controls-layer .viewers-preview .preview-avatars{display:flex;gap:-8px}.controls-layer .viewers-preview .preview-avatars img{border:2px solid #ffffff0f;border-radius:50%;box-shadow:0 8px 20px #00000073;height:36px;object-fit:cover;width:36px}.controls-layer .viewers-preview .preview-count{color:#ffffffe6;font-size:13px;font-weight:600;margin-left:6px}.controls-layer .story-footer{align-items:center;display:flex;gap:12px;justify-content:center;max-width:980px;width:100%}.controls-layer .story-footer .text-box{align-items:center;background:#00000075;border-radius:12px;box-shadow:0 10px 28px #00000080;display:flex;flex:1 1 auto;justify-content:center;max-width:920px;padding:12px 18px}.controls-layer .story-footer .story-text{word-wrap:break-word;color:#fffffffa;font-size:18px;-webkit-hyphens:auto;hyphens:auto;line-height:1.45;margin:0;text-align:center}.controls-layer .story-footer .more-btn{align-items:center;background:#0000;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:background .12s ease,transform .12s ease;width:36px}.controls-layer .story-footer .more-btn:hover{background:#ffffff08;transform:translateY(-3px)}.delete-modal,.viewers-modal{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:11000}.delete-modal .modal-content,.viewers-modal .modal-content{background:#0b0b0b;border-radius:12px;box-shadow:0 20px 60px #000000b3;color:#fff;max-width:520px;padding:18px;text-align:center;width:92%}.delete-modal .modal-content p,.viewers-modal .modal-content p{font-size:16px;margin:0 0 12px}.delete-modal .modal-content .modal-actions,.viewers-modal .modal-content .modal-actions{display:flex;gap:12px;justify-content:center;margin-top:8px}.delete-modal .modal-content .modal-actions .confirm-btn,.viewers-modal .modal-content .modal-actions .confirm-btn{background:#2f80ed;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 14px}.delete-modal .modal-content .modal-actions .cancel-btn,.viewers-modal .modal-content .modal-actions .cancel-btn{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#fff;cursor:pointer;padding:8px 14px}.delete-modal .modal-content .modal-inner h3,.viewers-modal .modal-content .modal-inner h3{color:#fff;margin-top:0}.delete-modal .modal-content .modal-inner .viewers-list,.viewers-modal .modal-content .modal-inner .viewers-list{list-style:none;margin:12px 0;max-height:300px;overflow:auto;padding:0}.delete-modal .modal-content .modal-inner .viewers-list .viewer-item,.viewers-modal .modal-content .modal-inner .viewers-list .viewer-item{align-items:center;border-radius:8px;color:#fff;display:flex;gap:12px;padding:8px 6px;text-decoration:none}.delete-modal .modal-content .modal-inner .viewers-list .viewer-item:hover,.viewers-modal .modal-content .modal-inner .viewers-list .viewer-item:hover{background:#ffffff05}.delete-modal .modal-content .modal-inner .viewers-list .viewer-item img,.viewers-modal .modal-content .modal-inner .viewers-list .viewer-item img{border-radius:50%;height:40px;object-fit:cover;width:40px}.delete-modal .modal-content .modal-inner .close-modal,.viewers-modal .modal-content .modal-inner .close-modal{background:#0000;border:1px solid #ffffff0f;border-radius:8px;color:#fff;cursor:pointer;margin-top:8px;padding:8px 12px}@media(max-width:720px){.content-wrapper .story-content{border-radius:8px;height:calc(100vh - 176px)}.controls-layer{padding:14px 16px 22px}.controls-layer .story-text{font-size:16px}.controls-layer .text-box{border-radius:10px;padding:10px 12px}.stories-header{padding:10px 12px}.stories-header .avatar-container{height:40px;width:40px}}.my-stories :focus{outline:none}button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.content-wrapper .story-media{animation:media-appear .26s cubic-bezier(.2,.9,.2,1)}@keyframes media-appear{0%{opacity:0;transform:scale(.995)}to{opacity:1;transform:scale(1)}}.story-list{-webkit-overflow-scrolling:touch;align-items:center;background:#0000;display:flex;gap:3px;overflow-x:auto;padding:16px}.story-list::-webkit-scrollbar{height:8px}.story-list::-webkit-scrollbar-thumb{background:#0000000f;border-radius:8px}.story-list--loading{padding:12px}.story-item{align-items:center;color:#222;cursor:pointer;display:flex;flex-direction:column;font-size:14px;min-width:124px;text-align:center;-webkit-user-select:none;user-select:none;width:124px}.story-item:focus{outline:none}.story-item .story-login{font-weight:500;margin-top:10px;max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-item--skeleton .avatar-ring--skeleton{animation:skeleton-pulse 1.2s ease-in-out infinite;background:#f2f2f2;border-radius:50%;height:96px;width:96px}.story-item--skeleton .skeleton-text{animation:skeleton-pulse 1.2s ease-in-out infinite;background:#f2f2f2;border-radius:6px;height:12px;margin-top:10px;width:80px}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.avatar-container,.avatar-ring{align-items:center;display:flex;height:96px;justify-content:center;position:relative;width:96px}.avatar-ring{background:#fff;border-radius:50%;box-sizing:border-box;padding:4px;transition:transform .2s cubic-bezier(.2,.9,.2,1),box-shadow .22s ease,border-color .22s ease}.avatar-ring .avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;transition:transform .22s ease;width:100%}.avatar-ring:hover .avatar-img{transform:scale(1.03)}.avatar-ring.not-viewed{border:2px solid #2f80ed;box-shadow:0 10px 34px #2f80ed24}.avatar-ring.not-viewed:after{animation:glow-pulse 2.2s ease-in-out infinite;background:radial-gradient(circle at center,#2f80ed33,#2f80ed14 36%,#0000 60%);border-radius:50%;content:"";filter:blur(8px);height:calc(100% + 24px);left:-12px;mix-blend-mode:screen;opacity:.95;pointer-events:none;position:absolute;top:-12px;transform:scale(.98);width:calc(100% + 24px)}.avatar-ring.viewed{border:2px solid #d8d8d8;box-shadow:none;opacity:.98}.avatar-ring.viewed:after{display:none}.avatar-ring.no-story{border:2px dashed #d8d8d8;opacity:.95}.avatar-ring.no-story:after{display:none}.avatar-ring:hover{transform:translateY(-8px) scale(1.03)}@keyframes glow-pulse{0%{filter:blur(6px);opacity:.85;transform:scale(.98)}50%{filter:blur(10px);opacity:1;transform:scale(1.03)}to{filter:blur(6px);opacity:.85;transform:scale(.98)}}.add-story1{align-items:center;background:#fff;border:none;border-radius:50%;bottom:-10px;box-shadow:0 10px 26px #0000001f;color:#2f80ed;cursor:pointer;display:flex;font-size:16px;font-weight:800;height:30px;justify-content:center;position:absolute;right:-10px;transition:transform .14s ease,box-shadow .14s ease;width:30px}.add-story1:hover{box-shadow:0 14px 30px #00000024;transform:translateY(-4px)}.add-story1:focus,.avatar-ring:focus{outline:3px solid #2f80ed1f;outline-offset:3px}@media(max-width:1024px){.story-list{padding:14px}.story-item{min-width:108px;width:108px}.story-item .story-login{font-size:13px;margin-top:8px;max-width:92px}.avatar-container,.avatar-ring{height:84px;width:84px}.avatar-ring{padding:3px}.add-story1{bottom:-8px;font-size:15px;height:28px;right:-8px;width:28px}}@media(max-width:480px){.story-list{padding:10px}.story-item{font-size:13px;min-width:92px;width:92px}.story-item .story-login{font-size:12px;margin-top:6px;max-width:78px}.avatar-container,.avatar-ring{height:72px;width:72px}.avatar-ring{padding:3px}.avatar-ring:after{filter:blur(6px);height:calc(100% + 16px);left:-8px;top:-8px;width:calc(100% + 16px)}.add-story1{bottom:-6px;font-size:14px;height:24px;right:-6px;width:24px}}.avatar-ring:active{transform:scale(.99)}.rfm-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(4px);background:#0000009e;display:flex;inset:0!important;justify-content:center;opacity:1;position:fixed!important;transition:opacity .26s cubic-bezier(.2,.9,.2,1);z-index:2147483647!important}.ReactModal__Overlay--before-close{opacity:0}.rfm-content{align-items:stretch;background:#0000;border:none;display:flex;height:100%;justify-content:center;margin:0;max-height:100%;max-width:100%;outline:none;padding:0;position:relative;transition:transform .26s cubic-bezier(.2,.9,.2,1),opacity .22s ease;width:100%}.rfm-content .my-stories,.rfm-content .story-viewer{height:100%;inset:auto!important;max-height:100%;max-width:100%;position:relative!important;width:100%}.ReactModal__Content--before-close{opacity:0;transform:scale(.995)}:root{--nav-height:72px;--nav-radius:20px;--nav-bg:#ffffffe0;--indicator-gradient:linear-gradient(90deg,#6b8cff,#8b5cf6);--shadow:0 6px 20px #1717171f}.bottom-nav-container{bottom:18px;display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;z-index:1200}.bottom-nav{align-items:center;background:#ffffff73;border-radius:20px;border-radius:var(--nav-radius);border-top:1px solid #ffffff40;box-shadow:0 -4px 20px #0000000d;display:flex;height:72px;height:var(--nav-height);justify-content:space-between;margin:0 auto;max-width:550px;overflow:visible;padding:0 12px;pointer-events:auto;position:relative;transition:background .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;width:calc(100% - 36px)}.bottom-nav .nav-bg{background:linear-gradient(180deg,#fff9,#ffffff38);border-radius:inherit;inset:0;position:absolute;z-index:0}.nav-indicator{background:linear-gradient(90deg,#6b8cff,#8b5cf6);background:var(--indicator-gradient);border-radius:14px;filter:drop-shadow(0 6px 14px rgba(107,140,255,.16));height:44px;left:0;opacity:0;position:absolute;top:12px;transition:transform .36s cubic-bezier(.2,.9,.25,1),width .36s cubic-bezier(.2,.9,.25,1),opacity .2s;z-index:1}.nav-indicator:after{background:linear-gradient(180deg,#ffffff2e,#ffffff08);border-radius:inherit;content:"";inset:0;mix-blend-mode:overlay;position:absolute}.nav-item{color:#111;height:100%;min-width:56px;position:relative;text-decoration:none;transition:transform .26s cubic-bezier(.17,.85,.3,1),color .2s;-webkit-user-select:none;user-select:none;z-index:2}.nav-item,.nav-item .icon{align-items:center;display:flex;justify-content:center}.nav-item.active{color:#0b61ff;transform:translateY(-2px)}.nav-item-center{transform:translateY(-4px)}.center-button{align-items:center;background:linear-gradient(180deg,#fff,#f6f8ff);border-radius:999px;box-shadow:0 6px 18px #0e143c1a,inset 0 -2px 6px #00000008;display:flex;height:56px;justify-content:center;transition:transform .24s cubic-bezier(.17,.85,.3,1);width:56px}.nav-item-center.active .center-button{transform:scale(1.06)}.nav-item-avatar .avatar-wrap{align-items:center;background:linear-gradient(180deg,#fff,#f3f4f6);border-radius:10px;box-shadow:0 4px 10px #0c0c0c0f;display:flex;height:36px;justify-content:center;overflow:hidden;transition:transform .3s cubic-bezier(.2,.9,.25,1);width:36px}.nav-item-avatar .avatar-img{display:block;height:100%;object-fit:cover;width:100%}.nav-item-avatar .avatar-wrap.active{transform:translateY(-2px) scale(1.02)}.notif-dot{background:#ff3b30;border-radius:50%;box-shadow:0 2px 6px #ff3b3040;height:10px;position:absolute;right:18px;top:12px;width:10px}.notif-dot.small{height:8px;right:8px;top:8px;width:8px}@media(max-width:420px){:root{--nav-height:64px}.center-button{height:52px;width:52px}.nav-item{min-width:48px}.nav-indicator{top:9px}}.nav-item:active .avatar-wrap,.nav-item:active .center-button{transform:scale(.98)}@media print{.bottom-nav-container{display:none}}.user-recommendations{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:0 10px;width:100%}.user-recommendations h2{color:#2d3436;font-size:1rem;font-weight:600;margin:0 0 12px}.user-recommendations .no-recommendations,.user-recommendations .recommendations-loading{color:#636e72;font-size:.9rem;padding:20px 0;text-align:center}.user-recommendations .recommendations-list{-ms-overflow-style:none;display:flex;gap:12px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.user-recommendations .recommendations-list::-webkit-scrollbar{display:none}.user-recommendations .recommendation-item{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;padding:8px;width:120px}.user-recommendations .recommendation-item .user-link{align-items:center;display:flex;flex-direction:column;text-decoration:none;width:100%}.user-recommendations .recommendation-item .user-link .user-avatar-container{border-radius:50%;height:72px;margin-bottom:8px;width:72px}.user-recommendations .recommendation-item .user-link .user-avatar-container .user-avatar{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:100%;object-fit:cover;width:100%}.user-recommendations .recommendation-item .user-link .user-login{color:#2d3436;font-size:.85rem;font-weight:600;margin-bottom:8px;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.user-recommendations .recommendation-item .follow-button{background:#6c5ce7;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;margin-bottom:6px;padding:6px 0;transition:all .2s ease;width:100%}.user-recommendations .recommendation-item .follow-button:hover:not(:disabled){background:#5b4bc4;transform:none}.user-recommendations .recommendation-item .follow-button:disabled{background:#e0e0e0;color:#757575}.user-recommendations .recommendation-item .followers-info{align-items:center;color:#636e72;display:flex;font-size:.7rem;gap:4px;justify-content:center;text-align:center;width:100%}.user-recommendations .recommendation-item .followers-info .followers-avatars{display:flex}.user-recommendations .recommendation-item .followers-info .followers-avatars img{border:1px solid #fff;border-radius:50%;height:16px;margin-left:-3px;width:16px}.user-recommendations .recommendation-item .followers-info .followers-avatars img:first-child{margin-left:0}.register-container{align-items:center;background-color:#fafafa;display:flex;justify-content:center;min-height:100vh;padding:20px}.register-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000008,0 0 0 1px #00000005;max-width:400px;padding:30px 25px;width:100%}.register-header{align-items:center;display:flex;margin-bottom:30px;position:relative}.register-back-button{background:none;border:none;color:#262626;cursor:pointer;font-size:20px;left:0;padding:8px;position:absolute}.register-back-button:active{opacity:.7}.register-progress{display:flex;gap:8px;justify-content:center;width:100%}.register-progress-step{background:#dbdbdb;border-radius:50%;height:6px;transition:all .3s ease;width:6px}.register-progress-step.active{background:#000;border-radius:3px;width:20px}.register-step{margin-bottom:30px;position:relative;transition:all .3s ease}.register-title{color:#262626;font-size:22px;font-weight:600;margin-bottom:8px;text-align:center}.register-subtitle{color:#8e8e8e;font-size:14px;margin-bottom:25px;text-align:center}.register-input-container{margin-bottom:20px}.register-input{background:#fafafa;border:1px solid #dbdbdb;border-radius:8px;font-size:18px;padding:14px 16px;transition:all .2s ease;width:100%}.register-input:focus{background:#fff;border-color:#a0a0a0;outline:none}.register-input::placeholder{color:#8e8e8e}.register-error{animation:register-error-appear .3s ease;color:#ed4956;font-size:13px;margin-top:8px;padding-left:5px}@keyframes register-error-appear{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.register-review{background:#fafafa;border:1px solid #efefef;border-radius:8px;padding:15px}.register-review-item{border-bottom:1px solid #efefef;display:flex;font-size:15px;justify-content:space-between;padding:10px 0}.register-review-item:last-child{border-bottom:none}.register-review-item span:first-child{color:#8e8e8e}.register-review-item span:last-child{font-weight:500}.register-actions{margin-top:20px}.register-button{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;position:relative;transition:all .2s ease;width:100%}.register-button:active{background:#333;transform:scale(.98)}.register-button:disabled{background:#e0e0e0;cursor:default}.register-loading{color:#0000}.register-spinner{animation:register-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes register-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.register-error-message{animation:register-error-appear .3s ease;color:#ed4956;font-size:14px;margin:20px 0;padding:8px;text-align:center}.register-link-container{border-top:1px solid #efefef;color:#262626;font-size:14px;margin-top:25px;padding-top:15px;text-align:center}.register-link{color:#0095f6;font-weight:600;text-decoration:none}.register-link:hover{text-decoration:underline}.auth-container{align-items:center;background-color:#fafafa;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000008,0 0 0 1px #00000005;max-width:350px;padding:40px 30px;width:100%}.auth-logo{margin-bottom:30px;text-align:center}.auth-logo-icon{align-items:center;background:#000;border-radius:50%;color:#fff;display:inline-flex;font-size:28px;font-weight:500;height:70px;justify-content:center;width:70px}.auth-inputs{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.auth-input{background:#fafafa;border:1px solid #dbdbdb;border-radius:8px;font-size:15px;padding:14px 16px;transition:all .2s ease}.auth-input:focus{background:#fff;border-color:#a0a0a0;outline:none}.auth-input::placeholder{color:#8e8e8e}.auth-button{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;position:relative;transition:all .2s ease;width:100%}.auth-button:active{background:#333;transform:scale(.98)}.auth-button:disabled{background:#e0e0e0;cursor:default}.auth-loading{color:#0000}.auth-spinner{animation:auth-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes auth-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.auth-error-message{animation:auth-error-appear .3s ease;color:#ed4956;font-size:13px;margin:15px 0;padding:8px;text-align:center}@keyframes auth-error-appear{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.auth-divider{background:#dbdbdb;height:1px;margin:25px 0}.auth-link-container{color:#262626;font-size:14px;text-align:center}.auth-link{color:#0095f6;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.my-profile{margin:0 auto;max-width:935px;padding:32px 20px 60px;position:relative}.my-profile .settings-btn{align-items:center;background:none;border:none;border-radius:50%;color:#262626;cursor:pointer;display:flex;font-size:24px;justify-content:center;padding:8px;position:absolute;right:20px;top:18px;transition:transform .2s}.my-profile .settings-btn:hover{background:#f8f8f8;transform:rotate(90deg)}.my-profile .profile-header{align-items:center;display:flex;gap:30px;margin-bottom:34px}.my-profile .profile-header .avatar-section{flex:0 0 150px}.my-profile .profile-header .avatar-section .avatar-wrapper{background:#d8d8d8;border-radius:50%;height:150px;padding:1px;position:relative;width:150px}.my-profile .profile-header .avatar-section .avatar-wrapper .profile-avatar{border:3px solid #fff;border-radius:50%;height:100%;object-fit:cover;width:100%}.my-profile .profile-header .profile-info{flex:1 1;padding-top:8px}.my-profile .profile-header .profile-info .username{align-items:center;color:#262626;display:flex;font-size:28px;font-weight:600;gap:8px;justify-content:center;margin:0 0 12px}.my-profile .profile-header .profile-info .stats-container{align-items:center;display:flex;gap:36px;justify-content:center;margin-bottom:18px}.my-profile .profile-header .profile-info .stats-container .stat-item{align-items:center;cursor:default;display:flex;flex-direction:column;justify-content:center;min-width:72px;-webkit-user-select:none;user-select:none}.my-profile .profile-header .profile-info .stats-container .stat-item.clickable{cursor:pointer}.my-profile .profile-header .profile-info .stats-container .stat-item.clickable:hover{opacity:.85}.my-profile .profile-header .profile-info .stats-container .stat-item .count{color:#262626;display:block;font-size:18px;font-weight:700;line-height:1}.my-profile .profile-header .profile-info .stats-container .stat-item .label{color:#8e8e8e;font-size:13px;letter-spacing:.4px;margin-top:4px}.my-profile .profile-header .profile-info .bio-section{margin-bottom:12px}.my-profile .profile-header .profile-info .bio-section .name{color:#262626;font-size:16px;font-weight:600;margin:0 0 6px}.my-profile .profile-header .profile-info .bio-section .bio{color:#262626;font-size:14px;line-height:1.5;margin:0;max-width:480px}.my-profile .profile-header .profile-info .edit-btn{background:#f8f9fa;border:1px solid #dbdbdb;border-radius:8px;color:#262626;display:inline-block;font-size:14px;font-weight:500;margin-top:12px;padding:8px 20px;text-decoration:none;transition:all .15s}.my-profile .profile-header .profile-info .edit-btn:hover{background:#e9ecef}.my-profile .posts-grid{grid-gap:18px;border-top:1px solid #dbdbdb;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);padding-top:24px}.my-profile .posts-grid .post-item{aspect-ratio:1;background:#fafafa;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden;position:relative;transition:transform .18s}.my-profile .posts-grid .post-item:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-4px)}.my-profile .posts-grid .post-item .post-link{display:block;height:100%;width:100%}.my-profile .posts-grid .post-item .media-wrapper{height:100%;position:relative;width:100%}.my-profile .posts-grid .post-item .media-wrapper .post-media{height:100%;object-fit:cover;transition:transform .25s;width:100%}.my-profile .posts-grid .post-item .media-wrapper .video-indicator{align-items:center;background:#00000073;border-radius:50%;display:flex;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.my-profile .posts-grid .post-item .media-wrapper .video-indicator .play-icon{color:#fff;font-size:20px}.my-profile .follow-item-row{align-items:center;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:8px;transition:background .12s}@media(max-width:768px){.my-profile{padding:20px 14px 80px}.my-profile .profile-header{align-items:center;flex-direction:column;gap:18px}.my-profile .avatar-section{align-self:center}.my-profile .profile-info{text-align:center}.my-profile .posts-grid{gap:4px;grid-template-columns:repeat(3,1fr);padding-top:18px}.my-profile .account-modal,.my-profile .follow-modal{left:50%;top:50%;transform:translate(-50%,-50%);width:96%}}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{display:block;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.instagram-create-container{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;padding-bottom:60px;position:relative}.instagram-create-container .ig-header{align-items:center;background:#000;border-bottom:1px solid #262626;display:flex;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.instagram-create-container .ig-header h2{font-size:16px;font-weight:600;margin:0}.instagram-create-container .ig-header .ig-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:8px}.instagram-create-container .ig-header .ig-btn.back{color:#fff}.instagram-create-container .ig-header .ig-btn.next{color:#0095f6;font-weight:600}.instagram-create-container .ig-header .ig-btn:disabled{color:#00376b;cursor:default;opacity:.5}.instagram-create-container .ig-content{display:flex;flex-direction:column;min-height:calc(100vh - 120px);padding:0}.instagram-create-container .ig-content .ig-camera-preview{align-items:center;background:#000;display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative}.instagram-create-container .ig-content .ig-camera-preview .ig-camera-video{height:100%;object-fit:cover;width:100%}.instagram-create-container .ig-content .ig-camera-preview .ig-camera-overlay{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:20px;position:absolute;right:0;top:0}.instagram-create-container .ig-content .ig-camera-preview .ig-camera-overlay .ig-story-frame{border:2px solid #fff;border-radius:16px;height:70%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:70%}.instagram-create-container .ig-content .ig-camera-preview .ig-camera-overlay .ig-capture-btn{align-items:center;background:#fff;border:4px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;font-size:30px;height:70px;justify-content:center;width:70px}.instagram-create-container .ig-content .ig-initial-screen{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options{display:flex;flex-direction:column;gap:20px;max-width:300px;width:100%}.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options .ig-picker-btn{align-items:center;background:#262626;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px;transition:background-color .2s}.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options .ig-picker-btn:hover{background:#333}.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options .ig-picker-btn .ig-picker-icon{color:#fff;margin-bottom:16px;opacity:.8}.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options .ig-picker-btn .ig-picker-text{color:#fff;font-size:16px;font-weight:600;text-align:center}.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options .ig-picker-btn .ig-file-input{height:0;opacity:0;position:absolute;width:0}.instagram-create-container .ig-content .ig-editor{display:flex;flex-direction:column;height:100%}.instagram-create-container .ig-content .ig-editor .ig-preview{align-items:center;background:#000;display:flex;flex:1 1;justify-content:center;margin-bottom:0;overflow:hidden}.instagram-create-container .ig-content .ig-editor .ig-preview.post{aspect-ratio:1;height:auto;max-height:50vh;max-width:100%}.instagram-create-container .ig-content .ig-editor .ig-preview.story{aspect-ratio:9/16;max-height:60vh;width:100%}.instagram-create-container .ig-content .ig-editor .ig-preview .ig-image-container,.instagram-create-container .ig-content .ig-editor .ig-preview .ig-video-container{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.instagram-create-container .ig-content .ig-editor .ig-preview .ig-image-container img,.instagram-create-container .ig-content .ig-editor .ig-preview .ig-image-container video,.instagram-create-container .ig-content .ig-editor .ig-preview .ig-video-container img,.instagram-create-container .ig-content .ig-editor .ig-preview .ig-video-container video{-webkit-touch-callout:none;max-height:100%;max-width:100%;object-fit:contain;touch-action:manipulation;-webkit-user-select:none;user-select:none}.instagram-create-container .ig-content .ig-editor .ig-preview .ig-image-container .ig-vignette,.instagram-create-container .ig-content .ig-editor .ig-preview .ig-video-container .ig-vignette{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.instagram-create-container .ig-content .ig-editor .ig-preview .ig-image-container .ig-duration-badge,.instagram-create-container .ig-content .ig-editor .ig-preview .ig-video-container .ig-duration-badge{background:#000000b3;border-radius:4px;color:#fff;font-size:12px;padding:4px 8px;position:absolute;right:12px;top:12px;z-index:2}.instagram-create-container .ig-content .ig-editor .ig-tools{border-top:1px solid #262626;max-height:40vh;overflow-y:auto;padding:16px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section{margin-bottom:20px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section h3{color:#a8a8a8;font-size:14px;font-weight:600;margin-bottom:12px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section .ig-range-group{align-items:center;display:flex;gap:12px;margin-bottom:12px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section .ig-range-group label{color:#f0f0f0;flex:1 1;font-size:14px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section .ig-range-group input[type=range]{-webkit-appearance:none;appearance:none;background:#262626;border-radius:2px;flex:2 1;height:4px;outline:none}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section .ig-range-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0095f6;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0000004d;cursor:pointer;height:16px;width:16px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section .ig-range-group input[type=range]::-moz-range-thumb{background:#0095f6;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0000004d;cursor:pointer;height:16px;width:16px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-tool-section .ig-range-group span{color:#a8a8a8;flex:.5 1;font-size:12px;min-width:30px;text-align:right}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-caption-section .ig-caption{background:#262626;border:none;border-radius:8px;color:#fff;font-family:inherit;font-size:14px;margin-bottom:12px;padding:12px;resize:none;width:100%}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-caption-section .ig-caption::placeholder{color:#a8a8a8}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-caption-section .ig-caption:focus{border:1px solid #383838;outline:none}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-caption-section .ig-caption-options{display:flex;gap:12px;justify-content:space-around}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-caption-section .ig-caption-options button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:20px;justify-content:center;opacity:.7;padding:8px}.instagram-create-container .ig-content .ig-editor .ig-tools .ig-caption-section .ig-caption-options button:hover{opacity:1}.instagram-create-container .ig-tab-scroller-container{background:#000;border-top:1px solid #262626;bottom:60px;left:0;position:fixed;right:0;z-index:10}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller{-webkit-overflow-scrolling:touch;overflow-x:auto;scrollbar-width:none}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller::-webkit-scrollbar{display:none}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller .ig-tab-list{display:flex;gap:20px;justify-content:center;min-width:-webkit-max-content;min-width:max-content;padding:10px 20px}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller .ig-tab-list .ig-tab{align-items:center;background:none;border:none;color:#a8a8a8;cursor:pointer;display:flex;flex-direction:column;padding:8px;white-space:nowrap}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller .ig-tab-list .ig-tab.active{border-bottom:2px solid #fff;color:#fff}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller .ig-tab-list .ig-tab svg{font-size:20px;margin-bottom:4px}.instagram-create-container .ig-tab-scroller-container .ig-tab-scroller .ig-tab-list .ig-tab span{font-size:12px}.publish-overlay{background:#000c;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.publish-overlay,.publish-overlay .publish-modal{align-items:center;display:flex;justify-content:center}.publish-overlay .publish-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;flex-direction:column;padding:30px}.publish-overlay .publish-modal .progress-circle{height:80px;transform:rotate(-5deg);width:80px}.publish-overlay .publish-modal .progress-circle .circle-bg{fill:none;stroke:#383838;stroke-width:4}.publish-overlay .publish-modal .progress-circle .circle-progress{fill:none;stroke:#0095f6;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.publish-overlay .publish-modal .progress-circle .checkmark{fill:none;stroke:#fff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheckmark .5s ease-in-out forwards;transform:translate(5px,5px)}.publish-overlay .publish-modal .progress-circle .error-cross{fill:none;stroke:#ff3040;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheckmark .5s ease-in-out forwards;transform:translate(5px,5px)}.publish-overlay .publish-modal .error-text{color:#ff3040;font-weight:600;margin-top:15px}@keyframes drawCheckmark{to{stroke-dashoffset:0}}.ig-loading{align-items:center;background:#000;color:#fff;display:flex;font-size:16px;height:100vh;justify-content:center}.error-banner{background:#ff3040;color:#fff;font-size:14px;padding:12px 16px;position:-webkit-sticky;position:sticky;text-align:center;top:49px;z-index:10}@media(max-width:768px){.instagram-create-container .ig-content .ig-initial-screen .ig-picker-options .ig-picker-btn{padding:20px}.instagram-create-container .ig-content .ig-editor .ig-preview.story{max-height:50vh}}.cropper-container{background:#000;direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-modal{background:#000;opacity:.5}.cropper-view-box{outline:2px solid #0095f6;outline-color:#0095f6bf}.cropper-dashed{border:0 dashed #eee;opacity:.5}.cropper-point{background-color:#0095f6;height:6px;opacity:.75;width:6px}.cropper-line{background-color:#0095f6;opacity:.1}.sr-only{clip:rect(0 0 0 0)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.ig-file-input,.ig-picker-btn .ig-file-input{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ig-file-input:focus+.ig-picker-text,.ig-picker-btn:focus-within{outline:none}.cropper-face,.cropper-view-box,.cropper-view-box *{border-radius:0!important}.cropper-container .cropper-face,.cropper-container .cropper-modal,.cropper-container .cropper-view-box{border-radius:0!important;overflow:visible!important}.cropper-point,.ig-image-container img,.ig-story-frame{border-radius:0!important}.user-profile{padding-bottom:80px}.user-profile .profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.user-profile .follow-btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-weight:500;min-width:120px;padding:8px 24px;text-align:center;transition:all .2s}.user-profile .follow-btn:not(.following){background:#0095f6;color:#fff}.user-profile .follow-btn:not(.following):hover{background:#007acc}.user-profile .follow-btn.following{background:#efefef;color:#262626}.user-profile .follow-btn.following:hover{background:#e2e2e2}.user-profile .follow-btn:disabled{cursor:not-allowed;opacity:.7}.user-profile .message-btn{align-items:center;background:#f0f2f5;border:none;border-radius:8px;color:#262626;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;min-width:120px;padding:8px 20px;transition:all .2s}.user-profile .message-btn .message-icon{font-size:18px}.user-profile .message-btn:hover{background:#e2e2e2;transform:translateY(-2px)}.user-profile .message-btn:active{transform:translateY(0)}.user-profile .private-warning{border-top:1px solid #dbdbdb;color:#8e8e8e;font-size:16px;margin-top:20px;padding:20px;text-align:center}@media(max-width:720px){.profile-actions{justify-content:center}}.error,.loading{font-size:18px}.my-profile,.user-profile{margin:0 auto;max-width:935px;padding:32px 20px 60px;position:relative}.my-profile .settings-btn,.user-profile .settings-btn{align-items:center;background:none;border:none;border-radius:50%;color:#262626;cursor:pointer;display:flex;font-size:24px;justify-content:center;padding:8px;position:absolute;right:20px;top:18px;transition:transform .2s}.my-profile .settings-btn:hover,.user-profile .settings-btn:hover{background:#f8f8f8;transform:rotate(90deg)}.my-profile .profile-header,.user-profile .profile-header{align-items:center;display:flex;gap:30px;margin-bottom:34px}.my-profile .profile-header .avatar-section,.user-profile .profile-header .avatar-section{flex:0 0 150px}.my-profile .profile-header .avatar-section .avatar-wrapper,.user-profile .profile-header .avatar-section .avatar-wrapper{background:#d8d8d8;border-radius:50%;height:150px;padding:1px;position:relative;width:150px}.my-profile .profile-header .avatar-section .avatar-wrapper .profile-avatar,.user-profile .profile-header .avatar-section .avatar-wrapper .profile-avatar{border:3px solid #fff;border-radius:50%;height:100%;object-fit:cover;width:100%}.my-profile .profile-header .profile-info,.user-profile .profile-header .profile-info{flex:1 1;padding-top:8px}.my-profile .profile-header .profile-info .username,.user-profile .profile-header .profile-info .username{align-items:center;color:#262626;display:flex;font-size:28px;font-weight:600;gap:8px;justify-content:center;margin:0 0 12px}.my-profile .profile-header .profile-info .stats-container,.user-profile .profile-header .profile-info .stats-container{align-items:center;display:flex;gap:36px;justify-content:center;margin-bottom:18px}.my-profile .profile-header .profile-info .stats-container .stat-item,.user-profile .profile-header .profile-info .stats-container .stat-item{align-items:center;cursor:default;display:flex;flex-direction:column;justify-content:center;min-width:72px;-webkit-user-select:none;user-select:none}.my-profile .profile-header .profile-info .stats-container .stat-item.clickable,.user-profile .profile-header .profile-info .stats-container .stat-item.clickable{cursor:pointer}.my-profile .profile-header .profile-info .stats-container .stat-item.clickable:hover,.user-profile .profile-header .profile-info .stats-container .stat-item.clickable:hover{opacity:.85}.my-profile .profile-header .profile-info .stats-container .stat-item .count,.user-profile .profile-header .profile-info .stats-container .stat-item .count{color:#262626;display:block;font-size:18px;font-weight:700;line-height:1}.my-profile .profile-header .profile-info .stats-container .stat-item .label,.user-profile .profile-header .profile-info .stats-container .stat-item .label{color:#8e8e8e;font-size:13px;letter-spacing:.4px;margin-top:4px}.my-profile .profile-header .profile-info .bio-section,.user-profile .profile-header .profile-info .bio-section{margin-bottom:12px}.my-profile .profile-header .profile-info .bio-section .name,.user-profile .profile-header .profile-info .bio-section .name{color:#262626;font-size:16px;font-weight:600;margin:0 0 6px}.my-profile .profile-header .profile-info .bio-section .bio,.user-profile .profile-header .profile-info .bio-section .bio{color:#262626;font-size:14px;line-height:1.5;margin:0;max-width:480px}.my-profile .profile-header .profile-info .edit-btn,.user-profile .profile-header .profile-info .edit-btn{background:#f8f9fa;border:1px solid #dbdbdb;border-radius:8px;color:#262626;display:inline-block;font-size:14px;font-weight:500;margin-top:12px;padding:8px 20px;text-decoration:none;transition:all .15s}.my-profile .profile-header .profile-info .edit-btn:hover,.user-profile .profile-header .profile-info .edit-btn:hover{background:#e9ecef}.my-profile .posts-grid,.user-profile .posts-grid{grid-gap:18px;border-top:1px solid #dbdbdb;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);padding-top:24px}.my-profile .posts-grid .post-item,.user-profile .posts-grid .post-item{aspect-ratio:1;background:#fafafa;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden;position:relative;transition:transform .18s}.my-profile .posts-grid .post-item:hover,.user-profile .posts-grid .post-item:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-4px)}.my-profile .posts-grid .post-item .post-link,.user-profile .posts-grid .post-item .post-link{display:block;height:100%;width:100%}.my-profile .posts-grid .post-item .media-wrapper,.user-profile .posts-grid .post-item .media-wrapper{height:100%;position:relative;width:100%}.my-profile .posts-grid .post-item .media-wrapper .post-media,.user-profile .posts-grid .post-item .media-wrapper .post-media{height:100%;object-fit:cover;transition:transform .25s;width:100%}.my-profile .posts-grid .post-item .media-wrapper .video-indicator,.user-profile .posts-grid .post-item .media-wrapper .video-indicator{align-items:center;background:#00000073;border-radius:50%;display:flex;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.my-profile .posts-grid .post-item .media-wrapper .video-indicator .play-icon,.user-profile .posts-grid .post-item .media-wrapper .video-indicator .play-icon{color:#fff;font-size:20px}.my-profile .follow-item-row,.user-profile .follow-item-row{align-items:center;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:8px;transition:background .12s}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008f;display:block;inset:0;position:fixed;z-index:1000}.account-modal,.follow-modal{background:#fff;border-radius:14px;box-shadow:0 12px 40px #00000029;left:50%;max-height:80vh;max-width:520px;outline:none;overflow-y:auto;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:92%;z-index:1001}.account-modal .modal-header,.follow-modal .modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.account-modal .modal-header h3,.follow-modal .modal-header h3{font-size:18px;font-weight:600;margin:0}.account-modal .modal-content .modal-btn,.follow-modal .modal-content .modal-btn{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:18px;gap:10px;padding:12px;text-align:left;transition:background .12s;width:100%}.follow-modal .follow-list{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto}.follow-modal .empty{color:#8e8e8e;padding:12px;text-align:center}.follow-modal .follow-item-row{align-items:center;background:#fff;border:1px solid #0000;border-radius:8px;display:flex;gap:12px;justify-content:space-between;max-height:80px;padding:10px 8px;transition:background .12s;transition:opacity .3s ease,transform .3s cubic-bezier(.2,.9,.2,1),max-height .3s ease,padding .3s ease,margin .3s ease}.follow-modal .follow-item-row.removing{border:0;margin:0;max-height:0;opacity:0;padding-bottom:0;padding-top:0;transform:translateX(-12px) scale(.995)}.follow-modal .follow-item{align-items:center;color:#262626;display:flex;flex:1 1;gap:12px;text-decoration:none}.follow-modal img{border:1px solid #eee;border-radius:50%;height:44px;object-fit:cover;width:44px}.follow-modal span{font-size:15px;font-weight:500}.follow-modal .follow-item-actions{display:flex;gap:8px}.small-btn{background:#fff;border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:14px;padding:6px 10px;white-space:nowrap}.small-btn.unfollow{border-color:#e6e6e6;color:#262626}.small-btn.remove{border-color:#ffd6d6;color:#ff4d4f}.small-btn:disabled{cursor:not-allowed;opacity:.6}.account-modal,.follow-modal,.notifications-modal{background:#fff;border-radius:14px;box-shadow:0 18px 40px #00000024;left:50%;max-height:80vh;max-width:520px;outline:none;overflow-y:auto;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);transition:transform .22s cubic-bezier(.2,.9,.2,1),opacity .18s ease;width:92%;z-index:1001}.account-modal .modal-header,.follow-modal .modal-header,.notifications-modal .modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.account-modal .modal-header h3,.follow-modal .modal-header h3,.notifications-modal .modal-header h3{font-size:18px;font-weight:600;margin:0}.close-btn{color:#8e8e8e;font-size:22px;padding:4px}.close-btn,.modal-content .modal-btn{background:none;border:none;cursor:pointer}.modal-content .modal-btn{align-items:center;border-radius:8px;display:flex;font-size:15px;gap:10px;padding:12px;text-align:left;transition:background .12s;width:100%}.modal-content .modal-btn:hover{background:#f7f7f8}.account-modal .delete-confirm{background:#fff1f0;border-radius:8px;margin-top:14px;padding:12px}.notifications-content{display:flex;flex-direction:column;gap:14px}.notifications-row{align-items:center;display:flex;justify-content:space-between}.notif-title{color:#222;font-size:15px;font-weight:600}.notif-sub{color:#777;font-size:13px;margin-top:2px}.notifications-status{color:#666;display:flex;font-size:13px;gap:16px}.ios-switch{--switch-width:46px;--switch-height:28px;--thumb-size:22px;-webkit-tap-highlight-color:rgba(0,0,0,0);height:var(--switch-height);width:var(--switch-width)}.ios-switch input{display:none}.ios-slider{background:#e6e6e6;border-radius:999px;box-shadow:inset 0 0 0 1px #00000008;inset:0;transition:background .22s cubic-bezier(.2,.9,.2,1),box-shadow .18s}.ios-slider:after{background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001f;content:"";height:var(--thumb-size);left:3px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .18s;width:var(--thumb-size)}.ios-switch input:checked+.ios-slider{background:linear-gradient(180deg,#34c759,#28a745);box-shadow:0 6px 18px #32c87829}.ios-switch input:checked+.ios-slider:after{box-shadow:0 4px 14px #28a04b3d;transform:translateY(-50%) translateX(calc(var(--switch-width) - var(--thumb-size) - 6px))}.ios-switch input:disabled+.ios-slider{cursor:not-allowed;opacity:.5}.modal-btn[disabled],.small-btn:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.my-profile,.user-profile{padding:20px 14px 80px}.my-profile .profile-header,.user-profile .profile-header{align-items:center;flex-direction:column;gap:18px}.my-profile .avatar-section,.user-profile .avatar-section{align-self:center}.my-profile .profile-info,.user-profile .profile-info{text-align:center}.my-profile .posts-grid,.user-profile .posts-grid{gap:4px;grid-template-columns:repeat(3,1fr);padding-top:18px}.my-profile .account-modal,.my-profile .follow-modal,.user-profile .account-modal,.user-profile .follow-modal{left:50%;top:50%;transform:translate(-50%,-50%);width:96%}}@media(max-width:420px){.ios-switch{--switch-width:40px;--switch-height:24px;--thumb-size:18px}}*{transition:all .3s cubic-bezier(.25,.8,.25,1)}.ios-loading-container{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center}.ios-spinner{animation:ios-spin 1s linear infinite;border:3px solid #007aff33;border-radius:50%;border-top-color:#007aff;height:44px;width:44px}@keyframes ios-spin{to{transform:rotate(1turn)}}.ios-container{background-color:#fff;margin:0 auto;max-width:600px;min-height:100vh;padding-bottom:40px}.ios-header{background-color:#fff;box-shadow:0 4px 12px #00000014;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.ios-back-button,.ios-header{align-items:center;display:flex}.ios-back-button{background:none;border:none;border-radius:50%;color:#007aff;cursor:pointer;font-size:20px;height:40px;justify-content:center;padding:8px;transition:transform .1s ease;width:40px}.ios-back-button:active{background-color:#007aff1a;transform:scale(.95)}.ios-back-icon,.ios-title{font-weight:600}.ios-title{color:#000;font-size:20px;margin-left:16px}.ios-form{margin-top:20px;padding:0 16px}.ios-form-group{background:#f2f2f7;border-radius:14px;box-shadow:0 4px 12px #00000014;overflow:hidden}.ios-form-row{align-items:center;display:flex;justify-content:space-between;padding:16px;position:relative}.ios-divider{background:#c6c6c8;height:1px;margin:0 16px}.ios-label{color:#000;font-size:16px;font-weight:500}.ios-input,.ios-textarea{background:none;border:none;color:#8e8e93;flex:1 1;font-family:SF Pro Display,sans-serif;font-size:16px;margin-left:16px;outline:none;text-align:right}.ios-input:focus,.ios-textarea:focus{color:#000}.ios-textarea{background:#ffffffb3;border-radius:8px;height:auto;min-height:60px;padding:8px;resize:none;text-align:left}.ios-toggle-row{padding:12px 16px}.ios-switch{display:inline-block;height:32px;position:relative;width:52px}.ios-switch input{height:0;opacity:0;width:0}.ios-slider{background-color:#e9e9eb;border-radius:32px;bottom:0;cursor:pointer;left:0;right:0;top:0}.ios-slider,.ios-slider:before{position:absolute;transition:.4s}.ios-slider:before{background-color:#fff;border-radius:50%;bottom:2px;box-shadow:0 1px 3px #0003;content:"";height:28px;left:2px;width:28px}input:checked+.ios-slider{background-color:#007aff}input:checked+.ios-slider:before{transform:translateX(20px)}.ios-image-section{background:#f2f2f7;border-radius:14px;box-shadow:0 4px 12px #00000014;margin-top:24px;padding:16px}.ios-image-label{color:#000;display:block;font-size:16px;font-weight:500;margin-bottom:16px}.ios-image-upload{align-items:center;display:flex;justify-content:center;position:relative}.ios-image-preview{border:2px solid #c6c6c8;border-radius:50%;height:120px;overflow:hidden;width:120px}.ios-cropper-image{height:100%;object-fit:cover;width:100%}.ios-image-placeholder{align-items:center;background:#007aff1a;border:2px dashed #007aff4d;border-radius:50%;cursor:pointer;display:flex;height:120px;justify-content:center;width:120px}.ios-image-placeholder:active{background:#007aff26;transform:scale(.98)}.ios-plus-icon{color:#007affb3;font-size:36px;font-weight:200}.ios-file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ios-button-container{padding:32px 16px}.ios-submit-button{background:#007aff;border:none;border-radius:12px;box-shadow:0 4px 12px #007aff4d;color:#fff;cursor:pointer;font-size:18px;font-weight:600;overflow:hidden;padding:16px;position:relative;width:100%}.ios-submit-button:hover{background:#006ee6}.ios-submit-button:active{box-shadow:0 2px 6px #007aff40;transform:scale(.98)}.ios-submit-button:disabled{background:#66afff;cursor:not-allowed}.ios-submit-button.submitting{background:#0062cc;color:#0000}.ios-button-spinner{animation:ios-spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.ios-error-message{animation:fadeIn .3s ease;color:#ff3b30;font-size:15px;padding:8px;text-align:center}.ios-error-container{align-items:center;display:flex;height:100vh;justify-content:center;padding:20px}.ios-alert{animation:popIn .4s cubic-bezier(.175,.885,.32,1.275);background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000026;max-width:80%;padding:24px;text-align:center}.ios-button{background:#007aff;border:none;border-radius:12px;box-shadow:0 4px 8px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:20px;padding:14px 24px}.ios-button:active{transform:scale(.96)}.cropper-face,.cropper-view-box{border-radius:50%}.liked-users-modal{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.liked-users-modal .modal-content{background:#fff;border-radius:15px;box-shadow:0 4px 24px #00000026;max-height:70vh;max-width:400px;padding:40px 20px 20px;position:relative;width:90%}.liked-users-modal .modal-content h3{align-items:center;border-bottom:1px solid #00000014;color:#262626;display:flex;font-size:18px;gap:8px;margin:0 0 20px;padding-bottom:15px}.liked-users-modal .modal-content h3:before{content:"❤️";font-size:20px}.liked-users-modal .modal-content .liked-users-list{list-style:none;margin:0;max-height:50vh;overflow-y:auto;padding:0}.liked-users-modal .modal-content .liked-users-list::-webkit-scrollbar{width:6px}.liked-users-modal .modal-content .liked-users-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.liked-users-modal .modal-content .liked-users-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.liked-users-modal .modal-content .liked-users-list .liked-user{padding:12px 0}.liked-users-modal .modal-content .liked-users-list .liked-user:not(:last-child){border-bottom:1px solid #0000000d}.liked-users-modal .modal-content .liked-users-list .liked-user a{align-items:center;border-radius:8px;display:flex;gap:12px;padding:8px;text-decoration:none;transition:background .2s}.liked-users-modal .modal-content .liked-users-list .liked-user a:hover{background:#00000008}.liked-users-modal .modal-content .liked-users-list .liked-user a .user-avatar{border:1px solid #00000014;border-radius:50%;height:36px;object-fit:cover;width:36px}.liked-users-modal .modal-content .liked-users-list .liked-user a .user-login{color:#262626;font-size:14px;font-weight:600}.liked-users-modal .modal-content>p{color:#8e8e8e;font-size:14px;padding:16px 0}.liked-users-modal .modal-content .close-button{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s ease;width:32px}.liked-users-modal .modal-content .close-button:hover{background:#00000026;color:#000}@media(max-width:480px){.liked-users-modal .modal-content{border-radius:15px 15px 0 0;height:80vh;width:100%}.liked-users-modal .modal-content h3{font-size:16px}.liked-users-modal .modal-content .liked-user a .user-avatar{height:32px;width:32px}}.loading-state{animation:pulse 1.5s infinite;padding:20px 0;text-align:center}.loading-state p{color:#8e8e8e;font-size:14px}.user-postPage{background:#fff;border:1px solid #dbdbdb;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:20px auto;max-width:600px;position:relative}.user-postPage .postPage-header{align-items:center;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;padding:14px 16px}.user-postPage .postPage-header .postHeader-login{align-items:center;display:flex;gap:12px}.user-postPage .postPage-header .postHeader-login .postHeader-loginContainer{border:1px solid #e0e0e0;border-radius:50%;flex-shrink:0;height:40px;overflow:hidden;width:40px}.user-postPage .postPage-header .postHeader-login .postHeader-loginContainer img{display:block;height:100%;object-fit:cover;width:100%}.user-postPage .postPage-header .postHeader-login span{color:#262626;font-size:14px;font-weight:600}.user-postPage .postPage-header .postHeader-nav{position:relative}.user-postPage .postPage-header .postHeader-nav img{cursor:pointer;height:28px;padding:6px;transition:background .2s;width:28px}.user-postPage .postPage-header .postHeader-nav img:hover{background:#0000000d;border-radius:50%}.user-postPage .postPage-header .postHeader-nav .post-menu{background:#fff;border:1px solid #dbdbdb;border-radius:6px;box-shadow:0 4px 12px #0000001a;padding:8px 0;position:absolute;right:0;top:100%;width:200px;z-index:1000}.user-postPage .postPage-header .postHeader-nav .post-menu li{color:#262626;cursor:pointer;font-size:14px;padding:12px 16px;transition:background .2s}.user-postPage .postPage-header .postHeader-nav .post-menu li:hover{background:#f8f8f8}.user-postPage .postPage-header .postHeader-nav .post-menu li.delete{color:#ed4956;font-weight:500}.user-postPage .postPage-main{background:#000;position:relative}.user-postPage .postPage-main img,.user-postPage .postPage-main video{display:block;max-height:600px;object-fit:contain;width:100%}@keyframes heartBurst{0%{opacity:1;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(1)}}.user-postPage .postPage-footer{padding:12px 16px}.user-postPage .postPage-footer .interaction-buttons{border-bottom:1px solid #efefef;padding:8px 0}.user-postPage .postPage-footer .interaction-buttons .left-buttons{display:flex;gap:16px;position:relative}.user-postPage .postPage-footer .interaction-buttons .left-buttons .post-reactions{flex:1 1;min-width:0;position:static}.user-postPage .postPage-footer .interaction-buttons .left-buttons .post-reactions .reactions-container{position:relative;z-index:1}.user-postPage .postPage-footer .interaction-buttons .left-buttons button{align-items:center;border:none;cursor:pointer;display:flex;flex-shrink:0;gap:6px;padding:4px}.user-postPage .postPage-footer .interaction-buttons .left-buttons button img{height:24px;transition:transform .15s;width:24px}.user-postPage .postPage-footer .interaction-buttons .left-buttons button img:active{transform:scale(.9)}.user-postPage .postPage-footer .interaction-buttons .left-buttons button span{color:#262626;font-size:14px;font-weight:600}.user-postPage .postPage-footer .post-info{padding:8px 0}.user-postPage .postPage-footer .post-info .description{color:#262626;font-size:14px;line-height:1.4;margin:8px 0}.user-postPage .postPage-footer .post-info .post-date{color:#8e8e8e;display:block;font-size:10px;letter-spacing:.5px;margin-top:8px;text-transform:uppercase}.emoji-picker-container{bottom:calc(100% + 10px)!important;left:0!important;transform:none!important;z-index:1000!important}.custom-video{background:#000;position:relative}.custom-video video{height:auto;max-height:600px;width:100%}.custom-video .video-controls{background:#0009;border-radius:20px;bottom:15px;display:flex;gap:12px;left:50%;opacity:0;padding:8px;position:absolute;transform:translateX(-50%);transition:opacity .3s}.custom-video .video-controls.visible{opacity:1}.custom-video .video-controls button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;width:32px}@media(max-width:650px){.user-postPage{border-left:none;border-radius:0;border-right:none;margin:0}.user-postPage .postPage-main img,.user-postPage .postPage-main video{max-height:70vh}.user-postPage .postPage-footer{padding:12px}.user-postPage .postPage-footer .interaction-buttons .left-buttons{gap:12px}.user-postPage .postPage-footer .interaction-buttons .left-buttons .post-reactions .reaction-summary{max-width:calc(100vw - 140px)}}.error,.loading{color:#8e8e8e;font-size:16px;padding:40px;text-align:center}*{transition:all .2s ease}.notification-container{background:#f2f2f7;margin:0 auto;max-width:600px;min-height:100vh;padding-bottom:80px}.notification-header{align-items:center;background-color:#fff;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.notification-title{color:#000;font-size:28px;font-weight:700}.notification-requests-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;position:relative;width:44px}.notification-requests-button:active{background:#007aff1a;transform:scale(.95)}.notification-badge{align-items:center;animation:notification-pulse 1.5s infinite;background:#ff3b30;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;position:absolute;right:3px;top:3px;width:20px}@keyframes notification-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.notification-tabs{-webkit-overflow-scrolling:touch;background:#fff;border-bottom:1px solid #e5e5ea;display:flex;overflow-x:auto;padding:8px 16px;scrollbar-width:none}.notification-tabs::-webkit-scrollbar{display:none}.notification-tab{background:none;border:none;border-radius:10px;color:#8e8e93;cursor:pointer;font-size:15px;font-weight:500;margin-right:8px;padding:8px 16px;white-space:nowrap}.notification-tab:last-child{margin-right:0}.notification-tab.active{background:#007aff1a;color:#007aff;font-weight:600}.notification-tab:active{transform:scale(.96)}.notification-content{padding:16px}.notification-requests-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000d;cursor:pointer;margin-bottom:16px;padding:16px;transition:all .2s ease}.notification-requests-card:active{background:#fafafa;transform:scale(.98)}.notification-requests-header{align-items:center;display:flex;margin-bottom:12px}.notification-requests-icon{color:#007aff;margin-right:12px;min-width:24px}.notification-requests-text{flex:1 1}.notification-requests-text h2{font-size:18px;font-weight:600;margin-bottom:4px}.notification-requests-text p{color:#8e8e93;font-size:14px}.notification-count{background:#f2f2f7;border-radius:20px;color:#8e8e93;font-size:16px;font-weight:600;padding:4px 12px}.notification-users-preview{display:flex;gap:8px;padding-top:8px}.notification-user-avatar{background-position:50%;background-size:cover;border:2px solid #fff;box-shadow:0 2px 4px #0000001a;height:44px;transition:transform .2s;width:44px}.notification-user-avatar:active{transform:scale(.95)}.notification-more-count{align-items:center;background:#f2f2f7;border-radius:50%;color:#8e8e93;display:flex;font-size:14px;font-weight:600;height:44px;justify-content:center;width:44px}.notification-section{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.notification-section-title{border-bottom:1px solid #e5e5ea;color:#000;font-size:20px;font-weight:600;padding:16px}.notification-list{list-style:none}.notification-item{border-bottom:1px solid #e5e5ea;cursor:pointer;display:flex;padding:16px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.notification-item:last-child{border-bottom:none}.notification-item:active{background:#007aff0d;transform:translateX(4px)}.notification-item.unread{background:#007aff0d;position:relative}.notification-item.unread:before{background:#007aff;border-radius:0 4px 4px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.notification-icon-wrapper{align-items:center;background:#007aff1a;border-radius:50%;display:flex;flex-shrink:0;height:44px;justify-content:center;margin-right:16px;width:44px}.notification-icon-wrapper .notification-icon{color:#007aff;height:20px;width:20px}.notification-content-wrapper{align-items:flex-start;display:flex;flex:1 1}.notification-user-avatar{border:1px solid #e5e5ea;border-radius:50%;flex-shrink:0;height:40px;margin-right:12px;object-fit:cover;width:40px}.notification-details{flex:1 1}.notification-message{line-height:1.4;margin-bottom:6px}.notification-username{color:#000;font-weight:600}.notification-action{color:#8e8e93;font-size:15px}.notification-emoji{font-size:18px;vertical-align:middle}.notification-time{align-items:center;color:#8e8e93;display:flex;font-size:13px}.notification-time svg{margin-right:4px}.notification-loading{display:flex;justify-content:center;padding:40px}.notification-spinner{animation:notification-spin 1s linear infinite;border:3px solid #007aff33;border-radius:50%;border-top-color:#007aff;height:40px;width:40px}@keyframes notification-spin{to{transform:rotate(1turn)}}.notification-empty-state{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000d;padding:40px 20px;text-align:center}.notification-empty-state .notification-empty-icon{color:#8e8e93;margin-bottom:16px;opacity:.7}.notification-empty-state h3{font-size:18px;margin-bottom:8px}.notification-empty-state p{color:#8e8e93;font-size:15px}.notification-modal-overlay{align-items:flex-end;animation:notification-fadeIn .3s forwards;background:#0006;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:1000}@keyframes notification-fadeIn{to{opacity:1}}.notification-modal-content{animation:notification-slideUp .4s cubic-bezier(.23,1,.32,1) forwards;background:#fff;border-radius:20px 20px 0 0;box-sizing:border-box;max-height:85vh;max-width:600px;overflow:hidden;padding-bottom:40px;transform:translateY(100%);width:100%}@keyframes notification-slideUp{to{transform:translateY(0)}}.notification-modal-header{border-bottom:1px solid #e5e5ea;padding:20px 16px;position:relative;text-align:center}.notification-modal-header h2{font-size:20px;font-weight:600;padding:0 30px}.notification-close-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:36px}.notification-close-button:active{background:#007aff1a;transform:translateY(-50%) scale(.95)}.notification-modal-body{-webkit-overflow-scrolling:touch;max-height:calc(85vh - 110px);overflow-y:auto;padding:16px}.notification-modal-loading{display:flex;justify-content:center;padding:40px 0}.notification-modal-empty{padding:40px 0;text-align:center}.notification-modal-empty svg{color:#8e8e93;margin-bottom:16px;opacity:.7}.notification-modal-empty p{color:#8e8e93;font-size:16px}.notification-requests-list{list-style:none}.notification-request-item{align-items:center;border-bottom:1px solid #e5e5ea;display:flex;justify-content:space-between;padding:16px 0;transition:all .3s ease}.notification-request-item:last-child{border-bottom:none}.notification-request-user{align-items:center;display:flex;flex:1 1;min-width:0}.notification-request-avatar{border:1px solid #e5e5ea;border-radius:50%;flex-shrink:0;height:56px;margin-right:16px;object-fit:cover;width:56px}.notification-request-info{min-width:0}.notification-request-username{font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-request-text{color:#8e8e93;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-request-actions{display:flex;flex-shrink:0;gap:8px}.notification-accept-button,.notification-decline-button{border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;padding:8px 16px;transition:all .2s}.notification-accept-button:active,.notification-decline-button:active{transform:scale(.95)}.notification-accept-button{background:#007aff;color:#fff}.notification-accept-button:active{background:#0062cc}.notification-decline-button{background:#f2f2f7;color:#8e8e93}.notification-decline-button:active{background:#e2e2ed}.rec-container{background:#fff;margin:0 auto;max-width:600px;padding:0 12px}.rec-header{align-items:center;background:#fff;border-bottom:1px solid #00000014;display:flex;justify-content:space-between;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.rec-header h1{color:#262626;font-size:24px;font-weight:700;margin:0}.rec-refresh-btn{align-items:center;background:none;border:none;border-radius:50%;color:#262626;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:transform .3s ease}.rec-refresh-btn:hover{background:#0000000d}.rec-refresh-btn.refreshing{animation:spin 1s linear infinite}.rec-loading{align-items:center;display:flex;height:300px;justify-content:center}.rec-loading .rec-spinner{animation:spin 1s linear infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#0095f6;height:40px;width:40px}.rec-empty{padding:40px 20px;text-align:center}.rec-empty .rec-empty-icon{font-size:48px;margin-bottom:16px}.rec-empty h2{color:#262626;font-size:20px;margin-bottom:8px}.rec-empty p{color:#8e8e8e;line-height:1.5;margin:0}.rec-posts{grid-gap:24px;display:grid;gap:24px;padding:16px 0 20px}.rec-post{animation:fadeInUp .5s ease-out forwards;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;opacity:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.rec-post:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rec-post-header{align-items:center;display:flex;justify-content:space-between;padding:14px 16px}.rec-user-info{align-items:center;display:flex;gap:12px}.rec-avatar{border:1px solid #0000000a;border-radius:50%;height:40px;object-fit:cover;width:40px}.rec-user-meta{display:flex;flex-direction:column}.rec-username{align-items:center;color:#262626;display:flex;font-weight:600;gap:4px;text-decoration:none}.rec-username:hover{text-decoration:underline}.rec-verified{flex-shrink:0}.rec-actions-top{align-items:center;display:flex;gap:12px;position:relative}.rec-more-btn,.rec-share-btn{align-items:center;background:none;border:none;border-radius:50%;color:#262626;cursor:pointer;display:flex;justify-content:center;padding:6px}.rec-more-btn:hover,.rec-share-btn:hover{background:#0000000d}.rec-options-menu{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:180px;overflow:hidden;position:absolute;right:0;top:100%;z-index:20}.rec-options-menu button{background:none;border:none;color:#262626;cursor:pointer;display:block;font-size:14px;padding:12px 16px;text-align:left;width:100%}.rec-options-menu button:hover{background:#0000000d}.rec-options-menu button:not(:last-child){border-bottom:1px solid #00000014}.rec-post-media{background:#000;position:relative}.rec-post-media .rec-image{display:block;max-height:700px;object-fit:contain;width:100%}.rec-video-container{background:#000;overflow:hidden;padding-top:100%;position:relative}.rec-video{height:100%;object-fit:cover}.rec-progress-container,.rec-video{left:0;position:absolute;top:0;width:100%}.rec-progress-container{background:#ffffff4d;height:2px;z-index:2}.rec-progress-bar{background:#fff;height:100%;transition:width .1s linear}.rec-minimal-controls{bottom:16px;position:absolute;right:16px;z-index:2}.rec-mute-btn{align-items:center;background:#0006;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.rec-mute-btn:hover{background:#0009}.rec-play-indicator{left:50%;opacity:.9;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.rec-post-footer{padding:14px 16px 18px}.rec-actions{justify-content:space-between;margin-bottom:12px}.rec-actions,.rec-comment-btn{align-items:center;display:flex}.rec-comment-btn{background:none;border:none;color:#262626;cursor:pointer;font-size:14px;gap:6px;padding:4px}.rec-comment-btn:hover{color:#8e8e8e}.rec-content .rec-description{-webkit-box-orient:vertical;color:#262626;cursor:pointer;display:-webkit-box;font-size:14px;line-height:1.5;margin-bottom:8px;overflow:hidden}.rec-meta{display:flex;justify-content:space-between;margin-top:8px}.rec-date,.rec-meta{color:#8e8e8e;font-size:12px}@media(max-width:480px){.rec-container{padding:0}.rec-header{padding:16px}.rec-post{border-bottom:1px solid #00000014;border-radius:0;box-shadow:none}.rec-post:hover{box-shadow:none;transform:none}.rec-options-menu{min-width:160px}}.search-container{margin:0 auto;max-width:400px;position:relative;top:10px;width:100%}.search-container .search-input-wrapper{padding-bottom:20px;position:relative}.search-container .search-input-wrapper .search-input{border:2px solid #e0e0e0;border-radius:25px;font-size:18px;padding:12px 40px 12px 15px;transition:all .3s ease;width:100%}.search-container .search-input-wrapper .search-input:focus{border-color:#6c5ce7;box-shadow:0 0 8px #6c5ce733;outline:none}.search-container .loading-indicator{align-items:center;color:#6c5ce7;display:flex;font-size:.9rem;gap:10px;padding:15px}.search-container .loading-indicator .spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#6c5ce7;height:20px;width:20px}.search-container .search-results{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-top:10px;max-height:400px;overflow-y:auto;position:absolute;width:100%;z-index:1000}.search-container .search-results .result-item{align-items:center;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;padding:12px;transition:background .2s ease}.search-container .search-results .result-item:last-child{border-bottom:none}.search-container .search-results .result-item:hover{background:#f8f9fa}.search-container .search-results .result-item .user-avatar{border:2px solid #eee;border-radius:50%;height:40px;margin-right:15px;object-fit:cover;width:40px}.search-container .search-results .result-item .user-info{display:flex;flex-direction:column}.search-container .search-results .result-item .user-info .username{color:#2d3436;font-weight:600;margin-bottom:4px}.search-container .search-results .result-item .user-info .user-id{color:#636e72;font-size:.8rem}.search-container .no-results{color:#636e72;font-size:.9rem;padding:15px;text-align:center}@media(max-width:768px){.search-container{max-width:100%}.search-container .search-input{font-size:14px;padding:10px 35px 10px 12px}.search-container .search-results{max-height:300px}}.reels-container{background:#000;isolation:isolate;overflow:hidden;position:relative;width:100%}@supports(padding-bottom:env(safe-area-inset-bottom)){.reels-container{height:calc(100vh - 60px - env(safe-area-inset-bottom));padding-bottom:calc(60px + env(safe-area-inset-bottom))}}.reels-container .reel{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.reels-container .reel.active{opacity:1;z-index:1}.reels-container .reel .video-player{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.reels-container .reel .reel-controls{align-items:flex-end;display:flex;justify-content:space-between;left:0;padding:15px 15px 30px;position:absolute;right:0;top:0;z-index:2}@supports(padding-bottom:env(safe-area-inset-bottom)){.reels-container .reel .reel-controls{bottom:calc(env(safe-area-inset-bottom));padding-bottom:calc(30px + env(safe-area-inset-bottom))}}.reels-container .reel .reel-controls .left-panel{flex:1 1;max-width:70%}.reels-container .reel .reel-controls .left-panel .user-info{align-items:center;display:flex;margin-bottom:10px}.reels-container .reel .reel-controls .left-panel .user-info .user-avatar{border:2px solid #fff;border-radius:50%;height:40px;margin-right:12px;width:40px}.reels-container .reel .reel-controls .left-panel .user-info .user-details .username{color:#fff;font-size:14px;font-weight:600;text-decoration:none}.reels-container .reel .reel-controls .left-panel .user-info .user-details .username:hover{text-decoration:underline}.reels-container .reel .reel-controls .left-panel .user-info .user-details .description{color:#fff;font-size:14px;line-height:1.3;margin:5px 0 0}.reels-container .reel .reel-controls .right-panel .action-buttons{display:flex;flex-direction:column;gap:25px}.reels-container .reel .reel-controls .right-panel .action-buttons .action-group{align-items:center;display:flex;flex-direction:column}.reels-container .reel .reel-controls .right-panel .action-buttons .action-group img{cursor:pointer;height:32px;transition:transform .2s;width:32px}.reels-container .reel .reel-controls .right-panel .action-buttons .action-group img:active{transform:scale(1.1)}.reels-container .reel .reel-controls .right-panel .action-buttons .action-group .count{color:#fff;cursor:pointer;font-size:12px;font-weight:500;margin-top:4px}.reels-container .reel .liked-users{align-items:center;bottom:10px;color:#fff;display:flex;font-size:14px;left:15px;position:absolute;z-index:10}.reels-container .reel .liked-users .liked-text{margin-right:5px}.reels-container .reel .liked-users .liked-user{color:#fff;font-weight:500;text-decoration:none}.reels-container .reel .liked-users .liked-user:hover{text-decoration:underline}.reels-container .reel .liked-users .more-likes{color:#ccc;cursor:pointer;margin-left:5px}.reels-container .reel .heart-animation{animation:heartBurst .8s ease-out forwards;color:#ffffffe6;font-size:80px;left:50%;opacity:0;position:absolute;position:relative;top:50%;z-index:3}.reels-container .no-swipes-container{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;padding:20px;text-align:center;width:100%}.reels-container .no-swipes-container .no-swipes-content{max-width:300px}.reels-container .no-swipes-container .no-swipes-content h2{color:#fff;font-size:24px;margin-bottom:15px}.reels-container .no-swipes-container .no-swipes-content p{color:#a8a8a8;font-size:16px;line-height:1.4;margin-bottom:25px}.reels-container .no-swipes-container .no-swipes-content .refresh-button{background:#0095f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 25px;transition:opacity .3s}.reels-container .no-swipes-container .no-swipes-content .refresh-button:hover{opacity:.9}.reels-container .no-swipes-container .no-swipes-content .refresh-button:active{transform:scale(.98)}@keyframes heart-scale{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.mute-btn{align-items:center;background:#00000080;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:1000}.mute-btn svg{color:#fff;font-size:20px}.mute-btn:hover{background:#000000b3}*{box-sizing:border-box;margin:0;padding:0;transition:all .3s ease}.reactionPosts-container{background:#fff;margin:0 auto;max-width:600px;min-height:100vh;padding-bottom:20px}.reactionPosts-header{align-items:center;background-color:#fff;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.reactionPosts-header h1{font-size:20px;font-weight:600}.reactionPosts-back{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.reactionPosts-back:active{background:#007aff1a}.reactionPosts-refresh{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.reactionPosts-refresh:active{background:#007aff1a;transform:rotate(30deg)}.reactionPosts-refresh.refreshing{animation:reactionPosts-spin .8s linear infinite}@keyframes reactionPosts-spin{to{transform:rotate(1turn)}}.reactionPosts-loading{align-items:center;display:flex;height:100vh;justify-content:center}.reactionPosts-loading .reactionPosts-spinner{animation:reactionPosts-spin .8s linear infinite;border:3px solid #007aff33;border-radius:50%;border-top-color:#007aff;height:40px;width:40px}.reactionPosts-error{padding:40px 20px;text-align:center}.reactionPosts-error p{color:#ff3b30;font-size:16px;margin-bottom:20px}.reactionPosts-retry{background:#007aff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px}.reactionPosts-retry:active{background:#0062cc;transform:scale(.95)}.reactionPosts-empty{padding:60px 20px;text-align:center}.reactionPosts-empty .reactionPosts-empty-icon{color:#ff2d55;margin-bottom:20px;opacity:.3}.reactionPosts-empty h2{font-size:20px;margin-bottom:10px}.reactionPosts-empty p{color:#8e8e93;font-size:16px}.reactionPosts-list{padding:0 16px}.reactionPosts-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000d;cursor:pointer;margin-bottom:16px;overflow:hidden;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.reactionPosts-card:active{transform:scale(.98)}.reactionPosts-card-header{border-bottom:1px solid #e5e5ea;justify-content:space-between;padding:16px}.reactionPosts-card-header,.reactionPosts-user{align-items:center;display:flex}.reactionPosts-avatar{border:1px solid #e5e5ea;border-radius:50%;height:44px;margin-right:12px;object-fit:cover;width:44px}.reactionPosts-username{font-size:16px;font-weight:600}.reactionPosts-login{color:#8e8e93;font-size:14px}.reactionPosts-reaction{align-items:center;background:#ff2d551a;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.reactionPosts-reaction .reactionPosts-heart{color:#ff2d55}.reactionPosts-content{padding:16px}.reactionPosts-text{font-size:16px;line-height:1.4;margin-bottom:16px;white-space:pre-line}.reactionPosts-image-container{border-radius:12px;overflow:hidden;padding-top:100%;position:relative}.reactionPosts-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.reactionPosts-footer{border-top:1px solid #e5e5ea;display:flex;justify-content:flex-end;padding:12px 16px}.reactionPosts-date{color:#8e8e93;font-size:14px}@keyframes reactionPosts-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reactionPosts-card{animation:reactionPosts-appear .4s cubic-bezier(.175,.885,.32,1.275) both}.reactionPosts-card:first-child{animation-delay:.1s}.reactionPosts-card:nth-child(2){animation-delay:.2s}.reactionPosts-card:nth-child(3){animation-delay:.3s}.reactionPosts-card:nth-child(4){animation-delay:.4s}.reactionPosts-card:nth-child(5){animation-delay:.5s}.reactionPosts-card:nth-child(6){animation-delay:.6s}.reactionPosts-card:nth-child(7){animation-delay:.7s}.reactionPosts-card:nth-child(8){animation-delay:.8s}.reactionPosts-card:nth-child(9){animation-delay:.9s}.reactionPosts-card:nth-child(10){animation-delay:1s}.chat-container{animation:fadeIn .5s ease;background-color:#fafafa;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100vh;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-list{animation:slideIn .3s ease;background-color:#fff;border-right:1px solid #dbdbdb;display:flex;flex-direction:column;transition:transform .3s ease;width:350px}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.chat-list-header{align-items:center;background-color:#fff;border-bottom:1px solid #dbdbdb;display:flex;gap:20px;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.chat-list-header .back-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:4px}.chat-list-header .back-button svg{color:#262626;height:24px;width:24px}.chat-list-header .header-title{flex:1 1;text-align:center}.chat-list-header .header-title .logo-link{display:inline-block;text-decoration:none}.chat-list-header .header-title .logo-link .logo-sf{color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.5px;position:relative;transition:opacity .2s ease}.chat-list-header .header-title .logo-link .logo-sf:hover{opacity:.9}.chat-list-header .header-actions{width:24px}.chat-list-search{border-bottom:1px solid #efefef;padding:10px 15px;position:relative}.chat-list-search input{background:#efefef;border:none;border-radius:8px;font-size:14px;padding:8px 12px 8px 40px;transition:all .3s ease;width:100%}.chat-list-search input:focus{background:#e2e2e2;box-shadow:0 0 0 2px #3897f033;outline:none}.chat-list-search:before{content:"🔍";left:28px;opacity:.5;position:absolute;top:50%;transform:translateY(-50%)}.chat-list-items{flex:1 1;overflow-y:auto}.chat-list-items::-webkit-scrollbar{width:6px}.chat-list-items::-webkit-scrollbar-thumb{background:#dbdbdb;border-radius:3px}.chat-item{align-items:center;animation:appear .3s ease;cursor:pointer;display:flex;padding:12px 16px;position:relative;transition:all .3s ease}@keyframes appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-item:hover{background:#f8f8f8}.chat-item.active{background:#efefef}.chat-item.search-result{animation:pulse .5s ease}.chat-item.search-result .preview{color:#3897f0;font-weight:500}.chat-item-avatar{margin-right:12px;position:relative}.chat-item-avatar img{border:1px solid #dbdbdb;border-radius:50%;height:56px;object-fit:cover;transition:transform .3s ease;width:56px}.chat-item-avatar .online-status{background-color:#3897f0;border:2px solid #fff;border-radius:50%;bottom:2px;height:12px;position:absolute;right:2px;width:12px}.chat-item-info{flex:1 1;min-width:0}.chat-item-info .username{align-items:center;display:flex;font-size:14px;font-weight:600;margin-bottom:4px}.chat-item-info .username .verified-badge{color:#3897f0;font-size:12px;margin-left:4px}.chat-item-info .preview{color:#8e8e8e;font-size:14px;overflow:hidden;text-overflow:ellipsis;transition:color .2s;white-space:nowrap}.chat-item-info .preview .typing-indicator{color:#3897f0;font-weight:500}.chat-item-info .preview .you{color:#262626;font-weight:600}.chat-item-meta{align-items:flex-end;display:flex;flex-direction:column}.chat-item-meta .time{color:#8e8e8e;font-size:12px;margin-bottom:4px}.chat-item-meta .unread-count{align-items:center;animation:pulse 1s infinite;background:#3897f0;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;min-width:20px}.chat-window{animation:slideInRight .4s ease;background-color:#fafafa;display:flex;flex:1 1;flex-direction:column;position:relative}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.chat-window-header{align-items:center;background:#fff;border-bottom:1px solid #dbdbdb;display:flex;padding:15px 20px;z-index:10}.chat-window-header .back-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;margin-right:15px;padding:8px;transition:all .3s ease}.chat-window-header .back-button:hover{background:#f2f2f2;transform:translateX(-3px)}.chat-window-header .user-info{align-items:center;cursor:pointer;display:flex;flex:1 1;transition:transform .3s ease}.chat-window-header .user-info:hover{transform:translateX(5px)}.chat-window-header .user-info .avatar{margin-right:12px;position:relative}.chat-window-header .user-info .avatar img{border-radius:50%;height:36px;object-fit:cover;transition:transform .3s ease;width:36px}.chat-window-header .user-info .avatar img:hover{transform:scale(1.1)}.chat-window-header .user-info .avatar .online-status{background-color:#3897f0;border:2px solid #fff;border-radius:50%;bottom:0;height:10px;position:absolute;right:0;width:10px}.chat-window-header .user-info .username{align-items:center;display:flex;font-size:16px;font-weight:600;gap:5px}.chat-window-header .user-info .username .verified-badge{color:#3897f0;font-size:17px;margin-left:4px}.chat-window-header .options-button{background:none;border:none;border-radius:50%;cursor:pointer;padding:8px;transition:all .3s ease}.chat-window-header .options-button:hover{background:#f2f2f2;transform:rotate(90deg)}.chat-window .messages-container{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px;scroll-behavior:smooth}.chat-window .messages-container::-webkit-scrollbar{width:6px}.chat-window .messages-container::-webkit-scrollbar-thumb{background:#dbdbdb;border-radius:3px}.chat-window .messages-container .empty-messages,.chat-window .messages-container .loading-messages{align-items:center;display:flex;flex:1 1;justify-content:center}.chat-window .messages-container .empty-messages{animation:fadeIn .5s ease;color:#8e8e8e;flex-direction:column;text-align:center}.chat-window .messages-container .empty-messages svg{animation:bounce 2s infinite;margin-bottom:20px;opacity:.5}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-10px)}}.chat-window .messages-container .empty-messages h3{font-size:20px;font-weight:600;margin:0 0 8px}.chat-window .messages-container .empty-messages p{font-size:14px;margin:0 0 20px}.chat-window .messages-container .empty-messages .send-message-btn{background:#3897f0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s ease}.chat-window .messages-container .empty-messages .send-message-btn:hover{background:#2680d9;box-shadow:0 4px 8px #0000001a;transform:translateY(-3px)}.chat-window .message{animation:messageAppear .3s ease;margin-bottom:12px;max-width:65%}@keyframes messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-window .message-content{word-wrap:break-word;border-radius:18px;font-size:17px;line-height:1.4;padding:12px 16px;position:relative;transition:transform .2s ease}.chat-window .message-content:active{transform:scale(.98)}.chat-window .message-meta{align-items:center;color:#8e8e8e;display:flex;font-size:12px;margin-top:4px}.chat-window .message-meta .read-status{margin-left:4px;transition:color .3s ease}.chat-window .message-meta .read-status.read{animation:pulse .5s;color:#3897f0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.chat-window .message.outgoing{align-self:flex-end;margin-left:30%}.chat-window .message.outgoing .message-content{background:#3897f0;border-bottom-right-radius:4px;border-top-right-radius:4px;color:#fff}.chat-window .message.outgoing .message-meta{justify-content:flex-end;padding-right:10px}.chat-window .message.incoming{align-self:flex-start;margin-right:30%}.chat-window .message.incoming .message-content{background:#fff;border:1px solid #efefef;border-bottom-left-radius:4px;border-top-left-radius:4px;color:#262626}.chat-window .message.incoming .message-meta{justify-content:flex-start;padding-left:10px}.chat-window .typing-indicator{align-self:flex-start;animation:fadeIn .3s ease;background:#fff;border:1px solid #efefef;border-radius:18px;display:inline-block;margin-bottom:12px;padding:12px 16px}.chat-window .typing-indicator .dots{display:flex}.chat-window .typing-indicator .dots .dot{animation:typingDot 1.4s infinite;background:#8e8e8e;border-radius:50%;height:6px;margin:0 2px;width:6px}.chat-window .typing-indicator .dots .dot:first-child{animation-delay:0s}.chat-window .typing-indicator .dots .dot:nth-child(2){animation-delay:.2s}.chat-window .typing-indicator .dots .dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.chat-window .message-input-container{animation:slideUp .3s ease;background:#fff;border-top:1px solid #dbdbdb;padding:15px 20px}.chat-window .message-input-container .message-input{align-items:center;background:#f0f2f5;border-radius:22px;display:flex;padding:8px 16px;transition:all .3s ease}.chat-window .message-input-container .message-input:focus-within{box-shadow:0 0 0 2px #3897f04d}.chat-window .message-input-container .message-input textarea{background:#0000;border:none;flex:1 1;font-size:17px;line-height:1.4;max-height:120px;outline:none;padding:8px 0;resize:none;transition:all .3s ease}.chat-window .message-input-container .message-input textarea::placeholder{color:#8e8e8e}.chat-window .message-input-container .message-input .send-button{align-items:center;background:#3897f0;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;opacity:.5;transition:all .3s ease;width:32px}.chat-window .message-input-container .message-input .send-button.active{opacity:1;transform:rotate(1turn)}.chat-window .message-input-container .message-input .send-button:disabled{cursor:not-allowed}.chat-window .message-input-container .message-input .send-button:hover:not(:disabled){transform:scale(1.1)}.chat-window .message-input-container .message-input .send-button svg{height:18px;transition:transform .3s ease;width:18px}.chat-empty{align-items:center;animation:fadeIn .5s ease;color:#8e8e8e;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px;text-align:center}.chat-empty .direct-icon{animation:float 3s ease-in-out infinite;margin-bottom:24px;opacity:.5}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.chat-empty h2{color:#262626;font-size:24px;font-weight:600;margin:0 0 12px}.chat-empty p{font-size:16px;line-height:1.5;margin:0 0 24px;max-width:400px}.chat-empty .send-message-btn{background:#3897f0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .3s ease}.chat-empty .send-message-btn:hover{background:#2680d9;box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.chat .no-results{animation:fadeIn .3s ease;color:#8e8e8e;padding:20px;text-align:center}@media(max-width:768px){.chat-container{flex-direction:column;overflow:hidden;position:relative}.chat-list{height:100%;transform:translateX(0);transition:transform .3s ease,opacity .3s ease;width:100%}.chat-list.hidden{opacity:0;pointer-events:none;transform:translateX(-100%)}.chat-window{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateX(100%);transition:transform .3s ease,opacity .3s ease;width:100%}.chat-window.active{opacity:1;pointer-events:all;transform:translateX(0)}.chat-window.closing{opacity:0;transform:translateX(100%)}}.chat-search{background:#fff;border-bottom:1px solid #efefef;padding:0 15px 21px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.chat-search .search-container{align-items:center;display:flex;position:relative}.chat-search .search-container .search-icon{left:12px;pointer-events:none;position:absolute}.chat-search .search-container .clear-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px}.chat-search .search-container .clear-button:hover{background:#f2f2f2}.chat-search .search-container input{background:#efefef;border:none;border-radius:20px;font-size:14px;padding:12px 40px;transition:background .2s;width:100%}.chat-search .search-container input:focus{background:#e2e2e2;outline:none}.search-results{margin-bottom:10px;width:100%}.search-results .search-title{color:#8e8e8e;font-size:14px;font-weight:500;padding:10px 16px 5px}.search-results .chat-item:hover{background:#f8f8f8}.search-results .chat-item .chat-item-info .preview{color:#3897f0;font-weight:500}.no-results{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.no-results .search-icon-large{margin-bottom:16px;opacity:.5}.no-results p{color:#8e8e8e;font-size:16px}.search-loading{display:flex;justify-content:center;padding:20px}.search-loading .loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3897f0;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sending-indicator{animation:blink 1s infinite alternate;background-color:#888;border-radius:50%;display:inline-block;height:8px;margin-left:4px;width:8px}@keyframes blink{0%{opacity:.2}to{opacity:1}}.pwa-prompt{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.pwa-prompt .pwa-box{background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000026;max-width:95%;overflow:hidden;width:100%;z-index:2}.pwa-prompt .backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;inset:0;position:absolute;z-index:1}.android-prompt{align-items:flex-end;padding-bottom:20px}.android-prompt .pwa-box{animation:slideUp .4s ease-out;max-width:400px;padding:18px}.android-prompt .pwa-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.android-prompt .pwa-header h3{font-size:1.2rem;font-weight:600;margin:0}.android-prompt .pwa-header .close-btn{background:none;border:none;color:#8e8e93;cursor:pointer;font-size:1.5rem;line-height:1;padding:5px}.android-prompt .pwa-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.android-prompt .pwa-actions .pwa-button{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s}.android-prompt .pwa-actions .pwa-button.primary{background:#007aff;color:#fff}.android-prompt .pwa-actions .pwa-button.primary:hover{background:#0062cc}.android-prompt .pwa-actions .pwa-button.secondary{background:#e4e4e6;color:#000}.android-prompt .pwa-actions .pwa-button.secondary:hover{background:#d1d1d6}.ios-prompt .pwa-box{animation:popIn .35s cubic-bezier(.175,.885,.32,1.275);max-width:340px}.ios-prompt .ios-header{border-bottom:1px solid #f0f0f0;padding:20px 20px 10px;text-align:center}.ios-prompt .ios-header .icon{align-items:center;background:#f5f5f7;border-radius:12px;display:flex;height:50px;justify-content:center;margin:0 auto 12px;width:50px}.ios-prompt .ios-header .icon svg{fill:#007aff;height:30px;width:30px}.ios-prompt .ios-header h3{font-size:1.4rem;font-weight:600;margin:0 0 5px}.ios-prompt .ios-header p{color:#8e8e93;font-size:.95rem;margin:0}.ios-prompt .features{padding:15px 20px}.ios-prompt .features .feature{align-items:center;display:flex;margin-bottom:12px}.ios-prompt .features .feature:last-child{margin-bottom:0}.ios-prompt .features .feature .emoji{font-size:1.3rem;margin-right:12px;text-align:center;width:30px}.ios-prompt .features .feature .text{flex:1 1;font-size:.95rem}.ios-prompt .instruction{background:#f9f9fb;border-radius:12px;margin:0 20px;padding:15px}.ios-prompt .instruction .step{align-items:center;display:flex;margin-bottom:10px}.ios-prompt .instruction .step:last-child{margin-bottom:0}.ios-prompt .instruction .step .number{align-items:center;background:#007aff;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:500;height:24px;justify-content:center;margin-right:12px;width:24px}.ios-prompt .ios-actions{display:flex;flex-direction:column;padding:15px 20px 10px}.ios-prompt .ios-actions .action-btn{background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;padding:12px}.ios-prompt .ios-actions .action-btn.primary{color:#007aff;font-weight:600}.ios-prompt .ios-actions .action-btn:active{background-color:#f0f0f0}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(prefers-color-scheme:dark){.ios-prompt .pwa-box{background:#1c1c1e;color:#fff}.ios-prompt .ios-header p{color:#aeaeb2}.ios-prompt .instruction{background:#2c2c2e}.ios-prompt .action-btn:active{background-color:#2c2c2e!important}.android-prompt .pwa-box{background:#2c2c2e;color:#fff}.android-prompt .pwa-button.secondary{background:#3a3a3c;color:#fff}}.update-banner{bottom:12px;box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;justify-content:center;left:12px;pointer-events:auto;position:fixed;right:12px;z-index:99999}.update-banner .update-banner__content{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#fffffffa;border:1px solid #0000000f;border-radius:14px;box-shadow:0 10px 30px #0000001f,inset 0 1px 0 #fff9;display:flex;gap:12px;justify-content:space-between;max-width:420px;padding:12px;width:100%}.update-banner .update-banner__text{color:#0b1220;flex:1 1 auto;font-size:15px;font-weight:600;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.update-banner .update-banner__actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.update-banner .update-banner__btn{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;line-height:1;padding:8px 12px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;-webkit-user-select:none;user-select:none}.update-banner .update-banner__btn--later{background:#0000000a;box-shadow:none;color:#111}.update-banner .update-banner__btn--later:hover{background:#0000000f}.update-banner .update-banner__btn--later:active{transform:scale(.98)}.update-banner .update-banner__btn--update{background:linear-gradient(180deg,#007aff,#0060d6);box-shadow:0 6px 16px #007aff3d;color:#fff}.update-banner .update-banner__btn--update .update-banner__btn-text{display:inline-block}.update-banner .update-banner__btn--update:hover{box-shadow:0 8px 22px #007aff47}.update-banner .update-banner__btn--update:active{transform:translateY(1px) scale(.99)}@media(max-width:480px){.update-banner .update-banner__content{border-radius:12px;gap:8px;padding:10px}.update-banner .update-banner__text{font-size:14px}.update-banner .update-banner__btn{font-size:13px;padding:6px 10px}}
/*# sourceMappingURL=main.eae81a93.css.map*/