@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header-menu{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#16161666;border:1px solid #ffffff26;border-radius:25px;box-shadow:0 4px 16px #0006,inset 0 1px 0 #ffffff26;box-sizing:border-box;height:50px;justify-content:center;left:50%;max-width:calc(100% - 30px - env(safe-area-inset-left, 0) - env(safe-area-inset-right, 0));padding:0 16px;position:fixed;top:calc(env(safe-area-inset-top, 0) + 15px);transform:translateX(-50%);width:360px;z-index:1000}.header-menu,.menu-container{align-items:center;display:flex}.menu-container{height:100%;overflow:hidden;width:100%}.menu-slider{display:flex;transition:transform .3s ease-in-out;width:200%}.menu-slider.default{transform:translateX(0)}.menu-slider.profile{transform:translateX(-50%)}.menu-group{align-items:center;display:flex;gap:8px;height:100%;padding:0;width:50%}.default-menu{justify-content:space-between}.profile-menu{justify-content:flex-start}.menu-button{align-items:center;background:#0000;border:none;border-radius:10px;color:#fff9;cursor:pointer;display:flex;flex:1 1;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;height:30px;justify-content:center;min-width:80px;transition:color .2s ease,font-weight .2s ease;white-space:nowrap}.button-text{line-height:30px;position:relative}.button-text,.button-text img{display:inline-block;vertical-align:middle}.button-text img{height:20px;margin-left:8px;object-fit:contain;width:20px}.menu-button.active{background:#0000;color:#fff;font-weight:600}.menu-button:hover{background:var(--button-hover-background);transform:scale(1.05)}.menu-button:active{background:var(--button-active-background);transform:scale(.95)}.avatar{border:1px solid #ffffff26;border-radius:50%;box-shadow:0 2px 8px #0000004d;cursor:pointer;flex-shrink:0;height:32px;overflow:hidden;position:relative;width:32px}.avatar img{height:100%;object-fit:cover;width:100%}.topic-icon{height:20px;object-fit:contain;vertical-align:middle;width:20px}:root{--action-button-gradient:linear-gradient(90deg,#3b82f6,#a855f7);--hyperlink-color:#84bdff;--hyperlink-hover-color:#71a3db;--report-hover-color:#ff4500;--post-subscribe-subscribed-background:#4c5257;--post-subscribe-hover-background:#333;--ad-post-border-color:#333;--post-avatar-border-color:#000;--post-avatar-background:#fff;--fullscreen-overlay-color:#000000e6;--fullscreen-header-background:#00000080;--fullscreen-summary-background:#00000080;--media-more-overlay:#000000b3;--text-secondary-color:#e8e8e8}[data-theme=light]{--action-button-gradient:linear-gradient(90deg,#2563eb,#9333ea);--hyperlink-color:#2563eb;--hyperlink-hover-color:#1d4ed8;--report-hover-color:#e11d48;--post-subscribe-subscribed-background:#d1d5db;--post-subscribe-hover-background:#d1d5db;--ad-post-border-color:#d1d5db;--post-avatar-border-color:#fff;--post-avatar-background:#000;--fullscreen-overlay-color:#ffffffe6;--fullscreen-header-background:#ffffff80;--fullscreen-summary-background:#ffffff80;--media-more-overlay:#ffffffb3;--text-secondary-color:#4b5563}[data-theme=light] .post-author-name{color:#000}[data-theme=light] .post-subscribers,[data-theme=light] .reaction{color:#4b5563}[data-theme=light] .reaction.active{color:#000}.post,.post *{-webkit-tap-highlight-color:transparent}.post{background:#1c1c1ccc;border:1px solid #0000000d;border-radius:5px;box-shadow:0 2px 5px #0000004d;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Ubuntu,sans-serif;margin:0 0 10px;overflow:hidden;padding:0;transition:transform .2s;width:380px}[data-theme=light] .post{background:#fffc;border:1px solid #0000001a;color:#000}.post:hover{transform:translateY(-.5px)}.ad-post{border:1px solid #333;border:1px solid var(--ad-post-border-color)}.has-similar-posts{border-right:4px solid #444}[data-theme=light] .has-similar-posts{border-right:4px solid #999}.post-header{box-sizing:border-box;justify-content:flex-start;margin-bottom:0;max-width:360px;padding:13px 18.947px;width:100%}.post-author,.post-header{align-items:center;display:flex}.post-author{gap:10px}.post-author-avatar-container{height:30px;position:relative;width:30px}.post-author-avatar-link{cursor:pointer;display:block}.post-author-avatar{background:#fff;background:var(--post-avatar-background);border:2px solid #000;border:2px solid var(--post-avatar-border-color);border-radius:50%;height:100%;object-fit:cover;width:100%}.post-subscribe{align-items:center;background:#0009;border:1.5px solid #ffffffe6;border-radius:50%;bottom:-2px;box-sizing:border-box;cursor:pointer;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0;position:absolute;right:-2px;transition:all .2s ease;width:16px;z-index:2}.post-subscribe:hover{background:#000c;transform:scale(1.1)}.post-subscribe:active{transform:scale(.95)}.post-subscribe-icon{stroke:#fff;flex-shrink:0;height:10px;transition:transform .2s ease;width:10px}.post-subscribe:hover .post-subscribe-icon{transform:scale(1.1)}.post-subscribe:active .post-subscribe-icon{transform:scale(.9)}.post-subscribe.subscribing{animation:subscribeClick .3s ease;background:#4caf50}.post-subscribe.subscribing .post-subscribe-icon{opacity:0}.post-subscribe-checkmark-icon{stroke:#fff;animation:checkmarkAppear .3s ease;flex-shrink:0;height:8px;width:10px}@keyframes subscribeClick{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes checkmarkAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}[data-theme=light] .post-subscribe{background:#ffffffe6;border-color:#0003}[data-theme=light] .post-subscribe:hover{background:#fff}[data-theme=light] .post-subscribe-icon{stroke:#000}.post-author-info{display:flex;flex-direction:column}.post-author-name-link{color:inherit;cursor:pointer;text-decoration:none}.post-author-name-link:hover .post-author-name{text-decoration:underline}.post-author-name{color:#fff;font-family:Ubuntu,sans-serif;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.post-ad-info{align-items:center;color:#e8e8e8;color:var(--text-secondary-color);display:flex;font-size:12px;gap:5px}.post-ad-label{margin:0}.post-report-btn{background:none;border:none;color:#e8e8e8;color:var(--text-secondary-color);cursor:pointer;font-size:12px;margin:0;padding:0}.post-report-btn:hover{color:#ff4500;color:var(--report-hover-color)}.post-subscribers{color:#e8e8e8;font-family:Ubuntu,sans-serif;font-size:12.727px;font-weight:400;line-height:1;white-space:nowrap}.post-content{align-items:center;margin-bottom:0}.post-content,.post-content-wrapper{display:flex;flex-direction:column;width:100%}.post-content-wrapper{box-sizing:border-box;gap:6.632px;max-width:360px;padding:19px 14.211px 13px}.post-media-vertical{align-items:center;background:#232323;display:flex;justify-content:center;overflow:hidden;padding:0 59px;position:relative;width:100%}.post-media-vertical:before{background:#232323;content:"";inset:0;opacity:.2;position:absolute;z-index:0}.post-media-vertical img{height:397px;object-fit:cover;position:relative;width:223px;z-index:1}.post-media-single{align-items:center;display:flex;flex-direction:column;margin:0;max-height:600px;max-width:360px;overflow:hidden;position:relative;width:100%}.post-gif,.post-image{box-shadow:none;cursor:pointer;height:auto;width:360px}.post-gif,.post-image,.post-video{display:block;margin-bottom:0;max-height:600px;object-fit:cover}.post-video{box-shadow:0 2px 5px var(--shadow-color);min-width:100%;width:100%}.video-preview{background:#1a1a1a;border-radius:12px;cursor:pointer;overflow:hidden;position:relative}.video-preview:hover{transform:scale(1.02);transition:transform .2s ease}.video-preview video{height:100%;object-fit:cover;pointer-events:none;width:100%}.post-media-two{display:flex;margin:0;max-height:600px;max-width:360px;overflow:hidden;width:100%}.post-media-two.two-landscape,.post-media-two.two-landscape-portrait,.post-media-two.two-portrait,.post-media-two.two-portrait-landscape{flex-direction:row;gap:4px}.post-media-two-item{flex:1 1;max-height:300px;overflow:hidden;position:relative}.post-gif-half,.post-image-half{max-height:300px}.post-media-three{display:flex;flex-direction:column;gap:4px;margin:0;max-height:600px;max-width:360px;overflow:hidden;width:100%}.post-media-three-row{display:flex;flex:1 1;gap:4px;margin-bottom:0}.post-media-three.three-two-portrait-one-landscape-vertical .post-media-three-row:first-child{height:66.67%}.post-media-three.three-two-portrait-one-landscape-vertical .post-media-three-row:last-child{height:33.33%}.post-media-three.three-default-vertical .post-media-three-row,.post-media-three.three-two-landscape-one-portrait-vertical .post-media-three-row:first-child,.post-media-three.three-two-landscape-one-portrait-vertical .post-media-three-row:last-child{height:50%}.post-media-three.three-two-portrait-one-landscape-horizontal{flex-direction:row}.post-media-three.three-two-portrait-one-landscape-horizontal .post-media-three-row{flex-direction:column;gap:4px;width:50%}.post-media-three.three-two-portrait-one-landscape-horizontal .post-media-three-row:first-child,.post-media-three.three-two-portrait-one-landscape-horizontal .post-media-three-row:last-child{width:50%}.post-media-three.three-two-landscape-one-portrait-horizontal{flex-direction:row}.post-media-three.three-two-landscape-one-portrait-horizontal .post-media-three-row{flex-direction:column;gap:4px;width:50%}.post-media-three.three-two-landscape-one-portrait-horizontal .post-media-three-row:first-child{width:66.67%}.post-media-three.three-two-landscape-one-portrait-horizontal .post-media-three-row:last-child{width:33.33%}.post-media-three.three-default-horizontal{flex-direction:row}.post-media-three.three-default-horizontal .post-media-three-row{flex-direction:column;gap:4px;width:50%}.post-media-three-item{flex:1 1;overflow:visible;position:relative}.post-gif-full,.post-gif-half,.post-image-full,.post-image-half{box-shadow:0 2px 5px var(--shadow-color);cursor:pointer;height:100%;object-fit:cover;width:100%}.post-media-four{display:grid;margin:0;max-height:600px;max-width:360px;overflow:hidden;width:100%}.post-media-four.four-vertical{gap:4px;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.post-media-four.four-horizontal{gap:4px;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}.post-media-four-item{aspect-ratio:1/1;overflow:hidden;position:relative}.post-gif-quarter,.post-image-quarter{box-shadow:0 2px 5px var(--shadow-color);cursor:pointer;height:100%;object-fit:cover;width:100%}.post-media-more{align-items:center;background:#000000b3;background:var(--media-more-overlay);color:var(--text-color);display:flex;font-size:16px;font-weight:700;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.post-media-video{max-height:600px;max-width:360px;overflow:hidden;width:100%}.post-title{color:#fff;font-family:Inter,VK Sans Display,Ubuntu,sans-serif;font-size:15.158px;font-weight:600;line-height:1.2;margin:0;max-height:28.421px;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap}[data-theme=light] .post-title{color:#000}.post-summary{word-wrap:break-word;color:#fff;font-family:Inter,VK Sans Display,Ubuntu,sans-serif;font-size:15.158px;font-weight:600;line-height:1.5;margin:0;overflow-wrap:break-word;padding:0;text-align:left;width:100%}[data-theme=light] .post-summary{color:#000}.post-full-content{word-wrap:break-word;line-height:1.6;margin-bottom:10px;white-space:pre-wrap}.post-content p,.post-full-content{color:#fff;font-size:14px;padding:0 15px}.post-content p{line-height:1.5;margin:0}.post-text-collapsed,.post-text-expanded{transition:opacity .5s ease-in-out;transition-delay:.1s}.post-text-collapsed,.post-text-expanded{opacity:1}.post-content p:not(.post-text-expanded):not(.post-text-collapsed){opacity:0}.post-action-btn{align-items:center;background:linear-gradient(90deg,#3b82f6,#a855f7);background:var(--action-button-gradient);border-radius:8px;box-sizing:border-box;color:var(--primary-button-text);display:flex;font-size:14px;font-weight:500;gap:5px;justify-content:center;margin:10px;max-width:100%;padding:10px 20px;text-align:center;text-decoration:none;transition:opacity .2s}.post-action-btn:hover{opacity:.9}.post-action-btn-arrow{font-size:14px}.post-footer{align-items:center;box-sizing:border-box;display:flex;font-size:12px;gap:9.474px;justify-content:flex-start;max-width:360px;padding:4.737px 2.842px 13px 14.211px;width:100%}.post-views{color:var(--text-color)}.post-date{color:#e8e8e8;color:var(--text-secondary-color)}.post-hyperlink{color:#84bdff;color:var(--hyperlink-color);font-size:14px;text-decoration:none}.post-hyperlink:hover{color:#71a3db;color:var(--hyperlink-hover-color);text-decoration:underline}.fullscreen-viewer{align-items:center;background:#000000e6;background:var(--fullscreen-overlay-color);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;top:0;transform:scale(0);transform-origin:center center;transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:100%;z-index:1000}.fullscreen-viewer.open{opacity:1;transform:scale(1)}.fullscreen-viewer.close{opacity:0;transform:scale(0)}.fullscreen-header{align-items:center;background:linear-gradient(180deg,#00000080 0,#00000080 85%,#0000);background:linear-gradient(to bottom,var(--fullscreen-header-background) 0,var(--fullscreen-header-background) 85%,#0000 100%);display:flex;justify-content:space-between;left:0;padding:10px calc(20px + env(safe-area-inset-right, 0)) 10px calc(20px + env(safe-area-inset-left, 0));position:absolute;top:env(safe-area-inset-top,0);width:100%;z-index:1001}.fullscreen-header .post-author{gap:10px}.fullscreen-header .post-author-name{font-size:16px}.fullscreen-header .post-ad-info,.fullscreen-header .post-subscribers{font-size:14px}.fullscreen-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:calc(env(safe-area-inset-top, 0) + 60px) env(safe-area-inset-right,0) calc(env(safe-area-inset-bottom, 0) + 20vh) env(safe-area-inset-left,0);width:100%}.fullscreen-image,.fullscreen-video{height:auto;margin:0 auto;max-height:calc(80vh - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0) - 60px);max-width:calc(100% - env(safe-area-inset-left, 0) - env(safe-area-inset-right, 0));object-fit:contain;transition:transform .3s ease-in-out;width:auto}.fullscreen-image.slide-left,.fullscreen-video.slide-left{animation:slideLeft .3s ease-in-out forwards}.fullscreen-image.slide-right,.fullscreen-video.slide-right{animation:slideRight .3s ease-in-out forwards}.fullscreen-video{height:auto;width:auto}.fullscreen-full-text,.fullscreen-summary{background:#00000080;background:var(--fullscreen-summary-background);background:linear-gradient(0deg,#00000080 0,#00000080 85%,#0000);background:linear-gradient(to top,var(--fullscreen-summary-background) 0,var(--fullscreen-summary-background) 85%,#0000 100%);bottom:env(safe-area-inset-bottom,0);box-sizing:border-box;color:#e8e8e8;color:var(--text-secondary-color);cursor:pointer;font-size:14px;left:0;line-height:1.5;margin:0;max-height:20vh;overflow-y:auto;padding:10px calc(20px + env(safe-area-inset-right, 0)) calc(10px + env(safe-area-inset-bottom, 0)) calc(20px + env(safe-area-inset-left, 0));position:absolute;text-align:center;width:100%}.fullscreen-full-text{max-height:50vh;overflow-y:auto}.fullscreen-close-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:var(--text-color);cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:calc(env(safe-area-inset-right, 0) + 20px);top:calc(env(safe-area-inset-top, 0) + 20px);transition:background .2s ease;width:40px;z-index:1002}.fullscreen-close-btn:hover{background:#000000b3}.fullscreen-close-btn:active{background:#000000e6;transform:scale(.95)}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.post-author-name{font-size:13px}.post-ad-info,.post-report-btn,.post-subscribers{font-size:10px}.post-title{font-size:14px}.post-content p,.post-hyperlink,.post-summary{font-size:12px}.post-date,.post-footer,.post-views{font-size:10px}.post-action-btn{font-size:12px;padding:8px 16px}.fullscreen-header .post-author-name{font-size:14px}.fullscreen-full-text,.fullscreen-header .post-ad-info,.fullscreen-header .post-subscribers,.fullscreen-summary{font-size:12px}.post-author-avatar-container{height:36px;width:36px}.post-subscribe{font-size:10px;height:14px;width:14px}.post-subscribe.subscribed{font-size:8px}.reaction{font-size:14px}}.post-reactions,.reaction{align-items:center;display:flex;gap:4.737px}.reaction{background:#0000;border:none;color:#e8e8e8;cursor:pointer;font-family:Ubuntu,sans-serif;font-size:13.26px;font-weight:500;justify-content:flex-start;line-height:1;margin:0;padding:0;transition:all .2s ease;white-space:nowrap}.reaction-icon{fill:none;stroke:currentColor;display:block;flex-shrink:0;height:16.105px;width:17.053px}.reaction:last-child .reaction-icon{height:18.947px;width:16.105px}.reaction.active .reaction-icon{fill:currentColor}.reaction span{line-height:1}.reaction.active .reaction-icon{color:#fff}.reaction:hover{opacity:.8}.reaction.active{color:#fff}.reaction.active svg{fill:currentColor}.similar-posts-feed{display:flex;margin-bottom:15px;margin-top:15px;overflow:hidden;position:relative;width:100%}.similar-posts-line{cursor:pointer;flex-shrink:0;margin-left:15px;margin-right:10px;position:relative;transition:opacity .2s;width:30px}.similar-posts-line:hover{opacity:.7}.similar-posts-line-vertical{background:linear-gradient(180deg,#666,#666 80%,#0000);border-radius:2px;height:calc(100% - 30px);left:12px;position:absolute;top:0;width:3px}.similar-posts-line-curve{border-bottom:3px solid #666;border-bottom-left-radius:15px;border-left:3px solid #666;bottom:0;height:30px;left:12px;position:absolute;width:20px}.similar-posts-container{display:flex;flex:1 1;flex-direction:column;gap:10px;padding-left:5px;padding-right:15px}.similar-post-wrapper{transform-origin:left center;width:100%}.similar-post-wrapper .post{box-shadow:0 1px 3px #0003;margin:0}.similar-post-wrapper .post:hover{transform:translateY(-.5px)}.similar-post-wrapper .post-similar{display:none!important}.post-rejection{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-8px)}80%{transform:translateX(8px)}}[data-theme=light] .similar-posts-line-vertical{background:linear-gradient(180deg,#999,#999 80%,#0000)}[data-theme=light] .similar-posts-line-curve{border-color:#999}.empty-state{align-items:center;display:flex;justify-content:center;min-height:300px;padding:40px 20px;text-align:center}.empty-state-content{max-width:280px;width:100%}.empty-state-text{margin-top:24px}.empty-state-title{color:var(--text-primary);font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px}.empty-state-subtitle{color:var(--text-secondary);font-size:14px;line-height:1.4;margin:0;white-space:pre-line}.empty-state-action{background:var(--accent-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:20px;padding:12px 24px;transition:all .2s ease}.empty-state-action:hover{background:var(--accent-hover);transform:translateY(-1px)}.for-me-icon{margin:0 auto}.for-me-icon,.icon-face{height:80px;position:relative;width:80px}.icon-face{background:#0000;border:3px solid var(--text-secondary);border-radius:50%}.icon-eyes{display:flex;gap:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.icon-eye{background:var(--text-secondary);border-radius:50%;height:8px;width:8px}.topics-icon{height:80px;margin:0 auto;position:relative;width:80px}.icon-folder{height:45px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.folder-tab{border-radius:2px 2px 0 0;height:8px;left:0;top:0;width:20px}.folder-body,.folder-tab{background:var(--text-secondary);position:absolute}.folder-body{border-radius:4px;height:40px;top:8px;width:60px}.topic-posts-icon{height:80px;margin:0 auto;position:relative;width:80px}.icon-document{background:var(--text-secondary);border-radius:4px;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.document-lines{left:8px;position:absolute;right:8px;top:12px}.document-lines .line{background:var(--background-primary);border-radius:1px;height:2px;margin-bottom:4px}.document-lines .line.short{width:60%}.document-lines .line.medium{width:80%}.document-lines .line.long{width:100%}.history-icon{height:80px;margin:0 auto;position:relative;width:80px}.icon-clock{height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.clock-face{background:#0000;border:3px solid var(--text-secondary);border-radius:50%;height:60px;position:relative;width:60px}.clock-hand{background:var(--text-secondary);border-radius:1px;position:absolute;transform-origin:bottom center}.clock-hand.hour{height:18px;left:50%;top:12px;transform:translateX(-50%);width:3px}.clock-hand.minute{height:24px;left:50%;top:6px;transform:translateX(-50%);width:2px}.search-icon{height:80px;margin:0 auto;position:relative;width:80px}.icon-search{height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.search-circle{border:3px solid var(--text-secondary);border-radius:50%;height:30px;left:0;position:absolute;top:0;width:30px}.search-handle{background:var(--text-secondary);border-radius:1px;bottom:8px;height:3px;position:absolute;right:8px;transform:rotate(45deg);width:15px}.default-icon{height:80px;margin:0 auto;position:relative;width:80px}.icon-question{height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.question-mark{align-items:center;background:#0000;border:3px solid var(--text-secondary);border-radius:50%;color:var(--text-secondary);display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;width:60px}@media (max-width:480px){.empty-state{min-height:250px;padding:30px 15px}.empty-state-title{font-size:16px}.empty-state-subtitle{font-size:13px}.default-icon,.for-me-icon,.history-icon,.icon-face,.search-icon,.topic-posts-icon,.topics-icon{height:60px;width:60px}.icon-eyes{gap:8px}.icon-eye{height:6px;width:6px}}.feed{margin:0;min-height:calc(100vh - 70px - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));padding:calc(70px + env(safe-area-inset-top, 0)) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);width:100%}.feed,.feed-container{align-items:center;display:flex;flex-direction:column;overflow-y:auto}.feed-container{background:#16161680;border-radius:0;gap:0;margin:0 auto;max-height:844px;min-height:844px;overflow-x:hidden;padding:80px 0 35px;width:390px}.no-posts{color:#fff;text-align:center}.loading-more{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:20px}.loading-more .spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:30px;margin-bottom:10px;width:30px}.loading-more p{color:#ccc;font-size:14px;margin:0}.end-of-feed{align-items:center;color:#ccc;display:flex;justify-content:center;padding:20px}.end-of-feed p{font-size:14px;margin:0;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--topics-background-color:#1d1d1d4d;--topics-text-color:#fff;--topics-card-background:#2d2d2dcc;--topics-button-background:none;--topics-button-hover-background:#1d1d1da6;--topics-button-active-background:#1d1d1dcc}[data-theme=light]{--topics-background-color:#c8c8c84d;--topics-text-color:#181818;--topics-card-background:#ffffffe6;--topics-button-background:none;--topics-button-hover-background:#c8c8c8a6;--topics-button-active-background:#c8c8c8cc}.topics-menu{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#1d1d1d4d;background:var(--topics-background-color);bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;overscroll-behavior:contain;position:fixed;right:0;top:0;width:100%;z-index:950}.topics-menu h2{color:#fff;color:var(--topics-text-color);font-family:SF Pro Display,sans-serif;font-size:18px;font-weight:600;margin-bottom:20px;padding-top:70px;text-align:center}.topics-grid{grid-gap:10px;grid-row-gap:20px!important;grid-column-gap:15px!important;column-gap:15px!important;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);max-width:740px;padding:20px;row-gap:20px!important}.topic-button{align-items:center;background:none!important;background:var(--topics-button-background)!important;border:none!important;box-shadow:none!important;cursor:pointer;display:flex;flex-direction:column;gap:7px!important;height:90px;justify-content:center;outline:none!important;transition:background-color .3s,transform .2s;width:90px}.topic-button:hover{transform:scale(1.05)}.topic-button:active{background:#1d1d1dcc!important;background:var(--topics-button-active-background)!important;transform:scale(.95)}.topic-icon-modal{align-items:center;background:#2d2d2dcc;background:var(--topics-card-background);border-radius:8px;box-shadow:none!important;display:flex;height:35px;justify-content:center;object-fit:contain;padding:25px;width:35px}.topic-text{background:none!important;color:#fff;color:var(--topics-text-color);font-family:SF Pro Display,sans-serif;font-size:14px;font-weight:500;line-height:1;margin:0;text-align:center}@media (max-width:768px){.topics-menu h2{font-size:16px;margin-bottom:15px;padding-top:90px}.topics-grid{column-gap:10px!important;grid-template-columns:repeat(3,1fr);max-width:90%;padding:15px;row-gap:15px!important}.topic-button{gap:5px!important;height:70px;width:70px}.topic-icon-modal{height:30px;padding:15px;width:30px}.topic-text{font-size:12px}}.settings-feed{display:flex;justify-content:center;margin-top:90px;min-height:calc(100vh - 90px);padding:20px}.settings-container{background:var(--card-background);border-radius:20px;display:flex;flex-direction:column;gap:15px;max-width:740px;padding:20px;width:100%}.settings-title{color:var(--text-color);font-size:20px;font-weight:600;margin:0}.settings-content{display:flex;flex-direction:column;gap:15px}.settings-item{align-items:center;display:flex;justify-content:space-between}.settings-item label{color:var(--text-color);font-size:16px;font-weight:500}.settings-apply-btn,.settings-button,.settings-select{align-items:center;background:var(--button-background);border:none;border-radius:10px;color:var(--text-color);cursor:pointer;display:flex;font-family:SF Pro Display,sans-serif;font-size:13px;font-weight:600;height:30px;justify-content:center;min-width:120px;transition:background-color .3s,transform .2s}.settings-apply-btn:hover,.settings-button:hover,.settings-select:hover{background:var(--button-hover-background);transform:scale(1.05)}.settings-apply-btn:active,.settings-button:active,.settings-select:active{background:var(--button-active-background);transform:scale(.95)}.settings-select{-webkit-appearance:none;appearance:none;background:var(--button-background) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 10px center;cursor:pointer;padding:0 30px 0 10px}.settings-select:focus{background:var(--button-active-background);outline:none}.settings-apply-btn{align-self:center;background:var(--primary-button-background);color:var(--primary-button-text)}.settings-apply-btn:hover{background:var(--primary-button-hover-background)}.settings-apply-btn:active{background:var(--primary-button-active-background)}:root{--text-color:#fff;--card-background:#1d1d1dcc;--button-background:#1d1d1d80;--button-hover-background:#1d1d1da6;--button-active-background:#1d1d1dcc;--primary-button-background:#007bff;--primary-button-hover-background:#0056b3;--primary-button-active-background:#003087;--primary-button-text:#fff;--text-inactive-color:#ffffff80;--background-color:#1d1d1d4d;--shadow-color:#0000001a}[data-theme=light]{--text-color:#000;--background-color:#f0f0f0;--card-background:#ffffffe6;--button-background:#c8c8c880;--button-hover-background:#c8c8c8a6;--button-active-background:#c8c8c8cc;--primary-button-background:#007bff;--primary-button-hover-background:#0056b3;--primary-button-active-background:#003087;--primary-button-text:#fff;--text-inactive-color:#00000080;--shadow-color:#0000001a}.main-page{background:#1d1d1d4d;background:var(--background-color);box-sizing:border-box;color:#fff;color:var(--text-color);font-family:Arial,Helvetica,sans-serif;min-height:100vh;min-height:calc(100vh - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));overflow-x:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:relative}.toast-container{bottom:20px;left:50%;pointer-events:none;position:fixed;transform:translateX(-50%);z-index:10000}.toast{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #0000004d;cursor:pointer;display:flex;gap:12px;margin:8px 0;max-width:400px;min-width:280px;padding:12px 16px;pointer-events:auto;transition:all .3s ease}.toast:hover{box-shadow:0 12px 40px #0006;transform:translateY(-2px)}.toast-success{background:#22c55ee6;border-color:#22c55e4d;color:#fff}.toast-error{background:#ef4444e6;border-color:#ef44444d;color:#fff}.toast-warning{background:#f59e0be6;border-color:#f59e0b4d;color:#fff}.toast-info{background:#3b82f6e6;border-color:#3b82f64d;color:#fff}.toast-icon{flex-shrink:0;font-size:18px}.toast-message{word-wrap:break-word;flex:1 1;font-size:14px;font-weight:500;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:20px;justify-content:center;padding:0;transition:background-color .2s ease;width:20px}.toast-close:hover{background:#fff3}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@media (max-width:480px){.toast{margin:4px 16px;max-width:calc(100vw - 32px);min-width:auto}.toast-message{font-size:13px}}[data-theme=dark] .toast{background:#111827f2;border-color:#ffffff1a;color:#f9fafb}[data-theme=dark] .toast-success{background:#22c55ef2}[data-theme=dark] .toast-error{background:#ef4444f2}[data-theme=dark] .toast-warning{background:#f59e0bf2}[data-theme=dark] .toast-info{background:#3b82f6f2}body{background-color:#161616;margin:0}
/*# sourceMappingURL=main.36745fc8.css.map*/