body.admin-page-body{background:#f3f3f3;color:#3a3a3a;font-family:Inter,Arial,sans-serif}.admin-dashboard-main{padding:28px 20px 24px}.admin-hero-card,.admin-panel,.admin-section-nav-card,.admin-stat-card,.admin-subpanel{background:#deddff;border-radius:15px}.admin-hero-card{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;margin-bottom:14px}.admin-eyebrow,.admin-panel-kicker{margin:0 0 6px;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#6f83aa}.admin-hero-card h1,.admin-panel-head h2,.admin-section-nav-card h2,.admin-subpanel-head h3{margin:0;font-weight:700;color:#2f3240}.admin-hero-card h1{font-size:22px;margin-bottom:8px}.admin-subtitle{margin:0;font-size:13px;color:#5f6481;max-width:700px}.admin-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-btn{height:38px;border-radius:10px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700}.admin-btn.primary{background:#4b6df1;color:#fff}.admin-btn.secondary,.admin-btn.small{background:#fff;color:#4b6df1}.admin-btn.small{height:30px;padding:0 12px;font-size:11px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:14px}.admin-stat-card{padding:14px 16px;position:relative;overflow:hidden}.admin-stat-card--primary:after{content:"";position:absolute;inset:auto -28px -28px auto;width:96px;height:96px;border-radius:50%;background:rgba(75,109,241,.16)}.admin-stat-label{display:block;font-size:12px;font-weight:700;color:#6f83aa;margin-bottom:10px}.admin-stat-card strong{display:block;font-size:26px;line-height:1;color:#2f3240;margin-bottom:8px}.admin-stat-card small{display:block;color:#69708b;font-size:11px;font-weight:600}.admin-layout-grid{display:grid;grid-template-columns:250px minmax(0,1fr);grid-gap:14px;gap:14px}.admin-section-nav-card{padding:16px;position:-webkit-sticky;position:sticky;top:20px;align-self:start}.admin-section-nav-card h2{font-size:15px;margin-bottom:12px}.admin-section-nav{display:flex;flex-direction:column;gap:8px}.admin-section-nav a{text-decoration:none;color:#5a607b;background:hsla(0,0%,100%,.7);border-radius:10px;padding:10px 12px;font-size:12px;font-weight:700}.admin-section-nav a:hover{color:#2f52d6}.admin-sections-column{display:flex;flex-direction:column;gap:14px}.admin-panel,.admin-subpanel{padding:16px}.admin-panel-head,.admin-subpanel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-panel-head{margin-bottom:14px}.admin-panel-head h2{font-size:16px}.admin-subpanel-head{margin-bottom:12px}.admin-subpanel-head h3{font-size:14px}.admin-form-grid{display:grid;grid-gap:14px;gap:14px}.admin-form-grid.two-columns,.admin-subpanel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-field{display:flex;flex-direction:column;gap:8px}.admin-field>span{font-size:12px;font-weight:700;color:#4e5672}.admin-field input[type=number],.admin-field input[type=text],.admin-field select,.admin-field textarea{width:100%;border:1px solid #d7daf0;border-radius:12px;background:#fff;min-height:42px;padding:10px 12px;font-size:12px;font-weight:600;color:#383c4d;outline:none}.admin-field textarea{min-height:100px;resize:vertical}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:#6c8aff;box-shadow:0 0 0 3px rgba(75,109,241,.12)}.admin-field.full-width{grid-column:1/-1}.switch-field{background:hsla(0,0%,100%,.55);border-radius:12px;padding:12px 14px;justify-content:space-between}.switch-field input[type=checkbox]{width:46px;height:24px;accent-color:#4b6df1}.admin-repeatable-list{display:flex;flex-direction:column;gap:12px}.admin-repeatable-item{background:#fff;border-radius:14px;padding:14px;border:1px solid #e7e8f5}.admin-repeatable-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-repeatable-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-repeatable-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-inline-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.admin-item-tag{gap:8px;font-size:11px;font-weight:700;color:#6f83aa}.admin-item-tag,.admin-remove-btn{display:inline-flex;align-items:center}.admin-remove-btn{border:0;background:#fff0f0;color:#f34f4f;border-radius:10px;min-width:32px;height:32px;justify-content:center}.admin-panel-note{padding:12px 14px;border-radius:12px;background:hsla(0,0%,100%,.55);color:#5f6481;font-size:12px;font-weight:600}.mt-3{margin-top:14px!important}@media (max-width:1199.98px){.admin-layout-grid{grid-template-columns:1fr}.admin-section-nav-card{position:static}.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991.98px){.admin-dashboard-main{padding:20px 14px 24px}.admin-hero-card,.admin-inline-actions,.admin-panel-head,.admin-subpanel-head{flex-direction:column;align-items:stretch}.admin-form-grid.two-columns,.admin-repeatable-grid,.admin-repeatable-grid.three,.admin-repeatable-grid.two,.admin-subpanel-grid{grid-template-columns:1fr 1fr}}@media (max-width:767.98px){.admin-form-grid.two-columns,.admin-repeatable-grid,.admin-repeatable-grid.three,.admin-repeatable-grid.two,.admin-stats-grid,.admin-subpanel-grid{grid-template-columns:1fr}.admin-hero-actions{justify-content:stretch}.admin-hero-actions .admin-btn{width:100%}}.admin-shell-modern{border-radius:16px;background:linear-gradient(180deg,#fff,#fafbff);box-shadow:0 1px 3px rgba(15,23,42,.04),0 1px 2px rgba(15,23,42,.03)}.admin-stats-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px;margin-top:16px}.admin-stat-card-modern{position:relative;display:flex;flex-direction:column;padding:22px 22px 20px;border-radius:16px;border:1px solid rgba(67,112,229,.08);background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.admin-stat-card-modern:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#4370e5,#6b8eff);opacity:.9}.admin-stat-card-modern:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(67,112,229,.12);border-color:rgba(67,112,229,.2)}.admin-stat-card--blue:before{background:linear-gradient(90deg,#4370e5,#6b8eff)}.admin-stat-card--green:before{background:linear-gradient(90deg,#10b981,#34d399)}.admin-stat-card--purple:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.admin-stat-card--orange:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.admin-stat-card--rose:before{background:linear-gradient(90deg,#ec4899,#f472b6)}.admin-stat-card__top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.admin-stat-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;font-size:16px;background:#eef2ff;color:#4370e5}.admin-stat-card--green .admin-stat-card__icon{background:#d1fae5;color:#059669}.admin-stat-card--purple .admin-stat-card__icon{background:#ede9fe;color:#7c3aed}.admin-stat-card--orange .admin-stat-card__icon{background:#fef3c7;color:#d97706}.admin-stat-card--rose .admin-stat-card__icon{background:#fce7f3;color:#db2777}.admin-stat-card__title{font-size:13px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.admin-stat-card__value{font-size:32px;font-weight:700;color:#111827;line-height:1.1}.admin-stat-card__subtitle{margin:6px 0 0;font-size:12px;color:#6b7280}.admin-export-row{display:flex;flex-wrap:wrap;gap:12px}.admin-btn-modern{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid transparent;background:#4370e5;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.admin-btn-modern:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px rgba(67,112,229,.25)}.admin-btn-modern:disabled{opacity:.5;cursor:not-allowed}.admin-btn-modern--export{background:#fff;color:#4370e5;border-color:rgba(67,112,229,.3)}.admin-btn-modern--export:hover:not(:disabled){background:#eef2ff;border-color:#4370e5}.admin-btn-modern--primary{background:linear-gradient(135deg,#4370e5,#6b8eff)}.admin-btn-modern--danger{background:#fff;color:#dc2626;border-color:rgba(220,38,38,.3)}.admin-btn-modern--danger:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.admin-btn-modern--sm{padding:6px 12px;font-size:13px}.admin-users-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}@media (max-width:767.98px){.admin-users-grid{grid-template-columns:1fr}}.admin-users-card{padding:18px;border-radius:14px;border:1px solid #e5e7eb;background:#fff}.admin-users-card__title{margin:0 0 12px;font-size:14px;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.04em}.admin-users-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.admin-users-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#f9fafb;border-radius:10px;border:1px solid #f3f4f6;transition:background .15s ease,border-color .15s ease}.admin-users-list__item:hover{background:#f3f4f6;border-color:#e5e7eb}.admin-users-list__email{font-size:13px;color:#1f2937;font-family:ui-monospace,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.admin-users-promote{display:flex;flex-direction:column;gap:10px}.admin-users-promote__label{font-size:12px;color:#6b7280;font-weight:500}.admin-users-promote__select{padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.admin-users-promote__select:focus{border-color:#4370e5;box-shadow:0 0 0 3px rgba(67,112,229,.1);outline:none}.admin-insights-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-insights-table td,.admin-insights-table th{padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.06);text-align:left}.admin-insights-table th{font-weight:600;background:rgba(0,0,0,.02)}.admin-insights-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.admin-insights-pagination{display:inline-flex;align-items:center;gap:.75rem}.admin-insights-exports{display:inline-flex;gap:.5rem}.admin-insights-popup .admin-insights-popup__card.coinsinus-popup__card,.admin-insights-popup .admin-insights-popup__card.coinsinus-popup__card--lg{width:min(100%,1100px);max-height:90vh;display:flex;flex-direction:column;padding:0;text-align:left;overflow:hidden}.admin-insights-popup__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(15,23,42,.08);flex:0 0 auto}.admin-insights-popup__title{margin:0;font-size:14px;font-weight:600;color:#2f3747;text-align:left}.admin-insights-popup__close.coinsinus-popup__close{position:static;width:28px;height:28px;border-radius:50%;background:rgba(15,23,42,.06);color:#2f3747;font-size:12px}.admin-insights-popup__close.coinsinus-popup__close:hover{background:rgba(15,23,42,.12)}.admin-insights-popup__body{padding:16px 20px;overflow:auto;flex:1 1 auto;min-height:0}.admin-insights-popup__footer{padding:12px 20px;border-top:1px solid rgba(15,23,42,.08);flex:0 0 auto}.admin-insights-popup .admin-insights-table{min-width:720px}@media (max-width:768px){.admin-insights-popup .admin-insights-popup__card.coinsinus-popup__card,.admin-insights-popup .admin-insights-popup__card.coinsinus-popup__card--lg{max-height:92vh}.admin-insights-popup__body,.admin-insights-popup__footer,.admin-insights-popup__header{padding-left:14px;padding-right:14px}}.admin-icon-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:rgba(0,0,0,.6);transition:background .15s,color .15s,border-color .15s}.admin-icon-btn:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.16);color:rgba(0,0,0,.85)}.admin-icon-btn:focus-visible{outline:2px solid rgba(45,116,220,.45);outline-offset:2px}.admin-icon-btn--delete:hover{background:rgba(236,72,153,.08);color:#be185d;border-color:rgba(236,72,153,.32)}.admin-icon-btn+.admin-icon-btn{margin-left:.25rem}.admin-stat-card-modern--clickable{cursor:pointer;border:none;text-align:left;font:inherit;color:inherit}.admin-stat-card-modern--clickable:focus-visible{outline:2px solid rgba(45,116,220,.45);outline-offset:2px}.email-combobox{position:relative;display:inline-block;min-width:280px}.email-combobox__input{width:100%}.email-combobox__list{position:absolute;top:100%;left:0;right:0;z-index:10;margin:4px 0 0;padding:4px 0;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:240px;overflow-y:auto}.email-combobox__item{padding:8px 12px;cursor:pointer;font-size:14px}.email-combobox__item--highlight,.email-combobox__item:hover{background:#f3f4f6}.email-combobox__empty{padding:8px 12px;color:#6b7280;font-style:italic}.header-icons .topbar-navigation-item:focus-within>.topbar-dropdown,.header-icons .topbar-navigation-item:hover>.topbar-dropdown{display:none}.header-icons .topbar-navigation-item.is-open>.topbar-dropdown{display:block}.page-topbar>.faq-popup.is-open,.page-topbar>.language-switch-popup.is-open,.page-topbar>.legal-popup.is-open,.page-topbar>.support-popup.is-open{display:flex}.coin-row>.coinsinus-sparkline{width:100%;max-width:110px;min-width:0;justify-self:stretch}.markets-shell .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.markets-fixed-table{min-width:720px}.mk-chart.mk-chart-svg-shell{width:clamp(96px,14vw,152px);max-width:100%;min-width:96px;display:flex;align-items:stretch;background-image:none!important;overflow:hidden}.mk-chart-svg{width:100%;height:100%!important;display:block}.mini-coin-row .mk-asset.small{min-width:0;flex:1 1 auto}.mini-coin-row .mk-side-chart.mk-chart-svg-shell{width:84px;min-width:84px;height:28px}.mini-coin-row .mk-side-meta{flex:0 0 auto;min-width:58px;text-align:right}.balance-inline-spark,.balance-markets-spark,.balance-summary-chart,.portfolio-live-chart{min-width:0;max-width:100%}.exchange-fixed-table .ex-percent.negative{color:#e02b1c}.exchange-fixed-table .ex-platform{gap:0;justify-content:center}.exchange-fixed-table .ex-platform-logo--img{width:56px;height:18px;max-width:100%;object-fit:contain;display:inline-block;background:transparent}.bots-fixed-table .bot-platform{gap:0;justify-content:center}.bots-fixed-table .bot-platform-logo--img{width:96px;height:28px;max-width:100%;object-fit:contain;display:inline-block;background:transparent;border-radius:0}.ed-summary-variation.negative{color:#e02b1c}.ed-detail-row strong.ex-percent.positive,.ed-summary-variation.positive{color:#43bb48}.ed-detail-row strong.ex-percent.negative{color:#e02b1c}.ed-platform-name__logo{width:120px;height:30px;max-width:100%;object-fit:contain;display:inline-block;background:transparent}@media (max-width:767.98px){body .exchange-details-page-body .ed-actions-row{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}body .exchange-details-page-body .ed-primary-btn{width:auto;min-width:120px;flex:0 0 auto;padding:10px 18px;font-size:13px}body .coin-row{grid-template-columns:minmax(0,1fr) 88px minmax(0,auto);gap:8px;align-items:center}body .coin-row .coin-price{text-align:right}.coin-row>.coinsinus-sparkline{max-width:none;height:40px!important}.mk-chart.mk-chart-svg-shell{width:88px;min-width:88px;height:32px}.mini-coin-row .mk-side-chart.mk-chart-svg-shell{width:74px;min-width:74px;height:26px}.portfolio-live-chart{min-height:118px}.balance-summary-chart{height:118px;min-height:118px}.balance-chart-axis.bottom-center,.balance-chart-axis.bottom-left,.balance-chart-axis.bottom-right,.balance-chart-label.mid-right,.balance-chart-label.top-left,.balance-chart-label.top-right{transform-origin:center}.balance-chart-axis.bottom-right,.balance-chart-label.mid-right{right:18px}}.news-card,.news-card .news-item{display:flex;flex-direction:column}.news-card .news-item{height:220px;overflow:hidden}.news-card .news-item h3{-webkit-line-clamp:2}.news-card .news-item h3,.news-card .news-item p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.news-card .news-item p{flex:1 1;-webkit-line-clamp:5;min-height:0}.news-card .news-item span{margin-top:auto}.news-card .news-dots{margin-top:auto;padding-top:14px}@media (max-width:767.98px){.news-card .news-item{height:200px}}.ed-manual-converting-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin:40px 0;min-height:140px}.ed-manual-converting-amount{color:#273251;font-size:28px;font-weight:900;text-align:center;line-height:1.3}.ed-manual-converting-to{color:#7a8193;font-size:16px;font-weight:600;text-align:center}.ed-manual-converting-actions{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px}.ed-manual-converting-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:2px solid #5274e3;border-radius:24px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .15s}.ed-manual-converting-btn:disabled{opacity:.45;cursor:not-allowed}.ed-manual-converting-btn--back{background:#fff;color:#5274e3}.ed-manual-converting-btn--submit{background:linear-gradient(180deg,#6d8df5,#4f6de7);color:#fff;border-color:transparent;box-shadow:0 8px 20px rgba(79,109,231,.22)}.platform-tag--logo{height:20px;width:auto;object-fit:contain;background:none;border:none;padding:0;border-radius:0}.transaction-item .tx-coin-icon{display:inline-flex;width:18px;height:18px;vertical-align:middle;flex-shrink:0}.transaction-item .tx-coin-icon img{width:100%;height:100%;object-fit:contain}@media (max-width:767.98px){.ed-manual-converting-amount{font-size:22px}.ed-manual-converting-btn{padding:8px 18px;font-size:14px}}