:root{--bg-primary:#0d0b14;--bg-secondary:#151220;--bg-card:#1e1432b8;--bg-sidebar:#120e1a;--neon-purple:#a855f7;--neon-pink:#ec4899;--neon-cyan:#06b6d4;--neon-green:#10b981;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--border-color:#a855f738}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{color:var(--text-primary);background:linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.site-shell{background:radial-gradient(circle at 20% 20%,#a855f714,#0000 34%),radial-gradient(circle at 80% 80%,#ec48990f,#0000 34%),linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);min-height:100vh}.top-header{z-index:20;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0d0b14f5;grid-template-columns:260px minmax(280px,520px) auto;align-items:center;gap:28px;height:76px;padding:0 24px;display:grid;position:sticky;top:0}.logo{letter-spacing:-1.4px;color:var(--neon-purple);font-size:30px;font-weight:900;text-decoration:none}.logo span{color:var(--neon-cyan)}.search-box{width:100%;position:relative}.search-box input{width:100%;height:46px;color:var(--text-primary);background:#190c2ac2;border:1px solid #a855f757;border-radius:12px;outline:none;padding:0 48px 0 18px}.search-box input:focus{border-color:var(--neon-purple);box-shadow:0 0 24px #a855f738}.search-box span{color:var(--text-secondary);font-size:28px;position:absolute;top:50%;right:17px;transform:translateY(-52%)}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.user-email{color:var(--text-secondary);font-size:13px}.btn{border:1px solid var(--border-color);height:42px;color:var(--text-primary);border-radius:10px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline{background:#ffffff08}.btn-outline:hover{border-color:var(--neon-purple);background:#a855f71a}.btn-primary{background:linear-gradient(135deg, var(--neon-purple), var(--neon-pink));color:#fff;border:none;box-shadow:0 8px 24px #a855f738}.btn-primary:hover{transform:translateY(-1px)}.layout{grid-template-columns:310px minmax(0,1fr);min-height:calc(100vh - 76px);display:grid}.sidebar{border-right:1px solid var(--border-color);background:#120e1afa;padding:22px 14px}.sidebar-section{margin-bottom:30px}.sidebar-section h3{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;margin:0 8px 12px;font-size:12px}.sidebar-item,.category-item{width:100%;height:46px;color:var(--text-secondary);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;padding:0 14px;font-size:15px;font-weight:650;transition:all .22s;display:flex}.sidebar-item{border-left:3px solid #0000;border-radius:0;width:calc(100% + 28px);margin-left:-14px;padding-left:25px}.sidebar-item:hover,.category-item:hover{color:var(--text-primary);background:#a855f714}.sidebar-item.active{color:var(--neon-purple);border-left-color:var(--neon-purple);background:#a855f724}.sidebar-item b{background:var(--neon-purple);color:#fff;border-radius:999px;margin-left:auto;padding:3px 11px;font-size:12px}.category-item.active{color:var(--neon-purple);background:#a855f726}.category-item i{border-radius:999px;width:9px;height:9px;display:inline-block}.dot-purple{background:var(--neon-purple)}.dot-red{background:#ef4444}.dot-cyan{background:var(--neon-cyan)}.dot-green{background:var(--neon-green)}.dot-yellow{background:#f59e0b}.dot-violet{background:#8b5cf6}.sidebar-stat{height:46px;color:var(--text-secondary);align-items:center;gap:14px;padding:0 12px;font-size:15px;font-weight:650;display:flex}.sidebar-stat b{color:#fff;border-radius:999px;margin-left:auto;padding:3px 10px;font-size:12px}.cyan-badge{background:var(--neon-cyan)}.pink-badge{background:var(--neon-pink)}.content{padding:34px}.content-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.content-header h1{font-size:22px;font-weight:800}.filter-tabs{flex-wrap:wrap;gap:10px;display:flex}.filter-tabs button{border:1px solid var(--border-color);height:40px;color:var(--text-secondary);background:0 0;border-radius:999px;padding:0 20px;font-weight:700;transition:all .24s}.filter-tabs button:hover{color:#fff;border-color:var(--neon-purple)}.filter-tabs button.active{color:#fff;background:linear-gradient(135deg, var(--neon-purple), var(--neon-pink));border:none}.topic-list{flex-direction:column;gap:16px;display:flex}.topic-card{border:1px solid var(--border-color);background:#1e14329e;border-radius:16px;grid-template-columns:18px minmax(0,1fr);gap:16px;padding:25px 28px;transition:all .28s;display:grid;position:relative;overflow:hidden}.topic-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#a855f714,#ec489908);position:absolute;inset:0}.topic-card:hover{border-color:#a855f799;transform:translate(3px);box-shadow:0 0 30px #a855f71f}.topic-link{color:inherit;text-decoration:none}.category-status-dot{border-radius:999px;flex-shrink:0;width:12px;height:12px;margin-top:8px;display:block;box-shadow:0 0 12px}.category-status-dot.dot-red{color:#ef4444;background:#ef4444}.category-status-dot.dot-cyan{color:var(--neon-cyan);background:var(--neon-cyan)}.category-status-dot.dot-green{color:var(--neon-green);background:var(--neon-green)}.category-status-dot.dot-yellow{color:#f59e0b;background:#f59e0b}.category-status-dot.dot-violet{color:#8b5cf6;background:#8b5cf6}.category-status-dot.dot-purple{color:var(--neon-purple);background:var(--neon-purple)}.topic-main{z-index:1;position:relative}.topic-title-row{border-bottom:1px solid #ffffff0f;grid-template-columns:minmax(0,1fr) auto;gap:22px;padding-bottom:16px;display:grid}.topic-main h2{color:#f3f4f6;margin-bottom:9px;font-size:18px;line-height:1.35;text-decoration:none}.topic-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:16px;font-size:14px;display:flex}.topic-category{color:var(--neon-purple);background:#a855f729;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:800}.topic-side{align-items:center;gap:22px;display:flex}.avatars{align-items:center;display:flex}.avatar{background:linear-gradient(135deg, var(--neon-purple), var(--neon-pink));color:#fff;border:2px solid #1b1029;border-radius:999px;justify-content:center;align-items:center;width:31px;height:31px;margin-left:-8px;font-size:12px;font-weight:900;display:inline-flex}.avatar:first-child{margin-left:0}.topic-stat{text-align:center;min-width:52px}.topic-stat strong{color:#fff;font-size:22px;line-height:1;display:block}.topic-stat span{color:var(--text-muted);font-size:12px}.topic-stat.purple strong{color:var(--neon-purple)}.topic-main p{color:var(--text-secondary);margin-top:16px;font-size:15px;line-height:1.7}.empty-state{border:1px dashed var(--border-color);text-align:center;color:var(--text-secondary);border-radius:16px;padding:40px}.empty-state strong{color:var(--text-primary);margin-bottom:8px;display:block}.auth-page{min-height:100vh;color:var(--text-primary);background:radial-gradient(circle at 20% 20%,#a855f714,#0000 34%),radial-gradient(circle at 80% 80%,#ec48990f,#0000 34%),linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);justify-content:center;align-items:center;padding:24px;display:flex}.auth-card{background:#1e1432b8;border:1px solid #a855f747;border-radius:24px;width:100%;max-width:480px;padding:30px;box-shadow:0 0 40px #a855f726}.auth-card.large{max-width:760px}.auth-card h1{letter-spacing:-.8px;margin:20px 0 8px;font-size:32px;font-weight:900}.auth-back-link{color:var(--neon-purple);font-size:14px;font-weight:800;text-decoration:none}.auth-description{color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-form label{color:#d1d5db;flex-direction:column;gap:8px;font-size:14px;font-weight:800;display:flex}.auth-form input,.auth-form textarea,.auth-form select{color:#f3f4f6;background:#ffffff0b;border:1px solid #a855f747;border-radius:12px;outline:none;width:100%;padding:13px 14px;font-size:14px}.auth-form textarea{resize:vertical;min-height:170px}.auth-form select option{color:#f3f4f6;background:#151220}.auth-form input:focus,.auth-form textarea:focus,.auth-form select:focus{border-color:var(--neon-purple);box-shadow:0 0 22px #a855f72e}.auth-form input[type=file]{padding:11px}.file-help{color:var(--text-muted);font-size:12px;font-weight:600}.auth-primary-button{cursor:pointer;background:linear-gradient(135deg, var(--neon-purple), var(--neon-pink));color:#fff;border:none;border-radius:12px;height:48px;font-size:15px;font-weight:900;box-shadow:0 8px 24px #a855f738}.auth-primary-button:disabled{opacity:.65;cursor:not-allowed}.auth-error{color:#fecaca;background:#ef44441f;border:1px solid #ef444466;border-radius:12px;padding:12px;font-size:14px}.auth-success{color:#bbf7d0;background:#10b9811f;border:1px solid #10b98166;border-radius:12px;padding:12px;font-size:14px}.detail-shell{background:radial-gradient(circle at 20% 20%,#a855f714,#0000 34%),radial-gradient(circle at 80% 80%,#ec48990f,#0000 34%),linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);min-height:100vh;padding:32px 20px 48px}.detail-wrapper{width:100%;max-width:980px;margin:0 auto}.detail-back-link{color:var(--neon-purple);margin-bottom:18px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.detail-loading-card{background:#1e1432b8;border:1px solid #a855f73d;border-radius:22px;padding:30px}.chat-thread{flex-direction:column;gap:18px;display:flex}.chat-section-header{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;margin-top:6px;display:flex}.chat-section-header h2{color:var(--text-primary);font-size:20px}.chat-empty-state{color:var(--text-secondary);text-align:center;background:#ffffff06;border:1px dashed #a855f73d;border-radius:18px;padding:20px}.message-row{align-items:flex-end;gap:12px;display:flex}.message-row.outgoing{flex-direction:row-reverse}.message-avatar{color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:inline-flex}.complaint-avatar{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.user-avatar{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.support-avatar{background:linear-gradient(135deg,#10b981,#06b6d4)}.message-bubble{border-radius:22px;max-width:min(760px,100% - 60px);padding:18px 18px 16px;position:relative}.complaint-bubble{background:#27183de6;border:1px solid #a855f740;width:100%;max-width:860px;box-shadow:0 12px 30px #0000002e}.user-bubble{background:linear-gradient(135deg,#a855f73d,#ec489929);border:1px solid #a855f73d}.support-bubble{background:#ffffff0d;border:1px solid #06b6d42e}.complaint-head{margin-bottom:10px}.complaint-title-row{align-items:flex-start;gap:10px;display:flex}.tiny-category-dot{border-radius:999px;flex-shrink:0;width:12px;height:12px;margin-top:8px;display:inline-block;box-shadow:0 0 12px}.tiny-category-dot.dot-red{color:#ef4444;background:#ef4444}.tiny-category-dot.dot-cyan{color:var(--neon-cyan);background:var(--neon-cyan)}.tiny-category-dot.dot-green{color:var(--neon-green);background:var(--neon-green)}.tiny-category-dot.dot-yellow{color:#f59e0b;background:#f59e0b}.tiny-category-dot.dot-violet{color:#8b5cf6;background:#8b5cf6}.tiny-category-dot.dot-purple{color:var(--neon-purple);background:var(--neon-purple)}.complaint-title-block{flex:1}.complaint-badges{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.detail-status-badge{color:var(--text-secondary);background:#ffffff12;border-radius:999px;align-items:center;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.complaint-bubble h1{color:#fff;margin:0;font-size:34px;line-height:1.15}.message-meta{color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-bottom:14px;font-size:13px;display:flex}.message-text{color:#e5e7eb;white-space:pre-wrap;font-size:15px;line-height:1.75}.complaint-text{margin-bottom:16px}.attachments-section{margin-top:18px}.attachments-section h2{margin-bottom:12px;font-size:16px}.attachment-grid{grid-template-columns:repeat(auto-fit,minmax(180px,220px));gap:14px;display:grid}.attachment-card{color:var(--text-primary);background:#ffffff0d;border:1px solid #a855f738;border-radius:16px;text-decoration:none;transition:all .22s;overflow:hidden}.attachment-card:hover{border-color:#a855f773;transform:translateY(-2px)}.attachment-card img{object-fit:cover;background:#140f1f;width:100%;height:180px;display:block}.attachment-card span{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;padding:10px 12px 12px;font-size:13px;display:block;overflow:hidden}.pdf-preview{height:180px;color:var(--neon-pink);background:#ffffff08;justify-content:center;align-items:center;font-size:28px;font-weight:900;display:flex}.reply-thread{flex-direction:column;gap:14px;display:flex}.reply-bubble-head{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:12px;display:flex}.reply-bubble-head strong{color:#fff;font-size:13px}.composer-card{background:#1e1432b8;border:1px solid #a855f73d;border-radius:22px;flex-direction:column;gap:14px;margin-top:10px;padding:18px;display:flex}.composer-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.composer-header h3{font-size:18px}.composer-header span{color:var(--text-muted);font-size:13px}.composer-card textarea{resize:vertical;color:#f3f4f6;background:#ffffff0a;border:1px solid #a855f73d;border-radius:16px;outline:none;width:100%;min-height:110px;padding:14px 16px}.composer-card textarea:focus{border-color:var(--neon-purple);box-shadow:0 0 18px #a855f72e}.composer-actions{justify-content:flex-end;display:flex}@media (max-width:1100px){.top-header{grid-template-columns:1fr;height:auto;padding:18px}.layout{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border-color);position:static}.content{padding:22px}}@media (max-width:760px){.content-header,.topic-title-row{grid-template-columns:1fr;display:grid}.topic-side{justify-content:space-between}.top-header{gap:16px}.header-actions{justify-content:flex-start}.topic-card{padding:20px}.auth-card{padding:22px}.detail-shell{padding:18px 14px 34px}.message-row{gap:10px}.message-avatar{width:36px;height:36px;font-size:11px}.message-bubble{border-radius:18px;max-width:calc(100% - 46px);padding:14px}.complaint-bubble h1{font-size:26px}.attachment-grid{grid-template-columns:1fr}.attachment-card img,.pdf-preview{height:190px}.composer-header{flex-direction:column;align-items:flex-start}.topic-title-with-status{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.complaint-visible-status{border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.complaint-visible-status.active{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d}.complaint-visible-status.resolved{color:#34d399;background:#10b9811f;border:1px solid #10b9814d}.complaint-visible-status.closed{color:#f87171;background:#ef44441f;border:1px solid #ef44444d}.detail-status-badge.active{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d}.detail-status-badge.resolved{color:#34d399;background:#10b9811f;border:1px solid #10b9814d}.resolve-admin-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#06b6d4);border:none;border-radius:12px;height:42px;margin-top:18px;padding:0 16px;font-weight:900;box-shadow:0 8px 24px #10b9812e}.resolve-admin-button:disabled{opacity:.65;cursor:not-allowed}.detail-return-link{color:#b56cff;align-items:center;gap:8px;margin-bottom:18px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.detail-return-link:hover{opacity:.9}.detail-screen-card{background:linear-gradient(#24123ef2,#190c2cf2);border:1px solid #a65eff2e;border-radius:28px;padding:36px 36px 28px;box-shadow:0 24px 80px #00000038}.detail-main-paragraph{color:#ffffffb8;max-width:1100px;margin:0 0 28px;font-size:16px;line-height:1.75}.detail-reply-user-info{flex-direction:column;gap:6px;display:flex}.auth-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444440;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:14px}.auth-success{color:#6ee7b7;background:#10b9811f;border:1px solid #10b98140;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:14px}@media (max-width:1100px){.detail-actions-row{grid-template-columns:1fr}}@media (max-width:768px){.complaint-detail-content{padding:18px 16px 30px}.detail-screen-card{padding:22px 18px}.detail-user-chip{align-items:flex-start}.detail-user-avatar{border-radius:16px;width:56px;height:56px;font-size:18px}.detail-main-heading{font-size:26px}.detail-reply-card-head{flex-direction:column;align-items:flex-start}.detail-reply-time{white-space:normal}}.page-loader{color:#fff;place-items:center;min-height:100vh;font-size:18px;display:grid}.complaint-detail-content{padding:30px 36px 54px}.detail-return-link{color:#b56cff;align-items:center;margin-bottom:20px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.detail-screen-card{background:linear-gradient(#24123ef5,#190c2cf5);border:1px solid #a65eff38;border-radius:28px;width:100%;padding:36px;box-shadow:0 24px 80px #0000003d}.detail-screen-header{justify-content:space-between;align-items:center;display:flex}.detail-user-chip{align-items:center;gap:20px;display:flex}.detail-user-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:20px;place-items:center;width:66px;height:66px;font-size:22px;font-weight:900;display:grid;box-shadow:0 16px 36px #ec489938}.detail-user-meta{flex-direction:column;gap:5px;display:flex}.detail-user-meta strong{color:#fff;font-size:20px;font-weight:900}.detail-user-meta span{color:#ffffff8c;font-size:14px}.detail-divider{background:#a65eff33;height:1px;margin:26px 0 30px}.detail-top-badges{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.detail-state-chip{border-radius:999px;align-items:center;gap:9px;min-height:30px;padding:0 13px;font-size:13px;font-weight:900;display:inline-flex}.detail-state-chip .detail-state-dot{border-radius:999px;width:10px;height:10px}.detail-state-chip.active{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf2452}.detail-state-chip.active .detail-state-dot{background:#fbbf24;box-shadow:0 0 12px #fbbf24a6}.detail-state-chip.resolved{color:#34d399;background:#10b98121;border:1px solid #10b98152}.detail-state-chip.resolved .detail-state-dot{background:#10b981;box-shadow:0 0 12px #10b981a6}.detail-main-heading{color:#fff;margin:0 0 18px;font-size:34px;font-weight:900;line-height:1.15}.detail-main-paragraph{color:#ffffffb8;margin:0 0 28px;font-size:16px;line-height:1.75}.detail-attachments-block{margin-bottom:28px}.detail-tag-list{flex-wrap:wrap;gap:10px;display:flex}.detail-hash-tag{color:#c084fc;background:#5f258738;border:1px solid #a855f766;border-radius:999px;align-items:center;min-height:36px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.detail-actions-row{grid-template-columns:1fr 1fr;gap:16px;margin:20px 0 34px;display:grid}.detail-green-action,.detail-purple-action{cursor:pointer;border-radius:16px;min-height:58px;font-size:16px;font-weight:900;transition:all .2s}.detail-green-action{color:#fff;background:linear-gradient(135deg,#10b981,#14c38e);border:1px solid #10b98159;box-shadow:0 16px 34px #10b9812e}.detail-green-action:hover{transform:translateY(-1px);box-shadow:0 20px 40px #10b9813d}.detail-green-action.done{opacity:.9}.detail-green-action:disabled{opacity:.78;cursor:not-allowed;transform:none}.detail-purple-action{color:#c084fc;background:#57257e4d;border:1px solid #b56cff8c}.detail-purple-action:hover{background:#6e2b9f61}.detail-replies-title-row{align-items:center;gap:12px;margin:4px 0 20px;display:flex}.detail-replies-title-row h2{color:#fff;margin:0;font-size:22px;font-weight:900}.reply-badge-count{color:#fff;background:#a855f7;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 10px;font-size:14px;font-weight:900;display:inline-flex}.detail-reply-list{flex-direction:column;gap:18px;margin-bottom:20px;display:flex}.detail-empty-reply-card{color:#ffffffa6;background:#34175470;border:1px solid #a65eff33;border-radius:18px;padding:24px;font-size:15px}.detail-reply-card{background:#301b4ec7;border:1px solid #a65eff38;border-radius:22px;padding:24px 26px}.detail-reply-card.admin{background:#2f1f4edb}.detail-reply-card.user{background:#372058c7}.detail-reply-card-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.detail-reply-head-left{align-items:center;gap:16px;display:flex}.detail-reply-avatar{color:#fff;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:16px;flex-shrink:0;place-items:center;width:50px;height:50px;font-size:16px;font-weight:900;display:grid}.detail-reply-name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.detail-reply-name-row strong{color:#fff;font-size:16px;font-weight:900}.detail-role-pill{color:#22d3ee;background:#06b6d429;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.detail-reply-time{color:#ffffff7a;white-space:nowrap;font-size:13px}.detail-reply-text{color:#ffffffb8;margin:0;font-size:16px;line-height:1.7}.detail-composer-wrap{background:#2813438f;border:1px dashed #a65eff47;border-radius:24px;margin-top:18px;padding:24px}.detail-composer-form textarea{color:#fff;resize:vertical;background:#210f38db;border:1px solid #a65eff42;border-radius:16px;outline:none;width:100%;min-height:130px;padding:16px 18px;font-size:16px}.detail-composer-form textarea::placeholder{color:#ffffff61}.detail-composer-form textarea:focus{border-color:#a855f7;box-shadow:0 0 20px #a855f72e}.detail-composer-footer{justify-content:flex-end;margin-top:18px;display:flex}.detail-send-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:14px;min-width:112px;height:48px;font-size:16px;font-weight:900;box-shadow:0 12px 28px #ec48992e}.detail-send-button:hover{transform:translateY(-1px)}@media (max-width:1100px){.detail-actions-row{grid-template-columns:1fr}}@media (max-width:768px){.complaint-detail-content{padding:18px 16px 30px}.detail-screen-card{padding:22px 18px}.detail-user-chip{align-items:flex-start}.detail-user-avatar{border-radius:16px;width:56px;height:56px;font-size:18px}.detail-main-heading{font-size:26px}.detail-reply-card-head{flex-direction:column;align-items:flex-start}.detail-reply-time{white-space:normal}}}.complaint-detail-content{padding:30px 36px 54px!important}.detail-return-link{color:#b56cff!important;align-items:center!important;margin-bottom:20px!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.detail-screen-card{background:linear-gradient(#24123ef5,#190c2cf5)!important;border:1px solid #a65eff38!important;border-radius:28px!important;width:100%!important;padding:36px!important;box-shadow:0 24px 80px #0000003d!important}.detail-screen-header{justify-content:space-between!important;align-items:center!important;display:flex!important}.detail-user-chip{align-items:center!important;gap:20px!important;display:flex!important}.detail-user-avatar{color:#fff!important;background:linear-gradient(135deg,#8b5cf6,#ec4899)!important;border-radius:20px!important;place-items:center!important;width:66px!important;height:66px!important;font-size:22px!important;font-weight:900!important;display:grid!important;box-shadow:0 16px 36px #ec489938!important}.detail-user-meta{flex-direction:column!important;gap:5px!important;display:flex!important}.detail-user-meta strong{color:#fff!important;font-size:20px!important;font-weight:900!important}.detail-user-meta span{color:#ffffff8c!important;font-size:14px!important}.detail-divider{background:#a65eff33!important;height:1px!important;margin:26px 0 30px!important}.detail-top-badges{flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin-bottom:18px!important;display:flex!important}.detail-state-chip{border-radius:999px!important;align-items:center!important;gap:9px!important;min-height:30px!important;padding:0 13px!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important}.detail-state-chip .detail-state-dot{border-radius:999px!important;width:10px!important;height:10px!important}.detail-state-chip.active{color:#fbbf24!important;background:#fbbf2421!important;border:1px solid #fbbf2452!important}.detail-state-chip.active .detail-state-dot{background:#fbbf24!important;box-shadow:0 0 12px #fbbf24a6!important}.detail-state-chip.resolved{color:#34d399!important;background:#10b98121!important;border:1px solid #10b98152!important}.detail-state-chip.resolved .detail-state-dot{background:#10b981!important;box-shadow:0 0 12px #10b981a6!important}.detail-main-heading{color:#fff!important;margin:0 0 18px!important;font-size:34px!important;font-weight:900!important;line-height:1.15!important}.detail-main-paragraph{color:#ffffffb8!important;margin:0 0 28px!important;font-size:16px!important;line-height:1.75!important}.detail-tag-list{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.detail-hash-tag{color:#c084fc!important;background:#5f258738!important;border:1px solid #a855f766!important;border-radius:999px!important;align-items:center!important;min-height:36px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important}.detail-actions-row{grid-template-columns:1fr 1fr!important;gap:16px!important;margin:20px 0 34px!important;display:grid!important}.detail-green-action,.detail-purple-action{cursor:pointer!important;border-radius:16px!important;min-height:58px!important;font-size:16px!important;font-weight:900!important;transition:all .2s!important}.detail-green-action{color:#fff!important;background:linear-gradient(135deg,#10b981,#14c38e)!important;border:1px solid #10b98159!important;box-shadow:0 16px 34px #10b9812e!important}.detail-green-action:disabled{opacity:.78!important;cursor:not-allowed!important}.detail-purple-action{color:#c084fc!important;background:#57257e4d!important;border:1px solid #b56cff8c!important}.detail-replies-title-row{align-items:center!important;gap:12px!important;margin:4px 0 20px!important;display:flex!important}.detail-replies-title-row h2{color:#fff!important;margin:0!important;font-size:22px!important;font-weight:900!important}.reply-badge-count{color:#fff!important;background:#a855f7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:28px!important;height:28px!important;padding:0 10px!important;font-size:14px!important;font-weight:900!important;display:inline-flex!important}.detail-reply-list{flex-direction:column!important;gap:18px!important;margin-bottom:20px!important;display:flex!important}.detail-reply-card{background:#301b4ec7!important;border:1px solid #a65eff38!important;border-radius:22px!important;padding:24px 26px!important}.detail-reply-card-head{justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:14px!important;display:flex!important}.detail-reply-head-left{align-items:center!important;gap:16px!important;display:flex!important}.detail-reply-avatar{color:#fff!important;background:linear-gradient(135deg,#06b6d4,#3b82f6)!important;border-radius:16px!important;flex-shrink:0!important;place-items:center!important;width:50px!important;height:50px!important;font-size:16px!important;font-weight:900!important;display:grid!important}.detail-reply-name-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.detail-reply-name-row strong{color:#fff!important;font-size:16px!important;font-weight:900!important}.detail-role-pill{color:#22d3ee!important;background:#06b6d429!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:0 10px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.detail-reply-time{color:#ffffff7a!important;white-space:nowrap!important;font-size:13px!important}.detail-reply-text{color:#ffffffb8!important;margin:0!important;font-size:16px!important;line-height:1.7!important}.detail-composer-wrap{background:#2813438f!important;border:1px dashed #a65eff47!important;border-radius:24px!important;margin-top:18px!important;padding:24px!important}.detail-composer-form textarea{color:#fff!important;resize:vertical!important;background:#210f38db!important;border:1px solid #a65eff42!important;border-radius:16px!important;outline:none!important;width:100%!important;min-height:130px!important;padding:16px 18px!important;font-size:16px!important}.detail-composer-form textarea::placeholder{color:#ffffff61!important}.detail-composer-footer{justify-content:flex-end!important;margin-top:18px!important;display:flex!important}.detail-send-button{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border:none!important;border-radius:14px!important;min-width:112px!important;height:48px!important;font-size:16px!important;font-weight:900!important;box-shadow:0 12px 28px #ec48992e!important}.topic-title-with-status{flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin-bottom:8px!important;display:flex!important}.complaint-visible-status{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:27px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.complaint-visible-status.active{color:#fbbf24!important;background:#fbbf2424!important;border:1px solid #fbbf2457!important;box-shadow:0 0 14px #fbbf241f!important}.complaint-visible-status.resolved{color:#34d399!important;background:#10b98124!important;border:1px solid #10b98157!important;box-shadow:0 0 14px #10b9811f!important}.complaint-visible-status.closed{color:#f87171!important;background:#ef444424!important;border:1px solid #ef444457!important}.detail-attachment-title{color:#fff!important;margin:0 0 14px!important;font-size:18px!important;font-weight:900!important}.detail-attachment-grid{grid-template-columns:repeat(auto-fit,minmax(180px,230px))!important;gap:16px!important;margin-bottom:26px!important;display:grid!important}.detail-attachment-card{color:#f3f4f6!important;background:#ffffff0d!important;border:1px solid #a855f747!important;border-radius:18px!important;text-decoration:none!important;transition:all .22s!important;display:block!important;overflow:hidden!important}.detail-attachment-card:hover{border-color:#a855f78c!important;transform:translateY(-2px)!important}.detail-attachment-card img{object-fit:cover!important;background:#120e1a!important;width:100%!important;height:170px!important;display:block!important}.detail-attachment-card span{color:#ffffffad!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding:11px 12px!important;font-size:13px!important;font-weight:700!important;display:block!important;overflow:hidden!important}.detail-pdf-preview{color:#ec4899!important;background:#ffffff0a!important;place-items:center!important;height:170px!important;font-size:28px!important;font-weight:900!important;display:grid!important}.admin-page{color:#f3f4f6;background:radial-gradient(circle at 20% 20%,#a855f714,#0000 34%),radial-gradient(circle at 80% 80%,#ec48990f,#0000 34%),linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);min-height:100vh;padding:32px}.admin-shell{max-width:1320px;margin:0 auto}.admin-card{background:#1e1432b8;border:1px solid #a855f73d;border-radius:24px;max-width:620px;margin:80px auto;padding:30px}.admin-topbar{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.admin-back-link{color:#b56cff;margin-bottom:14px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.admin-topbar h1,.admin-card h1{margin:0 0 8px;font-size:34px;font-weight:900}.admin-topbar p,.admin-muted{color:#fff9}.admin-refresh-button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #a855f757;border-radius:12px;height:44px;padding:0 18px;font-weight:800}.admin-refresh-button:hover{border-color:#a855f7a6}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:24px;display:grid}.admin-stat-card{background:#1e1432b8;border:1px solid #a855f738;border-radius:20px;padding:22px}.admin-stat-card span{color:#ffffff94;margin-bottom:10px;font-size:13px;font-weight:800;display:block}.admin-stat-card strong{color:#fff;font-size:34px;font-weight:900}.admin-stat-card.warning strong{color:#fbbf24}.admin-stat-card.success strong{color:#34d399}.admin-stat-card.purple strong{color:#a855f7}.admin-table-card{background:#1e1432b8;border:1px solid #a855f738;border-radius:24px;overflow:hidden}.admin-table-header{border-bottom:1px solid #a855f729;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.admin-table-header h2{margin:0;font-size:22px}.admin-table-header span{color:#ffffff8c}.admin-empty{color:#ffffffa6;padding:30px}.admin-complaint-list{flex-direction:column;display:flex}.admin-complaint-row{border-bottom:1px solid #a855f71f;grid-template-columns:minmax(0,1fr) 270px;gap:20px;padding:22px 24px;display:grid}.admin-complaint-row:last-child{border-bottom:none}.admin-row-top{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.admin-row-top h3{color:#fff;margin:0;font-size:18px}.admin-complaint-main p{color:#ffffff9e;margin:0 0 12px;line-height:1.6}.admin-row-meta{flex-wrap:wrap;gap:10px;display:flex}.admin-row-meta span{color:#ffffff94;background:#ffffff0d;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.admin-status{border-radius:999px;align-items:center;min-height:25px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.admin-status.active{color:#fbbf24;background:#fbbf2424;border:1px solid #fbbf244d}.admin-status.resolved{color:#34d399;background:#10b98124;border:1px solid #10b9814d}.admin-status.closed{color:#f87171;background:#ef444424;border:1px solid #ef44444d}.admin-row-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-row-actions select{color:#fff;background:#151220;border:1px solid #a855f74d;border-radius:12px;outline:none;min-width:140px;height:42px;padding:0 12px}.admin-open-button{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:12px;justify-content:center;align-items:center;height:42px;padding:0 14px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}@media (max-width:900px){.admin-page{padding:18px}.admin-topbar{flex-direction:column;align-items:flex-start}.admin-complaint-row{grid-template-columns:1fr}.admin-row-actions{flex-wrap:wrap;justify-content:flex-start}}.profile-page{color:#f3f4f6;background:radial-gradient(circle at 20% 20%,#a855f714,#0000 34%),radial-gradient(circle at 80% 80%,#ec48990f,#0000 34%),linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);min-height:100vh;padding:32px}.profile-shell{max-width:1220px;margin:0 auto}.profile-card{background:#1e1432b8;border:1px solid #a855f73d;border-radius:24px;max-width:620px;margin:80px auto;padding:30px}.profile-back-link{color:#b56cff;margin-bottom:14px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.profile-topbar{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.profile-topbar h1{margin:0 0 8px;font-size:36px;font-weight:900}.profile-topbar p{color:#fff9}.profile-top-actions{align-items:center;gap:12px;display:flex}.profile-primary-button,.profile-admin-button,.profile-open-button,.profile-save-button{color:#fff;cursor:pointer;border:none;border-radius:13px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.profile-primary-button,.profile-save-button,.profile-open-button{background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 12px 28px #ec489929}.profile-admin-button{background:#ffffff0a;border:1px solid #a855f757}.profile-grid{grid-template-columns:320px minmax(0,1fr);gap:18px;margin-bottom:18px;display:grid}.profile-side-card,.profile-main-card,.profile-stat-card,.profile-complaints-card{background:#1e1432b8;border:1px solid #a855f738;border-radius:24px}.profile-side-card{text-align:center;padding:28px}.profile-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:26px;place-items:center;width:86px;height:86px;margin:0 auto 18px;font-size:28px;font-weight:900;display:grid;box-shadow:0 16px 34px #ec48992e}.profile-side-card h2{margin:0 0 6px;font-size:24px}.profile-side-card p{color:#ffffff94;word-break:break-word;margin-bottom:14px}.profile-role-pill{color:#22d3ee;background:#06b6d424;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.profile-mini-stats{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.profile-mini-stats div{background:#ffffff0a;border-radius:16px;padding:14px}.profile-mini-stats strong{color:#fff;font-size:24px;display:block}.profile-mini-stats span{color:#ffffff8c;font-size:12px;font-weight:800}.profile-main-card{padding:26px}.profile-main-card h2{margin:0 0 18px;font-size:22px}.profile-form{gap:16px;display:grid}.profile-form label{color:#ffffffb8;flex-direction:column;gap:8px;font-size:14px;font-weight:900;display:flex}.profile-form input{color:#fff;background:#ffffff0b;border:1px solid #a855f747;border-radius:13px;outline:none;height:46px;padding:0 14px}.profile-form input:disabled{opacity:.62;cursor:not-allowed}.profile-form input:focus{border-color:#a855f7;box-shadow:0 0 18px #a855f729}.profile-save-button{justify-self:flex-start}.profile-save-button:disabled{opacity:.65;cursor:not-allowed}.profile-stats-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:14px;margin-bottom:18px;display:grid}.profile-stat-card{padding:20px}.profile-stat-card span{color:#ffffff94;margin-bottom:10px;font-size:13px;font-weight:900;display:block}.profile-stat-card strong{color:#fff;font-size:32px;font-weight:900}.profile-stat-card.warning strong{color:#fbbf24}.profile-stat-card.success strong{color:#34d399}.profile-stat-card.purple strong{color:#a855f7}.profile-complaints-card{overflow:hidden}.profile-section-header{border-bottom:1px solid #a855f729;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.profile-section-header h2{margin:0;font-size:22px}.profile-section-header span{color:#ffffff8c}.profile-empty{color:#ffffff9e;padding:28px}.profile-complaint-list{flex-direction:column;display:flex}.profile-complaint-row{border-bottom:1px solid #a855f71f;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:22px 24px;display:grid}.profile-complaint-row:last-child{border-bottom:none}.profile-row-title{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:9px;display:flex}.profile-row-title h3{color:#fff;margin:0;font-size:18px}.profile-complaint-main p{color:#ffffff9e;margin:0 0 12px;line-height:1.6}.profile-row-meta{flex-wrap:wrap;gap:9px;display:flex}.profile-row-meta span{color:#ffffff94;background:#ffffff0d;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.profile-status{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.profile-status.active{color:#fbbf24;background:#fbbf2424;border:1px solid #fbbf244d}.profile-status.resolved{color:#34d399;background:#10b98124;border:1px solid #10b9814d}.profile-status.closed{color:#f87171;background:#ef444424;border:1px solid #ef44444d}@media (max-width:900px){.profile-page{padding:18px}.profile-topbar{flex-direction:column;align-items:flex-start}.profile-top-actions{flex-wrap:wrap}.profile-grid,.profile-complaint-row{grid-template-columns:1fr}.profile-open-button{justify-self:flex-start}}.btn-admin{color:#67e8f9;background:#06b6d41f;border:1px solid #06b6d459;box-shadow:0 8px 24px #06b6d414}.btn-admin:hover{color:#fff;background:#06b6d42e;border-color:#06b6d4a6}.admin-tabs{background:#1e1432b8;border:1px solid #a855f733;border-radius:16px;gap:10px;margin:0 0 18px;padding:6px;display:inline-flex}.admin-tabs button{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:12px;min-height:38px;padding:0 18px;font-size:14px;font-weight:900}.admin-tabs button.active{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899)}.admin-user-list{flex-direction:column;display:flex}.admin-user-row{border-bottom:1px solid #a855f71f;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:20px;padding:22px 24px;display:grid}.admin-user-row:last-child{border-bottom:none}.admin-user-main{align-items:center;gap:16px;min-width:0;display:flex}.admin-user-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:16px;font-weight:900;display:grid}@media (max-width:900px){.admin-user-row{grid-template-columns:1fr}.admin-user-main{align-items:flex-start}.admin-tabs{width:100%}.admin-tabs button{flex:1}}.admin-filter-bar{background:#1e14329e;border:1px solid #a855f72e;border-radius:18px;grid-template-columns:minmax(260px,1fr) auto auto;gap:12px;margin-bottom:18px;padding:14px;display:grid}.admin-filter-bar input,.admin-filter-bar select{color:#fff;background:#151220;border:1px solid #a855f742;border-radius:12px;outline:none;height:44px;padding:0 13px;font-size:14px;font-weight:700}.admin-filter-bar input::placeholder{color:#ffffff61}.admin-filter-bar input:focus,.admin-filter-bar select:focus{border-color:#a855f7;box-shadow:0 0 16px #a855f724}@media (max-width:900px){.admin-filter-bar{grid-template-columns:1fr}}.btn-profile{color:#d8b4fe;background:#a855f71f;border:1px solid #a855f759;box-shadow:0 8px 24px #a855f714}.btn-profile:hover{color:#fff;background:#a855f72e;border-color:#a855f7a6}.community-page{color:#f3f4f6;background:radial-gradient(circle at 20% 20%,#a855f714,#0000 34%),radial-gradient(circle at 80% 80%,#ec48990f,#0000 34%),linear-gradient(135deg,#0d0b14 0%,#151220 50%,#1a0a20 100%);min-height:100vh;padding:32px}.community-shell{max-width:1240px;margin:0 auto}.community-topbar{margin-bottom:24px}.community-back-link{color:#b56cff;margin-bottom:14px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.community-topbar h1{margin:0 0 8px;font-size:36px;font-weight:900}.community-topbar p{color:#ffffff9e;margin:0}.community-empty{color:#ffffffad;background:#1e14328f;border:1px dashed #a855f747;border-radius:22px;padding:34px}.promotion-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.promotion-card{background:#1e1432b8;border:1px solid #a855f73d;border-radius:24px;overflow:hidden}.promotion-card img,.promotion-placeholder{object-fit:cover;color:#fff;background:linear-gradient(135deg,#a855f73d,#ec48992e);place-items:center;width:100%;height:190px;font-size:22px;font-weight:900;display:grid}.promotion-body{padding:22px}.promotion-type,.announcement-pinned{color:#fbbf24;background:#fbbf2424;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.promotion-type.tournament{color:#34d399;background:#10b98124;border-color:#10b9814d}.promotion-body h2,.announcement-card h2,.chat-create-card h2{color:#fff;margin:14px 0 10px;font-size:22px}.promotion-body p,.announcement-card p{color:#ffffffa8;line-height:1.65}.promotion-date{color:#ffffff85;flex-direction:column;gap:4px;margin:14px 0;font-size:13px;display:flex}.promotion-button{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:12px;align-items:center;min-height:42px;padding:0 14px;font-weight:900;text-decoration:none;display:inline-flex}.announcement-list{flex-direction:column;gap:16px;display:flex}.announcement-card{background:#1e1432b8;border:1px solid #a855f73d;border-radius:24px;padding:24px}.announcement-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.announcement-card h2{margin:0}.announcement-date{color:#ffffff75;font-size:13px;font-weight:800}.leaderboard-list{flex-direction:column;gap:14px;display:flex}.leaderboard-card{color:inherit;background:#1e1432b8;border:1px solid #a855f73d;border-radius:22px;grid-template-columns:70px 58px minmax(0,1fr) 110px;align-items:center;gap:16px;padding:20px;text-decoration:none;display:grid}.leaderboard-rank{color:#a855f7;font-size:24px;font-weight:900}.leaderboard-avatar{color:#fff;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:16px;place-items:center;width:52px;height:52px;font-weight:900;display:grid}.leaderboard-title-row{align-items:center;gap:12px;display:flex}.leaderboard-title-row h2{margin:0;font-size:18px}.leaderboard-category,.chat-topic-category{border:1px solid;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.leaderboard-main p{color:#ffffff9e;margin:8px 0}.leaderboard-meta,.chat-topic-meta{flex-wrap:wrap;gap:8px;display:flex}.leaderboard-meta span,.chat-topic-meta span{color:#ffffff8f;background:#ffffff0d;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.leaderboard-score{text-align:right}.leaderboard-score strong{color:#34d399;font-size:28px;font-weight:900;display:block}.leaderboard-score span{color:#ffffff80}.chat-create-card,.chat-filter-card{background:#1e1432b8;border:1px solid #a855f738;border-radius:24px;margin-bottom:18px;padding:22px}.chat-create-form{gap:12px;display:grid}.chat-create-form input,.chat-create-form select,.chat-create-form textarea,.chat-filter-card input{color:#fff;background:#151220;border:1px solid #a855f742;border-radius:14px;outline:none;padding:13px 14px;font-size:15px}.chat-create-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:13px;justify-self:flex-start;min-height:44px;padding:0 16px;font-weight:900}.chat-filter-card{flex-wrap:wrap;gap:10px;display:flex}.chat-filter-card input{flex:1;min-width:260px}.chat-filter-card button{color:#ffffff9e;cursor:pointer;background:0 0;border:1px solid #a855f742;border-radius:999px;min-height:42px;padding:0 14px;font-weight:900}.chat-filter-card button.active{color:#fff;background:#a855f738}.chat-topic-list{flex-direction:column;gap:14px;display:flex}.chat-topic-card{color:inherit;background:#1e1432b8;border:1px solid #a855f73d;border-radius:22px;grid-template-columns:58px minmax(0,1fr);gap:16px;padding:20px;text-decoration:none;display:grid}.chat-topic-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:16px;place-items:center;width:52px;height:52px;font-weight:900;display:grid}.chat-topic-head{align-items:center;gap:12px;display:flex}.chat-topic-head h2{margin:0;font-size:20px}.chat-topic-main p{color:#ffffffa3;line-height:1.6}@media (max-width:800px){.community-page{padding:18px}.leaderboard-card{grid-template-columns:1fr}.leaderboard-score{text-align:left}.chat-topic-card{grid-template-columns:1fr}}.chat-page-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.chat-main-column,.chat-side-column{min-width:0}.chat-side-column{position:sticky;top:22px}.chat-highlight-card{background:radial-gradient(circle at 0 0,#a855f72e,#0000 36%),#1e1432b8;border:1px solid #a855f73d;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:24px;display:flex}.chat-highlight-label{color:#fbbf24;background:#fbbf2424;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.chat-highlight-card h2{color:#fff;margin:12px 0 8px;font-size:24px;font-weight:900}.chat-highlight-card p{color:#ffffff9e;max-width:720px;margin:0;line-height:1.65}.chat-highlight-button{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;min-height:46px;padding:0 16px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 28px #ec489929}.chat-weekly-best-card{color:inherit;background:#fbbf2412;border:1px solid #fbbf243d;border-radius:22px;grid-template-columns:54px minmax(0,1fr) 90px;align-items:center;gap:16px;margin-bottom:16px;padding:18px;text-decoration:none;display:grid}.chat-weekly-icon{color:#fbbf24;background:#fbbf2429;border-radius:16px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:900;display:grid}.chat-weekly-best-card span{color:#fbbf24;font-size:13px;font-weight:900}.chat-weekly-best-card h2{color:#fff;margin:5px 0;font-size:18px;font-weight:900}.chat-weekly-best-card p{color:#ffffff94;margin:0;line-height:1.5}.chat-weekly-score{text-align:right}.chat-weekly-score strong{color:#34d399;font-size:26px;font-weight:900;display:block}.chat-weekly-score small{color:#ffffff85;font-weight:800}.chat-filter-card.compact{margin-bottom:16px}.chat-create-card.side{margin-bottom:0}.chat-create-card.side h2{margin-top:0}.chat-create-info{color:#ffffff94;margin:-4px 0 14px;font-size:14px;line-height:1.55}.chat-file-input{color:#ffffffad;flex-direction:column;gap:8px;font-size:13px;font-weight:900;display:flex}.chat-file-input input{cursor:pointer}.chat-selected-files{flex-direction:column;gap:7px;display:flex}.chat-selected-files span{color:#ffffffb3;word-break:break-word;background:#ffffff0f;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:800}.chat-topic-card:hover,.chat-weekly-best-card:hover,.chat-highlight-button:hover{transform:translateY(-1px)}.chat-topic-card,.chat-weekly-best-card,.chat-highlight-button{transition:all .22s}@media (max-width:1100px){.chat-page-grid{grid-template-columns:1fr}.chat-side-column{position:static}}@media (max-width:700px){.chat-highlight-card{flex-direction:column;align-items:flex-start}.chat-weekly-best-card{grid-template-columns:1fr}.chat-weekly-score{text-align:left}}.chat-detail-topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.chat-detail-leaderboard-link{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf2457;border-radius:13px;align-items:center;min-height:42px;padding:0 15px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.chat-detail-topic-card,.chat-detail-info-card,.chat-detail-composer-card{background:radial-gradient(circle at 0 0,#a855f71f,#0000 36%),#1e1432b8;border:1px solid #a855f73d;border-radius:26px;margin-bottom:18px;padding:28px}.chat-detail-topic-head{align-items:center;gap:18px;margin-bottom:22px;display:flex}.chat-detail-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:20px;flex-shrink:0;place-items:center;width:66px;height:66px;font-size:22px;font-weight:900;display:grid}.chat-detail-topic-meta-top{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.chat-detail-topic-meta-top strong{color:#fff;font-size:18px;font-weight:900}.chat-detail-topic-meta-top span{color:#ffffff8a;font-size:13px;font-weight:800}.chat-detail-category-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chat-detail-score-pill{color:#34d399;background:#10b98121;border:1px solid #10b98147;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.chat-detail-topic-card h1{color:#fff;margin:0 0 16px;font-size:34px;font-weight:900;line-height:1.15}.chat-detail-content-text{color:#ffffffb8;margin:0 0 24px;font-size:16px;line-height:1.75}.chat-detail-attachments h2{color:#fff;margin:0 0 14px;font-size:18px}.chat-detail-attachment-grid{grid-template-columns:repeat(auto-fit,minmax(170px,230px));gap:14px;margin-bottom:20px;display:grid}.chat-detail-attachment-grid.small{grid-template-columns:repeat(auto-fit,minmax(150px,190px));margin:14px 0 0}.chat-detail-attachment-card{color:#f3f4f6;background:#ffffff0d;border:1px solid #a855f747;border-radius:18px;text-decoration:none;transition:all .22s;display:block;overflow:hidden}.chat-detail-attachment-card:hover{border-color:#a855f794;transform:translateY(-2px)}.chat-detail-attachment-card img{object-fit:cover;background:#120e1a;width:100%;height:160px;display:block}.chat-detail-attachment-card span{color:#ffffffad;text-overflow:ellipsis;white-space:nowrap;padding:10px 11px;font-size:12px;font-weight:800;display:block;overflow:hidden}.chat-detail-file-preview{color:#ec4899;background:#ffffff0a;place-items:center;height:160px;font-size:22px;font-weight:900;display:grid}.chat-detail-stats{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.chat-detail-stats span{color:#ffffff94;background:#ffffff0e;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.chat-admin-danger-button,.chat-reply-hide-button{color:#fca5a5;cursor:pointer;background:#ef44441f;border:1px solid #ef444457;border-radius:12px;font-weight:900}.chat-admin-danger-button{min-height:42px;margin-top:20px;padding:0 14px}.chat-reply-hide-button{min-height:34px;padding:0 10px;font-size:12px}.chat-detail-info-card{background:radial-gradient(circle at 0 0,#fbbf241f,#0000 35%),#1e1432b8;border-color:#fbbf243d}.chat-detail-info-card strong{color:#fbbf24;margin-bottom:8px;font-size:16px;font-weight:900;display:block}.chat-detail-info-card p{color:#ffffffa8;margin:0;line-height:1.65}.chat-detail-replies-section{margin-bottom:18px}.chat-detail-section-head{justify-content:space-between;align-items:center;margin:26px 0 16px;display:flex}.chat-detail-section-head h2{color:#fff;margin:0;font-size:24px;font-weight:900}.chat-detail-section-head span{color:#ffffff8a;font-weight:800}.chat-detail-reply-list{flex-direction:column;gap:14px;display:flex}.chat-detail-reply-card{background:#1e1432b8;border:1px solid #a855f738;border-radius:22px;padding:20px}.chat-detail-reply-card.admin{background:#06b6d412;border-color:#06b6d43d}.chat-detail-reply-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.chat-detail-reply-left{align-items:center;gap:14px;display:flex}.chat-detail-reply-avatar{color:#fff;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:15px;flex-shrink:0;place-items:center;width:48px;height:48px;font-weight:900;display:grid}.chat-detail-reply-name{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.chat-detail-reply-name strong{color:#fff;font-weight:900}.chat-detail-reply-name span{color:#22d3ee;background:#06b6d424;border-radius:999px;align-items:center;min-height:22px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}.chat-detail-reply-card small{color:#ffffff75;margin-top:4px;font-weight:700;display:block}.chat-detail-reply-card p{color:#ffffffb3;margin:0;line-height:1.7}.chat-detail-composer-card h2{color:#fff;margin:0 0 16px;font-size:22px;font-weight:900}.chat-detail-composer-form{gap:12px;display:grid}.chat-detail-composer-form textarea{color:#fff;resize:vertical;background:#151220;border:1px solid #a855f742;border-radius:16px;outline:none;width:100%;min-height:130px;padding:15px;font-size:15px}.chat-detail-composer-form textarea::placeholder{color:#ffffff61}.chat-detail-composer-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:13px;justify-self:flex-start;min-height:44px;padding:0 16px;font-weight:900}.chat-detail-composer-form button:disabled{opacity:.65;cursor:not-allowed}@media (max-width:700px){.chat-detail-topbar{flex-direction:column;align-items:flex-start}.chat-detail-topic-head{align-items:flex-start}.chat-detail-topic-card h1{font-size:27px}.chat-detail-reply-head{align-items:flex-start}.chat-detail-attachment-grid{grid-template-columns:1fr}}.custom-file-upload{cursor:pointer;width:fit-content;display:inline-flex}.custom-file-upload input{display:none}.custom-file-upload span{color:#d8b4fe;background:#a855f729;border:1px solid #a855f76b;border-radius:13px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:900;transition:all .2s;display:inline-flex}.custom-file-upload:hover span{color:#fff;background:#a855f73d;border-color:#a855f7b8}.chat-detail-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.chat-like-button{color:#f9a8d4;cursor:pointer;background:#ec48991f;border:1px solid #ec48995c;border-radius:13px;min-height:42px;padding:0 16px;font-size:14px;font-weight:900;transition:all .2s}.chat-like-button:hover{color:#fff;background:#ec489933;border-color:#ec4899ad}.chat-like-button.active{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-color:#ec4899b3;box-shadow:0 12px 28px #ec489929}.chat-like-button:disabled{opacity:.65;cursor:not-allowed}.admin-manage-create-card{background:#1e1432b8;border:1px solid #a855f738;border-radius:24px;margin-bottom:18px;padding:24px}.admin-manage-create-card h2{color:#fff;margin:0 0 18px;font-size:22px;font-weight:900}.admin-manage-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-manage-form-grid label{color:#ffffffad;flex-direction:column;gap:8px;font-size:13px;font-weight:900;display:flex}.admin-manage-form-grid input,.admin-manage-form-grid select,.admin-manage-form-grid textarea{color:#fff;background:#151220;border:1px solid #a855f742;border-radius:13px;outline:none;padding:13px 14px;font-size:14px;font-weight:700}.admin-manage-form-grid textarea{resize:vertical;min-height:120px}.admin-manage-form-grid input:focus,.admin-manage-form-grid select:focus,.admin-manage-form-grid textarea:focus{border-color:#a855f7;box-shadow:0 0 16px #a855f724}.admin-manage-wide{grid-column:1/-1}.admin-checkbox-label{justify-content:center}.admin-checkbox-label input{width:18px;height:18px}.admin-manage-file-label small{color:#ffffff8c;word-break:break-word;font-size:12px}.admin-manage-submit{border:none;margin-top:16px}.admin-danger-small-button{color:#fca5a5;cursor:pointer;background:#ef44441f;border:1px solid #ef444457;border-radius:12px;min-height:38px;padding:0 13px;font-weight:900}.admin-danger-small-button:hover{background:#ef44442e;border-color:#ef4444b3}.admin-promotion-list{flex-direction:column;display:flex}.admin-promotion-row{border-bottom:1px solid #a855f71f;grid-template-columns:170px minmax(0,1fr) 260px;align-items:center;gap:18px;padding:22px 24px;display:grid}.admin-promotion-row:last-child{border-bottom:none}.admin-promotion-image{color:#d8b4fe;background:#a855f724;border:1px solid #a855f738;border-radius:18px;place-items:center;width:170px;height:105px;font-weight:900;display:grid;overflow:hidden}.admin-promotion-image img{object-fit:cover;width:100%;height:100%}@media (max-width:1000px){.admin-manage-form-grid,.admin-promotion-row{grid-template-columns:1fr}.admin-promotion-image{width:100%;max-width:320px}}.admin-management-shortcuts{flex-wrap:wrap;gap:12px;margin:0 0 18px;display:flex}.admin-management-shortcuts a{color:#d8b4fe;background:#1e1432b8;border:1px solid #a855f74d;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex}.admin-management-shortcuts a:hover{color:#fff;background:#a855f729;border-color:#a855f7a6}.announcement-image{object-fit:cover;border:1px solid #a855f738;border-radius:18px;width:100%;max-height:320px;margin-bottom:18px;display:block}.admin-announcement-thumb{background:#a855f71f;border:1px solid #a855f738;border-radius:16px;flex-shrink:0;width:160px;height:100px;overflow:hidden}.admin-announcement-thumb img{object-fit:cover;width:100%;height:100%}.admin-inline-edit{width:100%}.admin-edit-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.admin-complaint-row:has(.admin-announcement-thumb){grid-template-columns:160px minmax(0,1fr) 280px}@media (max-width:1000px){.admin-complaint-row:has(.admin-announcement-thumb){grid-template-columns:1fr}.admin-announcement-thumb{width:100%;max-width:320px;height:180px}}.admin-inline-edit.promotion-edit{grid-column:1/-1;width:100%}.home-content{padding-bottom:60px}.home-sidebar-card{border-top:1px solid #a855f71f}.home-sidebar-text{color:#ffffff8c;margin:0 0 14px;font-size:14px;line-height:1.55}.home-sidebar-button{color:#d8b4fe;background:#a855f729;border:1px solid #a855f752;border-radius:12px;justify-content:center;align-items:center;min-height:40px;padding:0 13px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.home-hero{background:radial-gradient(circle at 0 0,#a855f738,#0000 38%),radial-gradient(circle at 100% 100%,#ec489924,#0000 34%),#1e1432b8;border:1px solid #a855f740;border-radius:28px;grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;gap:20px;margin-bottom:20px;padding:30px;display:grid}.home-eyebrow{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.home-hero h1{color:#fff;max-width:850px;margin:16px 0 12px;font-size:42px;font-weight:950;line-height:1.12}.home-hero p{color:#ffffffa3;max-width:820px;margin:0;font-size:16px;line-height:1.7}.home-hero-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.home-primary-link,.home-secondary-link{border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.home-primary-link{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 16px 34px #ec489929}.home-secondary-link{color:#d8b4fe;background:#a855f71a;border:1px solid #a855f766}.home-hero-panel{background:#fbbf2414;border:1px solid #fbbf2442;border-radius:24px;flex-direction:column;justify-content:center;padding:22px;display:flex}.home-hero-panel span{color:#fbbf24;font-size:13px;font-weight:900}.home-hero-panel strong{color:#34d399;margin:14px 0 8px;font-size:48px;font-weight:950;line-height:1;display:block}.home-hero-panel p{color:#fff;margin:0 0 8px;font-size:16px;font-weight:900;line-height:1.45}.home-hero-panel small{color:#ffffff8c;font-weight:800}.home-module-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.home-module-card{color:inherit;background:#1e1432b8;border:1px solid #a855f73b;border-radius:22px;padding:22px;text-decoration:none;transition:all .22s}.home-module-card:hover{background:#281941db;border-color:#a855f78c;transform:translateY(-2px)}.home-module-icon{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:15px;place-items:center;width:46px;height:46px;margin-bottom:16px;font-size:22px;font-weight:900;display:grid}.home-module-card h2{color:#fff;margin:0 0 10px;font-size:19px;font-weight:900;line-height:1.25}.home-module-card p{color:#ffffff94;margin:0;font-size:14px;line-height:1.55}.home-section{background:#1e1432a3;border:1px solid #a855f738;border-radius:24px;margin-bottom:20px;padding:22px}.home-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.home-section-head h2{color:#fff;margin:0 0 5px;font-size:24px;font-weight:950}.home-section-head p{color:#ffffff85;margin:0;font-size:14px}.home-section-head a{color:#d8b4fe;flex-shrink:0;font-size:14px;font-weight:900;text-decoration:none}.home-empty-card{color:#fff9;background:#ffffff09;border:1px dashed #a855f747;border-radius:18px;padding:24px;font-weight:800}.home-promo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-promo-card{color:inherit;background:#0f0c18b3;border:1px solid #a855f733;border-radius:20px;text-decoration:none;overflow:hidden}.home-promo-card img,.home-promo-placeholder{object-fit:cover;color:#fff;background:linear-gradient(135deg,#a855f73d,#ec48992e);place-items:center;width:100%;height:150px;font-size:22px;font-weight:900;display:grid}.home-promo-card>div{padding:18px}.home-badge{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.home-badge.yellow{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d}.home-badge.green{color:#34d399;background:#10b98121;border:1px solid #10b9814d}.home-promo-card h3,.home-announcement-card h3,.home-leader-card h3{color:#fff;margin:12px 0 8px;font-size:18px;font-weight:900}.home-promo-card p,.home-announcement-card p{color:#ffffff94;margin:0;line-height:1.55}.home-two-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;display:grid}.home-two-column .home-section{margin-bottom:0}.home-announcement-list,.home-leader-list{flex-direction:column;gap:12px;display:flex}.home-announcement-card{color:inherit;background:#0f0c188f;border:1px solid #a855f729;border-radius:18px;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:14px;padding:14px;text-decoration:none;display:grid}.home-announcement-card img{object-fit:cover;border-radius:14px;width:110px;height:80px}.home-card-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.home-card-title-row h3{margin:0}.home-announcement-card small{color:#ffffff6b;margin-top:9px;font-weight:800;display:block}.home-leader-card{color:inherit;background:#0f0c188f;border:1px solid #a855f729;border-radius:18px;grid-template-columns:42px 48px minmax(0,1fr) 70px;align-items:center;gap:12px;padding:14px;text-decoration:none;display:grid}.home-leader-rank{color:#a855f7;font-size:18px;font-weight:950}.home-leader-avatar{color:#fff;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.home-leader-card h3{margin:0 0 7px;font-size:16px}.home-leader-meta{flex-wrap:wrap;gap:7px;display:flex}.home-leader-meta span{color:#ffffff80;font-size:12px;font-weight:800}.home-leader-score{text-align:right}.home-leader-score strong{color:#34d399;font-size:21px;font-weight:950;display:block}.home-leader-score span{color:#ffffff73;font-size:12px;font-weight:800}.home-support-card{background:radial-gradient(circle at 0 0,#ec489921,#0000 34%),#1e1432b3;border:1px solid #ec489938;border-radius:26px;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding:26px;display:flex}.home-support-card h2{color:#fff;margin:14px 0 8px;font-size:26px;font-weight:950}.home-support-card p{color:#ffffff9e;max-width:700px;margin:0;line-height:1.6}@media (max-width:1200px){.home-module-grid,.home-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero,.home-two-column{grid-template-columns:1fr}}@media (max-width:760px){.home-module-grid,.home-promo-grid{grid-template-columns:1fr}.home-hero{padding:22px}.home-hero h1{font-size:32px}.home-announcement-card{grid-template-columns:1fr}.home-announcement-card img{width:100%;height:170px}.home-leader-card{grid-template-columns:1fr}.home-leader-score{text-align:left}.home-support-card{flex-direction:column;align-items:flex-start}}.sidebar-complaint-link{background:radial-gradient(circle at 0 0,#ec489938,#0000 45%),#a855f729;border:1px solid #ec489961;margin-top:10px;box-shadow:0 14px 28px #ec48991a;color:#fff!important}.sidebar-complaint-link span{color:#f9a8d4}.sidebar-complaint-link:hover{background:radial-gradient(circle at 0 0,#ec489952,#0000 45%),#a855f73d;border-color:#ec4899bf;transform:translateY(-1px)}.home-sidebar-button{color:#fff;background:linear-gradient(135deg,#a855f7f2,#ec4899e0);border:1px solid #ec48998c;border-radius:16px;width:100%;min-height:52px;font-size:15px;box-shadow:0 14px 30px #ec489929}.home-sidebar-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.complaint-file-upload{margin-top:6px}.complaint-file-upload span{color:#fff;background:linear-gradient(135deg,#a855f7e6,#ec4899d9);border:1px solid #ec48998c;border-radius:14px;min-height:48px;padding:0 18px;box-shadow:0 14px 28px #ec489924}.complaint-file-upload:hover span{filter:brightness(1.08);transform:translateY(-1px)}.complaint-file-empty{color:#ffffff70;margin:10px 0 0;font-size:13px;font-weight:800}.home-announcement-list{gap:14px}.home-announcement-card{color:inherit;background:radial-gradient(circle at 0 0,#a855f71f,#0000 38%),#100c1ab8;border:1px solid #a855f738;border-radius:22px;padding:18px;text-decoration:none;transition:all .22s;position:relative;overflow:hidden}.home-announcement-card:hover{background:radial-gradient(circle at 0 0,#a855f72e,#0000 38%),#181126db;border-color:#a855f78c;transform:translateY(-2px)}.home-announcement-card.has-image{grid-template-columns:140px minmax(0,1fr);align-items:center;gap:16px;display:grid}.home-announcement-card.no-image{padding:22px;display:block}.home-announcement-card.no-image:before{content:"Duyuru";color:#22d3ee;background:#06b6d41f;border:1px solid #06b6d447;border-radius:999px;align-items:center;min-height:28px;margin-bottom:12px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.home-announcement-card img{object-fit:cover;border:1px solid #a855f738;border-radius:16px;width:140px;height:96px}.home-card-title-row{align-items:flex-start}.home-card-title-row h3{color:#fff;max-width:100%;margin:0;font-size:19px;font-weight:950;line-height:1.25}.home-announcement-card p{color:#ffffff94;margin:9px 0 0;font-size:14px;line-height:1.55}.home-announcement-card small{color:#ffffff6b;margin-top:14px;font-size:12px;font-weight:900;display:inline-flex}.home-announcement-card .home-badge{flex-shrink:0}@media (max-width:760px){.home-announcement-card.has-image{grid-template-columns:1fr}.home-announcement-card img{width:100%;height:170px}}.profile-leader-mini{text-align:center;background:radial-gradient(circle at 0 0,#fbbf2429,#0000 42%),#fbbf2412;border:1px solid #fbbf2452;border-radius:22px;width:100%;margin-top:22px;padding:18px}.profile-leader-mini span{color:#fbbf24;letter-spacing:.01em;margin-bottom:10px;font-size:13px;font-weight:900;display:block}.profile-leader-mini strong{color:#34d399;margin-bottom:10px;font-size:42px;font-weight:950;line-height:1;display:block}.profile-leader-mini p{color:#ffffff80;max-width:230px;margin:0 auto;font-size:12px;font-weight:800;line-height:1.45}.profile-best-topic-card{background:radial-gradient(circle at 0 0,#fbbf2429,#0000 36%),radial-gradient(circle at 100% 100%,#a855f71f,#0000 34%),#1e1432bd;border:1px solid #fbbf2447;border-radius:26px;grid-template-columns:minmax(0,1fr) 120px 130px;align-items:center;gap:18px;margin:20px 0;padding:24px;display:grid;box-shadow:0 18px 45px #00000024}.profile-best-topic-card>div:first-child span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;margin-bottom:12px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.profile-best-topic-card h2{color:#fff;margin:0 0 8px;font-size:24px;font-weight:950;line-height:1.2}.profile-best-topic-card p{color:#ffffff9e;margin:0;font-size:15px;line-height:1.6}.profile-best-score{text-align:center;background:#10b98117;border:1px solid #34d39942;border-radius:20px;padding:18px 14px}.profile-best-score strong{color:#34d399;font-size:38px;font-weight:950;line-height:1;display:block}.profile-best-score span{color:#ffffff85;margin-top:7px;font-size:12px;font-weight:900;display:block}.profile-best-topic-card a{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:15px;justify-content:center;align-items:center;min-height:46px;font-size:14px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 14px 28px #ec489929}.profile-best-topic-card a:hover{filter:brightness(1.08);transform:translateY(-1px)}.profile-activity-card{background:radial-gradient(circle at 0 0,#a855f71f,#0000 36%),#1e1432bd;border:1px solid #a855f73d;border-radius:26px;margin-top:20px;padding:24px}.profile-tabs{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.profile-tabs button{color:#ffffffad;cursor:pointer;background:#ffffff0b;border:1px solid #a855f752;border-radius:999px;align-items:center;gap:9px;min-height:46px;padding:0 17px;font-size:14px;font-weight:900;transition:all .2s;display:inline-flex}.profile-tabs button:hover{color:#fff;background:#a855f71f;border-color:#a855f7a6}.profile-tabs button.active{color:#fff;background:linear-gradient(135deg,#a855f7f2,#ec4899d1);border-color:#ec489994;box-shadow:0 14px 30px #ec489921}.profile-tabs button span{color:#fff;background:#ffffff24;border-radius:999px;justify-content:center;align-items:center;min-width:25px;height:25px;padding:0 8px;font-size:12px;font-weight:950;display:inline-flex}.profile-empty{color:#ffffff94;background:#ffffff09;border:1px dashed #a855f747;border-radius:20px;padding:26px;font-size:15px;font-weight:800;line-height:1.6}@media (max-width:900px){.profile-best-topic-card{grid-template-columns:1fr}.profile-best-score{text-align:left}.profile-best-topic-card a{width:fit-content;padding:0 18px}}.complaint-detail-page-clean{color:#fff;background:radial-gradient(circle at 0 0,#a855f71f,#0000 34%),radial-gradient(circle at 100% 100%,#ec48991a,#0000 34%),#0d0815;min-height:100vh}.complaint-detail-clean-shell{width:min(1180px,100% - 40px);margin:0 auto;padding:42px 0 70px}.complaint-detail-clean-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.complaint-clean-secondary-link{color:#d8b4fe;background:#a855f71f;border:1px solid #a855f757;border-radius:13px;min-height:42px;padding:0 15px;font-weight:900;text-decoration:none}.complaint-clean-secondary-link:hover{color:#fff;background:#a855f733}.complaint-clean-card{width:100%;max-width:none}.leaderboard-info-card{background:radial-gradient(circle at 0 0,#fbbf2424,#0000 36%),#1e1432b8;border:1px solid #fbbf2442;border-radius:24px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:24px;display:flex}.leaderboard-info-card span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.leaderboard-info-card h2{color:#fff;margin:12px 0 8px;font-size:24px;font-weight:950}.leaderboard-info-card p{color:#ffffff9e;max-width:820px;margin:0;line-height:1.6}.leaderboard-info-card>strong{color:#34d399;background:#10b9811a;border:1px solid #10b98140;border-radius:24px;place-items:center;min-width:86px;height:86px;font-size:34px;font-weight:950;display:grid}.user-leaderboard-card{cursor:default}.leaderboard-category.champion{color:#fbbf24;background:#fbbf241f;border-color:#fbbf2473}@media (max-width:760px){.complaint-detail-clean-shell{width:min(100% - 24px,1180px);padding-top:28px}.complaint-detail-clean-top,.leaderboard-info-card{flex-direction:column;align-items:flex-start}}.user-home-leader-card{cursor:pointer}.home-leader-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.home-leader-title-row h3{margin:0}.home-leader-champion{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}.home-leader-meta{margin-top:8px}.home-leader-meta span{background:#ffffff0e;border-radius:999px;padding:5px 8px}.notification-summary-card,.reward-not-eligible-card,.reward-rank-card,.reward-form-card,.admin-reward-top3-card{background:radial-gradient(circle at 0 0,#a855f721,#0000 36%),#1e1432bd;border:1px solid #a855f73d;border-radius:26px;margin-bottom:20px;padding:24px}.notification-summary-card{justify-content:space-between;align-items:center;gap:18px;display:flex}.notification-summary-card span{color:#c084fc;font-weight:900}.notification-summary-card strong{color:#34d399;margin-top:8px;font-size:42px;font-weight:950;line-height:1;display:block}.notification-summary-card p{color:#ffffff94;max-width:650px;margin:0;line-height:1.6}.notification-mark-all-button{color:#d8b4fe;cursor:pointer;background:#a855f71f;border:1px solid #a855f759;border-radius:14px;min-height:44px;padding:0 16px;font-weight:900}.notification-mark-all-button:disabled{opacity:.5;cursor:not-allowed}.notification-list{flex-direction:column;gap:14px;display:flex}.notification-card{background:#160f24b8;border:1px solid #a855f738;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;display:grid}.notification-card.unread{background:radial-gradient(circle at 0 0,#ec48991f,#0000 34%),#1c112ad1;border-color:#ec48996b}.notification-card a,.notification-card>div{color:inherit;grid-template-columns:50px minmax(0,1fr);gap:14px;text-decoration:none;display:grid}.notification-icon{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:16px;place-items:center;width:50px;height:50px;font-size:20px;font-weight:950;display:grid}.notification-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-title-row h2{color:#fff;margin:0;font-size:18px;font-weight:950}.notification-type-pill{color:#22d3ee;background:#06b6d41f;border:1px solid #06b6d442;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.notification-main p{color:#fff9;margin:8px 0 0;line-height:1.55}.notification-meta{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.notification-meta span{color:#ffffff7a;background:#ffffff0e;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800}.notification-card button{color:#d8b4fe;cursor:pointer;background:#a855f71f;border:1px solid #a855f757;border-radius:12px;min-height:38px;padding:0 12px;font-weight:900}.reward-claim-shell{max-width:1180px}.reward-not-eligible-card span,.reward-rank-card>span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.reward-not-eligible-card h2,.reward-form-card h2{color:#fff;margin:14px 0 8px;font-size:28px;font-weight:950}.reward-not-eligible-card p,.reward-form-card p,.reward-rank-card p{color:#ffffff9e;line-height:1.6}.reward-not-eligible-card a{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:14px;align-items:center;min-height:44px;padding:0 16px;font-weight:900;text-decoration:none;display:inline-flex}.reward-claim-grid{grid-template-columns:360px minmax(0,1fr);gap:20px;display:grid}.reward-rank-card strong{color:#34d399;margin:18px 0 10px;font-size:56px;font-weight:950;line-height:1;display:block}.reward-rank-card h2{color:#fff;margin:0;font-size:24px;font-weight:950}.reward-rank-stats{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px;display:grid}.reward-rank-stats div{background:#ffffff0e;border-radius:16px;padding:14px}.reward-rank-stats b{color:#fff;font-size:24px;font-weight:950;display:block}.reward-rank-stats small{color:#ffffff7a;font-weight:800}.reward-form{flex-direction:column;gap:15px;margin-top:18px;display:flex}.reward-form label{color:#ffffffb8;flex-direction:column;gap:8px;font-weight:900;display:flex}.reward-form input,.admin-reward-note-label textarea,.admin-table-header select{color:#fff;width:100%;font:inherit;background:#0d0815b8;border:1px solid #a855f757;border-radius:14px;outline:none;padding:14px;font-weight:800}.reward-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#ec4899);border:0;border-radius:15px;width:fit-content;min-height:48px;padding:0 20px;font-weight:950}.admin-reward-top3-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.admin-reward-top3-item{background:#fbbf2412;border:1px solid #fbbf243d;border-radius:20px;padding:18px}.admin-reward-top3-item>span{color:#fbbf24;font-size:24px;font-weight:950}.admin-reward-top3-item h3{color:#fff;margin:10px 0 6px;font-size:20px}.admin-reward-top3-item strong{color:#34d399;font-size:22px}.admin-reward-top3-item div{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.admin-reward-top3-item small{color:#ffffff8c;background:#ffffff12;border-radius:999px;padding:5px 8px;font-weight:800}.admin-reward-claim-list{flex-direction:column;gap:16px;display:flex}.admin-reward-claim-card{border-top:1px solid #a855f729;grid-template-columns:minmax(0,1fr) 150px;gap:18px;padding:18px 0;display:grid}.admin-reward-info-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0;display:grid}.admin-reward-info-grid div{background:#ffffff0b;border-radius:15px;padding:12px}.admin-reward-info-grid span{color:#ffffff70;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.admin-reward-info-grid strong{color:#fff;word-break:break-word;font-size:14px}.admin-reward-note-label{color:#ffffffa6;flex-direction:column;gap:8px;font-weight:900;display:flex}.admin-reward-actions{flex-direction:column;gap:8px;display:flex}.admin-reward-actions button{color:#d8b4fe;cursor:pointer;background:#a855f71f;border:1px solid #a855f757;border-radius:12px;min-height:40px;font-weight:900}.admin-reward-actions button:first-child{color:#34d399;background:#10b9811a;border-color:#10b98159}.admin-reward-actions button:nth-child(2){color:#22d3ee;background:#06b6d41a;border-color:#06b6d459}.admin-reward-actions button:nth-child(3){color:#fca5a5;background:#ef44441a;border-color:#ef444459}.reward-status{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.reward-status.pending{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf2447}.reward-status.approved,.reward-status.paid{color:#34d399;background:#10b9811f;border:1px solid #10b98147}.reward-status.rejected{color:#fca5a5;background:#ef44441f;border:1px solid #ef444447}@media (max-width:900px){.notification-summary-card,.reward-claim-grid,.admin-reward-claim-card{grid-template-columns:1fr}.reward-claim-grid{display:grid}.admin-reward-top3-grid,.admin-reward-info-grid,.notification-card{grid-template-columns:1fr}.notification-title-row{flex-direction:column;align-items:flex-start}}.btn-notification{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf2459;position:relative}.btn-notification:hover{color:#fff;background:#fbbf2429;border-color:#fbbf24b3}.btn-notification b{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:6px;padding:0 7px;font-size:11px;font-weight:950;display:inline-flex}.sidebar-mini-count{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 7px;font-size:11px;font-weight:950;display:inline-flex}.home-reward-claim-card{background:radial-gradient(circle at 0 0,#fbbf2429,#0000 36%),radial-gradient(circle at 100% 100%,#a855f71f,#0000 34%),#1e1432c2;border:1px solid #fbbf2452;border-radius:26px;justify-content:space-between;align-items:center;gap:18px;margin:0 0 20px;padding:24px;display:flex}.home-reward-claim-card span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.home-reward-claim-card h2{color:#fff;margin:12px 0 8px;font-size:24px;font-weight:950}.home-reward-claim-card p{color:#ffffff9e;max-width:780px;margin:0;line-height:1.6}.home-reward-claim-card a{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#ec4899);border-radius:15px;min-height:46px;padding:0 18px;font-weight:950;text-decoration:none;box-shadow:0 16px 32px #ec489929}.home-reward-claim-card a:hover{filter:brightness(1.08);transform:translateY(-1px)}@media (max-width:800px){.home-reward-claim-card{flex-direction:column;align-items:flex-start}}.chat-detail-top-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.leaderboard-reward-alert{background:radial-gradient(circle at 0 0,#fbbf2429,#0000 36%),radial-gradient(circle at 100% 100%,#ec48991f,#0000 34%),#1e1432c2;border:1px solid #fbbf2452;border-radius:26px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:24px;display:flex}.leaderboard-reward-alert.claimed{background:radial-gradient(circle at 0 0,#10b98124,#0000 36%),#1e1432c2;border-color:#10b98152}.leaderboard-reward-alert span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.leaderboard-reward-alert.claimed span{color:#34d399;background:#10b98121;border-color:#10b9814d}.leaderboard-reward-alert h2{color:#fff;margin:12px 0 8px;font-size:24px;font-weight:950}.leaderboard-reward-alert p{color:#ffffff9e;max-width:780px;margin:0;line-height:1.6}.leaderboard-reward-alert a{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#ec4899);border-radius:15px;min-height:46px;padding:0 18px;font-weight:950;text-decoration:none;box-shadow:0 16px 32px #ec489929}.leaderboard-card.current-user{background:radial-gradient(circle at 0 0,#06b6d41f,#0000 36%),#1e1432c2;border-color:#06b6d473}.leaderboard-card.top-three{border-color:#fbbf2447}.leaderboard-category.current{color:#22d3ee;background:#06b6d41f;border-color:#06b6d473}.leaderboard-claim-button{color:#fff;background:linear-gradient(135deg,#f59e0b,#ec4899);border-radius:13px;justify-content:center;align-items:center;width:fit-content;min-height:38px;margin-top:14px;padding:0 14px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #ec489924}.leaderboard-claimed-pill{color:#34d399;background:#10b98121;border:1px solid #10b9814d;border-radius:999px;align-items:center;width:fit-content;min-height:34px;margin-top:14px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}@media (max-width:760px){.leaderboard-reward-alert{flex-direction:column;align-items:flex-start}}.admin-dashboard-hero{background:radial-gradient(circle at 0 0,#a855f72e,#0000 36%),radial-gradient(circle at 100% 100%,#ec48991f,#0000 34%),#1e1432c2;border:1px solid #a855f740;border-radius:28px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:26px;display:flex}.admin-dashboard-hero span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.admin-dashboard-hero h2{color:#fff;max-width:860px;margin:13px 0 9px;font-size:28px;font-weight:950;line-height:1.25}.admin-dashboard-hero p{color:#ffffff9e;max-width:850px;margin:0;line-height:1.65}.admin-dashboard-hero a{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#ec4899);border-radius:16px;min-height:48px;padding:0 18px;font-weight:950;text-decoration:none;box-shadow:0 16px 32px #ec489929}.admin-dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-dashboard-shortcuts{margin-top:2px;margin-bottom:20px}.admin-dashboard-shortcuts button{color:#d8b4fe;cursor:pointer;background:#1e1432b8;border:1px solid #a855f74d;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex}.admin-dashboard-shortcuts button:hover,.admin-dashboard-shortcuts button.active{color:#fff;background:#a855f729;border-color:#a855f7a6}@media (max-width:1100px){.admin-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-hero{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.admin-dashboard-grid{grid-template-columns:1fr}}.profile-page .community-topbar a[href=\/chat],.community-page .community-topbar a[href=\/chat],.profile-top-actions a[href=\/chat]{background:#06b6d41a;border:1px solid #22d3ee59;border-radius:15px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:950;display:inline-flex;box-shadow:0 12px 28px #06b6d414;color:#67e8f9!important;text-decoration:none!important}.profile-page .community-topbar a[href=\/chat]:hover,.community-page .community-topbar a[href=\/chat]:hover,.profile-top-actions a[href=\/chat]:hover{background:#06b6d429;border-color:#22d3eea6;transform:translateY(-1px);color:#fff!important}.top-header{align-items:center;min-height:96px}@media (max-width:1200px){.top-header{height:auto;padding-top:14px;padding-bottom:14px}.header-actions{max-width:100%}.search-box{max-width:480px}}@media (max-width:900px){.top-header{flex-direction:column;align-items:stretch}.header-actions{justify-content:flex-start}.search-box{width:100%;max-width:none}}.profile-secondary-button,.profile-top-actions a[href=\/chat]{background:radial-gradient(circle at 0 0,#22d3ee29,#0000 36%),#06b6d41a;border:1px solid #22d3ee61;border-radius:16px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:950;display:inline-flex;box-shadow:0 14px 30px #06b6d414;color:#67e8f9!important;text-decoration:none!important}.profile-secondary-button:hover,.profile-top-actions a[href=\/chat]:hover{background:#06b6d42b;border-color:#22d3eeb8;transform:translateY(-1px);color:#fff!important}.top-header{align-items:center;height:auto;min-height:96px;padding-top:12px;padding-bottom:12px}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;max-width:780px;display:flex}.header-actions .user-email{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.header-actions .btn{white-space:nowrap;min-height:46px}.home-reward-claim-card a,.leaderboard-reward-alert a,.reward-form button{text-align:center;justify-content:center;align-items:center;line-height:1;display:inline-flex}.home-reward-claim-card a{min-width:190px}.reward-week-selector-card{background:radial-gradient(circle at 0 0,#fbbf2421,#0000 38%),#1e1432bd;border:1px solid #fbbf244d;border-radius:26px;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:18px;margin-bottom:20px;padding:24px;display:grid}.reward-week-selector-card span{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.reward-week-selector-card h2{color:#fff;margin:12px 0 8px;font-size:24px;font-weight:950}.reward-week-selector-card p{color:#ffffff9e;margin:0;line-height:1.6}.reward-week-selector-card select,.admin-reward-filter-card select{color:#fff;width:100%;min-height:52px;font:inherit;background:#0d0815b8;border:1px solid #a855f757;border-radius:16px;outline:none;padding:0 14px;font-weight:900}.reward-claim-status{border-radius:999px;align-items:center;width:fit-content;min-height:34px;margin-top:14px;padding:0 12px;font-size:12px;font-weight:950;display:inline-flex}.reward-claim-status.available{color:#34d399;background:#10b98121;border:1px solid #10b9814d}.reward-claim-status.claimed{color:#22d3ee;background:#06b6d421;border:1px solid #06b6d44d}.reward-claim-status.locked{color:#fbbf24;background:#fbbf2421;border:1px solid #fbbf244d}.reward-locked-card{background:#fbbf2414;border:1px solid #fbbf2447;border-radius:20px;margin-top:18px;padding:18px}.reward-locked-card strong{color:#fbbf24;margin-bottom:8px;font-size:18px;font-weight:950;display:block}.reward-locked-card p{color:#ffffff9e;margin:0;line-height:1.6}.admin-reward-top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-reward-filter-card{background:#1e1432bd;border:1px solid #a855f73d;border-radius:24px;grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:18px;margin-bottom:20px;padding:22px;display:grid}.admin-reward-filter-card h2{color:#fff;margin:0 0 6px;font-size:22px;font-weight:950}.admin-reward-filter-card p{color:#ffffff94;margin:0;line-height:1.55}.admin-reward-history-list{flex-direction:column;gap:12px;display:flex}.admin-reward-history-item{background:#ffffff09;border:1px solid #a855f72e;border-radius:18px;grid-template-columns:minmax(0,1fr) 140px minmax(260px,auto);align-items:center;gap:14px;padding:16px;display:grid}.admin-reward-history-item>div:first-child>span{color:#fbbf24;font-size:12px;font-weight:900}.admin-reward-history-item h3{color:#fff;margin:6px 0 0;font-size:18px;font-weight:950}.admin-reward-history-item>strong{color:#34d399;text-align:right;font-size:22px;font-weight:950}.admin-reward-history-meta{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.admin-reward-history-meta small{color:#ffffff94;background:#ffffff0f;border-radius:999px;padding:6px 9px;font-weight:800}@media (max-width:1200px){.header-actions{max-width:100%}.search-box{max-width:480px}.admin-reward-history-item{grid-template-columns:1fr}.admin-reward-history-item>strong,.admin-reward-history-meta{text-align:left;justify-content:flex-start}}@media (max-width:900px){.top-header{flex-direction:column;align-items:stretch}.header-actions{justify-content:flex-start}.search-box{width:100%;max-width:none}.reward-week-selector-card,.admin-reward-filter-card{grid-template-columns:1fr}}html,body{width:100%;max-width:100%;overflow-x:hidden}img,video,canvas,svg{max-width:100%}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.top-header{grid-template-columns:minmax(180px,260px) minmax(260px,520px) minmax(0,1fr)!important;gap:18px!important;height:auto!important;min-height:92px!important;padding:12px 22px!important;display:grid!important}.header-actions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important}.header-actions .user-email{text-overflow:ellipsis!important;white-space:nowrap!important;color:#ffffff9e!important;max-width:210px!important;overflow:hidden!important}.header-actions .btn{white-space:nowrap!important;border-radius:14px!important;height:auto!important;min-height:44px!important;padding:0 16px!important;line-height:1!important}.btn-notification{min-width:132px!important}.btn-profile,.btn-admin{min-width:108px!important}.btn-primary{min-width:132px!important}.search-box{min-width:0!important}.search-box input{border-radius:16px!important;height:48px!important}.sidebar,.sidebar-item,.category-item,.sidebar-stat{min-width:0!important}.sidebar-item{height:auto!important;min-height:48px!important;padding-top:10px!important;padding-bottom:10px!important;line-height:1.25!important}.sidebar-item span,.sidebar-stat span,.sidebar-item b,.sidebar-mini-count,.sidebar-stat b{flex-shrink:0!important}.home-sidebar-button,.sidebar-complaint-link{border-radius:16px!important}.empty-state,.community-empty,.admin-empty,.home-empty-card,.chat-empty-state,.detail-empty-reply-card{color:#ffffffa8!important;text-align:center!important;background:radial-gradient(circle at 0 0,#a855f71a,#0000 34%),#1e14328a!important;border:1px dashed #a855f752!important;border-radius:22px!important;padding:28px!important}.auth-error,.auth-success{border-radius:16px!important;padding:14px 16px!important;line-height:1.5!important}input,textarea,select{min-width:0!important}.auth-form input,.auth-form textarea,.auth-form select,.reward-form input,.reward-form textarea,.reward-form select,.admin-filter-bar input,.admin-filter-bar select,.chat-detail-composer-form textarea,.detail-composer-form textarea,.search-box input,.custom-file-upload,.auth-form input[type=file]{border-radius:16px!important}input[type=file]{color:#ffffffc2!important;background:#ffffff0b!important;border:1px solid #a855f747!important;border-radius:16px!important;width:100%!important;padding:12px!important}input[type=file]::file-selector-button{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border:none!important;border-radius:12px!important;margin-right:12px!important;padding:10px 14px!important;font-weight:900!important}.admin-shell,.community-shell,.reward-claim-shell{width:100%!important;max-width:1600px!important}.admin-dashboard-grid,.admin-stats-grid{gap:14px!important}.admin-table-card,.admin-reward-top3-card,.admin-reward-filter-card,.admin-dashboard-hero{overflow:hidden!important}.admin-complaint-row,.admin-user-row,.admin-reward-claim-card{min-width:0!important}.admin-row-actions{flex-wrap:wrap!important}.admin-row-actions select,.admin-row-actions a,.admin-row-actions button{border-radius:13px!important;min-height:42px!important}.admin-reward-actions{gap:10px!important}.admin-reward-actions button{border-radius:14px!important;min-height:46px!important}.home-reward-claim-card a,.leaderboard-reward-alert a,.reward-form button,.leaderboard-claim-button{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;line-height:1.1!important;display:inline-flex!important}.profile-top-actions,.community-topbar>div:last-child{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;display:flex!important}.profile-secondary-button,.profile-top-actions a[href=\/chat],.community-topbar a[href=\/chat]{color:#67e8f9!important;background:radial-gradient(circle at 0 0,#22d3ee29,#0000 34%),#06b6d41a!important;border:1px solid #22d3ee66!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:48px!important;padding:0 18px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.complaint-detail-page-clean,.community-page,.admin-page,.auth-page{overflow-x:hidden!important}.detail-screen-card,.chat-detail-topic-card,.chat-detail-composer-card,.reward-form-card,.reward-rank-card{max-width:100%!important}@media (max-width:1200px){.top-header{grid-template-columns:220px minmax(240px,1fr)!important;grid-template-areas:"logo search""actions actions"!important;gap:12px!important}.top-header .logo{grid-area:logo!important}.top-header .search-box{grid-area:search!important}.top-header .header-actions{grid-area:actions!important;justify-content:flex-start!important}.layout{grid-template-columns:270px minmax(0,1fr)!important}.admin-dashboard-grid,.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-two-column,.reward-claim-grid,.admin-reward-history-item,.admin-reward-filter-card,.reward-week-selector-card{grid-template-columns:1fr!important}}@media (max-width:820px){.top-header{grid-template-columns:1fr!important;grid-template-areas:"logo""search""actions"!important;padding:16px!important;position:relative!important}.top-header .logo{font-size:28px!important}.header-actions{justify-content:stretch!important;width:100%!important}.header-actions .user-email{width:100%!important;max-width:100%!important}.header-actions .btn{flex:calc(50% - 10px)!important;min-width:0!important}.layout{grid-template-columns:1fr!important}.sidebar{border-bottom:1px solid #a855f738!important;border-right:none!important;padding:14px!important}.sidebar-section{margin-bottom:18px!important}.main-menu{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.main-menu .sidebar-item{background:#ffffff06!important;border-left:none!important;border-radius:14px!important;width:100%!important;margin-left:0!important;padding:12px!important}.main-menu .sidebar-item.active{background:#a855f72e!important;border:1px solid #a855f759!important}.content,.home-content,.community-shell,.admin-shell,.complaint-detail-clean-shell,.reward-claim-shell{padding-left:16px!important;padding-right:16px!important}.home-hero,.home-reward-claim-card,.leaderboard-reward-alert,.admin-dashboard-hero{flex-direction:column!important;align-items:flex-start!important}.home-hero-panel{width:100%!important}.home-module-grid,.home-promo-grid,.admin-dashboard-grid,.admin-stats-grid,.topic-title-row,.topic-card,.leaderboard-card,.home-leader-card{grid-template-columns:1fr!important}.topic-side{flex-wrap:wrap!important;justify-content:flex-start!important}.detail-actions-row{grid-template-columns:1fr!important}.detail-screen-card{border-radius:22px!important;padding:22px!important}.detail-main-heading{font-size:26px!important}.detail-user-chip,.detail-reply-card-head,.detail-reply-head-left{align-items:flex-start!important}.detail-reply-card-head{flex-direction:column!important}.admin-filter-bar{grid-template-columns:1fr!important}.admin-row-actions,.admin-reward-actions,.admin-row-actions select,.admin-row-actions a,.admin-row-actions button,.admin-reward-actions button{width:100%!important}}@media (max-width:520px){.header-actions .btn{flex:100%!important}.main-menu{grid-template-columns:1fr!important}.logo{font-size:26px!important}.home-hero h1,.community-topbar h1,.admin-topbar h1{font-size:32px!important;line-height:1.12!important}.home-reward-claim-card a,.leaderboard-reward-alert a{width:100%!important}.detail-attachment-grid,.attachment-grid,.chat-detail-attachment-grid{grid-template-columns:1fr!important}.detail-attachment-card img,.attachment-card img,.chat-detail-attachment-card img{height:190px!important}}.mobile-header-row,.mobile-menu-toggle,.mobile-menu-backdrop,.header-action-icon{display:none}.header-action-label{display:inline}@media (max-width:820px){.site-shell .top-header{border-bottom:1px solid #a855f738!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;min-height:auto!important;padding:18px 18px 14px!important;display:flex!important}.site-shell .mobile-header-row{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.site-shell .top-header>.logo{display:none!important}.site-shell .mobile-header-row .logo{font-size:32px!important;line-height:1!important;display:inline-flex!important}.site-shell .mobile-menu-toggle{color:#fff!important;cursor:pointer!important;background:#1e1432c2!important;border:1px solid #a855f766!important;border-radius:15px!important;justify-content:center!important;align-items:center!important;width:46px!important;height:46px!important;font-size:22px!important;font-weight:950!important;display:inline-flex!important}.site-shell .search-box{width:100%!important;max-width:none!important}.site-shell .search-box input{height:52px!important;padding-left:18px!important;padding-right:46px!important;font-size:15px!important}.site-shell .header-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important;width:100%!important;display:grid!important}.site-shell .header-actions .user-email{opacity:.72!important;white-space:nowrap!important;text-overflow:ellipsis!important;grid-column:1/-1!important;width:100%!important;max-width:none!important;font-size:13px!important;overflow:hidden!important}.site-shell .header-actions .btn{border-radius:16px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:48px!important;padding:0!important;display:inline-flex!important;position:relative!important}.site-shell .header-action-icon{font-size:20px!important;line-height:1!important;display:inline-flex!important}.site-shell .header-action-label{display:none!important}.site-shell .btn-notification b{min-width:21px!important;height:21px!important;margin:0!important;padding:0 6px!important;font-size:11px!important;position:absolute!important;top:-7px!important;right:-6px!important}.site-shell .layout{display:block!important}.site-shell .sidebar{display:none!important}.site-shell .content,.site-shell .home-content{width:100%!important;padding:18px!important}.site-shell .home-module-grid{display:none!important}.site-shell .home-hero{border-radius:24px!important;flex-direction:column!important;gap:18px!important;margin-top:0!important;padding:22px!important;display:flex!important}.site-shell .home-eyebrow{min-height:28px!important;padding:0 12px!important;font-size:12px!important}.site-shell .home-hero h1{letter-spacing:-1px!important;margin-top:16px!important;margin-bottom:14px!important;font-size:34px!important;line-height:1.08!important}.site-shell .home-hero p{margin-bottom:18px!important;font-size:16px!important;line-height:1.65!important}.site-shell .home-hero-actions{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.site-shell .home-primary-link,.site-shell .home-secondary-link{border-radius:16px!important;width:100%!important;min-height:50px!important;font-size:15px!important}.site-shell .home-hero-panel{border-radius:20px!important;width:100%!important;min-height:auto!important;padding:18px!important}.site-shell .home-hero-panel span{font-size:13px!important}.site-shell .home-hero-panel strong{margin:10px 0 8px!important;font-size:46px!important;line-height:1!important}.site-shell .home-hero-panel p{margin:0 0 6px!important;font-size:18px!important}.site-shell .home-hero-panel small{font-size:13px!important;line-height:1.4!important}.site-shell .home-reward-claim-card{border-radius:22px!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;margin-top:16px!important;padding:18px!important;display:flex!important}.site-shell .home-reward-claim-card h2{font-size:22px!important;line-height:1.2!important}.site-shell .home-reward-claim-card a{width:100%!important;min-height:50px!important}.site-shell .home-section,.site-shell .home-support-card{border-radius:22px!important;margin-top:18px!important;padding:18px!important}.site-shell .home-section-head{align-items:flex-start!important;gap:10px!important}.site-shell .home-section-head h2{font-size:24px!important}.site-shell .home-section-head p{font-size:14px!important}.site-shell .home-two-column{grid-template-columns:1fr!important;gap:18px!important;display:grid!important}.site-shell .home-promo-grid{grid-template-columns:1fr!important;gap:14px!important;display:grid!important}.site-shell .home-promo-card,.site-shell .home-announcement-card,.site-shell .home-leader-card{border-radius:18px!important}.site-shell .home-promo-card img,.site-shell .home-promo-placeholder{height:170px!important}.site-shell .mobile-menu-backdrop{z-index:9999!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#00000094!important;display:block!important;position:fixed!important;inset:0!important}.site-shell .mobile-drawer{background:radial-gradient(circle at 0 0,#a855f738,#0000 35%),#0f0718!important;border-right:1px solid #a855f759!important;width:min(88vw,360px)!important;height:100vh!important;padding:18px!important;overflow-y:auto!important;box-shadow:24px 0 70px #00000061!important}.site-shell .mobile-drawer-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:18px!important;display:flex!important}.site-shell .mobile-drawer-head .logo{font-size:28px!important}.site-shell .mobile-menu-close{color:#fff!important;cursor:pointer!important;background:#ffffff0b!important;border:1px solid #a855f759!important;border-radius:14px!important;width:42px!important;height:42px!important;font-size:28px!important;line-height:1!important}.site-shell .mobile-drawer-user{background:#ffffff0a!important;border:1px solid #a855f73d!important;border-radius:18px!important;margin-bottom:14px!important;padding:14px!important}.site-shell .mobile-drawer-user span{color:#ffffff73!important;margin-bottom:5px!important;font-size:12px!important;font-weight:900!important;display:block!important}.site-shell .mobile-drawer-user strong{color:#ffffffd1!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important;display:block!important;overflow:hidden!important}.site-shell .mobile-drawer-links{flex-direction:column!important;gap:9px!important;display:flex!important}.site-shell .mobile-drawer-links a{color:#ffffffc7!important;background:#ffffff09!important;border:1px solid #a855f72e!important;border-radius:16px!important;align-items:center!important;gap:12px!important;min-height:52px!important;padding:0 14px!important;font-weight:900!important;text-decoration:none!important;display:flex!important}.site-shell .mobile-drawer-links a:first-child{color:#d8b4fe!important;background:#a855f72e!important;border-color:#a855f78c!important}.site-shell .mobile-drawer-links a span{text-align:center!important;flex-shrink:0!important;width:24px!important}.site-shell .mobile-drawer-links a b{color:#fff!important;background:#ef4444!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:22px!important;height:22px!important;margin-left:auto!important;font-size:11px!important;display:inline-flex!important}.site-shell .mobile-drawer-logout,.site-shell .mobile-drawer-auth a{color:#fff!important;background:#ffffff0b!important;border:1px solid #a855f747!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:50px!important;margin-top:14px!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.site-shell .mobile-drawer-auth{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}}@media (max-width:430px){.site-shell .home-hero h1{font-size:30px!important}.site-shell .home-hero p{font-size:15px!important}.site-shell .home-hero-panel strong{font-size:40px!important}.site-shell .header-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important}.site-shell .header-actions .btn{min-height:46px!important}}@media (max-width:820px){.complaint-detail-page-clean .top-header,.community-page .top-header,.admin-page .top-header,.auth-page .top-header{flex-direction:column!important;align-items:stretch!important;gap:14px!important;min-height:auto!important;padding:18px!important;display:flex!important}.complaint-detail-page-clean .top-header .logo,.community-page .top-header .logo,.admin-page .top-header .logo,.auth-page .top-header .logo{font-size:32px!important;line-height:1!important}.complaint-detail-page-clean .top-header .search-box,.community-page .top-header .search-box,.admin-page .top-header .search-box,.auth-page .top-header .search-box{width:100%!important;max-width:none!important}.complaint-detail-page-clean .top-header .search-box input,.community-page .top-header .search-box input,.admin-page .top-header .search-box input,.auth-page .top-header .search-box input{border-radius:18px!important;height:52px!important;font-size:15px!important}.complaint-detail-page-clean .header-actions,.community-page .header-actions,.admin-page .header-actions,.auth-page .header-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important;width:100%!important;display:grid!important}.complaint-detail-page-clean .header-actions .user-email,.community-page .header-actions .user-email,.admin-page .header-actions .user-email,.auth-page .header-actions .user-email{opacity:.72!important;text-overflow:ellipsis!important;white-space:nowrap!important;grid-column:1/-1!important;width:100%!important;max-width:100%!important;font-size:13px!important;overflow:hidden!important}.complaint-detail-page-clean .header-actions .btn,.community-page .header-actions .btn,.admin-page .header-actions .btn,.auth-page .header-actions .btn{border-radius:16px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:48px!important;padding:0!important;font-size:0!important;display:inline-flex!important;position:relative!important}.complaint-detail-page-clean .header-actions .btn:before,.community-page .header-actions .btn:before,.admin-page .header-actions .btn:before,.auth-page .header-actions .btn:before{font-size:20px!important;line-height:1!important}.complaint-detail-page-clean .header-actions .btn-notification:before,.community-page .header-actions .btn-notification:before,.admin-page .header-actions .btn-notification:before,.auth-page .header-actions .btn-notification:before{content:"🔔"}.complaint-detail-page-clean .header-actions .btn-profile:before,.community-page .header-actions .btn-profile:before,.admin-page .header-actions .btn-profile:before,.auth-page .header-actions .btn-profile:before{content:"👤"}.complaint-detail-page-clean .header-actions .btn-admin:before,.community-page .header-actions .btn-admin:before,.admin-page .header-actions .btn-admin:before,.auth-page .header-actions .btn-admin:before{content:"⚙️"}.complaint-detail-page-clean .header-actions .btn-primary:before,.community-page .header-actions .btn-primary:before,.admin-page .header-actions .btn-primary:before,.auth-page .header-actions .btn-primary:before{content:"✎"}.complaint-detail-page-clean .header-actions .btn-outline:before,.community-page .header-actions .btn-outline:before,.admin-page .header-actions .btn-outline:before,.auth-page .header-actions .btn-outline:before{content:"⏻"}.complaint-detail-page-clean .header-actions .btn b,.community-page .header-actions .btn b,.admin-page .header-actions .btn b,.auth-page .header-actions .btn b{min-width:21px!important;height:21px!important;margin:0!important;padding:0 6px!important;font-size:11px!important;position:absolute!important;top:-7px!important;right:-6px!important}.complaint-detail-clean-shell{padding:18px!important}.complaint-detail-clean-top{gap:10px!important;margin-bottom:16px!important}.complaint-clean-secondary-link{border-radius:14px!important;width:fit-content!important;min-height:42px!important;padding:0 14px!important;font-size:13px!important}.complaint-clean-card{border-radius:24px!important;padding:22px!important}.chat-filter-card,.chat-filter-panel,.community-filter-card,.chat-filter-row{border-radius:22px!important;padding:16px!important}.chat-filter-card input,.chat-filter-panel input,.community-filter-card input,.chat-filter-row input,input[placeholder*=Sohbet\ ara]{border-radius:16px!important;min-width:170px!important;min-height:52px!important;padding:0 16px!important;font-size:15px!important}.chat-filter-card button,.chat-filter-panel button,.community-filter-card button,.chat-filter-row button{white-space:nowrap!important;border-radius:999px!important;min-height:46px!important;padding:0 16px!important;font-size:14px!important}.chat-filter-card,.chat-filter-panel,.community-filter-card,.chat-filter-row{scrollbar-width:none!important;gap:10px!important;display:flex!important;overflow-x:auto!important}.chat-filter-card::-webkit-scrollbar{display:none!important}.chat-filter-panel::-webkit-scrollbar{display:none!important}.community-filter-card::-webkit-scrollbar{display:none!important}.chat-filter-row::-webkit-scrollbar{display:none!important}.chat-topic-card,.community-topic-card,.chat-card,.leaderboard-card{overflow:hidden!important}.chat-topic-card p,.community-topic-card p,.chat-card p,.leaderboard-card p{overflow-wrap:anywhere!important;word-break:break-word!important}}.chat-mobile-create-bar,.chat-mobile-create-panel{display:none}@media (max-width:820px){.chat-page-grid{display:block!important}.chat-side-column{display:none!important}.chat-mobile-create-bar{z-index:20!important;margin:12px 0 16px!important;display:block!important;position:sticky!important;top:8px!important}.chat-mobile-create-bar button{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border:none!important;border-radius:17px!important;width:100%!important;min-height:52px!important;font-size:16px!important;font-weight:950!important;box-shadow:0 14px 30px #ec48992e!important}.chat-mobile-create-panel{margin-bottom:18px!important;display:block!important}.chat-mobile-create-panel .chat-create-card{border-radius:22px!important;padding:20px!important}.chat-mobile-create-panel .chat-create-card h2{margin-bottom:8px!important;font-size:26px!important}.chat-mobile-create-panel .chat-create-info{margin-bottom:16px!important;font-size:15px!important;line-height:1.55!important}.chat-mobile-create-panel .chat-create-form{gap:12px!important}.chat-mobile-create-panel .chat-create-form input,.chat-mobile-create-panel .chat-create-form select,.chat-mobile-create-panel .chat-create-form textarea{border-radius:16px!important;width:100%!important;min-height:52px!important;font-size:15px!important}.chat-mobile-create-panel .chat-create-form textarea{min-height:130px!important}.chat-mobile-create-panel .custom-file-upload{border-radius:16px!important;width:fit-content!important;min-height:48px!important;padding:0 18px!important}.chat-mobile-create-panel .chat-create-form button{border-radius:17px!important;width:100%!important;min-height:52px!important}.chat-filter-card.compact{scrollbar-width:none!important;border-radius:22px!important;align-items:center!important;gap:10px!important;width:100%!important;padding:14px!important;display:flex!important;overflow:auto hidden!important}.chat-filter-card.compact::-webkit-scrollbar{display:none!important}.chat-filter-card.compact input{border-radius:16px!important;flex:0 0 190px!important;width:190px!important;min-width:190px!important;height:48px!important;min-height:48px!important;padding:0 14px!important;font-size:14px!important}.chat-filter-card.compact button{white-space:nowrap!important;border-radius:999px!important;flex:none!important;height:48px!important;min-height:48px!important;padding:0 15px!important;font-size:14px!important;font-weight:900!important}.chat-highlight-card{border-radius:22px!important;margin-bottom:14px!important;padding:18px!important}.chat-highlight-card h2{font-size:22px!important;line-height:1.2!important}.chat-highlight-card p{font-size:14px!important;line-height:1.55!important}.chat-highlight-button{width:100%!important;min-height:46px!important}.chat-weekly-best-card{border-radius:22px!important;grid-template-columns:56px 1fr!important;gap:14px!important;padding:18px!important;display:grid!important;overflow:hidden!important}.chat-weekly-best-card p,.chat-topic-card p{overflow-wrap:anywhere!important;word-break:break-word!important}.chat-weekly-score{text-align:left!important;grid-column:1/-1!important}.chat-topic-card{border-radius:22px!important;grid-template-columns:56px 1fr!important;gap:14px!important;padding:18px!important;display:grid!important}.chat-topic-avatar{border-radius:18px!important;width:56px!important;height:56px!important;font-size:18px!important}.chat-topic-head{align-items:flex-start!important;gap:8px!important}.chat-topic-head h2{font-size:21px!important;line-height:1.18!important}.chat-topic-category{padding:7px 10px!important;font-size:12px!important}.chat-topic-meta{gap:7px!important}.chat-topic-meta span{padding:7px 9px!important;font-size:12px!important}}@media (min-width:821px){.top-header{grid-template-columns:260px minmax(320px,520px) minmax(420px,1fr)!important;align-items:center!important;gap:18px!important;display:grid!important}.top-header .logo{justify-self:start!important}.top-header .search-box{justify-self:center!important;width:100%!important;max-width:520px!important}.top-header .header-actions{flex-wrap:wrap!important;justify-content:flex-end!important;justify-self:end!important;align-items:center!important;gap:10px!important;max-width:720px!important;display:flex!important}.top-header .header-actions .btn{text-align:center!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important}}.complaint-clean-new-button,.complaint-detail-new-button,.complaint-clean-top a[href=\/new-complaint],.complaint-detail-clean-top a[href=\/new-complaint],a[href=\/new-complaint].complaint-clean-secondary-link{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;line-height:1.1!important;display:inline-flex!important}@media (max-width:820px){.complaint-clean-new-button,.complaint-detail-new-button,.complaint-clean-top a[href=\/new-complaint],.complaint-detail-clean-top a[href=\/new-complaint],a[href=\/new-complaint].complaint-clean-secondary-link{text-align:center!important;justify-content:center!important;align-items:center!important;width:fit-content!important;max-width:100%!important;min-height:46px!important;line-height:1.1!important;display:inline-flex!important}}@media (min-width:821px){.top-header .header-actions a[href=\/logout],.top-header .header-actions .btn-outline{margin-left:0!important}.site-shell .top-header{grid-template-columns:260px minmax(360px,560px) minmax(520px,1fr)!important;align-items:center!important;gap:22px!important;min-height:96px!important;padding:12px 28px!important;display:grid!important}.site-shell .mobile-header-row{justify-content:flex-start!important;align-items:center!important;min-width:0!important;display:flex!important}.site-shell .mobile-header-row .logo{font-size:32px!important;line-height:1!important;display:inline-flex!important}.site-shell .mobile-menu-toggle{display:none!important}.site-shell .search-box{justify-self:center!important;width:100%!important;min-width:0!important;max-width:560px!important}.site-shell .header-actions{flex-wrap:wrap!important;justify-content:flex-end!important;justify-self:end!important;align-items:center!important;gap:10px!important;width:auto!important;max-width:760px!important;margin-left:auto!important;display:flex!important}.site-shell .header-actions .user-email{grid-column:auto!important;width:auto!important;max-width:220px!important;font-size:14px!important}.site-shell .header-actions .btn{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:auto!important;min-height:46px!important;padding:0 16px!important;font-size:15px!important;display:inline-flex!important}.site-shell .header-action-icon{display:none!important}.site-shell .header-action-label{display:inline!important}}html,body{background:#08030f;min-height:100%}body{color:#fff;margin:0}body:before{content:"";z-index:-1;background:radial-gradient(circle at 0 0,#a855f729,#0000 34%),radial-gradient(circle at 100% 100%,#ec489924,#0000 32%),#08030f;position:fixed;inset:0}.site-shell,.community-page,.auth-page,.admin-page{background:0 0;min-height:100vh}.home-announcement-card.complaint-card:before,.home-announcement-card.complaint-card:after,.home-announcement-card.complaint-card .home-badge:before,.home-announcement-card.complaint-card .home-badge:after{content:none!important;display:none!important}.detail-actions-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;display:flex}.detail-topic-stats{color:#ffffffb8;flex-wrap:wrap;align-items:center;gap:8px;font-weight:800;display:flex}.detail-topic-stats span{color:#ffffffc2;background:#ffffff14;border-radius:999px;align-items:center;min-height:32px;padding:8px 12px;line-height:1;display:inline-flex}.detail-topic-action-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.detail-purple-action,.detail-danger-action,.detail-green-action{color:#e9d5ff;cursor:pointer;white-space:nowrap;background:#a855f729;border:1px solid #a855f7a6;border-radius:18px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:900;display:inline-flex}.detail-purple-action:hover{background:#a855f742}.detail-danger-action{color:#fecaca;background:#ef444424;border-color:#ef4444a6}.detail-green-action{color:#86efac;background:#10b98124;border-color:#10b981a6}.community-topbar{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.community-topbar h1{color:#fff;margin:16px 0 8px;font-size:clamp(34px,4vw,58px);line-height:1}.community-topbar p{color:#ffffffad;margin:0;font-weight:700}.community-secondary-button{color:#67e8f9;white-space:nowrap;background:#22d3ee14;border:1px solid #22d3ee8c;border-radius:16px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:900;text-decoration:none;display:inline-flex}@media (max-width:768px){.community-topbar,.detail-actions-row{flex-direction:column;align-items:flex-start}.detail-topic-action-buttons{justify-content:flex-start}}.inline-image-button,.detail-attachment-card{appearance:none;font:inherit;cursor:pointer;border:0}.inline-image-button{text-align:left;background:0 0;width:100%;max-width:520px;margin-top:14px;padding:0;display:block}.detail-reply-image{object-fit:contain;border-radius:18px;width:100%;max-width:520px;height:auto;max-height:520px;display:block}.detail-attachment-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.detail-attachment-card{text-align:left;width:100%;overflow:hidden}.detail-attachment-card img{object-fit:cover;width:100%;height:auto;min-height:120px;max-height:320px;display:block}.detail-attachment-card span{display:block}.site-image-modal{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000db;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.site-image-modal img{object-fit:contain;border-radius:18px;max-width:min(1100px,96vw);max-height:88vh;display:block;box-shadow:0 24px 80px #0000008c}.site-image-modal-close{z-index:10000;color:#fff;cursor:pointer;background:#0f172ad1;border:1px solid #ffffff3d;border-radius:999px;width:44px;height:44px;font-size:30px;line-height:1;position:fixed;top:18px;right:18px}@media (max-width:768px){.detail-attachment-grid{grid-template-columns:1fr}.detail-attachment-card img{object-fit:contain;width:100%;min-height:0;max-height:none}.detail-reply-image{max-width:100%;max-height:none}.site-image-modal{padding:12px}.site-image-modal img{border-radius:14px;max-width:96vw;max-height:82vh}}
