*{box-sizing:border-box}body{padding-left:10px;padding-right:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:500;font-display:swap;background:#e8e8e8}img{display:block;width:100%;height:auto}a{color:#000;word-wrap:break-word}body.dark{background:#000;color:#fff}body.dark a{color:#fff}.image-square{position:relative;padding-bottom:100%;width:100%;height:0}.image-portrait{position:relative;padding-bottom:177.77%;width:100%;height:0}.image-square img,.image-portrait img{position:absolute;top:0;left:0;width:100%;height:100%}.empty-text{text-align:center;margin:75px 0!important}.clearfix{display:block;clear:both}.hidden{display:none!important}.scroll-blocked{overflow:hidden}header,footer,main{position:relative;width:100%;max-width:1200px;margin:20px auto}main h2{border-bottom:1px solid #f15a24}footer{text-align:center;padding:20px 10px}footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:15px}footer a{text-decoration:none;transition:color .2s ease,opacity .2s ease}footer a:hover,footer a:active,footer a:focus{text-decoration:underline;opacity:.8}footer .social-media{display:flex;justify-content:center;gap:7.5px}footer .social-media a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:7.5px;border-radius:50%;background:#0000000d;transition:all .2s ease}footer .social-media a:hover,footer .social-media a:active,footer .social-media a:focus{background:#0000001a;transform:translateY(-2px);text-decoration:none}footer .social-media a:hover svg,footer .social-media a:active svg,footer .social-media a:focus svg{color:#000}@media (prefers-color-scheme: dark){footer .social-media a{background:#ffffff1a}footer .social-media a:hover,footer .social-media a:active,footer .social-media a:focus{background:#fff3}footer .social-media a:hover svg,footer .social-media a:active svg,footer .social-media a:focus svg{color:#fff}}footer .footer-disclaimer{max-width:600px;opacity:.7;font-size:.875rem;line-height:1.5}footer .footer-disclaimer p{margin:2.5px 0}footer .footer-links{display:flex;align-items:center;gap:7.5px;flex-wrap:wrap;justify-content:center}footer .footer-links .separator{opacity:.4}footer .footer-partners{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;font-size:.875rem;opacity:.6}footer .footer-partners a:hover{opacity:1}footer .footer-bottom{margin-top:5px}footer .footer-bottom .copyright{font-weight:500;margin-bottom:2.5px}footer .footer-bottom .made-with{font-size:.875rem;opacity:.7}header a{display:block;width:250px;max-width:50vw;height:63px;margin:auto}header button{position:absolute;top:10px;width:50px;height:50px;padding:10px;border-radius:100%}header button.menu-toggle{left:0}header button.menu-toggle.open{display:none}header button.search-toggle{right:0}nav{position:fixed;width:100%;max-width:calc(100vw - 60px);top:0;right:auto;bottom:20px;left:-85vw;padding:10px;border-bottom-right-radius:10px;z-index:900;background:#e8e8e8;opacity:0;transition:all .2s ease-in-out}nav.open{opacity:1;left:0}nav.open .menu-toggle{left:calc(100vw - 55px);opacity:1}nav .menu-toggle{position:fixed;top:15px;left:0;transition:all .2s ease-in-out;opacity:0}nav .nav-header{display:flex;justify-content:space-between;font-size:2em;align-items:flex-end;margin:10px 0}nav .nav-header span,nav .nav-header a{display:block}nav .nav-header a img{max-width:150px}nav ul{margin:0;padding:0;list-style:none}nav ul li{background:#fff;border-left:2px solid #f15a24;border-top-right-radius:10px;border-bottom-right-radius:10px;margin:4px 0;text-transform:uppercase;transition:all .05s ease-in-out}nav ul li:hover,nav ul li:active,nav ul li:focus{background:#fff}nav ul li a,nav ul li label{display:block;line-height:1.8em;padding:.35em 10px;text-decoration:none}nav ul li svg{display:inline-block;width:1.25em;vertical-align:-.125em;height:1em;overflow:visible}nav .nav-footer{position:absolute;top:auto;right:0;bottom:10px;left:0;text-align:center;font-size:.8em}.switch{position:relative;display:inline-block;width:50px;height:1.7em;float:right}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;bottom:0;left:0;right:0;border-radius:1.7em;background-color:#e8e8e8;transition:all .2s ease-in-out}.slider:before{position:absolute;content:"";height:calc(1.7em - 8px);width:calc(1.7em - 8px);left:4px;bottom:4px;border-radius:50%;background-color:#fff;transition:all .2s ease-in-out}input:checked+.slider{background-color:#f15a24}input:checked+.slider:before{transform:translate(22px)}.dark nav{background:#000}.dark nav ul li{background:#161616}.dark nav ul li:hover,.dark nav ul li:active,.dark nav ul li:focus{background:#303030}@media only screen and (min-width: 480px){nav{max-width:350px;top:0;right:auto;bottom:20px;left:-350px}nav.open .menu-toggle{left:355px}}.modal{position:fixed;top:0;bottom:0;left:0;right:0;background:#000000b3;z-index:900;display:none;align-items:center;justify-content:center}.modal.open{display:flex}.modal .card{width:100%;max-width:600px;max-height:100vh;overflow-y:auto}.modal .modal-header{display:flex;justify-content:space-between}.modal .modal-header h2{margin:0}.modal .modal-header .icon-close{width:32px;color:#f15a24}.modal .language-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0;margin:20px 0 0;list-style:none}.modal .language-list li{width:100%;margin-bottom:10px}.modal .language-list li a{display:block;text-decoration:none;padding:10px;background:#e8e8e8}.modal .language-list li a:hover,.modal .language-list li a:focus{background:#cfcfcf}.dark .modal .language-list li a{background:#000}.dark .modal .language-list li a:hover,.dark .modal .language-list li a:focus{background:#1a1a1a}@media only screen and (min-width: 700px){.modal .language-list li{width:calc(50% - 5px)}}header{margin-top:0}header a{display:block;width:250px;height:63px;margin:auto}header h1{text-align:center;margin:15px 0 0}button.menu-toggle{width:50px;height:50px;padding:10px;border-radius:100%}button.menu-toggle span,button.menu-toggle span:before,button.menu-toggle span:after{position:relative;display:block;content:"";width:100%;background:#f15a24;height:3px}button.menu-toggle span:before{top:-9px}button.menu-toggle span:after{bottom:-6px}button.menu-toggle:hover span,button.menu-toggle:hover span:before,button.menu-toggle:hover span:after,button.menu-toggle:focus span,button.menu-toggle:focus span:before,button.menu-toggle:focus span:after{background:#000}button.menu-toggle.open{background:#f15a24}button.menu-toggle.open span{background:transparent}button.menu-toggle.open span:before,button.menu-toggle.open span:after{background:#000;transform-origin:left center}button.menu-toggle.open span:before{transform:translate(4px) rotate(45deg)}button.menu-toggle.open span:after{transform:translate(4px) rotate(-45deg)}hr{height:1px;width:100%;margin:10px auto;border:0;background:#f15a24}button,.button{display:inline-block;padding:7px;border-radius:10px;border:2px solid #f15a24;background:none;font-weight:700;transition:all .05s ease-in-out;cursor:pointer;text-decoration:none;color:#f15a24}button:hover,button:focus,.button:hover,.button:focus{background:#f15a24;color:#fff}.hero-search{background:linear-gradient(135deg,#f15a24,#bc3b0c);border-radius:20px;padding:40px 20px;margin:20px 0;text-align:center;color:#fff}.hero-content{max-width:600px;margin:0 auto}.hero-icon{width:80px;height:80px;margin:0 auto 20px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center}.hero-icon svg{width:50px;height:50px;stroke:#fff}.hero-title{font-size:2rem;font-weight:800;margin:0 0 10px}@media (min-width: 700px){.hero-title{font-size:2.5rem}}.hero-subtitle{font-size:1.1rem;opacity:.9;margin:0 0 30px;line-height:1.5}.hero-search-form{margin:0 auto;max-width:500px}.search-input-wrapper{display:flex;align-items:center;background:#fff;border-radius:50px;padding:5px;box-shadow:0 10px 40px #0003}.search-at{color:#f15a24;font-size:1.3rem;font-weight:700;padding:0 10px 0 15px}.hero-search-input{flex:1;border:none;background:transparent;font-size:1.1rem;padding:10px 0;outline:none;color:#333}.hero-search-input::placeholder{color:#999}.hero-search-btn{display:flex;align-items:center;gap:5px;background:#f15a24;color:#fff;border:none;padding:10px 20px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.hero-search-btn svg{width:20px;height:20px}.hero-search-btn:hover{background:#d4420e;transform:scale(1.02)}@media (max-width: 500px){.hero-search-btn span{display:none}.hero-search-btn{padding:10px 15px}}.hero-examples{margin-top:20px;font-size:.9rem;opacity:.9}.hero-examples span{margin-right:10px}.example-user{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 10px;border-radius:20px;margin:5px;cursor:pointer;font-size:.85rem;transition:background .2s}.example-user:hover{background:#ffffff4d}.features-section .section-title{text-align:center;font-size:1.5rem;margin-bottom:30px}.features-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 700px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{text-align:center;padding:20px;border-radius:10px;background:#e8e8e8;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-card .feature-icon{font-size:2.5rem;margin-bottom:10px}.feature-card h3{font-size:1.1rem;margin:0 0 10px}.feature-card p{font-size:.9rem;color:#666;margin:0}.how-it-works .section-title{text-align:center;font-size:1.5rem;margin-bottom:30px}.steps{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 700px){.steps{grid-template-columns:repeat(3,1fr)}}.step{text-align:center;padding:20px}.step .step-number{width:50px;height:50px;background:#f15a24;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 15px}.step h3{font-size:1.1rem;margin:0 0 10px}.step p{font-size:.9rem;color:#666;margin:0}.dark .hero-search{background:linear-gradient(135deg,#f15a24,#a4330b)}.dark .search-input-wrapper{background:#161616}.dark .hero-search-input{color:#fff}.dark .hero-search-input::placeholder{color:#888}.dark .feature-card{background:#161616}.dark .feature-card p,.dark .step p{color:#aaa}#search-input{font-size:1.5em;text-align:center;font-weight:700}.card{border-radius:10px;padding:20px;background:#fff;margin:20px auto}.dark .card{background:#161616}[data-tooltip]:hover:before{all:initial;font-family:Arial,Helvetica,sans-serif;display:inline-block;border-radius:10px;padding:10px;background-color:#1a1a1a;content:attr(data-tooltip);color:#f9f9f9;position:absolute;width:100px;left:0;text-align:center;font-size:14px;margin-bottom:0;bottom:auto;top:100%;margin-left:-20px;margin-top:5px;z-index:999}.tab-nav{display:flex;justify-content:space-around;flex-direction:column}.tab-nav a{display:block;font-size:1.25em;flex:100%;text-align:center;text-decoration:none;line-height:46px;height:50px;border-radius:10px}.tab-nav a:hover{background:#f15a241a}.tab-nav svg{position:relative;top:8px;display:inline-block;width:30px;margin-right:10px}.tab-nav svg.icon-star-filled{top:6px}.tab-nav .active{background:#f15a24}@media only screen and (min-width: 700px){.tab-nav{flex-direction:row}}#overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000;height:100vh;width:100vw;background:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "footer"}#overlay [class^=icon]{height:40px;cursor:pointer}#overlay #overlay-content{grid-area:main;min-width:0;min-height:0;display:flex;flex-direction:column;overflow-y:auto;justify-content:center}#overlay #overlay-content div{flex:50%}#overlay #overlay-content img,#overlay #overlay-content video{display:block;max-width:100vw;height:100%;margin:auto;object-fit:contain}#overlay #overlay-content #overlay-content-details{padding:0 20px}#overlay footer,#overlay header{display:flex;flex-direction:row;justify-content:space-around;margin:0 auto;width:100%;max-width:100%;flex-wrap:wrap;background:#e8e8e8}#overlay footer div,#overlay header div{flex:33.3333333333%;margin:10px 0}#overlay footer div *,#overlay header div *{margin:auto}#overlay footer .fullwidth,#overlay header .fullwidth{flex:0 0 100%;margin:0}#overlay header{grid-area:header}#overlay footer{grid-area:footer}#overlay svg{display:block}#overlay #post-date{line-height:36px;font-size:.8em}.dark #overlay{background:#000}.dark #overlay header,.dark #overlay footer{background:#161616}@media only screen and (min-width: 700px){#overlay #overlay-content{flex-direction:row}#overlay #overlay-content-details{max-width:40vw}}.rect-100{min-height:100px}.rect-250{min-height:250px}.rect-270{min-height:270px}.ad-270{min-height:270px;display:flex;justify-content:center}.rect-350{min-height:350px}.ad-container{display:flex;justify-content:center;align-items:center;margin:20px 0;overflow:hidden;width:100%}.ad-placeholder{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;border-radius:10px;padding:20px;text-align:center;color:#adb5bd;font-size:.85rem;font-weight:500;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.ad-placeholder .ad-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;opacity:.7}.ad-placeholder .ad-size{font-size:.8rem;font-weight:600}.ad-horizontal .ad-placeholder{min-height:90px;max-width:728px}.ad-rectangle .ad-placeholder{min-height:250px;max-width:336px;width:336px}@media (max-width: 400px){.ad-rectangle .ad-placeholder{width:100%;max-width:300px}}.ad-large-rectangle .ad-placeholder{min-height:280px;max-width:336px;width:336px}@media (max-width: 400px){.ad-large-rectangle .ad-placeholder{width:100%;max-width:300px}}.ad-leaderboard .ad-placeholder{min-height:90px;max-width:970px}@media (max-width: 768px){.ad-leaderboard .ad-placeholder{min-height:50px;max-width:320px}}.ad-mobile-banner .ad-placeholder{min-height:50px;max-width:320px;width:320px}.ad-in-feed{grid-column:1/-1;padding:10px 0}.ad-in-feed .ad-placeholder{min-height:120px;max-width:100%;background:linear-gradient(135deg,#fef3cd,#fff3cd);border-color:#ffc107}.ad-interstitial .ad-placeholder{min-height:300px;max-width:400px;width:100%}.ad-top{margin-top:0}.ad-bottom{margin-bottom:0}.ad-between{margin:30px 0}.ad-sidebar{position:sticky;top:20px}.ad-in-content{margin:20px auto}.ad-sticky-wrapper{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fffffffa;box-shadow:0 -2px 20px #0000001a;padding:10px;display:flex;justify-content:center;align-items:center}.ad-sticky-wrapper .ad-container{margin:0}.ad-sticky-wrapper .ad-close-btn{position:absolute;top:5px;right:10px;background:#0000001a;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.ad-sticky-wrapper .ad-close-btn:hover{background:#0003}.interstitial-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.interstitial-content{background:#fff;border-radius:20px;max-width:500px;width:100%;padding:20px;text-align:center}.interstitial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.interstitial-header .ad-badge{background:linear-gradient(135deg,#6c757d,#495057);color:#fff;padding:5px 10px;border-radius:20px;font-size:.7rem;text-transform:uppercase;letter-spacing:1px}.interstitial-header .interstitial-timer{color:#666;font-size:.9rem}.interstitial-ad-space{margin:20px 0}.interstitial-ad-space .ad-container{margin:0}.interstitial-skip-btn{background:#f15a24;color:#fff;border:none;padding:15px 30px;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;width:100%}.interstitial-skip-btn:hover:not(.disabled){background:#d4420e;transform:translateY(-2px)}.interstitial-skip-btn.disabled{opacity:.5;cursor:not-allowed}.native-ad{position:relative}.native-ad .ad-indicator{position:absolute;top:10px;right:10px;background:#0009;color:#fff;padding:2px 8px;border-radius:4px;font-size:.65rem;text-transform:uppercase;letter-spacing:.5px}.native-ad.profile-card{display:flex;align-items:center;gap:15px;padding:15px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.native-ad.profile-card .profile-preview{display:flex;align-items:center;gap:10px;flex:1}.native-ad.profile-card .profile-avatar{width:50px;height:50px;border-radius:50%;background:#e8e8e8}.native-ad.profile-card .profile-name{font-weight:600}.native-ad.profile-card .profile-handle{color:#666;font-size:.85rem}.native-ad.profile-card .follow-btn{background:#f15a24;color:#fff;border:none;padding:5px 15px;border-radius:8px;font-weight:600;cursor:pointer}.native-ad.post-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.native-ad.post-card .post-image{width:100%;height:200px;background:#e8e8e8}.native-ad.post-card .post-caption{padding:15px;font-size:.9rem}.mobile-only{display:none}@media (max-width: 768px){.mobile-only{display:block}}.dark .ad-placeholder{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-color:#444;color:#666}.dark .ad-in-feed .ad-placeholder{background:linear-gradient(135deg,#2a2a1a,#3a3a2a);border-color:#650}.dark .ad-sticky-wrapper{background:#1e1e1efa}.dark .ad-sticky-wrapper .ad-close-btn{background:#ffffff1a;color:#fff}.dark .ad-sticky-wrapper .ad-close-btn:hover{background:#fff3}.dark .interstitial-content{background:#161616}.dark .interstitial-content .interstitial-timer{color:#aaa}.dark .native-ad.profile-card,.dark .native-ad.post-card{background:#161616}.dark .native-ad.profile-card .profile-avatar,.dark .native-ad.profile-card .post-image,.dark .native-ad.post-card .profile-avatar,.dark .native-ad.post-card .post-image{background:#090909}.dark .native-ad.profile-card .profile-handle,.dark .native-ad.post-card .profile-handle{color:#aaa}.breadcrumb{margin:0 20px}.popular-profiles{display:flex;justify-items:flex-start;align-items:flex-start;flex-wrap:wrap;margin:-10px}.popular-profiles a{text-decoration:none}.popular-profiles a article{margin:0;background:#e8e8e8;display:flex;align-items:center}.popular-profiles a article:hover{background:#16161633}.popular-profiles .profile{padding:5px;flex:50%;max-width:50%}.popular-profiles .profile img{border-top-left-radius:10px;border-top-right-radius:10px}.popular-profiles .profile span{display:block;padding:5px 10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#e8e8e8}.popular-profiles .profile:hover span{background:#16161633}.dark .popular-profiles a article{background:#e8e8e80d}.dark .popular-profiles a article:hover{background:#e8e8e833}.dark .popular-profiles .profile span{background:#e8e8e80d}.dark .popular-profiles .profile:hover span{background:#e8e8e833}@media only screen and (min-width: 700px){.popular-profiles .profile{flex:25%;max-width:25%}}.suggestions-headline{text-align:center}.suggestions-wrapper{display:flex;justify-items:flex-start;align-items:flex-start;flex-wrap:wrap;margin:-10px}.suggestions-wrapper a{text-decoration:none}.suggestions-wrapper a article{margin:0;background:#e8e8e8;display:flex;align-items:center}.suggestions-wrapper a article:hover{background:#16161633}.suggestions-wrapper .profile{padding:5px;flex:50%;max-width:50%}.suggestions-wrapper .profile img{border-top-left-radius:10px;border-top-right-radius:10px}.suggestions-wrapper .profile span{display:block;padding:5px 10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#e8e8e8}.suggestions-wrapper .profile:hover span{background:#16161633}.dark .suggestions-wrapper a article{background:#e8e8e80d}.dark .suggestions-wrapper a article:hover{background:#e8e8e833}.dark .suggestions-wrapper .profile span{background:#e8e8e80d}.dark .suggestions-wrapper .profile:hover span{background:#e8e8e833}@media only screen and (min-width: 700px){.suggestions-wrapper .profile{flex:25%;max-width:25%}}.search{display:flex;margin:0 -5px}.search label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.search input{display:block;flex-grow:1;width:0;margin:0 5px;border:none;border-radius:10px;background:#e8e8e8}.search button{display:block;flex-shrink:0;margin:0 5px;background:#f15a24}.search button svg{width:20px;color:#fff}.features{display:flex;flex-direction:column;margin:-10px}.features article{flex:1 1 0;margin:10px}.features article svg{display:block;height:40px;margin:auto}.features article h2{margin-top:5px;text-align:center}.discover{margin:20px 0;position:relative;overflow:hidden}.discover h2{margin-top:0}.discover .discover-profiles{display:flex;margin:0 -10px -10px}.discover .discover-profiles a{margin:10px;flex:1 1 0;display:none}.discover .discover-profiles a:nth-child(-n+2){display:block}.discover .discover-profiles img{border-radius:10px}.features-section{padding:40px 20px;margin:30px 0}.section-header{text-align:center;margin-bottom:40px}.section-badge{display:inline-block;padding:5px 15px;background:linear-gradient(135deg,#f15a241a,#f15a2433);color:#f15a24;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}.section-title{font-size:2rem;font-weight:700;margin:0 0 10px;color:#1a1a2e}.section-subtitle{font-size:1.1rem;color:#666;max-width:500px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1000px;margin:0 auto}.feature-card{position:relative;background:#fff;border-radius:16px;padding:25px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f15a24,#ff8a5c);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001f}.feature-card:hover:before{opacity:1}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card h3{font-size:1.2rem;font-weight:600;margin:15px 0 10px;color:#1a1a2e}.feature-card p{font-size:.95rem;color:#666;line-height:1.6;margin:0}.feature-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:transform .3s ease}.feature-icon svg{width:32px;height:32px;stroke-width:1.5}.feature-icon--zoom{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.feature-icon--eye{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.feature-icon--download{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.feature-icon--fast{background:linear-gradient(135deg,#f15a24,#ff8a5c);color:#fff}.feature-tag{display:inline-block;padding:5px 10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.7rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-top:15px}.feature-tag--new{background:linear-gradient(135deg,#11998e,#38ef7d)}.feature-tag--free{background:linear-gradient(135deg,#f15a24,#ff8a5c)}.how-it-works{padding:40px 20px;margin:30px 0;background:linear-gradient(135deg,#f8f9fc,#eef1f5);border-radius:24px}.steps-container{position:relative;max-width:900px;margin:0 auto}.steps-line{display:none;position:absolute;top:45px;left:50px;right:50px;height:3px;background:linear-gradient(90deg,#f15a24,#ff8a5c,#f15a24);border-radius:2px;z-index:0}.steps{display:flex;flex-direction:column;gap:25px;position:relative;z-index:1}.step{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}.step:hover{transform:translate(10px);box-shadow:0 8px 25px #0000001a}.step:hover .step-icon{transform:scale(1.05)}.step-icon{position:relative;width:70px;height:70px;flex-shrink:0;background:linear-gradient(135deg,#f15a24,#ff8a5c);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;box-shadow:0 4px 15px #f15a244d}.step-icon svg{width:28px;height:28px;color:#fff}.step-icon .step-number{position:absolute;top:-8px;right:-8px;width:26px;height:26px;background:#1a1a2e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:3px solid #fff}.step-content{flex:1;padding-top:5px}.step-content h3{font-size:1.15rem;font-weight:600;margin:0 0 5px;color:#1a1a2e}.step-content p{font-size:.95rem;color:#666;line-height:1.6;margin:0}@media only screen and (min-width: 400px){.discover .discover-profiles a:nth-child(-n+3){display:block}}@media only screen and (min-width: 500px){.discover .discover-profiles a:nth-child(-n+4){display:block}}@media only screen and (min-width: 600px){.discover .discover-profiles a:nth-child(-n+5){display:block}.features-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 700px){.discover .discover-profiles a:nth-child(-n+6){display:block}}@media only screen and (min-width: 800px){.discover .discover-profiles a:nth-child(-n+7){display:block}.steps{flex-direction:row;gap:20px}.steps-line{display:block}.step{flex-direction:column;align-items:center;text-align:center;flex:1;padding:25px 15px}.step:hover{transform:translateY(-5px)}.step-content{padding-top:0}}@media only screen and (min-width: 900px){.discover .discover-profiles a:nth-child(-n+8){display:block}.features{flex-direction:row}.features-grid{grid-template-columns:repeat(4,1fr)}.section-title{font-size:2.4rem}}.dark .section-title{color:#fff}.dark .section-subtitle{color:#aaa}.dark .feature-card{background:#232323;border-color:#ffffff1a}.dark .feature-card h3{color:#fff}.dark .feature-card p{color:#aaa}.dark .how-it-works{background:linear-gradient(135deg,#161616,#232323)}.dark .step{background:#2a2a2a}.dark .step h3{color:#fff}.dark .step p{color:#aaa}.dark .step-icon .step-number{background:#fff;color:#161616}.blog-articles{display:flex;flex-wrap:wrap;margin:-10px}.blog-articles article{margin:10px;flex:1 1 0;flex-basis:100%}.blog-articles footer{margin-bottom:0}.blog-published-at{font-size:.8em}@media only screen and (min-width: 700px){.blog-articles article{flex-basis:50%;max-width:calc(50% - 20px)}}.blog-page{padding:20px 20px 40px;max-width:1400px;margin:0 auto}.blog-header{text-align:center;margin-bottom:40px;padding:30px 0}.blog-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:#1a1a1a}.blog-header p{font-size:1.15rem;color:#666;max-width:500px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:25px}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card:hover .blog-card-overlay{opacity:.15}.blog-card:hover .blog-card-link{color:#f15a24}.blog-card a{display:block;text-decoration:none;color:inherit}.blog-card-image{position:relative;overflow:hidden;aspect-ratio:16/10}.blog-card-image picture{display:block;width:100%;height:100%}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f15a24,#ff8f6b);opacity:0;transition:opacity .3s ease;pointer-events:none}.blog-card-content{padding:20px 20px 25px}.blog-card-content h3{font-size:1.15rem;font-weight:600;margin-bottom:10px;color:#1a1a1a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-content p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-link{display:inline-block;font-size:.9rem;font-weight:600;color:#888;transition:color .2s ease}@media only screen and (min-width: 600px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-header h1{font-size:2.75rem}}@media only screen and (min-width: 900px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:30px}.blog-page{padding:30px 30px 50px}.blog-header{margin-bottom:50px}.blog-header h1{font-size:3rem}}@media only screen and (min-width: 1200px){.blog-grid{grid-template-columns:repeat(4,1fr)}}.blog-article{padding:20px 20px 40px;max-width:800px;margin:0 auto}.blog-article .card{padding:0;overflow:hidden;box-shadow:0 4px 20px #00000014}.blog-article-hero{position:relative;overflow:hidden}.blog-article-hero img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.blog-article-gradient{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);pointer-events:none}.blog-article-meta{position:absolute;bottom:20px;left:20px;right:20px;display:flex;align-items:center;gap:10px}.blog-article-date{display:inline-flex;align-items:center;gap:5px;background:#fffffff2;color:#333;padding:7.5px 15px;border-radius:50px;font-size:.85rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-article-date svg{width:14px;height:14px;opacity:.7}.blog-article-category{display:inline-flex;align-items:center;background:#f15a24;color:#fff;padding:7.5px 15px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-article-header{padding:25px 25px 15px;border-bottom:1px solid rgba(0,0,0,.06)}.blog-article-header h1{font-size:1.75rem;font-weight:700;line-height:1.35;color:#1a1a1a;margin:0 0 10px}.blog-article-header .blog-article-subtitle{font-size:1.1rem;color:#666;line-height:1.5;margin:0}.blog-article-body{padding:25px}.blog-article-body h2{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:30px 0 15px;line-height:1.3}.blog-article-body h2:first-child{margin-top:0}.blog-article-body h3{font-size:1.2rem;font-weight:600;color:#333;margin:25px 0 10px;line-height:1.4}.blog-article-body p{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 20px}.blog-article-body a{color:#f15a24;text-decoration:none;font-weight:500;transition:color .2s ease}.blog-article-body a:hover{color:#d4420e;text-decoration:underline}.blog-article-body ul,.blog-article-body ol{margin:15px 0 20px;padding-left:25px}.blog-article-body ul li,.blog-article-body ol li{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:10px}.blog-article-body blockquote{margin:25px 0;padding:20px 25px;background:linear-gradient(135deg,#f15a240d,#f15a2405);border-left:4px solid #f15a24;border-radius:0 10px 10px 0;font-style:italic;color:#555}.blog-article-body blockquote p{margin:0;font-size:1.1rem}.blog-article-body img{max-width:100%;height:auto;border-radius:10px;margin:20px 0;box-shadow:0 4px 16px #0000001a}.blog-article-body strong{color:#1a1a1a;font-weight:600}.blog-article-body code{background:#f5f5f5;padding:2px 8px;border-radius:4px;font-size:.9em;color:#e83e8c}.blog-article-footer{padding:20px 25px 25px;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}.back-to-blog{display:inline-flex;align-items:center;gap:10px;color:#666;text-decoration:none;font-weight:500;font-size:.95rem;padding:10px 20px;border-radius:10px;transition:all .2s ease}.back-to-blog svg{width:18px;height:18px;transition:transform .2s ease}.back-to-blog:hover{background:#f15a2414;color:#f15a24}.back-to-blog:hover svg{transform:translate(-3px)}.blog-share-buttons{display:flex;gap:10px}.blog-share-buttons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f0f0f0;color:#666;transition:all .2s ease}.blog-share-buttons a svg{width:18px;height:18px}.blog-share-buttons a:hover{background:#f15a24;color:#fff;transform:translateY(-2px)}.blog-article.not-found .card{padding:40px;text-align:center}.blog-article.not-found h2{font-size:1.5rem;color:#333;margin-bottom:10px}.blog-article.not-found p{color:#666;margin-bottom:20px}.blog-article.not-found a{display:inline-flex;align-items:center;gap:10px;background:#f15a24;color:#fff;padding:10px 20px;border-radius:10px;text-decoration:none;font-weight:500;transition:background .2s ease}.blog-article.not-found a:hover{background:#de450e}@media only screen and (min-width: 600px){.blog-article{padding:30px 20px 50px}.blog-article-header{padding:30px 30px 20px}.blog-article-header h1{font-size:2rem}.blog-article-body{padding:30px}.blog-article-body h2{font-size:1.5rem}.blog-article-body p,.blog-article-body li{font-size:1.1rem}.blog-article-footer{padding:25px 30px 30px}}@media only screen and (min-width: 900px){.blog-article-header h1{font-size:2.25rem}.blog-article-body p{font-size:1.125rem;line-height:1.8}.blog-article-body h2{font-size:1.6rem}}.dark .blog-header h1{color:#fff}.dark .blog-header p{color:#aaa}.dark .blog-card{background:#161616;box-shadow:0 2px 12px #0000004d}.dark .blog-card:hover{box-shadow:0 12px 32px #0006}.dark .blog-card-content h3{color:#fff}.dark .blog-card-content p{color:#999}.dark .blog-card-link{color:#777}.dark .blog-article .card{background:#161616;box-shadow:0 4px 20px #0000004d}.dark .blog-article-date{background:#1e1e1ef2;color:#ddd}.dark .blog-article-header{border-bottom-color:#ffffff14}.dark .blog-article-header h1{color:#fff}.dark .blog-article-header .blog-article-subtitle{color:#999}.dark .blog-article-body h2{color:#fff}.dark .blog-article-body h3{color:#ddd}.dark .blog-article-body p,.dark .blog-article-body li{color:#bbb}.dark .blog-article-body a{color:#f47e54}.dark .blog-article-body blockquote{background:#f15a2414;color:#aaa}.dark .blog-article-body code{background:#2a2a2a;color:#ff79c6}.dark .blog-article-body strong{color:#fff}.dark .blog-article-body img{box-shadow:0 4px 16px #0000004d}.dark .blog-article-footer{border-top-color:#ffffff14}.dark .back-to-blog{color:#888}.dark .back-to-blog:hover{background:#f15a2426;color:#f47e54}.dark .blog-share-buttons a{background:#2a2a2a;color:#888}.dark .blog-share-buttons a:hover{background:#f15a24;color:#fff}.dark .blog-article.not-found h2{color:#fff}.dark .blog-article.not-found p{color:#999}.contact-page{max-width:600px;margin:0 auto;padding:1rem}.contact-card{padding:2rem}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h2{margin-bottom:.5rem;font-size:1.75rem}.contact-header p{color:var(--text-secondary);line-height:1.6}.contact-email{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;margin-bottom:2rem;background:var(--bg-secondary);border-radius:8px}.contact-email svg{color:var(--accent);flex-shrink:0}.contact-email a{color:var(--accent);font-weight:500;text-decoration:none}.contact-email a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.9rem;color:var(--text-primary)}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.15)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-tertiary)}.form-group textarea{resize:vertical;min-height:120px}.form-message{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-message:empty{display:none}.form-message.success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.form-message.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}body.dark .contact-email{background:var(--bg-tertiary)}body.dark .form-group input,body.dark .form-group textarea{background:var(--bg-secondary);border-color:var(--border-color)}#user-posts,#user-stories{display:flex;flex-wrap:wrap;margin:-10px;justify-items:flex-start}#user-posts .post,#user-posts .story,#user-stories .post,#user-stories .story{flex:100%;max-width:100%;padding:10px;text-align:center}#user-posts .post img,#user-posts .story img,#user-stories .post img,#user-stories .story img{object-fit:cover}#user-posts .post-info,#user-stories .post-info{display:flex;justify-content:space-between;padding:10px 0}#user-posts .story a,#user-stories .story a{margin-top:10px}#user-posts span,#user-posts a,#user-stories span,#user-stories a{display:inline-block;padding:5px 10px;text-decoration:none;border-radius:10px}#user-posts a,#user-stories a{background:#e8e8e8}#user-posts svg,#user-stories svg{display:inline-block;height:1.2em;color:#f15a24;margin-right:5px;position:relative;top:3px}#profile-picture-hd{text-align:center}#profile-picture-hd a{display:inline-block;margin-top:20px;padding:5px 10px;text-decoration:none;border-radius:10px;background:#e8e8e8}#profile-general-info{display:flex;flex-direction:column}#profile-general-info #profile-picture{position:relative;flex:0 0 100%;width:60%;padding-bottom:60%;margin:0 auto 10px}#profile-general-info #profile-picture img{border-radius:100%}#profile-general-info #profile-info{flex:100%}#profile-general-info #profile-info h1{margin-top:0}#profile-general-info #profile-info h1 svg{display:inline-block;height:1em;margin-left:10px;position:relative;top:3px}#profile-general-info #linkedusers a{display:inline-block;margin-right:5px;padding:5px 10px;text-decoration:none;background:#e8e8e8;border-radius:10px}#statistics{display:flex;justify-content:space-around}#statistics span{display:block;flex:50%;font-size:1.25em;text-decoration:none;text-align:center;line-height:46px;height:50px;border-radius:10px}#favorite{position:absolute;top:-5px;right:-5px;width:40px;height:40px;color:#f15a24}#favorite svg{position:absolute;top:0;bottom:0;left:0;right:0}#links,#places{margin-left:-5px}#ig-profile,#snapchat-profile,#place{text-decoration:none;display:inline-block;margin-right:10px;padding:0 5px 5px;border-radius:10px}#ig-profile:hover,#snapchat-profile:hover,#place:hover{background:#7f7f7f4d}#ig-profile svg,#snapchat-profile svg,#place svg{display:inline-block;height:1.2em;position:relative;top:4px;color:#f15a24}.dark #user-posts a,.dark #user-stories a,.dark #profile-picture-hd a,.dark #profile-general-info #linkedusers a{background:#000}@media only screen and (min-width: 700px){#user-posts .post,#user-posts .story,#user-stories .post,#user-stories .story{flex:50%;max-width:50%}#profile-general-info{flex-direction:row}#profile-general-info #profile-picture{flex:0 0 120px;padding-bottom:120px;margin-right:20px}}.user-result-page{max-width:935px;margin:0 auto}.user-loading{text-align:center;padding:50px 0}.user-loading .loading-spinner{width:50px;height:50px;border:3px solid #E8E8E8;border-top-color:#f15a24;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}.user-loading p{color:#666}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff;padding:20px;border-radius:10px;display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.error-banner .error-icon{font-size:2rem}.error-banner .error-content{flex:1;min-width:200px}.error-banner .error-content strong{display:block;font-size:1.1rem;margin-bottom:5px}.error-banner .error-content p{margin:0;font-size:.9rem;opacity:.9}.retry-btn{background:#fff3;border:2px solid rgba(255,255,255,.5);color:#fff;padding:10px 20px;border-radius:25px;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block}.retry-btn:hover{background:#ffffff4d}.profile-header{padding:30px!important}.profile-main{display:flex;flex-direction:column;gap:20px}@media (min-width: 700px){.profile-main{flex-direction:row;align-items:flex-start;gap:30px}}.profile-picture-container{text-align:center}@media (min-width: 700px){.profile-picture-container{flex-shrink:0}}.profile-picture{width:150px;height:150px;border-radius:50%;margin:0 auto 15px;overflow:hidden;position:relative;background:#e8e8e8}@media (min-width: 700px){.profile-picture{width:180px;height:180px}}.profile-picture-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.profile-picture-placeholder svg{width:60%;height:60%;color:#ccc}.view-hd-btn{display:inline-flex;align-items:center;gap:5px;background:#f15a24;color:#fff;border:none;padding:10px 20px;border-radius:25px;font-weight:600;cursor:pointer;transition:opacity .2s}.view-hd-btn svg{width:18px;height:18px}.view-hd-btn.disabled{opacity:.5;cursor:not-allowed}.profile-info{flex:1;text-align:center}@media (min-width: 700px){.profile-info{text-align:left}}.username-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}@media (min-width: 700px){.username-row{justify-content:flex-start}}.username{font-size:1.8rem;font-weight:300;margin:0}.verified-badge svg{width:22px;height:22px;color:#3897f0}.bio{color:#666;margin-bottom:20px;line-height:1.5}.profile-stats{display:flex;justify-content:center;gap:30px;margin-bottom:20px}@media (min-width: 700px){.profile-stats{justify-content:flex-start}}.stat{text-align:center}.stat .stat-number{display:block;font-size:1.3rem;font-weight:700}.stat .stat-label{font-size:.85rem;color:#666}.profile-actions{display:flex;justify-content:center;gap:10px}@media (min-width: 700px){.profile-actions{justify-content:flex-start}}.btn-instagram{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:600;transition:opacity .2s}.btn-instagram svg{width:20px;height:20px}.btn-instagram:hover{opacity:.9}.section-title{display:flex;align-items:center;gap:10px;font-size:1.2rem;margin:0 0 20px}.section-title svg{width:24px;height:24px;color:#f15a24}.stories-section{overflow:hidden}.stories-grid{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.stories-grid::-webkit-scrollbar{height:6px}.stories-grid::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.story-item{flex-shrink:0;text-align:center}.story-ring{width:80px;height:80px;border-radius:50%;padding:3px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.story-thumbnail{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#fff;padding:2px}.story-placeholder{width:100%;height:100%;border-radius:50%;background:#e8e8e8}.story-time{display:block;font-size:.75rem;color:#666;margin-top:5px}.loading-hint{text-align:center;font-size:.85rem;color:#999;margin-top:15px}.posts-section{overflow:hidden}.posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.posts-header .section-title{margin:0}.posts-view-toggle{display:flex;gap:5px}.view-btn{background:transparent;border:none;padding:5px;cursor:pointer;opacity:.4;transition:opacity .2s}.view-btn svg{width:24px;height:24px}.view-btn.active,.view-btn:hover{opacity:1}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}@media (min-width: 700px){.posts-grid{gap:20px}}.post-item{position:relative}.post-thumbnail{position:relative;padding-bottom:100%;background:#e8e8e8;border-radius:4px;overflow:hidden}.post-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#eee,#ddd)}.post-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;gap:15px;opacity:0;transition:opacity .2s}.post-item:hover .post-overlay{opacity:1}.post-stat{display:flex;align-items:center;gap:5px;color:#fff;font-weight:600;font-size:.9rem}.post-stat svg{width:18px;height:18px}.load-more-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:#e8e8e8;border:none;padding:15px;border-radius:10px;margin-top:20px;font-weight:600;cursor:pointer;transition:background .2s}.load-more-btn svg{width:20px;height:20px}.load-more-btn:hover:not(.disabled){background:#dbdbdb}.load-more-btn.disabled{opacity:.5;cursor:not-allowed}.related-profiles{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.related-profile{flex-shrink:0;text-align:center;text-decoration:none;color:inherit}.related-profile:hover .related-avatar{transform:scale(1.05)}.related-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;margin-bottom:5px;transition:transform .2s}.related-placeholder{width:100%;height:100%;background:#e8e8e8;border-radius:50%}.related-name{font-size:.8rem;color:#666}.download-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.download-btn{display:flex;flex-direction:column;align-items:center;gap:10px;background:#e8e8e8;border:none;padding:20px;border-radius:10px;cursor:pointer;transition:background .2s,transform .2s}.download-btn .download-icon{font-size:2rem}.download-btn span{font-weight:600;font-size:.9rem}.download-btn:hover:not(.disabled){background:#dbdbdb;transform:translateY(-2px)}.download-btn.disabled{opacity:.5;cursor:not-allowed}.info-section h3{margin-top:0}.info-section p{color:#666;line-height:1.6}.info-section p:last-child{margin-bottom:0}.skeleton-loading{position:relative;overflow:hidden}.skeleton-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-text{background:#e8e8e8;border-radius:4px;color:transparent}.skeleton-badge{opacity:.3}.quick-actions-bar{display:flex;justify-content:center;gap:10px;margin-bottom:20px;overflow-x:auto;padding:10px 0}.quick-action{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px 15px;background:#fff;border:2px solid #EEE;border-radius:10px;cursor:pointer;transition:all .2s;flex-shrink:0}.quick-action .action-icon{font-size:1.5rem}.quick-action span:last-child{font-size:.8rem;font-weight:500}.quick-action:hover{border-color:#f15a24;background:#f15a240d;transform:translateY(-2px)}.highlights-section{margin-bottom:20px}.highlights-grid{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.highlight-item{flex-shrink:0;text-align:center;cursor:pointer;transition:transform .2s}.highlight-item:hover{transform:scale(1.05)}.highlight-cover{width:70px;height:70px;border-radius:50%;border:2px solid #DDD;padding:3px;margin-bottom:5px}.highlight-placeholder{width:100%;height:100%;border-radius:50%;background:#e8e8e8}.highlight-label{font-size:.75rem;color:#666;display:block}.might-like-section{margin-bottom:20px}.might-like-grid{display:flex;flex-direction:column;gap:10px}.might-like-item{display:flex;align-items:center;gap:15px;padding:10px;background:#f9f9f9;border-radius:10px;text-decoration:none;color:inherit;transition:all .2s}.might-like-item:hover{background:#f0f0f0;transform:translate(5px)}.might-like-avatar{width:50px;height:50px;border-radius:50%;position:relative;flex-shrink:0}.placeholder-circle{width:100%;height:100%;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center}.placeholder-circle.loaded{background:linear-gradient(135deg,#e8eaf6,#c5cae9)}.placeholder-circle svg{width:60%;height:60%;color:#ccc}.might-like-info{flex:1}.might-like-name{display:block;font-weight:600;margin-bottom:2px}.might-like-followers{font-size:.85rem;color:#666}.might-like-btn{background:#f15a24;color:#fff;padding:5px 15px;border-radius:8px;font-weight:500;font-size:.85rem}.mini-verified{position:absolute;bottom:0;right:0;background:#3897f0;color:#fff;width:16px;height:16px;border-radius:50%;font-size:.6rem;display:flex;align-items:center;justify-content:center;border:2px solid #FFF}.related-profile{position:relative}.related-profile .related-followers{display:block;font-size:.7rem;color:#999;margin-top:2px}.see-more-link{display:block;text-align:center;margin-top:15px;color:#f15a24;text-decoration:none;font-weight:500}.see-more-link:hover{text-decoration:underline}.related-searches{margin-top:20px}.related-searches h4{margin:0 0 10px;font-size:.9rem;color:#666}.search-tags{display:flex;flex-wrap:wrap;gap:10px}.search-tag{display:inline-block;padding:5px 10px;background:#f0f0f0;border-radius:15px;font-size:.85rem;color:#666;text-decoration:none;transition:all .2s}.search-tag:hover{background:#f15a24;color:#fff}.search-another{margin-bottom:20px;text-align:center}.search-another h3{margin:0 0 15px}.inline-search-form{max-width:400px;margin:0 auto}.inline-search-input{flex:1;border:none;background:transparent;font-size:1rem;padding:10px;outline:none}.inline-search-btn{background:#f15a24;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}.inline-search-btn:hover{background:#d4420e}.post-badge{position:absolute;top:5px;right:5px;background:#0009;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem}.post-badge.video{background:#ff0000b3}.post-badge.carousel{background:#00f9}.stat.clickable{cursor:pointer;transition:all .2s;padding:5px;border-radius:8px}.stat.clickable:hover{background:#f15a241a}.stat.clickable:hover .stat-number{color:#f15a24}.download-size{display:block;font-size:.75rem;color:#999;margin-top:5px}.story-video-badge{position:absolute;bottom:5px;right:5px;background:#000000b3;color:#fff;width:16px;height:16px;border-radius:50%;font-size:.6rem;display:flex;align-items:center;justify-content:center}.btn-secondary{display:inline-flex;align-items:center;gap:10px;background:#f0f0f0;color:#333;border:none;padding:10px 15px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary svg{width:18px;height:18px}.btn-secondary:hover{background:#e0e0e0}.empty-message{text-align:center;color:#999;padding:20px 0;font-style:italic}.story-placeholder.loaded,.post-placeholder.loaded,.related-placeholder.loaded{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.story-placeholder.loaded svg,.post-placeholder.loaded svg,.related-placeholder.loaded svg{color:#1976d2}.dark .error-banner{background:linear-gradient(135deg,#c0392b,#a93226)}.dark .profile-picture{background:#161616}.dark .profile-picture-placeholder svg{color:#444}.dark .bio,.dark .stat-label{color:#aaa}.dark .story-thumbnail{background:#161616}.dark .story-placeholder,.dark .post-placeholder,.dark .related-placeholder{background:linear-gradient(135deg,#333,#222)}.dark .story-time,.dark .related-name,.dark .loading-hint{color:#888}.dark .load-more-btn,.dark .download-btn{background:#161616}.dark .load-more-btn:hover:not(.disabled),.dark .download-btn:hover:not(.disabled){background:#232323}.dark .view-btn svg{fill:#fff}.dark .info-section p{color:#aaa}.dark .skeleton-text{background:#161616}.dark .quick-action{background:#161616;border-color:#444}.dark .quick-action:hover{border-color:#f15a24;background:#f15a241a}.dark .highlight-cover{border-color:#444}.dark .highlight-placeholder,.dark .placeholder-circle{background:#090909}.dark .highlight-label{color:#888}.dark .might-like-item{background:#0e0e0e}.dark .might-like-item:hover{background:#161616}.dark .might-like-name{color:#fff}.dark .might-like-followers{color:#aaa}.dark .search-tag{background:#161616;color:#aaa}.dark .search-tag:hover{background:#f15a24;color:#fff}.dark .btn-secondary{background:#161616;color:#fff}.dark .btn-secondary:hover{background:#232323}.dark .story-placeholder.loaded,.dark .post-placeholder.loaded,.dark .related-placeholder.loaded,.dark .placeholder-circle.loaded{background:linear-gradient(135deg,#1a237e,#283593)}.dark .story-placeholder.loaded svg,.dark .post-placeholder.loaded svg,.dark .related-placeholder.loaded svg,.dark .placeholder-circle.loaded svg{color:#7986cb}.redirect-page{max-width:500px;margin:0 auto;padding:2rem 1rem}.redirect-card{text-align:center;padding:2.5rem 2rem}.redirect-card.redirect-error .redirect-icon{color:#ef4444}.redirect-card.redirect-error .redirect-icon svg{stroke:#ef4444}.redirect-icon{margin-bottom:1.5rem;color:var(--accent)}.redirect-icon svg{stroke:var(--accent)}.redirect-card h2{margin:0 0 1rem;font-size:1.5rem;color:var(--text-primary)}.redirect-warning{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.redirect-url{background:var(--bg-secondary);padding:1rem;border-radius:8px;margin-bottom:1.5rem}.redirect-url .label{display:block;font-size:.8rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.redirect-url .url{display:block;color:var(--accent);font-weight:500;word-break:break-all;font-size:.95rem}.redirect-countdown{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;color:var(--text-secondary)}.countdown-timer{font-size:2rem;font-weight:700;color:var(--accent);min-width:2ch;display:inline-block}.countdown-unit{color:var(--text-tertiary)}.redirect-progress{height:4px;background:var(--bg-tertiary);border-radius:2px;overflow:hidden;margin-bottom:2rem}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-hover, var(--accent)));border-radius:2px}.redirect-actions{display:flex;flex-direction:column;gap:.75rem}.redirect-actions .btn{width:100%;padding:.875rem 1.5rem;font-size:1rem;border-radius:8px;text-decoration:none;text-align:center;font-weight:500;transition:all .2s}.redirect-actions .btn.btn-primary{background:var(--accent);color:#fff;border:none}.redirect-actions .btn.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.redirect-actions .btn.btn-secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.redirect-actions .btn.btn-secondary:hover{background:var(--bg-secondary);color:var(--text-primary)}body.dark .redirect-url{background:var(--bg-tertiary)}body.dark .redirect-progress{background:var(--bg-secondary)}
