:root{--bg:#061321;--panel:#0a2138;--panel2:#0c2b4b;--line:#1d456a;--text:#eaf5ff;--muted:#8eabc5;--accent:#27a8f2;--accent2:#0e78cc;--card:#f5f9fd;--ink:#10233a;--sub:#5c738b;--danger:#b73549;--ok:#18734f;--shadow:0 18px 45px rgba(0,0,0,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:14px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:18px 14px;background:linear-gradient(180deg,#08243f 0%,#061a2d 100%);border-right:1px solid #123a5d;overflow:auto}.brand{display:flex;align-items:center;gap:10px}.brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#1ca7f4,#1771c8);font-weight:900;font-size:18px}.brand strong{font-size:20px}.side-brand{padding:2px 8px 20px}.side-label{margin:14px 10px 8px;color:#6d9cc6;font-size:10px;font-weight:900;letter-spacing:.14em}.sidebar nav{display:grid;gap:4px}.sidebar nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:11px;color:#a9c1d7;font-weight:700}.sidebar nav a:hover,.sidebar nav a.active{background:#0c5c99;color:#fff}.sidebar nav a i{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.06);font-style:normal;font-size:12px}.side-footer{margin-top:20px;padding:12px;border:1px solid #1a4569;border-radius:12px;background:rgba(255,255,255,.03)}.side-footer strong,.side-footer span{display:block}.side-footer span{margin-top:3px;color:var(--muted);font-size:11px}.content{min-width:0;padding:18px 20px 50px}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;border:1px solid #164367;border-radius:18px;background:linear-gradient(135deg,#0c2c50,#082340);box-shadow:var(--shadow);margin-bottom:14px}.topbar small,.card-head small{color:#60bfff;font-size:10px;font-weight:900;letter-spacing:.12em}.topbar h1{margin:4px 0 2px;font-size:25px}.topbar p{margin:0;color:#9cb8d1}.top-actions{display:flex;gap:8px;flex-wrap:wrap}.stat-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:14px}.stat-card{padding:14px 12px;border:1px solid #164367;border-left:4px solid #28b0ef;border-radius:14px;background:linear-gradient(180deg,#0b2948,#09213a);min-width:0}.stat-card strong{display:block;font-size:22px}.stat-card span{display:block;margin-top:7px;color:#9fb7cc;font-size:11px;font-weight:800}.grid{display:grid;gap:14px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--card);color:var(--ink);border:1px solid #d6e4ef;border-radius:18px;padding:16px;box-shadow:0 12px 28px rgba(0,0,0,.08);margin-bottom:14px}.card h2,.card h3{margin:0}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.card-head h2{font-size:19px}.quick-grid{display:grid;gap:9px}.quick-grid a{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #cbddea;border-radius:12px;background:#edf5fb;font-weight:800}.activity-list{display:grid;gap:2px}.activity-list a{display:flex;justify-content:space-between;gap:10px;padding:10px 4px;border-bottom:1px solid #dfe9f1}.activity-list span b,.activity-list span{display:block}.activity-list span{font-size:12px}.activity-list span b{font-size:13px}.activity-list time{color:var(--sub);font-size:11px;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:10px;border:1px solid transparent;background:#e7f1f8;color:#17344e;font-weight:800;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#1688dc,#0f6db6);color:#fff}.btn.ghost{background:#fff;border-color:#c6d9e7}.btn.danger{background:#fff0f2;border-color:#efc7ce;color:var(--danger)}.btn.sm{min-height:32px;padding:5px 9px;font-size:12px}.toolbar,.actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:14px}.toolbar input[type=search]{min-width:min(420px,100%)}.grow{flex:1}.actions.end{justify-content:flex-end;margin-top:14px}.table-wrap{overflow:auto;border:1px solid #d5e2ec;border-radius:13px}table{width:100%;border-collapse:collapse;min-width:780px;background:#fff}th,td{padding:11px 12px;text-align:left;border-bottom:1px solid #e5edf3;vertical-align:middle}th{background:#eef5fa;color:#526b82;font-size:11px;text-transform:uppercase;letter-spacing:.04em}td b,td small{display:block}td small{color:#71869b;margin-top:3px}.status,.pill{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf4f8;color:#34566f;font-size:11px;font-weight:800}.pill.ok{background:#e6f5ee;color:var(--ok)}.empty{padding:22px;color:#71869b;text-align:center}.empty.tall{padding:80px 20px}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px}.stack{display:grid;gap:12px}.gap-lg{gap:18px}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.form-grid .wide{grid-column:1/-1}label{display:grid;gap:6px;color:#36536b;font-size:12px;font-weight:800}input,select,textarea{width:100%;border:1px solid #c7d8e5;border-radius:9px;background:#fff;color:#17324a;padding:9px 10px;outline:none}input:focus,select:focus,textarea:focus{border-color:#409ddd;box-shadow:0 0 0 3px rgba(64,157,221,.12)}textarea{resize:vertical}.switch-line{display:flex!important;align-items:center;gap:8px}.switch-line input{width:auto}.customer-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 14px}.customer-tabs a{padding:8px 11px;border:1px solid #17466e;border-radius:9px;background:#0b2948;color:#b8d2e7;font-weight:800;font-size:12px}.anchor{scroll-margin-top:12px}.repeater{display:grid;gap:10px}.repeater-list{display:grid;gap:10px}.repeat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px;border:1px solid #d8e6ef;border-radius:13px;background:#f8fbfd;align-items:end}.repeat-row .span2{grid-column:span 2}.repeat-row .btn{align-self:end}.contract-row{grid-template-columns:repeat(4,minmax(0,1fr))}.market-row{grid-template-columns:repeat(5,minmax(0,1fr))}.save-bar{position:sticky;bottom:12px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid #2d6d9b;border-radius:13px;background:#082a49;color:#d8edff;box-shadow:0 12px 25px rgba(0,0,0,.25)}.save-bar span{font-size:12px}.kyc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.kyc-grid article{padding:12px;border:1px solid #d7e4ed;border-radius:12px;background:#fff}.kyc-grid img{display:block;width:100%;max-height:320px;object-fit:contain;border-radius:9px;background:#e9f0f5}.kyc-grid p{color:#647b90;font-size:11px}.danger-text{color:var(--danger)}.notice-list{display:grid;gap:8px;margin-top:14px}.notice-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #dbe6ef;border-radius:11px;background:#fff}.notice-list span b,.notice-list span small{display:block}.notice-list span small{margin-top:3px;color:#6a8094}.danger-zone{margin-top:22px;padding-top:16px;border-top:1px solid #e7cfd4}.copy-field{margin-top:8px}.chat-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:14px}.thread-list{max-height:calc(100vh - 150px);overflow:auto}.thread{display:flex;justify-content:space-between;gap:10px;padding:11px;border-radius:10px;border:1px solid transparent}.thread:hover,.thread.active{background:#eaf4fb;border-color:#c9dfed}.thread span{min-width:0}.thread b,.thread small{display:block}.thread small{color:#6e8497;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.thread em{display:grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:#1788dc;color:#fff;font-style:normal;font-size:11px;font-weight:900}.chat-panel{min-height:620px;display:flex;flex-direction:column}.chat-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #dce7ef}.chat-head b,.chat-head small{display:block}.chat-head small{margin-top:3px;color:#6b8297}.messages{flex:1;display:flex;flex-direction:column;gap:10px;padding:18px 0;max-height:560px;overflow:auto}.message{max-width:74%;padding:10px 12px;border-radius:13px;background:#e7f1f8}.message.admin{align-self:flex-end;background:#0e78cc;color:#fff}.message b,.message time{font-size:10px}.message p{margin:4px 0 2px;white-space:pre-wrap}.message time{opacity:.7}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:end;border-top:1px solid #dce7ef;padding-top:12px}.health{display:flex;gap:12px;align-items:center;padding:12px;border-radius:12px;background:#e8f6ef}.health i{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#1b7e57;color:#fff;font-style:normal;font-size:18px}.health b,.health span{display:block}.health span{color:#5a7869;margin-top:3px}.details{display:grid;grid-template-columns:160px 1fr;gap:8px 14px;margin:18px 0 0}.details dt{color:#6d8296}.details dd{margin:0;font-weight:800}.check-list{margin:12px 0 0;padding-left:20px}.check-list li{margin:9px 0}.alert{padding:11px 13px;border-radius:11px;margin-bottom:12px}.alert.success{background:#dff3e9;color:#155b3e;border:1px solid #b9dfcc}.alert.error{background:#fde8eb;color:#8d2637;border:1px solid #efbcc5}.auth-body{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,#0d3a63 0,#061321 46%)}.auth-card{width:min(440px,100%);padding:28px;border:1px solid #17476d;border-radius:22px;background:#f7fbff;color:#132a42;box-shadow:0 30px 70px rgba(0,0,0,.3)}.auth-card .brand{margin-bottom:20px;color:#0f2c47}.auth-card h1{margin:0 0 8px}.auth-card p{color:#637a90}.auth-card small{display:block;color:#71869b;margin-top:16px}.install-card{width:min(620px,100%)}hr{border:0;border-top:1px solid #dce6ee;width:100%;margin:4px 0}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}
@media(max-width:1450px){.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.market-row{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1050px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.sidebar{padding:14px 8px}.side-brand strong,.sidebar nav a span,.side-label,.side-footer{display:none}.side-brand{justify-content:center}.sidebar nav a{justify-content:center;padding:9px}.sidebar nav a i{width:34px;height:34px}.grid.two,.kyc-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.repeat-row,.contract-row,.market-row{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-layout{grid-template-columns:290px minmax(0,1fr)}}
@media(max-width:720px){.app-shell{display:block}.sidebar{position:static;width:100%;height:auto;overflow:visible}.side-brand{justify-content:flex-start}.side-brand strong{display:block}.sidebar nav{display:flex;overflow:auto;padding-bottom:4px}.sidebar nav a{min-width:52px}.content{padding:12px}.topbar{align-items:flex-start}.topbar,.top-actions{flex-direction:column}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid,.repeat-row,.contract-row,.market-row,.chat-layout{grid-template-columns:1fr}.repeat-row .span2{grid-column:auto}.chat-layout{display:block}.thread-list{max-height:320px}.chat-panel{min-height:500px}.save-bar{position:static;flex-direction:column;align-items:stretch}.toolbar input[type=search]{min-width:100%}.details{grid-template-columns:1fr}.details dd{margin-bottom:6px}}
