:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;width:100%;height:100%;margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width:480px){.login-card{border-radius:14px;padding:22px}.login-title{font-size:20px}button{padding:14px;font-size:16px}}.dashboard-page{z-index:1;color:#fff;background:radial-gradient(circle at top,#1f2937,#020617) top/cover fixed;position:fixed;inset:0;overflow:auto}.dashboard-layout{min-height:100dvh;display:flex}.dashboard-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:1;background:#ffffff14;border-right:1px solid #ffffff14;width:220px;padding:24px 16px}.nav-logo{margin-bottom:28px;font-size:20px;font-weight:600}.dashboard-nav nav{flex-direction:column;gap:6px;display:flex}.dashboard-nav a{cursor:pointer;opacity:.7;border-radius:10px;padding:10px 14px;transition:background .2s,opacity .2s}.dashboard-nav a:hover,.dashboard-nav a.active{opacity:1;background:#ffffff14}.dashboard-main{flex:1;padding:32px}.dashboard-title{margin-bottom:24px;font-size:20px;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.stat-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:16px}.stat-label{opacity:.7;font-size:13px}.stat-value{margin-top:6px;font-size:28px;font-weight:600;display:block}.chart-controls{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:16px;display:flex}.chart-month-nav{align-items:center;gap:8px;display:flex}.chart-month-title{text-transform:capitalize;text-align:center;min-width:140px;font-size:14px;font-weight:600}.chart-nav-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:10px;width:34px;height:34px;padding:0}.chart-nav-btn:disabled{opacity:.45;cursor:not-allowed}.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.chart-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:16px}.chart-title{margin-bottom:12px;font-size:14px;font-weight:600}.chart-wrapper{flex-direction:column;gap:8px;display:flex;position:relative;overflow:visible}.chart-svg{background:linear-gradient(#94a3b80f,#0f172a14);border-radius:10px;width:100%;height:220px;display:block}.chart-grid-line{stroke:#94a3b859;stroke-width:1px}.chart-line{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.chart-area{stroke:none}.chart-area.users{fill:#1e40af42}.chart-area.ads{fill:#05966938}.chart-line.users{stroke:#5bb8ff}.chart-dot.users{fill:#eaf6ff;stroke:#38bdf8;stroke-width:2px}.chart-line.ads{stroke:#34d399}.chart-dot.ads{fill:#ecfdf5;stroke:#10b981;stroke-width:2px}.chart-dot{cursor:pointer}.chart-x-labels{opacity:.7;justify-content:space-between;font-size:11px;display:flex}.chart-tooltip{color:#e2e8f0;pointer-events:none;white-space:nowrap;background:#0f172af5;border:1px solid #94a3b84d;border-radius:8px;padding:6px 8px;font-size:12px;line-height:1;position:absolute;transform:translate(-50%,-130%)}.chart-empty{opacity:.7;padding:10px 0;font-size:13px}.dashboard-content h2{margin-bottom:12px;font-size:16px}.content-placeholder{opacity:.5;background:#ffffff08;border:1px dashed #ffffff1f;border-radius:14px;justify-content:center;align-items:center;height:240px;display:flex}.dashboard-account{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff08;border-left:1px solid #ffffff14;width:260px;padding:24px 16px}.account-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.account-avatar{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 12px;font-size:18px;font-weight:600;display:flex}.account-name{font-weight:600}.account-role{opacity:.6;margin-bottom:16px;font-size:12px}.account-info{text-align:center;order:0}.account-icon-btn{cursor:pointer;color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;transition:background .2s,border-color .2s;display:inline-flex}.account-icon-btn:hover{background:#ffffff1f}.admin-icon-btn{background:#3b82f62e;border-color:#3b82f640;order:1}.admin-icon-btn:hover{background:#3b82f647;border-color:#3b82f666}.logout-icon-btn{order:2}.icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block}.icon-logout{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/><polyline points='16 17 21 12 16 7'/><line x1='21' y1='12' x2='9' y2='12'/></svg>")}.icon-admin{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='7' height='7'/><rect x='14' y='3' width='7' height='7'/><rect x='14' y='14' width='7' height='7'/><rect x='3' y='14' width='7' height='7'/></svg>")}.admin-panel{flex-direction:column;gap:16px;display:flex}.admin-grid{grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);align-items:start;gap:20px;display:grid}.admin-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;max-width:520px;padding:24px}.admin-card-list{max-width:none}.admin-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.admin-card-title{margin-bottom:16px;font-size:16px}.admin-form{gap:12px;display:grid}.admin-field{opacity:.9;gap:8px;font-size:13px;display:grid}.admin-field input{color:#fff;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:10px;outline:none;width:100%;padding:10px 12px}.admin-field select{color:#fff;background:#020617b3;border:1px solid #ffffff2e;border-radius:10px;outline:none;width:100%;padding:10px 12px}.admin-field select:focus{background:#020617cc;border-color:#3b82f6}.admin-field input::placeholder{color:#ffffff80}.admin-field input:focus{background:#ffffff17;border-color:#3b82f6}.admin-submit{cursor:pointer;color:#fff;background:#3b82f6;border:none;border-radius:10px;width:100%;padding:10px;font-weight:600;transition:background .2s}.admin-submit:disabled{cursor:not-allowed;opacity:.7}.admin-submit:hover:not(:disabled){background:#2563eb}.admin-status{border-radius:10px;padding:10px 12px;font-size:13px}.admin-status.success{color:#22c55e;background:#22c55e33}.admin-status.error{color:#ef4444;background:#ef444433}.admin-refresh{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;padding:8px 12px}.admin-refresh:hover{background:#ffffff1f}.admin-list{gap:12px;display:grid}.admin-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.admin-row-info{gap:4px;display:grid}.admin-row-name{font-weight:600}.admin-row-login{opacity:.7;font-size:12px}.admin-row-actions{align-items:center;gap:8px;display:flex}.admin-row-actions select{color:#fff;background:#020617b3;border:1px solid #ffffff2e;border-radius:10px;padding:8px 10px}.admin-row-self{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f666;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600}.admin-delete{color:#fff;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:10px;padding:8px 10px}.admin-delete:hover{background:#ef444440}.admin-empty{opacity:.7;border:1px dashed #ffffff26;border-radius:12px;padding:12px}.items-list{flex-direction:column;gap:12px;display:flex}.item-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.item-card:hover{background:#ffffff14}.item-left{align-items:center;gap:12px;display:flex}.item-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:600;display:flex}.item-name{font-weight:500}.item-email{opacity:.7;font-size:13px}.item-status{text-transform:capitalize;text-align:center;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:500}.item-status.active{color:#22c55e;background:#22c55e33}.item-status.banned{color:#ef4444;background:#ef444433}.item-status.unread{color:#3b82f6;background:#3b82f633}.search-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%;margin-bottom:16px;padding:10px 14px;font-size:14px}.search-input::placeholder{color:#fff9}.search-input:focus{background:#ffffff14;border-color:#3b82f6}@media (max-width:900px){.dashboard-layout{flex-direction:column;height:100dvh;overflow:hidden}.dashboard-nav,.dashboard-account{border:none;width:100%}.dashboard-nav{border-bottom:1px solid #ffffff14;border-right:none;padding:12px 12px 8px}.nav-logo{margin-bottom:10px;font-size:16px}.dashboard-nav nav{flex-direction:row;gap:8px;padding-bottom:6px;overflow-x:auto}.dashboard-nav nav a{white-space:nowrap;padding:8px 10px;font-size:13px}.dashboard-main{-webkit-overflow-scrolling:touch;flex:1;padding:16px;overflow-y:auto}.dashboard-account{border-top:1px solid #ffffff14;border-left:none;padding:12px 12px 16px}.account-card{text-align:center;grid-template-columns:40px 1fr 40px;align-items:center;column-gap:8px;padding:10px;display:grid}.account-name{font-size:13px;line-height:1.2}.account-role{margin:0;font-size:11px}.account-icon-btn{border-radius:10px;width:40px;height:40px;padding:0}.account-info,.admin-icon-btn,.logout-icon-btn{order:0}.btn-text{display:none}.admin-grid{grid-template-columns:1fr}.chart-controls{flex-direction:column;align-items:flex-start}.chart-grid{grid-template-columns:1fr}}@media (max-width:640px){.admin-card{padding:16px}.admin-card-head,.admin-row{flex-direction:column;align-items:flex-start}.admin-row-actions{justify-content:space-between;width:100%}.admin-row-actions select,.admin-delete{flex:1}.account-card{grid-template-columns:36px 1fr 36px;padding:8px}.account-icon-btn{border-radius:9px;width:36px;height:36px}.account-name{font-size:12px}.account-role{font-size:10px}}.users-list .user-item-card{background:linear-gradient(#ffffff0f,#ffffff0a);border-color:#3b82f624}.users-scroll{max-height:calc(100dvh - 220px);padding-right:4px;overflow-y:auto}.users-list .user-item-card:hover{background:linear-gradient(#3b82f624,#3b82f614);border-color:#3b82f647}.user-item-left{align-items:flex-start}.user-item-avatar{border-radius:12px;min-width:44px}.user-item-main{text-align:left;gap:4px;min-width:280px;display:grid}.user-item-meta-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.user-item-phone{text-align:left}.user-item-created{text-align:right;white-space:nowrap}.user-item-right{justify-content:flex-end;min-width:108px;display:flex}@media (max-width:640px){.users-list .user-item-card{align-items:flex-start;gap:8px}.user-item-right{justify-content:flex-start;min-width:0}.user-item-main{width:100%;min-width:0}.user-item-meta-row{flex-direction:column;align-items:flex-start;gap:2px}.user-item-created{text-align:left;white-space:normal}.users-scroll{max-height:calc(100dvh - 250px);padding-right:0}}*{box-sizing:border-box;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.login-page{background:radial-gradient(circle at top,#1f2937,#020617);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:16px;display:flex;position:absolute;inset:0}.login-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:380px;padding:28px;box-shadow:0 20px 60px #0009}.login-title{text-align:center;margin-bottom:6px;font-size:24px;font-weight:600}.login-subtitle{opacity:.7;text-align:center;margin-bottom:24px;font-size:14px}form{flex-direction:column;gap:16px;display:flex}label{opacity:.85;text-align:left;flex-direction:column;gap:6px;font-size:13px;display:flex}input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:12px 14px;font-size:14px}input::placeholder{color:#fff6}input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;margin-top:8px;padding:12px;font-size:15px;font-weight:500}button:hover{box-shadow:0 8px 24px #3b82f666}.login-footer{opacity:.5;text-align:center;margin-top:24px;font-size:12px}#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}.ad-fullpage-container{color:#fff;min-height:100vh;padding:20px}.back-btn{color:#aaa;cursor:pointer;background:0 0;border:none;margin-bottom:15px}.ad-layout{grid-template-columns:minmax(520px,1.6fr) minmax(260px,1fr);align-items:start;gap:20px;display:grid}.ad-layout>*{min-width:0}.ad-empty-image{text-align:center;color:#8a8a8a;background:#1b1b1b;border-radius:10px;padding:20px}.ad-images-block{background:#1b1b1b;border-radius:10px;padding:10px}.main-image{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.image-thumbs{gap:8px;margin-top:10px;display:flex}.thumb{object-fit:cover;cursor:pointer;opacity:.5;border-radius:6px;width:60px;height:60px}.ad-info-block{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.info-card{background:#141414;border-top:1px solid #2a2a2a;border-radius:8px;padding:10px 12px}.info-title{color:#8a8a8a;margin-bottom:4px;font-size:11px}.info-value{color:#fff;font-size:14px;line-height:1.4}.info-card:hover{border-color:#3a3a3a}.status.pending{color:#fc0}.status.approved{color:#00ff7f}.status.rejected{color:#ff5a5f}.ad-actions-fixed{background:#141414;border-top:1px solid #2a2a2a;gap:10px;margin-top:20px;padding:15px;display:flex;position:sticky;bottom:0}.reject-btn,.approve-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:14px;font-size:16px}.reject-btn{background:#ff5a5f}.approve-btn{color:#000;background:#00ff7f}@media (max-width:900px){.ad-layout{grid-template-columns:1fr}.ad-actions-fixed{flex-direction:column}}@media (max-width:640px){.ads-list-container{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px}.ad-card img{height:90px}.ad-card-info{padding:6px 8px 8px}.ad-card-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.2;display:-webkit-box;overflow:hidden}.ad-card-info p{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:11px;line-height:1.15;display:-webkit-box;overflow:hidden}.ad-card{border-radius:8px}}.ads-list-container{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px;padding:20px;display:grid}.ad-card{cursor:pointer;color:#fff;background:#1e1e1e;border-radius:10px;transition:transform .2s;overflow:hidden}.ad-card:hover{transform:scale(1.03)}.ad-card img{object-fit:cover;width:100%;height:150px}.ad-card-info{padding:10px}.ad-info{flex-direction:column;flex:1;gap:12px;display:flex}.ad-actions{background:#101010;border-top:1px solid #2a2a2a;gap:12px;padding:16px;display:flex}.ad-content{flex:1;gap:24px;padding:24px;display:flex;overflow:hidden}.ad-full-page{flex-direction:column;height:100%;display:flex}.chat-page{background:#0006;border-radius:14px;flex-direction:column;flex:auto;min-height:0;padding:16px;display:flex}.chat-header{color:#fff;border-bottom:1px solid #ffffff1a;padding-bottom:12px;font-size:18px;font-weight:600}.chat-messages{min-height:0;padding:12px 0 calc(var(--chat-overlay-height,112px) + 8px);flex-direction:column;flex:auto;gap:8px;display:flex;overflow-y:auto}.chat-window{--input-height:64px;--quick-height:48px;--overlay-gap:8px;--chat-overlay-height:calc(var(--input-height) + var(--quick-height) + var(--overlay-gap));flex-direction:column;width:100%;height:min(72vh,900px);max-height:72vh;display:flex;position:relative;overflow:hidden}.chat-message{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;word-break:break-word;overflow-wrap:anywhere;text-align:left;background:#ffffff0d;border-radius:12px;flex-direction:column;max-width:60%;padding:10px 14px;font-size:14px;display:flex;position:relative}.chat-message.me{background:#3b82f64d;align-self:flex-end}.chat-message.user{background:#6b72804d;align-self:flex-start}.chat-text{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;text-align:left;margin-bottom:4px}.chat-sender{opacity:.7;margin-bottom:4px;font-size:11px}.chat-time{opacity:.6;align-self:flex-end;font-size:10px}.chat-image{border-radius:12px;max-width:200px;margin-bottom:4px}.chat-window .chat-input-block{height:var(--input-height);-webkit-backdrop-filter:none;backdrop-filter:none;z-index:6;background:0 0;align-items:flex-start;gap:8px;margin-top:0;padding:8px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.icon-btn{cursor:pointer;background:#2a2a2a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;padding:0;display:flex}.send-btn{cursor:pointer;color:#fff;background:#076bc9;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:84px;min-width:0;height:42px;display:flex}.send-btn svg,.icon-btn svg{opacity:.8;width:20px;height:20px;display:block}.chat-input{color:#fff;background:#2a2a2a;border:none;border-radius:10px;outline:none;flex:1;min-width:0;height:42px;padding:0 12px;font-size:14px;line-height:normal}.chat-input-block input[type=text]{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;outline:none;flex:1;padding:10px 12px}.chat-window .quick-tree{left:12px;right:12px;bottom:calc(var(--input-height) + var(--overlay-gap));height:var(--quick-height);z-index:5;background:0 0;align-items:center;gap:8px;padding:4px 6px;display:flex;position:absolute;overflow-x:auto}.chat-window .chat-input-block:before,.chat-window .quick-tree:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#00000014,#0000);height:8px;position:absolute;top:-8px;left:0;right:0}.chat-input-block input[type=file]{color:#fff}.image-preview{position:relative}.image-preview img{border-radius:8px;max-width:60px}.image-preview button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:18px;height:18px;font-size:12px;position:absolute;top:-4px;right:-4px}.chat-input-bar{border-top:1px solid #ffffff14;align-items:center;padding:8px}.chat-input-inner{align-items:stretch;gap:8px;display:flex}.chat-cell{justify-content:center;align-items:center;height:44px;display:flex}.chat-cell-input{flex:1}.chat-cell-input input{color:#fff;box-sizing:border-box;background:#2a2a2a;border:none;border-radius:12px;outline:none;width:100%;height:100%;padding:0 12px;font-size:14px}.image-upload-btn{cursor:pointer;color:#fff;background:#1e1e1e;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.send-btn{cursor:pointer;color:#fff;background:#076bc9;border:none;border-radius:12px;justify-content:center;align-items:center;width:88px;height:44px;margin-top:-1px;display:flex}.image-upload-btn svg,.send-btn svg{width:20px;height:20px;display:block}@media (max-width:600px){.chat-input-bar{padding:8px}.send-btn{width:44px;height:44px;font-size:14px}.chat-input{font-size:16px}}.image-gallery{flex-direction:column;gap:10px;min-width:0;display:flex}.image-main{aspect-ratio:4/3;background:#0f0f0f;border-radius:10px;width:100%;position:relative;overflow:hidden}.image-main img{object-fit:cover;width:100%;height:100%}.nav{color:#fff;cursor:pointer;z-index:2;background:#0009;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:24px;line-height:1;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.nav.left{left:10px}.nav.right{right:10px}.nav:hover{background:#000c;transform:translateY(-50%)}.image-thumbs{flex-wrap:wrap;gap:8px;display:flex}.thumb{object-fit:cover;cursor:pointer;opacity:.6;border-radius:6px;width:64px;height:64px;transition:opacity .2s,outline .2s}.thumb.active{opacity:1;outline:2px solid #00ff7f}@media (max-width:900px){.image-main{aspect-ratio:1}.thumb{width:56px;height:56px}}.confirm-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.confirm-modal{color:#fff;background:#1e1e1e;border-radius:10px;flex-direction:column;gap:20px;min-width:300px;max-width:90%;padding:25px 30px;display:flex;box-shadow:0 0 15px #000000b3}.confirm-message{font-size:16px}.confirm-actions{justify-content:flex-end;gap:10px;display:flex}.confirm-btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-weight:700;transition:all .2s}.confirm-btn.approve{color:#000;background:#00ff7f}.confirm-btn.cancel{color:#fff;background:#ff5a5f}.user-fullpage-container{color:#fff;background:#121212;flex-direction:column;gap:20px;min-height:100vh;padding:20px;font-family:Segoe UI,sans-serif;display:flex}.back-btn{cursor:pointer;background:#333;border:none;border-radius:6px;align-self:flex-start;margin-bottom:10px;padding:8px 16px}.user-header{background:#1e1e1e;border-radius:12px;gap:20px;padding:15px;display:flex;box-shadow:0 4px 10px #0000004d}.user-avatar{object-fit:cover;border:2px solid #555;border-radius:12px;width:160px;height:160px}.user-basic-info h2{margin:0;font-size:1.8rem}.service-info{align-items:center;gap:10px;margin-top:10px;display:flex}.user-tabs{gap:10px;display:flex}.tab{cursor:pointer;background:#333;border:none;border-radius:8px;padding:10px 18px;font-weight:500}.tab.active{background:#555}.user-content{flex-direction:column;gap:15px;display:flex}.user-info-cards{flex-wrap:wrap;gap:15px;display:flex}.info-card{background:#1e1e1e;border-radius:12px;min-width:200px;padding:15px;box-shadow:0 2px 8px #0006}.user-posts-list,.user-chats-list{flex-direction:column;gap:12px;display:flex}.post-card,.chat-card{background:#1e1e1e;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0006}.user-actions{gap:10px;margin-top:auto;display:flex}.approve-btn{cursor:pointer;background:#00ff7f;border:none;border-radius:8px;flex:1;padding:12px}.reject-btn{cursor:pointer;background:#ff5a5f;border:none;border-radius:8px;flex:1;padding:12px}@media (max-width:900px){.user-header{flex-direction:column;align-items:center}.user-avatar{width:120px;height:120px}.user-info-cards,.user-actions{flex-direction:column}}.services-page,.services-list{flex-direction:column;gap:12px;display:flex}.service-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#ffffff0f,#ffffff0a);border:1px solid #3b82f624;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:background .2s,border-color .2s;display:flex}.service-card-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.service-card:hover{background:linear-gradient(#3b82f624,#3b82f614);border-color:#3b82f647}.service-left{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.service-logo{object-fit:cover;color:#fff;background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-weight:700;display:flex}.service-logo.fallback{font-size:16px}.service-main{gap:6px;width:100%;min-width:0;display:grid}.service-title-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.service-name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.service-id{opacity:.65;white-space:nowrap;font-size:12px}.service-meta-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.service-type,.service-rating,.service-created{opacity:.8;font-size:12px}.service-created{white-space:nowrap}.service-status{white-space:nowrap;text-align:center;border-radius:999px;min-width:96px;padding:5px 10px;font-size:12px;font-weight:600}.service-status.pending{color:#3b82f6;background:#3b82f633}.service-status.approved{color:#22c55e;background:#22c55e33}.service-status.rejected{color:#ef4444;background:#ef444433}.services-empty{opacity:.7;border:1px dashed #fff3;border-radius:12px;padding:12px}@media (max-width:740px){.service-card{align-items:flex-start;padding:10px 12px}.service-logo{width:44px;min-width:44px;height:44px}.service-title-row{flex-direction:column;align-items:flex-start;gap:2px}.service-status{align-self:flex-start;min-width:auto}}.service-full-page{height:calc(100dvh - 64px);max-height:calc(100dvh - 64px);overflow:hidden}.service-full-scroll{flex-direction:column;gap:14px;height:100%;padding-right:4px;display:flex;overflow-y:auto}.service-full-back{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;width:fit-content;padding:8px 12px}.service-full-header{background:linear-gradient(#ffffff0f,#ffffff0a);border:1px solid #3b82f624;border-radius:14px;gap:14px;padding:14px;display:flex}.service-hat-viewer{background:linear-gradient(#ffffff0f,#ffffff0a);border:1px solid #3b82f624;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.service-hat-title{font-size:14px;font-weight:600}.service-hat-main{background:#00000059;border:1px solid #ffffff1a;border-radius:12px;width:100%;min-height:360px;position:relative;overflow:hidden}.service-hat-main img{object-fit:contain;background:#0e1117;width:100%;height:100%}.service-hat-empty{color:#ffffffbf;justify-content:center;align-items:center;width:100%;height:100%;min-height:360px;display:flex}.service-hat-nav{color:#fff;cursor:pointer;background:#0000008c;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-family:Segoe UI,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.service-hat-nav-left{left:10px}.service-hat-nav-right{right:10px}.service-hat-thumbs{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px;display:grid}.service-hat-thumb{cursor:pointer;background:#0e1117;border:1px solid #ffffff26;border-radius:8px;padding:0;overflow:hidden}.service-hat-thumb img{object-fit:cover;width:100%;height:70px;display:block}.service-hat-thumb.active{border-color:#3b82f6e6}.service-hat-error{color:#ffaaaaf2;font-size:12px}.service-full-logo{object-fit:cover;background:#ffffff14;border-radius:14px;width:92px;min-width:92px;height:92px}.service-full-logo-fallback{justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.service-full-head-info{flex-direction:column;gap:6px;display:flex}.service-full-head-info h2{margin:0}.service-full-id{opacity:.75;font-size:13px}.service-full-status{border-radius:999px;width:fit-content;padding:4px 10px;font-size:12px;font-weight:600}.service-full-status.pending{color:#3b82f6;background:#3b82f633}.service-full-status.approved{color:#22c55e;background:#22c55e33}.service-full-status.rejected{color:#ef4444;background:#ef444433}.service-full-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.service-full-info-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:12px}.service-full-info-label{opacity:.7;margin-bottom:6px;font-size:12px}.service-full-info-value{word-break:break-word;font-size:14px;font-weight:500}.service-full-description{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:12px}.service-full-description-title{opacity:.7;margin-bottom:6px;font-size:12px}.service-full-description-text{white-space:pre-wrap;word-break:break-word}.service-actions{gap:12px;display:flex}.service-approve-btn,.service-reject-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:600}.service-approve-btn{color:#0b1220;background:#22c55e}.service-reject-btn{color:#fff;background:#ef4444}.service-approve-btn:disabled,.service-reject-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:760px){.service-full-page{height:auto;max-height:none;overflow:visible}.service-full-scroll{height:auto;padding-right:0;overflow-y:visible}.service-full-grid{grid-template-columns:1fr}.service-full-header{align-items:flex-start}.service-hat-main,.service-hat-empty{min-height:240px}.service-hat-thumb img{height:60px}.service-full-logo{width:76px;min-width:76px;height:76px}.service-actions{flex-direction:column}}.support-page,.support-list{flex-direction:column;gap:12px;display:flex}.support-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.support-card:hover{background:#ffffff14}.support-card-left{align-items:center;gap:12px;display:flex}.support-avatar{background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;display:flex}.support-title{font-weight:600}.support-meta{opacity:.7;gap:6px;font-size:12px;display:flex}.support-last{opacity:.8;font-size:12px}.support-card-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.support-status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.support-status.open{color:#3b82f6;background:#3b82f633}.support-status.pending{color:#f59e0b;background:#f59e0b33}.support-status.resolved{color:#22c55e;background:#22c55e33}.support-created,.support-updated{opacity:.7;font-size:12px}.support-chat-page{flex-direction:column;gap:12px;display:flex}.support-chat-header{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;gap:12px;padding:12px 16px;display:flex}.support-chat-title{margin-bottom:4px;font-weight:600}.support-chat-meta{opacity:.7;gap:6px;font-size:12px;display:flex}.support-chat-badges{align-items:flex-start;gap:8px;display:flex}.support-chat-window{max-height:72vh}.support-chat-actions{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.support-status-select{opacity:.8;gap:6px;font-size:12px;display:grid}.support-status-select select{color:#fff;background:#020617b3;border:1px solid #ffffff2e;border-radius:10px;outline:none;padding:8px 10px}.support-delete-btn{color:#fff;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:10px;padding:10px 14px}.support-delete-btn:hover{background:#ef444440}@media (max-width:640px){.support-card,.support-card-right{align-items:flex-start}.support-chat-header{flex-direction:column;align-items:flex-start}.support-chat-actions{flex-direction:column;align-items:stretch}.support-delete-btn{width:100%}}.quick-tree{gap:6px;margin-bottom:8px;padding-bottom:6px;display:flex;overflow-x:auto}.quick-item,.quick-back{white-space:nowrap;color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;padding:6px 12px;font-size:12px;transition:background .2s}.quick-item:hover,.quick-back:hover{background:#3b82f666}
