.auth-hero{position:relative;width:380px;height:420px;border-radius:24px;background:#0a0a0a;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.auth-hero-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.35;pointer-events:none}.auth-hero-orb-1{width:200px;height:200px;background:#87ceeb;top:-40px;right:-30px;animation:orbDrift1 8s ease-in-out infinite alternate}.auth-hero-orb-2{width:160px;height:160px;background:#a78bfa;bottom:-20px;left:-20px;animation:orbDrift2 10s ease-in-out infinite alternate}.auth-hero-orb-3{width:120px;height:120px;background:#34d399;top:50%;left:50%;transform:translate(-50%,-50%);animation:orbDrift3 12s ease-in-out infinite alternate}@keyframes orbDrift1{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,40px) scale(1.15)}}@keyframes orbDrift2{0%{transform:translate(0) scale(1)}to{transform:translate(25px,-35px) scale(1.1)}}@keyframes orbDrift3{0%{transform:translate(-50%,-50%) scale(.8);opacity:.2}to{transform:translate(-40%,-60%) scale(1.2);opacity:.4}}.auth-hero-float{position:absolute;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.06);animation:heroFloat 6s ease-in-out infinite;pointer-events:none}@keyframes heroFloat{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-12px) scale(1.08);opacity:1}}.auth-hero-center{position:relative;z-index:2;text-align:center;padding:0 32px}.auth-hero-tagline{font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 6px;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.5)}.auth-hero-subtitle{font-size:.85rem;color:#fff9;margin:0;line-height:1.5;text-shadow:0 1px 8px rgba(0,0,0,.4)}@media(max-width:860px){.auth-hero{width:320px;height:360px}}@media(max-width:768px){.auth-hero{display:none}}@media(prefers-color-scheme:light){.auth-hero{background:#f0f4f8}.auth-hero-orb{opacity:.25}.auth-hero-float{background:#0000000a;border-color:#0000000f}.auth-hero-tagline{color:#111;text-shadow:none}.auth-hero-subtitle{color:#00000080;text-shadow:none}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:#000}.auth-split{display:flex;align-items:center;gap:48px;max-width:820px;width:100%}.auth-hero-img{height:360px;flex-shrink:0;-webkit-user-select:none;user-select:none;pointer-events:none}.auth-card{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:6px}.auth-logo{height:56px;margin-bottom:8px;filter:brightness(0) saturate(100%) invert(1)}.auth-heading{font-size:1.35rem;font-weight:700;color:#fff;margin:0}.auth-subheading{font-size:.85rem;color:#888;margin:0 0 12px}.auth-form{width:100%;display:flex;flex-direction:column;gap:12px}.auth-input-group{position:relative;display:flex;flex-direction:column;gap:4px}.auth-label{font-size:.75rem;font-weight:500;color:#888;padding-left:2px}.auth-input{width:100%;padding:12px 14px;border:1px solid #333;border-radius:10px;background:#111;color:#fff;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.auth-input::placeholder{color:#555}.auth-input:focus{border-color:#87ceeb}.auth-input.error{border-color:#ef4444}.auth-pw-toggle{position:absolute;right:12px;bottom:10px;background:none;border:none;color:#666;cursor:pointer;padding:2px;display:flex;align-items:center}.auth-pw-toggle:hover{color:#aaa}.auth-input-group .auth-input[type=password],.auth-input-group .auth-input[type=text].auth-pw-field{padding-right:42px}.auth-submit{width:100%;padding:13px;border:none;border-radius:10px;background:#87ceeb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:8px}.auth-submit:hover:not(:disabled){opacity:.9}.auth-submit:disabled{opacity:.4;cursor:not-allowed}.auth-spinner{animation:authSpin .7s linear infinite}@keyframes authSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-error{font-size:.8rem;color:#ef4444;text-align:center;margin:0;padding:4px 0}.auth-links{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:4px;flex-wrap:wrap}.auth-link{font-size:.82rem;color:#888;cursor:pointer;background:none;border:none;padding:0;font-family:inherit;transition:color .15s}.auth-link:hover,.auth-link-accent{color:#87ceeb}.auth-legal{font-size:.7rem;color:#555;text-align:center;line-height:1.5;margin-top:8px;max-width:320px}.auth-legal a{color:#888;text-decoration:underline;cursor:pointer}.auth-legal a:hover{color:#87ceeb}@media(max-width:768px){.auth-split{flex-direction:column;gap:24px}.auth-hero-img{display:none}.auth-card{max-width:360px}}@media(prefers-color-scheme:light){.auth-page{background:#f8f9fa}.auth-logo{filter:none}.auth-heading{color:#111}.auth-subheading,.auth-label{color:#666}.auth-input{background:#fff;border-color:#ddd;color:#111}.auth-input::placeholder{color:#aaa}.auth-input:focus{border-color:#87ceeb;box-shadow:0 0 0 2px #87ceeb26}.auth-pw-toggle{color:#999}.auth-link{color:#666}.auth-legal{color:#999}.auth-legal a{color:#666}}.masonry-grid{display:flex;margin-left:-12px;width:auto}.masonry-grid_column{padding-left:12px;background-clip:padding-box}.masonry-grid_column>div{margin-bottom:12px}.masonry-item{break-inside:avoid}.content-card-wrapper{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border-radius:12px;overflow:hidden}.content-card-wrapper:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.content-username{font-weight:500;font-size:.8rem;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.card-gradient{position:absolute;top:0;left:0;right:0;height:50px;background:linear-gradient(to bottom,rgba(0,0,0,.35),transparent);pointer-events:none;border-radius:12px 12px 0 0}.card-overlay{position:absolute;top:.5rem;left:.5rem;display:flex;align-items:center;gap:5px;padding:3px 8px 3px 3px;border-radius:20px;z-index:2;background:#00000059;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.card-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(255,255,255,.3)}.verified-white{width:13px;height:13px;flex-shrink:0}.caption-tag{color:#87ceeb;cursor:pointer;font-weight:500}.caption-tag:hover{text-decoration:underline}.caption-mention{color:#87ceeb;cursor:pointer;font-weight:500}.caption-mention:hover{text-decoration:underline}.note-card{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;display:flex;flex-direction:column;justify-content:space-between;background-color:#111;min-height:100px;overflow:hidden;box-sizing:border-box}.note-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;cursor:pointer}.note-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.note-user{display:flex;gap:3px;align-items:center}.note-username{font-weight:500;font-size:.8rem;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fffc}.note-caption{font-size:.875rem;color:#ffffffe6;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;text-align:left;line-height:1.5;word-break:break-word;margin:0}.note-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:.75rem;color:#fff6}.note-likes{display:flex;gap:4px;align-items:center}.photo-card{width:100%;border-radius:12px;overflow:hidden;position:relative}.photo-card>img{width:100%;display:block;object-fit:cover;position:relative;z-index:1}.photo-card-skeleton{position:absolute;inset:0;background:linear-gradient(110deg,#ffffff0a 30%,#ffffff14,#ffffff0a 70%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:inherit;z-index:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.photo-dump-card{position:relative;width:100%;border-radius:12px;overflow:hidden;display:flex;flex-wrap:nowrap;justify-content:space-between}.layout-1 .single-photo{width:100%;height:100%;object-fit:cover}.layout-2 .half-photo{width:49.5%;height:auto;object-fit:cover}.layout-3{display:flex}.layout-3 .tall-photo{width:49.5%;object-fit:cover}.layout-3 .vertical-stack{width:50%;display:flex;flex-direction:column;justify-content:space-between;padding-left:2px}.layout-3 .half-stack{height:49.5%;object-fit:cover}.layout-4{display:flex;gap:2px}.layout-4 .column{flex:1;display:flex;flex-direction:column;gap:2px}.layout-4 .corner{width:100%;height:100%;object-fit:cover;display:block}.photo-dump-card>img,.photo-dump-card .column img,.photo-dump-card .vertical-stack img,.photo-dump-card .extra-wrapper img{object-fit:cover;height:auto;width:100%}.extra-wrapper{position:relative;width:100%;height:100%}.extra-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.extra-overlay{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#fff;border-radius:inherit}.video-wrapper{position:relative;width:100%;border:none;overflow:hidden}.video-card{width:100%;border-radius:12px;overflow:hidden;position:relative}.video-card video{width:100%;height:auto;display:block;object-fit:cover}.playarrow-icon{color:#fff;filter:none;flex-shrink:0}.mute-toggle-btn{position:absolute;bottom:8px;right:8px;background:#0006;padding:6px;border:none;border-radius:50%;cursor:pointer;outline:none;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.video-card:hover .mute-toggle-btn{opacity:1}.mute-toggle-btn:focus{outline:none;box-shadow:none}.loading-indicator,.feed-status{display:flex;align-items:center;justify-content:center;padding:40px 20px;min-height:200px}.no-content-message,.feed-empty{color:#fff6;font-size:.9rem}.feed-loading-more{display:flex;justify-content:center;padding:20px 0}.feed-end-message{text-align:center;padding:24px 0 40px;font-size:.8rem;color:#ffffff4d}@media(prefers-color-scheme:light){.note-card{background-color:#fff;border-color:#e5e7eb}.note-username,.note-caption{color:#374151}.note-footer,.feed-empty{color:#9ca3af}.feed-end-message{color:#d1d5db}.content-card-wrapper:hover{box-shadow:0 6px 20px #0000001a}.photo-card-skeleton{background:linear-gradient(110deg,#f0f0f0 30%,#e0e0e0,#f0f0f0 70%);background-size:200% 100%}}@media(prefers-color-scheme:dark){.photo-dump-card{background-color:#000}}.reel-container{height:100vh;width:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#000}.reel-container::-webkit-scrollbar{display:none}.reel-item{height:100vh;scroll-snap-align:start;display:flex;justify-content:center;align-items:center}.reel-loading{display:flex;align-items:center;justify-content:center}.reel-card-wrapper{display:flex;align-items:flex-end;gap:12px;height:95vh;max-height:900px}.reel-card{position:relative;height:100%;width:100%;max-width:420px;min-width:320px;border-radius:16px;overflow:hidden;background:#111;cursor:pointer;flex-shrink:0}.reel-video{width:100%;height:100%;object-fit:cover;display:block}.reel-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff26;z-index:5}.reel-progress-fill{height:100%;background:#fff;transition:width .25s linear;border-radius:0 2px 2px 0}.reel-top-controls{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center;z-index:4}.reel-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:none;color:#fff;cursor:pointer;transition:background .2s}.reel-icon-btn:hover{background:#0000008c}.reel-ad-badge{font-size:.7rem;font-weight:700;color:#fff;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px 12px;border-radius:20px}.reel-menu-backdrop{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center}.reel-menu{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:6px;min-width:160px;box-shadow:0 8px 24px #00000080}.reel-menu button{display:block;width:100%;text-align:left;padding:10px 14px;border:none;border-radius:8px;background:none;color:#e0e0e0;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s}.reel-menu button:hover{background:#ffffff14}.reel-menu-danger{color:#ef4444!important}.reel-menu-danger:hover{background:#ef44441a!important}.reel-play-indicator{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:none;animation:reelFadeIn .15s ease}.reel-play-indicator svg{opacity:.7;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.reel-heart-burst{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:6;pointer-events:none;animation:heartBurst .8s ease forwards}@keyframes heartBurst{0%{transform:scale(0);opacity:0}15%{transform:scale(1.3);opacity:1}30%{transform:scale(.95);opacity:1}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:0}}.reel-creator{position:absolute;bottom:12px;left:12px;right:12px;z-index:4}.reel-creator-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;cursor:pointer}.reel-creator-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3);flex-shrink:0}.reel-creator-name{font-size:.9rem;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.reel-caption-wrap{max-width:85%}.reel-caption{font-size:.8rem;font-weight:400;color:#ffffffe6;text-shadow:0 1px 3px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;text-align:left;margin:0}.reel-caption-expanded{-webkit-line-clamp:unset;display:block}.reel-caption-more{background:none;border:none;color:#fff9;font-size:.75rem;font-weight:600;cursor:pointer;padding:2px 0 0}.reel-caption-more:hover{color:#fff}.reel-audio-row{display:flex;align-items:center;gap:6px;margin-top:8px;color:#ffffffa6}.reel-audio-text{font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.reel-tip-btn{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:6px 14px;border-radius:20px;border:1px solid rgba(135,206,235,.35);background:#87ceeb1f;color:#87ceeb;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reel-tip-btn:hover{background:#87ceeb38}.reel-actions{display:flex;flex-direction:column;align-items:center;gap:4px;padding-bottom:16px;flex-shrink:0}.reel-action-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px;background:none;border:none;color:#fff;cursor:pointer;border-radius:12px;transition:background .2s,transform .15s}.reel-action-btn:hover{background:#ffffff0f}.reel-action-btn:active{transform:scale(.9)}.reel-action-btn span{font-size:.7rem;font-weight:600;color:#ffffffb3}.reel-action-liked svg{animation:likePopIn .3s ease}.reel-action-saved svg{animation:likePopIn .3s ease}@keyframes likePopIn{0%{transform:scale(.5)}60%{transform:scale(1.25)}to{transform:scale(1)}}.reel-nav{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:10}.reel-nav-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.08);color:#fff;cursor:pointer;transition:background .2s,transform .15s}.reel-nav-btn:hover:not(:disabled){background:#ffffff2e}.reel-nav-btn:active:not(:disabled){transform:scale(.92)}.reel-nav-btn:disabled{opacity:.25;cursor:default}.reel-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(transparent,#0009);pointer-events:none;z-index:3}@keyframes reelFadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.reel-card-wrapper{flex-direction:column;align-items:center;gap:0;height:100vh;max-height:none}.reel-card{max-width:100%;min-width:0;width:100%;border-radius:0;height:100%}.reel-actions{position:absolute;right:8px;bottom:80px;z-index:5;padding-bottom:0}.reel-action-btn{padding:8px}.reel-nav{display:none}}@media(prefers-color-scheme:light){.reel-action-btn{color:#fff}.reel-action-btn span{color:#ffffffb3}.reel-nav-btn{background:#00000014;border-color:#0000000f;color:#333}.reel-nav-btn:hover:not(:disabled){background:#00000024}.page-container:has(.reel-container) .sidebar{background:#000;border-right-color:#5e5e5e94}.page-container:has(.reel-container) .sidebar-link{color:#ffffff8c}.page-container:has(.reel-container) .sidebar-link:hover{background-color:#ffffff0f;color:#ffffffd9}.page-container:has(.reel-container) .sidebar-link.active{color:#fff}.page-container:has(.reel-container) .sidebar-profile-name{color:#fff}.page-container:has(.reel-container) .sidebar-profile-username{color:#ffffff8c}.page-container:has(.reel-container) .sidebar-footer{border-top-color:#5e5e5e94}.page-container:has(.reel-container) .logo-home{filter:brightness(0) saturate(100%) invert(1)}.page-container:has(.reel-container) .popover-panel-inside{background:#1a1a1a;border-color:#ffffff1a;box-shadow:none}.page-container:has(.reel-container) .popover-item{color:#ffffffd9}}#root{min-height:100vh;width:100%;margin:0;padding:0;text-align:left;display:flex;flex-direction:column;background:transparent}.page-wrapper{height:100vh;width:100%;margin:0;padding:0}.page-container{display:flex;min-height:100vh;padding:0;margin:0;background:transparent}.main-content{margin-left:200px;flex:1;min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box;min-width:0}.sidebar{display:flex;flex-direction:column;justify-content:space-between;width:200px;height:100vh;border-right:1px solid var(--app-border);box-sizing:border-box;position:fixed;top:0;left:0;padding:.9rem .75rem;z-index:100;overflow:hidden;background:#050608e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.logo-wrapper{display:flex;justify-content:flex-start;align-items:center;padding:.2rem .35rem 1rem}.logo{height:10em;padding:.3em;will-change:filter;transition:filter .3s;filter:brightness(0) saturate(100%) invert(0)}.logo-popover{height:5em;width:5em;will-change:filter;transition:filter .3s;filter:brightness(0) saturate(100%) invert(0)}.logo-home{width:7em;margin-top:.1em;margin-left:0;padding:.05rem 0rem;display:block;will-change:filter;transition:filter .3s;filter:brightness(0) saturate(100%) invert(0)}.logo-launch{display:flex;position:relative;width:8%;top:40%;padding:.3em;will-change:filter;transition:filter .3s;filter:brightness(0) saturate(100%) invert(1)}.splash-screen{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:#87ceeb;position:fixed;top:0;left:0;z-index:9999}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}@keyframes bounceScale{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.input-field{height:1.5em;width:20em;border-radius:10px;border:1px solid transparent;border-color:#000;padding:.6em .5em;margin-bottom:1rem;font-size:1em;font-weight:500;font-family:inherit;background-color:#87cfeb00;cursor:pointer;transition:border-color .25s}.card{padding:2em}.read-the-docs{color:#888}.link-text{color:#007bff;cursor:pointer;text-decoration:underline}.homepage{max-height:100vh;padding:18px clamp(14px,2vw,28px) 28px;scroll-behavior:smooth;overscroll-behavior:contain;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.new-content-banner{position:sticky;top:16px;left:50%;transform:translate(-50%);background-color:var(--app-accent);color:#000;font-weight:600;font-size:.85rem;padding:8px 20px;border:none;border-radius:20px;box-shadow:0 4px 12px #87ceeb4d;cursor:pointer;z-index:100;transition:all .2s ease;display:block;width:fit-content;margin:0 auto 12px}.new-content-banner:hover{background-color:#6cc0df;transform:translate(-50%) translateY(-1px);box-shadow:0 6px 16px #87ceeb66}.feed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.three-dot-wrapper{display:flex;gap:6px;padding:5px}.dot{width:10px;height:10px;background-color:#87ceeb;border-radius:50%;animation:bounceScale 1s ease-in-out infinite}@media(max-width:1024px){.main-mobile-content{min-height:100dvh;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;background:transparent}.main-mobile-shell{flex:1;min-height:0;padding-bottom:var(--mobile-nav-space)}.mob-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:52px;width:100%;padding:8px 16px;margin:0;position:sticky;top:0;z-index:12;background:#050608db;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--app-border)}.logo-wrapper{display:none}.homepage{height:100%;max-height:none;padding:0 0 calc(var(--mobile-nav-space) + 12px);margin:0}body{height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0;padding:0}html{min-height:100%;overflow:auto;margin:0;padding:0}.app-container{align-items:center;align-content:center;margin:0 auto}.logo-launch{width:30%}}@media(prefers-color-scheme:light){.sidebar{background:#ffffffeb;border-right-color:#e5e7eb}.mob-header{background:#ffffffeb;border-bottom-color:#e5e7eb}.input-field{border-color:#000}}@media(prefers-color-scheme:dark){.logo,.logo-home,.logo-popover{filter:brightness(0) saturate(100%) invert(1)}.sidebar{border-right:1px solid var(--app-border)}.input-field{border-color:#fdfdfd}}.poll-card{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:16px;background-color:#111}.poll-header{margin-bottom:12px}.poll-creator{display:flex;align-items:center;gap:6px;cursor:pointer}.poll-creator-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.poll-creator-name{font-size:.875rem;font-weight:500;color:#fff}.poll-question{font-size:1rem;font-weight:600;color:#fff;margin-bottom:14px;text-align:left}.poll-options{display:flex;flex-direction:column;gap:8px}.poll-option{position:relative;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;font-size:.875rem;cursor:pointer;overflow:hidden;transition:border-color .2s;text-align:left}.poll-option-active:hover{border-color:#87ceeb}.poll-option-voted{cursor:default}.poll-option-selected{border-color:#87ceeb}.poll-option-text{position:relative;z-index:1}.poll-option-percentage{position:relative;z-index:1;font-weight:600;font-size:.8rem;color:#fffc}.poll-option-bar{position:absolute;left:0;top:0;bottom:0;background-color:#87ceeb26;border-radius:8px;transition:width .4s ease}.poll-option-selected .poll-option-bar{background-color:#87ceeb40}.poll-footer{margin-top:10px;font-size:.75rem;color:#ffffff80}.recommended-card{width:100%;overflow:hidden;box-sizing:border-box}.recommended-title{font-size:.8rem;font-weight:600;color:#fff9;margin:0 0 10px 2px;text-align:left}.recommended-scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.recommended-scroll::-webkit-scrollbar{display:none}.recommended-user-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 12px;min-width:120px;max-width:130px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#111;scroll-snap-align:start;flex-shrink:0;box-sizing:border-box}.recommended-card-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;cursor:pointer;flex-shrink:0}.recommended-card-info{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%}.recommended-card-name-row{display:flex;align-items:center;gap:3px;cursor:pointer;max-width:100%}.recommended-card-username{font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommended-card-fullname{font-size:.7rem;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(prefers-color-scheme:light){.recommended-title{color:#00000080}.recommended-user-card{border-color:#e5e7eb;background:#fff}.recommended-card-username{color:#111}.recommended-card-fullname{color:#0006}}.category-card{position:relative;width:100%;border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:16 / 9}.category-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.category-overlay{position:absolute;inset:0;background:linear-gradient(transparent 40%,#000000b3);display:flex;align-items:flex-end;padding:10px 12px}.category-label{font-size:.875rem;font-weight:600;color:#fff}.feed-tabs{display:inline-flex;gap:4px;padding:3px;margin:0 0 16px 4px;position:sticky;top:8px;z-index:10;background:#ffffff0f;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.feed-tab{padding:7px 20px;text-align:center;font-size:.825rem;font-weight:500;color:#ffffff80;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.feed-tab:hover{color:#fffc;background:#ffffff0d}.feed-tab-active{color:#fff;background:#ffffff1a;font-weight:600}@media(max-width:1024px){.feed-tabs{margin:8px 12px 12px}}.cat-feed-page{height:100vh;overflow-y:auto;scrollbar-width:none;padding:0 12px 40px}.cat-feed-page::-webkit-scrollbar{display:none}.cat-feed-header{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;position:sticky;top:0;z-index:10;background:#000}.cat-feed-back{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#ffffff0f;color:#fff;cursor:pointer}.cat-feed-back:hover{background:#ffffff1a}.cat-feed-title-section{display:flex;align-items:center;gap:10px}.cat-feed-thumb{width:28px;height:28px;border-radius:6px;object-fit:cover}.cat-feed-title{font-size:1rem;font-weight:700;color:#fff;margin:0}.cat-feed-tags{display:flex;flex-wrap:wrap;gap:6px;padding:0 4px 14px}.cat-feed-tag{padding:4px 12px;background:#87ceeb1a;color:#87ceeb;font-size:.8rem;font-weight:500;border-radius:100px}.cat-feed-content{min-height:200px}.cat-feed-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:12px;color:#fff6;font-size:.9rem}.cat-feed-empty button{padding:8px 20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:none;color:#fff;cursor:pointer}@media(prefers-color-scheme:light){.cat-feed-header{background:#fff}.cat-feed-back{background:#0000000a;color:#111}.cat-feed-title{color:#111}.cat-feed-tag{background:#0095f614;color:#0095f6}.cat-feed-empty{color:#9ca3af}}@media(prefers-color-scheme:light){.feed-tabs{background:#0000000a;border-color:#0000000f}.feed-tab{color:#00000073}.feed-tab:hover{color:#000000b3;background:#0000000a}.feed-tab-active{color:#000;background:#fff;box-shadow:0 1px 3px #00000014}}.explore-container{display:flex;min-height:100%;height:100vh;width:100%;overflow:hidden}.explore-main{flex:1;display:flex;flex-direction:column;padding:18px 22px 28px;box-sizing:border-box;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.explore-main::-webkit-scrollbar{display:none}.explore-search-bar{display:flex;flex-direction:row;align-items:center;gap:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:0 18px;height:44px;min-height:44px;max-width:480px;margin-bottom:20px;transition:border-color .2s,box-shadow .2s;flex-shrink:0}.explore-search-bar:focus-within{border-color:#87ceeb;box-shadow:0 0 0 3px #87ceeb1f}.explore-search-icon{color:#fff6;flex-shrink:0;width:18px;height:18px}.explore-search-input{background:transparent;border:none;outline:none;box-shadow:none;-webkit-appearance:none;width:100%;height:100%;font-size:.9rem;font-weight:400;color:#fff;font-family:inherit}.explore-search-input:focus{outline:none;box-shadow:none}.explore-search-input::placeholder{color:#ffffff4d;font-weight:400}.explore-search-clear{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff1a;border:none;color:#fff9;cursor:pointer;flex-shrink:0;transition:background .15s}.explore-search-clear:hover{background:#fff3;color:#fff}.explore-user-results{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}.explore-user-results::-webkit-scrollbar{display:none}.explore-user-chip{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:100px;cursor:pointer;flex-shrink:0;transition:background .15s}.explore-user-chip:hover{background:#ffffff1a}.explore-user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.explore-user-name{font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap;display:flex;align-items:center;gap:3px}.explore-section{margin-bottom:24px}.explore-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.explore-section-title{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#fff9}.explore-section-action{background:none;border:none;color:#87ceeb;font-size:.8rem;font-weight:500;cursor:pointer;padding:0}.explore-section-action:hover{text-decoration:underline}.explore-recent-list{display:flex;flex-wrap:wrap;gap:8px}.explore-recent-chip{padding:6px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:100px;color:#ffffffb3;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s}.explore-recent-chip:hover{background:#ffffff1a;color:#fff}.explore-creators-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.explore-creators-scroll::-webkit-scrollbar{display:none}.explore-creator-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 16px;min-width:100px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s}.explore-creator-card:hover{background:#ffffff0f;border-color:#ffffff26}.explore-creator-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.explore-creator-info{display:flex;align-items:center;gap:3px}.explore-creator-name{font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap}.explore-empty{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#ffffff59;font-size:.9rem}@media(max-width:768px){.explore-container{height:100%}.explore-main{padding:12px 14px calc(var(--mobile-nav-space) + 20px)}.explore-search-bar{margin-bottom:12px;max-width:none}}.explore-filter-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.explore-filter-tabs{display:flex;gap:6px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:0}.explore-filter-tab{background:none;border:none;padding:8px 14px;color:#ffffff8c;font-size:.88rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.explore-filter-tab:hover{color:#ffffffd9}.explore-filter-tab.active{color:#87ceeb;border-bottom-color:#87ceeb}.explore-sort{display:flex;align-items:center;gap:6px;color:#fff9;font-size:.82rem}.explore-sort-select{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:8px;padding:5px 8px;font-family:inherit;font-size:.82rem;cursor:pointer;outline:none}.explore-sort-select:focus{border-color:#87ceeb}.explore-advanced-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.04)}.explore-chip-group{display:flex;gap:6px;flex-wrap:wrap}.explore-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffffa6;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.explore-chip:hover{background:#ffffff17;color:#ffffffe6}.explore-chip.active{background:#87ceeb24;color:#87ceeb;border-color:#87ceeb40}.explore-tag-count{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;padding:1px 7px;border-radius:100px;background:#ffffff14;color:#ffffff8c;font-size:.68rem;font-weight:700}.explore-recent-chip-wrap{display:inline-flex;align-items:center;gap:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:100px;overflow:hidden}.explore-recent-chip-wrap .explore-recent-chip{background:none;border:none;border-radius:0;padding-right:6px}.explore-recent-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:4px;border-radius:50%;background:none;border:none;color:#ffffff80;cursor:pointer}.explore-recent-chip-remove:hover{background:#ffffff14;color:#fff}@media(prefers-color-scheme:light){.explore-search-bar{background:#f3f4f6;border-color:#e5e7eb}.explore-search-bar:focus-within{border-color:#87ceeb;box-shadow:0 0 0 3px #87ceeb26}.explore-search-icon{color:#9ca3af}.explore-search-input{color:#111}.explore-search-input::placeholder{color:#9ca3af}.explore-search-clear{background:#0000000f;color:#666}.explore-search-clear:hover{background:#0000001f;color:#333}.explore-user-chip{background:#f3f4f6;border-color:#e5e7eb}.explore-user-chip:hover{background:#e5e7eb}.explore-user-name{color:#111}.explore-section-title{color:#00000080}.explore-recent-chip{background:#f3f4f6;border-color:#e5e7eb;color:#555}.explore-recent-chip:hover{background:#e5e7eb;color:#111}.explore-creator-card{background:#fafafa;border-color:#e5e7eb}.explore-creator-card:hover{background:#f0f0f0;border-color:#d1d5db}.explore-creator-name{color:#111}.explore-empty{color:#9ca3af}.explore-filter-tabs{border-bottom-color:#e5e7eb}.explore-filter-tab{color:#11182780}.explore-filter-tab:hover{color:#111}.explore-filter-tab.active{color:#0095f6;border-bottom-color:#0095f6}.explore-sort{color:#1118278c}.explore-sort-select{background:#f3f4f6;border-color:#e5e7eb;color:#111}.explore-advanced-filters{border-bottom-color:#f3f4f6}.explore-chip{background:#f3f4f6;border-color:#e5e7eb;color:#1118278c}.explore-chip:hover{background:#e5e7eb;color:#111}.explore-chip.active{background:#0095f614;color:#0095f6;border-color:#0095f633}.explore-tag-count{background:#0000000f;color:#1118278c}.explore-recent-chip-wrap{background:#f3f4f6;border-color:#e5e7eb}.explore-recent-chip-remove{color:#666}.explore-recent-chip-remove:hover{background:#0000000f;color:#111}}.create-view{display:flex;flex-direction:column;width:100%;height:100vh;position:relative;overflow:hidden}.create-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.create-header-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff0f;color:#fff;cursor:pointer;transition:background .15s}.create-header-btn:hover{background:#ffffff1a}.create-header-title{font-size:1rem;font-weight:600;color:#fff}.create-header-next{padding:7px 20px;border:none;border-radius:8px;background:#87ceeb;color:#000;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s}.create-header-next:disabled{opacity:.35;cursor:not-allowed}.create-header-next:not(:disabled):hover{opacity:.85}.create-content{flex:1;overflow-y:auto;display:flex;align-items:center;justify-content:center;padding:16px}.create-bottom-bar{position:absolute;bottom:20px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none;z-index:10}.create-bottom-bar>*{pointer-events:auto}.create-floating-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#141414d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;box-shadow:0 4px 12px #00000040}.create-floating-btn:hover{background:#1e1e1ef2;border-color:#ffffff2e}.create-type-wrapper{position:relative}.create-type-dropdown{position:absolute;bottom:calc(100% + 8px);left:0;min-width:200px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:6px;box-shadow:0 8px 24px #00000080;z-index:20}.create-type-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;border-radius:8px;background:none;color:#ffffffb3;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s;text-align:left}.create-type-option:hover{background:#ffffff0f}.create-type-option-active{color:#87ceeb;background:#87ceeb14;font-weight:600}.creation-background-wrapper{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:1rem;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;cursor:default}.creation-background-wrapper.scrollable{overflow-y:auto}.creation-media-large{transform:scale(1.2);transition:transform .3s ease}button:disabled{opacity:.5;cursor:not-allowed}@media(prefers-color-scheme:light){.create-header{border-bottom-color:#e5e7eb}.create-header-btn{background:#0000000a;color:#111}.create-header-btn:hover{background:#00000014}.create-header-title{color:#111}.create-floating-btn{background:#ffffffe6;border-color:#e5e7eb;color:#111;box-shadow:0 4px 12px #00000014}.create-floating-btn:hover{background:#fff;border-color:#d1d5db}.create-type-dropdown{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 24px #0000001a}.create-type-option{color:#555}.create-type-option:hover{background:#f3f4f6}.create-type-option-active{color:#0095f6;background:#0095f60f}}.creation-area{width:100%;max-width:500px;display:flex;align-items:center;justify-content:center}.creation-note{width:100%;max-width:440px;min-height:280px;padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;display:flex;flex-direction:column;box-sizing:border-box;cursor:text;transition:border-color .2s,min-height .3s ease}.creation-note-focused{border-color:#87ceeb}.creation-note-maxed{animation:shake .4s}.creation-note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.creation-note-user{display:flex;align-items:center;gap:4px}.creation-note-username{font-size:.9rem;font-weight:600;color:#fff}.creation-note-count{font-size:.75rem;font-weight:500;font-variant-numeric:tabular-nums}.creation-note-textarea{flex:1;width:100%;font-size:1rem;font-weight:400;font-family:inherit;resize:none;border:none;outline:none;background:transparent;color:#fff;line-height:1.6}.creation-note-textarea::placeholder{color:#ffffff40}.creation-note-progress{height:3px;background:#ffffff0f;border-radius:2px;margin-top:10px;overflow:hidden}.creation-note-progress-fill{height:100%;border-radius:2px;transition:width .2s ease,background-color .3s}.creation-media-card{width:100%;max-width:380px;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1);background:#ffffff08;cursor:pointer}.creation-media-label{display:block;width:100%;height:100%;cursor:pointer}.creation-media-preview{width:100%;height:100%;object-fit:cover;display:block}.creation-media-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#ffffff4d;font-size:.85rem;font-weight:500;cursor:pointer}.creation-dump-card{width:100%;max-width:440px;min-height:300px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.creation-dump-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.creation-dump-item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden}.creation-dump-item img{width:100%;height:100%;object-fit:cover;display:block}.creation-dump-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#0009;color:#fff;border:none;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;opacity:0;transition:opacity .15s}.creation-dump-item:hover .creation-dump-remove{opacity:1}.creation-dump-add{aspect-ratio:1;border-radius:10px;border:1px dashed rgba(255,255,255,.15);background:none;color:#ffffff4d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s}.creation-dump-add:hover{border-color:#87ceeb;color:#87ceeb}.creation-dump-count{font-size:.8rem;color:#fff6;text-align:center}@media(prefers-color-scheme:light){.creation-note{border-color:#e5e7eb;background:#fff}.creation-note-focused{border-color:#87ceeb}.creation-note-username,.creation-note-textarea{color:#111}.creation-note-textarea::placeholder{color:#9ca3af}.creation-note-progress{background:#e5e7eb}.creation-media-card{border-color:#e5e7eb;background:#fafafa}.creation-media-placeholder{color:#9ca3af}.creation-dump-card{border-color:#e5e7eb;background:#fafafa}.creation-dump-add{border-color:#d1d5db;color:#9ca3af}.creation-dump-add:hover{border-color:#87ceeb;color:#87ceeb}.creation-dump-count{color:#9ca3af}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.cmt-overlay{position:fixed;inset:0;display:flex;justify-content:flex-end;background:#00000080;z-index:950}.cmt-panel{width:100%;max-width:420px;height:100%;background:#111;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000004d}.cmt-header{display:flex;align-items:center;gap:8px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.cmt-title{font-size:1rem;font-weight:700;color:#fff;margin:0}.cmt-count{font-size:.8rem;color:#ffffff59;font-weight:500}.cmt-close{margin-left:auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#ffffff0f;color:#fff9;cursor:pointer;transition:background .15s}.cmt-close:hover{background:#ffffff1a}.cmt-list{flex:1;overflow-y:auto;padding:12px 16px;scrollbar-width:none}.cmt-list::-webkit-scrollbar{display:none}.cmt-empty{text-align:center;padding:40px 20px;color:#ffffff4d;font-size:.85rem}.cmt-item{margin-bottom:4px}.cmt-row{display:flex;gap:10px;padding:8px 0}.cmt-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;cursor:pointer}.cmt-avatar-sm{width:26px;height:26px}.cmt-content{flex:1;min-width:0}.cmt-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cmt-username{font-size:.8rem;font-weight:600;color:#fff;cursor:pointer}.cmt-username:hover{text-decoration:underline}.cmt-time{font-size:.7rem;color:#ffffff4d}.cmt-body{font-size:.85rem;color:#fffc;line-height:1.45;margin:3px 0 0;word-break:break-word;text-align:left}.cmt-actions{display:flex;align-items:center;gap:12px;margin-top:6px}.cmt-like-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#fff6;font-size:.75rem;cursor:pointer;padding:2px 0;transition:color .15s}.cmt-like-btn:hover{color:#ffffffb3}.cmt-liked{color:#ff3b5c}.cmt-reply-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;color:#ffffff59;font-size:.75rem;font-weight:500;cursor:pointer;padding:2px 0;transition:color .15s}.cmt-reply-toggle:hover{color:#fff9}.cmt-replies{margin-left:42px;border-left:1px solid rgba(255,255,255,.06);padding-left:12px}.cmt-reply-row{padding:6px 0}.cmt-reply-form{display:flex;gap:8px;padding:8px 0}.cmt-form{display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.cmt-input{flex:1;padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:100px;background:#ffffff0a;color:#fff;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .2s}.cmt-input:focus{border-color:#87ceeb66}.cmt-input::placeholder{color:#ffffff40}.cmt-send{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:#87ceeb;color:#000;cursor:pointer;flex-shrink:0;transition:opacity .15s}.cmt-send:disabled{opacity:.3;cursor:not-allowed}.cmt-send:not(:disabled):hover{opacity:.85}@media(prefers-color-scheme:light){.cmt-panel{background:#fff;box-shadow:-4px 0 24px #0000001a}.cmt-header{border-bottom-color:#f3f4f6}.cmt-title{color:#111}.cmt-count{color:#9ca3af}.cmt-close{background:#0000000a;color:#666}.cmt-empty{color:#9ca3af}.cmt-username{color:#111}.cmt-time{color:#9ca3af}.cmt-body{color:#333}.cmt-like-btn{color:#9ca3af}.cmt-like-btn:hover{color:#555}.cmt-reply-toggle{color:#9ca3af}.cmt-replies{border-left-color:#e5e7eb}.cmt-form{border-top-color:#f3f4f6}.cmt-input{background:#f3f4f6;border-color:#e5e7eb;color:#111}.cmt-input::placeholder{color:#9ca3af}}@media(max-width:768px){.cmt-panel{max-width:100%}}.col-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:950}.col-modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:380px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px #00000080}.col-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.col-modal-title{font-size:1rem;font-weight:700;color:#fff;margin:0}.col-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#ffffff0f;color:#fff9;cursor:pointer}.col-modal-close:hover{background:#ffffff1a}.col-modal-list{flex:1;overflow-y:auto;padding:8px;scrollbar-width:none}.col-modal-list::-webkit-scrollbar{display:none}.col-modal-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:none;border-radius:10px;background:none;cursor:pointer;transition:background .15s;text-align:left}.col-modal-item:hover{background:#ffffff0a}.col-modal-item-selected{background:#87ceeb0f}.col-modal-item-left{display:flex;align-items:center;gap:12px;min-width:0}.col-modal-item-cover{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}.col-modal-item-cover-empty{background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:#ffffff40}.col-modal-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.col-modal-item-name{font-size:.875rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-modal-item-count{font-size:.75rem;color:#fff6}.col-modal-check{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.col-modal-check-active{background:#87ceeb;border-color:#87ceeb;color:#000}.col-modal-empty{padding:24px;text-align:center;color:#ffffff59;font-size:.85rem}.col-modal-new{display:flex;align-items:center;gap:8px;padding:12px 18px;border:none;border-top:1px solid rgba(255,255,255,.06);background:none;color:#87ceeb;font-size:.875rem;font-weight:600;cursor:pointer;width:100%;text-align:left;transition:background .15s}.col-modal-new:hover{background:#87ceeb0f}.col-modal-create{padding:12px 18px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px}.col-modal-create-input{padding:9px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a;color:#fff;font-size:.875rem;font-family:inherit;outline:none}.col-modal-create-input:focus{border-color:#87ceeb}.col-modal-create-input::placeholder{color:#ffffff40}.col-modal-create-private{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#fff9;cursor:pointer}.col-modal-create-private input{accent-color:#87ceeb}.col-modal-create-actions{display:flex;gap:8px;justify-content:flex-end}.col-modal-create-cancel{padding:6px 14px;border:none;border-radius:8px;background:none;color:#ffffff80;font-size:.8rem;cursor:pointer}.col-modal-create-btn{padding:6px 16px;border:none;border-radius:8px;background:#87ceeb;color:#000;font-size:.8rem;font-weight:600;cursor:pointer}.col-modal-create-btn:disabled{opacity:.35;cursor:not-allowed}.col-modal-footer{padding:12px 18px;border-top:1px solid rgba(255,255,255,.06)}.col-modal-save{width:100%;padding:10px;border:none;border-radius:10px;background:#87ceeb;color:#000;font-size:.875rem;font-weight:600;cursor:pointer}.col-modal-save:disabled{opacity:.35;cursor:not-allowed}.col-detail{height:100vh;overflow-y:auto;scrollbar-width:none;padding:0 12px 40px}.col-detail::-webkit-scrollbar{display:none}.col-detail-header{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;position:sticky;top:0;z-index:10;background:#000}.col-detail-back{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#ffffff0f;color:#fff;cursor:pointer}.col-detail-back:hover{background:#ffffff1a}.col-detail-title-section{display:flex;flex-direction:column;align-items:center;gap:2px}.col-detail-title{font-size:1rem;font-weight:700;color:#fff;margin:0;display:flex;align-items:center;gap:6px}.col-detail-count{font-size:.75rem;color:#fff6}.col-detail-delete{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:none;color:#fff6;cursor:pointer;transition:color .15s}.col-detail-delete:hover{color:#ef4444}.col-detail-content{min-height:200px}.col-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:12px;color:#fff6;font-size:.9rem}.col-detail-empty button{padding:8px 20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:none;color:#fff;cursor:pointer}@media(prefers-color-scheme:light){.col-modal{background:#fff;border-color:#e5e7eb;box-shadow:0 16px 48px #00000026}.col-modal-title{color:#111}.col-modal-close{background:#0000000a;color:#666}.col-modal-item:hover{background:#f3f4f6}.col-modal-item-selected{background:#87ceeb0f}.col-modal-item-cover-empty{background:#f3f4f6;color:#9ca3af}.col-modal-item-name{color:#111}.col-modal-item-count{color:#9ca3af}.col-modal-check{border-color:#d1d5db}.col-modal-create-input{background:#f9fafb;border-color:#e5e7eb;color:#111}.col-modal-create-input::placeholder{color:#9ca3af}.col-detail-header{background:#fff}.col-detail-back{background:#0000000a;color:#111}.col-detail-title{color:#111}.col-detail-count{color:#9ca3af}}.report-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}.report-sheet{background:#1a1a1a;border-radius:16px;width:90%;max-width:420px;max-height:85vh;overflow-y:auto;padding:0;animation:slideUp .2s ease}.report-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #2a2a2a}.report-header h3{margin:0;font-size:16px;font-weight:700;color:#fff}.report-close-btn{background:none;border:none;color:#888;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center}.report-close-btn:hover{color:#fff;background:#333}.report-subtitle{font-size:13px;color:#888;font-weight:500;padding:14px 20px 8px;margin:0}.report-reasons{padding:0 8px 4px}.report-reason-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 12px;background:none;border:none;border-bottom:1px solid #222;color:#e5e5e5;font-size:14px;cursor:pointer;text-align:left;border-radius:0}.report-reason-row:last-child{border-bottom:none}.report-reason-row:hover{background:#222}.report-reason-active{color:#fff}.report-radio{width:20px;height:20px;border-radius:50%;border:2px solid #555;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-radio-filled{border-color:#87ceeb}.report-radio-dot{width:10px;height:10px;border-radius:50%;background:#87ceeb}.report-details{display:block;width:calc(100% - 40px);margin:0 20px 12px;padding:12px;background:#252525;border:1px solid #333;border-radius:10px;color:#fff;font-size:14px;font-family:inherit;resize:none}.report-details::placeholder{color:#666}.report-details:focus{outline:none;border-color:#87ceeb}.report-submit{display:block;width:calc(100% - 40px);margin:8px 20px 20px;padding:13px;background:#ff3b30;color:#fff;border:none;border-radius:24px;font-size:15px;font-weight:700;cursor:pointer}.report-submit:hover:not(:disabled){background:#e0342a}.report-submit:disabled{opacity:.4;cursor:not-allowed}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-color-scheme:light){.report-sheet{background:#fff;box-shadow:0 8px 40px #00000026}.report-header{border-bottom-color:#f0f0f0}.report-header h3{color:#111}.report-reason-row{color:#333;border-bottom-color:#f0f0f0}.report-reason-row:hover{background:#f8f8f8}.report-reason-active{color:#000}.report-radio{border-color:#ccc}.report-details{background:#f5f5f5;border-color:#e0e0e0;color:#111}.report-details::placeholder{color:#999}}.quote-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}.quote-sheet{background:#1a1a1a;border-radius:16px;width:90%;max-width:440px;padding:0;overflow:hidden;animation:slideUp .2s ease}.quote-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #2a2a2a}.quote-header h3{margin:0;font-size:16px;font-weight:700;color:#fff}.quote-close{background:none;border:none;color:#888;cursor:pointer;padding:4px;border-radius:50%;display:flex}.quote-close:hover{color:#fff;background:#333}.quote-quick-repost{display:flex;align-items:center;gap:10px;width:calc(100% - 40px);margin:14px 20px 0;padding:12px 16px;background:#252525;border:1px solid #333;border-radius:12px;color:#87ceeb;font-size:14px;font-weight:600;cursor:pointer}.quote-quick-repost:hover:not(:disabled){background:#2a2a2a}.quote-quick-repost:disabled{opacity:.5;cursor:not-allowed}.quote-divider{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#666;font-size:12px}.quote-divider:before,.quote-divider:after{content:"";flex:1;height:1px;background:#2a2a2a}.quote-preview{margin:0 20px;padding:10px;border:1px solid #2a2a2a;border-radius:10px;background:#151515}.quote-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.quote-preview-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.quote-preview-username{font-size:12px;font-weight:600;color:#ccc}.quote-preview-media{width:100%;max-height:140px;object-fit:cover;border-radius:8px;margin-bottom:6px}.quote-preview-caption{margin:0;font-size:12px;color:#999;line-height:1.4}.quote-input{display:block;width:calc(100% - 40px);margin:12px 20px 0;padding:12px;background:#252525;border:1px solid #333;border-radius:10px;color:#fff;font-size:14px;font-family:inherit;resize:none}.quote-input::placeholder{color:#666}.quote-input:focus{outline:none;border-color:#87ceeb}.quote-submit{display:block;width:calc(100% - 40px);margin:12px 20px 20px;padding:12px;background:#87ceeb;color:#000;border:none;border-radius:24px;font-size:14px;font-weight:700;cursor:pointer}.quote-submit:hover:not(:disabled){background:#6bc0db}.quote-submit:disabled{opacity:.4;cursor:not-allowed}@media(prefers-color-scheme:light){.quote-sheet{background:#fff;box-shadow:0 8px 40px #00000026}.quote-header{border-bottom-color:#f0f0f0}.quote-header h3{color:#111}.quote-quick-repost{background:#f8f8f8;border-color:#e5e5e5}.quote-divider{color:#bbb}.quote-divider:before,.quote-divider:after{background:#e5e5e5}.quote-preview{border-color:#e5e5e5;background:#fafafa}.quote-preview-username{color:#333}.quote-preview-caption{color:#666}.quote-input{background:#f5f5f5;border-color:#e0e0e0;color:#111}}.tip-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tip-modal{background:#181818;border-radius:16px;padding:28px 24px;width:100%;max-width:400px;position:relative;animation:tipModalIn .2s ease-out}@keyframes tipModalIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.tip-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#888;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .15s}.tip-modal-close:hover{color:#fff}.tip-modal-header{display:flex;align-items:center;gap:8px;padding-bottom:16px;border-bottom:1px solid #2a2a2a}.tip-header-icon{color:#87ceeb}.tip-modal-header h3{font-size:17px;font-weight:700;color:#fff;margin:0}.tip-pill-row{display:flex;justify-content:center;gap:10px;padding:20px 0;flex-wrap:wrap}.tip-pill{padding:10px 18px;border-radius:20px;border:none;background:#2a2a2a;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s}.tip-pill:hover{background:#333}.tip-pill-active{background:#87ceeb!important;color:#fff}.tip-message-input{width:100%;font-size:15px;border-radius:12px;padding:12px 14px;margin-bottom:16px;background:#2a2a2a;color:#fff;border:none;outline:none;box-sizing:border-box}.tip-message-input::placeholder{color:#888}.tip-send-btn{width:100%;background:#87ceeb;border:none;border-radius:12px;padding:14px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:opacity .15s}.tip-send-btn:disabled{opacity:.4;cursor:not-allowed}.tip-send-btn:not(:disabled):hover{opacity:.9}.tip-spinner{animation:tipSpin .8s linear infinite}@keyframes tipSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tip-success{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 0}.tip-success-icon{width:64px;height:64px;border-radius:50%;background:#87ceeb;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:8px}.tip-success h3{font-size:20px;font-weight:700;color:#fff;margin:0}.tip-success p{font-size:14px;color:#888;margin:0}.setting-container{display:flex;min-height:100vh;width:100%;align-items:stretch;box-sizing:border-box}.setting-sidebar{width:300px;flex-shrink:0;border-right:1px solid var(--app-border);padding:16px 12px;box-sizing:border-box;position:sticky;top:0;align-self:flex-start;height:100vh;z-index:10;scrollbar-width:none}.setting-sidebar::-webkit-scrollbar{display:none}.setting-main-column{flex:1;min-width:0;display:flex;flex-direction:column}.setting-mobile-nav{display:none}.setting-right{flex:1;height:100vh;overflow-y:auto;padding:28px 32px 36px;box-sizing:border-box;width:100%;scrollbar-width:none}.setting-right::-webkit-scrollbar{display:none}.setting-nav{display:flex;flex-direction:column;justify-content:space-between;height:100%}.setting-nav-header{margin-bottom:18px;padding:8px 8px 6px}.setting-nav-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:6px}.setting-nav-title{margin:0;font-size:1.5rem;line-height:1.1;color:#fff}.setting-nav-links{display:flex;flex-direction:column;gap:4px}.setting-link{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:500;cursor:pointer;padding:10px 12px;border-radius:10px;text-align:left;text-decoration:none;transition:background-color .15s,color .15s;color:#ffffff8c;border:none;background:none;width:100%}.setting-link:hover{background-color:#ffffff0f;color:#ffffffe6}.setting-link.active{color:#fff;font-weight:600;background-color:#ffffff14}.setting-link-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.setting-link-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.setting-link-chevron{color:#fff3;flex-shrink:0;opacity:0;transition:opacity .15s}.setting-link:hover .setting-link-chevron,.setting-link.active .setting-link-chevron{opacity:1}.setting-link-danger{color:#ef4444;margin-top:8px}.setting-link-danger:hover{background-color:#ef444414;color:#ef4444}.setting-promo-card{margin-top:20px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08;display:flex;flex-direction:column;gap:8px}.setting-promo-title{font-size:.95rem;font-weight:700;color:#fff}.setting-promo-desc{font-size:.8rem;color:#ffffff73;line-height:1.5}.setting-promo-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#87ceeb;color:#000;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:opacity .15s}.setting-promo-btn:hover{opacity:.85}.setting-footer{margin-top:auto;padding-top:16px}.setting-footer-links{display:flex;align-items:center;gap:0;flex-wrap:wrap}.setting-footer-links a{font-size:.7rem;color:#ffffff59;text-decoration:none;padding:2px 4px;transition:color .15s}.setting-footer-links a:hover{color:#fff9}.setting-footer-dot{width:2px;height:2px;border-radius:50%;background:#fff3}.setting-footer-copy{display:block;font-size:.65rem;color:#ffffff40;margin-top:6px;padding-left:4px}.setting-main-container{display:flex;flex-direction:column;max-width:600px}.setting-main{display:flex;flex-direction:column}.setting-form{display:flex;flex-direction:column;gap:1rem}.settings-screen{width:100%;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.settings-screen-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.settings-screen-copy{display:flex;flex-direction:column;gap:8px}.settings-screen-eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--app-accent);background:#87ceeb1f}.settings-screen-title{margin:0;font-size:clamp(1.6rem,3vw,2rem);line-height:1.05;color:#fff}.settings-screen-description{margin:0;max-width:560px;color:#ffffff8f;font-size:.95rem;line-height:1.65}.settings-screen-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.settings-screen-status{font-size:.82rem;font-weight:600;color:#ffffff8f}.settings-screen-status.success{color:#4ade80}.settings-screen-status.error{color:#f87171}.settings-screen-status.saving{color:var(--app-accent)}.settings-screen-body{display:flex;flex-direction:column;gap:18px}.settings-panel{border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#ffffff08;padding:20px}.settings-panel-header{margin-bottom:18px}.settings-panel-title{margin:0;font-size:1rem;font-weight:700;color:#fff}.settings-panel-description{margin:6px 0 0;color:#ffffff7a;font-size:.88rem;line-height:1.6}.settings-panel-body{display:flex;flex-direction:column;gap:10px}.settings-note{padding:14px 16px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#ffffff9e;font-size:.88rem;line-height:1.6}.settings-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-info-card{padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.settings-info-card.active{border-color:#87ceeb38;background:#87ceeb14}.settings-info-card-title{margin:0 0 6px;color:#fff;font-size:.9rem;font-weight:700}.settings-info-card-copy{margin:0;color:#ffffff8a;font-size:.84rem;line-height:1.55}.settings-option-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.settings-option-card.active{border-color:#87ceeb47;background:#87ceeb14}.settings-option-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.settings-option-title{margin:0;color:#fff;font-size:.94rem;font-weight:600}.settings-option-description{margin:0;color:#ffffff80;font-size:.84rem;line-height:1.6}.settings-radio-group{display:flex;flex-direction:column;gap:10px}.settings-radio-card{display:flex;align-items:center;gap:14px;width:100%;padding:16px;text-align:left;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.settings-radio-card.active{border-color:#87ceeb47;background:#87ceeb14}.settings-radio-copy{flex:1;min-width:0}.settings-radio-title{display:block;color:#fff;font-size:.94rem;font-weight:600}.settings-radio-description{display:block;margin-top:4px;color:#ffffff80;font-size:.84rem;line-height:1.55}.settings-radio-indicator{width:22px;height:22px;border-radius:999px;border:2px solid rgba(255,255,255,.24);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.settings-radio-indicator:after{content:"";width:10px;height:10px;border-radius:999px;background:transparent;transition:background-color .2s ease}.settings-radio-card.active .settings-radio-indicator{border-color:var(--app-accent)}.settings-radio-card.active .settings-radio-indicator:after{background:var(--app-accent)}.settings-stack,.settings-list{display:flex;flex-direction:column;gap:10px}.settings-list-row{display:flex;align-items:center;gap:14px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.settings-list-row.current{border-color:#87ceeb3d;background:#87ceeb14}.settings-list-icon{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0d;color:#ffffffb3;flex-shrink:0}.settings-list-copy{flex:1;min-width:0}.settings-list-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#fff;font-size:.92rem;font-weight:600}.settings-list-meta{margin-top:4px;color:#ffffff7a;font-size:.82rem;line-height:1.55}.settings-inline-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#87ceeb1f;color:var(--app-accent);font-size:.7rem;font-weight:700}.settings-danger-button{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:0 12px;border-radius:12px;background:#ef44441a;color:#f87171}.settings-text-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:12px;background:#ffffff0d;color:#fff;font-size:.84rem;font-weight:600}.settings-empty-state{padding:18px;border-radius:18px;border:1px dashed rgba(255,255,255,.12);color:#ffffff80;font-size:.88rem;line-height:1.6}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;text-decoration:none;color:#fff;font-size:.9rem;cursor:pointer;transition:background .15s,border-color .15s}.settings-row:hover{border-color:#ffffff24;background:#ffffff0d}.settings-title{font-weight:600;font-size:.95rem;color:#fff}.settings-subtitle{font-size:.8rem;color:#ffffff73;margin-top:2px}.privacy-toggle,.privacy-main{display:flex;align-items:center;justify-content:space-between;width:100%}.privacy-main{margin-top:1rem}.toggle-label{font-size:.95rem;font-weight:500;color:#fff}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1f;transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#87ceeb}input:checked+.slider:before{transform:translate(20px)}.change-button{padding:10px 24px;background-color:#87ceeb;color:#000;font-size:.9rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s;align-self:flex-start}.change-button:hover:not(:disabled){opacity:.85}.change-button:disabled{opacity:.35;cursor:not-allowed}.resources-container{display:flex;flex-direction:column;max-width:600px}.resources-header h1{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 4px}.resources-content{margin-top:16px}.legal-section{margin-top:20px}.legal-section h2{font-size:1rem;font-weight:600;color:#fff;margin-bottom:8px}.resources-footer{text-align:center;font-size:.8rem;color:#ffffff4d;margin-top:40px}.account-saved-wrapper{padding:0;max-width:600px}.account-saved-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.edit-profile{max-width:560px}.edit-profile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.edit-profile-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.edit-profile-save{display:flex;align-items:center;gap:6px;padding:8px 18px;border:none;border-radius:10px;background:#87ceeb;color:#000;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.edit-profile-save:disabled{opacity:.35;cursor:not-allowed}.edit-profile-save:not(:disabled):hover{opacity:.85}.edit-avatar-section{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:28px}.edit-avatar-wrapper{position:relative;width:88px;height:88px;border-radius:50%;overflow:hidden;cursor:pointer}.edit-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.edit-avatar-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .2s}.edit-avatar-wrapper:hover .edit-avatar-overlay{opacity:1}.edit-avatar-hint{font-size:.75rem;color:#ffffff59}.edit-fields{display:flex;flex-direction:column;gap:20px}.edit-field-group{display:flex;flex-direction:column;gap:6px}.edit-field-label{font-size:.8rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.03em}.edit-field-label-row{display:flex;justify-content:space-between;align-items:center}.edit-field-count{font-size:.75rem;font-weight:500;font-variant-numeric:tabular-nums}.edit-field-input{padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0a;color:#fff;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s}.edit-field-input:focus{border-color:#87ceeb}.edit-field-input::placeholder{color:#ffffff40}.edit-field-textarea{padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0a;color:#fff;font-size:.9rem;font-family:inherit;outline:none;resize:none;line-height:1.5;transition:border-color .2s}.edit-field-textarea:focus{border-color:#87ceeb}.edit-field-textarea::placeholder{color:#ffffff40}.edit-field-select{padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0a;color:#fff;font-size:.9rem;font-family:inherit;outline:none;cursor:pointer;appearance:auto}.edit-field-select option{background:#1a1a1a;color:#fff}.edit-bio-progress{height:3px;background:#ffffff0f;border-radius:2px;overflow:hidden}.edit-bio-progress-fill{height:100%;border-radius:2px;transition:width .2s ease,background-color .3s}.edit-links-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.edit-link-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:#ffffff0a}.edit-link-icon{color:#ffffff4d;flex-shrink:0}.edit-link-url{flex:1;font-size:.85rem;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-link-remove{display:flex;align-items:center;background:none;border:none;color:#ffffff59;cursor:pointer;padding:0;transition:color .15s}.edit-link-remove:hover{color:#ef4444}.edit-link-input-row{display:flex;gap:8px;align-items:center}.edit-link-input-row .edit-field-input{flex:1}.edit-link-add-btn{padding:7px 14px;border:none;border-radius:8px;background:#87ceeb;color:#000;font-size:.8rem;font-weight:600;cursor:pointer;flex-shrink:0}.edit-link-cancel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:#ffffff0f;color:#ffffff80;cursor:pointer;flex-shrink:0}.edit-add-link-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px dashed rgba(255,255,255,.12);border-radius:10px;background:none;color:#ffffff73;font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s;align-self:flex-start}.edit-add-link-btn:hover:not(:disabled){border-color:#87ceeb;color:#87ceeb}.edit-add-link-btn:disabled{opacity:.4;cursor:not-allowed}.edit-profile-url{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff08;font-size:.85rem;color:#fff9}.edit-copy-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:#ffffff0f;color:#ffffff80;cursor:pointer;transition:background .15s}.edit-copy-btn:hover{background:#ffffff1f;color:#fff}@media(prefers-color-scheme:light){.setting-sidebar{border-right-color:#e5e7eb}.setting-nav-eyebrow{color:#00000073}.setting-nav-title{color:#111}.setting-link{color:#00000080}.setting-link:hover{background-color:#0000000a;color:#111}.setting-link.active{color:#111;background-color:#0000000a}.setting-link-chevron{color:#00000026}.setting-promo-card{border-color:#e5e7eb;background:#fafafa}.setting-promo-title{color:#111}.setting-promo-desc{color:#666}.setting-footer-links a{color:#00000059}.setting-footer-links a:hover{color:#0009}.setting-footer-dot{background:#00000026}.setting-footer-copy{color:#00000040}.settings-screen-title,.settings-panel-title,.settings-option-title,.settings-radio-title,.settings-list-title{color:#111}.settings-screen-description,.settings-panel-description,.settings-note,.settings-info-card-copy,.settings-option-description,.settings-radio-description,.settings-list-meta,.settings-empty-state,.settings-screen-status{color:#1118279e}.settings-panel,.settings-note,.settings-info-card,.settings-option-card,.settings-radio-card,.settings-list-row,.settings-row{background:#fff;border-color:#e5e7eb}.settings-option-card.active,.settings-info-card.active,.settings-radio-card.active,.settings-list-row.current{background:#87ceeb14;border-color:#87ceeb3d}.settings-list-icon{background:#f3f4f6;color:#6b7280}.settings-inline-badge{background:#87ceeb29}.settings-text-button{background:#f3f4f6;color:#111}.settings-empty-state{border-color:#d1d5db}.settings-row,.settings-title{color:#111}.settings-subtitle{color:#999}.toggle-label{color:#111}.slider{background-color:#d1d5db}.resources-header h1,.legal-section h2,.edit-profile-title{color:#111}.edit-avatar-hint{color:#9ca3af}.edit-field-label{color:#00000073}.edit-field-input,.edit-field-textarea{background:#f9fafb;border-color:#e5e7eb;color:#111}.edit-field-input::placeholder,.edit-field-textarea::placeholder{color:#9ca3af}.edit-field-select{background:#f9fafb;border-color:#e5e7eb;color:#111}.edit-field-select option{background:#fff;color:#111}.edit-bio-progress{background:#e5e7eb}.edit-link-item{background:#f3f4f6}.edit-link-icon{color:#9ca3af}.edit-link-url{color:#555}.edit-add-link-btn{border-color:#d1d5db;color:#666}.edit-add-link-btn:hover:not(:disabled){border-color:#87ceeb;color:#87ceeb}.edit-profile-url{background:#f9fafb;border-color:#e5e7eb;color:#666}.edit-copy-btn{background:#0000000a;color:#666}}@media(max-width:1024px){.setting-sidebar{display:none}.setting-mobile-nav{display:block;position:sticky;top:0;z-index:12;padding:12px 16px 0;background:#050608e6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.setting-nav-mobile{gap:12px}.setting-nav-mobile .setting-nav-header{padding:0 4px;margin-bottom:12px}.setting-nav-mobile .setting-nav-links{flex-direction:row;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.setting-nav-mobile .setting-nav-links::-webkit-scrollbar{display:none}.setting-nav-mobile .setting-link{width:auto;min-width:max-content;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;gap:8px}.setting-nav-mobile .setting-link-danger{margin-top:0}.setting-nav-mobile .setting-link.active{border-color:#87ceeb3d;background:#87ceeb1f}.setting-nav-mobile .setting-link-icon{width:18px;height:18px}.setting-nav-mobile .setting-promo-card{margin-top:4px}.setting-nav-mobile .setting-footer{display:none}.setting-right{width:100%;height:auto;padding:20px 16px calc(var(--mobile-nav-space) + 24px)}.settings-screen-header{flex-direction:column;align-items:flex-start}.settings-info-grid{grid-template-columns:1fr}.settings-panel{padding:18px}.edit-profile-header{flex-direction:column;align-items:flex-start;gap:12px}}.monetization-container{max-width:600px;display:flex;flex-direction:column;gap:16px;padding-bottom:40px}.monet-card{background:#111;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;gap:8px}.monet-card.eligible{background:#0a1a2a}.monet-card.not-eligible{background:#1a1408}.monet-card-icon{margin-bottom:4px}.monet-card h2{font-size:20px;font-weight:700;color:#fff;margin:0}.monet-card p{font-size:14px;color:#888;text-align:center;line-height:20px;margin:0 0 8px}.monet-criteria-list{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:8px}.monet-criteria-row{display:flex;align-items:center;gap:10px}.monet-criteria-label{font-size:14px;font-weight:500;color:#888;flex:1}.monet-criteria-label.met{color:#fff}.monet-criteria-detail{font-size:11px;color:#666;margin-top:1px}.monet-onboard-btn{display:inline-flex;align-items:center;gap:8px;background:#87ceeb;padding:14px 28px;border-radius:14px;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;margin-top:8px;transition:opacity .15s}.monet-onboard-btn:hover{opacity:.9}.monet-onboard-btn:disabled{opacity:.5;cursor:not-allowed}.monet-refresh-btn{background:none;border:none;color:#87ceeb;font-size:13px;font-weight:600;cursor:pointer;margin-top:12px;padding:0}.monet-refresh-btn:hover{text-decoration:underline}.monet-balance-card{background:#0a1a2a;border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:6px}.monet-balance-label{font-size:13px;font-weight:500;color:#888}.monet-balance-amount{font-size:36px;font-weight:800;color:#fff}.monet-dashboard-btn{display:inline-flex;align-items:center;gap:6px;background:#87ceeb;padding:10px 20px;border-radius:12px;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px;transition:opacity .15s}.monet-dashboard-btn:hover{opacity:.9}.monet-setting-row{background:#1a1a1a;border-radius:14px;padding:16px;display:flex;align-items:center;justify-content:space-between}.monet-setting-info{display:flex;align-items:center;gap:12px;flex:1}.monet-setting-text{flex:1}.monet-setting-title{font-size:16px;font-weight:600;color:#fff}.monet-setting-sub{font-size:12px;color:#888;margin-top:2px}.monet-toggle{position:relative;width:44px;height:24px;background:#333;border-radius:12px;cursor:pointer;transition:background .2s;border:none;padding:0;flex-shrink:0}.monet-toggle.active{background:#87ceeb}.monet-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.monet-toggle.active .monet-toggle-thumb{transform:translate(20px)}.monet-sub-row{background:#1a1a1a;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.monet-price-row{display:flex;gap:8px;align-items:center}.monet-price-input-wrap{flex:1;display:flex;align-items:center;gap:4px;background:#252525;border-radius:10px;padding:10px 12px}.monet-price-input-wrap span{color:#888;font-size:16px;font-weight:600}.monet-price-input-wrap .monet-per-mo{font-size:13px;font-weight:400}.monet-price-input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:16px;font-weight:600;padding:0;min-width:0}.monet-price-input::placeholder{color:#555}.monet-price-save-btn{background:#87ceeb;padding:10px 18px;border-radius:10px;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s}.monet-price-save-btn:disabled{opacity:.4;cursor:not-allowed}.monet-price-save-btn:not(:disabled):hover{opacity:.9}.monet-section-title{font-size:12px;font-weight:600;color:#888;letter-spacing:.5px;margin-bottom:10px;margin-top:4px}.monet-tip-row{display:flex;align-items:center;gap:12px;padding:14px;background:#1a1a1a;border-radius:14px;margin-bottom:8px}.monet-tip-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#333}.monet-tip-info{flex:1;min-width:0}.monet-tip-user{font-size:14px;font-weight:600;color:#fff}.monet-tip-message{font-size:12px;color:#888;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monet-tip-amount{font-size:18px;font-weight:700;color:#4cd964;flex-shrink:0}.monet-loading{display:flex;justify-content:center;padding:40px 0}.monet-spinner{animation:monetSpin .8s linear infinite;color:#888}@keyframes monetSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.block-list{display:flex;flex-direction:column;gap:.8rem;padding-top:.5rem}.block-unblock-btn{min-width:90px}.upload-view{display:flex;flex-direction:column;height:100vh;width:100%;max-width:600px;margin:0 auto;overflow:hidden}.upload-view-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.upload-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff0f;color:#fff;cursor:pointer;transition:background .15s}.upload-back-btn:hover{background:#ffffff1a}.upload-view-title{font-size:1rem;font-weight:600;color:#fff}.upload-share-btn{padding:7px 20px;border:none;border-radius:8px;background:#87ceeb;color:#000;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s;min-width:70px;display:flex;align-items:center;justify-content:center}.upload-share-btn:disabled{opacity:.4;cursor:not-allowed}.upload-share-btn:not(:disabled):hover{opacity:.85}.upload-scroll{flex:1;overflow-y:auto;padding-bottom:40px;scrollbar-width:none}.upload-scroll::-webkit-scrollbar{display:none}.upload-preview-section{display:flex;align-items:center;justify-content:center;padding:16px}.upload-media-img{max-width:100%;max-height:400px;object-fit:contain;border-radius:14px}.upload-media-video{max-width:100%;max-height:400px;object-fit:contain;border-radius:14px;background:#000}.upload-dump-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;max-width:360px;border-radius:14px;overflow:hidden}.upload-dump-thumb{width:100%;aspect-ratio:1;object-fit:cover;display:block}.upload-note-preview{max-width:360px;width:100%;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:14px;font-size:1rem;line-height:1.6;color:#fffc;text-align:left}.upload-section{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.upload-caption{width:100%;min-height:80px;padding:12px;font-size:.9rem;font-family:inherit;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;resize:none;outline:none;box-sizing:border-box;line-height:1.5;transition:border-color .2s}.upload-caption:focus{border-color:#87ceeb}.upload-caption::placeholder{color:#ffffff40}.upload-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.upload-chip{display:flex;align-items:center;gap:6px;padding:5px 10px;background:#87ceeb1a;border-radius:100px;font-size:.825rem;font-weight:500;color:#87ceeb}.upload-chip-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#87ceeb;cursor:pointer;padding:0;opacity:.6;transition:opacity .15s}.upload-chip-remove:hover{opacity:1}.upload-inline-input{display:flex;align-items:center;gap:10px}.upload-inline-icon{color:#ffffff4d;flex-shrink:0}.upload-inline-field{flex:1;background:transparent;border:none;outline:none;font-size:.9rem;font-family:inherit;color:#fff;padding:6px 0}.upload-inline-field::placeholder{color:#ffffff40}.upload-inline-field:focus{outline:none;box-shadow:none}.upload-inline-invalid{color:#ef4444}.upload-field-error{font-size:.75rem;color:#ef4444;margin:4px 0 0 28px}.upload-settings{padding:4px 16px}.upload-setting-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.04);cursor:pointer;font-size:.9rem;color:#ffffffd9}.upload-setting-row:last-child{border-bottom:none}.upload-setting-left{display:flex;align-items:center;gap:12px}.upload-setting-icon{color:#ffffff80}.upload-switch{appearance:none;-webkit-appearance:none;width:42px;height:24px;border-radius:12px;background:#ffffff1f;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.upload-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s}.upload-switch:checked{background:#87ceeb}.upload-switch:checked:after{transform:translate(18px)}.upload-exclusive-options{display:flex;gap:8px;padding:0 0 14px}.upload-exclusive-pill{padding:7px 18px;border-radius:20px;border:none;font-size:.84rem;font-weight:600;cursor:pointer;background:#ffffff0f;color:#fff9;transition:background .15s,color .15s}.upload-exclusive-pill:hover{background:#ffffff1a;color:#ffffffd9}.upload-exclusive-pill.active{background:#87ceeb;color:#fff}.upload-schedule-row{cursor:default}.upload-schedule-info{display:flex;flex-direction:column;gap:2px}.upload-schedule-date{font-size:.75rem;color:#87ceeb;font-weight:500}.upload-schedule-actions{display:flex;align-items:center;gap:8px}.upload-schedule-clear{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ffffff14;border:none;color:#ffffff80;cursor:pointer;transition:background .15s}.upload-schedule-clear:hover{background:#ffffff26;color:#fff}.upload-datetime-input{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.8rem;font-family:inherit;padding:6px 10px;outline:none;cursor:pointer;color-scheme:dark}.upload-datetime-input:focus{border-color:#87ceeb}@media(prefers-color-scheme:light){.upload-view-header{border-bottom-color:#e5e7eb}.upload-back-btn{background:#0000000a;color:#111}.upload-view-title{color:#111}.upload-section{border-bottom-color:#f3f4f6}.upload-caption{background:#f9fafb;border-color:#e5e7eb;color:#111}.upload-caption::placeholder{color:#9ca3af}.upload-chip{background:#0095f614;color:#0095f6}.upload-chip-remove{color:#0095f6}.upload-inline-icon{color:#9ca3af}.upload-inline-field{color:#111}.upload-inline-field::placeholder{color:#9ca3af}.upload-setting-row{color:#333;border-bottom-color:#f3f4f6}.upload-setting-icon{color:#666}.upload-switch{background:#d1d5db}.upload-switch:checked{background:#87ceeb}.upload-exclusive-pill{background:#f3f4f6;color:#555}.upload-exclusive-pill:hover{background:#e5e7eb;color:#111}.upload-exclusive-pill.active{background:#87ceeb;color:#fff}.upload-note-preview{border-color:#e5e7eb;color:#333}.upload-schedule-clear{background:#0000000f;color:#666}.upload-schedule-clear:hover{background:#0000001a;color:#333}.upload-datetime-input{background:#f3f4f6;border-color:#e5e7eb;color:#111;color-scheme:light}}@media(max-width:768px){.upload-view{max-width:100%}.upload-media-img,.upload-media-video{max-height:300px}.upload-dump-grid{max-width:100%}}.social-link-loader{width:35px;height:35px;border-radius:8px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.social-spinner{width:20px;height:20px;border:2px solid #ccc;border-top:2px solid #007aff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.social-broken-link{color:red;font-size:14px}.social-link-view{display:inline-flex;align-items:center;gap:30px;text-decoration:none;margin-top:.5rem;margin-bottom:.8rem}.social-link-icon{width:35px;height:35px;border-radius:8px;object-fit:cover;background-color:#eee}.pv-wrapper-desktop{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:24px;width:100%;min-height:100%;padding:24px;box-sizing:border-box}.pv-wrapper-mobile{display:flex;flex-direction:column;width:100%;min-height:100%;padding-bottom:calc(var(--mobile-nav-space) + 16px)}.pv-wrapper-mobile::-webkit-scrollbar,.pv-sidebar::-webkit-scrollbar,.pv-main::-webkit-scrollbar,.pv-pinned-scroll::-webkit-scrollbar{display:none}.pv-mob-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;position:sticky;top:0;z-index:20;background:#050608e6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.pv-header-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:#ffffff0f;color:#fff}.pv-header-btn:hover{background:#ffffff1a}.pv-mob-username{display:inline-flex;align-items:center;gap:4px;font-size:.98rem;font-weight:700;color:#fff}.pv-sidebar{display:flex;flex-direction:column;gap:18px;min-width:0}.pv-main{min-width:0;overflow-y:auto;scrollbar-width:none}.pv-main-shell{display:flex;flex-direction:column;gap:18px;padding-bottom:40px}.pv-main-hero{padding:8px 4px 0}.pv-main-eyebrow{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#87ceeb1f;color:#87ceeb;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.pv-main-title{margin:12px 0 6px;font-size:clamp(1.6rem,2.5vw,2.1rem);line-height:1.05;color:#fff}.pv-main-subtitle{margin:0;max-width:620px;color:#ffffff94;font-size:.94rem;line-height:1.65}.pv-overview-card{display:flex;flex-direction:column;gap:18px;padding:24px}.pv-overview-top{display:flex;align-items:center;gap:16px}.pv-avatar-shell{width:100px;height:100px;padding:3px;border-radius:50%;flex-shrink:0}.pv-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;border:3px solid rgba(5,6,8,.92)}.pv-identity{min-width:0}.pv-context-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#ffffff0f;color:#ffffff9e;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.pv-name-row{display:flex;align-items:center;gap:6px}.pv-fullname{margin:0;font-size:1.2rem;font-weight:800;color:#fff;line-height:1.15}.pv-username{display:inline-flex;margin-top:6px;color:#ffffff7a;font-size:.92rem;font-weight:500}.pv-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pv-stat-card{display:flex;flex-direction:column;gap:4px;padding:14px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.pv-stat-count{color:#fff;font-size:1rem;font-weight:800}.pv-stat-label{color:#ffffff6b;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pv-bio{margin:0;color:#ffffffbd;font-size:.94rem;line-height:1.7}.pv-links{display:flex;flex-wrap:wrap;gap:8px}.pv-action-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.pv-edit-btn,.follow-button,.profile-button,.pv-tip-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:0 18px;border-radius:14px;font-size:.9rem;font-weight:700}.pv-edit-btn,.profile-button{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff}.pv-edit-btn:hover,.profile-button:hover{background:#ffffff17}.follow-button{background:linear-gradient(180deg,#9ddaf3,#74c7e8);color:#041018;box-shadow:0 10px 22px #87ceeb38}.follow-button:hover{opacity:.92}.pv-tip-btn{border:1px solid rgba(135,206,235,.25);background:#87ceeb14;color:#87ceeb}.pv-tip-btn:hover{background:#87ceeb24}.pv-icon-button{width:42px;padding:0}.pv-foundme{padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.pv-foundme-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pv-foundme-kicker{display:inline-flex;font-size:.73rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#ffffff6b;margin-bottom:6px}.pv-foundme-title{margin:0;color:#fff;font-size:1rem;font-weight:700}.pv-foundme-visibility{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ffffff0d;color:#ffffff94;font-size:.74rem;font-weight:700}.pv-foundme-note{margin:12px 0 0;color:#ffffff8f;font-size:.88rem;line-height:1.6}.pv-foundme-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.pv-foundme-item{display:flex;align-items:center;gap:12px}.pv-foundme-item-copy{min-width:0;display:flex;flex-direction:column}.pv-foundme-item-label{color:#fff;font-size:.88rem;font-weight:600}.pv-foundme-item-url{color:#ffffff75;font-size:.8rem;text-decoration:none}.pv-foundme-item-url:hover{color:#87ceeb}.pv-main-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;position:sticky;top:0;z-index:12;padding:8px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#07090ce6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.pv-main-tab{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 14px;border-radius:16px;color:#ffffff85;font-size:.88rem;font-weight:700}.pv-main-tab:hover{color:#fffc}.pv-main-tab-active{color:#fff;background:#ffffff14}.pv-main-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#ffffff14;color:inherit;font-size:.74rem;font-weight:800}.pv-pinned-section{padding:0}.pv-pinned-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.pv-pinned-kicker{display:inline-flex;margin-bottom:6px;color:#fff6;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pv-pinned-title-row{display:flex;align-items:center;gap:8px;color:#87ceeb;font-size:.98rem;font-weight:700}.pv-pinned-description{max-width:320px;margin:0;color:#ffffff7a;font-size:.82rem;line-height:1.55;text-align:right}.pv-pinned-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.pv-pinned-card{position:relative;width:196px;height:220px;flex-shrink:0;overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.pv-pinned-card:hover{transform:translateY(-2px)}.pv-pinned-card-note{background:linear-gradient(180deg,rgba(135,206,235,.16),transparent 55%),#ffffff0a}.pv-pinned-card-note .pv-pinned-overlay{background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.52) 100%)}.pv-pinned-note{width:100%;height:100%}.pv-pinned-img{width:100%;height:100%;border-radius:10px;object-fit:cover;display:block}.pv-pinned-note{padding:18px;box-sizing:border-box;color:#ffffffe0;font-size:.9rem;line-height:1.6;text-align:left;position:relative;z-index:1}.pv-pinned-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 34%,rgba(0,0,0,.74) 100%)}.pv-pinned-meta{position:absolute;left:16px;right:16px;bottom:14px;display:flex;flex-direction:column;gap:6px;text-align:left;z-index:1}.pv-pinned-type{display:inline-flex;align-items:center;width:fit-content;padding:4px 8px;border-radius:999px;background:#ffffff1f;color:#fff;font-size:.72rem;font-weight:700}.pv-pinned-caption{color:#ffffffeb;font-size:.84rem;font-weight:600;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pv-pinned-badge{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0000006b;color:#87ceeb;z-index:1}.pv-filter-bar{display:flex;flex-wrap:wrap;gap:10px}.pv-filter-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffff7a;font-size:.82rem;font-weight:700}.pv-filter-pill:hover{color:#fffc;background:#ffffff0d}.pv-filter-pill-active{color:#87ceeb;border-color:#87ceeb38;background:#87ceeb1a}.pv-filter-pill-label{white-space:nowrap}.pv-content{padding:0}.pv-collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.pv-col-card{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff08;cursor:pointer;transition:transform .18s ease,border-color .18s ease}.pv-col-card:hover{transform:translateY(-2px);border-color:#ffffff24}.pv-col-cover{width:100%;aspect-ratio:1;object-fit:cover;display:block}.pv-col-cover-empty{display:flex;align-items:center;justify-content:center;background:#ffffff0a;color:#ffffff2e}.pv-col-info{display:flex;flex-direction:column;gap:4px;padding:14px}.pv-col-name{display:flex;align-items:center;gap:6px;color:#fff;font-size:.9rem;font-weight:700}.pv-col-count{color:#ffffff6b;font-size:.78rem}.pv-collections-empty,.pv-collections-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:240px;padding:24px;border-radius:24px;border:1px dashed rgba(255,255,255,.12);color:#ffffff57;text-align:center}.pv-collections-hint{color:#ffffff3d;font-size:.84rem}@media(max-width:1024px){.pv-wrapper-mobile .pv-sidebar{padding:16px 14px 0}.pv-wrapper-mobile .pv-main{overflow:visible}.pv-wrapper-mobile .pv-main-shell{gap:16px;padding:16px 14px 0}.pv-overview-card{padding:20px;border-radius:24px}.pv-overview-top{flex-direction:column;align-items:flex-start}.pv-avatar-shell{width:94px;height:94px}.pv-main-tabs{top:58px}.pv-main-tab{gap:6px;min-height:44px;padding:0 10px;font-size:.82rem}.pv-main-tab-count{min-width:20px;height:20px;font-size:.7rem}.pv-pinned-head{flex-direction:column;align-items:flex-start}.pv-pinned-description{max-width:none;text-align:left}.pv-pinned-card{width:168px;height:196px}.pv-filter-bar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.pv-filter-bar::-webkit-scrollbar{display:none}.pv-filter-pill{flex-shrink:0}.pv-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pv-wrapper-desktop{padding:18px}.pv-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pv-stat-card{padding:12px 10px}.pv-filter-pill-label{font-size:.78rem}}@media(prefers-color-scheme:light){.pv-mob-header{background:#ffffffeb;border-bottom-color:#e5e7eb}.pv-header-btn{background:#0000000a;color:#111}.pv-mob-username,.pv-main-title,.pv-fullname,.pv-stat-count,.pv-foundme-title,.pv-col-name,.pv-pinned-caption,.pv-foundme-item-label{color:#111}.pv-main-subtitle,.pv-username,.pv-bio,.pv-context-badge,.pv-stat-label,.pv-foundme-note,.pv-foundme-visibility,.pv-foundme-item-url,.pv-col-count,.pv-collections-empty,.pv-collections-loading{color:#11182799}.pv-foundme,.pv-main-tabs,.pv-col-card{background:#fff;border-color:#e5e7eb;box-shadow:0 16px 30px #0f172a0f}.pv-stat-card,.pv-pinned-card,.pv-filter-pill,.pv-main-tab,.pv-col-cover-empty{background:#f8fafc;border-color:#e5e7eb}.pv-edit-btn,.profile-button{background:#f3f4f6;border-color:#e5e7eb;color:#111}.pv-edit-btn:hover,.profile-button:hover{background:#e5e7eb}.pv-main-tab{color:#1118278f}.pv-main-tab-active{color:#111;background:#0000000d}.pv-main-tab-count{background:#0000000f}.pv-filter-pill{color:#1118278f}.pv-filter-pill:hover{background:#eef2f7;color:#111}.pv-filter-pill-active{color:#0095f6;background:#0095f614;border-color:#0095f62e}.pv-pinned-card-note{background:linear-gradient(180deg,rgba(135,206,235,.14),transparent 55%),#f8fafc}.pv-pinned-type{background:#ffffffd9;color:#111}.pv-pinned-badge{background:#ffffffd1;color:#0095f6}.pv-col-cover-empty{color:#cbd5e1}.pv-collections-empty,.pv-collections-loading{border-color:#d1d5db;color:#9ca3af}.pv-collections-hint{color:#cbd5e1}}.sidebar-nav{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding-top:1rem;padding-bottom:.5rem}.sidebar-items{display:flex;flex-direction:column;gap:10px;flex-grow:1}.sidebar-link{display:flex;align-items:center;gap:.85rem;font-size:.95rem;font-weight:500;cursor:pointer;padding:.7rem .65rem;border-radius:12px;text-align:left;text-decoration:none;transition:background-color .2s ease,color .2s ease;color:#ffffff8c;border:none;background:none;width:100%}.sidebar-link:hover{background-color:#ffffff0f;color:#ffffffe6}.sidebar-link.active{color:#fff;font-weight:700;background:#ffffff14}.sidebar-icon-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.sidebar-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.sidebar-profile-card{display:flex;align-items:center;gap:.6rem;padding:.5rem;border-radius:10px;text-decoration:none;color:inherit;transition:background-color .2s}.sidebar-profile-card:hover{background-color:#87ceeb14}.sidebar-profile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar-profile-info{display:flex;flex-direction:column;min-width:0}.sidebar-profile-name-row{display:flex;align-items:center;gap:3px}.sidebar-profile-name{font-size:.85rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-username{font-size:.75rem;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popover-container{position:relative;width:100%}.popover-container button{background:none;outline:none;border:none}.popover-panel-inside{position:absolute;bottom:calc(100% + 6px);left:0;width:220px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:6px;box-shadow:0 8px 24px #0006;z-index:50}.popover-list{display:flex;flex-direction:column}.popover-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .7rem;border-radius:8px;color:#e0e0e0;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s}.popover-item:hover{background-color:#ffffff14}.popover-item-danger{color:#ef4444}.popover-item-danger:hover{background-color:#ef44441a}.popover-divider{height:1px;background:#ffffff14;margin:4px 0}.mobile-tabbar{position:fixed;left:50%;transform:translate(-50%);width:min(calc(100% - 20px),560px);bottom:calc(env(safe-area-inset-bottom) + 10px);z-index:1000;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;align-items:center;padding:8px;border-radius:20px;border:1px solid var(--app-border);background:#080a0eeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 14px 28px #0000003d}.mobile-tab-link{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;color:#ffffff8f;text-decoration:none;transition:transform .18s ease,color .2s ease}.mobile-tab-link.active{color:#fff}.mobile-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease,color .2s ease}.mobile-tab-link.active .mobile-tab-icon{background:#ffffff14}.mobile-tab-icon-profile{width:40px;height:40px}.mobile-tab-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:2px solid transparent}.mobile-tab-link-profile.active .mobile-tab-avatar{border-color:var(--app-accent)}.mobile-tab-link-create .mobile-tab-icon{width:42px;height:42px;border-radius:16px;background:linear-gradient(180deg,#9ddaf3,#74c7e8);color:#041018;box-shadow:0 8px 20px #87ceeb38}.mobile-tab-link-create.active .mobile-tab-icon{box-shadow:0 10px 24px #87ceeb47;transform:translateY(-1px)}.mobile-tab-link:active .mobile-tab-icon{transform:scale(.96)}.verified-blue{width:14px;height:14px;flex-shrink:0}@media(min-width:1025px){.sidebar{display:flex}.mobile-tabbar{display:none}}@media(max-width:1024px){.sidebar{display:none}.mobile-tabbar{display:grid}}@media(prefers-color-scheme:dark){.mobile-tabbar{background:#080a0eeb}}@media(prefers-color-scheme:light){.sidebar-link{color:#00000073}.sidebar-link:hover{background-color:#0000000a;color:#000c}.sidebar-link.active{color:#000;background:#0000000f}.sidebar-profile-name{color:#111}.sidebar-profile-username{color:#00000073}.sidebar-footer{border-top-color:#e5e7eb}.popover-panel-inside{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 24px #0000001a}.popover-item{color:#333}.popover-item:hover{background-color:#f5f5f5}.popover-divider{background:#e5e7eb}.mobile-tabbar{background:#ffffffeb;border-color:#00000014;box-shadow:0 14px 28px #0f172a1f}.mobile-tab-link{color:#11182785}.mobile-tab-link.active{color:#111}.mobile-tab-link.active .mobile-tab-icon{background:#0000000d}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#f3f7fb;background:radial-gradient(circle at top,rgba(135,206,235,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(78,116,255,.12),transparent 28%),#050608;--app-bg: #050608;--app-surface: rgba(255, 255, 255, .04);--app-surface-strong: rgba(255, 255, 255, .08);--app-border: rgba(255, 255, 255, .08);--app-border-strong: rgba(255, 255, 255, .14);--app-text: #f3f7fb;--app-text-muted: rgba(243, 247, 251, .68);--app-text-faint: rgba(243, 247, 251, .42);--app-accent: #87ceeb;--mobile-nav-space: 96px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{min-height:100%;background:var(--app-bg)}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:var(--app-bg);color:var(--app-text)}*{box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}a{font-weight:500;color:inherit;text-decoration:inherit}a:hover{color:var(--app-accent)}button{border:none;padding:0;font-size:1em;font-weight:inherit;font-family:inherit;background:none;color:inherit;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease,border-color .2s ease,box-shadow .2s ease}button:hover{outline:none}button:focus,button:focus-visible{outline:none;box-shadow:0 0 0 3px #87ceeb2e}button:disabled{cursor:not-allowed;box-shadow:none}.button-signup{font-size:.8em;cursor:pointer}.button-signin{border-radius:10px;border:1px solid transparent;padding:.6em 5.2em;margin-bottom:1rem;font-size:1em;font-weight:500;font-family:inherit;background-color:#87ceeb;color:#fff;cursor:pointer;transition:border-color .25s}.button-signin :hover{border-color:#87ceeb}.button-signin :focus,.button-signin:focus-visible{outline:none}.errormessage{font-size:.5em;font-weight:600;color:#ff2a2a}.divider{display:flex;align-items:center;text-align:center;color:#555;margin:1.5rem 0;position:fixed}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #ccc}.divider:not(:empty):before{margin-right:.75em}.divider:not(:empty):after{margin-left:.75em}.signup-container{align-items:center;align-content:center;margin:0 auto}.signin-container{display:flex;align-items:center;align-content:center;margin:0 auto;overflow:hidden}.signin-main{align-items:center;align-content:center;margin:0}.signin-img{height:25em;padding:.3em}.signup-form{display:flex;align-items:center;align-content:center;flex-direction:column;gap:1rem}.loading-container{display:flex;flex-direction:column;width:100%;height:100vh;align-items:center;background-color:#87ceeb;margin:0}.not-container{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#87ceeb;align-items:center;align-content:center;margin:0 auto}.verified-blue{width:.78rem!important;height:.78rem!important;filter:brightness(0) saturate(100%) invert(65%) sepia(34%) saturate(636%) hue-rotate(167deg) brightness(95%) contrast(90%);align-items:center;align-self:center}.verified-white{width:.78rem!important;height:.78rem!important;filter:brightness(0) saturate(100%) invert(1);align-items:center;align-self:center}.ads-photo{display:flex;position:relative;font-size:10px;font-weight:600;padding:8px 16px;width:60px;border-radius:0 10px;border:none;bottom:1.9rem;cursor:pointer;background-color:#87ceeb;color:#fff}.ads-video{display:flex;position:absolute;font-size:10px;font-weight:600;padding:8px 16px;width:60px;border-radius:0 10px 0 8px;border:none;bottom:0;cursor:pointer;background-color:#87ceeb;color:#fff}@media(max-width:768px){.signin-container{height:100vh;-ms-overflow-style:none;scrollbar-width:none}.signin-main{display:flex;flex-direction:column;align-items:center;align-content:center}}@media(prefers-color-scheme:light){:root{color:#111;background:#fff;--app-bg: #ffffff;--app-surface: rgba(0, 0, 0, .03);--app-surface-strong: rgba(0, 0, 0, .06);--app-border: rgba(0, 0, 0, .1);--app-border-strong: rgba(0, 0, 0, .18);--app-text: #111;--app-text-muted: rgba(0, 0, 0, .55);--app-text-faint: rgba(0, 0, 0, .35);--app-accent: #87ceeb}a{color:#111}a:hover{color:#87ceeb}}.cdv-overlay-backdrop{position:fixed;inset:0;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:900}.cdv-overlay-body{width:100%;height:100%}.cdv-wrapper{display:flex;width:100%;height:100vh;overflow:hidden;box-sizing:border-box}.cdv-post{display:flex;flex-direction:column;width:480px;min-width:400px;max-width:520px;height:100vh;overflow-y:auto;border-right:1px solid rgba(255,255,255,.06);scrollbar-width:none}.cdv-post::-webkit-scrollbar{display:none}.cdv-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;flex-shrink:0}.cdv-back-btn,.cdv-menu-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#ffffff0f;color:#fff;cursor:pointer;transition:background .15s}.cdv-back-btn:hover,.cdv-menu-btn:hover{background:#ffffff1a}.cdv-creator{display:flex;align-items:center;gap:8px;cursor:pointer}.cdv-creator-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.cdv-creator-name{font-size:.9rem;font-weight:600;color:#fff}.cdv-media{position:relative;width:100%}.cdv-media-img{width:100%;max-height:65vh;object-fit:contain;display:block;background:#000}.cdv-expand-btn{position:absolute;bottom:10px;right:10px;width:34px;height:34px;border-radius:50%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}.cdv-expand-btn:hover{background:#0009}.cdv-slider{position:relative;width:100%}.cdv-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#00000073;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .15s}.cdv-slider-arrow:hover{background:#000000b3}.cdv-slider-left{left:10px}.cdv-slider-right{right:10px}.cdv-slider-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:3}.cdv-dot{width:7px;height:7px;border-radius:50%;background:#fff6;cursor:pointer;transition:background .15s}.cdv-dot-active{background:#fff}.cdv-note{padding:20px;font-size:1rem;line-height:1.6;color:#ffffffe6;text-align:left;word-break:break-word;border:1px solid rgba(255,255,255,.08);border-radius:14px;margin:8px 14px}.cdv-caption{padding:10px 14px;font-size:.9rem;line-height:1.5;color:#ffffffd9;text-align:left;word-break:break-word}.cdv-actions{display:flex;align-items:center;justify-content:space-between;padding:6px 14px;border-top:1px solid rgba(255,255,255,.04)}.cdv-actions-left{display:flex;gap:4px}.cdv-action-btn{display:flex;align-items:center;gap:6px;padding:8px 10px;background:none;border:none;color:#ffffffb3;cursor:pointer;border-radius:8px;font-size:.85rem;font-weight:500;transition:background .15s}.cdv-action-btn:hover{background:#ffffff0d}.cdv-action-btn:active{transform:scale(.95)}.cdv-action-btn span{font-variant-numeric:tabular-nums}.cdv-action-liked svg,.cdv-action-saved svg{animation:cdvPopIn .3s ease}.cdv-action-tip{color:#87ceeb}.cdv-action-tip:hover{color:#87ceeb;background:#87ceeb1a}@keyframes cdvPopIn{0%{transform:scale(.5)}60%{transform:scale(1.2)}to{transform:scale(1)}}.cdv-timestamp{padding:0 14px 12px;font-size:.75rem;color:#ffffff4d}.cdv-related{flex:1;overflow-y:auto;padding:8px;scrollbar-width:none}.cdv-related::-webkit-scrollbar{display:none}.cdv-fullscreen{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000}.cdv-fullscreen-header{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:1001}.cdv-fs-btn{width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cdv-fs-btn:hover{background:#fff3}.cdv-fullscreen-media img,.cdv-fullscreen-media video{max-width:90vw;max-height:90vh;border-radius:12px;object-fit:contain}.cdv-menu-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:950}.cdv-menu{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:6px;min-width:180px;box-shadow:0 8px 24px #00000080}.cdv-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;border-radius:8px;background:none;color:#e0e0e0;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s;text-align:left}.cdv-menu-item:hover{background:#ffffff0f}.cdv-menu-danger{color:#ef4444}.cdv-menu-danger:hover{background:#ef444414}.dvp-wrapper{position:relative;width:100%;background:#000;cursor:pointer;overflow:hidden}.dvp-video{width:100%;height:auto;display:block}.dvp-center-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.dvp-center-icon svg{opacity:.7;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.dvp-controls{position:absolute;bottom:0;left:0;right:0;padding:0 10px 8px;background:linear-gradient(transparent,#0009);opacity:0;transition:opacity .25s;z-index:3}.dvp-controls-visible{opacity:1}.dvp-progress{position:relative;height:4px;background:#fff3;border-radius:2px;margin-bottom:8px;cursor:pointer}.dvp-progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .1s linear}.dvp-progress-thumb{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);opacity:0;transition:opacity .15s;box-shadow:0 1px 4px #0000004d}.dvp-progress:hover .dvp-progress-thumb{opacity:1}.dvp-progress:hover{height:6px}.dvp-controls-row{display:flex;align-items:center;justify-content:space-between}.dvp-controls-left{display:flex;align-items:center;gap:10px}.dvp-ctrl-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background .15s}.dvp-ctrl-btn:hover{background:#ffffff1f}.dvp-time{font-size:.75rem;color:#ffffffb3;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}@media(max-width:768px){.cdv-wrapper{flex-direction:column}.cdv-post{width:100%;min-width:0;max-width:100%;border-right:none;height:auto;flex-shrink:0}.cdv-related{flex:1;overflow-y:visible}.cdv-media-img{max-height:50vh}}@media(prefers-color-scheme:light){.cdv-overlay-backdrop{background:#fffffff7}.cdv-post{border-right-color:#e5e7eb}.cdv-back-btn,.cdv-menu-btn{background:#0000000a;color:#111}.cdv-back-btn:hover,.cdv-menu-btn:hover{background:#00000014}.cdv-creator-name{color:#111}.cdv-media-img{background:#f5f5f5}.cdv-caption{color:#333}.cdv-note{color:#333;border-color:#e5e7eb}.cdv-actions{border-top-color:#f3f4f6}.cdv-action-btn{color:#555}.cdv-action-btn:hover{background:#0000000a}.cdv-timestamp{color:#9ca3af}.cdv-menu{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 24px #0000001a}.cdv-menu-item{color:#333}.cdv-menu-item:hover{background:#f3f4f6}}.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8fafc;font-family:Inter,sans-serif}.auth-card{background:#fff;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 15px #0000001a;width:100%;max-width:400px;text-align:center}.auth-card h2{margin-bottom:10px;color:#111827}.auth-card p{font-size:14px;color:#6b7280;margin-bottom:20px}form{display:flex;flex-direction:column;gap:15px}input{padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;outline:none;transition:.2s}input:focus{border-color:#87ceeb;box-shadow:0 0 0 2px #3b82f633}button{background-color:#87ceeb;color:#fff;padding:12px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:.3s}.auth-card button:hover{background-color:#87cfeb7b}button:disabled{background-color:#9ca3af;cursor:not-allowed}.message{margin-top:15px;font-size:14px;color:#2563eb}.message.error{color:#ef4444}.message.success{color:#10b981}@media(max-width:768px){.auth-card{max-width:300px}}@media(prefers-color-scheme:dark){.auth-container{background:#000}.auth-card{background:#232323}.auth-card h2{color:#fff}.auth-card p{font-size:14px;color:#bab8b8}}.oauth-page{display:flex;align-items:center;align-content:center;justify-content:center;margin:0 auto}.oauth-logo{width:35px;height:35px;border-radius:10px;object-fit:cover;overflow:hidden}.oauth-app{display:flex;flex-direction:column;align-items:center;align-content:center}.oauth-card{display:flex;flex-direction:column;max-width:400px}.oauth-header{display:flex;flex-direction:row;align-items:center;gap:10px}.oauth-button-primary{background:#87ceeb;padding:.6em 1.5em;border-radius:50px}.oauth-button-secondary{color:gray;background:none;outline:none;border:none}.oauth-button-secondary:hover{color:#000;background:none;outline:none;border:none}.oauth-button-primary:hover{opacity:.6}.oauth-actions{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:768px){.oauth-card{display:flex;flex-direction:column;max-width:350px}}.tag-page{height:100vh;overflow-y:auto;padding-bottom:40px}.tag-page-header{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #1a1a1a;position:sticky;top:0;background:#000;z-index:10}.tag-back-btn{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center}.tag-info{display:flex;align-items:center;gap:12px;flex:1}.tag-icon-wrapper{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#87ceeb,#6aa8c7);display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.tag-meta{display:flex;flex-direction:column}.tag-name{font-size:18px;font-weight:700;color:#fff;margin:0}.tag-count{font-size:13px;color:#888}.tag-follow-btn{padding:8px 20px;border-radius:20px;border:1px solid #87ceeb;background:#87ceeb;color:#000;font-size:13px;font-weight:700;cursor:pointer;flex-shrink:0}.tag-follow-btn:hover{background:#6bc0db}.tag-follow-btn-active{background:transparent;color:#87ceeb}.tag-follow-btn-active:hover{background:#87ceeb1a}.tag-page-content{padding:16px}@media(prefers-color-scheme:light){.tag-page-header{background:#fff;border-bottom-color:#f0f0f0}.tag-back-btn,.tag-name{color:#111}.tag-count{color:#999}}.walls-page{height:100vh;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:18px 22px 28px;box-sizing:border-box}.walls-page::-webkit-scrollbar{display:none}.walls-top-bar{display:flex;align-items:center;gap:12px;margin-bottom:20px}.walls-top-bar .walls-search-bar{margin-bottom:0;flex:1}.walls-new-btn{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:44px;border-radius:100px;border:none;background:#87ceeb;color:#041018;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s;flex-shrink:0}.walls-new-btn:hover{opacity:.9}.wd-feature-row{display:flex;gap:10px;padding:0 24px 16px;overflow-x:auto;scrollbar-width:none}.wd-feature-row::-webkit-scrollbar{display:none}.wd-feature-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--wd-text, #fff);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;flex-shrink:0}.wd-feature-btn:hover{background:#ffffff14;border-color:#ffffff24}.wd-themed .wd-feature-btn{background:#ffffff0f;border-color:#ffffff1f}.wc-cover-preview{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.wc-cover-img{width:100%;height:100%;object-fit:cover;display:block}.wc-cover-clear{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#0000008c;border:none;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wc-category-row{display:flex;gap:8px;flex-wrap:wrap}.wc-availability-hint{margin:6px 4px 0;font-size:.78rem;color:#ffffff80}.walls-search-bar{display:flex;align-items:center;gap:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:0 18px;height:44px;max-width:480px;margin-bottom:20px;transition:border-color .2s,box-shadow .2s}.walls-search-bar:focus-within{border-color:#87ceeb;box-shadow:0 0 0 3px #87ceeb1f}.walls-search-icon{color:#fff6;flex-shrink:0}.walls-search-input{background:transparent;border:none;outline:none;width:100%;height:100%;font-size:.9rem;color:#fff;font-family:inherit}.walls-search-input::placeholder{color:#ffffff4d}.walls-search-clear{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff1a;border:none;color:#fff9;cursor:pointer;flex-shrink:0}.walls-search-clear:hover{background:#fff3;color:#fff}.walls-trending-section{margin-bottom:20px}.walls-section-title{font-size:.85rem;font-weight:600;color:#fff9;margin-bottom:10px}.walls-trending-loading{display:flex;justify-content:center;padding:20px 0}.walls-trending-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.walls-trending-row::-webkit-scrollbar{display:none}.walls-trending-row .wall-card{min-width:160px;max-width:160px;flex-shrink:0}.walls-category-bar{display:flex;gap:8px;overflow-x:auto;padding-bottom:16px;scrollbar-width:none}.walls-category-bar::-webkit-scrollbar{display:none}.walls-category-chip{padding:7px 16px;border-radius:100px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffff8c;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.walls-category-chip:hover{background:#ffffff0f;color:#ffffffd9}.walls-category-chip.active{background:#87ceeb1f;color:#87ceeb;border-color:#87ceeb40}.walls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.walls-loading,.walls-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:80px 20px;color:#ffffff59;font-size:.9rem}.wall-card{display:flex;flex-direction:column;cursor:pointer;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:transform .2s ease,border-color .2s ease}.wall-card:hover{transform:translateY(-2px);border-color:#ffffff24}.wall-card-compact{border-radius:12px}.wall-preview-wrapper{position:relative;width:100%;overflow:hidden}.wall-card-tag{position:absolute;top:6px;left:6px;z-index:2;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffd9;padding:3px 8px;border-radius:6px;font-weight:600;font-size:.68rem;text-transform:capitalize}.wall-preview{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2px;aspect-ratio:1;overflow:hidden}.wall-preview img{width:100%;height:100%;object-fit:cover;display:block}.wall-preview-empty{display:flex;align-items:center;justify-content:center;aspect-ratio:1;background:#ffffff0a;color:#ffffff2e}.wall-card-info{display:flex;flex-direction:column;gap:4px;padding:10px 12px}.wall-card-title{font-size:.88rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-card-desc{font-size:.76rem;color:#ffffff7a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.wall-card-creator{display:flex;align-items:center;gap:5px}.wall-card-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover}.wall-card-username{font-size:.74rem;font-weight:500;color:#ffffff8c}.wall-card-sticks{font-size:.72rem;color:#ffffff61}.wall-detail{height:100vh;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0;box-sizing:border-box;position:relative}.wd-themed[data-pattern=dots]:before,.wd-themed[data-pattern=grid]:before,.wd-themed[data-pattern=waves]:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:var(--wd-pattern-opacity, .1);z-index:0}.wd-themed[data-pattern=dots]:before{background-image:radial-gradient(circle,currentColor 1px,transparent 1px);background-size:16px 16px}.wd-themed[data-pattern=grid]:before{background-image:linear-gradient(currentColor 1px,transparent 1px),linear-gradient(90deg,currentColor 1px,transparent 1px);background-size:24px 24px}.wd-themed[data-pattern=waves]:before{background-image:repeating-linear-gradient(45deg,currentColor 0 1px,transparent 1px 14px)}.wd-themed>*{position:relative;z-index:1}.wd-themed .wd-header{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:#ffffff14}.wd-themed .wd-back-btn{background:#ffffff1a;color:var(--wd-text, #fff)}.wd-themed .wd-info{border-bottom-color:#ffffff14}.wd-themed .wd-title,.wd-themed .wd-creator-name{color:var(--wd-text, #fff)}.wd-themed .wd-desc,.wd-themed .wd-stat{color:var(--wd-subtext, rgba(255, 255, 255, .6))}.wd-themed .wd-category-badge{background:color-mix(in srgb,var(--wd-accent, #87ceeb) 18%,transparent);color:var(--wd-accent, #87ceeb)}.wd-themed .wd-follow-btn{background:var(--wd-accent, #87ceeb);color:#fff}.wd-themed .wd-follow-btn.following{background:#ffffff1a;border-color:#ffffff26;color:var(--wd-text, #fff)}.wd-themed .wd-thumb-empty{background:var(--wd-card-bg, rgba(255, 255, 255, .05));color:var(--wd-subtext, rgba(255, 255, 255, .25))}.wall-detail::-webkit-scrollbar{display:none}.wd-header{display:flex;align-items:center;padding:10px 16px;position:sticky;top:0;z-index:10;background:#050608e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.wd-back-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff0f;border:none;color:#fff;cursor:pointer;transition:background .15s}.wd-back-btn:hover{background:#ffffff1a}.wd-info{display:flex;gap:20px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.wd-thumb{width:140px;height:140px;flex-shrink:0;border-radius:16px;overflow:hidden}.wd-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.wd-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0a;color:#ffffff2e}.wd-meta{display:flex;flex-direction:column;gap:6px;min-width:0;justify-content:center}.wd-title{margin:0;font-size:1.25rem;font-weight:800;color:#fff;line-height:1.15}.wd-desc{margin:0;font-size:.85rem;color:#ffffff8c;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wd-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wd-category-badge{padding:3px 10px;border-radius:20px;background:#87ceeb1f;color:#87ceeb;font-size:.7rem;font-weight:700;text-transform:capitalize}.wd-stat{display:flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:#ffffff7a}.wd-stat-dot{width:3px;height:3px;border-radius:50%;background:#ffffff40}.wd-actions{display:flex;align-items:center;gap:12px;margin-top:4px}.wd-creator{display:flex;align-items:center;gap:6px;cursor:pointer;padding:3px 8px 3px 3px;border-radius:20px;transition:background .15s}.wd-creator:hover{background:#ffffff0f}.wd-creator-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.wd-creator-name{font-size:.8rem;font-weight:600;color:#ffffffa6}.wd-follow-btn{padding:7px 18px;border-radius:10px;border:none;font-size:.8rem;font-weight:700;cursor:pointer;transition:opacity .15s,background .2s;background:linear-gradient(180deg,#9ddaf3,#74c7e8);color:#041018}.wd-follow-btn:hover{opacity:.9}.wd-follow-btn.following{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff}.wd-follow-btn.following:hover{background:#ffffff1a}.wall-detail-content{padding:16px 16px 40px}@media(max-width:768px){.walls-page{padding:12px 14px calc(var(--mobile-nav-space) + 20px)}.walls-search-bar{max-width:none}.walls-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wd-info{flex-direction:column;gap:14px;padding:16px 14px}.wd-thumb{width:100%;height:180px}.wall-detail-content{padding:12px 10px 40px}}@media(prefers-color-scheme:light){.walls-search-bar{background:#f3f4f6;border-color:#e5e7eb}.walls-search-bar:focus-within{border-color:#87ceeb;box-shadow:0 0 0 3px #87ceeb26}.walls-search-icon{color:#9ca3af}.walls-search-input{color:#111}.walls-search-input::placeholder{color:#9ca3af}.walls-search-clear{background:#0000000f;color:#666}.walls-search-clear:hover{background:#0000001f;color:#333}.walls-section-title{color:#00000080}.walls-category-chip{background:#f3f4f6;border-color:#e5e7eb;color:#1118278f}.walls-category-chip:hover{background:#e5e7eb;color:#111}.walls-category-chip.active{background:#87ceeb1f;color:#87ceeb;border-color:#87ceeb40}.walls-empty{color:#9ca3af}.wall-card{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000a}.wall-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.wall-card-tag{background:#ffffffe0;color:#374151}.wall-preview-empty{background:#f8fafc;color:#cbd5e1}.wall-card-title{color:#111}.wall-card-desc,.wall-card-username{color:#1118278c}.wall-card-sticks{color:#9ca3af}.wd-header{background:#ffffffeb;border-bottom-color:#e5e7eb}.wd-back-btn{background:#0000000a;color:#111}.wd-back-btn:hover{background:#00000014}.wd-info{border-bottom-color:#e5e7eb}.wd-thumb-empty{background:#f8fafc;color:#cbd5e1}.wd-title{color:#111}.wd-desc{color:#1118278c}.wd-stat{color:#11182773}.wd-stat-dot{background:#11182733}.wd-creator:hover{background:#0000000a}.wd-creator-name{color:#333}.wd-follow-btn.following{background:#f3f4f6;border-color:#e5e7eb;color:#111}.wd-follow-btn.following:hover{background:#e5e7eb}.wd-feature-btn{background:#f3f4f6;border-color:#e5e7eb;color:#111}.wd-feature-btn:hover{background:#e5e7eb;border-color:#d1d5db}.wc-cover-preview{border-color:#e5e7eb}.wc-availability-hint{color:#1118278c}}.ws-page{height:100vh;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box}.ws-page::-webkit-scrollbar{display:none}.ws-loading,.ws-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 20px;color:#ffffff80}.ws-header{display:flex;align-items:center;gap:10px;padding:10px 16px;position:sticky;top:0;z-index:10;background:#050608e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.ws-back{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff0f;border:none;color:#fff;cursor:pointer;transition:background .15s}.ws-back:hover{background:#ffffff1a}.ws-title{margin:0;font-size:1rem;font-weight:700;color:#fff;flex:1}.ws-save-btn{background:none;border:none;font-size:.9rem;font-weight:700;cursor:pointer;padding:6px 10px}.ws-save-btn:disabled{opacity:.5;cursor:not-allowed}.ws-content{max-width:680px;margin:0 auto;padding:20px 20px 60px;display:flex;flex-direction:column;gap:14px}.ws-preview{padding:20px;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;gap:4px;min-height:80px;border:1px solid rgba(255,255,255,.08)}.ws-preview-title{font-size:1rem;font-weight:800}.ws-preview-sub{font-size:.75rem}.ws-preview-accent{width:40px;height:4px;border-radius:2px;margin-top:6px}.ws-section{margin:10px 0 -2px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#ffffff6b}.ws-field{display:flex;flex-direction:column;gap:6px}.ws-label{font-size:.8rem;color:#ffffff80;font-weight:500}.ws-input{width:100%;padding:11px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;font-family:inherit;font-size:.92rem;outline:none;transition:border-color .15s;box-sizing:border-box}.ws-input:focus{border-color:#87ceeb}.ws-input::placeholder{color:#ffffff4d}.ws-textarea{resize:vertical;min-height:72px}.ws-pill-row{display:flex;gap:8px;flex-wrap:wrap}.ws-pill{padding:8px 16px;border-radius:20px;border:none;background:#ffffff0f;color:#ffffffb8;font-size:.82rem;font-weight:600;cursor:pointer;text-transform:capitalize;transition:background .15s,color .15s}.ws-pill:hover{background:#ffffff1a;color:#fff}.ws-pill.active{color:#fff}.ws-primary-btn{padding:11px 16px;border-radius:12px;border:none;font-size:.9rem;font-weight:700;color:#fff;cursor:pointer;transition:opacity .15s}.ws-primary-btn:hover:not(:disabled){opacity:.9}.ws-primary-btn:disabled{opacity:.5;cursor:not-allowed}.ws-list-row{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:#fff;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s}.ws-list-row:hover{background:#ffffff0f}.ws-list-row-subtle{background:none;border:none;color:#ffffff80;padding:10px 16px;font-size:.82rem}.ws-list-row-subtle:hover{color:#fff;background:none}.ws-preset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.ws-preset-item{height:60px;border-radius:12px;border:3px solid transparent;color:#fff;font-size:.8rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5);cursor:pointer;transition:transform .15s}.ws-preset-item:hover,.ws-preset-item.active{transform:translateY(-1px)}.ws-color-row{display:flex;flex-wrap:wrap;gap:10px}.ws-color-dot{width:38px;height:38px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform .15s;padding:0}.ws-color-dot:hover{transform:scale(1.08)}.ws-color-dot.selected{border-color:#fff;box-shadow:0 2px 8px #0000004d}.ws-gradient-row{display:flex;align-items:center;gap:8px;margin-top:8px}.ws-gradient-arrow{color:#fff6;flex-shrink:0}.ws-custom-bg-row{display:flex;align-items:center;gap:10px}.ws-color-preview{width:42px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.ws-danger-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:12px;border:1px solid rgba(255,59,48,.3);background:#ff3b300f;color:#ff3b30;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s}.ws-danger-btn:hover{background:#ff3b301f}@media(max-width:768px){.ws-content{padding:16px 14px calc(var(--mobile-nav-space) + 20px)}}@media(prefers-color-scheme:light){.ws-header{background:#ffffffeb;border-bottom-color:#e5e7eb}.ws-back{background:#0000000a;color:#111}.ws-back:hover{background:#00000014}.ws-title{color:#111}.ws-loading,.ws-empty{color:#1118278c}.ws-preview{border-color:#e5e7eb}.ws-section{color:#11182780}.ws-label{color:#11182799}.ws-input{background:#fff;border-color:#e5e7eb;color:#111}.ws-input::placeholder{color:#9ca3af}.ws-pill{background:#f3f4f6;color:#555}.ws-pill:hover{background:#e5e7eb;color:#111}.ws-list-row{background:#fff;border-color:#e5e7eb;color:#111}.ws-list-row:hover{background:#f3f4f6}.ws-list-row-subtle{background:none;color:#1118278c}.ws-list-row-subtle:hover{color:#111;background:none}.ws-color-dot.selected{border-color:#111}.ws-gradient-arrow{color:#9ca3af}.ws-color-preview{border-color:#e5e7eb}.ws-danger-btn{background:#ff3b300f}}.we-page{position:relative;height:100vh;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box}.we-page::-webkit-scrollbar{display:none}.we-header{display:flex;align-items:center;gap:10px;padding:10px 16px;position:sticky;top:0;z-index:10;background:#050608e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.we-back,.we-new-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff0f;border:none;color:#fff;cursor:pointer;transition:background .15s}.we-back:hover,.we-new-btn:hover{background:#ffffff1a}.we-title{flex:1;margin:0;font-size:1rem;font-weight:700;color:#fff}.we-content{max-width:680px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:16px}.we-form{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.we-form-row{display:flex;flex-direction:column;gap:5px}.we-form-row-split{flex-direction:row;gap:12px}.we-form-row-split>div{flex:1;display:flex;flex-direction:column;gap:5px}.we-label{font-size:.78rem;font-weight:500;color:#ffffff8c}.we-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .15s;box-sizing:border-box}.we-input:focus{border-color:#87ceeb}.we-textarea{resize:vertical;min-height:60px}.we-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.we-btn-primary,.we-btn-secondary{padding:9px 16px;border-radius:10px;font-size:.86rem;font-weight:700;cursor:pointer;border:none;transition:opacity .15s,background .15s}.we-btn-primary{background:#87ceeb;color:#041018}.we-btn-primary:hover:not(:disabled){opacity:.9}.we-btn-primary:disabled{opacity:.45;cursor:not-allowed}.we-btn-secondary{background:#ffffff0f;color:#fff}.we-btn-secondary:hover{background:#ffffff1a}.we-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#fff6;text-align:center}.we-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.we-item{display:flex;gap:12px;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:background .15s}.we-item-ended{opacity:.55}.we-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.we-item-title{margin:0;font-size:.95rem;font-weight:700;color:#fff}.we-item-time{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#ffffff8c;font-weight:500}.we-item-desc{margin:4px 0 0;font-size:.82rem;color:#ffffffa6;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.we-item-meta{margin-top:4px;display:inline-flex;align-items:center;gap:5px;font-size:.74rem;color:#fff6}.we-item-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.we-icon-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;background:#ffffff0f;color:#ffffffbf;cursor:pointer;transition:background .15s,color .15s}.we-icon-btn:hover{background:#ffffff1f;color:#fff}.we-icon-btn-danger:hover{background:#ff3b301f;color:#ff3b30}.we-floating-close{display:none}@media(max-width:768px){.we-content{padding:14px 14px calc(var(--mobile-nav-space) + 20px)}.we-form-row-split{flex-direction:column}}@media(prefers-color-scheme:light){.we-header{background:#ffffffeb;border-bottom-color:#e5e7eb}.we-back,.we-new-btn{background:#0000000a;color:#111}.we-back:hover,.we-new-btn:hover{background:#00000014}.we-title{color:#111}.we-form{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000a}.we-label{color:#11182799}.we-input{background:#fff;border-color:#e5e7eb;color:#111}.we-btn-secondary{background:#f3f4f6;color:#111}.we-btn-secondary:hover{background:#e5e7eb}.we-empty{color:#11182780}.we-item{background:#fff;border-color:#e5e7eb}.we-item-title{color:#111}.we-item-time{color:#11182799}.we-item-desc{color:#111827b3}.we-item-meta{color:#11182773}.we-icon-btn{background:#f3f4f6;color:#555}.we-icon-btn:hover{background:#e5e7eb;color:#111}}.wchat-page{display:flex;flex-direction:column;height:100vh;width:100%;box-sizing:border-box}.wchat-header{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#050608e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.wchat-back,.wchat-icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff0f;border:none;color:#fff;cursor:pointer;transition:background .15s;flex-shrink:0}.wchat-back:hover,.wchat-icon-btn:hover{background:#ffffff1a}.wchat-title-group{flex:1;display:flex;flex-direction:column;min-width:0}.wchat-title{font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wchat-subtitle{font-size:.74rem;color:#ffffff73}.wchat-search-input{flex:1;padding:8px 12px;border-radius:100px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;font-family:inherit;font-size:.88rem;outline:none}.wchat-search-input::placeholder{color:#ffffff59}.wchat-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;max-width:760px;width:100%;margin:0 auto;box-sizing:border-box;scrollbar-width:thin}.wchat-list::-webkit-scrollbar{width:6px}.wchat-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.wchat-empty{text-align:center;padding:60px 20px;color:#fff6;font-size:.9rem}.wchat-row{display:flex;gap:8px;align-items:flex-start;max-width:85%}.wchat-row-me{align-self:flex-end;flex-direction:row-reverse}.wchat-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:16px}.wchat-bubble-wrap{position:relative;display:flex;flex-direction:column;gap:4px;min-width:0}.wchat-sender{display:flex;align-items:center;gap:4px;font-size:.76rem;font-weight:600;color:#ffffff8c;padding:0 6px}.wchat-bubble{background:#1a1a1a;color:#fffffff2;padding:9px 13px;border-radius:16px 16px 16px 4px;font-size:.92rem;line-height:1.4;word-wrap:break-word;max-width:100%}.wchat-bubble-me{background:#72a4bb;color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:4px}.wchat-body{margin:0;white-space:pre-wrap}.wchat-image{display:block;max-width:100%;max-height:240px;border-radius:10px;margin-top:6px}.wchat-time{display:block;margin-top:3px;font-size:.65rem;opacity:.5;text-align:right}.wchat-reply-ref{display:flex;align-items:center;gap:4px;padding:5px 8px;margin-bottom:5px;border-left:2px solid currentColor;background:#ffffff14;border-radius:6px;font-size:.76rem;opacity:.8;max-width:260px}.wchat-reply-ref span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wchat-reactions{display:flex;flex-wrap:wrap;gap:4px;padding:0 4px}.wchat-reaction{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:100px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;font-size:.78rem;color:#ffffffd9;cursor:pointer;transition:background .15s,border-color .15s}.wchat-reaction:hover{background:#ffffff1f}.wchat-reaction.mine{background:#87ceeb2e;border-color:#87ceeb66;color:#87ceeb}.wchat-reaction-emoji{font-size:.95rem;line-height:1}.wchat-reaction-count{font-weight:600}.wchat-actions{position:absolute;top:-10px;right:0;display:none;gap:2px;padding:3px;border-radius:100px;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08)}.wchat-row-me .wchat-actions{right:auto;left:0}.wchat-bubble-wrap:hover .wchat-actions{display:flex}.wchat-action-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:none;border:none;color:#ffffffb3;cursor:pointer;transition:background .15s,color .15s}.wchat-action-btn:hover{background:#ffffff1f;color:#fff}.wchat-action-danger:hover{color:#ff3b30}.wchat-reaction-picker{position:absolute;top:-44px;right:0;display:flex;gap:2px;padding:4px;border-radius:100px;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);box-shadow:0 6px 18px #0006;z-index:10}.wchat-row-me .wchat-reaction-picker{right:auto;left:0}.wchat-reaction-picker-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:none;border:none;font-size:1.1rem;cursor:pointer;transition:background .15s,transform .15s}.wchat-reaction-picker-btn:hover{background:#ffffff1a;transform:scale(1.15)}.wchat-reply-preview{display:flex;align-items:center;gap:10px;max-width:760px;width:100%;margin:0 auto;padding:8px 16px;border-top:1px solid rgba(255,255,255,.06);background:#ffffff08;box-sizing:border-box}.wchat-reply-preview-body{flex:1;display:flex;align-items:center;gap:8px;min-width:0;font-size:.82rem;color:#ffffffa6}.wchat-reply-preview-user{font-weight:700;color:#87ceeb;flex-shrink:0}.wchat-reply-preview-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffff8c}.wchat-reply-preview-close{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff14;border:none;color:#ffffffb3;cursor:pointer;flex-shrink:0}.wchat-reply-preview-close:hover{background:#ffffff24;color:#fff}.wchat-input-bar{display:flex;align-items:flex-end;gap:8px;max-width:760px;width:100%;margin:0 auto;padding:12px 16px 18px;border-top:1px solid rgba(255,255,255,.06);box-sizing:border-box;flex-shrink:0}.wchat-input{flex:1;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;font-family:inherit;font-size:.95rem;outline:none;resize:none;max-height:120px;line-height:1.4;transition:border-color .15s}.wchat-input:focus{border-color:#87ceeb}.wchat-input::placeholder{color:#ffffff4d}.wchat-send-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:#87ceeb;color:#041018;cursor:pointer;transition:opacity .15s;flex-shrink:0}.wchat-send-btn:hover:not(:disabled){opacity:.9}.wchat-send-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.wchat-input-bar{padding-bottom:calc(var(--mobile-nav-space) + 18px)}}@media(prefers-color-scheme:light){.wchat-header{background:#ffffffeb;border-bottom-color:#e5e7eb}.wchat-back,.wchat-icon-btn{background:#0000000a;color:#111}.wchat-back:hover,.wchat-icon-btn:hover{background:#00000014}.wchat-title{color:#111}.wchat-subtitle{color:#11182780}.wchat-search-input{background:#f3f4f6;border-color:#e5e7eb;color:#111}.wchat-list::-webkit-scrollbar-thumb{background:#0000001f}.wchat-empty{color:#11182780}.wchat-sender{color:#1118278c}.wchat-bubble{background:#f0f0f0;color:#111}.wchat-reply-ref{background:#0000000f}.wchat-reaction{background:#fff;border-color:#e5e7eb;color:#333}.wchat-reaction:hover{background:#f3f4f6}.wchat-reaction-picker{background:#fff;border-color:#e5e7eb;box-shadow:0 6px 18px #0000001a}.wchat-reaction-picker-btn:hover{background:#f3f4f6}.wchat-reply-preview{background:#f9fafb;border-top-color:#e5e7eb}.wchat-reply-preview-body{color:#111827a6}.wchat-reply-preview-text{color:#1118278c}.wchat-reply-preview-close{background:#f3f4f6;color:#555}.wchat-input-bar{border-top-color:#e5e7eb}.wchat-input{background:#fff;border-color:#e5e7eb;color:#111}.wchat-input::placeholder{color:#9ca3af}}.messages-split{display:flex;height:100vh;width:100%;box-sizing:border-box}.messages-split-left{width:340px;min-width:300px;max-width:380px;border-right:1px solid rgba(255,255,255,.06);flex-shrink:0;overflow:hidden}.messages-split-right{flex:1;min-width:0;display:flex;flex-direction:column}.messages-empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:10px;color:#ffffff40}.messages-empty-chat h3{font-size:18px;font-weight:700;color:#fff9;margin:4px 0 0}.messages-empty-chat p{font-size:14px;color:#ffffff4d;margin:0}.conversations-page{padding:20px 12px;height:100%;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto}.main-mobile-content .conversations-page{max-width:600px;margin:0 auto;padding:16px 8px calc(var(--mobile-nav-space) + 12px);min-height:100%;height:auto}.conversations-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:0 4px;flex-shrink:0}.conversations-title{font-size:22px;font-weight:700;color:#fff;margin:0}.conversations-new-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.conversations-new-btn:hover{background:#ffffff0f;color:#fff}.conversations-loading,.conversations-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;gap:10px;color:#ffffff59}.conversations-empty h3{font-size:18px;font-weight:700;color:#fff;margin:6px 0 0}.conversations-empty p{font-size:14px;color:#fff6;margin:0}.conversations-list{display:flex;flex-direction:column;gap:2px}.conversation-row{display:flex;align-items:center;gap:12px;padding:12px 10px;border:none;background:none;cursor:pointer;border-radius:14px;transition:background .15s;text-align:left;width:100%}.conversation-row:hover{background:#ffffff0f}.conversation-row.active{background:#87ceeb1a}.conversation-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.conversation-info{flex:1;min-width:0}.conversation-name-row{display:flex;align-items:center;gap:4px}.conversation-username{font-size:15px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-last-msg{display:block;font-size:13.5px;color:#fff6;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-last-msg.unread{color:#fff;font-weight:600}.conversation-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.conversation-time{font-size:12px;color:#ffffff4d}.conversation-badge{background:#87ceeb;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}.chat-page{height:100%;display:flex;flex-direction:column;box-sizing:border-box}.chat-header{display:flex;align-items:center;gap:6px;padding:12px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.chat-back-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:6px;border-radius:10px;display:flex;align-items:center;transition:background .15s,color .15s}.chat-back-btn:hover{background:#ffffff0f;color:#fff}.chat-header-user{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:12px;transition:background .15s}.chat-header-user:hover{background:#ffffff0f}.chat-header-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.chat-header-name-row{display:flex;align-items:center;gap:4px}.chat-header-name{font-size:16px;font-weight:700;color:#fff}.chat-messages{flex:1;overflow-y:auto;padding:16px 16px 8px;display:flex;flex-direction:column;gap:3px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.chat-loading{display:flex;align-items:center;justify-content:center;flex:1}.message-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:2px}.message-row.me{justify-content:flex-end}.message-row.them{justify-content:flex-start}.message-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-bubble{max-width:70%;padding:10px 14px;border-radius:18px;word-wrap:break-word;overflow-wrap:break-word}.message-bubble.me{background:#72a4bb;color:#fff;border-bottom-right-radius:4px}.message-bubble.them{background:#1a1a1a;color:#ffffffe6;border-bottom-left-radius:4px}.message-text{font-size:15px;line-height:1.45;margin:0}.message-time{font-size:10px;margin-top:4px;display:block;text-align:right;opacity:.5}.messages-split-right .chat-back-btn{display:none}.chat-input-bar{padding:8px 12px 14px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.chat-pending-post{display:flex;align-items:center;gap:8px;background:#ffffff0d;border-radius:12px;padding:8px 12px;margin-bottom:6px;font-size:13px;font-weight:500;color:#ffffffb3}.chat-pending-post span{flex:1}.chat-pending-post button{background:none;border:none;color:#fff6;cursor:pointer;padding:2px;display:flex}.chat-pending-post button:hover{color:#fff}.chat-input-container{display:flex;align-items:flex-end;gap:8px;background:#1a1a1a;border-radius:24px;padding:6px 6px 6px 16px}.chat-input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:15px;resize:none;max-height:100px;padding:6px 0;font-family:inherit;line-height:1.4}.chat-input::placeholder{color:#ffffff4d}.chat-send-btn{width:34px;height:34px;border-radius:50%;border:none;background:#ffffff14;color:#fff6;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s;padding:0}.chat-send-btn.active{background:#87ceeb;color:#fff}.chat-send-btn:disabled{cursor:not-allowed;opacity:.4}.new-chat-page{height:100%;display:flex;flex-direction:column;box-sizing:border-box}.new-chat-header{display:flex;align-items:center;gap:6px;padding:12px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.new-chat-header h2{font-size:18px;font-weight:700;color:#fff;margin:0}.new-chat-search{display:flex;align-items:center;gap:8px;margin:12px 16px;padding:10px 14px;background:#1a1a1a;border-radius:14px;color:#ffffff59;flex-shrink:0}.new-chat-search input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:15px;font-family:inherit}.new-chat-search input::placeholder{color:#ffffff4d}.new-chat-list{flex:1;overflow-y:auto;padding:4px 8px}.new-chat-row{display:flex;align-items:center;gap:12px;padding:10px;border:none;background:none;cursor:pointer;border-radius:14px;transition:background .15s;width:100%;text-align:left}.new-chat-row:hover{background:#ffffff0f}.new-chat-row:disabled{opacity:.6;cursor:wait}.new-chat-user-info{flex:1;min-width:0}.new-chat-fullname{font-size:15px;font-weight:600;color:#fff}.new-chat-username{font-size:13px;color:#fff6;margin-top:2px;display:block}.new-chat-spinner{animation:msg-spin 1s linear infinite;color:#fff6}@keyframes msg-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.new-chat-empty{display:flex;align-items:center;justify-content:center;padding:60px 0;color:#ffffff59;font-size:15px}.msg-loading-dots{display:flex;gap:4px}.msg-loading-dots span{width:6px;height:6px;border-radius:50%;background:#ffffff59;animation:msg-dot-bounce 1.2s infinite}.msg-loading-dots span:nth-child(2){animation-delay:.2s}.msg-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes msg-dot-bounce{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media(max-width:1024px){.chat-page,.new-chat-page{height:100vh}.message-bubble{max-width:80%}}@media(prefers-color-scheme:light){.messages-split-left{border-right-color:#f3f4f6}.messages-empty-chat{color:#d1d5db}.messages-empty-chat h3{color:#6b7280}.messages-empty-chat p{color:#9ca3af}.conversation-row.active{background:#87ceeb14}.conversations-title{color:#111}.conversations-new-btn{color:#333}.conversations-new-btn:hover{background:#0000000a;color:#111}.conversations-loading,.conversations-empty{color:#9ca3af}.conversations-empty h3{color:#111}.conversations-empty p{color:#9ca3af}.conversation-row:hover{background:#0000000a}.conversation-username{color:#111}.conversation-last-msg{color:#9ca3af}.conversation-last-msg.unread{color:#111}.conversation-time{color:#9ca3af}.chat-header{border-bottom-color:#f3f4f6}.chat-back-btn{color:#333}.chat-back-btn:hover{background:#0000000a;color:#111}.chat-header-user:hover{background:#0000000a}.chat-header-name{color:#111}.chat-messages{scrollbar-color:rgba(0,0,0,.08) transparent}.chat-messages::-webkit-scrollbar-thumb{background:#00000014}.message-bubble.them{background:#f0f0f0;color:#111}.chat-input-bar{border-top-color:#f3f4f6}.chat-pending-post{background:#f5f5f5;color:#333}.chat-pending-post button{color:#999}.chat-pending-post button:hover{color:#111}.chat-input-container{background:#f5f5f5}.chat-input{color:#111}.chat-input::placeholder{color:#999}.chat-send-btn{background:#e5e7eb;color:#999}.chat-send-btn.active{background:#87ceeb;color:#fff}.new-chat-header{border-bottom-color:#f3f4f6}.new-chat-header h2{color:#111}.new-chat-search{background:#f5f5f5;color:#999}.new-chat-search input{color:#111}.new-chat-search input::placeholder{color:#999}.new-chat-row:hover{background:#0000000a}.new-chat-fullname{color:#111}.new-chat-username,.new-chat-spinner,.new-chat-empty{color:#9ca3af}.msg-loading-dots span{background:#9ca3af}}.login-popover-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#00000080;z-index:9999;padding:1rem}.login-popover{position:relative;width:100%;max-width:420px;background-color:#fff;padding:28px 24px 24px;border-radius:16px;box-shadow:0 10px 30px #00000026;text-align:center;box-sizing:border-box}.login-popover-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#999;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center}.login-popover-close:hover{color:#333}.login-popover-logo{height:40px;margin-bottom:12px}.login-popover__title{font-size:1.125rem;font-weight:600;margin:0 0 12px;color:#0f172a}.login-popover__text{margin:0 0 16px;color:#334155;line-height:1.4;font-size:.95rem}.login-popover__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.login-popover__btn{min-width:100px;padding:8px 16px;border-radius:8px;border:0;cursor:pointer;font-weight:600;font-size:.95rem;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease;box-sizing:border-box}.login-popover__btn--cancel{background-color:#e6e7e8;color:#0f172a}.login-popover__btn--primary{background-color:#87ceeb;color:#fff}.login-popover__btn:focus{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.login-popover__btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #00000014}.login-popover__btn:active{transform:translateY(0)}@media(max-width:420px){.login-popover{padding:18px;border-radius:12px}.login-popover__btn{min-width:88px;padding:8px 14px}}@media(prefers-color-scheme:dark){.login-popover{background-color:#181717;box-shadow:0 10px 30px #0009}.login-popover__title{color:#fcfcfc}.login-popover__text{color:#b0b3b7}.login-popover-close{color:#666}.login-popover-close:hover{color:#fff}.login-popover-logo{filter:brightness(0) saturate(100%) invert(1)}}.alert-overlay{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999}.alert-item{padding:.75rem 1rem;border-radius:8px;color:#fff;cursor:pointer;min-width:250px;box-shadow:0 2px 8px #0003}.alert-item.error{background-color:#e74c3c}.alert-item.success{background-color:#2ecc71}.alert-item.info{background-color:#3498db}.alert-item.warning{background-color:#f1c40f;color:#000}@media(max-width:768px){.alert-overlay{top:0}}
