@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--bg:#0b0f1d;--bg-elevated:#10162a;--surface:#171e33;--surface-2:#1e2740;--surface-hover:#242f4d;--border:#d4a54824;--border-strong:#d4a54852;--gold:#d4a548;--gold-soft:#e8c978;--gold-dim:#8a6e33;--teal:#2bbf9e;--teal-soft:#6fe0c6;--red:#e15554;--blue:#8fa8d6;--text:#f2efe9;--text-muted:#97a0b8;--text-faint:#5c6480;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-soft:0 10px 30px -12px #0000008c;--shadow-gold:0 8px 24px -8px #d4a54859;--font-body:"Vazirmatn", sans-serif;--font-mono:"IBM Plex Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{background:radial-gradient(1200px 600px at 85% -10%, #d4a5481a, transparent 60%), radial-gradient(900px 500px at -10% 110%, #2bbf9e14, transparent 55%), var(--bg);color:var(--text);font-family:var(--font-body);direction:inherit;text-align:start;-webkit-font-smoothing:antialiased;margin:0;line-height:1.7}body:before{content:"";pointer-events:none;opacity:.75;background:linear-gradient(135deg,#ffffff09,#0000 45%,#d4a5480d);position:fixed;inset:0}#root{z-index:1;position:relative}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{margin:0;padding:0;list-style:none}::selection{background:#d4a54859}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--gold-soft);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mono{font-family:var(--font-mono);direction:ltr;unicode-bidi:isolate}.container{max-width:1180px;margin:0 auto;padding:0 24px}.stack{flex-direction:column;display:flex}.row{align-items:center;display:flex}.between{justify-content:space-between}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}h1,h2,h3,h4{letter-spacing:-.01em;margin:0;font-weight:800}.eyebrow{letter-spacing:.08em;color:var(--gold-soft);text-transform:uppercase;unicode-bidi:isolate;font-size:12.5px;font-weight:600}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14.5px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-gold{background:linear-gradient(180deg, var(--gold-soft), var(--gold));color:#1a1305;box-shadow:var(--shadow-gold)}.btn-gold:hover:not(:disabled){filter:brightness(1.06)}.btn-ghost{color:var(--text);border-color:var(--border-strong);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--surface-2)}.btn-danger{color:#ff9b9a;background:#e155541f;border-color:#e1555459}.btn-danger:hover:not(:disabled){background:#e1555433}.btn-teal{color:var(--teal-soft);background:#2bbf9e24;border-color:#2bbf9e66}.btn-teal:hover:not(:disabled){background:#2bbf9e38}.btn-sm{padding:8px 14px;font-size:13px}.btn-block{width:100%}.card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#171e33fa,#10162af5);position:relative;overflow:hidden}.card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff08,#0000 60%);position:absolute;inset:0}.card-pad{padding:22px}.field{flex-direction:column;gap:7px;display:flex}.field label{color:var(--text-muted);font-size:13.5px;font-weight:600}.input,select.input,textarea.input{border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);font-size:14.5px;font-family:var(--font-body);background:#0b0f1dbf;padding:12px 14px;transition:border-color .2s,box-shadow .2s,transform .2s}.input::placeholder{color:var(--text-faint)}.input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #d4a54826}.badge{unicode-bidi:isolate;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:12.5px;font-weight:700;display:inline-flex}.badge-pending{color:var(--gold-soft);background:#d4a54824;border:1px solid #d4a54859}.badge-confirmed{color:var(--teal-soft);background:#2bbf9e24;border:1px solid #2bbf9e59}.badge-rejected{color:#ff9b9a;background:#e1555424;border:1px solid #e1555459}.badge-active{color:var(--teal-soft);background:#2bbf9e24}.badge-blocked{color:#ff9b9a;background:#e1555424}.table-wrap{border-radius:var(--radius-md);border:1px solid var(--border);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}thead th{text-align:right;background:var(--surface-2);color:var(--text-muted);letter-spacing:.03em;border-bottom:1px solid var(--border);padding:14px 16px;font-size:12.5px;font-weight:700}tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 16px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#ffffff04}.divider{background:var(--border);border:none;height:1px;margin:20px 0}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 37%, var(--surface) 63%);background-size:400% 100%;border-radius:8px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.live-dot{background:var(--teal);border-radius:50%;width:10px;height:10px;animation:1.4s infinite livePulse;display:inline-block;box-shadow:0 0 #2bbf9e8c}@keyframes livePulse{0%{box-shadow:0 0 #2bbf9e8c}70%{box-shadow:0 0 0 10px #2bbf9e00}to{box-shadow:0 0 #2bbf9e00}}.live-comment-card{border-radius:var(--radius-sm);border:1px solid var(--border);background:linear-gradient(135deg,#d4a5480f,#2bbf9e0a);padding:16px 18px;transition:transform .2s,border-color .2s,box-shadow .2s}.live-comment-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.live-comment-user{flex:1;min-width:0}.live-comment-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.live-comment-sub{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.live-comment-time{flex-shrink:0}.live-comment-message{color:var(--text);margin:0 0 12px;font-size:14px;line-height:1.8}.live-comment-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.live-comment-activity{margin-inline-start:auto;font-size:12px}.live-sec-head{flex-wrap:wrap}.live-seeall{white-space:nowrap;flex-shrink:0}@media (width<=520px){.live-sec-head .live-seeall{margin-inline-start:auto}.live-comment-meta{gap:6px}}.live-comment-card:hover{border-color:#d4a54859;transform:translateY(-2px);box-shadow:0 12px 28px -16px #0009}.live-comment-enter{animation:.35s commentSlideIn}@keyframes commentSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.avatar{background:linear-gradient(135deg, var(--gold-soft), var(--gold));color:#1a1305;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:inline-flex}.toast{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);z-index:100;padding:13px 20px;font-size:14px;font-weight:600;animation:.2s toastIn;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast.error{color:#ffb4b3;border-color:#e1555480}.toast.success{color:var(--teal-soft);border-color:#2bbf9e80}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.copy-btn{cursor:pointer;color:var(--gold-soft);background:0 0;border:none;font-size:13px}html,body{overflow-x:hidden}img{max-width:100%;display:block}svg{max-width:100%}.site-header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#0b0f1de6;position:sticky;top:0}.site-nav-row{flex-wrap:wrap;gap:12px;min-height:64px;padding-top:8px;padding-bottom:8px}.site-nav-links{min-width:0;margin-inline-start:8px}.site-nav-links a{white-space:nowrap}.site-nav-actions{margin-inline-start:auto}.site-logout-btn{align-items:center;gap:6px;display:inline-flex}.site-bottom-nav{display:none}@media (width<=840px){.site-nav-links{display:none}.site-bottom-nav{left:50%;bottom:calc(16px + env(safe-area-inset-bottom));z-index:30;-webkit-backdrop-filter:blur(22px)saturate(1.6);background:#0e14269e;border:1px solid #ffffff1f;border-radius:28px;justify-content:space-around;align-items:center;gap:4px;width:min(94vw,600px);padding:10px 12px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 32px #00000073,inset 0 1px #ffffff14}.site-bottom-link{min-width:0;color:var(--text-muted);white-space:nowrap;-webkit-tap-highlight-color:transparent;border-radius:18px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px 4px;font-size:11.5px;font-weight:600;line-height:1.1;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:flex}.site-bottom-link svg{width:24px;height:24px;transition:transform .15s}.site-bottom-link.active{background:linear-gradient(135deg, var(--gold-soft), var(--gold-dim));color:#1a1305;box-shadow:0 4px 14px #d4a54859}.site-bottom-link.active svg{transform:translateY(-1px)}.site-bottom-label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}body{padding-bottom:calc(100px + env(safe-area-inset-bottom))}}@media (width<=480px){.site-bottom-nav{width:96vw;bottom:calc(12px + env(safe-area-inset-bottom));border-radius:24px;padding:8px}.site-bottom-link{gap:3px;padding:8px 2px;font-size:10.5px}.site-bottom-link svg{width:22px;height:22px}body{padding-bottom:calc(86px + env(safe-area-inset-bottom))}}@media (width<=900px){.market-grid{grid-template-columns:1fr!important}}@media (width<=480px){.site-nav-name{display:none}.container{padding:0 16px}}@media (width>=481px){.site-nav-name{display:inline}}.dep-grid{grid-template-columns:280px 1fr;align-items:start;gap:20px;display:grid}.dep-list{flex-direction:column;gap:6px;display:flex}.dep-currency{text-align:right;cursor:pointer;border:1px solid var(--border);background:var(--surface);width:100%;padding:14px 16px;transition:border-color .15s,background .15s;display:block}.dep-currency:hover{border-color:var(--gold)}.dep-currency-active{border:1px solid var(--gold);background:var(--surface-2)}.dep-currency-row{gap:12px}.dep-coin-icon{background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex;overflow:hidden}.dep-coin-icon img{object-fit:contain;width:30px;height:30px}.dep-coin-symbol{font-size:16px;font-weight:800}.dep-coin-sub{margin-top:2px;font-size:13px}.dep-spark{direction:ltr;flex:none;width:76px;height:30px}@media (width<=900px){.dep-grid{grid-template-columns:1fr;gap:16px}.dep-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;padding-bottom:8px;overflow-x:auto}.dep-list::-webkit-scrollbar{display:none}.dep-currency{flex:none;width:170px}.dep-currency-row{flex-direction:column;align-items:flex-start;gap:10px}.dep-coin-icon{width:42px;height:42px}.dep-coin-icon img{width:28px;height:28px}.dep-coin-sub{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.dep-spark{width:100%;height:34px}}@media (width<=480px){.balance-avatar-wrap,.balance-avatar{width:48px!important;height:48px!important}.balance-card .balance-amount{font-size:18px!important}}.balance-name{line-height:1.2}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#050812b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface-2);border:1px solid var(--border-strong);text-align:right;border-radius:16px;width:100%;max-width:440px;padding:24px;box-shadow:0 20px 60px #00000080}
