@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap";
:root{--bg:#f5f7fb;--surface:#fff;--surface-2:#f8fafc;--text:#111827;--muted:#667085;--border:#0f172a14;--accent:#7c5cff;--accent-2:#5b3df5;--accent-soft:#7c5cff1c;--success:#19a974;--warning:#d99100;--danger:#e05252;--shadow:0 18px 50px #0f172a12}html[data-theme=dark]{--bg:#090b0f;--surface:#11151b;--surface-2:#151a21;--text:#f4f6f8;--muted:#8f99a8;--border:#ffffff13;--accent:#8b72ff;--accent-2:#7659ff;--accent-soft:#8b72ff24;--shadow:0 18px 60px #0000004d}*{box-sizing:border-box}html{direction:rtl;min-height:100%}body{background:var(--bg);min-height:100%;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Vazirmatn,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.65}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{background:color-mix(in srgb, var(--surface) 92%, transparent);border-left:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;width:248px;padding:22px 16px;position:fixed;inset:0 0 0 auto}.brand{align-items:center;gap:11px;padding:8px 10px 24px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg, var(--accent), #a48fff);border-radius:13px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:800;display:grid;box-shadow:0 10px 28px #7c5cff40}.brand-name{letter-spacing:-.03em;font-size:18px;font-weight:800}.brand-sub{color:var(--muted);letter-spacing:.06em;margin-top:2px;font-size:10px}.nav-label{color:var(--muted);letter-spacing:.08em;padding:12px 12px 8px;font-size:10px;font-weight:700}.nav-item{width:100%;color:var(--muted);border:1px solid #0000;border-radius:12px;align-items:center;gap:11px;padding:11px 12px;font-size:13px;font-weight:600;transition:all .18s;display:flex}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{color:var(--text);background:var(--accent-soft);border-color:#7c5cff21}.nav-icon{width:17px;height:17px}.sidebar-bottom{position:absolute;bottom:18px;left:16px;right:16px}.user-mini{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;align-items:center;gap:10px;padding:11px;display:flex}.avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:11px;flex:0 0 34px;place-items:center;font-size:12px;font-weight:800;display:grid}.user-mini-name{font-size:12px;font-weight:700}.user-mini-role{color:var(--muted);margin-top:2px;font-size:10px}.main{width:calc(100% - 248px);min-height:100vh;margin-right:248px}.topbar{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 85%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex;position:sticky;top:0}.breadcrumb{color:var(--muted);font-size:12px}.top-actions{align-items:center;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--muted);border-radius:12px;place-items:center;transition:all .18s;display:grid}.icon-btn:hover{color:var(--text);box-shadow:var(--shadow);transform:translateY(-1px)}.content{max-width:1480px;margin:auto;padding:34px}.hero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.08em;align-items:center;gap:7px;margin-bottom:8px;font-size:11px;font-weight:800;display:flex}h1{letter-spacing:-.045em;margin:0;font-size:30px;line-height:1.25}.hero p{color:var(--muted);margin:9px 0 0;font-size:13px}.hero-chip{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:14px;align-items:center;gap:8px;padding:10px 13px;font-size:12px;display:flex}.dot{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #19a9741a}.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.stat{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;padding:18px;position:relative;overflow:hidden}.stat:after{content:"";background:radial-gradient(circle, var(--accent-soft), transparent 65%);width:90px;height:90px;position:absolute;top:-40px;left:-35px}.stat-top{justify-content:space-between;align-items:center;display:flex}.stat-icon{background:var(--accent-soft);width:35px;height:35px;color:var(--accent);border-radius:11px;place-items:center;display:grid}.stat-label{color:var(--muted);font-size:11px;font-weight:600}.stat-value{letter-spacing:-.04em;margin-top:13px;font-size:25px;font-weight:800}.stat-note{color:var(--muted);margin-top:6px;font-size:10px}.grid{grid-template-columns:1.35fr .85fr;gap:16px;display:grid}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.card-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.card-title{font-size:13px;font-weight:800}.card-sub{color:var(--muted);margin-top:4px;font-size:10px}.card-body{padding:18px 20px}.activity{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:11px 0;display:flex}.activity:last-child{border-bottom:0}.activity-icon{background:var(--surface-2);width:34px;height:34px;color:var(--accent);border-radius:11px;flex:0 0 34px;place-items:center;display:grid}.activity-main{flex:1;min-width:0}.activity-title{font-size:11px;font-weight:700}.activity-meta{color:var(--muted);margin-top:3px;font-size:10px}.activity-value{font-size:11px;font-weight:700}.quick-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.quick{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;padding:14px;transition:all .18s}.quick:hover{border-color:#7c5cff40;transform:translateY(-2px)}.quick-icon{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:10px;place-items:center;margin-bottom:11px;display:grid}.quick-title{font-size:11px;font-weight:800}.quick-sub{color:var(--muted);margin-top:4px;font-size:10px}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.login-glow{filter:blur(4px);background:radial-gradient(circle,#7c5cff2e,#0000 65%);border-radius:50%;width:620px;height:620px;position:absolute;top:-220px;left:-180px}.login-glow.two{opacity:.65;inset:auto -260px -300px auto}.login-card{background:color-mix(in srgb, var(--surface) 95%, transparent);border:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:28px;width:min(440px,100%);padding:32px;position:relative;box-shadow:0 30px 100px #0000001f}.login-brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.login-title{letter-spacing:-.045em;margin:0;font-size:28px}.login-sub{color:var(--muted);margin:8px 0 26px;font-size:12px;line-height:1.9}.field{margin-top:15px}.field label{margin-bottom:8px;font-size:11px;font-weight:700;display:block}.input{border:1px solid var(--border);background:var(--surface-2);width:100%;height:46px;color:var(--text);border-radius:13px;outline:none;padding:0 13px;transition:all .18s}.input:focus{box-shadow:0 0 0 4px var(--accent-soft);border-color:#7c5cff8c}.primary-btn{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));border:0;border-radius:13px;width:100%;height:46px;margin-top:20px;font-weight:800;transition:all .18s;box-shadow:0 12px 28px #7c5cff3b}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #7c5cff4d}.error{color:var(--danger);background:#e0525214;border:1px solid #e0525226;border-radius:12px;margin-top:12px;padding:10px 12px;font-size:11px}.theme-corner{position:absolute;top:22px;right:22px}.page-shell{max-width:1480px;margin:0 auto;padding:32px}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.page-header h1{letter-spacing:-.035em;margin:0;font-size:30px}.page-header p{color:var(--muted);margin:7px 0 0;font-size:14px}.icon-button{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:12px;place-items:center;transition:all .18s;display:grid}.icon-button:hover{border-color:var(--accent);transform:translateY(-1px)}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.users-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000014}.users-toolbar{border-bottom:1px solid var(--border);background:var(--surface);gap:10px;padding:18px;display:flex}.search-box{border:1px solid var(--border);background:var(--surface-2);min-width:260px;height:42px;color:var(--muted);border-radius:11px;flex:1;align-items:center;gap:9px;padding:0 12px;transition:all .18s;display:flex}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search-box input{width:100%;color:var(--text);font:inherit;text-align:right;direction:rtl;background:0 0;border:0;outline:0;font-size:13px}.search-box input::placeholder{color:var(--muted)}.search-clear{color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.users-toolbar select{border:1px solid var(--border);background:var(--surface-2);min-width:135px;height:42px;color:var(--text);cursor:pointer;border-radius:11px;outline:none;padding:0 12px}.users-toolbar select:focus{border-color:var(--accent)}.clear-filters{height:42px;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0 13px;font-size:12px;font-weight:600}.users-summary{color:var(--muted);justify-content:space-between;padding:13px 18px;font-size:12px;display:flex}.users-table-wrapper{overflow-x:auto}.users-table{border-collapse:collapse;direction:rtl;width:100%}.users-table th{text-align:right;color:var(--muted);letter-spacing:.03em;border-top:1px solid var(--border);border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 18px;font-size:10px;font-weight:700}.users-table td{border-bottom:1px solid var(--border);white-space:nowrap;text-align:right;padding:15px 18px;font-size:13px}.users-table tbody tr{cursor:pointer;transition:background .16s}.users-table tbody tr:hover{background:var(--accent-soft)}.users-table tbody tr:last-child td{border-bottom:0}.user-cell{align-items:center;gap:11px;display:flex}.user-avatar{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:12px;flex:0 0 38px;place-items:center;font-size:11px;font-weight:800;display:grid}.user-name{color:var(--text);font-weight:650}.user-id{color:var(--muted);text-align:right;direction:ltr;margin-top:3px;font-size:10px}.telegram-cell{text-align:right;direction:ltr;flex-direction:column;gap:3px;display:flex}.telegram-cell span{color:var(--text)}.telegram-cell small{color:var(--muted);font-size:10px}.role-badge,.status-cell,.restriction-badge{align-items:center;gap:5px;display:inline-flex}.role-badge{background:var(--accent-soft);color:var(--accent);border-radius:8px;padding:5px 9px;font-size:11px;font-weight:650}.role-badge.support{color:#8b5cf6;background:#8b5cf61f}.role-badge.admin{color:#f59e0b;background:#f59e0b1f}.status-cell{color:var(--muted);font-size:12px}.status-dot{border-radius:50%;width:7px;height:7px}.status-dot.active{background:#22c55e;box-shadow:0 0 0 3px #22c55e1f}.status-dot.inactive{background:#ef4444}.restriction-badge{color:#f59e0b;background:#f59e0b1f;border-radius:6px;margin-right:5px;padding:3px 6px;font-size:9px;font-weight:700}.date-text{color:var(--muted);font-size:12px}.row-arrow{color:var(--muted);transition:all .16s}.users-table tr:hover .row-arrow{color:var(--accent);transform:translate(-2px)}.users-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:40px 20px;display:flex}.state-icon{background:var(--accent-soft);width:46px;height:46px;color:var(--accent);border-radius:14px;place-items:center;margin-bottom:14px;display:grid}.state-icon.error{color:#ef4444;background:#ef44441a}.users-state h3{margin:0;font-size:15px}.users-state p{max-width:360px;color:var(--muted);margin:7px 0 18px;font-size:12px;line-height:1.8}.primary-button,.secondary-button{cursor:pointer;border-radius:10px;height:38px;padding:0 15px;font-size:12px;font-weight:650}.primary-button{background:var(--accent);color:#fff;border:0}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text)}.users-loading{border-top:1px solid var(--border)}.user-skeleton{border-bottom:1px solid var(--border);align-items:center;gap:11px;height:68px;padding:0 18px;display:flex}.skeleton-avatar,.skeleton-lines div,.skeleton-right{background:var(--border);animation:1.3s ease-in-out infinite pulse}.skeleton-avatar{border-radius:12px;width:38px;height:38px}.skeleton-lines{flex-direction:column;gap:7px;display:flex}.skeleton-lines div:first-child{border-radius:5px;width:130px;height:9px}.skeleton-lines div:last-child{border-radius:5px;width:75px;height:7px}.skeleton-right{border-radius:5px;width:70px;height:9px;margin-left:auto}@keyframes pulse{0%,to{opacity:.45}50%{opacity:.8}}@media (max-width:1050px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.grid{grid-template-columns:1fr}}@media (max-width:800px){.page-shell{padding:20px 14px}.users-toolbar{flex-wrap:wrap}.search-box{flex-basis:100%}.users-toolbar select{flex:1}.users-table th:nth-child(5),.users-table td:nth-child(5){display:none}}@media (max-width:760px){.sidebar{width:72px;padding:16px 10px}.brand{justify-content:center;padding:8px 0 24px}.brand-copy,.nav-label,.nav-item span,.sidebar-bottom .user-copy{display:none}.nav-item{justify-content:center;padding:12px}.sidebar-bottom{left:10px;right:10px}.user-mini{justify-content:center;padding:9px}.main{width:calc(100% - 72px);margin-right:72px}.topbar{padding:0 18px}.content{padding:22px 16px}.hero{flex-direction:column;align-items:flex-start}.page-header{align-items:stretch}}@media (max-width:520px){.stats{grid-template-columns:1fr}h1{font-size:25px}.login-card{padding:25px}.users-toolbar select{min-width:0}}.detail-topbar{justify-content:flex-start;margin-bottom:18px;display:flex}.back-button{border:1px solid var(--border);background:var(--surface);height:38px;color:var(--muted);border-radius:10px;align-items:center;gap:7px;padding:0 13px;font-size:12px;transition:all .18s;display:inline-flex}.back-button:hover{color:var(--text);border-color:var(--accent);transform:translate(2px)}.detail-alert{border-radius:11px;margin-bottom:16px;padding:11px 13px;font-size:12px}.user-profile-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:24px;display:flex}.profile-main{align-items:center;gap:15px;min-width:0;display:flex}.profile-avatar{background:var(--accent-soft);width:64px;height:64px;color:var(--accent);border-radius:20px;flex:0 0 64px;place-items:center;font-size:18px;font-weight:800;display:grid}.profile-copy{min-width:0}.profile-name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-name-row h1{font-size:24px}.profile-secondary{color:var(--muted);direction:rtl;align-items:center;gap:8px;margin-top:6px;font-size:12px;display:flex}.profile-status{align-items:center;gap:10px;min-width:150px;display:flex}.profile-status-title{font-size:12px;font-weight:800}.profile-status-sub{color:var(--muted);margin-top:3px;font-size:10px}.detail-grid{grid-template-columns:1.1fr .9fr;gap:16px;display:grid}.detail-column{flex-direction:column;gap:16px;display:flex}.detail-list{padding:4px 20px 12px}.detail-row{border-bottom:1px solid var(--border);align-items:center;gap:11px;min-height:68px;display:flex}.detail-row:last-child{border-bottom:0}.detail-row-icon{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border-radius:10px;flex:0 0 32px;place-items:center;display:grid}.detail-row-main{flex:1;min-width:0}.detail-row-label{color:var(--muted);margin-bottom:4px;font-size:10px}.detail-row-value{color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:650}.ltr-value{text-align:right;direction:ltr}.copy-button{border:1px solid var(--border);background:var(--surface-2);width:32px;height:32px;color:var(--muted);border-radius:9px;place-items:center;transition:all .16s;display:grid}.copy-button:hover{color:var(--accent);border-color:var(--accent)}.control-stack{padding:8px 20px 20px}.control-row{justify-content:space-between;align-items:center;gap:16px;padding:15px 0;display:flex}.control-row.vertical{flex-direction:column;align-items:stretch;display:flex}.control-title{font-size:12px;font-weight:800}.control-sub{color:var(--muted);max-width:430px;margin-top:4px;font-size:10px;line-height:1.8}.control-divider{background:var(--border);height:1px}.primary-button.compact,.danger-button,.compact-button{white-space:nowrap;width:auto;min-height:36px}.danger-button{color:var(--danger);background:#e0525214;border:1px solid #e0525233;border-radius:10px;padding:0 13px;font-size:11px;font-weight:700}.restriction-form{align-items:center;gap:8px;margin-top:11px;display:flex;position:relative}.restriction-form .input{width:145px;height:40px;padding-left:48px}.restriction-unit{color:var(--muted);pointer-events:none;font-size:10px;position:absolute;left:12px}.restriction-summary{color:var(--muted);align-items:center;gap:8px;margin-top:10px;font-size:10px;display:flex}.compact-button{align-items:center;gap:6px;width:fit-content;padding:0 11px;display:inline-flex}.mini-stats{grid-template-columns:1fr 1fr;gap:10px;padding:18px;display:grid}.mini-stat{border:1px solid var(--border);background:var(--surface-2);border-radius:13px;padding:13px}.mini-stat span{color:var(--muted);margin-bottom:5px;font-size:10px;display:block}.mini-stat strong{font-size:13px}.detail-loading{gap:16px;display:grid}.detail-loading-card{border:1px solid var(--border);background:var(--surface);border-radius:22px;height:126px;animation:1.3s ease-in-out infinite pulse}.detail-loading-card.large{height:420px}.detail-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:40px 20px;display:flex}.detail-state h3{margin:0;font-size:16px}.detail-state p{max-width:420px;color:var(--muted);margin:7px 0 18px;font-size:12px;line-height:1.8}.detail-state-actions{align-items:center;gap:8px;display:flex}@media (max-width:900px){.detail-grid{grid-template-columns:1fr}.user-profile-card{flex-direction:column;align-items:flex-start}.profile-status{width:100%}}@media (max-width:600px){.profile-name-row h1{font-size:20px}.profile-secondary{flex-wrap:wrap}.control-row{flex-direction:column;align-items:stretch}.restriction-form{flex-wrap:wrap}.restriction-form .input,.primary-button.compact,.danger-button{width:100%}}.ads-table .ad-cell{align-items:center;gap:11px;display:flex}.ad-avatar{width:38px;height:38px;color:var(--accent);background:var(--accent-soft);border-radius:12px;flex:0 0 38px;place-items:center;display:grid}.ad-public-id{text-align:right;text-overflow:ellipsis;direction:ltr;max-width:170px;overflow:hidden}.ad-type-badge{border-radius:8px;align-items:center;gap:5px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.ad-type-badge.sell{color:var(--success);background:#19a9741a}.ad-type-badge.buy{color:#3b82f6;background:#3b82f61a}.ad-number,.ad-price{font-size:12px;font-weight:650}.ad-price{direction:rtl}.owner-id{color:var(--muted);direction:ltr;font-size:12px}.ad-status-badge{border-radius:8px;align-items:center;gap:6px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.ad-status-dot{border-radius:50%;width:7px;height:7px}.ad-status-badge.active{color:var(--success);background:#19a9741a}.ad-status-badge.active .ad-status-dot{background:var(--success)}.ad-status-badge.in_progress{color:#3b82f6;background:#3b82f61f}.ad-status-badge.in_progress .ad-status-dot{background:#3b82f6}.ad-status-badge.closed{color:var(--accent);background:var(--accent-soft)}.ad-status-badge.closed .ad-status-dot{background:var(--accent)}.ad-status-badge.expired,.ad-status-badge.cancelled{color:var(--muted);background:var(--surface-2)}.ad-status-badge.expired .ad-status-dot,.ad-status-badge.cancelled .ad-status-dot{background:var(--muted)}@media (max-width:1050px){.ads-table th:nth-child(3),.ads-table td:nth-child(3){display:none}}@media (max-width:800px){.ads-table th:nth-child(4),.ads-table td:nth-child(4),.ads-table th:nth-child(7),.ads-table td:nth-child(7){display:none}}.currency-cell{white-space:nowrap;align-items:center;gap:6px;display:flex}.currency-cell strong{font-size:11px;font-weight:700}.currency-cell small{color:var(--muted);direction:ltr;font-size:10px}.ad-price{white-space:nowrap;align-items:baseline;gap:4px;display:flex}.ad-price small{color:var(--muted);direction:ltr;font-size:9px}.ad-profile-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:24px;display:flex}.ad-profile-card .profile-avatar{background:var(--accent-soft);color:var(--accent)}.ad-owner-chip{border:1px solid var(--border);color:var(--muted);background:var(--surface-2);white-space:nowrap;border-radius:11px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;display:inline-flex}.ltr-inline{direction:ltr;unicode-bidi:embed;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ad-detail-grid{margin-bottom:16px}.ad-mini-stats{grid-template-columns:1fr 1fr}.offers-section{overflow:hidden}.section-count{color:var(--muted);font-size:10px}.offer-id-cell{align-items:center;gap:10px;display:flex}.offer-price{font-size:12px}.offer-status-badge{border-radius:8px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.offer-status-badge>span{border-radius:50%;width:7px;height:7px}.offer-status-badge.active{color:var(--success);background:#19a9741a}.offer-status-badge.active>span{background:var(--success)}.offer-status-badge.accepted{color:var(--accent);background:var(--accent-soft)}.offer-status-badge.accepted>span{background:var(--accent)}.offer-status-badge.rejected,.offer-status-badge.cancelled{color:var(--muted);background:var(--surface-2)}.offer-status-badge.rejected>span,.offer-status-badge.cancelled>span{background:var(--muted)}.empty-offers{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:35px 20px;display:flex}.empty-offers h3{margin:0;font-size:14px}.empty-offers p{color:var(--muted);max-width:360px;margin:7px 0 0;font-size:11px;line-height:1.8}@media (max-width:700px){.ad-profile-card{flex-direction:column;align-items:stretch}.ad-owner-chip{width:fit-content}.ad-mini-stats{grid-template-columns:1fr}}.offers-table .offer-id-cell{align-items:center;gap:10px;display:flex}.linked-id{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:inline-flex}.offers-table .offer-price{font-size:12px}@media (max-width:950px){.offers-table th:nth-child(6),.offers-table td:nth-child(6){display:none}}@media (max-width:750px){.offers-table th:nth-child(3),.offers-table td:nth-child(3){display:none}}.deals-table .deal-id-cell{align-items:center;gap:10px;display:flex}.deal-price{white-space:nowrap;font-size:12px}.deal-status-badge{border-radius:8px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.deal-status-badge>span{border-radius:50%;width:7px;height:7px}.deal-status-badge.in_progress{color:#d99100;background:#d991001c}.deal-status-badge.in_progress>span{background:#d99100}.deal-status-badge.pending{color:#3b82f6;background:#3b82f61a}.deal-status-badge.pending>span{background:#3b82f6}.deal-status-badge.completed{color:var(--success);background:#19a9741a}.deal-status-badge.completed>span{background:var(--success)}.deal-status-badge.cancelled{color:var(--muted);background:var(--surface-2)}.deal-status-badge.cancelled>span{background:var(--muted)}@media (max-width:950px){.deals-table th:nth-child(4),.deals-table td:nth-child(4),.deals-table th:nth-child(7),.deals-table td:nth-child(7){display:none}}@media (max-width:700px){.deals-table th:nth-child(3),.deals-table td:nth-child(3){display:none}}.deal-profile-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:24px;display:flex}.deal-profile-icon{background:var(--accent-soft);color:var(--accent)}.complete-button{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));white-space:nowrap;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:12px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 10px 25px #7c5cff33}.complete-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #7c5cff47}.completion-notice{color:#b87900;background:#d9910014;border:1px solid #d991002e;border-radius:13px;align-items:flex-start;gap:10px;margin-bottom:16px;padding:13px 15px;display:flex}.completion-notice svg{flex:none;margin-top:2px}.completion-notice div{flex-direction:column;gap:4px;display:flex}.completion-notice strong{font-size:11px}.completion-notice span{font-size:10px;line-height:1.8}.party-list{padding:5px 20px 15px}.party-row{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:14px 0;display:flex}.party-row:last-child{border-bottom:0}.party-icon{width:34px;height:34px;color:var(--accent);background:var(--accent-soft);border-radius:10px;place-items:center;display:grid}.party-label{color:var(--muted);font-size:10px}.party-value{margin-top:3px;font-size:12px;font-weight:700}.related-card{align-items:center;gap:11px;padding:17px 20px;display:flex}.related-icon{width:38px;height:38px;color:var(--accent);background:var(--accent-soft);border-radius:11px;flex:0 0 38px;place-items:center;display:grid}.related-main{flex:1;min-width:0}.related-title{font-size:12px;font-weight:800}.related-meta{color:var(--muted);margin-top:4px;font-size:10px}.related-link{color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;font-size:10px;font-weight:700;display:inline-flex}.completion-status{align-items:center;gap:11px;padding:18px 20px;display:flex}.completion-icon{border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.completion-icon.success{color:var(--success);background:#19a9741a}.completion-icon.pending{color:#d99100;background:#d991001a}.completion-icon.cancelled{color:var(--danger);background:#e0525217}.completion-status>div:last-child{flex-direction:column;gap:4px;display:flex}.completion-status strong{font-size:11px}.completion-status span{color:var(--muted);font-size:10px;line-height:1.7}@media (max-width:750px){.deal-profile-card{flex-direction:column;align-items:stretch}.complete-button{width:100%}.completion-notice{padding:12px}.related-card{flex-wrap:wrap}}.offer-profile-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:24px;display:flex}.offer-profile-icon{background:var(--accent-soft);color:var(--accent)}.offer-price-hero{border:1px solid var(--border);background:var(--surface-2);text-align:left;border-radius:13px;min-width:190px;padding:13px 15px}.offer-price-hero span,.offer-price-hero small{color:var(--muted);font-size:9px;display:block}.offer-price-hero strong{color:var(--text);letter-spacing:-.03em;margin:4px 0;font-size:18px;display:block}.offer-price-hero small{font-size:9px}.no-related{min-height:92px;color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:8px;padding:20px;font-size:10px;line-height:1.8;display:flex}@media (max-width:700px){.offer-profile-card{flex-direction:column;align-items:stretch}.offer-price-hero{text-align:right;width:100%}}.user-mini-role{align-items:center;gap:4px;display:flex}.user-copy{min-width:0;overflow:hidden}.user-mini-name,.user-mini-role{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-lower-grid{grid-template-columns:1fr .85fr;gap:16px;margin-bottom:16px;display:grid}.deal-overview{grid-template-columns:1fr 1fr;gap:10px;padding:18px 20px 20px;display:grid}.deal-status-card{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;align-items:center;gap:10px;min-height:76px;padding:13px;display:flex}.deal-status-dot{border-radius:50%;flex:0 0 9px;width:9px;height:9px}.deal-status-card.pending .deal-status-dot{background:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.deal-status-card.progress .deal-status-dot{background:#d99100;box-shadow:0 0 0 4px #d991001a}.deal-status-card.completed .deal-status-dot{background:var(--success);box-shadow:0 0 0 4px #19a9741a}.deal-status-card.cancelled .deal-status-dot{background:var(--muted);box-shadow:0 0 0 4px var(--accent-soft)}.deal-status-label{color:var(--muted);margin-bottom:3px;font-size:10px}.deal-status-card strong{letter-spacing:-.02em;font-size:18px}.dashboard-activity{margin-bottom:20px}.activity-status{border-radius:6px;width:fit-content;margin-top:5px;padding:3px 7px;font-size:9px;font-weight:700}.activity-status.pending{color:#3b82f6;background:#3b82f61a}.activity-status.in_progress{color:#d99100;background:#d991001a}.activity-status.completed{color:var(--success);background:#19a9741a}.activity-status.cancelled{color:var(--muted);background:var(--surface-2)}.dashboard-empty{color:var(--muted);text-align:center;padding:18px 0;font-size:12px}@media (max-width:900px){.dashboard-lower-grid{grid-template-columns:1fr}}@media (max-width:600px){.deal-overview{grid-template-columns:1fr}}.settings-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.theme-options{gap:10px;padding:18px 20px 20px;display:grid}.theme-option{border:1px solid var(--border);background:var(--surface-2);width:100%;min-height:70px;color:var(--text);text-align:right;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;transition:all .18s;display:flex}.theme-option:hover{border-color:#7c5cff4d;transform:translateY(-1px)}.theme-option.selected{background:var(--accent-soft);border-color:#7c5cff61}.theme-option-icon{background:var(--surface);width:36px;height:36px;color:var(--accent);border-radius:11px;flex:0 0 36px;place-items:center;display:grid}.theme-option>div:nth-child(2){flex:1}.theme-option strong,.theme-option span{display:block}.theme-option strong{font-size:12px}.theme-option span{color:var(--muted);margin-top:3px;font-size:10px}.theme-check{color:var(--accent)}.settings-list{padding:5px 20px 15px}.setting-row{border-bottom:1px solid var(--border);align-items:center;gap:11px;min-height:67px;display:flex}.setting-row:last-child{border-bottom:0}.setting-icon{background:var(--accent-soft);width:33px;height:33px;color:var(--accent);border-radius:10px;flex:0 0 33px;place-items:center;display:grid}.setting-main{flex:1;min-width:0}.setting-label{color:var(--muted);font-size:10px}.setting-value{text-align:right;direction:ltr;margin-top:4px;font-size:12px;font-weight:700}@media (max-width:800px){.settings-grid{grid-template-columns:1fr}}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#090b0f7a;place-items:center;padding:20px;animation:.16s modal-fade-in;display:grid;position:fixed;inset:0}.confirm-modal{border:1px solid var(--border);background:var(--surface);text-align:right;border-radius:22px;width:min(430px,100%);padding:26px;animation:.18s modal-slide-up;position:relative;box-shadow:0 30px 100px #00000040}.modal-close{background:var(--surface-2);width:32px;height:32px;color:var(--muted);border:0;border-radius:9px;place-items:center;display:grid;position:absolute;top:13px;left:13px}.modal-close:hover{color:var(--text)}.modal-icon{width:46px;height:46px;color:var(--accent);background:var(--accent-soft);border-radius:14px;place-items:center;margin-bottom:15px;display:grid}.modal-icon.danger{color:var(--danger);background:#e052521a}.confirm-modal h3{margin:0;font-size:16px}.confirm-modal p{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.9}.modal-actions{justify-content:flex-start;gap:8px;margin-top:22px;display:flex}.modal-confirm{min-width:115px}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.toast{z-index:120;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:14px;align-items:center;gap:10px;min-width:280px;max-width:min(420px,100vw - 32px);padding:12px 13px;animation:.2s toast-in;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 20px 60px #0000002e}.toast-success{border-color:#19a97433}.toast-error{border-color:#e0525233}.toast-info{border-color:#3b82f633}.toast-icon{border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.toast-success .toast-icon{color:var(--success);background:#19a9741a}.toast-error .toast-icon{color:var(--danger);background:#e052521a}.toast-info .toast-icon{color:#3b82f6;background:#3b82f61a}.toast-message{color:var(--text);flex:1;font-size:11px;font-weight:600;line-height:1.8}.toast-close{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.toast-close:hover{color:var(--text);background:var(--surface-2)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.toast{min-width:0;max-width:none;bottom:16px;left:16px;right:16px}}.owner-cell{align-items:center;gap:8px;min-width:145px;display:flex}.owner-avatar{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:9px;flex:0 0 30px;place-items:center;display:grid}.owner-name{color:var(--text);white-space:nowrap;font-size:11px;font-weight:700}.owner-username{color:var(--muted);text-align:right;direction:ltr;margin-top:3px;font-size:9px}.currency-cell{flex-wrap:wrap;align-items:baseline}.currency-cell small{color:var(--muted)}@media (max-width:1100px){.ads-table th:nth-child(4),.ads-table td:nth-child(4){display:none}}@media (max-width:900px){.ads-table th:nth-child(6),.ads-table td:nth-child(6){display:none}}.ad-owner-chip{border:1px solid var(--border);cursor:pointer;transition:all .18s}.ad-owner-chip:hover{color:var(--text);border-color:var(--accent);transform:translateY(-1px)}.offer-user-cell{align-items:center;gap:8px;min-width:145px;display:flex}.offer-user-avatar{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:9px;flex:0 0 30px;place-items:center;display:grid}@media (max-width:900px){.offers-table th:nth-child(5),.offers-table td:nth-child(5){display:none}}.offers-table .offer-user-cell{align-items:center;gap:8px;display:flex}.offers-table .linked-id{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:inline-flex}.offers-table .currency-cell{white-space:nowrap;align-items:baseline;gap:6px;display:flex}.offers-table .currency-cell strong{font-size:11px}.offers-table .currency-cell small{color:var(--muted);direction:ltr;font-size:9px}@media (max-width:1050px){.offers-table th:nth-child(4),.offers-table td:nth-child(4){display:none}}@media (max-width:850px){.offers-table th:nth-child(3),.offers-table td:nth-child(3){display:none}}@media (max-width:700px){.offers-table th:nth-child(2),.offers-table td:nth-child(2){display:none}}.offer-profile-card .profile-secondary{flex-wrap:wrap}.related-secondary{color:var(--muted);margin-top:5px;font-size:9px}.offer-profile-card .offer-price-hero small{direction:rtl}@media (max-width:700px){.offer-profile-card .offer-price-hero{width:100%}}.deal-person{align-items:center;gap:8px;min-width:145px;display:flex}.deal-person-avatar{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:9px;flex:0 0 30px;place-items:center;display:grid}.deal-person-name{white-space:nowrap;font-size:11px;font-weight:700}.deal-person-username{color:var(--muted);text-align:right;direction:ltr;margin-top:3px;font-size:9px}.deals-table .currency-cell{white-space:nowrap;align-items:baseline;gap:6px;display:flex}.deals-table .currency-cell strong{font-size:11px}.deals-table .currency-cell small{color:var(--muted);font-size:9px}@media (max-width:1050px){.deals-table th:nth-child(4),.deals-table td:nth-child(4){display:none}}@media (max-width:900px){.deals-table th:nth-child(3),.deals-table td:nth-child(3){display:none}}@media (max-width:700px){.deals-table th:nth-child(2),.deals-table td:nth-child(2){display:none}}.party-main{flex:1;min-width:0}.party-username{color:var(--muted);text-align:right;direction:ltr;margin-top:3px;font-size:9px}.detail-topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}@media (max-width:650px){.detail-topbar{flex-direction:column;align-items:stretch}.detail-topbar .complete-button{width:100%}}.page-header-actions{align-items:center;gap:8px;display:flex}.primary-small-button{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));border:0;border-radius:11px;align-items:center;gap:7px;height:40px;padding:0 14px;font-size:11px;font-weight:800;display:inline-flex;box-shadow:0 9px 24px #7c5cff2e}.primary-small-button:hover{transform:translateY(-1px)}.support-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.support-stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:11px;padding:15px;display:flex}.support-stat-icon{width:36px;height:36px;color:var(--accent);background:var(--accent-soft);border-radius:11px;place-items:center;display:grid}.support-stat-icon.active{color:var(--success);background:#19a9741a}.support-stat-card span,.support-stat-card strong{display:block}.support-stat-card span{color:var(--muted);font-size:10px}.support-stat-card strong{margin-top:3px;font-size:19px}.support-layout{grid-template-columns:1fr 1fr;gap:16px;display:grid}.support-list{padding:4px 20px}.support-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;min-height:70px;display:flex}.support-row:last-child{border-bottom:0}.support-avatar{width:36px;height:36px;color:var(--accent);background:var(--accent-soft);border-radius:11px;flex:0 0 36px;place-items:center;font-size:10px;font-weight:800;display:grid}.support-main{flex:1;min-width:0}.support-name{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:750;overflow:hidden}.support-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:9px;overflow:hidden}.support-status{white-space:nowrap;border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.support-status>span{border-radius:50%;width:6px;height:6px}.support-status.active{color:var(--success);background:#19a9741a}.support-status.active>span{background:var(--success)}.support-status.inactive{color:var(--muted);background:var(--surface-2)}.support-status.inactive>span{background:var(--muted)}.row-action-button{border:1px solid var(--border);width:33px;height:33px;color:var(--muted);background:var(--surface);border-radius:9px;flex:0 0 33px;place-items:center;display:grid}.row-action-button:hover{color:var(--text);border-color:var(--accent)}.support-user-toolbar{border-bottom:1px solid var(--border);padding:14px 20px}.support-user-toolbar .search-box{width:100%;min-width:0}.support-empty{min-height:190px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.support-empty svg{margin-bottom:4px}.support-empty strong{color:var(--text);font-size:12px}.support-empty span{max-width:280px;font-size:10px;line-height:1.7}.support-empty.compact{min-height:150px}.form-modal{border:1px solid var(--border);background:var(--surface);border-radius:22px;width:min(480px,100%);padding:26px;animation:.18s modal-slide-up;position:relative;box-shadow:0 30px 100px #00000040}.form-modal h3{margin:0;font-size:16px}.form-modal>p{color:var(--muted);margin:8px 0 18px;font-size:11px;line-height:1.8}.form-grid{grid-template-columns:1fr 1fr;gap:2px 12px;display:grid}.selected-user-box{border:1px solid var(--border);background:var(--surface-2);border-radius:13px;align-items:center;gap:10px;margin-bottom:14px;padding:11px;display:flex}.selected-user-box>div:last-child{min-width:0}.selected-user-box strong,.selected-user-box span{display:block}.selected-user-box strong{font-size:11px}.selected-user-box span{color:var(--muted);margin-top:3px;font-size:9px}@media (max-width:900px){.support-layout{grid-template-columns:1fr}}@media (max-width:650px){.support-stats{grid-template-columns:1fr}.page-header-actions{align-self:stretch}.primary-small-button{flex:1}.form-grid{grid-template-columns:1fr}}.currencies-card{overflow:hidden}.currencies-table th,.currencies-table td{vertical-align:middle}.currency-main-cell{align-items:center;gap:10px;display:flex}.currency-symbol-avatar{width:38px;height:38px;color:var(--accent);background:var(--accent-soft);border-radius:11px;flex:0 0 38px;place-items:center;font-size:15px;font-weight:800;display:grid}.currency-code{background:var(--surface-2);color:var(--text);letter-spacing:.04em;direction:ltr;border-radius:7px;align-items:center;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.currency-symbol{font-size:17px;font-weight:700}.currency-actions{align-items:center;gap:6px;display:flex}.row-action-button.danger-action{color:var(--danger)}.row-action-button.danger-action:hover{background:#e0525212;border-color:#e0525259}.row-action-button.success-action{color:var(--success)}.row-action-button.success-action:hover{background:#19a97412;border-color:#19a97459}.ltr-field{text-align:left;direction:ltr}@media (max-width:700px){.currencies-table th:nth-child(5),.currencies-table td:nth-child(5){display:none}}@media (max-width:560px){.currencies-table th:nth-child(3),.currencies-table td:nth-child(3){display:none}}.templates-card{overflow:hidden}.template-grid{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;display:grid}.template-card{border:1px solid var(--border);background:var(--surface-2);border-radius:16px;flex-direction:column;min-width:0;padding:16px;transition:all .18s;display:flex}.template-card:hover{border-color:#7c5cff38;transform:translateY(-1px)}.template-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.template-card h3{margin:7px 0 0;font-size:13px}.template-category{color:var(--accent);background:var(--accent-soft);border-radius:7px;padding:4px 7px;font-size:9px;font-weight:750;display:inline-flex}.template-content-preview{min-height:68px;color:var(--muted);white-space:pre-wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:13px;font-size:11px;line-height:1.9;display:-webkit-box;overflow:hidden}.template-variables{flex-wrap:wrap;gap:5px;margin-top:11px;display:flex}.template-variables span,.template-preview-variables span{border:1px solid var(--border);background:var(--surface);color:var(--accent);direction:ltr;border-radius:7px;padding:4px 7px;font-family:monospace;font-size:9px;display:inline-flex}.template-meta{border-top:1px solid var(--border);color:var(--muted);margin-top:12px;padding-top:10px;font-size:9px}.template-actions{align-items:center;gap:6px;margin-top:12px;display:flex}.template-actions .secondary-button{align-items:center;gap:5px;display:inline-flex}.template-textarea{resize:vertical;border:1px solid var(--border);background:var(--surface-2);width:100%;min-height:210px;color:var(--text);font:inherit;border-radius:13px;outline:none;padding:13px;font-size:12px;line-height:2;transition:all .18s}.template-textarea:focus{box-shadow:0 0 0 4px var(--accent-soft);border-color:#7c5cff8c}.template-form-modal,.template-preview-modal{width:min(600px,100%)}.template-preview-category{color:var(--accent);background:var(--accent-soft);border-radius:8px;margin-bottom:13px;padding:5px 8px;font-size:9px;font-weight:750;display:inline-flex}.template-preview-text{border:1px solid var(--border);background:var(--surface-2);color:var(--text);white-space:pre-wrap;border-radius:14px;padding:16px;font-size:12px;line-height:2.1}.template-preview-variables{margin-top:15px}.template-preview-variables strong{margin-bottom:8px;font-size:10px;display:block}.template-preview-variables>div{flex-wrap:wrap;gap:5px;display:flex}@media (max-width:900px){.template-grid{grid-template-columns:1fr}}.template-composer{padding:18px 20px}.template-composer-label,.template-composer-field label{color:var(--muted);margin-bottom:8px;font-size:10px;font-weight:700;display:block}.recipient-switch{grid-template-columns:1fr 1fr;gap:8px;display:grid}.recipient-switch button{border:1px solid var(--border);background:var(--surface-2);min-width:0;color:var(--text);text-align:right;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:2px 7px;padding:11px;transition:all .18s;display:grid}.recipient-switch button:hover{border-color:#7c5cff4d}.recipient-switch button.active{background:var(--accent-soft);border-color:#7c5cff66}.recipient-switch button svg{color:var(--accent);grid-row:1/span 2}.recipient-switch button span{font-size:11px;font-weight:750}.recipient-switch button small{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.template-composer-field{margin-top:16px}.template-composer-field select{border:1px solid var(--border);background:var(--surface-2);width:100%;height:43px;color:var(--text);font:inherit;border-radius:11px;outline:none;padding:0 12px;font-size:11px}.template-composer-field select:focus{box-shadow:0 0 0 3px var(--accent-soft);border-color:#7c5cff8c}.template-selected-info{border:1px solid var(--border);background:var(--surface-2);border-radius:11px;align-items:center;gap:9px;margin-top:13px;padding:10px 11px;display:flex}.template-selected-info svg{color:var(--accent)}.template-selected-info strong,.template-selected-info span{display:block}.template-selected-info strong{font-size:11px}.template-selected-info span{color:var(--muted);margin-top:2px;font-size:9px}.composer-variables{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.composer-variables span{border:1px solid var(--border);background:var(--surface);color:var(--accent);direction:ltr;border-radius:7px;padding:4px 7px;font-family:monospace;font-size:9px}.template-render-button{width:100%;margin-top:13px}.template-composer-error{margin-top:13px;margin-bottom:0}.rendered-template{border:1px solid var(--border);border-radius:14px;margin-top:16px;overflow:hidden}.rendered-template-head{border-bottom:1px solid var(--border);background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.rendered-template-head strong,.rendered-template-head span{display:block}.rendered-template-head strong{font-size:10px}.rendered-template-head span{color:var(--muted);margin-top:3px;font-size:9px}.rendered-template-head .secondary-button{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.rendered-template-content{color:var(--text);white-space:pre-wrap;padding:14px;font-size:11px;line-height:2}@media (max-width:600px){.recipient-switch{grid-template-columns:1fr}.rendered-template-head{flex-direction:column;align-items:stretch}}.modal-backdrop{align-items:flex-start;padding:24px;overflow-y:auto}.form-modal{max-height:calc(100vh - 48px);margin:auto;overflow-y:auto}.template-form-modal{overscroll-behavior:contain;max-height:calc(100vh - 48px);overflow-y:auto}.template-form-modal::-webkit-scrollbar{width:6px}.form-modal::-webkit-scrollbar{width:6px}.template-form-modal::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.form-modal::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.template-form-modal .modal-actions{z-index:2;background:var(--surface);border-top:1px solid var(--border);margin:18px -26px -26px;padding:14px 26px;position:sticky;bottom:0}@media (max-width:600px){.modal-backdrop{padding:12px}.form-modal,.template-form-modal{max-height:calc(100vh - 24px)}.template-form-modal .modal-actions{margin-left:-26px;margin-right:-26px}}.rendered-template-actions{align-items:center;gap:7px;display:flex}.telegram-open-button{white-space:nowrap;align-items:center;gap:6px;width:auto;margin-top:0;display:inline-flex}@media (max-width:600px){.rendered-template-actions{flex-direction:column;width:100%}.rendered-template-actions button{justify-content:center;width:100%}}.settings-section-title{justify-content:space-between;align-items:center;margin:24px 0 12px;display:flex}.settings-section-title strong,.settings-section-title span{display:block}.settings-section-title strong{font-size:13px}.settings-section-title span{color:var(--muted);margin-top:4px;font-size:9px}.market-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.market-settings-shortcut{padding:16px 18px}.market-settings-shortcut p{color:var(--muted);margin:0 0 14px;font-size:10px;line-height:1.8}.market-settings-actions{border-bottom:1px solid var(--border);padding:12px 16px}.market-settings-list{max-height:320px;overflow-y:auto}.market-settings-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:11px 15px;display:flex}.market-settings-row:last-child{border-bottom:0}.market-settings-row strong,.market-settings-row span{display:block}.market-settings-row strong{font-size:10px}.market-settings-row>div:first-child>span{color:var(--muted);direction:ltr;margin-top:3px;font-size:8px}.market-settings-row-actions{align-items:center;gap:6px;display:flex}@media (max-width:1050px){.market-settings-grid{grid-template-columns:1fr}}.kyc-card{margin-top:14px;overflow:hidden}.kyc-head-actions{align-items:center;gap:10px;display:flex}.kyc-head-actions .primary-small-button{align-items:center;gap:5px;display:inline-flex}.kyc-list{border-top:1px solid var(--border)}.kyc-row{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:13px 17px;display:grid}.kyc-row:last-child{border-bottom:0}.kyc-file-icon{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:11px;place-items:center;display:grid}.kyc-file-main{min-width:0}.kyc-file-title{font-size:11px;font-weight:750}.kyc-file-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:9px;overflow:hidden}.kyc-file-note{color:var(--muted);margin-top:6px;font-size:9px}.kyc-status{white-space:nowrap;border-radius:8px;align-items:center;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.kyc-status.pending{color:#d97706;background:#f59e0b1a}.kyc-status.approved{color:#16a34a;background:#22c55e1a}.kyc-status.rejected{color:#dc2626;background:#ef44441a}.kyc-actions{align-items:center;gap:5px;display:flex}.kyc-state,.kyc-empty{text-align:center;color:var(--muted);padding:24px;font-size:10px}.kyc-empty{flex-direction:column;align-items:center;display:flex}.kyc-empty strong{color:var(--text);margin-top:10px;font-size:11px}.kyc-empty span{margin-top:5px}.kyc-upload-modal{width:min(560px,100%)}.kyc-file-picker{border:1px dashed var(--border);background:var(--surface-2);cursor:pointer;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:105px;padding:16px;display:flex}.kyc-file-picker:hover{border-color:#7c5cff73}.kyc-file-picker svg{color:var(--accent)}.kyc-file-picker strong{font-size:10px}.kyc-file-picker span{color:var(--muted);font-size:8px}.kyc-file-picker input{display:none}.kyc-review-options{grid-template-columns:1fr 1fr;gap:8px;margin:15px 0;display:grid}.kyc-review-options button{border:1px solid var(--border);background:var(--surface-2);min-height:42px;color:var(--text);border-radius:11px;justify-content:center;align-items:center;gap:6px;display:flex}.kyc-review-options button.selected.approved{color:#16a34a;background:#22c55e14;border-color:#22c55e59}.kyc-review-options button.selected.rejected{color:#dc2626;background:#ef444414;border-color:#ef444459}.kyc-note{min-height:100px}@media (max-width:720px){.kyc-row{grid-template-columns:auto minmax(0,1fr)}.kyc-status,.kyc-actions{grid-column:2}.kyc-review-options{grid-template-columns:1fr}}.danger-button{color:#dc2626;min-height:40px;font:inherit;cursor:pointer;background:#dc262612;border:1px solid #dc262633;border-radius:10px;padding:0 15px;font-weight:700;transition:background .15s,border-color .15s,opacity .15s}.danger-button:hover:not(:disabled){background:#dc26261f;border-color:#dc26264d}@media (max-width:760px){.ad-review-card{flex-direction:column;align-items:stretch}.ad-review-actions{width:100%}.ad-review-actions button{flex:1}}.ad-review-card{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:20px 22px;display:flex}.ad-review-content{align-items:center;gap:14px;min-width:0;display:flex}.ad-review-icon{background:var(--surface-2);width:44px;height:44px;color:var(--text);border-radius:14px;flex:0 0 44px;justify-content:center;align-items:center;display:flex}.ad-review-copy{min-width:0}.ad-review-actions{flex-shrink:0;align-items:center;gap:9px;display:flex}.ad-review-actions button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.danger-button{color:#dc2626;min-height:40px;font:inherit;cursor:pointer;background:#dc262614;border:1px solid #dc262638;border-radius:10px;padding:0 15px;font-weight:700}.danger-button:hover:not(:disabled){background:#dc262621}.danger-button:disabled,.ad-review-actions .primary-button:disabled{opacity:.55;cursor:not-allowed}.detail-alert{border-radius:11px;align-items:center;gap:9px;margin-bottom:18px;padding:12px 15px;font-size:12px;font-weight:650;display:flex}.detail-alert.success{color:#16a34a;background:#16a34a14;border:1px solid #16a34a2b}.detail-alert.error{color:#dc2626;background:#dc262614;border:1px solid #dc26262b}.ad-description-block{padding:0 17px 17px}.ad-description-label{color:var(--muted);margin-bottom:8px;font-size:9px;font-weight:650}.ad-description{border-right:3px solid var(--accent);background:var(--surface-2);color:var(--text);white-space:pre-wrap;border-radius:8px;margin:0;padding:12px 14px;font-size:11px;line-height:1.9}.ad-description-empty{background:var(--surface-2);color:var(--muted);border-radius:8px;padding:11px 13px;font-size:10px}@media (max-width:760px){.ad-review-card{flex-direction:column;align-items:stretch}.ad-review-actions{width:100%}.ad-review-actions button{flex:1}}.assignment-cell{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.assignment-badge{white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.assignment-badge.assigned{color:var(--success);background:#19a9741a}.assignment-badge.unassigned{color:#d97706;background:#f59e0b1f}.claim-deal-button{font:inherit;cursor:pointer;color:#fff;background:var(--accent);border:0;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:750;transition:opacity .2s,transform .2s}.claim-deal-button:hover:not(:disabled){transform:translateY(-1px)}.claim-deal-button:disabled{opacity:.55;cursor:not-allowed}.claim-deal-button.detail{padding:9px 13px;font-size:12px}.deal-assignment-card{margin-bottom:16px}.assignment-detail{border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.assignment-detail>div{flex-direction:column;gap:5px;display:flex}.assignment-detail strong{font-size:13px}.assignment-detail span{color:var(--muted);font-size:11px}.assignment-detail.assigned{background:#19a97414;border:1px solid #19a97429}.assignment-detail.unassigned{background:#f59e0b14;border:1px solid #f59e0b29}.assignment-owner-me{font-weight:750;color:var(--success)!important}@media (max-width:760px){.assignment-detail{flex-direction:column;align-items:stretch}}.performance-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.performance-stat-card{background:var(--surface);border:1px solid var(--border);min-height:112px;box-shadow:var(--shadow);border-radius:18px;align-items:center;gap:12px;padding:17px;display:flex}.performance-stat-icon{width:42px;height:42px;color:var(--accent);background:var(--accent-soft);border-radius:13px;flex:0 0 42px;place-items:center;display:grid}.performance-stat-card>div:last-child{min-width:0}.performance-stat-card span,.performance-stat-card strong,.performance-stat-card small{display:block}.performance-stat-card span{color:var(--muted);font-size:10px;font-weight:650}.performance-stat-card strong{margin-top:4px;font-size:24px;font-weight:850}.performance-stat-card small{color:var(--muted);margin-top:3px;font-size:9px}.performance-secondary-grid{margin-bottom:16px}.performance-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:18px 20px 20px;display:grid}.performance-summary>div{border:1px solid var(--border);background:var(--surface-2);border-radius:13px;padding:13px}.performance-summary span,.performance-summary strong{display:block}.performance-summary span{color:var(--muted);font-size:10px}.performance-summary strong{margin-top:6px;font-size:18px}.performance-team-card{margin-bottom:20px}.performance-table-wrap{overflow-x:auto}.performance-table{border-collapse:collapse;width:100%;min-width:760px}.performance-table th,.performance-table td{text-align:right;border-bottom:1px solid var(--border);padding:12px 15px;font-size:11px}.performance-table th{color:var(--muted);background:var(--surface-2);font-size:10px;font-weight:700}.performance-table tbody tr:last-child td{border-bottom:0}.performance-support{align-items:center;gap:9px;display:flex}.performance-support strong,.performance-support span{display:block}.performance-support strong{font-size:11px}.performance-support span{color:var(--muted);margin-top:3px;font-size:9px}.performance-rank{text-align:center;width:28px;min-width:28px;font-size:15px;font-weight:800}.performance-empty{color:var(--muted);text-align:center;padding:28px;font-size:11px}@media (max-width:1000px){.performance-stats-grid,.performance-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.performance-stats-grid,.performance-summary{grid-template-columns:1fr}}.profile-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-settings-body{flex-direction:column;gap:15px;padding:20px;display:flex}.profile-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-help{color:var(--muted);margin-top:6px;font-size:10px;display:block}.profile-account-meta{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.profile-account-meta span{color:var(--muted);font-size:11px}.profile-account-meta strong{font-size:11px}@media (max-width:900px){.profile-settings-grid{grid-template-columns:1fr}}@media (max-width:600px){.profile-two-column{grid-template-columns:1fr}}.market-change{direction:ltr;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.market-change.positive{color:#16a34a;background:#16a34a1a}.market-change.negative{color:#dc2626;background:#dc26261a}.market-change.neutral{color:var(--muted);background:#94a3b81a}@media (max-width:760px){.market-change{min-width:60px}}:root{--analytics-current:#2563eb;--analytics-current-fill:#2563eb1a;--analytics-previous:#94a3b8;--analytics-previous-fill:#94a3b80d}.analytics-page{min-width:0}.analytics-page-header{align-items:center}.analytics-refresh{border:1px solid var(--border);background:var(--card);min-height:38px;color:var(--foreground);cursor:pointer;font:inherit;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.analytics-refresh:disabled{opacity:.6;cursor:default}.analytics-spin{animation:.8s linear infinite analytics-spin}@keyframes analytics-spin{to{transform:rotate(360deg)}}.analytics-periods{border:1px solid var(--border);background:var(--card);border-radius:12px;gap:4px;margin:18px 0 20px;padding:4px;display:inline-flex}.analytics-periods button{min-width:82px;height:34px;color:var(--muted-foreground);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;padding:0 13px;font-size:13px;transition:all .15s}.analytics-periods button.active{background:var(--foreground);color:var(--background)}.analytics-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.analytics-kpi{border:1px solid var(--border);background:var(--card);border-radius:14px;min-width:0;padding:17px}.analytics-kpi-top{align-items:center;gap:9px;margin-bottom:15px;display:flex}.analytics-kpi-icon{background:var(--muted);border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.analytics-kpi-title{color:var(--muted-foreground);font-size:13px}.analytics-kpi-value{text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;font-size:22px;line-height:1.4;display:block;overflow:hidden}.analytics-kpi-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:7px;display:flex}.analytics-trend{border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.analytics-trend.positive{color:#16a34a;background:#16a34a1a}.analytics-trend.negative{color:#dc2626;background:#dc26261a}.analytics-trend.neutral{background:var(--muted);color:var(--muted-foreground)}.analytics-previous{color:var(--muted-foreground);font-size:11px}.analytics-charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.analytics-chart-card{border:1px solid var(--border);background:var(--card);border-radius:14px;min-width:0;padding:18px}.analytics-chart-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.analytics-chart-header h2{margin:0 0 5px;font-size:15px}.analytics-chart-header p{color:var(--muted-foreground);margin:0;font-size:11px;line-height:1.8}.analytics-chart-summary{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:7px;display:flex}.analytics-chart-summary>strong{font-size:17px}.analytics-legend{color:var(--muted-foreground);gap:18px;margin-top:17px;font-size:11px;display:flex}.analytics-legend span{align-items:center;gap:6px;display:flex}.analytics-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.analytics-dot.current{background:var(--analytics-current)}.analytics-dot.previous{background:var(--analytics-previous)}.analytics-chart{direction:ltr;width:100%;height:310px;margin-top:12px}.analytics-chart .recharts-cartesian-axis-tick-value{fill:var(--muted-foreground);font-size:10px}.analytics-chart .recharts-cartesian-grid line{stroke:var(--border)}.analytics-tooltip{border:1px solid var(--border);background:var(--card);min-width:145px;color:var(--foreground);direction:rtl;border-radius:10px;padding:10px 12px;box-shadow:0 10px 30px #0000001f}.analytics-tooltip>strong{margin-bottom:8px;font-size:11px;display:block}.analytics-tooltip-row{justify-content:space-between;gap:18px;padding:3px 0;font-size:11px;display:flex}.analytics-tooltip-row span{color:var(--muted-foreground)}.analytics-error,.analytics-loading{border:1px solid var(--border);background:var(--card);border-radius:12px;padding:18px}.analytics-error{color:#dc2626;margin-bottom:16px}.analytics-loading{color:var(--muted-foreground)}@media (max-width:1200px){.analytics-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.analytics-charts-grid{grid-template-columns:1fr}}@media (max-width:640px){.analytics-page-header,.analytics-chart-header{flex-direction:column}.analytics-kpis{grid-template-columns:1fr}.analytics-periods{width:100%;display:flex}.analytics-periods button{flex:1;min-width:0}.analytics-chart-summary{align-items:flex-start}.analytics-chart{height:270px}}.sidebar{flex-direction:column;height:100dvh;min-height:0;display:flex;overflow:hidden}.sidebar .brand{flex:none}.sidebar-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 30%, transparent) transparent;flex:auto;min-height:0;padding-bottom:14px;overflow:hidden auto}.sidebar-scroll::-webkit-scrollbar{width:5px}.sidebar-scroll::-webkit-scrollbar-track{background:0 0}.sidebar-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 28%, transparent);border-radius:999px}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 48%, transparent)}.sidebar-bottom{border-top:1px solid var(--border);flex:none;margin-top:4px;padding-top:12px;position:static;bottom:auto;left:auto;right:auto}.sidebar{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 30%, transparent) transparent;height:100dvh;min-height:100dvh;padding-bottom:18px;overflow:hidden auto}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 30%, transparent);border-radius:999px}.sidebar::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted) 50%, transparent)}.sidebar-bottom{border-top:1px solid var(--border);margin-top:18px;padding-top:14px;position:static;bottom:auto;left:auto;right:auto}.an-page{padding-top:28px}.an-page-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.an-page-head h1{color:var(--text);letter-spacing:-.035em;margin:0;font-size:27px;font-weight:800}.an-page-head p{color:var(--muted);margin:7px 0 0;font-size:13px}.an-refresh{border:1px solid var(--border);background:var(--surface);height:40px;color:var(--text);border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:0 14px;transition:all .18s;display:inline-flex;box-shadow:0 5px 18px #0f172a09}.an-refresh:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 40%, var(--border));transform:translateY(-1px)}.an-period-bar{border:1px solid var(--border);background:var(--surface);border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:60px;margin-bottom:18px;padding:9px 12px;display:flex;box-shadow:0 8px 28px #0f172a09}.an-period-tabs{background:var(--surface-2);border-radius:11px;gap:5px;padding:4px;display:flex}.an-period-tabs button{min-width:82px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:8px;padding:0 14px;font-size:12px;font-weight:600;transition:all .18s}.an-period-tabs button:hover{color:var(--text)}.an-period-tabs button.active{background:var(--surface);color:var(--accent);box-shadow:0 3px 12px #0f172a12}html[data-theme=dark] .an-period-tabs button.active{box-shadow:0 4px 15px #0000003d}.an-period-description{color:var(--muted);padding-left:7px;font-size:11px}.an-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.an-kpi{border:1px solid var(--border);background:var(--surface);border-radius:17px;min-width:0;padding:17px;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f172a09}.an-kpi:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.45;border-radius:0 0 10px 10px;height:2px;position:absolute;top:0;left:18px;right:18px}.an-kpi:hover{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));transform:translateY(-2px);box-shadow:0 14px 34px #0f172a0f}.an-kpi-head{align-items:center;gap:10px;display:flex}.an-kpi-icon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:11px;flex:0 0 36px;place-items:center;display:grid}.an-kpi-title{color:var(--text);font-size:12px;font-weight:700}.an-kpi-subtitle{color:var(--muted);margin-top:2px;font-size:9px}.an-kpi-value{color:var(--text);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:18px 0 13px;font-size:clamp(19px,1.7vw,25px);font-weight:800;overflow:hidden}.an-kpi-footer{justify-content:space-between;align-items:center;gap:8px;min-height:25px;display:flex}.an-kpi-previous{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.an-trend{border-radius:999px;flex:none;align-items:center;gap:3px;height:25px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.an-trend.positive{background:color-mix(in srgb, var(--success) 11%, transparent);color:var(--success)}.an-trend.negative{background:color-mix(in srgb, var(--danger) 11%, transparent);color:var(--danger)}.an-trend.neutral{background:var(--surface-2);color:var(--muted)}.an-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.an-chart-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;min-width:0;padding:19px 19px 14px;overflow:hidden;box-shadow:0 10px 32px #0f172a0a}.an-chart-header{justify-content:space-between;align-items:flex-start;gap:14px;min-height:52px;display:flex}.an-chart-header h2{color:var(--text);margin:0;font-size:14px;font-weight:800}.an-chart-header p{max-width:370px;color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.7}.an-chart-values{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;gap:28px;margin-top:15px;padding:13px 14px;display:flex}.an-chart-values>div{flex-direction:column;gap:4px;min-width:0;display:flex}.an-chart-values span{color:var(--muted);font-size:9px}.an-chart-values strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.an-legend{color:var(--muted);align-items:center;gap:18px;margin:15px 3px 0;font-size:9px;display:flex}.an-legend span{align-items:center;gap:6px;display:inline-flex}.an-legend i{border-radius:99px;width:18px;height:3px;display:inline-block}.an-legend i.current{background:var(--accent)}.an-legend i.previous{background:repeating-linear-gradient(90deg, var(--muted) 0 4px, transparent 4px 7px);height:2px}.an-chart-container{direction:ltr;width:100%;height:290px;margin-top:6px}.an-tooltip{border:1px solid var(--border);background:var(--surface);min-width:190px;color:var(--text);-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;direction:rtl;border-radius:13px;padding:13px 14px;box-shadow:0 16px 45px #0f172a2e}html[data-theme=dark] .an-tooltip{background:#171b22;border-color:#ffffff1f;box-shadow:0 18px 50px #0000008c}.an-tooltip-title{border-bottom:1px solid var(--border);color:var(--text);margin-bottom:7px;padding-bottom:9px;font-size:11px;font-weight:800}.an-tooltip-row{justify-content:space-between;align-items:center;gap:20px;padding:5px 0;font-size:10px;display:flex}.an-tooltip-row>span{color:var(--muted);align-items:center;gap:6px;display:flex}.an-tooltip-row strong{color:var(--text);font-size:10px}.an-tooltip-dot{border-radius:50%;width:7px;height:7px;display:inline-block}.an-tooltip-dot.current{background:var(--accent)}.an-tooltip-dot.previous{background:var(--muted)}.an-tooltip-change{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin-top:5px;padding-top:8px;font-size:10px;display:flex}.an-tooltip-change strong{color:var(--text)}.an-tooltip-change strong.positive{color:var(--success)}.an-tooltip-change strong.negative{color:var(--danger)}.an-loading{border:1px solid var(--border);background:var(--surface);min-height:180px;color:var(--muted);border-radius:18px;justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}@media (max-width:1250px){.an-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1050px){.an-chart-grid{grid-template-columns:1fr}.an-chart-container{height:310px}}@media (max-width:700px){.an-page{padding:20px 16px}.an-page-head{align-items:flex-start}.an-page-head h1{font-size:23px}.an-period-bar{flex-direction:column;align-items:stretch}.an-period-tabs{width:100%}.an-period-tabs button{flex:1;min-width:0}.an-kpi-grid{grid-template-columns:1fr}.an-chart-header{flex-direction:column}.an-chart-values{gap:16px}.an-chart-values>div{flex:1}.an-chart-container{height:270px}}.deal-attachments-card{margin-bottom:20px;overflow:hidden}.deal-attachment-head-meta{color:var(--muted);align-items:center;gap:9px;font-size:11px;display:flex}.deal-attachment-upload{border-bottom:1px solid var(--border);padding:18px}.deal-attachment-dropzone{border:1.5px dashed color-mix(in srgb, var(--accent) 32%, var(--border));background:color-mix(in srgb, var(--accent-soft) 35%, var(--surface));cursor:pointer;border-radius:15px;justify-content:center;align-items:center;gap:14px;min-height:128px;padding:22px;transition:border-color .18s,background .18s,transform .18s;display:flex}.deal-attachment-dropzone:hover,.deal-attachment-dropzone.dragging{border-color:var(--accent);background:var(--accent-soft)}.deal-attachment-dropzone.dragging{transform:scale(1.005)}.deal-attachment-dropzone input{display:none}.deal-attachment-drop-icon{background:var(--surface);width:43px;height:43px;color:var(--accent);border:1px solid var(--border);border-radius:13px;flex:0 0 43px;place-items:center;display:grid}.deal-attachment-drop-copy{flex-direction:column;gap:3px;display:flex}.deal-attachment-drop-copy strong{color:var(--text);font-size:13px}.deal-attachment-drop-copy span{color:var(--muted);font-size:11px}.deal-attachment-drop-copy small{color:var(--muted);margin-top:4px;font-size:9px}.deal-attachment-selected{border:1px solid var(--border);background:var(--surface-2);border-radius:13px;margin-top:14px;overflow:hidden}.deal-attachment-selected-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 13px;display:flex}.deal-attachment-selected-head strong{font-size:11px}.deal-attachment-selected-head span{color:var(--muted);font-size:10px}.deal-attachment-selected-list{max-height:260px;overflow-y:auto}.deal-attachment-selected-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}.deal-attachment-selected-row:last-child{border-bottom:0}.deal-attachment-file-icon{background:var(--surface);width:32px;height:32px;color:var(--accent);border-radius:9px;flex:0 0 32px;place-items:center;display:grid}.deal-attachment-file-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.deal-attachment-file-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.deal-attachment-file-main span{color:var(--muted);font-size:9px}.deal-attachment-remove{width:30px;height:30px;color:var(--muted);background:0 0;border:0;border-radius:8px;flex:0 0 30px;place-items:center;display:grid}.deal-attachment-remove:hover{background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger)}.deal-attachment-fields{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:12px;margin-top:14px;display:grid}.deal-attachment-fields .field{margin:0}.deal-attachment-fields label{align-items:center;gap:6px;display:flex}.deal-attachment-fields .optional{color:var(--muted);font-size:9px;font-weight:400}.deal-attachment-description{resize:vertical;min-height:42px;max-height:120px}.deal-attachment-upload-actions{justify-content:flex-end;margin-top:14px;display:flex}.deal-attachment-upload-actions .primary-button{align-items:center;gap:7px;display:inline-flex}.deal-attachment-history{padding:18px}.deal-attachment-history-head{justify-content:space-between;margin-bottom:12px;display:flex}.deal-attachment-history-head>div{flex-direction:column;gap:3px;display:flex}.deal-attachment-history-head strong{font-size:12px}.deal-attachment-history-head span{color:var(--muted);font-size:10px}.deal-attachment-list{flex-direction:column;gap:8px;display:flex}.deal-attachment-item{border:1px solid var(--border);background:var(--surface-2);border-radius:13px;align-items:center;gap:11px;min-width:0;padding:12px;transition:border-color .18s,background .18s;display:flex}.deal-attachment-item:hover{border-color:color-mix(in srgb, var(--accent) 22%, var(--border))}.deal-attachment-item-icon{background:var(--surface);width:38px;height:38px;color:var(--accent);border:1px solid var(--border);border-radius:11px;flex:0 0 38px;place-items:center;display:grid}.deal-attachment-item-main{flex:1;min-width:0}.deal-attachment-item-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.deal-attachment-original-name{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;overflow:hidden}.deal-attachment-item-meta{color:var(--muted);flex-wrap:wrap;gap:5px;margin-top:5px;font-size:9px;display:flex}.deal-attachment-item-description{color:var(--muted);white-space:pre-wrap;margin-top:7px;font-size:10px;line-height:1.8}.deal-attachment-item-actions{flex:none;gap:6px;display:flex}.deal-attachment-item-actions .icon-button{width:34px;height:34px}.deal-attachment-empty{border:1px dashed var(--border);min-height:118px;color:var(--muted);text-align:center;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.deal-attachment-empty strong{color:var(--text);font-size:11px}.deal-attachment-empty span{font-size:9px}@media (max-width:760px){.deal-attachment-fields{grid-template-columns:1fr}.deal-attachment-dropzone{flex-direction:column;align-items:flex-start}.deal-attachment-item{align-items:flex-start}.deal-attachment-item-actions{flex-direction:column}}.deal-attachments-card{margin-top:20px}
