/* MinerTools Crypto Prices v489 — sticky toolbar, sticky table header and skeleton loading. */
body:has(.mt-crypto-page) .mt-main{
  padding-top:0;
  background:
    radial-gradient(900px 420px at 88% 0,rgba(247,198,62,.10),transparent 70%),
    radial-gradient(720px 320px at 8% 12%,rgba(59,130,246,.06),transparent 72%),
    linear-gradient(180deg,#f8fafc,#f2f5f9);
}
.mt-crypto-page{--cp-gold:#e8ad18;--cp-gold-soft:#fff7dc;--cp-text:#111827;--cp-muted:#7b8798;--cp-line:#e5e9f0;--cp-green:#16b364;--cp-red:#ef4444;--cp-blue:#4f8cff;--cp-purple:#8b5cf6;padding:12px 0 12px;color:var(--cp-text);position:relative;--mt-sticky-top:8px;--mt-toolbar-height:52px}
.mt-crypto-page *{box-sizing:border-box}
.mt-crypto-page svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mt-crypto-page>.mt-container{display:grid;gap:10px;width:min(1540px,calc(100% - 26px))}

/* Top overview */
.mt-market-top{
  display:grid;
  grid-template-columns:minmax(360px,2fr) repeat(3,minmax(170px,1fr));
  gap:12px;
  align-items:stretch;
  direction:rtl;
}
.mt-market-summary{
  display:contents;
  direction:rtl;
}
.mt-market-hero,
.mt-market-summary article{
  min-width:0;
  min-height:112px;
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:12px 16px;
  border:1px solid #dfe6ef;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  box-shadow:0 10px 20px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.98);
  overflow:hidden;
  direction:ltr;
}
.mt-market-hero{
  grid-column:1;
  grid-row:1;
  grid-template-columns:150px minmax(0,1fr);
  min-height:112px;
  border-color:rgba(228,169,0,.34);
  background:linear-gradient(180deg,#fffdf8,#fff8e9);
}
.mt-market-summary article:nth-child(1){grid-column:2;grid-row:1;}
.mt-market-summary article:nth-child(2){grid-column:3;grid-row:1;}
.mt-market-summary article:nth-child(3){grid-column:4;grid-row:1;}
.mt-market-card-bg{
  grid-column:1;
  grid-row:1;
  position:static;
  display:block;
  width:72px;
  height:72px;
  max-width:none;
  object-fit:contain;
  object-position:center;
  justify-self:start;
  align-self:end;
  background:transparent;
  opacity:1;
  filter:none;
  mix-blend-mode:normal;
}
.mt-market-hero .mt-market-card-bg{
  width:138px;
  height:96px;
  align-self:center;
}
.mt-market-hero__copy,
.mt-market-summary article div{
  grid-column:2;
  grid-row:1;
  min-width:0;
  position:static;
  z-index:auto;
  width:auto;
  max-width:none;
  margin:0;
  padding:0;
  text-align:right;
  direction:rtl;
}
.mt-market-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:max-content;
  max-width:100%;
  padding:4px 8px;
  border:1px solid rgba(247,198,62,.34);
  border-radius:999px;
  background:#fff8df;
  color:#9a6700;
  font-size:9.5px;
  font-weight:900;
  white-space:nowrap;
}
.mt-market-kicker i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f59e0b;
  box-shadow:0 0 0 4px rgba(245,158,11,.12);
}
.mt-market-hero h1{
  margin:8px 0 5px;
  color:#101828;
  font-size:clamp(24px,2vw,34px);
  line-height:1.15;
  font-weight:950;
  letter-spacing:0;
  white-space:nowrap;
}
.mt-market-hero p{
  margin:0;
  color:#475467;
  font-size:13px;
  font-weight:760;
  line-height:1.65;
}
.mt-market-summary__icon,
.mt-market-hero__visual{
  display:none;
}
.mt-market-summary small{
  display:block;
  margin:0 0 7px;
  color:#475467;
  font-size:12.5px;
  font-weight:850;
  line-height:1.4;
  white-space:normal;
}
.mt-market-summary strong{
  display:block;
  margin:0;
  overflow:hidden;
  color:#101828;
  font-size:17px;
  font-weight:950;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mt-market-summary em{
  display:none;
}
.mt-market-summary-card--usdt{border-color:rgba(27,181,118,.28);background:linear-gradient(180deg,#fbfffd,#f2fbf7);}
.mt-market-summary-card--count{border-color:rgba(79,140,255,.28);background:linear-gradient(180deg,#fbfdff,#f4f8ff);}
.mt-market-summary-card--time{border-color:rgba(228,169,0,.30);background:linear-gradient(180deg,#fffdfa,#fff8ea);}
@media(max-width:1180px){
  .mt-market-top{grid-template-columns:minmax(0,1fr);gap:10px;}
  .mt-market-hero{grid-column:1;grid-row:1;}
  .mt-market-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
  .mt-market-summary article:nth-child(n){grid-column:auto;grid-row:auto;}
}
@media(max-width:760px){
  .mt-market-summary{grid-template-columns:1fr;}
  .mt-market-hero,
  .mt-market-summary article{min-height:96px;grid-template-columns:70px minmax(0,1fr);padding:10px 12px;gap:12px;border-radius:15px;}
  .mt-market-hero{grid-template-columns:84px minmax(0,1fr);}
  .mt-market-card-bg{width:58px;height:58px;}
  .mt-market-hero .mt-market-card-bg{width:78px;height:78px;}
  .mt-market-hero h1{font-size:22px;white-space:normal;}
  .mt-market-hero p{font-size:11.5px;}
}

/* Main dashboard panel */
.mt-crypto-page .mt-market-panel{width:100%!important;margin:0!important;padding:13px!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,250,252,.98))!important;box-shadow:0 14px 24px rgba(16,24,40,.055),inset 0 1px 0 rgba(255,255,255,.98)!important}
.mt-market-panel__head{display:flex;align-items:center;gap:9px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eceff4}
.mt-market-panel__icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border:1px solid rgba(247,198,62,.35);border-radius:13px;background:linear-gradient(180deg,#fff9e6,#f6df89);color:#b7791f;box-shadow:0 8px 14px rgba(247,198,62,.13)}
.mt-market-panel__head h2{margin:0;color:#111827;font-size:16px;line-height:1.22}
.mt-market-panel__head p{margin:2px 0 0;color:#7d8899;font-size:10px;font-weight:760}

.mt-crypto-toolbar{position:sticky;top:var(--mt-sticky-top);z-index:30;display:grid;grid-template-columns:minmax(290px,350px) minmax(0,1fr);grid-template-areas:"search filters";align-items:center;gap:9px;margin-bottom:10px;padding:8px 9px;border:1px solid #e9edf3;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 7px 14px rgba(16,24,40,.04),inset 0 1px 0 rgba(255,255,255,.98);direction:ltr;transition:box-shadow .18s,border-color .18s,background .18s}

.mt-crypto-toolbar.is-stuck{border-color:rgba(247,198,62,.28);background:rgba(255,255,255,.96);box-shadow:0 14px 28px rgba(16,24,40,.11),0 0 0 1px rgba(247,198,62,.06);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.mt-crypto-sticky-head{position:fixed;z-index:28;display:none;overflow:hidden;border:1px solid #e5e9f0;border-radius:13px;background:#f8fafc;box-shadow:0 12px 24px rgba(16,24,40,.10);pointer-events:none}
.mt-crypto-sticky-head.is-visible{display:block}
.mt-crypto-sticky-head__viewport{width:100%;overflow:hidden;direction:rtl}
.mt-crypto-table--sticky{margin:0;border:0!important;background:transparent!important;box-shadow:none!important;table-layout:fixed}
.mt-crypto-table--sticky thead{position:static}
.mt-crypto-table--sticky th{background:linear-gradient(180deg,#fffdf7,#f4f6f9);box-shadow:inset 0 -1px 0 #e3e8ef}
.mt-crypto-search{grid-area:search;display:flex;align-items:center;gap:8px;height:38px;padding:0 11px;border:1px solid #e1e6ed;border-radius:12px;background:#fff;box-shadow:0 5px 10px rgba(16,24,40,.03)}
.mt-crypto-search svg{flex:0 0 18px;color:#98a2b3}
.mt-crypto-search input{width:100%;height:36px;border:0;outline:0;background:transparent;color:#344054;font-size:11px;font-weight:800}
.mt-crypto-search input::placeholder{color:#98a2b3}
.mt-crypto-filters{grid-area:filters;display:flex;align-items:center;justify-content:flex-start;gap:6px;min-width:0;overflow-x:auto;padding:1px 0;scrollbar-width:none;direction:rtl}
.mt-crypto-filters::-webkit-scrollbar{display:none}
.mt-crypto-filters button{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;min-height:34px;padding:4px 9px 4px 7px!important;border:1px solid #e4e8ee!important;border-radius:11px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;color:#475467!important;font-size:9.8px!important;font-weight:900!important;box-shadow:0 5px 10px rgba(16,24,40,.04),inset 0 1px 0 rgba(255,255,255,.96);transition:.18s}
.mt-crypto-filters button:hover{transform:translateY(-1px);border-color:rgba(247,198,62,.48)!important;background:linear-gradient(180deg,#fffdf7,#fff6dc)!important}
.mt-crypto-filters button.is-active{border-color:rgba(247,198,62,.65)!important;background:linear-gradient(180deg,#fff8df,#f5dc80)!important;color:#8b5c00!important;box-shadow:0 14px 24px rgba(232,173,24,.17),0 0 0 4px rgba(247,198,62,.07)!important}
.mt-crypto-filter-icon{display:grid;place-items:center;width:25px;height:25px;border:1px solid #e1e6ed;border-radius:8px;background:#fff;box-shadow:0 4px 8px rgba(16,24,40,.04);overflow:hidden}
.mt-crypto-filter-icon img{display:block;width:18px;height:18px;object-fit:contain}

/* Market metric cards */
.mt-crypto-market-stats{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;margin:0 0 12px!important;direction:rtl}
.mt-market-stat{position:relative;isolation:isolate;min-width:0;min-height:92px;padding:10px 10px 12px!important;border:1px solid #e7ebf1!important;border-radius:17px!important;background:linear-gradient(180deg,#fff,#f9fafc)!important;overflow:hidden;box-shadow:0 10px 20px rgba(16,24,40,.05),inset 0 1px 0 rgba(255,255,255,.96)}
.mt-market-stat:before{content:"";position:absolute;top:0;right:14px;left:14px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,#8b5cf6,transparent)}
.mt-market-stat--fear:before{background:linear-gradient(90deg,transparent,#f59e0b,transparent)}
.mt-market-stat--volume:before{background:linear-gradient(90deg,transparent,#4f8cff,transparent)}
.mt-market-stat--market:before{background:linear-gradient(90deg,transparent,#22c55e,transparent)}
.mt-market-stat--coins:before{background:linear-gradient(90deg,transparent,#e8ad18,transparent)}
.mt-market-stat__icon{position:absolute;top:10px;left:10px;display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(180deg,#f4efff,#e7ddff);color:#7c3aed}
.mt-market-stat--fear .mt-market-stat__icon{background:linear-gradient(180deg,#fff8e6,#ffe7a8);color:#d97706}
.mt-market-stat--volume .mt-market-stat__icon{background:linear-gradient(180deg,#edf5ff,#dceaff);color:#2563eb}
.mt-market-stat--market .mt-market-stat__icon{background:linear-gradient(180deg,#effdf4,#d9f8e4);color:#16a34a}
.mt-market-stat--coins .mt-market-stat__icon{background:linear-gradient(180deg,#fff8df,#f6df8c);color:#b7791f}
.mt-market-stat small{display:block;max-width:calc(100% - 42px);color:#7d8899;font-size:9px;font-weight:850;position:relative;z-index:1}
.mt-market-stat strong{display:block;margin-top:8px;max-width:calc(100% - 40px);overflow:hidden;color:#101828;font-size:15.5px;font-weight:950;text-overflow:ellipsis;white-space:nowrap;direction:ltr;text-align:right;position:relative;z-index:1}
.mt-stat-spark{display:none!important}




@keyframes mtCryptoSkeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}
.mt-skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,#edf1f5 25%,#fafbfc 42%,#edf1f5 60%);background-size:220% 100%;animation:mtCryptoSkeleton 1.25s ease-in-out infinite}
.mt-skeleton--summary{width:74px;height:15px;margin-top:5px;border-radius:6px}
.mt-skeleton--stat-icon{position:absolute;top:10px;left:10px;width:34px;height:34px;border-radius:11px}
.mt-skeleton--stat-label{width:46%;height:9px;margin:3px 0 0 auto;border-radius:5px}
.mt-skeleton--stat-value{width:62%;height:16px;margin:12px 0 0 auto;border-radius:6px}
.mt-crypto-skeleton-row td{height:58px}
.mt-skeleton--rank{width:18px;height:10px;margin:auto}
.mt-skeleton-coin{display:flex;align-items:center;gap:9px;min-width:135px}
.mt-skeleton-coin>span:last-child{display:grid;gap:6px;min-width:72px}
.mt-skeleton--coin-logo{flex:0 0 36px;width:36px;height:36px;border-radius:50%}
.mt-skeleton--coin-symbol{width:52px;height:10px;border-radius:5px}
.mt-skeleton--coin-name{width:72px;height:8px;border-radius:5px}
.mt-skeleton--cell{width:68%;max-width:82px;height:11px;margin:auto;border-radius:5px}
.mt-skeleton--action{width:26px;height:26px;margin:auto;border-radius:8px}
.mt-market-stat--skeleton{min-height:90px}
.mt-crypto-page:not(.is-loading) .mt-crypto-skeleton-row{display:none}
@media(prefers-reduced-motion:reduce){.mt-skeleton{animation:none}}

/* Table */
.mt-market-table-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:4px 0 10px;padding:0 4px}
.mt-market-table-head h3{margin:0;color:#111827;font-size:19px;line-height:1.35}
.mt-market-table-head p{margin:4px 0 0;color:#7d8899;font-size:10.8px;font-weight:760}
.mt-market-live-dot{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid rgba(22,179,100,.20);border-radius:999px;background:#effcf5;color:#0f9f58;font-size:10px;font-weight:950}
.mt-market-live-dot:after{content:"";width:7px;height:7px;border-radius:50%;background:#16b364;box-shadow:0 0 0 5px rgba(22,179,100,.10)}
.mt-crypto-table-wrap{overflow:auto;border:1px solid #e7ebf1!important;border-radius:18px!important;background:#fff;box-shadow:0 14px 28px rgba(16,24,40,.05),inset 0 1px 0 rgba(255,255,255,.96)}
.mt-crypto-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;direction:rtl!important;table-layout:auto;background:#fff}
.mt-crypto-table thead{position:sticky;top:0;z-index:3}
.mt-crypto-table th{padding:11px 7px;background:linear-gradient(180deg,#fbfcfe,#f3f6fa);color:#667085;font-size:9.8px;font-weight:900;text-align:center;border-bottom:1px solid #e7ebf1;white-space:nowrap}
.mt-crypto-table td{padding:11px 7px;border-bottom:1px solid #edf0f4;color:#344054;font-size:10.8px;font-weight:800;text-align:center;vertical-align:middle;background:#fff;transition:.18s;white-space:nowrap}
.mt-crypto-table tbody tr:nth-child(even) td{background:#fbfcfe}
.mt-crypto-table tbody tr:hover td{background:#fffaf0}
.mt-crypto-table tbody tr:last-child td{border-bottom:0}
.mt-crypto-table .rank{width:44px;color:#98a2b3;font-weight:950}
.mt-coin-cell{display:flex;align-items:center;justify-content:flex-start;gap:9px;direction:rtl!important;min-width:142px}
.mt-coin-cell .logo{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid #e5e9ef;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 6px 12px rgba(16,24,40,.05);overflow:hidden;color:#b7791f;font-size:12px;font-weight:950}
.mt-coin-cell .logo img{width:26px;height:26px;object-fit:contain}
.mt-coin-text{display:grid;min-width:0;line-height:1.28;text-align:right}
.mt-coin-text b{color:#101828;font-size:13px;font-weight:950}
.mt-coin-text small{max-width:130px;overflow:hidden;color:#98a2b3;font-size:9.5px;font-weight:760;text-overflow:ellipsis}
.price-usd b,.price-toman b{display:block;color:#111827;font-size:11.5px;font-weight:950;direction:ltr}
.price-toman b{color:#b7791f;direction:rtl}
.mt-change{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:5px 7px;border-radius:999px;font-size:9.3px;font-weight:950;white-space:nowrap}
.mt-change.up{background:#ecfdf3;color:#0f9f58}
.mt-change.down{background:#fff0f0;color:#e5484d}
.mt-change.flat,.mt-change.muted{background:#f2f4f7;color:#667085}
.compact{direction:ltr;color:#344054;font-size:10px;font-weight:900}
.mt-row-spark{display:none!important}


.mt-favorite-btn{display:grid;place-items:center;width:28px;height:28px;margin:auto;border:1px solid #e3e7ed;border-radius:9px;background:#fff;color:#c0c6d0;box-shadow:0 5px 10px rgba(16,24,40,.04);transition:.18s}
.mt-favorite-btn svg{width:17px;height:17px;fill:transparent}
.mt-favorite-btn:hover,.mt-favorite-btn.is-active{transform:translateY(-1px);border-color:rgba(247,198,62,.55);background:#fff8df;color:#d69300}
.mt-favorite-btn.is-active svg{fill:#f7c63e}
.mt-crypto-empty{padding:32px!important;text-align:center;color:#98a2b3}
.mt-crypto-pager{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}
.mt-crypto-pager button{min-height:34px;padding:6px 11px;border:1px solid #e2e7ed;border-radius:10px;background:#fff;color:#344054;font-size:10px;font-weight:900;box-shadow:0 6px 12px rgba(16,24,40,.04)}
.mt-crypto-pager button:hover:not(:disabled){border-color:rgba(247,198,62,.48);background:#fffaf0;transform:translateY(-1px)}
.mt-crypto-pager button:disabled{opacity:.45;cursor:not-allowed}
.mt-crypto-pager span{color:#7d8899;font-size:10.5px;font-weight:850}

.mt-crypto-table td.actions,.mt-crypto-table th:nth-child(9){width:64px}

/* Compact refinement for the crypto prices dashboard */
.mt-crypto-page{--cp-gold:#e4a900;--cp-gold-soft:#fff6d8;--cp-text:#111827;--cp-muted:#667085;--cp-line:#e3e8ef;padding:10px 0}
.mt-crypto-page>.mt-container{gap:8px;width:min(1500px,calc(100% - 28px));min-width:0}
.mt-crypto-page .mt-market-panel{min-width:0;max-width:100%}
.mt-crypto-page .mt-market-panel{padding:10px!important;border-radius:18px!important;box-shadow:0 11px 22px rgba(16,24,40,.045),inset 0 1px 0 rgba(255,255,255,.98)!important}
.mt-crypto-toolbar{grid-template-columns:minmax(320px,36%) minmax(0,1fr);gap:8px;margin-bottom:9px;padding:7px;border-radius:13px;border-color:var(--cp-line);box-shadow:0 6px 12px rgba(16,24,40,.035),inset 0 1px 0 rgba(255,255,255,.98)}
.mt-crypto-search{height:36px;border-color:#dde4ed;border-radius:11px}
.mt-crypto-search input{height:34px;font-size:11.4px;color:#27364a}
.mt-crypto-filters{gap:5px}
.mt-crypto-filters button{min-height:32px;padding:4px 8px 4px 6px!important;border-color:#dfe5ee!important;border-radius:10px!important;color:#445166!important;font-size:10px!important;box-shadow:0 4px 9px rgba(16,24,40,.035),inset 0 1px 0 rgba(255,255,255,.96)}
.mt-crypto-filters button.is-active{background:linear-gradient(180deg,#fff7d7,#f4d66f)!important;color:#785000!important;box-shadow:0 10px 18px rgba(228,169,0,.14),0 0 0 3px rgba(228,169,0,.07)!important}
.mt-crypto-filter-icon{width:24px;height:24px;border-radius:8px}
.mt-crypto-filter-icon img{width:17px;height:17px}
.mt-crypto-market-stats{gap:8px!important;margin:0 0 10px!important}
.mt-market-stat{min-height:84px;padding:9px 10px 10px!important;border-color:var(--cp-line)!important;border-radius:15px!important;box-shadow:0 8px 16px rgba(16,24,40,.04),inset 0 1px 0 rgba(255,255,255,.96)}
.mt-market-stat:before{right:12px;left:12px;height:2px;opacity:.9}
.mt-market-stat__icon{top:9px;left:10px;width:32px;height:32px;border-radius:10px}
.mt-market-stat strong{margin-top:7px;color:#101828;font-size:14px;letter-spacing:0}
.mt-market-table-head{margin:2px 0 8px;padding:0 4px}
.mt-market-table-head h3{font-size:17px}
.mt-market-table-head p{font-size:10.5px;color:#667085}
.mt-market-live-dot{padding:5px 9px;font-size:9.8px}
.mt-crypto-table-wrap{border-radius:16px!important;box-shadow:0 10px 20px rgba(16,24,40,.045),inset 0 1px 0 rgba(255,255,255,.96)}
.mt-crypto-table th{padding:10px 7px;color:#5f6b7d;font-size:10px}
.mt-crypto-table td{padding:10px 7px;color:#344054;font-size:10.8px}
.mt-coin-cell .logo{width:36px;height:36px;flex-basis:36px;border-radius:11px}
.mt-coin-text b{font-size:12.6px}
.mt-change{padding:4px 7px}

@media(min-width:1181px){
  .mt-crypto-toolbar{direction:ltr;grid-template-columns:minmax(290px,350px) minmax(0,1fr);grid-template-areas:"search filters"}
  .mt-crypto-search{justify-self:start;width:100%}
  .mt-crypto-filters{justify-content:flex-start}
  .mt-crypto-market-stats{gap:9px!important;margin-bottom:10px!important}
  .mt-market-stat{min-height:90px;padding:9px 9px 11px!important}
  .mt-market-stat small{font-size:8.7px}
  .mt-market-stat strong{font-size:14.5px}
  .mt-stat-spark{height:22px;bottom:5px}
  .mt-crypto-table th{padding:10px 6px;font-size:9.5px}
  .mt-crypto-table td{padding:10px 6px;font-size:10.4px}
  
}
@media(max-width:1180px){
  .mt-crypto-market-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mt-crypto-toolbar{grid-template-columns:1fr;grid-template-areas:"filters" "search"}
}
@media(max-width:760px){
  .mt-crypto-page{padding:8px 0 6px}
  .mt-crypto-page>.mt-container{width:calc(100% - 12px);gap:9px}
  .mt-crypto-page .mt-market-panel{padding:9px!important;border-radius:15px!important}
  .mt-market-panel__head{margin-bottom:8px;padding-bottom:7px;gap:8px;align-items:flex-start}
  .mt-market-panel__icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}
  .mt-market-panel__head h2{font-size:13.5px}
  .mt-market-panel__head p{font-size:8.6px;line-height:1.45}
  .mt-crypto-toolbar{grid-template-columns:1fr;grid-template-areas:"search" "filters";gap:6px;padding:7px;border-radius:12px}
  .mt-crypto-search{height:36px;padding:0 10px;border-radius:11px}
  .mt-crypto-search input{height:34px;font-size:10.4px}
  .mt-crypto-filters{gap:5px;padding:1px 0 2px;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x proximity}
  .mt-crypto-filters button{min-height:31px;padding:4px 6px 4px 5px!important;font-size:8.7px!important;border-radius:10px!important;scroll-snap-align:start}
  .mt-crypto-filter-icon{width:22px;height:22px;flex-basis:22px;border-radius:7px}
  .mt-crypto-filter-icon img{width:16px;height:16px}
  .mt-crypto-market-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0 0 10px!important}
  .mt-market-stat{min-height:82px;padding:8px 8px 10px!important;border-radius:13px!important}
  .mt-market-stat:before{right:10px;left:10px;height:2px}
  .mt-market-stat__icon{top:8px;left:8px;width:28px;height:28px;border-radius:9px}
  .mt-market-stat small{font-size:8px;max-width:calc(100% - 34px)}
  .mt-market-stat strong{margin-top:5px;font-size:12.2px;max-width:calc(100% - 30px)}
  .mt-market-table-head{margin-top:6px;padding:0 2px;align-items:flex-start}
  .mt-market-table-head h3{font-size:14.5px}
  .mt-market-table-head p{font-size:8.4px;line-height:1.45}
  .mt-crypto-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px!important}
  .mt-crypto-table{min-width:920px}
  .mt-crypto-table thead th{position:sticky;top:0;z-index:4}
  .mt-crypto-table th:nth-child(2),.mt-crypto-table td.coin{position:sticky;right:0;z-index:3;background:#fff;box-shadow:-10px 0 18px -16px rgba(16,24,40,.55)}
  .mt-crypto-table tbody tr:nth-child(even) td.coin{background:#fbfcfe}
  .mt-crypto-table thead th:nth-child(2),.mt-crypto-table--sticky th:nth-child(2){z-index:7;background:linear-gradient(180deg,#fffdf7,#f3f6fa)}
  .mt-crypto-sticky-head{border-radius:11px}
  .mt-skeleton--summary{width:62px;height:13px}
  .mt-skeleton--stat-icon{top:8px;left:8px;width:28px;height:28px}
  .mt-skeleton--stat-value{height:14px;margin-top:9px}
  .mt-crypto-table th:first-child,.mt-crypto-table td.rank,.mt-crypto-table th:nth-child(9),.mt-crypto-table td.actions{display:none}
  .mt-crypto-table th,.mt-crypto-table td{padding:9px 6px;font-size:9.2px}
  .mt-coin-cell{min-width:118px;gap:7px}
  .mt-coin-cell .logo{width:34px;height:34px;flex-basis:34px}
  .mt-coin-cell .logo img{width:24px;height:24px}
  .mt-coin-text b{font-size:11.6px}
  .mt-coin-text small{font-size:9px;max-width:72px}
  .price-usd b,.price-toman b{font-size:10.8px}
  .price-toman small{font-size:8.8px}
  .compact{font-size:9.2px}
  .mt-change{min-width:60px;padding:4px 7px;font-size:8.7px}
  .mt-favorite-btn{width:26px;height:26px;border-radius:8px}
  .mt-crypto-pager{gap:7px;margin-top:8px}
  .mt-crypto-pager button{min-width:30px;height:30px;font-size:10px}
}
@media(max-width:430px){
  .mt-crypto-toolbar{padding:6px;border-radius:11px}
  .mt-crypto-search{height:35px}
  .mt-crypto-filters button{min-height:30px;font-size:8.4px!important;padding:4px 6px!important}
  .mt-crypto-market-stats{grid-template-columns:1fr 1fr!important}
  .mt-market-stat{min-height:78px;padding:7px 7px 9px!important}
  .mt-market-stat strong{font-size:11.6px}
  .mt-crypto-table{min-width:880px}
}
