:root{--bg-main:#fbfcfd;--bg-white:#fff;--border-light:#e9ecf1;--border-main:#dbe0e8;--text-black:#000;--text-gray:#5e6673;--text-muted:#717171;--heart-red:#ff4d4d;--heart-outline:#4b5563;--topic-badge-bg:rgba(0,184,122,.2);--topic-badge-text:#0f1b31;--topic-badge-border:#00b87a;--avatar-green:#e9f8eb;--primary:#2d7a8c;--primary-dark:#256a7a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{font-family:var(--font-poppins),"Noto Sans","Noto Sans Arabic","Noto Sans Bengali","Noto Sans Devanagari","Noto Sans Thai","Noto Sans Georgian","Noto Sans Armenian","Noto Sans Hebrew","Noto Sans JP","Noto Sans KR","Noto Sans SC","Noto Sans TC","SF Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:var(--bg-main);color:var(--text-black);line-height:1.25;font-size:16px;min-height:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.app-container{min-height:100vh;display:flex;justify-content:center;background:var(--bg-main);max-width:100%}.main-layout{display:flex;max-width:1100px;width:100%;min-width:0;margin:0 auto}.left-sidebar{width:80px;min-width:80px;padding:24px 8px;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;align-self:flex-start;background:var(--bg-main);z-index:10000;box-sizing:border-box}.left-sidebar,.sidebar-logo{display:flex;align-items:center}.sidebar-logo{margin-bottom:40px;justify-content:center}.sidebar-logo,.sidebar-logo svg{width:48px;height:48px}.sidebar-nav{flex-direction:column;gap:8px;flex:1 1}.sidebar-nav,.sidebar-nav-item{display:flex;align-items:center}.sidebar-nav-item{width:56px;height:56px;justify-content:center;border-radius:12px;transition:background .2s;color:var(--text-gray);cursor:pointer;border:none;background:none;padding:0;text-decoration:none}.sidebar-nav-item:hover{background:rgba(0,0,0,.05)}.sidebar-nav-item.active{color:var(--primary);background:rgba(45,122,140,.1)}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:8px;align-items:center}.content-area{flex:1 1;max-width:620px;padding:12px 0 0;min-width:0;overflow:hidden}.content-area-centered{margin:0 auto}.feed-card{background:var(--bg-white);border:1px solid var(--border-main);border-bottom:none;border-radius:24px 24px 0 0;min-height:calc(100vh - 76px)}.feed-card-inner{padding:0 24px;min-width:0;overflow:hidden}.content-tabs{justify-content:flex-start;height:68px;padding:0 8px;background:rgba(251,252,253,.8);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);margin-bottom:0}.content-tab,.content-tabs{display:flex;align-items:center;position:relative}.content-tab{font-family:inherit;font-size:18px;font-weight:400;line-height:24px;color:#0f1b31;opacity:.5;padding:8px;transition:opacity .2s;justify-content:center;flex:1 1}.content-tab:hover{opacity:.7}.content-tab.active{color:#0f1b31;font-weight:600;opacity:1}.content-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#2b88fb;border-radius:2px 2px 0 0}.content-tabs-pending{position:relative}.content-tabs-pending:before{content:"";position:absolute;top:0;left:0;height:2px;width:30%;background:linear-gradient(90deg,transparent,#2b88fb,transparent);border-radius:1px;animation:tab-loading-bar 1s ease-in-out infinite;z-index:1}@keyframes tab-loading-bar{0%{left:0}50%{left:70%}to{left:0}}.content-tabs-pending .content-tab.active:after{animation:tab-active-pulse 1s ease-in-out infinite}@keyframes tab-active-pulse{0%,to{opacity:1}50%{opacity:.4}}.feeling-input-box{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--border-light)}.feeling-input-left{display:flex;align-items:center;gap:12px}.feeling-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#e8f4f8,#d4e8ed);display:flex;align-items:center;justify-content:center;font-size:20px}.feeling-placeholder{font-size:16px;color:var(--text-gray)}.feeling-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:20px;font-size:14px;color:var(--text-black)}.feeling-btn:hover{background:var(--bg-main)}.post-card{padding:16px 0;border-bottom:1px solid var(--border-light);display:flex;flex-wrap:wrap;gap:12px;position:relative}.post-avatar-col{flex-direction:column;flex-shrink:0}.post-avatar,.post-avatar-col{display:flex;align-items:center;width:36px}.post-avatar{height:36px;min-width:36px;border-radius:50%;background:var(--avatar-green);justify-content:center;overflow:hidden}.post-avatar .avatar-img{width:100%;height:100%;object-fit:cover}.post-avatar .avatar-emoji{font-size:20px}.post-body{flex:1 1;min-width:0}.post-header{justify-content:space-between;margin-bottom:4px}.post-meta-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.moderation-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;padding:2px 8px;border-radius:12px;white-space:nowrap;flex-shrink:0}.moderation-badge.pending{background:rgba(255,170,0,.12);color:#d4910a}.author-name{font-weight:590;font-size:16px;line-height:20px;color:var(--text-black)}.author-flag{margin-left:2px}.post-time{font-weight:400;font-size:16px;line-height:20px}.meta-dot,.post-time{color:var(--text-gray)}.meta-dot{margin:0 2px}.post-feeling{font-weight:400;font-size:16px;line-height:20px;color:var(--text-gray)}.feeling-emoji{font-size:16px;margin-left:4px}.feeling-gif{width:20px;height:20px;margin-left:4px;vertical-align:middle;display:inline-block;object-fit:contain}.post-menu{padding:4px;opacity:.6;transition:opacity .2s}.post-menu:hover{opacity:1}.post-topic-badge{gap:8px;padding:8px;background:var(--topic-badge-bg);max-width:100%;border:1px solid var(--topic-badge-border);border-radius:12px;margin-bottom:8px;transition:background .2s}.post-topic-badge:hover{background:rgba(0,184,122,.3)}.topic-pill{font-family:inherit;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:18px;color:var(--topic-badge-text)}.post-topic-badge svg{color:var(--topic-badge-text);flex-shrink:0}.post-content-link{display:block;text-decoration:none;color:inherit}.post-content-link:hover .post-content{opacity:.85}.post-content{margin:8px 0 12px}.post-content p{font-family:inherit;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:var(--text-black);word-wrap:break-word;overflow-wrap:anywhere}.post-audio{gap:12px;padding:12px 16px;background:#1a1a2e;border-radius:24px;margin:8px 0 12px}.audio-play-btn,.post-audio{display:flex;align-items:center}.audio-play-btn{width:28px;height:28px;border-radius:50%;background:#fff;justify-content:center}.audio-play-btn svg{margin-left:2px}.audio-play-btn svg path{fill:#1a1a2e}.audio-waveform{flex:1 1}.waveform-bar{background:hsla(0,0%,100%,.6)}.post-actions{align-items:center;gap:16px}.action-btn{display:flex;align-items:center;gap:6px;color:var(--heart-outline);font-size:14px;transition:color .2s}.action-btn:hover{color:var(--text-black)}.action-btn.liked{color:var(--heart-red)}.action-btn.liked svg path{fill:var(--heart-red);stroke:var(--heart-red)}.action-btn svg{width:22px;height:22px}.adult-content-cover{background-color:#f1f3f6;border-radius:12px;padding:16px;margin:8px 0 12px;text-align:center;display:flex;flex-direction:column;align-items:center;cursor:pointer}.adult-cover-title{font-size:14px;font-weight:500;color:#0f1b31;letter-spacing:-.28px}.adult-cover-desc{font-size:13px;font-weight:400;color:#666670;text-align:center;margin:8px 0 0;line-height:17px;letter-spacing:-.26px}.adult-cover-see-why{font-weight:500;color:#0f1b31}.adult-cover-show-btn{background-color:#00b87a;border:none;border-radius:100px;padding:10px 43px;margin-top:12px;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:background-color .15s}.adult-cover-show-btn:hover{background-color:#00a56e}.adult-why-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:100000}.adult-why-popup{background:#fff;border-radius:20px;padding:24px 28px 28px;width:90%;max-width:420px;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.12)}.adult-why-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;color:#7c8696;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}.adult-why-close:hover{background:#f3f4f6}.adult-why-handle{display:none}.adult-why-title{font-size:16px;font-weight:600;color:#0f1b31;line-height:25.6px}.adult-why-desc,.adult-why-title{text-align:center;margin:0 0 24px}.adult-why-desc{font-size:14px;font-weight:400;color:#666670;line-height:22.4px}.adult-why-learn{font-size:12px;text-align:center;line-height:18px;color:#666670;margin:0}.adult-why-learn strong{font-weight:500;color:#0f1b31}.adult-why-link{color:#0f1b31;text-decoration:underline;text-underline-offset:2px}.adult-why-link:hover{color:#00a778}.right-sidebar{width:316px;padding:0 0 24px;margin-left:24px;margin-top:0;position:-webkit-sticky;position:sticky;top:0;max-height:100vh;overflow-y:auto;align-self:flex-start;scrollbar-width:none}.right-sidebar::-webkit-scrollbar{display:none}.sidebar-login-row{display:flex;justify-content:flex-end;align-items:center;height:68px;margin-bottom:0}.login-button-placeholder{width:90px;height:40px;border-radius:12px;visibility:hidden}.login-button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;background:#00b87a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:21px;border-radius:12px;text-decoration:none;transition:background .2s ease;white-space:nowrap}.login-button:hover{background:#00a66e}.login-button.logged-in{display:flex;align-items:center;gap:8px;background:#2b88fb}.login-button.logged-in:hover{background:#1a6fd9}.header-user-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.header-user-initial{width:24px;height:24px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.user-avatar-btn{padding:0!important}.sidebar-user-avatar{object-fit:cover}.sidebar-user-avatar,.sidebar-user-avatar-placeholder{width:32px;height:32px;border-radius:50%;border:2px solid #2b88fb;box-shadow:0 0 0 2px rgba(43,136,251,.2)}.sidebar-user-avatar-placeholder{background:#2b88fb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.user-avatar-btn:hover .sidebar-user-avatar,.user-avatar-btn:hover .sidebar-user-avatar-placeholder{box-shadow:0 0 0 3px rgba(43,136,251,.4)}.sidebar-user-avatar-placeholder.hidden{display:none}.trending-box{background:var(--bg-white);border:1px solid var(--border-main);border-radius:24px;overflow:hidden;margin-bottom:24px}.trending-box-header{display:flex;align-items:center;gap:4px;padding:15px 15px 12px}.trending-box-title{font-family:inherit;font-weight:510;font-size:16px;line-height:1.3;letter-spacing:-.32px;color:#0f1b31;flex:1 1}.trending-carousel-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.trending-carousel-counter{font-family:inherit;font-size:12px;color:#7c8696;margin-right:2px}.trending-carousel-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid #e8e8ea;background:#fff;color:#0f1b31;cursor:pointer;transition:background .15s ease,border-color .15s ease;padding:0}.trending-carousel-btn:hover:not(:disabled){background:#f5f5f7;border-color:#d0d0d4}.trending-carousel-btn:disabled{color:#c8c8cc;cursor:default;border-color:#f0f0f2}.trending-fire{font-size:20px}.trending-topics-list{display:flex;flex-direction:column}.trending-topic-item{display:block;padding:16px 15px;border-bottom:1px solid var(--border-main);transition:background .2s}.trending-topic-item:last-child{border-bottom:none}.trending-topic-user{display:flex;align-items:center;gap:8px;margin-bottom:8px}.trending-topic-avatar{width:24px;height:24px;border-radius:50%;background:var(--avatar-green);display:flex;align-items:center;justify-content:center;font-size:12px;overflow:hidden}.trending-topic-avatar img{width:100%;height:100%;object-fit:cover}.trending-topic-author{font-family:inherit;font-weight:400;font-size:12px;line-height:1.5;color:#0f1b31}.trending-topic-item a{text-decoration:none;color:inherit}.trending-topic-item a:hover .trending-topic-title{text-decoration:underline;color:var(--primary-blue,#2563eb)}.trending-topic-title{font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#0f1b31;margin-bottom:8px}.trending-topic-desc{color:#4b5563;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trending-topic-desc,.trending-topic-stats{font-family:inherit;font-weight:400;font-size:12px;line-height:1.6}.trending-topic-stats{color:#7c8696;display:flex;align-items:center;gap:4px}.trending-topic-stats .stats-dot{margin:0 4px}.trending-post-item{padding:16px 15px;border-bottom:1px solid var(--border-main)}.trending-post-user{display:flex;align-items:center;gap:8px;margin-bottom:8px}.trending-post-avatar{font-size:12px;overflow:hidden}.trending-post-avatar img{width:100%;height:100%;object-fit:cover}.trending-post-author{font-size:12px;line-height:1.5}.trending-post-author,.trending-post-content{font-family:inherit;font-weight:400;color:#0f1b31}.trending-post-content{line-height:18px}.trending-post-stats{font-family:inherit;font-weight:400;line-height:1.6;color:#7c8696;display:flex;align-items:center;gap:4px}.latest-post-item{padding:16px 15px;border-bottom:1px solid var(--border-main)}.latest-post-user{display:flex;align-items:center;gap:8px;margin-bottom:8px}.latest-post-avatar{font-size:12px;overflow:hidden}.latest-post-avatar img{width:100%;height:100%;object-fit:cover}.latest-post-author{font-family:inherit;font-weight:400;font-size:12px;line-height:1.5;color:#0f1b31}.latest-post-topic-badge{gap:8px;padding:8px;background:var(--topic-badge-bg);border:1px solid var(--topic-badge-border);border-radius:12px;font-size:14px;color:var(--topic-badge-text);transition:background .2s}.latest-post-topic-badge:hover{background:rgba(0,184,122,.3)}.latest-post-content{font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#0f1b31}.latest-post-stats{font-family:inherit;font-weight:400;line-height:1.6;color:#7c8696;display:flex;align-items:center;gap:4px}.footer-links{padding:16px 0 0}.footer-link{font-size:12px;color:inherit;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-dot{font-size:12px;margin:0 2px}.footer-lang{display:flex;align-items:center;gap:4px;font-family:inherit;font-size:12px;font-weight:400;line-height:24px;color:#000;opacity:.5;margin-top:8px;cursor:pointer;background:none;border:none;padding:0}.footer-copyright{margin-top:12px}.mood-post-card{padding:16px 0;border-bottom:1px solid var(--border-light);display:flex;gap:12px}.mood-post-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--avatar-green);display:flex;align-items:center;justify-content:center;overflow:hidden}.mood-post-avatar .avatar-img{width:100%;height:100%;object-fit:cover}.mood-post-avatar .avatar-emoji{font-size:20px}.mood-post-body{flex:1 1;min-width:0}.mood-post-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:4px}.mood-post-meta-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.mood-author-name{font-weight:590;font-size:16px;line-height:20px;color:var(--text-black)}.mood-author-flag{font-size:16px}.mood-post-time{font-size:16px}.mood-meta-dot,.mood-post-feeling,.mood-post-time{color:var(--text-gray)}.mood-post-feeling{font-size:16px}.mood-feeling-emoji{font-size:16px;margin-left:4px}.mood-post-menu{padding:4px;opacity:.6}.mood-post-content{margin:12px 0}.mood-post-content p{font-family:inherit;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:var(--text-black);word-wrap:break-word;overflow-wrap:anywhere}.mood-poll{margin:12px 0}.mood-poll-option{width:100%;padding:12px 16px;background:var(--bg-main);border:1px solid var(--border-light);border-radius:8px;margin-bottom:8px;text-align:left;font-size:14px;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center}.poll-option-bar{position:absolute;left:0;top:0;height:100%;background:#0f1b31;border-radius:8px 0 0 8px;transition:width .3s ease}.poll-option-text{position:relative;z-index:1;color:#1a1a2e}.mood-poll-option.has-votes .poll-option-text{color:#fff}.poll-option-percent{position:relative;z-index:1;font-weight:500;color:var(--text-gray)}.mood-poll-footer{display:flex;align-items:center;margin-top:12px}.mood-poll-responses{font-size:14px;color:var(--text-gray)}.mood-post-reactions{display:flex;align-items:center;gap:12px}.mood-reaction{display:flex;align-items:center;gap:4px;background:#f5f6f8;border:none;border-radius:100px;padding:4px 10px;cursor:pointer;transition:background .15s}.mood-reaction:hover{background:#ebedf0}.reaction-emoji{font-size:16px}.reaction-count{font-size:13px;font-weight:500;color:#555}.mood-react-wrapper{position:relative;margin-left:4px}.mood-react-btn{opacity:.6;cursor:pointer;background:none;border:none;padding:2px;display:flex;align-items:center;transition:opacity .15s}.mood-react-btn:hover{opacity:1}.emoji-picker-popup{position:absolute;bottom:calc(100% + 8px);left:0;background:#fff;border-radius:100px;padding:6px 8px;display:flex;gap:2px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:9999;white-space:nowrap}.emoji-picker-item{background:none;border:none;font-size:22px;cursor:pointer;padding:4px 6px;border-radius:8px;transition:background .12s,transform .12s;line-height:1}.emoji-picker-item:hover{background:#f0f0f3;transform:scale(1.2)}.post-detail-page{max-width:1100px;margin:0 auto;padding:24px}.post-detail-container{display:flex;gap:24px;align-items:flex-start}.post-detail-main{flex:1 1;max-width:680px}.post-detail-sidebar{width:340px;align-self:flex-start;display:flex;flex-direction:column;gap:16px}.get-app-banner{background:#fff;border:1px solid #dbe0e8;border-radius:24px;padding:15px}.get-app-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.get-app-title{font-family:inherit;font-size:24px;font-weight:500;margin:0;color:#0f1b31;line-height:30px}.get-app-fire{font-size:20px}.get-app-subtitle{font-family:inherit;font-size:14px;font-weight:400;margin:0 0 12px;color:#4b5563;line-height:1.4}.get-app-content{display:flex;align-items:center;gap:16px}.get-app-qr{width:118px;height:118px;flex-shrink:0}.get-app-qr img{width:100%;height:100%;object-fit:contain}.get-app-divider{width:1px;height:56px;background:#dbe0e8;flex-shrink:0}.get-app-badges{display:flex;flex-direction:column;gap:8px;flex:1 1}.store-badge{display:block;height:40px}.store-badge img{height:40px;width:auto}.store-badge-fallback{display:flex;align-items:center;gap:8px;background:#000;border-radius:6px;padding:6px 12px;height:40px;box-sizing:border-box}.store-badge-fallback svg{flex-shrink:0}.store-badge-text{display:flex;flex-direction:column;color:#fff}.store-badge-label{font-size:8px;font-weight:400;text-transform:uppercase;line-height:1.2}.store-badge-name{font-size:14px;font-weight:600;line-height:1.2}.sidebar-footer{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.sidebar-footer-links{font-family:inherit;font-size:12px;font-weight:400;line-height:24px;color:rgba(0,0,0,.6);display:flex;flex-wrap:wrap;align-items:center;gap:2px}.sidebar-footer-links a{color:rgba(0,0,0,.6);text-decoration:none;transition:color .2s ease}.sidebar-footer-links a:hover{color:rgba(0,0,0,.85)}.footer-dot{color:rgba(0,0,0,.6)}.sidebar-footer-language{display:flex;align-items:center;gap:4px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:12px;font-weight:400;line-height:24px;color:rgba(0,0,0,.6)}.sidebar-footer-language:hover{color:rgba(0,0,0,.85)}.sidebar-footer-language svg{width:16px;height:16px;opacity:.6}.language-selector-inline{position:relative;display:inline-flex;align-items:center}.sidebar-footer-language-inline{display:inline-flex;align-items:center;gap:3px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:12px;font-weight:400;line-height:24px;color:rgba(0,0,0,.6)}.sidebar-footer-language-inline:hover{color:rgba(0,0,0,.85)}.language-selector-wrapper{position:relative;display:inline-block}.language-dropdown{position:absolute;bottom:100%;right:0;width:340px;max-width:calc(100vw - 32px);max-height:420px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;z-index:100;margin-bottom:8px}.language-dropdown-fixed{max-height:min(420px,calc(100vh - 100px));overflow:hidden}.language-dropdown-search{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08);background:#fafafa}.language-search-input{width:100%;padding:9px 12px 9px 34px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:13px;font-family:inherit;outline:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") 10px no-repeat;color:#333;box-sizing:border-box}.language-search-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.1)}.language-search-input::placeholder{color:rgba(0,0,0,.35)}.language-dropdown-list{overflow-y:auto;max-height:340px;padding:6px}.language-dropdown-list::-webkit-scrollbar{width:5px}.language-dropdown-list::-webkit-scrollbar-track{background:transparent}.language-dropdown-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:10px}.language-dropdown-list::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}.language-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s ease;gap:12px;box-sizing:border-box}.language-dropdown-item:hover{background:rgba(20,184,166,.08)}.language-dropdown-item:active{background:rgba(20,184,166,.14)}.language-dropdown-item .lang-name{font-size:13px;font-weight:500;color:#1a1a1a;white-space:nowrap;flex:1 1}.language-dropdown-item .lang-native{font-size:12px;color:rgba(0,0,0,.4);white-space:nowrap;text-align:right}.language-dropdown-item .lang-code{font-size:11px;color:rgba(0,0,0,.3);text-transform:uppercase;font-weight:600;letter-spacing:.5px;min-width:22px;flex-shrink:0}.language-dropdown-empty{padding:24px 16px;text-align:center;font-size:13px;color:rgba(0,0,0,.4)}.sidebar-footer-copyright{font-family:inherit;font-size:12px;font-weight:400;line-height:16px;color:rgba(0,0,0,.6);margin:8px 0 0}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-gray);margin-bottom:16px}.breadcrumb a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--text-muted)}.breadcrumb-current{color:var(--text-black)}.unified-post-block{background:var(--bg-white);border:1px solid var(--border-main);border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 10px 5px 0 rgba(0,0,0,.05);overflow:hidden}.post-detail-card{padding:24px;border-bottom:1px solid var(--border-light)}.post-detail-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.post-detail-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.post-detail-avatar .avatar-emoji{font-size:20px}.post-detail-avatar .avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.post-detail-info{flex:1 1;min-width:0}.post-detail-author-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.author-flag,.post-author-name{font-size:16px}.post-detail-meta-row{display:flex;align-items:center;gap:6px}.post-date-text{font-family:inherit;font-size:14px;color:#3d4654}.meta-separator{color:#3d4654;font-size:12px}.post-feeling-text{font-family:inherit;font-size:14px;color:#3d4654}.feeling-emoji{margin-left:2px}.post-options-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:6px;flex-shrink:0}.post-options-btn:hover{background:rgba(0,0,0,.05)}.post-detail-content{margin-bottom:16px}.post-detail-content p{font-family:inherit;font-weight:400;font-size:16px;line-height:normal;color:var(--text-black);margin:0}.post-audio-player{background:#f5f5f5;border-radius:12px;padding:16px;margin-bottom:16px}.audio-waveform{display:flex;align-items:center;gap:2px;height:32px}.waveform-bar{width:3px;background:#7c8696;border-radius:2px}.post-detail-actions{display:flex;align-items:center;gap:16px;padding-top:16px}.post-action-btn{background:transparent}.post-action-btn:hover{opacity:.7}.share-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10002}.share-popup{background:#fff;border-radius:16px;padding:24px;width:420px;max-width:90vw;box-shadow:0 8px 32px rgba(0,0,0,.15)}.share-popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.share-popup-header h3{font-size:18px;font-weight:600;color:#0f1b31;margin:0}.share-popup-close{background:none;border:none;cursor:pointer;color:#7c8696;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center}.share-popup-close:hover{background:#f0f2f5;color:#0f1b31}.share-popup-link-row{display:flex;gap:8px;align-items:center}.share-popup-link-input{flex:1 1;padding:10px 14px;border:1px solid #e0e4ea;border-radius:10px;font-size:14px;color:#4b5563;background:#f8f9fa;outline:none;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-popup-link-input:focus{border-color:#7c5cfc}.share-popup-copy-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:10px;background:#00b87a;color:#fff;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s}.share-popup-copy-btn:hover{background:#009e68}.action-count{font-family:inherit;font-size:14px;color:#4b5563}.comment-section{padding:24px;display:flex;flex-direction:column;min-height:200px}.private-advice-notice{background-color:#f4f6f8;border-radius:8px;padding:12px;display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.private-advice-notice svg{flex-shrink:0}.private-advice-notice p{font-family:inherit;font-size:14px;line-height:21px;color:#4b5563;margin:0}.comment-list{flex:1 1}.no-comments-spacer{min-height:100px}.no-advice-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;text-align:center}.no-advice-title{font-family:inherit;font-size:16px;font-weight:600;color:var(--text-black);margin:0 0 4px}.no-advice-subtitle{font-family:inherit;font-size:14px;font-weight:400;color:var(--text-gray);margin:0}.comment-header{margin-bottom:20px}.comment-title{font-family:inherit;font-weight:600;font-size:18px;color:#0f1b31;margin:0}.comment-list{display:flex;flex-direction:column}.no-comments{text-align:center;padding:32px 0;color:#4b5563}.comment-item{display:flex;gap:12px;padding:0 0 20px}.comment-connector{flex-direction:column}.comment-avatar-wrapper,.comment-connector{display:flex;align-items:center;width:32px;flex-shrink:0}.comment-avatar-wrapper{height:32px;border-radius:50%;justify-content:center}.comment-line{width:2px;flex:1 1;background:#e5e7eb;margin-top:8px;border-radius:1px}.comment-content-wrapper{flex:1 1;min-width:0}.comment-header-row{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}.comment-author-name{font-family:inherit;font-weight:600;font-size:14px;color:#0f1b31}.comment-flag{font-size:14px}.comment-dot{color:#4b5563;font-size:10px}.comment-time{font-family:inherit;font-size:13px;color:#4b5563}.comment-text{font-family:inherit;font-size:14px;line-height:1.5;color:#000;margin:0 0 12px}.comment-footer{justify-content:space-between}.comment-footer,.vote-buttons{display:flex;align-items:center}.vote-buttons{background:#f5f6f8;border-radius:20px;padding:4px 8px;gap:8px}.vote-btn{display:flex;align-items:center;gap:4px;background:transparent;border:none;cursor:pointer;padding:4px}.vote-btn:hover{opacity:.7}.vote-count{font-family:inherit;font-size:13px;color:#006ecc}.comment-actions{display:flex;align-items:center;gap:16px}.comment-action-text{font-family:inherit;font-size:13px;color:#4b5563;background:transparent;border:none;cursor:pointer;padding:0}.vote-btn.vote-up{color:#4b5563}.vote-btn.vote-up.has-votes,.vote-btn.vote-up:hover{color:#006ecc}.vote-btn.vote-down{color:#4b5563}.vote-btn.vote-down.has-votes,.vote-btn.vote-down:hover{color:#e53935}.advice-section{padding:0}.advice-card{display:flex;gap:12px;padding-bottom:24px;margin-bottom:24px;position:relative}.advice-card:last-child{margin-bottom:0;padding-bottom:0}.advice-card.advice-reply{padding-bottom:16px;margin-bottom:16px}.advice-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.advice-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.advice-content-wrapper{flex:1 1;min-width:0}.advice-header{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-bottom:6px}.advice-author{font-family:inherit;font-size:14px;font-weight:600;color:#0f1b31}.advice-flag{font-size:14px;margin-left:2px}.advice-rank-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:12px}.advice-rank-badge,.advice-time{font-family:inherit;margin-left:4px}.advice-time{font-size:13px;color:#545460}.advice-text{font-family:inherit;font-size:15px;font-weight:400;line-height:1.5;color:#0f1b31;margin:0 0 12px}.advice-connector-straight{width:1.5px;flex:1 1;background:#e2e6ed;margin-top:4px;border-radius:1px}.post-avatar-col.has-advice-line{margin-bottom:-26px;z-index:1}.post-advice-row{width:100%;display:flex;flex-direction:column;position:relative}.advice-separator{height:1px;background:#e2e6ed;margin-left:36px}.advice-preview-content{padding:8px 0 4px 48px;position:relative}.advice-preview-content:before{content:"";position:absolute;left:17.25px;top:-2px;width:18px;height:18px;border:1.5px solid #e2e6ed;border-top:none;border-right:none;border-bottom-left-radius:14px}.advice-preview-content p{font-family:inherit;font-size:14px;font-weight:400;color:#0f1b31;line-height:18.2px;letter-spacing:-.28px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.advice-preview-content .advice-author{font-weight:500;color:#0f1b31;letter-spacing:-.28px}.advice-preview-content .advice-flag{font-size:14px;margin-left:2px}.view-all-advice{font-family:inherit;font-size:12px;font-weight:400;color:#666670;text-decoration:none;display:block;margin-top:4px}.view-all-advice:hover{text-decoration:underline}.advice-actions{display:flex;align-items:center;gap:16px}.advice-replies{margin-top:16px;padding-left:8px;border-left:2px solid #e2e6ed}.best-advice-badge{display:flex;align-items:center;gap:4px;background:rgba(0,167,120,.08);padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;color:#00a778;margin-left:4px}.best-advice-badge span,.rank-badge{font-size:11px}.rank-badge{font-weight:600;margin-left:8px}.comment-item.best-advice{background:linear-gradient(135deg,#fffde7,#fff8e1);border-radius:12px;padding:12px;margin:-12px -12px 16px}.comment-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.replies-list{margin-top:16px;padding-left:20px;border-left:2px solid #e5e7eb}.reply-item{margin-bottom:12px}.reply-item:last-child{margin-bottom:0}.reply-connector{display:flex;flex-direction:column;align-items:center}.reply-avatar-wrapper{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reply-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.reply-line{width:2px;flex:1 1;background:#e5e7eb;margin-top:8px}.reply-content-wrapper{flex:1 1}.reply-header-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.reply-author-name{font-weight:600;font-size:13px;color:var(--text-black)}.reply-dot,.reply-time{color:#7c8696}.reply-text{color:var(--text-black);margin:0}.thoughts-placeholder h2{color:var(--text-black);margin-bottom:12px}.thoughts-placeholder p{font-size:16px;color:var(--text-gray);margin-bottom:8px}.thoughts-placeholder .coming-soon{font-size:14px;color:var(--primary);font-style:italic}.comment-action-text:hover{color:#0f1b31}.comment-input-wrapper{display:flex;align-items:center;gap:12px;padding:16px 24px;margin:0 -24px -24px;border-top:1px solid var(--border-light);background:var(--bg-white)}.comment-input-box{flex:1 1;display:flex;align-items:center;background:#f1f3f6;border-radius:50px;padding:12px 16px;gap:6px;height:48px}.comment-input{flex:1 1;border:none;background:transparent;font-family:inherit;font-size:14px;outline:none}.comment-input::placeholder{color:#4b5563}.emoji-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0}.emoji-btn:hover{opacity:.7}.post-btn{background:#2d7a8c;color:#fff;border:none;border-radius:34px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;height:48px;display:flex;align-items:center;justify-content:center}.post-btn:hover{background:#256a7a}.related-posts-section{background:var(--bg-white);border:1px solid var(--border-main);border-radius:24px;overflow:hidden}.related-posts-header{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid var(--border-main)}.related-posts-title{font-family:inherit;font-size:16px;font-weight:600;line-height:24px;color:var(--text-black);margin:0}.related-posts-nav{display:flex;align-items:center;gap:8px}.carousel-arrow{width:28px;height:28px;border-radius:50%;border:1px solid var(--border-main);background:var(--bg-white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-black);transition:all .2s ease}.carousel-arrow:hover:not(:disabled){background:var(--bg-main)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-indicator{font-family:inherit;font-size:12px;color:var(--text-gray)}.related-posts-list{padding:0}.related-post-card{padding:16px 15px;border-bottom:1px solid var(--border-main);display:block;transition:background .2s ease}.related-post-card:last-child{border-bottom:none}.related-post-card:hover{background:var(--bg-main)}.related-post-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.related-avatar{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#e9f8eb}.related-avatar .avatar-img-small{width:20px;height:20px;object-fit:contain}.related-author{line-height:1.5}.related-author,.related-content{font-family:inherit;font-size:12px;font-weight:400;color:var(--text-black)}.related-content{line-height:1.6;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.related-content.expanded{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;max-height:none}.see-more-btn{font-family:inherit;font-size:12px;font-weight:500;color:var(--primary);background:none;border:none;padding:0;margin-bottom:8px;cursor:pointer;display:inline-block}.see-more-btn:hover{text-decoration:underline}.related-content-link{text-decoration:none;color:inherit;display:block}.related-content-link:hover .related-content{color:var(--primary)}.top-thought-title{font-family:inherit;font-size:16px;font-weight:600;line-height:1.3;color:#0f1b31;margin:0 0 8px}.related-content-link:hover .top-thought-title{color:var(--primary)}.hidden-post{position:absolute;left:-9999px;top:-9999px;visibility:hidden;pointer-events:none}.seo-hidden-post{height:0;overflow:hidden;opacity:0;margin:0;padding:0;pointer-events:none}.related-stats{font-family:inherit;font-size:12px;font-weight:400;line-height:1.6;display:flex;align-items:center;gap:4px}.related-stat,.related-stats,.stat-dot{color:var(--text-gray)}.stat-dot{margin:0 4px}.problem-summary{background:var(--bg-white);border:1px solid var(--border-main);border-radius:24px;padding:15px}.problem-summary-title{font-family:inherit;font-weight:400;font-size:14px;color:#0f1b31;text-align:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.problem-summary-content{font-family:inherit;font-size:16px;font-weight:400;color:#000;line-height:1.25;margin-bottom:16px}.problem-summary-tags{display:flex;flex-wrap:wrap;gap:8px}.problem-tag{background:#f4f6f8;border:1px solid #f1f3f6;padding:8px;border-radius:20px;font-family:inherit;font-size:12px;font-weight:400;color:#0f1b31;line-height:20px;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.problem-tag:hover{background:#e9ecef;border-color:#dbe0e8}.tags-page-header{display:flex;align-items:center;gap:12px;padding:20px 16px 16px}.tags-page-title{font-size:20px;font-weight:600;color:#0f1b31;margin:0}.tags-page-count{font-size:13px;color:rgba(15,27,49,.45);font-weight:400;margin-left:auto}.tags-grid{display:flex;flex-wrap:wrap;gap:10px;padding:16px}.tags-page-pill{display:inline-flex;align-items:center;gap:6px;background:#f4f6f8;border:1px solid #f1f3f6;padding:8px 14px;border-radius:20px;font-family:inherit;font-size:13px;font-weight:400;color:#0f1b31;line-height:20px;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.tags-page-pill:hover{background:#e9ecef;border-color:#dbe0e8}.tags-pill-name{color:#0f1b31}.tags-pill-count{font-size:11px;color:rgba(15,27,49,.4);background:rgba(15,27,49,.06);padding:1px 7px;border-radius:10px;font-weight:500}.tags-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:20px 16px;border-top:1px solid rgba(0,0,0,.06);margin-top:8px}.tags-pagination-btn{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;color:#0f1b31;text-decoration:none;background:#f4f6f8;border:1px solid #f1f3f6;transition:background .15s ease}.tags-pagination-btn:hover{background:#e9ecef}.tags-pagination-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;font-size:13px;font-weight:500;color:#0f1b31;text-decoration:none;transition:background .15s ease}.tags-pagination-num:hover{background:#f4f6f8}.tags-pagination-num.active{background:#0f1b31;color:#fff}.tags-pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:13px;color:rgba(15,27,49,.4)}.sidebar-tabs{display:flex;gap:16px;margin-bottom:16px;border-bottom:1px solid var(--border-light)}.sidebar-tab{padding:8px 0;font-size:14px;color:var(--text-gray);position:relative}.sidebar-tab.active{color:var(--text-black);font-weight:500}.sidebar-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#2b88fb}.empty-state{text-align:center;padding:48px 24px;color:var(--text-gray)}.empty-state svg{margin-bottom:16px;opacity:.5}.empty-state h3{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text-black)}.empty-state p{font-size:14px}.loading-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.trending-posts-list{display:flex;flex-direction:column;gap:0}.trending-post-item{padding:12px 0;border-bottom:1px solid var(--border-light);display:block}.trending-post-item:last-child{border-bottom:none}.trending-post-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.trending-post-avatar{width:24px;height:24px;border-radius:50%;background:var(--avatar-green);display:flex;align-items:center;justify-content:center;font-size:14px}.trending-post-author{font-size:13px;color:var(--text-gray)}.trending-post-content{font-size:14px;color:var(--text-black);line-height:1.4;margin-bottom:8px;display:block}.trending-post-stats{font-size:12px;color:var(--text-muted)}.trending-post-stats .stats-dot{margin:0 4px}.create-topic-bar{display:flex;align-items:center;gap:8px;padding:20px 24px;background:var(--bg-white);border:1px solid var(--border-main);border-radius:24px;margin-bottom:8px;transition:box-shadow .2s}.create-topic-bar:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.create-topic-avatar{width:32px;height:32px;border-radius:50%;background:var(--avatar-green);display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.create-topic-text{font-size:12px;color:var(--text-gray)}.topic-category-filter{display:flex;flex-wrap:wrap;gap:5px;padding:16px 0}.category-pill{font-family:inherit;font-size:14px;font-weight:400;padding:8px;background:#f1f3f6;border-radius:12px;color:#0f1b31;transition:all .2s;white-space:nowrap;letter-spacing:-.28px;line-height:1.3;text-decoration:none}.category-pill:hover{background:#e5e8ec}.category-pill.active{background:#006ecc;color:#fff}.topics-list{display:flex;flex-direction:column}.topic-card{padding:16px 0;border-bottom:1px solid var(--border-light);display:flex;gap:12px}.topic-card-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--avatar-green);display:flex;align-items:center;justify-content:center;font-size:20px}.topic-card-body{flex:1 1;min-width:0}.topic-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.topic-card-meta{display:flex;align-items:center;gap:6px}.topic-author-name{font-weight:590;font-size:16px;color:var(--text-black)}.topic-author-flag,.topic-date{font-size:16px}.topic-date{color:var(--text-gray)}.topic-card-menu{padding:4px;opacity:.6}.topic-card-menu:hover{opacity:1}.topic-card-title{display:block;font-weight:600;font-size:16px;line-height:1.4;color:var(--text-black);margin-bottom:6px}.topic-card-title:hover{text-decoration:underline}.topic-card-description{font-size:14px;line-height:1.4;color:var(--text-gray);margin-bottom:12px}.topic-card-reactions{display:flex;align-items:center;gap:4px}.topic-reaction{width:24px;height:24px;border-radius:50%;background:#ffede6;display:flex;align-items:center;justify-content:center;font-size:14px}.topic-reaction:nth-child(2){background:#fff4e6}.topic-card-participants{display:flex;align-items:center;gap:-4px;margin-top:12px}.participant-avatar{width:24px;height:24px;background:var(--avatar-green);font-size:12px;border:2px solid #fff;margin-left:-6px}.topic-reaction:nth-child(3){background:#e6ffe6}.topic-reaction.has-count{width:auto;padding:0 8px;border-radius:12px}.latest-posts-list{display:flex;flex-direction:column}.latest-post-item{padding:12px 0;border-bottom:1px solid var(--border-light)}.latest-post-item:last-child{border-bottom:none}.latest-post-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.latest-post-avatar{width:24px;height:24px;border-radius:50%;background:var(--avatar-green);display:flex;align-items:center;justify-content:center;font-size:14px}.latest-post-author{font-size:13px;color:var(--text-gray)}.latest-post-topic-badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#e6f4ff;border:1px solid #b3d9ff;border-radius:8px;font-size:12px;font-weight:500;color:#06c;margin-bottom:8px;max-width:100%;overflow:hidden}.latest-post-topic-badge span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-post-topic-badge svg{flex-shrink:0}.latest-post-topic-badge:hover{background:#d6ecff}.latest-post-content{font-size:13px;line-height:1.4;color:var(--text-black);margin-bottom:8px}.latest-post-stats{font-size:12px;color:var(--text-muted)}.latest-post-stats .stats-dot{margin:0 4px}@media (max-width:1024px){.right-sidebar{display:none}.content-area{max-width:100%}}.mobile-bottom-bar{display:none}@media (max-width:768px){.post-card:has(.post-advice-row){border-bottom:none}.left-sidebar{display:none}.right-sidebar{display:none!important}.mobile-bottom-bar{display:flex;position:fixed!important;bottom:0;left:0;right:0;z-index:9999;background:hsla(0,0%,98%,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(0,0,0,.08);height:64px;align-items:center;justify-content:space-around;padding:0 4px env(safe-area-inset-bottom,0);box-sizing:content-box;transform:none!important;will-change:auto}.mobile-bar-item{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:none;border:none;cursor:pointer;padding:0;position:relative;color:#7c8696;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background .15s ease}.mobile-bar-item:active{background:rgba(0,0,0,.06)}.mobile-bar-item.active{color:#0f1b31}.mobile-bar-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;background:#ff3b30;color:#fff;font-size:10px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.mobile-bar-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.mobile-bar-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#e8e8e8;color:#7c8696;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.mobile-bar-avatar-placeholder.hidden{display:none}body,html{overflow-x:hidden;max-width:100vw}body{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}.app-container,.main-layout{max-width:100vw;overflow-x:hidden}.main-layout{padding:0 16px}.content-area,.feed-card,.feed-card-inner{max-width:100%;min-width:0}.mood-post-card .mood-post-body .adult-content-cover,.mood-post-card .mood-post-body .mood-poll,.mood-post-card .mood-post-body .mood-post-content p,.mood-post-card .mood-post-body .mood-post-reactions,.mood-post-card .mood-post-body .violation-notice-row,.post-card .post-body .adult-content-cover,.post-card .post-body .post-actions,.post-card .post-body .post-content p,.post-card .post-body .post-topic-badge,.post-card .post-body .violation-notice-row{margin-left:-48px;width:calc(100% + 48px)}.mood-post-feeling,.mood-post-time,.post-feeling,.post-feeling-text,.post-time{font-size:13px}.feed-card{border-radius:16px 16px 0 0}.breadcrumb{flex-wrap:wrap}.breadcrumb-current{flex-basis:100%;margin-top:2px}.post-detail-page{padding:12px}.post-detail-container{flex-direction:column;gap:16px}.post-detail-main{max-width:100%;width:100%}.post-detail-sidebar{display:none}.unified-post-block{border-radius:16px;border-left:1px solid var(--border-main);border-right:1px solid var(--border-main)}.post-detail-card{padding:16px}.post-detail-content p{word-break:break-word;overflow-wrap:break-word}.post-detail-actions{gap:12px}.breadcrumb{font-size:13px;gap:4px;padding:0 4px;margin-bottom:12px}}.tag-page-header{display:flex;align-items:center;gap:12px;padding:0 0 16px;margin-bottom:0}.tag-back-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-main);border-radius:12px;background:var(--bg-white);color:#0f1b31;text-decoration:none;transition:background-color .2s ease;flex-shrink:0}.tag-back-button:hover{background:#f4f6f8}.tag-page-title{font-family:inherit;font-size:18px;font-weight:400;color:#0f1b31;line-height:24px;text-align:center;flex:1 1;margin:0 32px 0 0}.empty-tag-state{padding:48px 24px;text-align:center}.empty-tag-state p{font-family:inherit;font-size:16px;color:#4b5563;margin:0 0 16px}.empty-feed .back-link,.empty-tag-state .browse-link{display:inline-block;margin-top:12px;color:var(--accent-purple);text-decoration:none;font-size:14px}.empty-feed .back-link:hover,.empty-tag-state .browse-link:hover{text-decoration:underline}.post-card-link{display:block;text-decoration:none;color:inherit}.topic-detail-page{width:100%;max-width:1360px;margin:0 auto;padding:24px 32px;box-sizing:border-box}.topic-detail-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:32px;gap:32px;margin-top:16px}.topic-main-content{min-width:0;width:100%}.topic-header-banner{background-color:#1a1a2e;background-size:cover;background-position:50%;border-radius:23px 23px 0 0;overflow:hidden}.topic-header-overlay{background:linear-gradient(180deg,rgba(26,26,46,.6),rgba(26,26,46,.9));padding:24px 32px 0;display:flex;flex-direction:column}.topic-header-content{color:#fff}.topic-category-badge{display:inline-block;background:rgba(0,184,122,.2);color:#00b87a;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;margin-bottom:12px;border:1px solid rgba(0,184,122,.3)}.topic-title{font-family:inherit;font-size:28px;font-weight:600;margin:0 0 8px;line-height:1.2}.topic-description{font-family:inherit;font-size:15px;color:hsla(0,0%,100%,.8);margin:0 0 16px;line-height:1.5;max-width:600px}.topic-meta-info{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.topic-creator{display:flex;align-items:center;gap:8px}.topic-creator-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;overflow:hidden}.topic-creator-avatar img{width:100%;height:100%;object-fit:cover}.topic-creator-name{font-size:14px;color:hsla(0,0%,100%,.9)}.topic-stats{display:flex;gap:16px}.topic-stat{display:flex;align-items:center;gap:6px;font-size:13px;color:hsla(0,0%,100%,.8)}.topic-stat svg{opacity:.8}.topic-participants{display:flex;align-items:center;margin-top:16px;gap:-8px}.participant-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;border:2px solid #1a1a2e;margin-left:-8px;overflow:hidden}.participant-avatar:first-child{margin-left:0}.participant-avatar img{width:100%;height:100%;object-fit:cover}.more-participants{margin-left:8px;color:hsla(0,0%,100%,.7)}.topic-add-story-overlay{display:flex;justify-content:flex-end;padding:0 32px 20px 0}.add-story-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:linear-gradient(135deg,#00a778,#008f65);color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,167,120,.3)}.add-story-btn:hover{background:linear-gradient(135deg,#008f65,#007a56);box-shadow:0 4px 12px rgba(0,167,120,.4);transform:translateY(-1px)}.add-story-btn:active{transform:translateY(0)}.add-story-btn svg{flex-shrink:0}.story-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.story-modal{background:#f5f5f7;border-radius:20px;width:520px;max-width:95vw;max-height:90vh;overflow-y:auto;padding:12px 20px 20px;position:relative;display:flex;flex-direction:column;animation:slideUp .25s ease}.story-modal-guidelines{padding:0;width:480px;overflow:hidden}.story-modal-guidelines .cpm-guidelines-sheet{padding:16px 20px 20px}.story-drag-handle{width:36px;height:4px;background:#ccc;border-radius:2px;margin:0 auto 12px}.story-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.story-close-btn{width:36px;height:36px;border-radius:50%;background:#ededef;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.story-close-btn:hover{background:#dddde0}.story-feeling-wrapper{position:relative}.story-feeling-pill{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1.5px solid #e0e0e4;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;color:#333;transition:border-color .15s}.story-feeling-pill:hover{border-color:#ccc}.story-feeling-img{width:20px;height:20px;object-fit:contain}.story-feeling-text{font-size:14px;color:#333}.story-feeling-dropdown{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.12);border:1px solid #e8e8ec;width:380px;z-index:100;overflow:hidden}.story-feeling-dropdown-scroll{max-height:340px;overflow-y:auto;padding:8px;display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}.story-feeling-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:none;cursor:pointer;font-size:14px;color:#333;border-radius:8px;transition:background .12s}.story-feeling-option:hover{background:#f0f0f4}.story-feeling-active{background:#ede9fe}.story-feeling-option-img{width:24px;height:24px;object-fit:contain}.story-info-btn{width:36px;height:36px;border-radius:50%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.story-info-btn:hover{background:#ededef}.story-guidelines-popup{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;border:1px solid #e8e8ec}.story-guidelines-popup p{margin:0 0 8px;font-size:14px;color:#333}.story-guidelines-popup ul{margin:0 0 12px;padding-left:20px}.story-guidelines-popup li{font-size:13px;color:#666;margin-bottom:4px}.story-guidelines-close{background:#7c5cfc;color:#fff;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600;cursor:pointer}.story-error{background:#fff0f0;color:#d32f2f;padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:10px}.story-topic-label{font-size:14px;color:#333;margin-bottom:12px;padding:0 2px;direction:auto}.story-topic-prefix{color:#00a778;font-weight:600}.story-textarea-wrapper{background:#fff;border:1.5px solid #e0e0e4;border-radius:14px;padding:14px;margin-bottom:6px;position:relative}.story-textarea{width:100%;min-height:200px;border:none;outline:none;resize:none;font-size:15px;line-height:1.55;color:#333;background:transparent;font-family:inherit}.story-textarea::placeholder{color:#b0b4bc}.story-char-count{text-align:right;font-size:13px;color:#b0b4bc;margin-top:8px}.story-char-count .story-char-met{color:#333;font-weight:500}.story-divider{height:1px;background:#e0e0e4;margin:14px 0}.story-adult-section{background:#fff;border-radius:14px;padding:16px;margin-bottom:16px}.story-adult-row{display:flex;align-items:center;justify-content:space-between}.story-adult-label{font-size:15px;font-weight:600;color:#333}.story-toggle{width:46px;height:26px;border-radius:13px;background:#dddde0;cursor:pointer;position:relative;transition:background .2s}.story-toggle-on{background:#7c5cfc}.story-toggle-knob{width:22px;height:22px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.story-toggle-on .story-toggle-knob{transform:translateX(20px)}.story-adult-desc{font-size:13px;color:#888;margin:6px 0 0;line-height:1.4}.story-share-btn{width:100%;padding:14px;border-radius:14px;border:none;background:#ededef;color:#b0b4bc;font-size:16px;font-weight:600;cursor:not-allowed;transition:all .2s}.story-share-active{background:#00b87a;color:#fff;cursor:pointer}.story-share-active:hover{background:#00a06a}.topic-posts-section{margin-top:24px}.topic-posts-container{background:var(--bg-white);border-radius:16px;padding:0 20px;margin-top:24px}.topic-posts-container .post-card{border-bottom:1px solid var(--border-light);padding:16px 0}.topic-posts-container .post-card:last-child{border-bottom:none}.topic-posts-section .section-title{font-family:inherit;font-size:18px;font-weight:600;color:var(--text-black);margin:0 0 20px}.topic-posts-list{display:flex;flex-direction:column;gap:16px}.topic-post-card{background:var(--bg-main);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.topic-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.topic-post-link{display:block;padding:16px;text-decoration:none;color:inherit}.topic-post-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.topic-post-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;overflow:hidden}.topic-post-avatar img{width:100%;height:100%;object-fit:cover}.topic-post-info{display:flex;flex-direction:column;gap:2px}.topic-post-author{font-size:14px;font-weight:500;color:var(--text-black);display:flex;align-items:center;gap:6px}.topic-post-author .author-flag{font-size:12px}.topic-post-date{font-size:12px;color:var(--text-gray)}.topic-post-content{margin-bottom:12px}.topic-post-content p{font-size:14px;line-height:1.5;color:var(--text-black);margin:0}.topic-post-footer{display:flex;gap:16px}.topic-post-stat{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-gray)}.topic-post-stat svg{opacity:.7}.no-posts-message{padding:32px 20px;text-align:center}.no-posts-message p{font-size:15px;color:var(--text-gray);margin:0}.topic-sidebar{display:flex;flex-direction:column;gap:8px}.topic-sidebar .sidebar-section{background:var(--bg-white);border-radius:16px;padding:20px}.topic-sidebar .sidebar-title{font-family:inherit;font-size:16px;font-weight:600;color:var(--text-black);margin:0 0 12px}.topic-sidebar .sidebar-description{font-size:14px;line-height:1.5;color:var(--text-gray);margin:0 0 16px}.topic-sidebar .sidebar-stats{display:flex;gap:16px;margin-bottom:12px}.topic-sidebar .stat-item{display:flex;flex-direction:column;align-items:center;flex:1 1;padding:12px;background:var(--bg-main);border-radius:8px}.topic-sidebar .stat-value{font-size:20px;font-weight:600;color:var(--text-black)}.topic-sidebar .stat-label{font-size:12px;color:var(--text-gray);margin-top:2px}.topic-sidebar .sidebar-created{font-size:12px;color:var(--text-muted);margin:0}.topic-sidebar .guidelines-list{list-style:none;margin:0;padding:0}.topic-sidebar .guidelines-list li{font-size:13px;color:var(--text-gray);padding:8px 0;border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:8px}.topic-sidebar .guidelines-list li:before{content:"•";color:var(--topic-badge-border)}.topic-sidebar .guidelines-list li:last-child{border-bottom:none}.related-topics-section{background:var(--bg-white);border:1px solid var(--border-light);border-radius:24px;padding:15px 0 0;overflow:hidden}.related-topics-header{display:flex;align-items:center;gap:4px;padding:0 15px 10px}.related-topics-header .sidebar-title{font-family:inherit;font-size:16px;font-weight:510;color:#0f1b31;letter-spacing:-.32px;line-height:1.3;margin:0}.related-topics-header .fire-icon{font-size:20px}.related-topics-list{display:flex;flex-direction:column}.related-topic-card{padding:16px 15px;border-top:1px solid #dbe0e8}.related-topic-author{display:flex;align-items:center;gap:8px;margin-bottom:8px}.related-topic-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.related-topic-avatar img{width:20px;height:20px;object-fit:contain}.related-topic-avatar .fruit-icon{width:20px;height:20px}.related-topic-username{font-size:12px;line-height:1.5}.related-topic-title,.related-topic-username{font-family:inherit;font-weight:400;color:#0f1b31}.related-topic-title{display:block;font-size:14px;line-height:18px;text-decoration:none;margin-bottom:8px}.related-topic-title:hover{color:var(--accent-purple)}.related-topic-description{color:#4b5563;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-topic-description,.related-topic-stats{font-family:inherit;font-size:12px;font-weight:400;line-height:1.6}.related-topic-stats{color:#7c8696;margin:0}.related-topic-stats .stat-dot{margin:0 8px}.web-footer{margin-top:32px;position:relative}.footer-content,.web-footer{display:flex;flex-direction:column;align-items:flex-start;padding:0;width:318px}.footer-links-text{width:318px;margin:0}.footer-links-text,.language-button{font-family:inherit;font-style:normal;font-weight:400;font-size:12px;line-height:24px;color:#000;opacity:.5}.language-button{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;width:72px;height:24px;background:none;border:none;cursor:pointer}.language-button:hover{opacity:.8}.footer-copyright{width:318px;font-style:normal;color:#000;opacity:.5;margin:16px 0 0}.language-button .chevron-icon{transform:rotate(90deg);opacity:.5}.footer-language-links{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer-copyright{font-family:inherit;font-size:12px;font-weight:400;color:rgba(0,0,0,.5);line-height:16px;margin:0}@media (max-width:900px){.topic-detail-layout{grid-template-columns:1fr}.topic-sidebar{display:none}.topic-header-overlay{padding:20px}.topic-title{font-size:22px}.topic-meta-info{flex-direction:column;align-items:flex-start;gap:12px}}.legal-page{max-width:1200px;margin:0 auto;padding:16px}.legal-container{background:#fff;border-radius:16px;padding:32px 40px;margin-top:16px;border:1px solid var(--border-light)}.legal-title{font-family:inherit;font-size:28px;font-weight:700;color:#0f1b31;margin:0 0 16px;line-height:1.3}.legal-intro{font-family:inherit;font-size:15px;color:#5e6979;line-height:1.7;margin:0 0 24px}.legal-sections{margin-bottom:24px}.legal-section{margin-bottom:20px}.legal-section-title{font-family:inherit;font-size:18px;font-weight:600;color:#0f1b31;margin:0 0 8px;line-height:1.4}.legal-section-text{font-family:inherit;font-size:15px;color:#4a5568;line-height:1.7;margin:0 0 8px}.legal-bullet-list{margin:8px 0 12px;padding-left:20px;list-style:disc}.legal-bullet-item{color:#4a5568;margin-bottom:4px}.legal-bullet-item,.legal-closing{font-family:inherit;font-size:15px;line-height:1.7}.legal-closing{color:#5e6979;margin:24px 0 16px;padding-top:16px;border-top:1px solid var(--border-light)}.legal-version{font-family:inherit;font-size:13px;color:#999;margin:0}.legal-error{font-family:inherit;font-size:15px;color:#5e6979;text-align:center;padding:40px 0}@media (max-width:768px){.legal-container{padding:24px 20px}.legal-title{font-size:22px}}.thought-category-filter{display:flex;flex-wrap:nowrap;gap:5px;padding:16px 24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.thought-category-filter::-webkit-scrollbar{display:none}.thought-category-pill{font-family:inherit;font-size:14px;font-weight:400;padding:8px;border-radius:12px;border:none;background:#f1f3f6;color:#0f1b31;cursor:pointer;transition:all .2s ease;white-space:nowrap;letter-spacing:-.28px;line-height:1.3}.thought-category-pill:hover{background:#e5e8ec}.thought-category-pill.active{background:#006ecc;color:#fff}.thoughts-list{display:flex;flex-direction:column}.thought-card{display:flex;gap:12px;padding:20px 24px;border-bottom:1px solid #f0f2f5;background:#fff}.thought-card:last-child{border-bottom:none}.thought-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.thought-avatar .avatar-img{width:100%;height:100%;object-fit:cover}.thought-avatar .avatar-emoji{font-size:20px}.thought-body{flex:1 1;min-width:0}.thought-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.thought-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.thought-author{font-family:inherit;font-size:14px;font-weight:600;color:#0f1b31}.thought-flag{font-size:14px}.thought-date{font-family:inherit;font-size:13px;font-weight:400;color:#4b5563}.thought-menu{background:none;border:none;cursor:pointer;padding:4px;opacity:.5;transition:opacity .2s}.thought-menu:hover{opacity:1}.thought-title{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0 0 8px;line-height:1.4}.thought-content{font-family:inherit;font-size:14px;font-weight:400;color:#4b5563;line-height:1.6;margin:0 0 12px;word-wrap:break-word}.thought-footer{gap:16px}.thought-footer,.thought-stat{display:flex;align-items:center}.thought-stat{gap:8px;font-family:inherit;font-size:14px;font-weight:500;color:#4b5563;line-height:1.5}.thought-stat-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#dbe0e8;border-radius:12px;padding:6px}.thoughts-placeholder{padding:60px 24px;text-align:center}.thoughts-placeholder h2{font-family:inherit;font-size:24px;font-weight:600;color:#0f1b31;margin:0 0 8px}.thoughts-placeholder p{margin:0}.thoughts-empty,.thoughts-placeholder p{font-family:inherit;font-size:14px;color:#4b5563}.thoughts-empty{padding:60px 24px;text-align:center}.thought-card-link{text-decoration:none;color:inherit;display:block}.thought-card-link:hover .thought-card{border-color:#dbe0e8;box-shadow:0 2px 8px rgba(0,0,0,.06)}@media (max-width:768px){.thought-card{flex-wrap:wrap}.thought-card .thought-avatar{flex-shrink:0}.thought-card .thought-body .thought-header{margin-bottom:0}.thought-card .thought-body .thought-content,.thought-card .thought-body .thought-footer{flex-basis:100%}.thought-card .thought-body{display:contents}.thought-card .thought-body .thought-header{flex:1 1;min-width:0}.thought-card .thought-body .thought-content{width:100%;margin-top:8px}.thought-card .thought-body .thought-footer{width:100%}}.thought-detail-page{background:#fbfcfd;min-height:100vh;padding-top:24px}.thought-detail-header{width:100%;height:48px;background:transparent;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.thought-back-button{text-decoration:none}.thought-back-button,.thought-share-button{width:32px;height:32px;border:1px solid #dbe0e8;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f1b31;flex-shrink:0;transition:all .2s ease}.thought-share-button{position:relative}.thought-back-button:hover,.thought-share-button:hover{background:#f4f6f8}.thought-header-title{font-family:inherit;font-size:18px;font-weight:400;color:#0f1b31;text-align:center}.thought-detail-container{position:relative;max-width:1280px;margin:0 auto;display:flex;justify-content:center;gap:24px;padding:0 24px}.thought-detail-main{width:620px;flex-shrink:0}.thought-detail-card{background:#fff;border:1px solid #dbe0e8;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:23px;box-shadow:0 10px 5px 0 rgba(0,0,0,.05)}.thought-detail-title{font-family:inherit;font-size:28px;font-weight:500;color:#0f1b31;line-height:1.5;margin:0 0 20px;max-width:572px}.thought-detail-meta{display:flex;align-items:center;gap:12px;margin-bottom:40px}.thought-detail-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.thought-avatar-img{object-fit:cover}.thought-avatar-img,.thought-avatar-placeholder{width:100%;height:100%;border-radius:50%}.thought-detail-author-info{display:flex;align-items:center;gap:5px}.thought-detail-author-name{font-family:inherit;font-size:16px;font-weight:590;color:#000;line-height:20px}.thought-detail-flag{width:16px;height:16px;object-fit:contain}.thought-detail-time{color:#4b5563}.thought-detail-content,.thought-detail-time{font-family:inherit;font-size:16px;font-weight:400;line-height:20px}.thought-detail-content{color:#000;margin-bottom:40px;max-width:572px}.thought-detail-content p{margin:0 0 16px}.thought-detail-content p:last-child{margin-bottom:0}.thought-detail-content .ql-align-center{text-align:center}.thought-detail-content .ql-align-right{text-align:right}.thought-detail-content .ql-align-justify{text-align:justify}.thought-detail-content .ql-direction-rtl{direction:rtl;text-align:right}.thought-detail-content b,.thought-detail-content strong{font-weight:600}.thought-detail-content em,.thought-detail-content i{font-style:italic}.thought-detail-content u{text-decoration:underline}.thought-detail-content s{text-decoration:line-through}.thought-detail-content blockquote{border-left:4px solid #ccc;margin:16px 0;padding-left:16px;color:#666}.thought-detail-content ol,.thought-detail-content ul{margin:8px 0;padding-left:24px}.thought-detail-content li{margin-bottom:4px}.thought-detail-content a{color:#2b88fb;text-decoration:underline}.thought-detail-disclaimer{background:#f4f6f8;border-radius:12px;padding:16px;margin-bottom:24px}.thought-detail-disclaimer p{font-family:inherit;font-size:14px;font-weight:400;color:#0f1b31;line-height:1.5;margin:0}.thought-detail-feedback{background:#f4f6f8;border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:space-between}.thought-feedback-text{font-family:inherit;font-size:18px;font-weight:400;color:#0f1b31}.thought-feedback-buttons{display:flex;gap:16px}.thought-feedback-btn{width:40px;height:40px;border-radius:20px;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.thought-feedback-btn:hover{opacity:.8}.thought-feedback-btn svg rect{transition:fill .2s ease}.thought-feedback-btn:hover svg rect{fill:#ced4dc}.thought-detail-sidebar{width:318px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:16px}.related-thoughts-sidebar{background:#fff;border:1px solid #dbe0e8;border-radius:24px;overflow:hidden}.related-thoughts-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #dbe0e8}.related-thoughts-title{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0}.related-thoughts-nav{display:flex;align-items:center;gap:8px}.related-thoughts-list{padding:0}.related-thoughts-empty{padding:40px 20px;text-align:center;color:#4b5563;font-size:14px}.related-thought-item{display:block;position:relative;padding:16px 20px;border-bottom:1px solid #dbe0e8;text-decoration:none;color:inherit;transition:background .2s ease}.related-thought-item.seo-hidden-thought{display:none}.related-thought-item:last-child{border-bottom:none}.related-thought-item:hover{background:#f9fafb}.related-thought-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.related-thought-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}.related-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.related-thought-author{font-family:inherit;font-size:12px;font-weight:400;color:#0f1b31;line-height:1.5}.related-thought-content-link{text-decoration:none;color:inherit;display:block}.related-thought-excerpt{font-family:inherit;font-size:14px;font-weight:400;color:#0f1b31;line-height:1.6;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.related-thought-excerpt.expanded{-webkit-line-clamp:unset;display:block}.related-thought-item .see-more-btn{font-family:inherit;font-size:12px;font-weight:500;color:#3b82f6;background:none;border:none;cursor:pointer;padding:0;margin-bottom:8px}.related-thought-item .see-more-btn:hover{text-decoration:underline}.related-thought-stats{display:flex;align-items:center;gap:4px;font-family:inherit;font-size:12px;line-height:1.6;color:#4b5563}.related-thought-stats svg{width:12px;height:12px}@media (max-width:1024px){.thought-detail-container{flex-direction:column;align-items:center}.thought-detail-main,.thought-detail-sidebar{width:100%;max-width:620px}.thought-detail-sidebar{position:relative;top:0}}@media (max-width:768px){.thought-detail-container{padding:16px}.thought-detail-main{width:100%}.thought-detail-sidebar{display:none}.thought-detail-title{font-size:22px}.thought-detail-content{font-size:15px}}.popular-thoughts-list{display:flex;flex-direction:column;gap:0}.popular-thought-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #dbe0e8;text-decoration:none;color:inherit;transition:background .2s ease}.popular-thought-item:last-child{border-bottom:none}.popular-thought-item:hover{background:#f9fafb}.popular-thought-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.popular-thought-avatar .avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.popular-thought-avatar .avatar-emoji{font-size:20px}.popular-thought-info{flex:1 1;min-width:0}.popular-thought-author{font-family:inherit;font-size:14px;font-weight:600;color:#0f1b31;display:block;margin-bottom:4px}.popular-thought-title{font-size:14px;font-weight:500;color:#0f1b31;margin:0 0 4px}.popular-thought-excerpt,.popular-thought-title{font-family:inherit;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.popular-thought-excerpt{font-size:12px;font-weight:400;color:#4b5563;margin:0 0 8px}.popular-thought-stats{display:flex;align-items:center;gap:4px;font-family:inherit;font-size:12px;color:#4b5563}.popular-thought-stats .dot-separator{color:#4b5563}.sidebar-empty{font-family:inherit;font-size:14px;color:#4b5563;padding:16px 0}.app-download-block{background:#fff;border:1px solid #dbe0e8;border-radius:24px;padding:15px;margin-bottom:16px}.app-download-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.app-download-title{font-family:inherit;font-size:24px;font-weight:500;color:#0f1b31;line-height:30px;margin:0}.fire-icon{width:20px;height:20px}.app-download-subtitle{font-family:inherit;font-size:14px;font-weight:400;color:#4b5563;margin:0 0 16px;line-height:normal}.app-download-content{display:flex;align-items:center;gap:16px}.qr-code-container{flex-shrink:0}.qr-code-image{width:118px;height:118px;border-radius:8px}.app-download-divider{width:1px;height:56px;background:#dbe0e8;flex-shrink:0}.app-store-badges{display:flex;flex-direction:column;gap:8px}.store-badge-link{display:block;transition:opacity .2s ease}.store-badge-link:hover{opacity:.8}.store-badge-link svg{display:block}.comment-section-v2{padding:24px 24px 0;display:flex;flex-direction:column;min-height:200px}.comment-list-v2{display:flex;flex-direction:column;flex:1 1}.comment-item-v2{padding-bottom:16px;margin-bottom:16px}.comment-item-v2:last-child{margin-bottom:0;padding-bottom:0}.comment-pending{opacity:.75}.comment-pending-border{border-left:2px solid #e2e6ed;padding-left:12px}.violation-notice-row{gap:8px;margin-top:4px}.comment-pending-notice,.violation-notice-row{display:flex;align-items:center;margin-bottom:4px}.comment-pending-notice{gap:5px;font-size:11px;color:#9ca4b1}.violation-label{display:inline-flex;align-items:center;gap:6px;margin-top:6px;margin-bottom:10px}.violation-label-text{color:#ff5135}.know-why-link,.violation-label-text{font-size:12px;font-weight:500;font-family:inherit}.know-why-link{color:#2563eb;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.know-why-link:hover{color:#1d4ed8}.violation-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:10000;display:flex;align-items:center;justify-content:center;animation:vp-fadeIn .15s ease}.violation-popup{background:#fff;border-radius:24px;width:90%;max-width:440px;padding:16px 24px 28px;animation:vp-scaleIn .25s cubic-bezier(.25,.46,.45,.94)}@keyframes vp-scaleIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes vp-fadeIn{0%{opacity:0}to{opacity:1}}.violation-popup-handle{width:56px;height:4px;background:#dbe0e8;border-radius:100px;margin:0 auto 16px}.violation-popup-title{font-size:18px;font-weight:600;color:#ff5135;margin:0 0 16px;text-align:center;font-family:inherit}.violation-popup-section{margin-bottom:8px}.violation-popup-section:last-of-type{margin-bottom:12px}.violation-flagged-box{background:#fff5f5;border:1px solid #fed7d7;border-radius:12px;padding:16px;margin-bottom:8px}.violation-flagged-label{font-size:13px;font-weight:500;color:#c53030;display:block;margin-bottom:4px;font-family:inherit}.violation-flagged-text{font-size:15px;font-weight:500;color:#e53e3e;font-style:italic;line-height:22px;font-family:inherit}.violation-reason-row{background:#f1f3f6;border-radius:12px;padding:16px;margin-bottom:16px}.violation-reason-label{font-size:13px;font-weight:500;color:#7c8696;display:block;margin-bottom:4px;font-family:inherit}.violation-reason-text{font-size:15px;font-weight:400;color:#0f1b31;line-height:22px;font-family:inherit}.violation-popup-note{font-size:13px;font-weight:400;color:#7c8696;line-height:18px;text-align:center;margin:0 0 20px;font-family:inherit}.violation-popup-close-btn{width:100%;padding:14px;background:#00b87a;color:#fff;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;text-align:center}.violation-popup-close-btn:hover{background:#00a06b}.violation-popup-guidelines-btn{width:100%;padding:14px;background:#f1f3f6;color:#0f1b31;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;text-align:center;margin-top:12px}.violation-popup-guidelines-btn:hover{background:#e5e8ed}.comment-main{display:flex;gap:12px}.comment-avatar-col{flex-direction:column}.comment-avatar,.comment-avatar-col{display:flex;align-items:center;flex-shrink:0}.comment-avatar{width:32px;height:32px;border-radius:50%;justify-content:center}.comment-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.comment-avatar-emoji{font-size:18px}.comment-connector-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:8px}.comment-connector-svg{display:block}.comment-content-col{flex:1 1;min-width:0}.comment-header-v2{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.comment-author-v2{font-family:inherit;font-weight:600;font-size:16px;color:#0f1b31;line-height:19px}.comment-flag-v2{font-size:14px;line-height:1}.rank-badge-v2{font-family:inherit;font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;letter-spacing:.5px}.rank-badge-v2-svg{display:inline-flex;align-items:center;flex-shrink:0}.best-advice-badge-v2{display:flex;align-items:center;gap:4px;background:rgba(0,167,120,.1);padding:2px 8px;border-radius:10px}.best-advice-badge-v2 span{font-family:inherit;font-size:10px;font-weight:600;color:#00a778}.comment-dot-v2{color:#4b5563;font-size:10px}.comment-time-v2{font-family:inherit;font-size:12px;color:#4b5563;line-height:18px}.comment-text-v2{font-family:inherit;font-size:16px;font-weight:400;line-height:1.5;color:#0f1b31;margin:0 0 16px}.comment-actions-v2{gap:16px}.comment-actions-v2,.vote-pill-btn,.vote-pill-group{display:flex;align-items:center}.vote-pill-btn{justify-content:center;padding:5px 10px;background:#fbfcfd;border:1px solid #e2e6ed;cursor:pointer;transition:background .15s ease,border-color .15s ease;height:30px;width:40px;box-sizing:border-box}.vote-pill-btn.vote-pill-up{border-radius:22px 0 0 22px;border-right:none}.vote-pill-btn.vote-pill-down{border-radius:0 22px 22px 0;border-left:none}.vote-pill-group .vote-pill-btn.vote-pill-up:has(+.vote-score-pill){border-right:none;border-radius:22px 0 0 22px}.vote-pill-group .vote-score-pill+.vote-pill-btn.vote-pill-down{border-left:none;border-radius:0 22px 22px 0}.vote-score-pill{display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:13px;font-weight:500;line-height:18px;min-width:24px;height:30px;padding:0 4px;background:#fbfcfd;border:1px solid #e2e6ed;border-right:none;border-left:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s ease;box-sizing:border-box}.vote-score-pill.vote-score-bounce{animation:voteScoreBounce .2s ease}.vote-pill-btn:hover{background:#f1f3f6}.vote-pill-btn.vote-pill-up.active{background:#e6f7f0;border-color:#00a778}.vote-pill-btn.vote-pill-up.active:hover{background:#d4f0e5}.vote-pill-btn.vote-pill-down.active{background:#fff0ed;border-color:#ff5135}.vote-pill-btn.vote-pill-down.active:hover{background:#ffe4df}.vote-pill-btn.vote-bounce{animation:voteBounce .2s ease}@keyframes voteBounce{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.vote-score-display{display:none;font-family:inherit;font-size:14px;font-weight:500;line-height:18px;min-width:20px;text-align:center;padding:0 2px;transition:color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vote-score-display.vote-score-bounce{animation:voteScoreBounce .2s ease}@keyframes voteScoreBounce{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.vote-pill-count{font-family:inherit;font-size:14px;font-weight:400;line-height:18px;color:#0f1b31}.text-actions-v2{display:flex;align-items:center;gap:2px}.action-text-btn{font-family:inherit;font-size:14px;font-weight:510;line-height:130%;letter-spacing:-.02em;color:#3d4550;background:transparent;border:none;cursor:pointer;padding:8px 12px;border-radius:21px;transition:all .15s ease}.action-text-btn:hover{background:#f1f3f6;color:#0f1b31}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10000;animation:reportFadeIn .2s ease}@keyframes reportFadeIn{0%{opacity:0}to{opacity:1}}.report-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:24px;animation:reportScaleIn .25s cubic-bezier(.2,.8,.4,1);box-shadow:0 8px 32px rgba(0,0,0,.15)}@keyframes reportScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.report-sheet-handle{display:none}.report-modal-title{font-family:inherit;margin:0 0 16px;text-align:center}.report-reasons-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.report-reason-item{display:flex;align-items:center;padding:14px 16px;border-radius:12px;cursor:pointer;transition:all .15s ease;border:1px solid #e9ecf1;background:transparent;width:100%;text-align:left}.report-reason-item:hover{background:#f8f9fb;border-color:#d1d5db}.report-reason-item.selected{background:#ccfeed;border-color:#00b87a}.report-reason-text{font-family:inherit;font-size:15px;font-weight:500;color:#0f1b31;line-height:1.4}.report-error{font-family:inherit;font-size:13px;color:#e53935;margin:-4px 0 12px}.report-submit-btn{width:100%;padding:14px;border:none;border-radius:100px;background:#00b87a;color:#fff;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s;margin-top:4px}.report-submit-btn:hover{background:#009a66}.report-submit-btn.disabled{background:#e9ecf1;color:#999;cursor:not-allowed}.report-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0 8px}.report-success-icon{margin-bottom:16px}.report-success-text{font-family:inherit;font-size:14px;color:#666670;margin:8px 0 24px;line-height:1.6}.report-done-btn{padding:14px 48px;border:none;border-radius:100px;background:#00b87a;color:#fff;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s}.report-done-btn:hover{background:#009a66}.view-replies-btn{font-family:inherit;font-size:13px;color:#4b5563;background:transparent;border:none;cursor:pointer;padding:0;margin-top:12px;text-align:left}.view-replies-btn:hover{color:#006ecc;text-decoration:underline}.replies-container{margin-top:12px;margin-left:44px;margin-bottom:-16px}.reply-item-wrapper{position:relative;padding-left:21px}.reply-connector-line{display:none}.reply-item{display:flex;gap:12px;padding-bottom:16px}.reply-avatar-container{flex-shrink:0}.reply-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.reply-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.reply-avatar-emoji{font-size:14px}.reply-content{flex:1 1;min-width:0}.reply-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.reply-author{font-family:inherit;font-weight:600;font-size:14px;color:#0f1b31}.reply-flag{font-size:12px}.reply-dot{color:#4b5563;font-size:10px}.reply-time{font-family:inherit;font-size:12px;color:#4b5563}.reply-text{font-family:inherit;font-size:14px;line-height:1.5;color:#0f1b31;margin:0 0 8px}.reply-actions{display:flex;align-items:center;gap:16px}.reply-actions .action-btn{font-family:inherit;font-size:12px;color:#4b5563;background:transparent;border:none;cursor:pointer;padding:0}.reply-actions .action-btn:hover{color:#0f1b31}.private-advice-input-container{padding:24px;margin-top:24px}.private-advice-input-box{border-radius:12px;padding:16px;min-height:140px}.private-advice-textarea{min-height:80px;color:#0f1b31}.char-count{right:16px;bottom:48px;color:#9ca3af}.send-btn-outline{padding:8px 20px;background:transparent;border:1px solid #d1d5db;border-radius:20px;font-family:inherit;font-size:14px;font-weight:500;color:#0f1b31;cursor:pointer;transition:background .2s}.send-btn-outline:hover{background:#f3f4f6}.fixed-comment-input-bar{position:-webkit-sticky;position:sticky;bottom:0;width:100%;display:flex;align-items:center;gap:6px;padding:16px 24px;background:#fff;border-top:1px solid #e2e6ed;z-index:100;margin-top:48px;box-sizing:border-box;height:80px}.comment-input-box-v2{flex:1 1;display:flex;align-items:center;background:#f1f3f6;border-radius:50px;padding:0 16px;gap:6px;height:48px}.comment-input-v2{flex:1 1;background:transparent;border:none;outline:none;font-family:inherit;font-size:14px;font-weight:400;color:#0f1b31;letter-spacing:-.02em;line-height:130%}.comment-input-v2::placeholder{color:#666670}.emoji-btn-v2{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.emoji-btn-v2,.post-btn-pill{background:transparent;border:none;cursor:pointer;padding:0;flex-shrink:0}.post-btn-pill{color:#0f1b31;font-family:inherit;font-size:14px;font-weight:400;line-height:130%;letter-spacing:-.02em;white-space:nowrap;transition:color .15s ease}.post-btn-pill:hover{color:#006ecc}.comment-section-v2.private-post{padding-bottom:24px}.private-advice-input-container{padding:0;margin-top:16px}.private-advice-input-box{min-height:230px}.private-advice-textarea{flex:1 1;font-weight:400}.private-advice-textarea::placeholder{color:#4b5563}.char-count{position:absolute;top:16px;right:20px;font-family:inherit;font-size:12px;color:#999}.private-advice-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.send-btn-dark{background:#0f1b31;color:#fff;font-family:inherit;font-size:14px;font-weight:400;padding:16px 24px;border-radius:16px;border:none;cursor:pointer;transition:background .2s ease}.send-btn-dark:hover{background:#1a2a47}.reply-input-container{margin-top:8px;margin-bottom:4px}.reply-input-box{display:flex;align-items:center;gap:8px;background:#f1f3f6;border-radius:24px;padding:4px 4px 4px 16px}.reply-input-field{flex:1 1;background:transparent;border:none;outline:none;font-family:inherit;font-size:13px;color:#0f1b31;line-height:130%;min-width:0}.reply-input-field::placeholder{color:#94a3b8}.reply-input-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.reply-cancel-btn{background:transparent;border:none;font-family:inherit;font-size:12px;color:#94a3b8;cursor:pointer;padding:6px 8px;transition:color .15s ease}.reply-cancel-btn:hover{color:#666670}.reply-submit-btn{background:#00a778;color:#fff;border:none;border-radius:20px;font-family:inherit;font-size:12px;font-weight:500;padding:6px 14px;cursor:pointer;transition:background .15s ease}.reply-submit-btn:hover{background:#008f66}.reply-submit-btn:disabled{opacity:.5;cursor:not-allowed}.reply-submit-btn.sent{background:#00a778}@keyframes replySlideIn{0%{opacity:0;transform:translateY(-8px);max-height:0}50%{max-height:200px}to{opacity:1;transform:translateY(0);max-height:200px}}.reply-item-wrapper.reply-new{animation:replySlideIn .35s ease-out forwards;overflow:hidden}.comment-input-error{font-family:inherit;font-size:12px;color:#e53935;margin:4px 0 0;padding:0 16px}.post-btn-pill:disabled,.send-btn-outline:disabled{opacity:.4;cursor:not-allowed}.post-btn-pill.sent{color:#00a778}.send-btn-outline.sent{color:#00a778;border-color:#00a778}.restriction-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.restriction-modal{background:#fff;border-radius:20px;padding:32px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15)}.restriction-modal-icon{margin-bottom:16px}.restriction-modal-title{font-family:inherit;font-size:20px;font-weight:600;color:#0f1b31;margin:0 0 8px}.restriction-modal-text{font-family:inherit;font-size:14px;color:#666670;line-height:1.5;margin:0 0 16px}.restriction-timer{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:#fff3e0;border-radius:8px;margin-bottom:16px;font-family:inherit;font-size:13px;color:#e65100;font-weight:500}.restriction-violations{text-align:left;margin-bottom:16px}.restriction-violations-title{font-family:inherit;font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px}.restriction-violation-item{padding:8px 12px;background:#fff8f8;border-radius:8px;margin-bottom:4px}.violation-reason{font-family:inherit;font-size:13px;color:#e53935}.restriction-modal-actions{margin-top:8px}.restriction-ok-btn{width:100%;padding:14px;background:#0f1b31;color:#fff;border:none;border-radius:12px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease}.restriction-ok-btn:hover{background:#1a2a47}.private-advice-section{margin-top:0;padding:20px 24px;border-top:1px solid var(--border-light,#e5e7eb)}.private-advice-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.private-advice-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(124,92,252,.1);border-radius:8px}.private-advice-title{font-family:inherit;font-size:15px;font-weight:600;color:#1a1a2e;margin:0}.advisor-list{display:flex;flex-direction:column;gap:12px}.advisor-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fb;border-radius:12px;transition:background .15s ease}.advisor-item:hover{background:#f0f2f5}.advisor-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.advisor-avatar-img{width:100%;height:100%;object-fit:cover}.advisor-avatar-emoji{font-size:20px}.advisor-info{flex:1 1;min-width:0}.advisor-name-row{display:flex;align-items:center;gap:4px}.advisor-name{font-family:inherit;font-size:14px;font-weight:500;color:#1a1a2e}.advisor-flag{font-size:13px}.advisor-meta{font-family:inherit;font-size:12px;color:#7c8696;margin-top:2px;display:block}.advisor-view-btn{font-family:inherit;font-size:13px;font-weight:500;color:#00b87a;text-decoration:none;padding:6px 14px;border-radius:8px;background:rgba(0,184,122,.08);transition:background .15s ease;white-space:nowrap}.advisor-view-btn:hover{background:rgba(0,184,122,.15)}.private-advice-empty{font-family:inherit;font-size:14px;color:#7c8696;margin:0 0 12px}.private-advice-nonowner{padding:20px 24px;border-top:1px solid var(--border-light,#e5e7eb)}.private-advice-info-box{display:flex;align-items:flex-start;gap:16px;padding:12px;background:#f4f6f8;border-radius:8px;margin-bottom:16px}.private-advice-info-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.private-advice-info-text{font-family:inherit;font-size:14px;line-height:21px;color:#666670;margin:0}.private-advice-input-box{background:#f1f3f6;border:.5px solid rgba(0,0,0,.1);border-radius:16px;padding:16px 20px 28px;display:flex;flex-direction:column;position:relative}.private-advice-textarea{width:100%;min-height:100px;border:none;background:transparent;font-family:inherit;font-size:14px;line-height:20px;color:#000;resize:none;outline:none;padding:0}.private-advice-textarea::placeholder{color:#999}.private-advice-textarea:disabled{opacity:.5}.private-advice-input-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.private-advice-emoji-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;opacity:.6;transition:opacity .15s}.private-advice-emoji-btn:hover{opacity:1}.private-advice-right-footer{display:flex;align-items:center;gap:12px}.private-advice-char-count{font-family:inherit;font-size:12px;color:#999}.private-advice-send-btn{font-family:inherit;font-size:14px;font-weight:500;color:#fff;background:#0f1b31;border:none;border-radius:16px;padding:10px 24px;cursor:pointer;transition:opacity .15s}.private-advice-send-btn:hover:not(:disabled){opacity:.85}.private-advice-send-btn:disabled{opacity:.4;cursor:not-allowed}.private-advice-error{color:#ef4444}.private-advice-error,.private-advice-login-hint{font-family:inherit;font-size:13px;margin:8px 0 0}.private-advice-login-hint{color:#7c8696;text-align:center}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes btnSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatroom-preview-container{animation:fadeSlideIn .4s ease-out;display:flex;flex-direction:column;gap:12px}.chatroom-post-bubble{display:flex;align-items:center;gap:8px;background:#00a778;color:#fff;padding:12px 16px;border-radius:16px 16px 4px 16px;align-self:flex-end;max-width:85%;animation:fadeSlideIn .3s ease-out}.chatroom-post-bubble-text{font-family:inherit;font-size:14px;line-height:20px;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;direction:rtl;text-align:right}.chatroom-post-bubble-arrow{flex-shrink:0;opacity:.8}.chatroom-sent-message{display:flex;justify-content:flex-start;animation:fadeSlideIn .35s ease-out .1s both}.chatroom-sent-message-content{background:#f4f6f8;border-radius:16px 16px 16px 4px;padding:12px 16px;max-width:80%;border-left:3px solid #00a778}.chatroom-sent-message-text{font-family:inherit;font-size:14px;line-height:20px;color:#0f1b31;margin:0}.chatroom-sent-message-time{font-family:inherit;font-size:11px;color:#999;margin-top:4px;display:block}.chatroom-moderation-notice{display:flex;align-items:flex-start;gap:10px;background:#fff8e5;border-radius:12px;padding:12px 16px;animation:fadeSlideIn .35s ease-out .2s both}.chatroom-moderation-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:1px}.chatroom-moderation-text{font-family:inherit;font-size:13px;line-height:19px;color:#666670;margin:0}.chatroom-moderation-link{color:#00a778;text-decoration:underline;font-weight:500}.chatroom-moderation-link:hover{color:#009068}.chatroom-today-divider{display:flex;align-items:center;justify-content:center;padding:4px 0;animation:fadeSlideIn .35s ease-out .25s both}.chatroom-today-divider span{font-family:inherit;font-size:12px;color:#999;background:#fff;padding:2px 14px;border-radius:10px;border:1px solid #e2e6ed}.chatroom-locked-notice{display:flex;align-items:flex-start;gap:10px;background:#f4f6f8;border-radius:12px;padding:14px 16px;animation:fadeSlideIn .35s ease-out .3s both}.chatroom-locked-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:1px}.chatroom-locked-text{font-family:inherit;font-size:13px;line-height:19px;color:#666670;margin:0}.private-advice-view-msg-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 28px;background:#00a778;color:#fff;font-family:inherit;font-size:15px;font-weight:600;border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:background .2s ease,transform .15s ease;animation:btnSlideUp .35s ease-out .35s both;align-self:flex-start}.private-advice-view-msg-btn:hover{background:#009068;transform:translateY(-1px)}.private-advice-view-msg-btn:active{transform:translateY(0)}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-line{border-radius:4px}.skeleton-box,.skeleton-line{background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.mood-skeleton,.post-skeleton,.thought-skeleton,.topic-skeleton{padding:20px 0;border-bottom:1px solid var(--border-light)}.skeleton-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.skeleton-avatar,.skeleton-avatar-small{background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-avatar-small{width:32px;height:32px;border-radius:50%;flex-shrink:0}.skeleton-meta{flex:1 1;display:flex;flex-direction:column;gap:6px}.skeleton-name-small{width:100px;height:14px}.skeleton-emoji{width:28px;height:28px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-content{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.skeleton-text-long{width:100%;height:18px}.skeleton-text-medium{width:70%;height:18px}.skeleton-footer{display:flex;gap:20px}.skeleton-stat{width:70px}.skeleton-thought-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.skeleton-topic-title{width:85%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:6px;margin-bottom:14px}.skeleton-topic-stats{display:flex;gap:16px;margin-top:12px}.skeleton-category-bar{display:flex;gap:8px;padding:16px 0;margin-bottom:8px;overflow:hidden}.skeleton-category-pill{width:100px;height:36px;border-radius:18px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;flex-shrink:0}.skeleton-thoughts-grid{display:flex;flex-direction:column}.feed-skeleton,.mood-feed-skeleton,.search-skeleton,.thoughts-skeleton,.topics-skeleton{padding:0}.skeleton-search-bar{width:100%;height:48px;border-radius:24px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;margin-bottom:16px}.skeleton-search-tabs{display:flex;gap:8px;margin-bottom:16px}.skeleton-text-short{width:50%;height:14px}.sidebar-skeleton-block{margin-bottom:24px}.skeleton-login-button{width:100px;height:44px;border-radius:22px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-app-download{padding:20px;background:#f8f9fa;border-radius:16px}.skeleton-app-title{width:70%;height:18px;margin-bottom:16px}.skeleton-qr-code{width:120px;height:120px;margin:16px auto;border-radius:8px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-store-buttons{display:flex;gap:8px;justify-content:center}.skeleton-store-btn{width:120px;height:36px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-section-title{width:160px;height:20px;margin-bottom:16px}.skeleton-trending-items{display:flex;flex-direction:column;gap:16px}.skeleton-trending-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-light)}.skeleton-trending-content{flex:1 1;display:flex;flex-direction:column;gap:8px}.login-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px}.login-popup{background:var(--bg-white);border-radius:16px;width:100%;max-width:400px;padding:32px;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:popup-enter .2s ease-out}@keyframes popup-enter{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.login-popup-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text-gray);transition:all .15s ease}.login-popup-close:hover{background:var(--bg-main);color:var(--text-black)}.login-popup-close:disabled{opacity:.3;cursor:not-allowed}.login-popup-header{text-align:center;margin-bottom:24px}.login-popup-logo{display:flex;justify-content:center;margin-bottom:16px}.login-popup-title{font-size:20px;font-weight:600;color:var(--text-black)}.login-popup-form{display:flex;flex-direction:column;gap:16px}.login-popup-field{display:flex;flex-direction:column;gap:6px}.login-popup-field label{font-size:14px;font-weight:500;color:var(--text-black)}.login-popup-field input{padding:12px 16px;border:1px solid var(--border-main);border-radius:10px;font-size:15px;transition:all .15s ease;outline:none}.login-popup-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,122,140,.1)}.login-popup-field input::placeholder{color:var(--text-muted)}.login-popup-field input:disabled{background:var(--bg-main);cursor:not-allowed}.login-popup-error{display:flex;align-items:flex-start;gap:8px;padding:12px;background:rgba(255,77,77,.1);border-radius:8px;color:#dc2626;font-size:13px;line-height:1.4}.login-popup-error svg{flex-shrink:0;margin-top:1px}.login-popup-submit{padding:14px 24px;background:#2b88fb;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px}.login-popup-submit:hover{background:#1a6fd9}.login-popup-submit:disabled{opacity:.7;cursor:not-allowed}.login-popup-spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.login-popup-confirmation,.login-popup-failed,.login-popup-success{text-align:center;padding:20px 0}.login-popup-failed-icon,.login-popup-phone-icon,.login-popup-success-icon{display:flex;justify-content:center;margin-bottom:20px}.login-popup-confirmation-title,.login-popup-failed-title,.login-popup-success-title{font-size:18px;font-weight:600;color:var(--text-black);margin-bottom:8px}.login-popup-confirmation-text,.login-popup-failed-text,.login-popup-success-text{font-size:14px;color:var(--text-gray);line-height:1.5;margin-bottom:24px}.login-popup-waiting{display:flex;align-items:center;justify-content:center;gap:10px;color:#2b88fb;font-size:14px}.login-popup-footer{text-align:center;margin-top:24px;font-size:13px;color:var(--text-gray)}.login-popup-footer a{color:#2b88fb;font-weight:500}.login-popup-footer a:hover{text-decoration:underline}.page-header-with-action{position:relative;height:68px;display:flex;align-items:center;justify-content:center}.page-header-with-action .page-header-title{margin-bottom:0}.page-header-action{position:absolute;right:0;top:50%;transform:translateY(-50%)}.page-header-title{font-family:inherit;font-size:18px;font-weight:600;color:#0f1b31;text-align:center;height:68px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.profile-page-header-row{position:relative}.profile-logout-btn-mobile{display:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);align-items:center;gap:6px;padding:6px 14px;border-radius:20px;border:1px solid #e8ecf0;background:#fff;color:#e74c3c;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.profile-logout-btn-mobile:hover{background:#fef2f2;border-color:#e74c3c}@media (max-width:768px){.profile-logout-btn-mobile{display:flex}}.profile-content{padding:24px 20px}.profile-header{display:flex;flex-direction:column;align-items:center;padding-bottom:24px;border-bottom:1px solid #e8eaed}.profile-avatar-container{position:relative;width:96px;height:96px;margin-bottom:12px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:contain}.profile-avatar-placeholder{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#2b88fb,#1a6ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:600}.profile-avatar-placeholder.hidden{display:none}.profile-username{display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:20px;font-weight:600;color:#0f1b31;margin:0 0 12px}.profile-flag{font-size:20px}.profile-rating-badge{display:inline-flex;align-items:center;gap:4px;background-color:#f8f9fa;padding:4px 6px;border-radius:8px;margin-left:8px}.profile-rating-badge svg{flex-shrink:0}.profile-rating-badge .rating-value{font-family:inherit;font-size:14px;font-weight:400;line-height:1.3;color:#0f1b31;letter-spacing:-.28px}.profile-rank-badge{display:inline-flex;align-items:center;gap:4px;background:#2b88fb;color:#fff;padding:8px 16px;border-radius:20px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.profile-rank-badge:hover{background:#1a6ed8}.rank-arrow{font-size:16px}.profile-stats-icons{display:flex;align-items:center;justify-content:center;gap:0;background:#f8f9fa;border-radius:12px;padding:12px 24px;margin-top:8px}.profile-stat-item{display:flex;align-items:center;gap:8px;padding:0 16px}.profile-stat-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.profile-stat-icon svg{width:20px;height:20px}.profile-stat-value{font-family:inherit;font-size:14px;font-weight:600;color:#5f6368}.profile-stat-divider{width:1px;height:24px;background:#e9ecf1}.profile-tabs{display:flex;border-bottom:1px solid #e8eaed;margin:0 -20px;padding:0 20px;overflow-x:auto}.profile-tab{flex:none;padding:16px 20px;font-family:inherit;font-size:14px;font-weight:500;color:#7c8696;background:none;border:none;cursor:pointer;position:relative;white-space:nowrap;transition:color .2s}.profile-tab:hover{color:#0f1b31}.profile-tab.active{color:#0f1b31;font-weight:600}.profile-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#0f1b31}.profile-posts{padding-top:16px}.empty-state,.error-container,.loading-container{display:flex;align-items:center;justify-content:center;padding:48px 20px;color:#7c8696;font-family:inherit;font-size:14px}.profile-sidebar{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:24px;max-height:-moz-fit-content;max-height:fit-content;align-self:flex-start}@media (max-width:1024px){.right-sidebar.profile-sidebar{display:none}}.sidebar-box{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:16px}.sidebar-box-title{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0 0 16px}.achievements-list{display:flex;gap:16px}.achievement-item{display:flex;flex-direction:column;align-items:center;gap:4px}.achievement-icon{font-size:24px}.achievement-month{font-family:inherit;font-size:12px;color:#7c8696}.supporters-list{display:flex;flex-direction:column}.supporter-item{display:flex;align-items:center;gap:12px;padding:20px 0;border-bottom:1px solid #dbe0e8}.supporter-item:last-child{border-bottom:none}.supporter-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.supporter-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.supporter-avatar-emoji{font-size:24px;line-height:1}.supporter-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:bisque;display:flex;align-items:center;justify-content:center;font-size:24px}.no-supporters{color:#7c8696;font-size:14px;text-align:center;padding:16px 0}.no-achievements{color:#7c8696;font-size:14px;margin:0}.skeleton-supporter{pointer-events:none}.skeleton-supporter-avatar{background:linear-gradient(90deg,#e8eaed,#f3f4f6 50%,#e8eaed);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-supporter-name{width:100px;height:14px;flex:1 1}.skeleton-supporter-rank{width:48px;height:32px;border-radius:26px}.supporter-name{flex:1 1;color:#0f1b31}.supporter-name,.supporter-rank{font-family:inherit;font-size:14px;font-weight:500}.supporter-rank{width:48px;height:32px;border-radius:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.supporter-rank.rank-gold{background:#ffe541;color:#e1a500}.supporter-rank.rank-silver{background:#9ea8ba;color:#3f5171}.supporter-rank.rank-bronze{background:#ff952c;color:#994c00}.supporter-rank.rank-default{background:#f8f9fa;color:#0f1b31}.view-all-btn{width:100%;padding:16px 12px;margin-top:8px;background:none;border:none;font-family:inherit;font-size:16px;font-weight:400;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:opacity .2s;text-decoration:none}.view-all-btn:hover{opacity:.7}.sidebar-footer{padding:16px 0}.sidebar-footer .footer-links{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.sidebar-footer .footer-links a,.sidebar-footer .footer-links span{font-family:inherit;font-size:11px;color:#7c8696;text-decoration:none}.sidebar-footer .footer-links a:hover{text-decoration:underline}.sidebar-footer .language-selector{cursor:pointer}.sidebar-footer .copyright{font-family:inherit;font-size:11px;color:#7c8696;margin:0}.profile-post-card{padding:16px 0;border-bottom:1px solid #e8eaed}.profile-post-card:last-child{border-bottom:none}.post-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.post-author-avatar{width:40px;height:40px;border-radius:50%;background:bisque;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.post-author-info{flex:1 1;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.post-author-name{font-family:inherit;font-size:14px;font-weight:600;color:#0f1b31}.post-author-country{font-size:14px}.post-date{font-family:inherit;font-size:13px}.post-date,.post-mood,.post-mood-separator{color:#556070}.post-mood{font-family:inherit;font-size:13px}.post-menu-btn{background:none;border:none;font-size:18px;color:#556070;cursor:pointer;padding:4px;line-height:1}.post-topic-badge-link{text-decoration:none;display:inline-block}.post-topic-badge-link:hover .post-topic-badge{background:#d4edd4}.post-topic-badge{display:inline-flex;align-items:center;gap:4px;background:#e8f4e8;color:#2b7a3e;padding:6px 12px;border-radius:16px;font-family:inherit;font-size:13px;font-weight:500;margin-bottom:12px;transition:background .2s ease;cursor:pointer}.topic-arrow{font-size:14px}.topic-post-title{font-family:inherit;font-size:20px;font-weight:400;line-height:20px;color:#0f1b31;margin:0 0 8px}.topic-post-description{font-family:inherit;font-size:14px;line-height:1.6;color:#666670;margin:0}.profile-thought-card-link{text-decoration:none;color:inherit;display:block}.profile-thought-card-link:hover{text-decoration:none}.profile-thought-card-link:hover .profile-thought-card{background-color:#f8f9fa}.profile-thought-card{position:relative;box-sizing:border-box;width:100%;min-height:180px;padding:16px 0 56px;border-bottom:1px solid #e9ecf1;transition:background-color .2s ease}.thought-card-avatar{position:absolute;left:0;top:16px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.thought-card-avatar .avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.thought-card-avatar .avatar-emoji{font-size:20px}.thought-card-header{position:absolute;left:48px;top:16px;display:flex;align-items:center;gap:12px}.thought-author-info{display:flex;align-items:center;gap:5px}.thought-author-name{font-family:inherit;font-weight:590;font-size:16px;line-height:20px;color:#000}.thought-author-flag{font-size:16px;line-height:16px}.thought-card-date{font-family:inherit;font-weight:400;font-size:16px;line-height:20px;color:#7c8696}.thought-card-content{position:absolute;left:48px;top:48px;right:0;padding-right:16px}.thought-card-title{font-family:inherit;font-weight:400;font-size:20px;line-height:20px;color:#0f1b31;margin:0 0 8px;max-width:524px}.thought-card-description{font-size:14px;color:#666670}.thought-card-description,.thought-card-text{font-family:inherit;font-weight:400;line-height:1.6;margin:0;max-width:524px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.thought-card-text{font-size:16px;color:#0f1b31}.thought-menu-btn{position:absolute;right:0;top:16px;width:20px;height:20px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:1000px}.thought-menu-btn:hover{background:#f0f0f0}.thought-card-actions{position:absolute;left:48px;bottom:16px;display:flex;align-items:center;gap:16px}.thought-action-btn{display:flex;align-items:center;gap:8px}.thought-action-icon{width:24px;height:24px;background:#dbe0e8;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:6px}.thought-action-count{font-family:inherit;font-weight:500;font-size:14px;line-height:1.5;color:#666670}.profile-topic-card-link{text-decoration:none;color:inherit;display:block}.profile-topic-card-link:hover{text-decoration:none}.profile-topic-card-link:hover .profile-topic-card{background-color:#f8f9fa}.profile-topic-card{position:relative;box-sizing:border-box;width:100%;min-height:164px;padding:16px 0;border-bottom:1px solid #e9ecf1}.profile-topic-card .topic-card-avatar{position:absolute;width:36px;height:36px;left:0;top:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-topic-card .topic-card-avatar .avatar-img{width:100%;height:100%;object-fit:cover}.profile-topic-card .topic-card-avatar .avatar-emoji{font-size:18px}.profile-topic-card .topic-card-header{position:absolute;left:48px;top:16px;display:flex;flex-direction:row;align-items:center;gap:12px}.profile-topic-card .topic-author-row{display:flex;flex-direction:row;align-items:center;gap:5px}.profile-topic-card .topic-author-name{font-family:inherit;font-style:normal;font-weight:590;font-size:16px;line-height:20px;color:#000}.profile-topic-card .topic-author-flag{font-size:16px;line-height:20px}.profile-topic-card .topic-card-date{font-family:inherit;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#7c8696}.profile-topic-card .topic-menu-btn{position:absolute;right:0;top:16px;background:none;border:none;cursor:pointer;padding:0;width:20px;height:20px}.profile-topic-card .topic-card-text{position:absolute;left:48px;right:0;top:48px;height:72px;overflow:hidden}.profile-topic-card .topic-card-title{font-family:inherit;font-style:normal;font-weight:400;font-size:20px;line-height:20px;color:#0f1b31;margin:0 0 8px}.profile-topic-card .topic-card-description{font-family:inherit;font-style:normal;font-weight:400;font-size:14px;line-height:160%;color:#666670;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.post-actions{display:flex;gap:20px}.post-action-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#7c8696;font-family:inherit;font-size:13px;cursor:pointer;padding:4px;transition:color .2s}.post-action-btn:hover{color:#0f1b31}.topic-card{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:12px;border:1px solid #e8eaed}.topic-card-content{display:flex;flex-direction:column;gap:12px}.topic-header{display:flex;align-items:flex-start;gap:12px}.topic-icon{width:40px;height:40px;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topic-icon svg{width:20px;height:20px;color:#fff}.topic-title-section{flex:1 1;display:flex;flex-direction:column;gap:4px}.topic-card .topic-title{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0;line-height:1.3}.topic-card .topic-date{font-family:inherit;font-size:12px;color:#7c8696}.topic-card .topic-description{font-family:inherit;font-size:14px;line-height:1.5;color:#4a5568;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.topic-card .topic-stats{display:flex;gap:16px;padding-top:8px;border-top:1px solid #e8eaed}.topic-card .topic-stat{display:flex;align-items:center;gap:6px;font-family:inherit;font-size:13px;color:#7c8696}.topic-card .topic-stat svg{width:16px;height:16px;color:#7c8696}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton-container{display:flex;flex-direction:column;gap:0}.skeleton-card{pointer-events:none}.skeleton-text{border-radius:4px}.skeleton-avatar,.skeleton-text{background:linear-gradient(90deg,#e8eaed,#f3f4f6 50%,#e8eaed);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.skeleton-name{width:150px;height:16px;margin-bottom:4px}.skeleton-date{width:100px;height:14px}.skeleton-line{height:18px;width:100%;margin-bottom:8px}.skeleton-line-short{width:75%}.skeleton-line-medium{width:50%}.skeleton-action{width:60px;height:28px;border-radius:6px}.skeleton-topic-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(90deg,#e8eaed,#f3f4f6 50%,#e8eaed);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;flex-shrink:0}.skeleton-topic-title{width:220px;height:22px;margin-bottom:4px}.skeleton-stat{width:80px;height:18px;border-radius:6px}.skeleton-profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(90deg,#e8eaed,#f3f4f6 50%,#e8eaed);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-username{width:150px;height:24px;margin:12px auto 8px}.skeleton-rank-badge{width:100px;height:28px;border-radius:14px;margin:0 auto}.profile-stat-clickable{cursor:pointer;text-decoration:none;color:inherit;border-radius:8px;transition:background .2s}.profile-stat-clickable:hover{background:rgba(43,136,251,.08)}.balance-content{padding:0}.balance-card{position:relative;background:linear-gradient(135deg,#6c4ab6,#2b88fb 50%,#00c9b7);border-radius:0;border-top-left-radius:12px;border-top-right-radius:12px;padding:28px 24px;margin:0 -24px;overflow:hidden}.balance-card-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.15) 0,transparent 50%),radial-gradient(circle at 20% 80%,hsla(0,0%,100%,.1) 0,transparent 40%)}.balance-card-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.balance-label{font-family:inherit;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.8);margin-bottom:4px}.balance-amount{display:flex;align-items:center;gap:10px}.balance-amount span:first-of-type{font-family:inherit;font-size:36px;font-weight:700;color:#fff;letter-spacing:-.5px}.balance-coins-label{font-family:inherit;font-size:16px!important;font-weight:400!important;color:hsla(0,0%,100%,.7)!important;align-self:flex-end;margin-bottom:4px}.balance-card-skeleton{background:#f0f2f5;border-radius:16px;padding:28px 24px}.balance-section{margin-top:24px}.balance-section-title{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0 0 8px}.balance-section-desc{font-family:inherit;font-size:13px;color:#7c8696;margin:0 0 16px;line-height:1.5}.balance-packages{display:flex;gap:10px;flex-wrap:wrap}.balance-package{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 20px;background:#f8f9fa;border:2px solid #e8eaed;border-radius:12px;cursor:pointer;transition:all .2s;min-width:100px;flex:1 1}.balance-package:hover{border-color:#2b88fb;background:#f0f6ff}.balance-package.selected{border-color:#2b88fb;background:#ebf3ff;box-shadow:0 0 0 1px #2b88fb}.package-coins{gap:6px;font-size:18px;font-weight:700;color:#0f1b31}.package-coins,.package-price{display:flex;align-items:center;font-family:inherit}.package-price{font-size:13px;color:#5f6368;flex-direction:column;gap:2px}.package-coins-strikethrough span{text-decoration:line-through;color:#9aa0a9}.package-coins-bonus span{color:#34a853;font-weight:700}.price-original{text-decoration:line-through;color:#9aa0a9;font-size:12px}.price-free{color:#34a853;font-weight:700;font-size:14px}.package-discount{position:absolute;top:-8px;right:-8px;background:#34a853;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:8px}.promo-input-row{display:flex;gap:8px}.promo-input{flex:1 1;padding:10px 14px;border:1px solid #e8eaed;border-radius:10px;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s}.promo-input:focus{border-color:#2b88fb}.promo-apply-btn{padding:10px 20px;background:#2b88fb;color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.promo-apply-btn:hover{background:#1a6ed8}.promo-apply-btn:disabled{background:#c4c9d4;cursor:not-allowed}.promo-error{margin-top:8px;font-size:13px;color:#ea4335}.promo-success-banner{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 16px;background:#e8f5e9;border-radius:12px;border:1px solid #c8e6c9}.promo-success-left{display:flex;align-items:center;gap:12px}.promo-success-left svg{flex-shrink:0}.promo-success-text{display:flex;flex-direction:column;gap:2px}.promo-success-title{font-family:inherit;font-size:14px;font-weight:500;color:#1a1d21}.promo-success-percent{font-weight:700;color:#34a853}.promo-success-subtitle{font-family:inherit;font-size:12px;color:#34a853}.promo-success-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.balance-mobile-continue{display:none}@media (max-width:1024px){.balance-mobile-continue{display:block;margin-top:24px;padding-top:16px}.balance-mobile-continue-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 24px;background:linear-gradient(135deg,#00b87a,#0d9668);color:#fff;border:none;border-radius:14px;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s;-webkit-tap-highlight-color:transparent}.balance-mobile-continue-btn:active{opacity:.85;transform:scale(.98)}}.mobile-checkout-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.45);display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.mobile-checkout-sheet{width:100%;max-width:500px;max-height:92vh;background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUpSheet .3s cubic-bezier(.32,.72,0,1);overflow:hidden}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-checkout-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #f1f3f6;flex-shrink:0}.mobile-checkout-title{font-size:17px;font-weight:600;color:#1a1d21;margin:0}.mobile-checkout-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}.mobile-checkout-close:hover{background:#f1f3f6}.mobile-checkout-body{flex:1 1;overflow-y:auto;padding:16px 20px 32px;-webkit-overflow-scrolling:touch}.mobile-checkout-body .profile-sidebar{width:100%;padding:0;margin:0}.mobile-checkout-body .sidebar-box{margin-bottom:16px;padding:16px;border:1px solid #e9ecf1;border-radius:14px;background:#fff}.mobile-checkout-body .checkout-btn{width:100%;margin-top:8px}.mobile-checkout-body .checkout-secure-note{margin-top:12px}@media (min-width:1025px){.mobile-checkout-overlay{display:none!important}}.tablet-inline-checkout{display:none}@media (min-width:769px) and (max-width:1024px){.tablet-inline-checkout{display:block;border-top:1px solid #f1f3f6;padding:20px 20px 8px}.tablet-inline-checkout .profile-sidebar{width:100%;padding:0;margin:0}.tablet-inline-checkout .sidebar-box{margin-bottom:16px;padding:16px;border:1px solid #e9ecf1;border-radius:14px;background:#fff}.tablet-inline-checkout .checkout-btn{width:100%;margin-top:8px}.tablet-inline-checkout .checkout-secure-note{margin-top:12px}.balance-mobile-continue,.mobile-checkout-overlay{display:none!important}}.balance-recharge-note{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ebf3ff;border-radius:10px;font-family:inherit;font-size:13px;color:#1a6ed8;line-height:1.5}.balance-recharge-note svg{flex-shrink:0}.transaction-list{display:flex;flex-direction:column}.transaction-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f0f2f5}.transaction-item:last-child{border-bottom:none}.transaction-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f8f9fa}.transaction-details{flex:1 1;min-width:0}.transaction-service{font-family:inherit;font-size:14px;font-weight:500;color:#0f1b31}.transaction-desc{font-family:inherit;font-size:12px;color:#7c8696;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transaction-right{text-align:right;flex-shrink:0}.transaction-amount{font-family:inherit;font-size:14px;font-weight:600}.transaction-amount.positive{color:#34a853}.transaction-amount.negative{color:#ea4335}.transaction-date{font-family:inherit;font-size:12px;color:#9aa0a9;margin-top:2px}.balance-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 0;color:#7c8696}.balance-empty p{font-family:inherit;font-size:14px;margin:0}.balance-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 20px;text-align:center}.balance-error p{font-family:inherit;font-size:14px;color:#7c8696;margin:0}.balance-back-link{font-family:inherit;font-size:14px;font-weight:500;color:#2b88fb;text-decoration:none}.balance-back-link:hover{text-decoration:underline}.balance-sidebar-links{display:flex;flex-direction:column;gap:4px}.balance-sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-family:inherit;font-size:14px;color:#5f6368;text-decoration:none;transition:all .15s}.balance-sidebar-link:hover{background:#f0f2f5;color:#0f1b31}.balance-sidebar-info{font-family:inherit;font-size:13px;color:#7c8696;line-height:1.6;margin:0}.checkout-sidebar-box{padding-bottom:4px}.checkout-empty-text{font-family:inherit;font-size:13px;color:#7c8696;line-height:1.6;margin:0}.payment-methods{display:flex;flex-direction:column;gap:8px;margin-top:12px;margin-bottom:16px}.payment-method-item{border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:border-color .2s}.payment-method-item.active{border-color:#4285f4;box-shadow:0 0 0 1px #4285f4}.payment-method-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;gap:8px}.payment-method-header:hover{background:#f8f9fa}.payment-method-left{display:flex;align-items:flex-start;gap:10px;flex:1 1}.payment-method-info{display:flex;flex-direction:column;gap:8px}.payment-method-top-row{display:flex;align-items:center;gap:8px}.payment-method-logos{display:flex;align-items:center;gap:6px;padding-left:32px;flex-wrap:wrap}.payment-method-radio{width:18px;height:18px;border-radius:50%;border:2px solid #c4c9d1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s;margin-top:3px}.payment-method-radio.selected{border-color:#4285f4}.payment-method-radio-dot{width:8px;height:8px;border-radius:50%;background:#4285f4}.payment-method-label{font-family:inherit;font-size:14px;font-weight:500;color:#1a1d21}.payment-method-icons{display:flex;gap:4px;flex-shrink:0}.payment-method-body{padding:0 16px 16px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0;padding-bottom:0}to{opacity:1;max-height:300px;padding-bottom:16px}}.card-field{margin-bottom:12px;flex:1 1}.card-field:last-child{margin-bottom:0}.card-field-label{display:block;font-family:inherit;font-size:12px;font-weight:500;color:#5f6368;margin-bottom:6px}.card-field-input{width:100%;padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;color:#1a1d21;outline:none;transition:border-color .2s;box-sizing:border-box}.card-field-input:focus{border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,.1)}.card-field-input::placeholder{color:#b0b8c1}.card-field-row{display:flex;gap:12px}.stripe-card-element-wrapper{margin-bottom:4px}.stripe-card-element{padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;transition:border-color .2s,box-shadow .2s}.stripe-card-element:hover{border-color:#c4c9d1}.stripe-card-element.StripeElement--focus{border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,.1)}.stripe-card-element.StripeElement--invalid{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(231,76,60,.1)}.payment-success-message{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;text-align:center}.payment-success-title{font-size:18px;color:#1a1d21;margin:0}.payment-success-text{font-family:inherit;font-size:14px;color:#5f6368;margin:0}.paypal-redirect-text{font-family:inherit;font-size:13px;color:#5f6368;line-height:1.5;margin:0}.free-package-notice{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#e8f5e9;border-radius:12px;border:1px solid #c8e6c9;margin-top:12px;margin-bottom:16px}.free-package-notice span{font-family:inherit;font-size:13px;color:#1b5e20;line-height:1.4}.checkout-summary-box{margin-top:0}.order-summary{margin-top:12px}.order-summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.order-summary-label{font-family:inherit;font-size:13px;color:#5f6368}.order-summary-value{font-family:inherit;font-size:13px;font-weight:500;color:#1a1d21;display:flex;align-items:center;gap:4px}.order-summary-discount .order-summary-label{color:#34a853}.order-summary-bonus,.order-summary-savings{color:#34a853!important;font-weight:600!important}.order-summary-divider{height:1px;background:#e5e7eb;margin:8px 0}.order-summary-total{padding:8px 0 0}.order-summary-total .order-summary-label{font-size:15px;font-weight:600;color:#1a1d21}.order-summary-total .order-summary-value{font-size:15px;font-weight:700;color:#1a1d21}.checkout-error{margin:8px 0;padding:10px 14px;background:#fff0f0;border:1px solid #ffcdd2;border-radius:8px;font-family:inherit;font-size:13px;color:#d32f2f}.checkout-btn{width:100%;padding:14px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#4285f4,#356ac3);color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:4px}.checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,#356ac3,#2a5aa8);transform:translateY(-1px);box-shadow:0 4px 12px rgba(66,133,244,.3)}.checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-btn.processing{opacity:.7}.checkout-btn-loading{display:inline-flex;align-items:center;gap:8px}.usd-charge-notice{display:flex;align-items:flex-start;gap:8px;margin-top:14px;padding:10px 12px;background:#eef1ff;border-radius:8px;border:1px solid #d6dcff}.usd-charge-notice svg{flex-shrink:0;margin-top:1px}.usd-charge-notice span{font-family:inherit;font-size:12px;color:#4a5568;line-height:1.5}.wallet-info-note{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:#f3f0ff;border-radius:8px;font-size:12px;color:#5f6368;line-height:1.4}.wallet-info-note svg{flex-shrink:0;margin-top:1px}.checkout-secure-note{display:flex;align-items:center;gap:6px;justify-content:center;margin-top:12px;padding-bottom:4px}.checkout-secure-note span{font-family:inherit;font-size:11px;color:#7c8696}.payment-success-banner{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:12px;margin-bottom:16px}.payment-success-text{flex:1 1}.payment-success-title{font-family:inherit;font-size:15px;font-weight:600;color:#1b5e20}.payment-success-subtitle{font-family:inherit;font-size:13px;color:#2e7d32;margin-top:2px}.payment-success-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.transactions-history-btn{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;margin-top:16px;border:1px solid #e9ecf1;border-radius:12px;text-decoration:none;color:inherit;transition:all .15s ease;cursor:pointer;background:#fff}.transactions-history-btn:hover{background:#f8f9fa;border-color:#dbe0e8}.transactions-history-btn-left{display:flex;align-items:center;gap:12px}.transactions-history-btn-left span{font-family:inherit;font-size:15px;font-weight:500;color:#1a1d21}.transactions-history-content{padding:4px 0}.transactions-tabs{display:flex;gap:0;margin-bottom:16px;border-bottom:1px solid #e8eaed}.transactions-tab{flex:1 1;padding:12px 16px;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:#7c8696;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .2s}.transactions-tab:hover{color:#1a1d21}.transactions-tab.active{color:#6c5ce7;border-bottom-color:#6c5ce7;font-weight:600}.transaction-icon.positive{background:#e8f5e9}.transaction-icon.negative{background:#fbe9e7}.page-header-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;cursor:pointer;color:#1a1d21;margin-right:8px;transition:background .15s}.page-header-back:hover{background:#f0f2f5}.messages-content-area{max-width:960px;flex:1 1}.msg-layout{display:flex;height:calc(100vh - 80px);background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e8ecf0}.msg-sidebar{width:320px;min-width:320px;border-right:1px solid #e8ecf0;display:flex;flex-direction:column;background:#fafbfc}.msg-sidebar-header{padding:20px 16px 12px;display:flex;align-items:center;justify-content:space-between}.msg-sidebar-title{font-size:18px;font-weight:600;color:#1a1d21;margin:0;font-family:inherit}.msg-sidebar-collapse-btn{display:none;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:none;border:1px solid #e8ecf0;cursor:pointer;color:#7c8696;transition:background .15s,color .15s;flex-shrink:0;padding:0}.msg-sidebar-collapse-btn:hover{background:#f0f2f5;color:#1a1d21}.msg-sidebar-expand-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#fafbfc;border:1px solid #e8ecf0;cursor:pointer;color:#7c8696;transition:background .15s,color .15s;position:absolute;top:16px;left:12px;z-index:5;padding:0}.msg-sidebar-expand-btn:hover{background:#f0f2f5;color:#1a1d21}@media (min-width:769px) and (max-width:1024px){.msg-sidebar-collapse-btn{display:flex}.msg-layout.sidebar-collapsed .msg-sidebar{display:none}.msg-layout.sidebar-collapsed .msg-main{position:relative}.msg-layout.sidebar-collapsed .msg-sidebar-expand-btn{display:flex}}.msg-tabs{padding:0 12px 12px;border-bottom:1px solid #e8ecf0}.msg-tab,.msg-tabs{display:flex;gap:4px}.msg-tab{flex:1 1;padding:8px 4px;border:none;background:transparent;cursor:pointer;font-size:12px;font-weight:500;color:#7c8696;border-radius:8px;transition:all .2s;align-items:center;justify-content:center;font-family:inherit;white-space:nowrap}.msg-tab:hover{background:#f0f2f5;color:#1a1d21}.msg-tab.active{background:#00b87a;color:#fff}.msg-tab-count{background:hsla(0,0%,100%,.2);padding:1px 6px;border-radius:10px;font-size:11px;font-weight:600}.msg-tab:not(.active) .msg-tab-count{background:#e8ecf0;color:#7c8696}.msg-list{flex:1 1;overflow-y:auto;padding:8px 0}.msg-chatroom-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s;border-left:3px solid transparent}.msg-chatroom-item:hover{background:#f0f2f5}.msg-chatroom-item.selected{background:#ebf0ff;border-left-color:#2b88fb}.msg-chatroom-item.unread{background:#f8f9fb}.msg-avatar{border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.msg-avatar-placeholder{background:linear-gradient(135deg,#e8ecf0,#d0d5dd);color:#7c8696;font-weight:600;font-family:inherit}.msg-avatar-group{background:#f0f2f5;border-radius:12px}.msg-chatroom-info{flex:1 1;min-width:0}.msg-chatroom-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.msg-chatroom-name{font-size:14px;font-weight:600;color:#1a1d21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:inherit;display:flex;align-items:center;gap:4px}.msg-country-flag{font-size:14px;flex-shrink:0}.msg-chatroom-item.unread .msg-chatroom-name{font-weight:700}.msg-chatroom-time{font-size:11px;color:#7c8696;white-space:nowrap;margin-left:8px}.msg-chatroom-preview{display:flex;align-items:center;gap:6px}.msg-chatroom-last-msg{font-size:13px;color:#7c8696;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.msg-chatroom-item.unread .msg-chatroom-last-msg{color:#1a1d21;font-weight:500}.msg-unread-dot{width:8px;height:8px;border-radius:50%;background:#2b88fb;flex-shrink:0}.msg-typing-indicator{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;color:#7c8696}.msg-typing-name{font-weight:500;color:#0f1b31;font-size:13px;font-family:inherit}.msg-typing-bubble{display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:5px;background:#f1f3f6;border-radius:1px 16px 16px 16px}.msg-typing-dot{width:8px;height:8px;border-radius:50%;background:#b0b8c4;animation:typingPulse 1.2s ease-in-out infinite}.msg-typing-dot:first-child{animation-delay:0s;background:#0f1b31}.msg-typing-dot:nth-child(2){animation-delay:.15s}.msg-typing-dot:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,to{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}.msg-group-participants-row{display:flex;align-items:center;gap:4px;margin-top:2px}.msg-group-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;background:#f4f6f8;border-radius:16px;margin:0 12px 8px;transition:background .15s}.msg-group-item:hover{background:#eaecf0}.msg-group-item.selected{background:#e8f0fe;border-left:3px solid #008aff}.msg-group-avatar-stack{position:relative;width:42px;height:39px;flex-shrink:0}.msg-group-avatar-stack .msg-group-avatar-top{position:absolute;right:0;top:0;z-index:0}.msg-group-avatar-stack .msg-group-avatar-bottom{position:absolute;left:0;bottom:0;z-index:1}.msg-group-avatar-stack .msg-group-avatar-bottom .msg-avatar{border:1px solid #f4f6f8}.msg-group-item-info{flex:1 1;min-width:0}.msg-group-item-top-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.msg-group-item-title{font-size:16px;line-height:1.3}.msg-group-item-rating,.msg-group-item-title{font-weight:510;color:#0f1b31;letter-spacing:-.02em}.msg-group-item-rating{display:flex;align-items:center;gap:4px;font-size:14px;flex-shrink:0}.msg-group-item-date{font-size:12px;font-weight:510;color:#666670;letter-spacing:-.02em;line-height:1.3;margin-top:2px}.msg-group-extra-count{font-size:11px;color:#7c8696;font-weight:500;margin-left:2px}.msg-group-coin-badge{font-size:10px;padding:1px 6px;border-radius:8px;background:rgba(139,92,246,.1);color:#8b5cf6;font-weight:500;margin-left:6px}.msg-kicked-badge{font-size:10px;padding:2px 6px;border-radius:4px;background:#ffeef0;color:#d93025;font-weight:500;margin-left:auto}.msg-main{flex:1 1;min-width:0}.msg-conversation,.msg-main{display:flex;flex-direction:column}.msg-conversation{height:100%;position:relative}.msg-mobile-back-btn{display:none;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;cursor:pointer;color:#0f1b31;padding:0;flex-shrink:0}.msg-conversation-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #e8ecf0;background:#fff}.msg-header-right-section{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.msg-countdown-timer{background:#e5fff6;padding:7px;border-radius:12px}.msg-countdown-timer.expired{background:#ffe5e5}.msg-countdown-text{font-family:inherit;font-weight:500;font-size:14px;color:#00b87a;letter-spacing:-.02em;white-space:nowrap}.msg-countdown-text.expired{color:#ff5135}.msg-header-menu-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;border-radius:4px}.msg-header-menu-btn:hover{background:#f0f2f5}.msg-conversation-header-info{flex:1 1}.msg-conversation-header-name{font-size:15px;font-weight:600;color:#1a1d21;font-family:inherit}.msg-conversation-header-status{font-size:12px;margin-top:1px}.msg-status-active{color:#34a853;font-weight:500}.msg-status-closed{color:#7c8696;font-weight:500}.msg-status-removed{color:#d93025;font-weight:500}.msg-status-expired{color:#f9ab00;font-weight:500}.msg-conversation-post-tag{font-size:11px;color:#7c8696;background:#f0f2f5;padding:4px 10px;border-radius:12px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-conversation-messages{flex:1 1;overflow-y:auto;padding:16px 20px}.msg-conversation-messages,.msg-date-group{display:flex;flex-direction:column;gap:4px}.msg-date-divider{display:flex;align-items:center;justify-content:center;padding:12px 0 8px}.msg-date-divider span{font-size:11px;color:#7c8696;background:#f0f2f5;padding:4px 12px;border-radius:12px;font-weight:500}.msg-bubble-row{display:flex;gap:8px;align-items:flex-end;margin-bottom:2px}.msg-bubble-row.mine{justify-content:flex-end}.msg-bubble-row.theirs{justify-content:flex-start}.msg-bubble{position:relative;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;word-break:break-word}.msg-bubble.has-reactions{margin-bottom:14px}.msg-bubble.mine{background:#008aff;color:#fff;border-radius:16px 1px 16px 16px}.msg-bubble.theirs{background:#f0f2f5;color:#1a1d21;border-bottom-left-radius:4px}.msg-bubble-content{white-space:pre-wrap}.msg-bubble-time{font-size:10px;opacity:.6;text-align:right;margin-top:4px;display:flex;align-items:center;justify-content:flex-end;gap:2px}.msg-tick-container{display:inline-flex;align-items:center;margin-left:2px;color:hsla(0,0%,100%,.6)}.msg-tick-first{margin-right:-6px}.msg-tick-second{margin-left:0}.msg-single-tick{display:inline-flex;align-items:center;margin-left:2px;color:hsla(0,0%,100%,.6)}.msg-bubble-wrapper{position:relative;display:flex;align-items:center;gap:4px;max-width:70%}.msg-bubble-row.mine .msg-bubble-wrapper,.msg-bubble-row.theirs .msg-bubble-wrapper{flex-direction:row}.msg-quick-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .15s;flex-shrink:0}.msg-bubble-wrapper:hover .msg-quick-actions{opacity:1}.msg-quick-action-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;border-radius:50%;transition:background .15s}.msg-quick-action-btn:hover{background:#f0f2f5}.msg-quick-action-btn:hover svg circle,.msg-quick-action-btn:hover svg line,.msg-quick-action-btn:hover svg path{stroke:#666670}.msg-quick-action-btn:hover svg circle[fill="#9CA4B1"]{fill:#666670}.msg-quick-action-btn.report:hover{background:#fff0ed}.msg-quick-action-btn.report:hover svg line,.msg-quick-action-btn.report:hover svg path{stroke:#e0341f}.msg-emoji-picker{position:absolute;top:-48px;z-index:100;background:#fff;border-radius:24px;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:6px 8px;display:flex;gap:4px;animation:popupFadeIn .15s ease}.msg-emoji-picker.mine{right:0}.msg-emoji-picker.theirs{left:0}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.msg-emoji-picker-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;background:none;border:none;border-radius:50%;cursor:pointer;transition:background .15s,transform .1s}.msg-emoji-picker-btn:hover{background:#f0f2f5;transform:scale(1.2)}.msg-reactions-row{position:absolute;bottom:-12px;left:8px;display:flex;gap:2px;z-index:10}.msg-reactions-row.mine{left:auto;right:8px}.msg-reaction-badge{font-size:16px;line-height:18px;background:#f1f3f6;border:1.5px solid #fff;border-radius:12px;height:24px;padding:0 8px;display:flex;align-items:center;justify-content:center}.msg-reply-preview{padding:6px 10px;background:rgba(0,0,0,.05);border-radius:8px;margin-bottom:4px;border-left:3px solid #7c8696}.msg-reply-preview.mine{background:hsla(0,0%,100%,.15);border-left-color:hsla(0,0%,100%,.4)}.msg-reply-preview-text{font-size:12px;color:inherit;opacity:.7;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.msg-input-wrapper{display:flex;flex-direction:column;background:#f1f3f6;border-radius:24px;padding:4px;gap:0}.msg-input-wrapper.has-reply{padding:12px;gap:8px}.msg-reply-bar{display:flex;align-items:flex-start;gap:8px}.msg-reply-bar-preview{flex:1 1;min-width:0;background:hsla(0,0%,87%,.25);border-left:4px solid #f9a621;border-radius:8px;padding:8px 12px}.msg-reply-bar-info{display:flex;flex-direction:column;gap:2px}.msg-reply-bar-sender{font-weight:600;color:#f9a621}.msg-reply-bar-sender,.msg-reply-bar-text{font-size:12px;letter-spacing:-.02em;font-family:inherit;line-height:1.3}.msg-reply-bar-text{font-weight:400;color:#666670;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-reply-bar-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e8ecf0;border:none;cursor:pointer;padding:0;border-radius:50%;flex-shrink:0;transition:background .15s}.msg-reply-bar-close:hover{background:#d5dae0}.msg-report-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease;border-radius:0 16px 16px 0}.msg-report-sheet{padding:0 16px 40px;max-height:70vh;overflow-y:auto}.msg-report-confirm-sheet,.msg-report-sheet{background:#fff;border-radius:32px 32px 16px 16px;width:100%;animation:slideUp .25s ease}.msg-report-confirm-sheet{padding:0 24px 40px;min-height:380px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.msg-report-handle{width:56px;height:4px;background:#dbe0e8;border-radius:100px;margin:16px auto 0}.msg-report-title{font-size:20px;font-weight:500;color:#0f1b31;text-align:center;margin-top:20px;margin-bottom:8px;letter-spacing:-.4px;font-family:inherit}.msg-report-reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;margin-top:16px}.msg-report-reason-btn{padding:16px;background:#f8f9fa;border-radius:16px;border:1px solid transparent;cursor:pointer;font-size:16px;font-weight:500;color:#0f1b31;letter-spacing:-.32px;font-family:inherit;text-align:left;transition:border-color .15s}.msg-report-reason-btn:hover{background:#f0f2f5}.msg-report-reason-btn.selected{border-color:#00b87a}.msg-report-submit-btn{background:#00b87a;color:#fff;height:48px;border-radius:100px;border:none;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;width:100%;margin-top:8px;transition:opacity .15s}.msg-report-submit-btn:hover{opacity:.9}.msg-report-submit-btn.disabled{opacity:.5;cursor:not-allowed}.msg-report-confirm-icon{display:flex;justify-content:center;margin-top:40px;margin-bottom:24px}.msg-report-confirm-circle{width:88px;height:88px;border-radius:44px;border:3px solid #00b87a;display:flex;align-items:center;justify-content:center;background:#e5fff6}.msg-report-confirm-title{font-size:36px;font-weight:500;margin-bottom:16px}.msg-report-confirm-desc,.msg-report-confirm-title{color:#0f1b31;text-align:center;font-family:inherit}.msg-report-confirm-desc{font-size:20px;line-height:28px;padding:0 16px;margin-bottom:40px}.msg-report-confirm-done-btn{background:#00b87a;color:#fff;height:48px;border-radius:100px;border:none;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;width:100%;transition:opacity .15s}.msg-report-confirm-done-btn:hover{opacity:.9}.msg-bubble-system{text-align:center;font-size:12px;color:#7c8696;padding:8px 16px;background:#f8f9fb;border-radius:8px;margin:4px auto;max-width:80%}.msg-bubble-system.violation{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2}.msg-conversation-input-area{padding:8px 12px;border-top:1px solid #e8ecf0;background:#fff}.msg-input-container{display:flex;align-items:center;gap:8px}.msg-input-wrapper .msg-input-container{background:transparent;border-radius:0;padding:0 0 0 8px}.msg-input-smiley{flex-shrink:0;cursor:pointer;opacity:.7;transition:opacity .15s}.msg-input-smiley:hover{opacity:1}.msg-input{flex:1 1;border:none;background:transparent;resize:none;font-size:14px;font-family:inherit;color:#1a1d21;padding:8px 0;outline:none;max-height:100px;line-height:1.4}.msg-input::placeholder{color:#a0a8b4}.msg-send-btn{width:48px;height:48px;border-radius:50%;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:opacity .2s}.msg-send-btn:hover{opacity:.85}.msg-send-btn:disabled{cursor:default}.msg-closed-banner{text-align:center;padding:12px}.msg-closed-banner,.msg-locked-banner{font-size:13px;color:#7c8696;background:#f8f9fb;border-radius:12px}.msg-locked-banner{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;line-height:1.5}.msg-locked-banner svg{flex-shrink:0;margin-top:1px}.msg-empty-conversation{flex:1 1;display:flex;align-items:center;justify-content:center}.msg-empty-conversation-inner{display:flex;flex-direction:column;align-items:center;gap:12px}.msg-empty-conversation-text{font-size:14px;color:#7c8696;font-family:inherit}.msg-empty-state{flex-direction:column;padding:40px 20px;text-align:center}.msg-empty-icon,.msg-empty-state{display:flex;align-items:center;justify-content:center}.msg-empty-icon{width:48px;height:48px;border-radius:50%;background:#f0f2f5;font-size:18px;font-weight:600;color:#7c8696;margin-bottom:12px}.msg-empty-title{font-size:14px;font-weight:600;color:#1a1d21;margin-bottom:4px;font-family:inherit}.msg-empty-subtitle{font-size:13px;color:#7c8696}.msg-loading{display:flex;align-items:center;justify-content:center;padding:40px}.msg-loading-spinner{width:32px;height:32px;border:3px solid #e8ecf0;border-top-color:#2b88fb;border-radius:50%;animation:msg-spin .8s linear infinite}@keyframes msg-spin{to{transform:rotate(1turn)}}.msg-no-messages{text-align:center;padding:40px;font-size:14px;color:#7c8696}.msg-skeleton-item{display:flex;align-items:center;gap:12px;padding:12px 16px}.msg-skeleton-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(90deg,#e8ecf0 25%,#f0f2f5 50%,#e8ecf0 75%);background-size:200% 100%;animation:msg-shimmer 1.5s infinite;flex-shrink:0}.msg-skeleton-lines{flex:1 1;display:flex;flex-direction:column;gap:6px}.msg-skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#e8ecf0 25%,#f0f2f5 50%,#e8ecf0 75%);background-size:200% 100%;animation:msg-shimmer 1.5s infinite}@keyframes msg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.msg-list-loading{padding:8px 0}.msg-group-session-details{display:flex;flex-direction:column;gap:12px;padding:16px 0}.msg-group-detail-card{background:#f8f9fb;border-radius:12px;padding:14px 16px}.msg-group-detail-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#7c8696}.msg-group-details-container{display:flex;flex-direction:column;gap:16px;padding:16px}.msg-group-details-card{background:#f4f6f8;border-radius:16px;padding:16px}.msg-group-details-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.msg-group-details-row:not(:last-child){border-bottom:1px solid #e8ecf0}.msg-group-details-row:first-child{padding-top:0}.msg-group-details-row:last-child{padding-bottom:0}.msg-group-details-label{color:#7c8696}.msg-group-details-label,.msg-group-details-value{font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:1.3}.msg-group-details-value{color:#0f1b31;text-align:right}.msg-group-details-rating{display:flex;align-items:center;gap:4px}.msg-group-details-participants-header{font-size:14px;font-weight:400;color:#7c8696;letter-spacing:-.02em;line-height:1.3;margin-bottom:16px}.msg-group-details-participants-list{display:flex;flex-direction:column;gap:16px}.msg-group-details-participant-row{display:flex;align-items:center;justify-content:space-between}.msg-group-details-participant-info{display:flex;align-items:center;gap:8px}.msg-group-details-participant-name{font-size:14px;font-weight:400;color:#0f1b31;letter-spacing:-.02em;line-height:1.3}.msg-group-details-participant-rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:400;color:#0f1b31;letter-spacing:-.02em;margin-bottom:4px}.msg-group-detail-value{font-size:14px;font-weight:500;color:#1a1d21}.msg-group-payment-type{color:#7c8696;font-weight:400}.msg-group-rating-num{color:#7c8696;font-size:13px}.msg-group-kicked{background:#fff3e0;border:1px solid #ffe0b2}.msg-group-kicked .msg-group-detail-value{color:#e65100}.msg-group-participants-section{padding:16px 0 0}.msg-group-participants-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.msg-group-participant{display:flex;align-items:center;gap:10px}.msg-group-participant-name{font-size:13px;font-weight:500;color:#1a1d21}.msg-login-required{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.msg-login-title{font-size:18px;font-weight:600;color:#1a1d21;margin:16px 0 8px;font-family:inherit}.msg-login-subtitle{font-size:14px;color:#7c8696;margin:0 0 20px}.msg-login-btn{padding:10px 32px;background:#0f1b31;color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.msg-login-btn:hover{background:#1a2a45}.msg-post-banner{display:flex;align-items:center;padding:8px;gap:8px;margin:8px 16px 0;background:#00b87a;border-radius:12px;cursor:pointer;transition:background .2s;text-decoration:none}.msg-post-banner:hover{background:#00a66e}.msg-post-banner-text{flex:1 1;font-size:12px;font-weight:400;color:#fff;line-height:130%;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-post-banner-arrow{color:#fff;flex-shrink:0;width:16px;height:16px}.msg-first-message-card{margin:6px 20px 0;padding:14px 16px;background:#fafbfd;border:1px solid #e8ecf0;border-radius:14px}.msg-first-message-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.msg-first-message-sender-info{display:flex;flex-direction:column;gap:1px}.msg-first-message-sender-row{display:flex;align-items:center;gap:4px}.msg-first-message-sender-name{font-size:14px;font-weight:600;color:#1a1d21}.msg-first-message-time{font-size:11px;color:#7c8696}.msg-first-message-body{display:flex;gap:12px}.msg-first-message-line{width:3px;border-radius:2px;background:#c8ccd2;flex-shrink:0;min-height:20px}.msg-first-message-content{font-size:14px;line-height:1.5;color:#2d3142;white-space:pre-wrap;word-break:break-word}.msg-moderation-notice{display:flex;align-items:flex-start;gap:10px;margin:16px auto;padding:16px 17px;width:66%;background:#fff4e6;border-radius:12px;box-sizing:border-box}.msg-moderation-icon{flex-shrink:0;margin-top:1px}.msg-moderation-text{font-size:14px;font-weight:400;color:#0f1b31;line-height:130%;letter-spacing:-.02em;text-align:center}.msg-moderation-link{color:#006ecc;text-decoration:underline;cursor:pointer}.msg-helpfulness-card{display:flex;align-items:center;justify-content:space-between;margin:8px 20px;padding:12px 16px;background:#f0fff4;border:1px solid #c6f6d5;border-radius:12px}.msg-helpfulness-text{font-size:13px;font-weight:500;color:#2d6a4f}.msg-helpfulness-buttons{display:flex;gap:8px}.msg-helpfulness-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #d0d5dd;background:#fff;cursor:pointer;color:#7c8696;transition:all .2s}.msg-helpfulness-btn:hover:not(:disabled){border-color:#7b61ff;color:#7b61ff}.msg-helpfulness-btn:disabled{cursor:default;opacity:.5}.msg-helpfulness-btn.helpful{background:#38a169;border-color:#38a169;color:#fff;opacity:1!important}.msg-helpfulness-btn.not-helpful{background:#e53e3e;border-color:#e53e3e;color:#fff;opacity:1!important}.msg-bubble-sender-name{font-size:12px;font-weight:600;color:#6b4fa0;margin-bottom:3px;display:flex;align-items:center}.msg-ai-violation{display:flex;gap:8px;align-items:flex-start;margin:8px 0;padding:0 16px}.msg-ai-violation-avatar{width:32px;height:32px;border-radius:50%;background:#f1f3f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-ai-violation-bubble{flex:1 1;background:#fff4e5;border:1px solid #df7c00;border-top-left-radius:6px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:8px 12px;display:flex;flex-direction:column;gap:4px}.msg-ai-violation-header{display:flex;align-items:center;gap:4px;margin-bottom:0}.msg-ai-violation-title{font-size:14px;font-weight:600;color:#0f1b31;letter-spacing:-.28px;font-family:inherit}.msg-ai-violation-quoted{background:hsla(0,0%,100%,.9);border-left:4px solid #f9a621;border-radius:8px;padding:8px 12px;margin-bottom:0}.msg-ai-violation-quoted-sender{display:block;font-size:12px;font-weight:600;color:#f9a621;letter-spacing:-.24px;line-height:16px;margin-bottom:2px;font-family:inherit}.msg-ai-violation-quoted-content{display:block;font-size:14px;color:#9ca4b1;letter-spacing:-.28px;line-height:18px;font-family:inherit}.msg-ai-violation-text{font-size:16px;color:#0f1b31;line-height:21px;letter-spacing:-.32px;font-family:inherit}.closure-screen{display:flex;flex-direction:column;height:100%;background:#fff;position:relative}.closure-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e9ecf1}.closure-header-info{display:flex;flex-direction:column}.closure-header-name-row{display:flex;align-items:center;gap:5px}.closure-header-name{font-size:16px;font-weight:600;color:#0f1b31;font-family:inherit}.closure-header-time{font-size:14px;font-weight:400;color:rgba(0,0,0,.5);letter-spacing:-.28px;font-family:inherit}.closure-scroll{flex:1 1;overflow-y:auto;padding:16px}.closure-post-box{background:#f8f9fa;border:1px solid #dbe0e8;border-radius:12px;padding:16px;margin-bottom:24px}.closure-post-content{font-size:16px;font-weight:400;color:#0f1b31;line-height:21px;margin-bottom:8px;font-family:inherit}.closure-post-content.clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.closure-see-more{background:none;border:none;padding:0;cursor:pointer;font-size:14px;font-weight:500;color:#007aff;margin-bottom:16px;font-family:inherit}.closure-post-owner{display:flex;align-items:center;gap:8px}.closure-post-avatar{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.closure-post-avatar-img{width:36px;height:40px;object-fit:contain}.closure-post-owner-details{flex:1 1}.closure-post-owner-name{font-size:16px;font-weight:600;color:#0f1b31;font-family:inherit}.closure-post-meta{font-size:14px;font-weight:400;color:rgba(0,0,0,.5);letter-spacing:-.28px;font-family:inherit}.closure-main-title{font-size:16px;font-weight:400;color:#0f1b31;text-align:center;line-height:21px;letter-spacing:-.32px;margin-bottom:24px;padding:0 8px;font-family:inherit}.closure-reason-box{background:#ffeeeb;border-radius:8px;padding:12px}.closure-reason-text{font-size:14px;font-weight:400;color:#ff5135;line-height:21px;font-family:inherit}.closure-reason-bold,.closure-reason-underline{font-weight:700;color:#ff5135}.closure-learn-link,.closure-reason-underline{text-decoration:underline;cursor:pointer}.closure-learn-link{font-weight:700;color:#006ecc}.wtp-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.58);z-index:100;display:flex;align-items:flex-end;border-radius:inherit;overflow:hidden}.wtp-sheet{background:#fff;border-top-left-radius:32px;border-top-right-radius:32px;padding:16px 24px 24px;width:100%;box-sizing:border-box;animation:wtpSlideUp .3s ease-out}@keyframes wtpSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wtp-drag-handle{width:56px;height:4px;background:#dbe0e8;border-radius:100px;margin:0 auto 12px}.wtp-title{font-family:inherit;font-weight:500;font-size:20px;color:#0f1b31;text-align:center;margin-bottom:24px;letter-spacing:-.4px}.wtp-categories{display:flex;flex-direction:column;gap:16px}.wtp-category-row{display:flex;flex-direction:row;gap:16px;align-items:flex-start}.wtp-category-icon{width:24px;height:24px;margin-top:2px;flex-shrink:0}.wtp-category-content{flex:1 1;display:flex;flex-direction:column;gap:8px}.wtp-category-title{font-family:inherit;font-weight:500;font-size:16px;color:#0f1b31;letter-spacing:-.32px}.wtp-category-desc{font-family:inherit;font-weight:400;font-size:14px;color:#666670;letter-spacing:-.28px;line-height:1.3}.wtp-got-it-btn{width:100%;height:48px;background:#00b87a;border:none;border-radius:100px;color:#fff;font-family:inherit;font-weight:600;font-size:14px;cursor:pointer;margin-top:32px;transition:background .2s}.wtp-got-it-btn:hover{background:#00a36e}.closure-refund-box{background:#e8f5e9;border-radius:8px;padding:12px;margin-top:16px}.closure-refund-text{font-size:14px;font-weight:500;color:#2e7d32;text-align:center;font-family:inherit}.closure-buttons{padding:16px 24px 24px;background:#fff;border-top:1px solid #e9ecf1}.closure-btn-primary{width:100%;background:#00b87a;color:#fff;border:none;border-radius:100px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.closure-btn-primary:hover{opacity:.9}.closure-btn-outline{width:100%;background:#fff;color:#00b87a;border:1px solid #00b87a;border-radius:100px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:12px;font-family:inherit;transition:opacity .2s}.closure-btn-outline:hover{background:#f0fbf6}.closure-btn-outline-green{width:100%;background:#fff;color:#00b87a;border:1px solid #00b87a;border-radius:12px;padding:14px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:12px;font-family:inherit;transition:opacity .2s}.closure-btn-outline-green:hover{background:#f0fbf6}.closure-post-banner{display:flex;align-items:center;justify-content:space-between;background:#00b87a;border-radius:12px;padding:10px 12px;margin-bottom:16px;gap:8px;text-decoration:none;transition:opacity .2s}.closure-post-banner:hover{opacity:.9}.closure-post-banner-text{flex:1 1;font-size:12px;font-weight:400;color:#fff;line-height:16px;font-family:inherit}.closure-post-banner svg{color:#fff;flex-shrink:0}.closure-advisor-card{background:#f8f9fa;border-radius:16px;border:1px solid #e9ecf1;padding:12px;margin-bottom:16px}.closure-advisor-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.closure-advisor-avatar{width:32px;height:32px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.closure-advisor-avatar-img{width:24px;height:24px;object-fit:contain}.closure-advisor-name{font-size:14px;font-weight:600;color:#0f1b31;font-family:inherit}.closure-advisor-time{font-size:12px;font-weight:400;color:#7c8696;font-family:inherit}.closure-advisor-content-row{display:flex;align-items:flex-start;padding-left:20px;gap:16px}.closure-advisor-line{width:1px;background:#e2e6ed;align-self:stretch;flex-shrink:0}.closure-advisor-content{flex:1 1;font-size:16px;font-weight:400;color:#0f1b31;line-height:21px;font-family:inherit}.closure-explanation-box{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:16px}.closure-explanation-text{font-size:15px;font-weight:500;color:#0f1b31;text-align:center;line-height:22px;font-family:inherit}.closure-violation-summary{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:16px}.closure-violation-title{font-size:16px;font-weight:600;color:#0f1b31;margin-bottom:12px;font-family:inherit}.closure-violation-expandable{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 0;background:none;border:none;cursor:pointer;font-family:inherit}.closure-violation-label{font-size:14px;font-weight:400;color:#7c8696}.closure-violation-count-badge{display:flex;align-items:center;gap:8px}.closure-violation-count{font-size:14px;font-weight:600;color:#ff9500;font-family:inherit}.closure-violation-divider{height:1px;background:#e9ecf1}.closure-violation-messages{padding-left:8px;padding-bottom:8px;display:flex;flex-direction:column;gap:8px}.closure-violation-message{display:flex;align-items:flex-start;gap:8px}.closure-violation-dot{width:6px;height:6px;border-radius:3px;background:#ff5135;margin-top:6px;flex-shrink:0}.closure-violation-msg-content{flex:1 1}.closure-violation-msg-text{font-size:13px;font-weight:400;color:#7c8696;line-height:18px;font-family:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.closure-violation-msg-reason{font-size:12px;font-weight:500;color:#ff5135;margin-top:2px;font-family:inherit}.closure-reasons-list{padding-left:8px;padding-bottom:8px;display:flex;flex-direction:column;gap:12px}.closure-reason-item{display:flex;align-items:flex-start;gap:10px}.closure-reason-dot{width:6px;height:6px;border-radius:3px;background:#ff5135;margin-top:7px;flex-shrink:0}.closure-reason-item-text{font-size:14px;font-weight:400;color:#ff5135;flex:1 1;line-height:20px;font-family:inherit}.closure-reported-msg-item{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.closure-reported-msg-content{font-size:14px;font-weight:400;color:#7c8696;font-style:italic;line-height:20px;font-family:inherit}@media (max-width:768px){.msg-layout{flex-direction:column;height:calc(100vh - 80px)}.msg-sidebar{width:100%;min-width:100%;border-right:none;border-bottom:1px solid #e8ecf0;flex:1 1;overflow-y:auto}.msg-layout.has-selected .msg-sidebar,.msg-main{display:none}.msg-layout.has-selected .msg-main{display:flex;flex:1 1;height:100%}.msg-mobile-back-btn{display:flex}}.notif-overlay{position:fixed;top:0;left:80px;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.notif-overlay.open{opacity:1;pointer-events:auto}.notif-panel{position:fixed;top:0;left:80px;bottom:0;width:380px;background:#fff;z-index:9999;display:flex;flex-direction:column;border-right:1px solid #e8ecf0;border-top-right-radius:16px;border-bottom-right-radius:16px;box-shadow:4px 0 24px rgba(0,0,0,.08);visibility:hidden;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);transition:visibility 0s linear .3s,-webkit-clip-path .3s cubic-bezier(.4,0,.2,1);transition:clip-path .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;transition:clip-path .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s,-webkit-clip-path .3s cubic-bezier(.4,0,.2,1)}.notif-panel.open{visibility:visible;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);transition:visibility 0s linear 0s,-webkit-clip-path .3s cubic-bezier(.4,0,.2,1);transition:clip-path .3s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s;transition:clip-path .3s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s,-webkit-clip-path .3s cubic-bezier(.4,0,.2,1)}.notif-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #e8ecf0;flex-shrink:0}.notif-panel-title{font-family:inherit;font-size:20px;font-weight:600;color:#0f1b31;margin:0}.notif-close-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.notif-close-btn:hover{background:#f4f6f8}.notif-panel-body{flex:1 1;overflow-y:auto;overflow-x:hidden}.notif-panel-body::-webkit-scrollbar{width:4px}.notif-panel-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.notif-list{padding:0}.notif-item{display:flex;align-items:flex-start;padding:12px 16px;gap:12px;cursor:default;transition:background .15s}.notif-item.clickable{cursor:pointer}.notif-item.clickable:hover{background:#f9fafb}.notif-item.unread{background:rgba(124,90,230,.06)}.notif-item.unread:hover{background:rgba(124,90,230,.1)}.notif-item-avatar{position:relative;width:44px;height:44px;flex-shrink:0}.notif-single-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.notif-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.notif-icon-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-icon-avatar,.notif-icon-avatar svg,.notif-system-avatar{width:40px;height:40px}.notif-system-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center}.notif-system-avatar svg{width:28px;height:28px}.notif-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#e8ecf0;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;font-weight:600;color:#7c8696}.notif-stacked-avatars{width:44px;height:44px;position:relative}.notif-stacked-avatar{position:absolute;width:28px;height:28px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.notif-stacked-avatar.first{top:0;left:0;z-index:1}.notif-stacked-avatar.second{top:12px;left:12px;z-index:2;border:1.5px solid #fff}.notif-stacked-avatar .notif-avatar-img{width:28px;height:28px}.notif-badge{position:absolute;bottom:-2px;right:-2px;z-index:10;display:flex;align-items:center;justify-content:center}.notif-item-content{flex:1 1;min-width:0;padding-top:2px}.notif-item-text{font-family:inherit;font-size:13px;font-weight:500;color:#0f1b31;line-height:18px;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.notif-content-preview,.notif-item-time{font-weight:400;color:#7c8696}.notif-item-time{font-family:inherit;font-size:12px;margin-top:4px;display:block}.notif-separator{height:1px;background:#e8ecf0;margin:0 16px}.notif-empty{flex-direction:column;padding:60px 40px;text-align:center}.notif-empty,.notif-empty-icon{display:flex;align-items:center;justify-content:center}.notif-empty-icon{width:80px;height:80px;border-radius:50%;background:#f4f6f8;margin-bottom:16px}.notif-empty-title{font-family:inherit;font-size:18px;font-weight:600;color:#0f1b31;margin:0 0 8px}.notif-empty-subtitle{font-family:inherit;font-size:14px;font-weight:400;color:#7c8696;line-height:20px;margin:0}.notif-retry-btn{margin-top:12px;padding:8px 20px;background:#0f1b31;color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.notif-retry-btn:hover{background:#1a2740}.notif-skeleton-list{padding:0}.notif-skeleton-item{display:flex;align-items:flex-start;padding:12px 16px;gap:12px}.notif-skeleton-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#e8ecf0 25%,#f4f6f8 50%,#e8ecf0 75%);background-size:200% 100%;animation:notifShimmer 1.5s infinite;flex-shrink:0}.notif-skeleton-content{flex:1 1}.notif-skeleton-text{width:80%;height:14px;margin-bottom:8px}.notif-skeleton-text,.notif-skeleton-time{border-radius:4px;background:linear-gradient(90deg,#e8ecf0 25%,#f4f6f8 50%,#e8ecf0 75%);background-size:200% 100%;animation:notifShimmer 1.5s infinite}.notif-skeleton-time{width:40px;height:12px}@keyframes notifShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sidebar-notif-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:#ff5135;color:#fff;font-family:inherit;font-size:10px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center;line-height:1}@media (max-width:768px){.notif-panel{width:100%;border-radius:0;height:calc(100% - 64px - env(safe-area-inset-bottom, 0px));top:auto}.notif-overlay,.notif-panel{left:0!important;bottom:calc(64px + env(safe-area-inset-bottom, 0px))}}.search-page-content{padding-top:16px}.search-bar-container{padding:0 0 16px}.search-input-wrapper{display:flex;align-items:center;background:#f4f6f8;border-radius:16px;padding:0 16px;height:48px;gap:10px;transition:box-shadow .2s,background .2s}.search-input-wrapper:focus-within{background:#fff;box-shadow:0 0 0 2px rgba(43,136,251,.25)}.search-icon{flex-shrink:0}.search-input{flex:1 1;border:none;background:transparent;font-family:inherit;font-size:16px;line-height:24px;color:#0f1b31;outline:none}.search-input::placeholder{color:#8e8e93}.search-clear-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e5e5ea;border:none;cursor:pointer;padding:0;transition:background .15s}.search-clear-btn:hover{background:#d1d1d6}.recent-searches-section{padding:0 0 20px}.recent-searches-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.recent-searches-header h3{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0}.clear-all-btn{font-family:inherit;font-size:14px;font-weight:500;color:#2b88fb;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .15s}.clear-all-btn:hover{background:rgba(43,136,251,.08)}.recent-searches-list{display:flex;flex-wrap:wrap;gap:8px}.recent-search-chip{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#f4f6f8;border:1px solid #e8ecf0;border-radius:20px;font-family:inherit;font-size:14px;color:#3c3c43;cursor:pointer;transition:background .15s,border-color .15s}.recent-search-chip:hover{background:#edf0f3;border-color:#d1d5db}.search-tabs{height:52px;border-bottom:1px solid #e8ecf0;margin-bottom:0}.search-tab,.search-tabs{display:flex;align-items:center}.search-tab{font-family:inherit;font-size:15px;font-weight:400;color:#0f1b31;opacity:.5;padding:8px 4px;position:relative;transition:opacity .2s;justify-content:center;flex:1 1;background:none;border:none;cursor:pointer;height:100%}.search-tab:hover{opacity:.7}.search-tab.active{color:#0f1b31;font-weight:600;opacity:1}.search-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:36px;height:3px;background:#2b88fb;border-radius:2px 2px 0 0}.search-results{min-height:300px}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.search-spinner{width:32px;height:32px;border:3px solid #e8ecf0;border-top-color:#2b88fb;border-radius:50%;animation:searchSpin .8s linear infinite}@keyframes searchSpin{to{transform:rotate(1turn)}}.search-loading p{font-family:inherit;font-size:14px;color:#8e8e93;margin:0}.search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}.search-empty p{font-family:inherit;font-size:16px;font-weight:500;color:#3c3c43;margin:0}.search-empty span{font-family:inherit;font-size:14px;color:#8e8e93}.search-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}.search-prompt p{font-family:inherit;font-size:15px;color:#8e8e93;margin:0}.search-results-list{padding:0}.search-result-card{display:flex;padding:16px;margin-bottom:8px;background:#fff;border-radius:12px;border:1px solid #f0f1f3;gap:12px;text-decoration:none;color:inherit}.search-result-card:last-child{margin-bottom:0}.search-result-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.search-result-avatar.small{width:32px;height:32px}.search-result-avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback{font-family:inherit;font-size:16px;font-weight:600;color:#666}.search-result-body{flex:1 1;min-width:0}.search-result-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:6px}.search-result-author{font-family:inherit;font-size:14px;font-weight:600;color:#0f1b31}.search-result-flag{font-size:13px}.search-result-time{font-family:inherit;font-size:13px;color:#8e8e93}.search-result-meta .meta-dot{font-size:13px;color:#8e8e93;line-height:1}.search-result-feeling{font-family:inherit;font-size:13px;color:#8e8e93;text-transform:capitalize}.search-result-content{text-decoration:none;color:inherit;display:block}.search-result-content p{font-family:inherit;font-size:15px;line-height:22px;color:#1c1c1e;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-result-content:hover p{color:#2b88fb}.search-result-topic-badge{display:inline-block;padding:4px 10px;background:#f0f5ff;color:#2b88fb;border-radius:12px;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none;margin-bottom:8px;transition:background .15s}.search-result-topic-badge:hover{background:#e0edff}.search-result-actions{display:flex;align-items:center;gap:16px;margin-top:4px}.action-stat{display:flex;align-items:center;gap:4px;font-family:inherit;font-size:13px;color:#8e8e93}.action-stat.support svg{color:#4caf50}.action-stat.oppose svg{color:#f44336}.search-topic-card{flex-direction:column;cursor:pointer;border-radius:12px;padding:16px;transition:background .15s}.search-topic-card:hover{background:#fafbfc}.search-topic-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.search-topic-meta{display:flex;align-items:center;gap:6px}.search-topic-title{font-family:inherit;font-size:16px;font-weight:600;color:#0f1b31;margin:0 0 4px;line-height:22px}.search-topic-desc{font-family:inherit;font-size:14px;color:#3c3c43;line-height:20px;margin:0 0 8px}.search-topic-stats{display:flex;align-items:center;gap:6px;font-family:inherit;font-size:13px;color:#8e8e93;margin-bottom:8px}.search-topic-avatars{display:flex;align-items:center;gap:-4px}.participant-avatar-mini{width:24px;height:24px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2px solid #fff;margin-left:-6px}.participant-avatar-mini:first-child{margin-left:0}.participant-avatar-mini img{width:100%;height:100%;object-fit:cover}.more-participants{font-family:inherit;font-size:12px;color:#8e8e93;margin-left:4px}.search-thought-content p{font-family:inherit;font-size:15px;line-height:22px;color:#1c1c1e;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-thought-category{display:inline-block;padding:3px 10px;background:#f3f0ff;color:#7c5cfc;border-radius:12px;font-family:inherit;font-size:12px;font-weight:500;margin-bottom:8px}.meta-dot{color:#c7c7cc;font-size:13px}.feeling-emoji{font-size:14px}@media (max-width:768px){.search-input-wrapper{height:44px;border-radius:12px;padding:0 12px}.search-tab{font-size:14px}.search-result-card{padding:12px 0}}.support-toggle-btn{cursor:pointer;transition:all .2s ease}.support-toggle-btn.supported svg path{fill:#e74c6f;stroke:#e74c6f}.support-toggle-btn.supported .count-supported{color:#e74c6f;font-weight:600}.support-toggle-btn.support-animate svg{animation:supportPulse .6s ease}@keyframes supportPulse{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.95)}75%{transform:scale(1.1)}to{transform:scale(1)}}.cpm-overlay{position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;animation:cpmFadeIn .2s ease}@keyframes cpmFadeIn{0%{opacity:0}to{opacity:1}}.cpm-modal{background:#fff;border-radius:24px;width:90%;max-height:85vh;display:flex;flex-direction:column;animation:cpmSlideUp .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden}.cpm-modal-sm{max-width:480px}.cpm-modal-lg{max-width:640px}.cpm-modal-feed{max-width:572px}@keyframes cpmSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cpm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e9ecf1;flex-shrink:0}.cpm-title{font-family:inherit;font-size:18px;font-weight:600;color:#0f1b31;flex:1 1;text-align:center}.cpm-back,.cpm-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s;cursor:pointer;flex-shrink:0}.cpm-back:hover,.cpm-close:hover{background:#f4f6f8}.cpm-body{flex:1 1;overflow-y:auto;padding:20px}.cpm-editor-body{display:flex;flex-direction:column;gap:16px}.cpm-footer{padding:16px 20px;border-top:1px solid #e9ecf1;flex-shrink:0}.cpm-btn-primary{width:100%;height:48px;background:#00b87a;color:#fff;border:none;border-radius:100px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.cpm-btn-primary:hover:not(.disabled){background:#00a06a}.cpm-btn-primary.disabled{background:#e2e6ed;color:#7c8696;cursor:not-allowed}.cpm-loading{display:flex;align-items:center;justify-content:center;padding:48px}.cpm-spinner{width:32px;height:32px;border:3px solid #e9ecf1;border-top-color:#00b87a;border-radius:50%;animation:cpmSpin .8s linear infinite}@keyframes cpmSpin{to{transform:rotate(1turn)}}.cpm-success-content{display:flex;flex-direction:column;align-items:center;padding:40px 24px;text-align:center;gap:12px}.cpm-success-icon{margin-bottom:8px}.cpm-success-title{font-family:inherit;font-size:18px;font-weight:600;color:#0f1b31}.cpm-success-desc{font-family:inherit;font-size:14px;color:#7c8696;line-height:1.5}.cpm-restricted{display:flex;flex-direction:column;align-items:center;padding:40px 24px;text-align:center;gap:12px;position:relative}.cpm-restricted-icon{margin-bottom:8px}.cpm-restricted-title{font-family:inherit;font-size:18px;font-weight:600;color:#0f1b31}.cpm-restricted-desc{font-family:inherit;font-size:14px;color:#7c8696;line-height:1.5}.cpm-restricted-timer{font-family:inherit;font-size:16px;font-weight:600;color:#ff5135;padding:8px 16px;background:rgba(255,81,53,.08);border-radius:8px}.cpm-restricted-btn{margin-top:8px;padding:10px 32px;border-radius:20px;border:1px solid #e0e4ea;background:#fff;font-family:inherit;font-size:14px;font-weight:500;color:#0f1b31;cursor:pointer;transition:background .2s}.cpm-restricted-btn:hover{background:#f5f6f8}.cpm-guidelines-sheet{display:flex;flex-direction:column;max-height:80vh}.cpm-guidelines-handle{width:56px;height:4px;background:#dbe0e8;border-radius:100px;margin:16px auto;flex-shrink:0}.cpm-guidelines-rules-list{display:flex;flex-direction:column;gap:8px;padding:0 16px;overflow-y:auto;flex:1 1}.cpm-rule-card{display:flex;align-items:center;gap:16px;padding:16px 12px 16px 16px;background:#f8f9fa;border-radius:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s}.cpm-rule-card:hover{background:#f0f1f3}.cpm-rule-checkbox,.cpm-rule-checkbox-checked{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cpm-rule-checkbox-checked{border-radius:6px;background:#00b87a}.cpm-rule-text{flex:1 1;font-family:inherit;font-size:16px;color:#0f1b31;line-height:21px}.cpm-guidelines-footer{padding:16px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.cpm-understood-btn{width:100%;height:48px;background:#00b87a;border:none;border-radius:100px;font-family:inherit;font-size:14px;font-weight:600;color:#fff;cursor:pointer;letter-spacing:-.28px;transition:background .15s}.cpm-understood-btn:hover:not(:disabled){background:#096}.cpm-understood-btn-disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.cpm-view-guidelines-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:#f4f6f8;border-radius:100px;font-family:inherit;font-size:14px;font-weight:600;color:#0f1b31;text-decoration:none;letter-spacing:-.28px;transition:background .15s}.cpm-view-guidelines-btn:hover{background:#e8eaed;text-decoration:none;color:#0f1b31}.cpm-type-list{display:flex;flex-direction:column;gap:8px}.cpm-type-card{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:14px;border:none;cursor:pointer;transition:background .15s;width:100%;text-align:left}.cpm-type-card:hover{background:#f0f2f5}.cpm-type-info{flex:1 1;display:flex;flex-direction:column;gap:3px}.cpm-type-title{font-family:inherit;font-size:14px;font-weight:500;color:#0f1b31}.cpm-type-desc{font-family:inherit;font-size:12px;color:#7c8696;line-height:1.3}.cpm-feeling-section{position:relative}.cpm-feeling-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8f9fa;border:1px solid #e2e6ed;border-radius:12px;cursor:pointer;width:100%;transition:border-color .15s}.cpm-feeling-btn:hover{border-color:#00b87a}.cpm-feeling-img{border-radius:4px;object-fit:contain}.cpm-feeling-label{font-family:inherit;font-size:14px;font-weight:500;color:#0f1b31;flex:1 1}.cpm-feeling-placeholder{font-family:inherit;font-size:14px;color:#7c8696;flex:1 1}.cpm-feeling-picker{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1px solid #e2e6ed;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:280px;overflow-y:auto;margin-top:4px;padding:6px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.cpm-feeling-option{display:flex;align-items:center;gap:6px;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:10px;transition:background .15s;font-family:inherit;font-size:12px;color:#0f1b31}.cpm-feeling-option:hover{background:#f4f6f8}.cpm-feeling-option.selected{background:#e8f8f0}.cpm-textarea-container{position:relative}.cpm-textarea{width:100%;min-height:200px;padding:14px 16px;background:#f8f9fa;border:1px solid #e2e6ed;border-radius:14px;font-family:inherit;font-size:14px;color:#0f1b31;line-height:1.6;resize:vertical;outline:none;transition:border-color .15s}.cpm-textarea:focus{border-color:#00b87a}.cpm-textarea::placeholder{color:#9ca4b1}.cpm-textarea-sm{min-height:100px}.cpm-textarea-lg{min-height:300px}.rte-container{border:1px solid #e2e6ed;border-radius:12px;overflow:hidden;background:#f8f9fb}.rte-toolbar{display:flex;align-items:center;gap:4px;padding:8px 10px;background:#f4f6f8;border-bottom:1px solid #e2e6ed;flex-wrap:wrap}.rte-toolbar-group{display:flex;align-items:center;gap:2px;position:relative}.rte-divider{width:1px;height:20px;background:#d1d5dc;margin:0 4px}.rte-btn{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#666670;transition:background .15s ease,color .15s ease}.rte-btn:hover{background:#e8eaef;color:#0f1b31}.rte-btn.active{background:#e0f0ff;color:#006ecc}.rte-heading-btn{width:auto;padding:0 8px;gap:4px;font-size:13px;font-weight:600;font-family:inherit}.rte-heading-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #e2e6ed;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:10;min-width:150px;padding:4px}.rte-heading-option{display:block;width:100%;padding:8px 12px;border:none;background:transparent;cursor:pointer;text-align:left;border-radius:6px;font-family:inherit;color:#0f1b31}.rte-heading-option:hover{background:#f4f6f8}.rte-heading-option.active{background:#e0f0ff;color:#006ecc}.rte-editor{min-height:280px;max-height:400px;overflow-y:auto;padding:16px;font-family:inherit;font-size:14px;line-height:1.6;color:#0f1b31;outline:none;direction:auto}.rte-editor:empty:before{content:attr(data-placeholder);color:#bbc2cc;pointer-events:none}.rte-editor h1,.rte-editor p{margin-bottom:8px}.rte-editor h1{font-size:20px;font-weight:700}.rte-editor h2{font-size:17px;font-weight:600;margin-bottom:6px}.rte-editor h3{font-size:15px;font-weight:600;margin-bottom:4px}.rte-editor ol,.rte-editor ul{padding-left:24px;margin-bottom:8px}.rte-editor ul{list-style-type:disc}.rte-editor ol{list-style-type:decimal}.rte-editor li{margin-bottom:2px}.rte-editor blockquote{border-left:3px solid #00b87a;padding-left:12px;margin:8px 0;color:#666670;font-style:italic}.rte-editor b,.rte-editor strong{font-weight:600}.rte-editor em,.rte-editor i{font-style:italic}.cpm-char-count{display:flex;align-items:center;justify-content:flex-end;margin-top:6px;font-family:inherit;font-size:12px}.cpm-char-under{color:#ff9500}.cpm-char-over{color:#ff3b30}.cpm-char-ok{color:#0f1b31}.cpm-char-limit{color:#bbc2cc}.cpm-char-min{color:#9ca4b1;font-size:11px}.cpm-toggles{display:flex;flex-direction:column;gap:12px}.cpm-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.cpm-toggle-label{font-family:inherit;font-size:14px;color:#0f1b31}.cpm-toggle{width:44px;height:24px;border-radius:12px;background:#e2e6ed;cursor:pointer;position:relative;transition:background .2s}.cpm-toggle.on{background:#00b87a}.cpm-toggle-thumb{width:20px;height:20px;border-radius:10px;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.cpm-toggle.on .cpm-toggle-thumb{transform:translateX(20px)}.cpm-field{display:flex;flex-direction:column;gap:6px}.cpm-field-label{font-family:inherit;font-size:13px;font-weight:500;color:#7c8696}.cpm-input{height:44px;padding:0 14px;background:#f8f9fa;border:1px solid #e2e6ed;border-radius:12px;font-family:inherit;font-size:14px;color:#0f1b31;outline:none;transition:border-color .15s}.cpm-input:focus{border-color:#00b87a}.cpm-input::placeholder{color:#9ca4b1}.cpm-chips{display:flex;flex-wrap:wrap;gap:8px}.cpm-chip{padding:8px 14px;border-radius:12px;background:#f1f3f6;border:none;font-family:inherit;font-size:13px;color:#0f1b31;cursor:pointer;transition:all .15s}.cpm-chip:hover{background:#e8e9eb}.cpm-chip.selected{background:#00b87a;color:#fff}.cpm-cover-grid{display:flex;flex-wrap:wrap;gap:8px}.cpm-cover-item{width:62px;height:62px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:border-color .15s;padding:0;background:#f1f3f6}.cpm-cover-item:hover{border-color:#bbc2cc}.cpm-cover-item.selected{border-color:#00b87a}.cpm-cover-img{width:100%;height:100%;object-fit:cover;display:block}.cpm-error{padding:10px 14px;background:#fff0f0;border-radius:10px;font-family:inherit;font-size:13px;color:#ff3b30}.cpm-submit-hint{font-family:inherit;font-size:12px;color:#7c8696;text-align:center;margin-bottom:10px}.te-header{display:flex;align-items:center;padding:16px;gap:8px}.te-cancel{background:none;border:none;font-family:inherit;font-weight:400;font-size:16px;line-height:1.5;color:#0f1b31;cursor:pointer;padding:0}.te-cancel:hover{opacity:.7}.te-title{font-family:inherit;font-weight:510;font-size:20px;line-height:1.5;color:#0f1b31;flex:1 1;text-align:center;margin:0}.te-header-spacer{width:52px;flex-shrink:0}.te-divider{height:1px;background:#dbe0e8;width:100%}.te-body{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.te-cover-body{gap:16px;padding:0 16px 16px}.te-field-group{position:relative}.te-dropdown{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:16px;cursor:pointer;transition:border-color .2s}.te-dropdown:hover{border-color:rgba(0,0,0,.2)}.te-dropdown-text{font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#bbc2cd}.te-dropdown-text.selected{color:#0f1b31}.te-dropdown-arrow{transition:transform .2s}.te-dropdown-arrow.open{transform:rotate(180deg)}.te-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #dbe0e8;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:10;max-height:200px;overflow-y:auto}.te-dropdown-item{display:block;width:100%;padding:12px 20px;background:none;border:none;font-family:inherit;font-weight:400;font-size:14px;color:#0f1b31;cursor:pointer;text-align:left;transition:background .15s}.te-dropdown-item:hover{background:#f8f9fa}.te-dropdown-item.selected{color:#00b87a;font-weight:500}.te-input-wrap{position:relative}.te-input{width:100%;padding:16px 60px 16px 20px;background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:16px;font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#0f1b31;outline:none;box-sizing:border-box;transition:border-color .2s}.te-input:focus{border-color:rgba(0,0,0,.2)}.te-input::placeholder{color:#bbc2cd}.te-textarea-wrap{position:relative}.te-textarea{width:100%;min-height:180px;padding:16px 20px 28px;background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:16px;font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#0f1b31;outline:none;resize:vertical;box-sizing:border-box;transition:border-color .2s}.te-textarea:focus{border-color:rgba(0,0,0,.2)}.te-textarea::placeholder{color:#bbc2cd}.te-char-count{position:absolute;right:8px;bottom:6px;font-family:inherit;font-weight:400;font-size:12px;line-height:16px;color:rgba(0,0,0,.2)}.te-char-under{color:#e8a500}.te-char-ok{color:rgba(0,0,0,.2)}.te-char-min{font-size:11px;color:#e8a500;margin-left:2px}.te-footer{padding:12px 16px 16px}.te-next-btn{width:100%;height:48px;background:#00b87a;border:none;border-radius:10px;font-family:inherit;font-weight:590;font-size:16px;line-height:1.5;color:#fff;cursor:pointer;transition:background .2s}.te-next-btn:hover:not(.disabled){background:#00a36e}.te-next-btn.disabled{opacity:.5;cursor:not-allowed}.te-preview{width:100%;height:166px;border-radius:0;background-size:cover;background-position:50%;background-color:#2c2c2c;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;box-sizing:border-box;overflow:hidden}.te-preview-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.5))}.te-preview-user{display:flex;align-items:center;gap:8px;position:relative;z-index:1;margin-bottom:8px}.te-preview-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.te-preview-avatar-placeholder{width:24px;height:24px;border-radius:50%;background:hsla(0,0%,100%,.3)}.te-preview-nickname{font-family:inherit;font-weight:400;font-size:12px;line-height:1.5;color:#fff}.te-preview-title{font-size:22px;line-height:1.5;margin:0 0 4px;-webkit-line-clamp:1}.te-preview-desc,.te-preview-title{font-family:inherit;font-weight:400;color:#fff;position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.te-preview-desc{font-size:16px;line-height:1.6;margin:0;-webkit-line-clamp:2}.te-cover-section{padding:0}.te-cover-label{display:block;font-family:inherit;font-weight:400;font-size:16px;line-height:20px;color:#0f1b31;margin-bottom:12px}.te-cover-grid{display:flex;flex-wrap:wrap;gap:8px}.te-cover-item{width:64px;height:64px;border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;padding:0;background:#f1f3f6;transition:border-color .2s}.te-cover-item.selected{border-color:#00b87a}.te-cover-item:hover{border-color:#bbc2cd}.te-cover-item.selected:hover{border-color:#00b87a}.te-cover-img{width:100%;height:100%;object-fit:cover;display:block}.te-footer-split{gap:8px}.te-back-btn,.te-footer-split{display:flex;align-items:center}.te-back-btn{width:48px;height:48px;background:#f8f9fa;border:none;border-radius:10px;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.te-back-btn:hover{background:#eef0f2}.te-submit-btn{flex:1 1;height:48px;background:#00b87a;border:none;border-radius:10px;font-family:inherit;font-weight:590;font-size:16px;line-height:1.5;color:#fff;cursor:pointer;transition:background .2s}.te-submit-btn:hover:not(.disabled){background:#00a36e}.te-submit-btn.disabled{opacity:.5;cursor:not-allowed}.te-review-hint{text-align:center;font-family:inherit;font-weight:400;font-size:13px;line-height:1.5;color:#7c8696;margin:4px 0 8px;padding:0 16px}.fed-card{display:flex;flex-direction:column;width:100%;height:100%;min-height:480px;overflow-y:auto}.fed-header{padding:16px;gap:8px}.fed-back-btn,.fed-header{display:flex;align-items:center}.fed-back-btn{width:32px;height:32px;border:1px solid #dbe0e8;border-radius:12px;background:#fff;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.fed-back-btn:hover{background:#f4f6f8}.fed-title{font-family:inherit;font-weight:510;font-size:20px;line-height:1.5;color:#0f1b31;flex:1 1;text-align:center;padding-right:32px}.fed-divider{height:1px;background:#dbe0e8;width:100%}.fed-divider-inset{margin:0 24px;width:calc(100% - 48px)}.fed-content-area{display:flex;align-items:flex-start;gap:8px;padding:24px;flex:1 1;min-height:120px;cursor:text}.fed-avatar{overflow:hidden;flex-shrink:0}.fed-avatar,.fed-avatar-img{width:32px;height:32px;border-radius:50%}.fed-avatar-img{object-fit:cover}.fed-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#f1f3f6;display:flex;align-items:center;justify-content:center}.fed-textarea{flex:1 1;border:none;outline:none;resize:none;font-family:inherit;font-weight:400;font-size:16px;line-height:20px;color:#0f1b31;min-height:200px;background:transparent}.fed-textarea::placeholder{color:#9ca4b1}.fed-char-count{display:flex;align-items:center;justify-content:flex-end;padding:0 24px 8px;font-family:inherit;font-size:12px}.fed-char-green{color:#00b87a;font-weight:500}.fed-char-default{color:#0f1b31}.fed-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 24px}.fed-feeling-section,.fed-toolbar{position:relative}.fed-feeling-section .cpm-feeling-picker{bottom:100%;top:auto;margin-bottom:4px;margin-top:0}.fed-feeling-pill{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 8px;background:#f1f3f6;border-radius:10px;border:none;cursor:pointer;height:36px;transition:background .15s}.fed-feeling-pill:hover{background:#e8e9eb}.fed-feeling-text{font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#0f1b31;white-space:nowrap}.fed-private-pill{display:flex;align-items:center;gap:16px;padding:8px;background:#f1f3f6;border-radius:10px;height:36px}.fed-private-label{font-family:inherit;font-weight:400;font-size:12px;line-height:16px;color:#0f1b31}.fed-toggle{width:28px;height:16px;border-radius:24px;background:#dbe0e8;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0}.fed-toggle.on{background:#00b87a}.fed-toggle-thumb{width:12px;height:12px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 2px rgba(0,0,0,.1)}.fed-toggle.on .fed-toggle-thumb{transform:translateX(12px)}.fed-share-section{padding:16px}.fed-share-btn{width:100%;height:48px;background:#00b87a;color:#fff;border:none;border-radius:10px;font-family:inherit;font-weight:590;font-size:16px;line-height:1.5;cursor:pointer;transition:background .15s}.fed-share-btn:hover:not(.disabled){background:#00a06a}.fed-share-btn.disabled{background:#e2e6ed;color:#7c8696;cursor:not-allowed}.fed-avatar-initial{font-family:inherit;font-weight:600;font-size:14px;color:#7c8696}.fed-feeling-grid-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:1100;display:flex;align-items:center;justify-content:center}.fed-feeling-grid-popup{background:#fff;border-radius:20px;width:480px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:cpmSlideUp .2s ease-out}.fed-feeling-grid-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f3f6}.fed-feeling-grid-title{font-family:inherit;font-weight:600;font-size:16px;color:#0f1b31}.fed-feeling-grid-close{width:32px;height:32px;border:none;background:#f1f3f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.fed-feeling-grid-close:hover{background:#e2e6ed}.fed-feeling-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:4px;gap:4px;padding:12px;overflow-y:auto;max-height:60vh}.fed-feeling-grid-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:background .15s}.fed-feeling-grid-item:hover{background:#f1f3f6}.fed-feeling-grid-item.selected{background:#e6f9f1;outline:2px solid #00b87a}.fed-feeling-grid-label{font-family:inherit;font-weight:400;font-size:11px;line-height:14px;color:#0f1b31;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:72px}.fed-free-badge{font-weight:500;font-size:10px;line-height:14px;color:#00b87a;background:#e6f9f1}.fed-coin-badge,.fed-free-badge{font-family:inherit;padding:2px 6px;border-radius:6px;white-space:nowrap}.fed-coin-badge{gap:3px;font-weight:600;color:#ffb800;background:#fff8e1}.fed-coin-badge,.fed-poll-btn{display:flex;align-items:center;font-size:12px}.fed-poll-btn{gap:4px;padding:8px;border:none;border-radius:10px;background:#f1f3f6;color:#0f1b31;font-family:inherit;font-weight:400;line-height:16px;cursor:pointer;transition:all .2s}.fed-poll-btn:hover{background:#e8ebf0}.fed-poll-btn.active{background:#006ecc;color:#fff}.fed-poll-btn.active:hover{background:#0060b8}.fed-poll-section{display:flex;flex-direction:column;gap:8px;padding:8px 24px}.fed-poll-option-row{display:flex;align-items:center;gap:8px;position:relative}.fed-poll-option-input{flex:1 1;height:44px;padding:13px 14px;border:none;border-radius:12px;background:#f1f3f6;font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#0f1b31;outline:none;transition:background .2s;box-sizing:border-box}.fed-poll-option-input::placeholder{color:#bbc2cd}.fed-poll-option-input:focus{background:#e8ebf0}.fed-poll-option-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:transparent;cursor:pointer;transition:background .2s;flex-shrink:0;position:absolute;right:8px}.fed-poll-option-remove:hover{background:rgba(0,0,0,.05)}.fed-poll-option-add-row{height:44px;padding:13px 14px;background:#f1f3f6;border-radius:12px;cursor:pointer;transition:background .2s;box-sizing:border-box}.fed-poll-option-add-row:hover{background:#e8ebf0}.fed-poll-add-text{font-family:inherit;font-weight:400;font-size:14px;line-height:18px;color:#bbc2cd}.fed-poll-remove-btn{padding:8px 0;background:transparent;border:none;color:#ff5135;font-family:inherit;font-weight:500;font-size:13px;cursor:pointer;text-align:left}.fed-poll-remove-btn:hover{opacity:.8}.fed-insufficient-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1200;display:flex;align-items:center;justify-content:center}.fed-insufficient-popup{background:#fff;border-radius:20px;width:380px;max-width:90vw;padding:28px 24px 20px;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:cpmSlideUp .2s ease-out}.fed-insufficient-icon{margin-bottom:12px}.fed-insufficient-title{font-family:inherit;font-weight:600;font-size:18px;color:#0f1b31;margin:0 0 8px}.fed-insufficient-desc{font-family:inherit;font-weight:400;font-size:14px;line-height:20px;color:#7c8696;margin:0 0 20px}.fed-insufficient-actions{display:flex;gap:10px}.fed-insufficient-cancel{flex:1 1;height:44px;background:#f1f3f6;color:#0f1b31;border:none;border-radius:10px;font-family:inherit;font-weight:500;font-size:14px;cursor:pointer;transition:background .15s}.fed-insufficient-cancel:hover{background:#e2e6ed}.fed-insufficient-public{flex:1 1;height:44px;background:#00b87a;color:#fff;border:none;border-radius:10px;font-family:inherit;font-weight:590;font-size:14px;cursor:pointer;transition:background .15s}.fed-insufficient-public:hover{background:#00a06a}.language-links-nav{margin-top:24px;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.language-links-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 12px;font-family:inherit}.language-links-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.language-links-all{margin-top:12px}.language-link-item{display:inline-block;padding:4px 12px;font-size:13px;color:#4b5563;background:#fff;border:1px solid #d1d5db;border-radius:16px;text-decoration:none;transition:all .15s;font-family:inherit}.language-link-item.active,.language-link-item:hover{background:#14b8a6;color:#fff;border-color:#14b8a6}.language-link-item.active{font-weight:600}.language-links-more{margin-top:12px}.language-links-more summary{font-size:13px;color:#6b7280;cursor:pointer;font-family:inherit}.language-links-more summary:hover{color:#14b8a6}.contact-page{max-width:680px;margin:0 auto;padding:24px 16px 60px}.contact-header-section{margin-bottom:20px}.contact-page-title{font-size:22px;font-weight:700;color:#0f1b31;margin:0}.contact-page-subtitle{font-size:14px;color:#6b7280;margin:4px 0 0}.contact-login-prompt{text-align:center;padding:56px 24px;background:#f9fafb;border-radius:20px;margin-top:20px}.contact-login-icon{margin-bottom:16px}.contact-login-title{font-size:18px;font-weight:600;color:#0f1b31;margin:0 0 8px}.contact-login-text{font-size:14px;color:#6b7280;max-width:360px;margin:0 auto;line-height:1.5}.contact-tickets-sidebar{padding-top:82px}.contact-chat-container{display:flex;flex-direction:column;height:calc(100vh - 220px);min-height:420px;max-height:700px;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;background:#fff}.contact-chat-messages{flex:1 1;overflow-y:auto;padding:20px;background:#f8f9fb}.contact-chat-messages::-webkit-scrollbar{width:4px}.contact-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.contact-chat-loading{min-height:300px}.contact-chat-loading,.contact-welcome{display:flex;align-items:center;justify-content:center;height:100%}.contact-welcome{flex-direction:column;text-align:center;padding:56px 24px}.contact-welcome-icon{width:56px;height:56px;border-radius:28px;background:linear-gradient(135deg,#e8f7f2,#d1fae5);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.contact-welcome-title{font-size:20px;font-weight:600;color:#0f1b31;margin:0 0 10px}.contact-welcome-text{font-size:14px;color:#6b7280;line-height:1.6;margin:0;max-width:380px}.contact-retry-btn{margin-top:16px;padding:10px 28px;background:#00b87a;color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.contact-retry-btn:hover{background:#096}.contact-messages-list{display:flex;flex-direction:column;gap:16px}.contact-msg-row{display:flex;gap:10px;align-items:flex-end}.contact-msg-row-user{justify-content:flex-end}.contact-msg-row-ai{justify-content:flex-start}.contact-msg-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-msg-avatar-ai{background:linear-gradient(135deg,#00b87a,#009d68)}.contact-msg-bubble{max-width:75%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.55;word-break:break-word}.contact-msg-user{background:#00b87a;color:#fff;border-bottom-right-radius:6px}.contact-msg-ai{background:#fff;color:#0f1b31;border:1px solid #e5e7eb;border-bottom-left-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.contact-msg-content{white-space:pre-wrap}.contact-typing-dots{display:flex;gap:5px;padding:4px 0}.contact-typing-dot{width:7px;height:7px;border-radius:50%;background:#9ca4b1;animation:contactTypingBounce 1.4s ease-in-out infinite}.contact-typing-dot:nth-child(2){animation-delay:.2s}.contact-typing-dot:nth-child(3){animation-delay:.4s}@keyframes contactTypingBounce{0%,80%,to{transform:scale(.6);opacity:.3}40%{transform:scale(1);opacity:1}}.contact-chat-input-area{border-top:1px solid #e5e7eb;padding:14px 20px;background:#fff}.contact-input-wrapper{display:flex;gap:10px;align-items:center}.contact-text-input{flex:1 1;padding:12px 18px;border-radius:24px;border:1px solid #e5e7eb;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;background:#f9fafb}.contact-text-input:focus{border-color:#00b87a;background:#fff;box-shadow:0 0 0 3px rgba(0,184,122,.1)}.contact-send-btn{width:44px;height:44px;border-radius:50%;border:none;background:#00b87a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.contact-send-btn:hover:not(:disabled){background:#009d68;transform:scale(1.05)}.contact-send-btn:disabled{background:#d1d5db;cursor:default}.contact-spinner{width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%}.contact-spinner,.contact-spinner-large{display:inline-block;animation:contactSpin .7s linear infinite}.contact-spinner-large{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#00b87a;border-radius:50%}@keyframes contactSpin{to{transform:rotate(1turn)}}.contact-status-badge{display:inline-flex;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600}.contact-section-title{font-size:13px;font-weight:600;color:#9ca4b1;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.contact-sidebar-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#00b87a;color:#fff;font-size:11px;font-weight:600;margin-left:6px}.contact-sidebar-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 12px;color:#9ca4b1;font-size:13px;gap:8px}.contact-sidebar-empty-hint{font-size:12px;color:#b0b7c3;line-height:1.4;max-width:200px}.contact-sidebar-tickets{display:flex;flex-direction:column;gap:8px}.contact-sidebar-ticket{padding:12px;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.contact-sidebar-ticket:hover{border-color:#00b87a;background:#f0fff8}.contact-sidebar-ticket-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.contact-sidebar-ticket-num{font-size:12px;font-weight:600;color:#9ca4b1}.contact-sidebar-ticket-status{display:inline-flex;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:600}.contact-sidebar-ticket-subject{font-size:13px;font-weight:600;color:#0f1b31}.contact-sidebar-ticket-preview,.contact-sidebar-ticket-subject{margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-sidebar-ticket-preview{font-size:12px;color:#6b7280}.contact-sidebar-ticket-time{font-size:11px;color:#b0b7c3}.contact-sidebar-ticket-skeleton{padding:12px;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:8px;background:#fff}.contact-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:10001;animation:contactFadeIn .2s ease}@keyframes contactFadeIn{0%{opacity:0}to{opacity:1}}.contact-modal-content{background:#fff;border-radius:20px;padding:28px 24px;width:90%;max-width:440px;animation:contactSlideUp .3s ease}@keyframes contactSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-modal-handle{width:40px;height:4px;border-radius:2px;background:#d1d5db;margin:0 auto 20px}.contact-modal-title{font-size:18px;font-weight:600;color:#0f1b31;margin:0 0 6px;text-align:center}.contact-modal-subtitle{font-size:13px;color:#6b7280;text-align:center;margin:0 0 16px;line-height:1.5}.contact-modal-textarea{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;line-height:1.5;resize:none;outline:none;font-family:inherit;box-sizing:border-box}.contact-modal-textarea:focus{border-color:#00b87a}.contact-modal-actions{display:flex;gap:10px;margin-top:16px}.contact-modal-cancel{border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#6b7280}.contact-modal-cancel,.contact-modal-submit{flex:1 1;padding:10px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.contact-modal-submit{border-radius:12px;border:none;background:#00b87a;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.contact-modal-submit:hover:not(:disabled){background:#009d68}.contact-modal-submit:disabled{background:#d1d5db;cursor:default}.ticket-detail-nav{margin-bottom:20px}.ticket-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s}.ticket-back-btn:hover{color:#00b87a}.ticket-detail-card{padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;margin-bottom:20px}.ticket-detail-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ticket-number-badge{font-size:12px;font-weight:600;color:#9ca4b1;background:#f3f4f6;padding:4px 10px;border-radius:8px}.ticket-detail-subject{font-size:18px;font-weight:600;color:#0f1b31;margin:0 0 12px}.ticket-detail-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ticket-meta-item{color:#6b7280}.ticket-meta-item,.ticket-view-convo-btn{display:flex;align-items:center;gap:6px;font-size:13px}.ticket-view-convo-btn{padding:6px 14px;background:#e8f7f2;border:1px solid #d1fae5;border-radius:8px;color:#00b87a;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.ticket-view-convo-btn:hover{background:#d1fae5}.ticket-cooldown-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;margin-bottom:20px}.ticket-cooldown-icon{flex-shrink:0;margin-top:2px}.ticket-cooldown-title{font-size:14px;font-weight:600;color:#92400e}.ticket-cooldown-desc{font-size:13px;color:#a16207;margin-top:2px}.ticket-timeline-section{margin-top:8px}.ticket-timeline{position:relative}.ticket-timeline-entry{display:flex;gap:14px;padding-bottom:20px}.ticket-timeline-line{flex-direction:column;position:relative}.ticket-timeline-dot,.ticket-timeline-line{display:flex;align-items:center;flex-shrink:0}.ticket-timeline-dot{width:28px;height:28px;border-radius:14px;justify-content:center;z-index:1}.ticket-timeline-connector{width:2px;flex:1 1;background:#e5e7eb;margin-top:4px}.ticket-timeline-content{flex:1 1;min-width:0}.ticket-timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.ticket-timeline-sender{font-size:13px;font-weight:600}.ticket-timeline-date{font-size:11px;color:#9ca4b1}.ticket-message-card{padding:14px 16px;border-radius:12px;border-left:3px solid}.ticket-message-text{font-size:14px;color:#374151;line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-word}.ticket-empty-timeline{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;color:#9ca4b1;font-size:14px}.ticket-reply-form{margin-top:20px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.ticket-reply-title{font-size:15px;font-weight:600;color:#0f1b31;margin:0 0 12px}.ticket-reply-textarea{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;line-height:1.5;resize:none;outline:none;font-family:inherit;box-sizing:border-box}.ticket-reply-textarea:focus{border-color:#00b87a}.ticket-reply-actions{display:flex;gap:10px;margin-top:12px;justify-content:flex-end}.ticket-reply-cancel{border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#6b7280}.ticket-reply-cancel,.ticket-reply-send{padding:8px 20px;font-size:14px;cursor:pointer;font-family:inherit}.ticket-reply-send{border-radius:12px;border:none;background:#00b87a;color:#fff;font-weight:500;display:flex;align-items:center;gap:6px;transition:background .2s}.ticket-reply-send:hover:not(:disabled){background:#009d68}.ticket-reply-send:disabled{background:#d1d5db;cursor:default}.ticket-add-reply-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;margin-top:20px;border:2px dashed #d1fae5;border-radius:14px;background:#f0fff8;color:#00b87a;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.ticket-add-reply-btn:hover{border-color:#00b87a;background:#e8f7f2}.ticket-closed-banner{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;font-size:13px;color:#6b7280;line-height:1.5}.ticket-conversation-modal{background:#fff;border-radius:20px;width:90%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;animation:contactSlideUp .3s ease;overflow:hidden}.ticket-conv-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.ticket-conv-close{width:36px;height:36px;border-radius:10px;border:none;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.ticket-conv-close:hover{background:#e5e7eb}.ticket-conv-modal-title{font-size:16px;font-weight:600;color:#0f1b31;margin:0}.ticket-conv-messages{flex:1 1;overflow-y:auto;padding:16px 20px}.ticket-conv-note{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f9fafb;border-radius:10px;font-size:12px;color:#9ca4b1;margin-bottom:16px}.ticket-conv-entry{margin-bottom:14px}.ticket-conv-sender-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:8px;margin-bottom:4px}.ticket-conv-message{font-size:14px;color:#374151;line-height:1.6;margin:0;padding-left:8px;border-left:2px solid #e5e7eb}.ticket-detail-skeleton{padding:0}.contact-back-link{color:#00b87a;font-size:14px;text-decoration:none}.contact-back-link:hover{text-decoration:underline}.press-page{flex:1 1;min-width:0;max-width:900px;padding:24px 16px 60px}.press-header{margin-bottom:32px}.press-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.press-subtitle{font-size:15px;color:#6b7280;margin:0;line-height:1.5}.press-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.press-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.press-filter-btn:hover{border-color:#00a778;color:#00a778}.press-filter-active{background:#00a778;color:#fff;border-color:#00a778}.press-filter-active:hover{background:#008f65;border-color:#008f65;color:#fff}.press-filter-flag{font-size:15px}.press-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.press-logo-card{display:flex;align-items:center;justify-content:center;padding:20px;background:#fff;border:1px solid #e8e8ec;border-radius:14px;text-decoration:none;transition:all .2s ease;aspect-ratio:16/9}.press-logo-card:hover{border-color:#00a778;box-shadow:0 4px 16px rgba(0,167,120,.1);transform:translateY(-2px)}.press-logo-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.press-logo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.press-empty{text-align:center;padding:60px 20px;color:#9ca3af}.press-empty svg{margin-bottom:16px}.press-empty p{font-size:15px;margin:0}.press-card-skeleton{pointer-events:none;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}@media (max-width:900px){.press-logo-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:600px){.press-page{padding:16px 12px 40px}.press-title{font-size:22px}.press-logo-grid{grid-template-columns:repeat(2,1fr);gap:12px}.press-logo-card{padding:14px}}.faq-page-content{padding:0 20px 40px}.faq-intro{margin-bottom:24px}.faq-main-title{font-size:26px;font-weight:600;color:#0f1b31;line-height:1.1;letter-spacing:-.52px;margin:0 0 8px}.faq-main-title,.faq-subtitle{font-family:var(--font-poppins),"Poppins",sans-serif}.faq-subtitle{font-size:15px;color:#5e6979;line-height:1.6;letter-spacing:-.32px;margin:0}.faq-list{border-top:1px solid #e5e7eb}.faq-item{border-bottom:1px solid #e5e7eb}.faq-question-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;cursor:pointer;gap:12px;text-align:left}.faq-question-btn:hover{opacity:.7}.faq-question-text{flex:1 1;font-size:15px;font-weight:500;color:#0f1b31;line-height:1.5;letter-spacing:-.32px;font-family:var(--font-poppins),"Poppins",sans-serif}.faq-chevron{color:#5e6979;flex-shrink:0;transition:transform .2s ease}.faq-chevron-open{transform:rotate(180deg)}.faq-answer{padding-bottom:16px}.faq-answer p{font-size:14px;color:#5e6979;line-height:1.7;letter-spacing:-.3px;margin:0;font-family:var(--font-poppins),"Poppins",sans-serif}.faq-answer-list{list-style:disc;padding-left:20px;margin:0;display:flex;flex-direction:column;gap:8px}.faq-answer-list li{font-size:14px;color:#5e6979;line-height:1.7;letter-spacing:-.3px;font-family:var(--font-poppins),"Poppins",sans-serif}.faq-contact-section{margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center}.faq-contact-title{font-size:15px;font-weight:500;color:#0f1b31;margin:0 0 4px}.faq-contact-link,.faq-contact-title{font-family:var(--font-poppins),"Poppins",sans-serif}.faq-contact-link{font-size:14px;color:#7c3aed;text-decoration:none}.faq-contact-link:hover{text-decoration:underline}.post-menu-container{position:relative}.post-menu-trigger{background:none;border:none;cursor:pointer;padding:4px;opacity:.6;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.post-menu-trigger:hover{opacity:1}.post-menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.12);min-width:160px;padding:6px;z-index:100;animation:menuSlideIn .15s ease}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.post-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:none;cursor:pointer;border-radius:8px;font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;font-weight:500;color:#0f1b31;transition:background .15s}.post-menu-item:hover{background:#f3f4f6}.post-menu-item-danger{color:#e53935}.post-menu-item-danger:hover{background:#fef2f2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10000;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:24px;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:modalScaleIn .25s cubic-bezier(.2,.8,.4,1)}@keyframes modalScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.confirm-modal-title{font-size:18px;font-weight:600;color:#0f1b31;margin:0 0 8px}.confirm-modal-message,.confirm-modal-title{font-family:var(--font-poppins),"Poppins",sans-serif}.confirm-modal-message{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.5}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px}.confirm-modal-btn{padding:10px 20px;border-radius:10px;font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .15s}.confirm-modal-btn:disabled{opacity:.6;cursor:not-allowed}.confirm-modal-cancel{background:#f3f4f6;color:#374151}.confirm-modal-cancel:hover:not(:disabled){background:#e5e7eb}.confirm-modal-primary{background:#00a778;color:#fff}.confirm-modal-primary:hover:not(:disabled){background:#008b63}.confirm-modal-danger{background:#e53935;color:#fff}.confirm-modal-danger:hover:not(:disabled){background:#c62828}.report-modal{max-width:440px}.report-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.report-modal-title{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:18px;font-weight:600;color:#0f1b31;margin:0}.report-modal-close{background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;display:flex;align-items:center;transition:color .15s}.report-modal-close:hover{color:#374151}.report-modal-subtitle{color:#6b7280;margin:0 0 16px}.report-modal-loading,.report-modal-subtitle{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px}.report-modal-loading{text-align:center;padding:20px;color:#9ca3af}.report-modal .report-reasons-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;max-height:300px;overflow-y:auto}.report-modal .report-reason-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;cursor:pointer;transition:all .15s ease;border:1px solid #e9ecf1;background:transparent}.report-modal .report-reason-item:hover{background:#f8f9fb;border-color:#d1d5db}.report-reason-radio{width:18px;height:18px;accent-color:#00a778;cursor:pointer;flex-shrink:0}.report-modal .report-reason-text{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;font-weight:500;color:#0f1b31;line-height:1.4}.report-modal-actions{display:flex;justify-content:flex-end;gap:10px}.post-hidden-undo-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:16px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.post-hidden-undo-content{display:flex;align-items:center;gap:10px}.post-hidden-undo-text{color:#6b7280;font-weight:500}.post-hidden-undo-btn,.post-hidden-undo-text{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px}.post-hidden-undo-btn{background:none;border:none;cursor:pointer;font-weight:600;color:#00a778;padding:6px 14px;border-radius:8px;transition:background .15s}.post-hidden-undo-btn:hover{background:#e6f7f1}.edit-post-modal{max-width:500px}.edit-post-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.edit-post-modal-title{font-size:18px;font-weight:600;margin:0}.edit-post-modal-title,.edit-post-textarea{font-family:var(--font-poppins),"Poppins",sans-serif;color:#0f1b31}.edit-post-textarea{width:100%;min-height:120px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;line-height:1.6;resize:vertical;outline:none;transition:border-color .15s;margin-bottom:16px}.edit-post-textarea:focus{border-color:#00a778}.edit-post-modal-actions{display:flex;justify-content:flex-end;gap:10px}.infinite-scroll-sentinel{height:1px;width:100%}.infinite-scroll-loading{padding:8px 0}.app-banner-sheet{display:none;position:fixed;bottom:calc(64px + env(safe-area-inset-bottom, 0px));left:0;right:0;z-index:999;background:#fff;border-radius:32px 32px 0 0;padding:16px 16px 20px;flex-direction:column;gap:12px;box-shadow:0 -4px 20px rgba(0,0,0,.08);animation:appBannerSlideUp .3s cubic-bezier(.32,.72,0,1)}@media (max-width:768px){.app-banner-sheet{display:flex}}@keyframes appBannerSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.app-banner-title{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:16px;font-weight:600;color:#000;text-align:center;margin:0;line-height:1.3;letter-spacing:-.32px;padding-bottom:8px}.app-banner-row{display:flex;align-items:center;justify-content:space-between;padding:0}.app-banner-row-left{display:flex;align-items:center;gap:8px}.app-banner-icon-box{width:40px;height:40px;border-radius:8px;border:1px solid #f1f3f6;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;overflow:hidden;padding:4px}.app-banner-icon-box img{width:32px;height:32px;object-fit:contain}.app-banner-icon-box-browser{padding:8px}.app-banner-label{color:#000}.app-banner-label,.app-banner-open-btn{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:16px;font-weight:600;line-height:1.3;letter-spacing:-.32px}.app-banner-open-btn{width:124px;height:44px;border-radius:12px;background:#008a5a;color:#fff;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease}.app-banner-open-btn:active{background:#0d9668}.app-banner-continue-btn{width:124px;height:44px;border-radius:12px;background:#fff;color:#0f1b31;border:1px solid #f1f3f6;font-family:var(--font-poppins),"Poppins",sans-serif;font-size:16px;font-weight:400;cursor:pointer;-webkit-tap-highlight-color:transparent;letter-spacing:-.32px;line-height:1.3;transition:background .15s ease}.app-banner-continue-btn:active{background:#f5f5f5}