
:root{
  --bg:#05070e;--bg2:#080b14;--panel:#111724;--panel2:#171d2a;--line:rgba(255,255,255,.10);--line2:rgba(255,255,255,.16);
  --text:#f7f8ff;--muted:#aab2c5;--muted2:#768096;--brand:#5147ff;--brand2:#1686ff;--green:#32e176;--red:#ff4b58;
  --gold:#f1c566;--silver:#d9e2ef;--shadow:0 28px 80px rgba(0,0,0,.45);--radius:26px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:radial-gradient(900px 480px at 15% 10%,rgba(80,71,255,.18),transparent 62%),radial-gradient(900px 520px at 88% 18%,rgba(22,134,255,.12),transparent 60%),linear-gradient(180deg,var(--bg),#03050a 70%);color:var(--text);font-family:"Montserrat",system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} .container{width:min(1180px,calc(100% - 44px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:12px;background:#fff;color:#000;padding:10px 14px;border-radius:12px;z-index:999}.skip-link:focus{left:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(5,7,14,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:276px;height:auto}.main-nav{display:flex;align-items:center;gap:6px;padding:8px;border:1px solid var(--line);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}.main-nav a{font-size:14px;font-weight:800;color:#d9def0;padding:12px 18px;border-radius:999px;white-space:nowrap}.main-nav a:hover,.main-nav a.active{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff}.nav-toggle{display:none;appearance:none;border:1px solid var(--line2);background:rgba(255,255,255,.06);width:48px;height:48px;border-radius:16px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:21px;height:2px;background:#fff;border-radius:4px;transition:.2s}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.section{padding:96px 0}.page-hero{padding:92px 0 46px;text-align:center}.hero{padding:100px 0 70px;position:relative}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);gap:54px;align-items:center}.eyebrow{margin:0 0 14px;color:#dfe3ff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;display:inline-flex;gap:9px;align-items:center}.eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 0 24px rgba(80,71,255,.8)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,7vw,84px);line-height:.96;letter-spacing:-.075em;margin-bottom:22px}h2{font-size:clamp(32px,5vw,54px);line-height:1;letter-spacing:-.055em;margin-bottom:18px}.page-hero h1{font-size:clamp(42px,6vw,68px)}h3{font-size:22px;letter-spacing:-.03em}.hero-lead,.lead{font-size:18px;color:#c9d0e2;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line2);height:52px;padding:0 22px;border-radius:16px;font-weight:900;transition:.18s}.btn-primary{border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 16px 42px rgba(70,77,255,.35)}.btn-ghost{background:rgba(255,255,255,.06)}.btn:hover{transform:translateY(-2px)}.hero-market,.glass-card,.market-card,.feature-card,.product-card,.doc-card,.contact-card,.info-card,.visual-card{border:1px solid var(--line2);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-radius:var(--radius);box-shadow:var(--shadow)}.hero-market{padding:24px}.hero-market-top{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:10px}.hero-market-top span{font-weight:900}.hero-market-top small,.price-name small{color:var(--muted2);font-size:12px}.hero-price-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.hero-price-row strong{font-size:14px}.hero-price-row span{font-weight:900;font-size:22px}.hero-price-row span:nth-child(2){color:var(--green)}.hero-market-foot{display:grid;grid-template-columns:1fr auto auto;gap:30px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;margin-top:14px}.section-soft{background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card,.product-card,.doc-card,.info-card{padding:28px}.feature-card span{color:var(--green);font-weight:900}.feature-card p,.product-card p,.doc-card p,.info-card p,.section-copy p,.section-head p{color:#bac2d4}.section-head{text-align:center;max-width:820px;margin:0 auto 36px}.market-card{padding:18px}.market-toolbar{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.market-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:rgba(255,255,255,.055);padding:8px;border-radius:18px}.market-tab{height:46px;border:0;border-radius:13px;background:transparent;color:#dfe4f1;font:inherit;font-weight:900;cursor:pointer}.market-tab.active{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff}.market-status{display:flex;align-items:center;gap:10px;white-space:nowrap;color:#b8c1d4;font-size:13px;font-weight:800}.market-status i{width:10px;height:10px;border-radius:999px;background:var(--gold);box-shadow:0 0 16px rgba(241,197,102,.55)}.market-status.live i{background:var(--green);box-shadow:0 0 16px rgba(50,225,118,.6)}.market-status.pending i{background:var(--gold)}.market-search{position:relative;margin:20px 0 12px}.market-search input{width:100%;height:58px;border:1px solid var(--line2);border-radius:16px;background:#0d121e;color:#fff;padding:0 52px 0 18px;font:inherit;outline:0}.market-search input:focus{border-color:#228cff;box-shadow:0 0 0 4px rgba(34,140,255,.14)}.market-search svg{position:absolute;right:17px;top:17px;width:24px;height:24px;fill:#95a0b8}.market-head-row,.price-row{display:grid;grid-template-columns:1fr 180px 180px 44px;gap:12px;align-items:center}.market-head-row{color:#b9c1d2;font-weight:900;padding:10px 10px 12px}.market-head-row span:nth-child(2),.market-head-row span:nth-child(3){text-align:center}.price-row{min-height:72px;border-top:1px solid var(--line);padding:10px}.price-name{display:flex;align-items:center;gap:14px;min-width:0}.favorite-star{width:22px;height:22px;stroke:#e1e7f5;fill:transparent;stroke-width:1.6;flex:0 0 22px}.price-name strong{display:block;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-value{font-size:22px;font-weight:900;text-align:center;letter-spacing:-.02em}.price-value.buy{color:var(--green)}.price-value.sell{color:#fff}.trend-icon{width:36px;height:36px;border-radius:11px;background:rgba(255,255,255,.08);display:grid;place-items:center}.trend-icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2}.market-note{margin-top:14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.04);padding:16px;color:#b8c1d4;font-size:13px}.empty-market{padding:24px;text-align:center;color:var(--muted)}.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.visual-card{min-height:340px;position:relative;overflow:hidden;background:radial-gradient(360px 240px at 25% 30%,rgba(241,197,102,.18),transparent),radial-gradient(420px 260px at 80% 70%,rgba(217,226,239,.14),transparent),rgba(255,255,255,.04)}.orb{position:absolute;display:grid;place-items:center;border-radius:999px;font-size:54px;font-weight:900;letter-spacing:-.06em}.orb.gold{width:170px;height:170px;left:14%;top:17%;background:linear-gradient(135deg,#f6dd93,#b77f22);color:#150d04}.orb.silver{width:130px;height:130px;right:15%;bottom:16%;background:linear-gradient(135deg,#fff,#99a8bf);color:#111724}.visual-lines{position:absolute;inset:30px;border:1px solid rgba(255,255,255,.12);border-radius:24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card b{font-size:34px;color:var(--gold)}.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.doc-card a{margin-top:18px;color:#fff;font-weight:900;display:inline-flex}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px;align-items:start}.info-stack{display:grid;gap:16px}.info-card{padding:24px}.info-card span{display:block;color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.info-card a,.info-card strong{font-size:18px;font-weight:900}.contact-card{padding:30px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:13px;color:#c8d0e3;font-weight:900}.field input,.field textarea{width:100%;border:1px solid var(--line2);background:#0d121e;color:#fff;border-radius:16px;padding:15px 16px;font:inherit;outline:0}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field textarea:focus{border-color:#228cff;box-shadow:0 0 0 4px rgba(34,140,255,.14)}.hp{position:absolute!important;left:-9999px!important}.form-feedback{margin-top:14px;border-radius:14px;padding:12px 14px;display:none}.form-feedback.success{display:block;background:rgba(50,225,118,.12);color:#8bffb7;border:1px solid rgba(50,225,118,.28)}.form-feedback.error{display:block;background:rgba(255,75,88,.12);color:#ffb3ba;border:1px solid rgba(255,75,88,.28)}.loading .btn{opacity:.7;pointer-events:none}.site-footer{border-top:1px solid var(--line);padding:54px 0 24px;background:rgba(0,0,0,.18)}.footer-grid{display:grid;grid-template-columns:1.1fr .7fr .9fr;gap:38px}.footer-brand img{width:230px}.site-footer p,.site-footer a{color:#aeb7ca}.site-footer a{display:block;margin:9px 0}.site-footer h4{margin:0 0 14px}.footer-bottom{border-top:1px solid var(--line);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;color:#7f889b;font-size:13px}.reveal{opacity:0;transform:translateY(20px);transition:.5s ease}.reveal.visible{opacity:1;transform:none}.page-card{padding:34px}.text-list{display:grid;gap:16px}.text-list li{color:#c5ccdc}.not-found{text-align:center;min-height:50vh;display:grid;place-items:center}
@media (max-width:980px){.container{width:min(100% - 28px,760px)}.nav-wrap{height:72px}.brand img{width:230px}.nav-toggle{display:flex}.main-nav{position:fixed;inset:72px 14px auto 14px;display:none;grid-template-columns:1fr;border-radius:24px;padding:12px;background:rgba(15,20,32,.98);box-shadow:var(--shadow)}.main-nav.open{display:grid}.main-nav a{text-align:center;padding:15px}.hero{padding:66px 0 42px}.hero-grid,.split-grid,.contact-grid{grid-template-columns:1fr}.hero-market{order:-1}.feature-grid,.product-grid,.doc-grid,.footer-grid{grid-template-columns:1fr}.market-toolbar{grid-template-columns:1fr}.market-tabs{grid-template-columns:repeat(2,1fr)}.market-status{justify-content:center}.market-head-row,.price-row{grid-template-columns:1fr 95px 95px}.market-head-row span:first-child{font-size:13px}.trend-icon{display:none}.price-value{font-size:17px}.section{padding:62px 0}.page-hero{padding:58px 0 32px}.footer-bottom{display:grid}.form-grid{grid-template-columns:1fr}.brand{min-width:0}.site-header{backdrop-filter:blur(16px)}}
@media (max-width:560px){.container{width:calc(100% - 22px)}.brand img{width:210px}.hero-market{padding:18px;border-radius:22px}.hero-price-row{grid-template-columns:1fr;gap:4px}.hero-price-row span{text-align:left}.hero-market-foot{display:none}h1{font-size:42px}.page-hero h1{font-size:38px}.hero-lead,.lead{font-size:16px}.btn{width:100%}.market-card{padding:12px;border-radius:22px}.market-tabs{gap:6px;padding:6px}.market-tab{font-size:13px;height:42px}.market-search input{height:52px}.market-head-row{grid-template-columns:1fr 76px 76px;padding-inline:4px}.price-row{grid-template-columns:minmax(0,1fr) 76px 76px;gap:6px;padding:10px 4px;min-height:70px}.price-name{gap:8px}.favorite-star{width:18px;height:18px;flex-basis:18px}.price-name strong{font-size:13px}.price-name small{font-size:11px}.price-value{font-size:15px}.visual-card{min-height:260px}.orb.gold{width:130px;height:130px;font-size:42px}.orb.silver{width:104px;height:104px;font-size:36px}.footer-brand img{width:210px}}


/* v6 route/API stability + clickable chart modal */
.trend-icon{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease, background .18s ease, box-shadow .18s ease}
.trend-icon:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(72,66,255,.18)}
.trend-icon:active{transform:translateY(0)}
.chart-modal{position:fixed;inset:0;display:none;z-index:1000;padding:24px;align-items:center;justify-content:center}
.chart-modal.open{display:flex}
.chart-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(10px)}
.chart-modal-card{position:relative;width:min(640px,100%);border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(180deg,rgba(24,28,41,.98),rgba(8,10,18,.98));box-shadow:0 28px 120px rgba(0,0,0,.55);padding:30px;color:#fff;overflow:hidden}
.chart-modal-card:before{content:"";position:absolute;inset:-40% -20% auto auto;width:260px;height:260px;background:radial-gradient(circle,rgba(72,66,255,.32),transparent 65%);pointer-events:none}
.chart-modal-close{position:absolute;right:18px;top:16px;width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.chart-modal-card h3{font-size:clamp(26px,4vw,42px);margin:8px 0 18px;letter-spacing:-.04em}
.chart-modal-values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.chart-modal-values span{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:16px;padding:14px;color:#aeb7ca;font-weight:700}
.chart-modal-values strong{display:block;color:#fff;font-size:22px;margin-top:4px}
.chart-modal-svg{width:100%;height:260px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));padding:10px;overflow:visible}
#chartModalLine{fill:none;stroke:#38ef7d;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
#chartModalArea{fill:url(#chartFill);stroke:none}
.chart-modal-card small{display:block;margin-top:14px;color:#8f99ad}
body.modal-open{overflow:hidden}
@media(max-width:640px){.chart-modal{padding:14px}.chart-modal-card{padding:22px;border-radius:22px}.chart-modal-values{grid-template-columns:1fr}.chart-modal-svg{height:210px}}

/* v10 market rows, labor/milyem badges, period chart, improved mobile fit */
.market-tabs{grid-template-columns:repeat(3,1fr)}
.market-head-row,.price-row{grid-template-columns:minmax(190px,1.25fr) 90px 130px 170px 170px;gap:14px;align-items:center}
.market-head-row span:nth-child(n+2){text-align:center}
.price-row{min-height:96px;padding:14px 10px}.price-name strong{font-size:18px}.price-change{font-size:16px;font-weight:900;text-align:center;color:var(--green)}.price-change.down{color:var(--red)}
.spark-button{appearance:none;border:0;background:transparent;cursor:pointer;width:116px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-inline:auto;padding:0;transition:background .18s ease, transform .18s ease, box-shadow .18s ease}.spark-button:hover{background:rgba(255,255,255,.06);transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.20)}.sparkline{width:96px;height:44px}.sparkline polyline{fill:none;stroke:var(--green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sparkline.down polyline{stroke:var(--red)}
.price-stack{display:grid;justify-items:center;gap:5px;min-width:0}.price-stack strong{font-size:25px;line-height:1;font-weight:900;letter-spacing:-.035em;white-space:nowrap}.price-stack.buy strong{color:var(--green)}.price-stack.sell strong{color:#fff}.milyem-badge{min-width:78px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:8px;background:rgba(255,255,255,.075);color:#fff;font-size:18px;line-height:1;font-weight:600}.milyem-badge:empty{opacity:0;visibility:hidden}.trend-icon{display:none!important}
.chart-modal-card{width:min(1180px,calc(100vw - 44px));padding:28px;border-radius:24px}.chart-product-head{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center;margin-bottom:18px}.chart-product-head small{margin:0;color:#8f99ad}.chart-product-head h3{margin:4px 0 4px}.chart-coin{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f6dd93,#b77f22);color:#1b1003;box-shadow:0 14px 32px rgba(241,197,102,.18)}#chartModalTrend{margin:0;font-weight:900;color:var(--green)}#chartModalTrend.down{color:var(--red)}.chart-modal-values{position:absolute;right:72px;top:56px;display:flex;gap:20px;margin:0}.chart-modal-values span{border:0;background:transparent;padding:0;color:#aeb7ca}.chart-modal-values strong{display:inline;color:#fff;font-size:16px;margin:0 0 0 6px}.chart-frame{border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));overflow:hidden}.chart-modal-svg{height:460px;border:0;border-radius:0;background:transparent;padding:0}#chartModalLine.up{stroke:var(--green)}#chartModalLine.down{stroke:var(--red)}#chartModalArea.up{fill:url(#chartFillUp)}#chartModalArea.down{fill:url(#chartFillDown)}.chart-axis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px 16px 14px;color:#9ba5ba;font-size:12px}.chart-axis span:nth-child(n+2){text-align:center}.chart-axis span:last-child{text-align:right}.chart-periods{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.chart-periods button{height:48px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.045);color:#fff;font:inherit;font-weight:900;cursor:pointer}.chart-periods button.active{background:rgba(81,71,255,.22);border-color:rgba(81,71,255,.45)}
@media(max-width:1120px){.market-head-row,.price-row{grid-template-columns:minmax(170px,1.15fr) 82px 110px 140px 140px}.price-stack strong{font-size:22px}.milyem-badge{font-size:16px;min-width:70px}.spark-button{width:100px}.sparkline{width:86px}.chart-modal-values{position:static;margin-bottom:18px;display:grid;grid-template-columns:1fr 1fr}.chart-modal-svg{height:360px}}
@media(max-width:980px){.container{width:min(100% - 24px,760px)}.market-toolbar{gap:12px}.market-tabs{grid-template-columns:repeat(3,1fr)}.market-head-row{display:none}.price-list{display:grid;gap:10px}.price-row{grid-template-columns:1fr 96px;grid-template-areas:"name spark" "change spark" "buy sell";gap:10px;min-height:auto;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.price-name{grid-area:name}.price-name strong{font-size:16px}.price-change{grid-area:change;text-align:left;font-size:14px}.spark-button{grid-area:spark;width:92px;height:56px;align-self:center}.sparkline{width:84px;height:42px}.price-stack{padding:10px 8px;border-radius:14px;background:rgba(255,255,255,.035)}.price-stack.buy{grid-area:buy}.price-stack.sell{grid-area:sell}.price-stack strong{font-size:21px}.milyem-badge{min-height:28px;min-width:64px;font-size:14px}.market-card{overflow:hidden}.chart-product-head{grid-template-columns:50px 1fr}.chart-coin{width:48px;height:48px}.chart-periods{grid-template-columns:repeat(2,1fr)}.chart-modal-svg{height:280px}}
@media(max-width:560px){.container{width:calc(100% - 18px)}.brand img{width:190px}.nav-wrap{height:66px}.main-nav{inset:66px 10px auto 10px}.hero{padding:44px 0 34px}.market-card{padding:10px;border-radius:20px}.market-tabs{gap:4px;padding:5px;border-radius:15px}.market-tab{height:42px;font-size:12px;padding:0 4px}.market-search{margin:12px 0}.market-search input{height:48px;border-radius:14px;font-size:14px}.price-list{gap:8px}.price-row{grid-template-columns:minmax(0,1fr) 78px;gap:8px;padding:12px}.price-name{gap:8px}.favorite-star{display:none}.price-name strong{font-size:15px}.price-name small{font-size:10px}.price-change{font-size:13px}.spark-button{width:76px;height:50px}.sparkline{width:72px;height:38px}.price-stack{padding:8px 6px}.price-stack strong{font-size:18px}.milyem-badge{min-height:25px;min-width:54px;font-size:12px;border-radius:7px}.chart-modal{padding:10px}.chart-modal-card{width:100%;padding:18px;border-radius:20px}.chart-modal-close{right:12px;top:12px;width:36px;height:36px}.chart-product-head{grid-template-columns:44px 1fr;gap:10px;padding-right:38px}.chart-coin{width:42px;height:42px}.chart-product-head h3{font-size:24px}.chart-modal-values{grid-template-columns:1fr 1fr;gap:8px}.chart-modal-values span{padding:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);border-radius:12px}.chart-modal-values strong{display:block;margin:2px 0 0;font-size:16px}.chart-modal-svg{height:220px}.chart-axis{font-size:10px;padding-inline:10px}.chart-periods{gap:8px}.chart-periods button{height:42px;font-size:13px}}
@media(max-width:380px){.brand img{width:172px}.market-tab{font-size:11px}.price-row{grid-template-columns:minmax(0,1fr) 66px}.spark-button{width:66px}.sparkline{width:62px}.price-stack strong{font-size:16px}.milyem-badge{font-size:11px;min-width:48px}.chart-modal-svg{height:190px}}
.price-stack.sell strong{color:var(--red)}

/* v11 fiyat ve grafik detay düzenlemeleri */
.market-tabs{grid-template-columns:repeat(4,1fr)!important}
.chart-frame{position:relative;touch-action:none}
.chart-modal-svg{position:relative;z-index:1}
.chart-hover-line{position:absolute;top:0;bottom:28px;width:1px;background:rgba(255,255,255,.28);opacity:0;transform:translateX(-.5px);z-index:4;pointer-events:none}
.chart-hover-dot{position:absolute;width:12px;height:12px;border-radius:999px;background:#fff;border:3px solid var(--brand);box-shadow:0 0 0 5px rgba(80,71,255,.16),0 10px 28px rgba(0,0,0,.35);opacity:0;transform:translate(-50%,-50%);z-index:5;pointer-events:none}
.chart-tooltip{position:absolute;min-width:142px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(7,10,18,.94);box-shadow:0 18px 48px rgba(0,0,0,.42);padding:10px 12px;opacity:0;transform:translate(-50%,-102%);z-index:6;pointer-events:none;backdrop-filter:blur(14px)}
.chart-tooltip b{display:block;color:#fff;font-size:12px;margin-bottom:4px;white-space:nowrap}.chart-tooltip span{display:block;color:#c7cfdf;font-size:13px;font-weight:800;white-space:nowrap}.chart-hover-line.show,.chart-hover-dot.show,.chart-tooltip.show{opacity:1}
@media(max-width:980px){.market-tabs{grid-template-columns:repeat(2,1fr)!important}.chart-tooltip{min-width:128px;padding:9px 10px}.chart-hover-line{bottom:26px}}
@media(max-width:560px){.market-tabs{grid-template-columns:repeat(2,1fr)!important}.market-tab{font-size:12px}.chart-tooltip{font-size:12px;min-width:118px}.chart-tooltip b{font-size:11px}.chart-tooltip span{font-size:12px}.chart-hover-dot{width:10px;height:10px;border-width:2px}.chart-hover-line{bottom:24px}}

/* v12 - Montserrat, stable mobile table, product icons, app banner, chart tooltip fix */
html,body,button,input,textarea,select{font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",sans-serif!important}
body{font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",sans-serif!important}

.product-icon{width:42px;height:42px;min-width:42px;border-radius:14px;display:inline-grid;place-items:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 24px rgba(0,0,0,.18)}
.product-icon:before{content:"";position:absolute;inset:-35%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.48),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.22),transparent 56%);transform:rotate(18deg)}
.product-icon span{position:relative;z-index:1;font-size:14px;font-weight:900;letter-spacing:-.04em;color:#111}
.product-icon.gold{background:linear-gradient(135deg,#f9de89 0%,#d79a24 52%,#8f5a10 100%)}
.product-icon.silver{background:linear-gradient(135deg,#fff 0%,#c9d5e6 52%,#728197 100%)}
.product-icon.silver span{color:#111724}.price-name .favorite-star{display:none!important}

.app-promo-section{padding-top:36px}.app-promo-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;min-height:330px;overflow:hidden;border:1px solid var(--line2);border-radius:32px;background:radial-gradient(560px 300px at 18% 52%,rgba(81,71,255,.28),transparent 65%),radial-gradient(520px 300px at 82% 45%,rgba(255,75,88,.18),transparent 68%),linear-gradient(135deg,#0b0f1a 0%,#070911 100%);box-shadow:0 34px 90px rgba(0,0,0,.42);padding:42px 52px;color:#fff;text-decoration:none;isolation:isolate;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.app-promo-card:hover{transform:translateY(-3px);border-color:rgba(81,71,255,.55);box-shadow:0 38px 110px rgba(0,0,0,.5)}.app-promo-card:after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent)}
.app-promo-copy{position:relative;z-index:2;max-width:620px}.app-promo-copy h2{font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.06em;margin-bottom:14px}.app-promo-copy p:not(.eyebrow){color:#cfd5e6;font-size:18px;max-width:580px}.app-promo-button{display:inline-flex;margin-top:18px;height:50px;align-items:center;justify-content:center;border-radius:15px;padding:0 22px;background:linear-gradient(135deg,var(--brand),var(--brand2));font-weight:900;box-shadow:0 14px 36px rgba(81,71,255,.28)}
.app-promo-phone{position:relative;z-index:1;align-self:end;justify-self:center;width:min(330px,100%);margin-bottom:-78px;filter:drop-shadow(0 28px 44px rgba(0,0,0,.42))}.app-promo-phone img{width:100%;height:auto}

.chart-tooltip.below{transform:translate(-50%,12px)}.chart-frame{overflow:hidden!important}.chart-tooltip{max-width:calc(100% - 20px)}

@media(max-width:980px){
  .market-card{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:18px 16px;border-radius:24px}.market-toolbar,.market-search,.market-note{min-width:760px}.market-tabs{grid-template-columns:repeat(4,1fr)!important}.market-head-row{display:grid!important;grid-template-columns:minmax(190px,1.15fr) 110px 110px 145px 145px;gap:12px;min-width:760px;padding:12px 0;color:#fff}.market-head-row span:first-child{text-align:left;color:#aeb7ca}.price-list{display:block;min-width:760px}.price-row{display:grid!important;grid-template-columns:minmax(190px,1.15fr) 110px 110px 145px 145px!important;grid-template-areas:none!important;gap:12px;align-items:center;min-height:92px;padding:12px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.price-name{grid-area:auto!important}.price-change{grid-area:auto!important;text-align:center!important}.spark-button{grid-area:auto!important;width:100px;height:52px}.price-stack{grid-area:auto!important;background:transparent!important;padding:0!important}.price-stack strong{font-size:24px}.milyem-badge{min-height:32px;min-width:74px;font-size:16px}.product-icon{width:36px;height:36px;min-width:36px;border-radius:12px}.product-icon span{font-size:12px}.app-promo-card{grid-template-columns:1fr 260px;min-height:280px;padding:34px}.app-promo-phone{margin-bottom:-64px;width:245px}
}
@media(max-width:720px){
  .container{width:calc(100% - 20px)}.site-header .container{width:calc(100% - 28px)}.brand img{width:204px}.nav-wrap{height:84px}.nav-toggle{width:56px;height:44px;border-radius:12px;background:#fff}.nav-toggle span{background:#68707a;width:25px;height:2px}.main-nav{top:84px}.hero,.page-hero{padding-top:44px}.market-section .section-head{display:none}.market-card{margin-inline:-10px;border-radius:22px}.market-toolbar,.market-search,.market-note,.market-head-row,.price-list{min-width:720px}.market-tabs{grid-template-columns:repeat(3,1fr)!important}.market-tabs .market-tab[data-market-tab="piyasa"]{display:none}.market-tab{height:56px;font-size:22px;border-radius:13px}.market-search input{height:70px;font-size:23px}.market-search svg{width:46px;height:46px;right:9px;top:12px}.market-head-row{grid-template-columns:minmax(180px,1.05fr) 102px 100px 140px 140px;font-size:22px}.price-row{grid-template-columns:minmax(180px,1.05fr) 102px 100px 140px 140px!important;min-height:100px}.price-name strong{font-size:23px;white-space:normal;line-height:1.1}.price-name small{display:none}.price-change{font-size:20px}.spark-button{width:100px}.sparkline{width:98px;height:50px}.price-stack strong{font-size:28px}.milyem-badge{font-size:19px;min-width:84px;min-height:38px}.app-promo-section{padding-top:28px}.app-promo-card{display:block;padding:28px 22px 0;border-radius:24px;text-align:left}.app-promo-copy h2{font-size:34px}.app-promo-copy p:not(.eyebrow){font-size:15px}.app-promo-phone{width:190px;margin:4px auto -42px}.chart-modal-card{max-height:calc(100vh - 20px);overflow:auto}.chart-frame{overflow:hidden!important}.chart-tooltip{position:absolute!important}
}
@media(max-width:430px){.market-toolbar,.market-search,.market-note,.market-head-row,.price-list{min-width:680px}.market-head-row{grid-template-columns:minmax(170px,1.05fr) 92px 92px 130px 130px}.price-row{grid-template-columns:minmax(170px,1.05fr) 92px 92px 130px 130px!important}.market-tab{font-size:20px}.price-name strong{font-size:21px}.price-stack strong{font-size:26px}.milyem-badge{font-size:18px;min-width:78px}.spark-button{width:92px}.sparkline{width:90px}.product-icon{width:34px;height:34px;min-width:34px}}
/* v12.1 mobile tab/top correction */
@media(max-width:980px){.market-toolbar,.market-search,.market-note{min-width:0!important;width:100%!important}.market-tabs .market-tab[data-market-tab="piyasa"]{display:block!important}}
@media(max-width:720px){.market-toolbar,.market-search,.market-note{min-width:0!important;width:100%!important}.market-tabs{grid-template-columns:repeat(2,1fr)!important}.market-tab{font-size:16px!important;height:48px!important}.market-search input{height:58px!important;font-size:18px!important}.market-search svg{width:32px!important;height:32px!important;right:14px!important;top:13px!important}}


/* v13 - mobile responsive polish, lighter Montserrat weights, premium small icons */
html,body,button,input,textarea,select{font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",sans-serif!important}
body{font-weight:500;letter-spacing:-.012em}
h1,h2,h3,.price-name strong,.price-stack strong,.market-tab,.main-nav a,.btn{font-weight:700!important}.eyebrow,.market-status,.milyem-badge{font-weight:600!important}.hero-lead,.lead,.section-head p,.section-copy p,.feature-card p,.product-card p,.doc-card p,.info-card p{font-weight:400}.main-nav a{font-size:13px}.market-tab{letter-spacing:-.025em}.price-name strong{letter-spacing:-.03em}.price-stack strong{letter-spacing:-.035em}.price-change{font-weight:650}.milyem-badge:empty{display:none!important}
.product-icon{width:28px!important;height:28px!important;min-width:28px!important;border-radius:9px!important;display:inline-grid!important;place-items:center!important;overflow:hidden!important;border:0!important;box-shadow:0 6px 14px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.34)!important;background:transparent!important}.product-icon:before{display:none!important}.product-icon svg{width:100%;height:100%;display:block}.product-icon.gold .pi-edge{fill:#c7891d}.product-icon.gold .pi-face,.product-icon.gold .pi-bar-front{fill:url(#none);fill:#f3c657}.product-icon.gold .pi-bar-top{fill:#ffe296}.product-icon.gold .pi-bar-side{fill:#b87416}.product-icon.silver .pi-edge{fill:#9aa6b9}.product-icon.silver .pi-face,.product-icon.silver .pi-bar-front{fill:#dce5f1}.product-icon.silver .pi-bar-top{fill:#f6f9fd}.product-icon.silver .pi-bar-side{fill:#9aa8bc}.product-icon .pi-shine{fill:none;stroke:rgba(255,255,255,.70);stroke-width:2;stroke-linecap:round}.product-icon .pi-mark{fill:none;stroke:rgba(8,11,20,.38);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-icon.bar{border-radius:7px!important}.product-icon.coin{border-radius:50%!important}
.chart-modal-card{overflow:visible!important}.chart-frame{overflow:visible!important;padding-top:30px}.chart-tooltip{transform:translate(-50%,calc(-100% - 10px));z-index:30}.chart-tooltip.below{transform:translate(-50%,12px)}
@media(max-width:720px){
  body{font-size:15px;background:linear-gradient(180deg,#0b1017 0%,#070a11 70%)}
  .container{width:min(100% - 20px,480px)!important}.site-header .container{width:calc(100% - 28px)!important}.site-header{position:sticky;background:#191d29}.nav-wrap{height:76px!important}.brand img{width:220px!important;max-width:calc(100vw - 112px)!important}.nav-toggle{display:flex!important;width:48px!important;height:42px!important;border-radius:12px!important;background:#fff!important;border-color:rgba(255,255,255,.65)!important;box-shadow:0 6px 16px rgba(0,0,0,.28)}.nav-toggle span{width:24px!important;height:2px!important;background:#66707d!important}.main-nav{inset:76px 14px auto 14px!important}.hero,.page-hero{padding:36px 0 26px!important}.section{padding:42px 0!important}.market-section{padding-top:28px!important}.market-section .section-head{display:none!important}
  .market-card{overflow:visible!important;margin-inline:0!important;width:100%!important;padding:12px!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028))!important;box-shadow:0 22px 60px rgba(0,0,0,.36)!important}.market-toolbar,.market-search,.market-note,.market-head-row,.price-list{min-width:0!important;width:100%!important}.market-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.market-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:7px!important;border-radius:18px!important}.market-tab{height:44px!important;font-size:15px!important;line-height:1.05!important;border-radius:13px!important;padding:0 8px!important;font-weight:700!important}.market-status{justify-content:center!important;margin:3px 0 2px!important;font-size:13px!important;font-weight:600!important;gap:8px!important}.market-search{margin:12px 0 8px!important}.market-search input{height:50px!important;font-size:15px!important;border-radius:15px!important;padding-left:15px!important;padding-right:44px!important;font-weight:400!important}.market-search svg{width:24px!important;height:24px!important;right:13px!important;top:13px!important}.market-head-row{display:grid!important;grid-template-columns:1fr 82px 82px!important;gap:8px!important;padding:9px 4px 10px!important;color:#fff!important;font-size:14px!important;font-weight:700!important}.market-head-row span:first-child{font-size:13px!important;color:#aeb6c8!important}.market-head-row span:nth-child(2),.market-head-row span:nth-child(3){text-align:center!important}
  .price-list{display:grid!important;gap:8px!important}.price-row{display:grid!important;grid-template-columns:minmax(0,1fr) 82px!important;grid-template-areas:"name spark" "change spark" "buy sell"!important;gap:8px 10px!important;min-height:auto!important;padding:12px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:rgba(255,255,255,.022)!important}.price-name{grid-area:name!important;gap:8px!important;min-width:0!important;align-items:center!important}.price-name strong{font-size:15.5px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;font-weight:700!important}.price-name small{display:none!important}.product-icon{width:24px!important;height:24px!important;min-width:24px!important;border-radius:8px!important}.product-icon.coin{border-radius:50%!important}.price-change{grid-area:change!important;text-align:left!important;font-size:13.5px!important;line-height:1!important;font-weight:650!important}.spark-button{grid-area:spark!important;width:78px!important;height:46px!important;align-self:center!important;justify-self:end!important;background:transparent!important;border:0!important;padding:0!important}.sparkline{width:76px!important;height:40px!important}.price-stack{position:relative;grid-area:auto!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:13px!important;padding:9px 8px 8px!important;min-width:0!important}.price-stack.buy{grid-area:buy!important}.price-stack.sell{grid-area:sell!important}.price-stack:before{display:block;font-size:10px;font-weight:600;color:#8e98ad;letter-spacing:.02em;margin-bottom:2px}.price-stack.buy:before{content:"Alış"}.price-stack.sell:before{content:"Satış"}.price-stack strong{font-size:16.5px!important;line-height:1.08!important;font-weight:700!important;white-space:nowrap!important}.price-stack.buy strong{color:var(--green)}.price-stack.sell strong{color:#fff}.milyem-badge{display:inline-flex!important;min-width:0!important;min-height:0!important;height:auto!important;padding:2px 7px!important;margin-bottom:5px!important;border-radius:7px!important;font-size:11.5px!important;line-height:1.1!important;font-weight:500!important;background:rgba(255,255,255,.075)!important}.milyem-badge:empty{display:none!important}.market-note{font-size:12px!important;line-height:1.45!important;padding:12px!important;border-radius:14px!important}.app-promo-card{display:block!important;padding:24px 18px 0!important;border-radius:22px!important;text-align:left!important}.app-promo-copy h2{font-size:28px!important;letter-spacing:-.045em!important}.app-promo-copy p:not(.eyebrow){font-size:14px!important;line-height:1.45!important}.app-promo-button{height:44px!important;font-size:13px!important}.app-promo-phone{width:172px!important;margin:6px auto -38px!important}.chart-modal{padding:10px!important}.chart-modal-card{padding:16px!important;border-radius:20px!important;max-height:calc(100vh - 20px)!important;overflow:auto!important}.chart-frame{padding-top:38px!important}.chart-tooltip{min-width:116px!important;padding:8px 9px!important}.chart-tooltip span{font-size:11.5px!important}.chart-tooltip b{font-size:11px!important}
}
@media(max-width:390px){.container{width:calc(100% - 16px)!important}.brand img{width:200px!important}.market-tab{font-size:14px!important}.price-row{grid-template-columns:minmax(0,1fr) 72px!important;padding:10px!important}.spark-button{width:70px!important}.sparkline{width:68px!important}.price-name strong{font-size:14.5px!important}.price-stack strong{font-size:15.2px!important}.product-icon{width:22px!important;height:22px!important;min-width:22px!important}.milyem-badge{font-size:10.5px!important;padding:2px 6px!important}}


/* v14 - icon references + cleaner mobile table layout */
.product-icon{background:transparent!important;box-shadow:none!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.product-icon img{display:block;width:100%;height:100%;object-fit:contain}
.product-icon.gold,.product-icon.silver,.product-icon.bar,.product-icon.coin{background:transparent!important}
.product-icon.coin{border-radius:50%!important}
.product-icon.bar{border-radius:6px!important}
.price-name{gap:10px!important}
.price-name strong{font-weight:650!important;letter-spacing:-.015em!important}
.market-tab{font-weight:650!important}
.market-status{font-weight:600!important}
.market-search input{font-weight:500!important}
.price-change{font-weight:650!important}
.price-stack strong{font-weight:680!important}
.milyem-badge{font-weight:550!important}

@media(max-width:720px){
  body{font-weight:500!important}
  .brand img{width:208px!important;max-width:100%!important}
  .market-card{padding:14px!important;border-radius:22px!important;overflow:hidden!important}
  .market-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:8px!important;border-radius:18px!important}
  .market-tab{height:48px!important;font-size:15px!important;font-weight:650!important;padding:0 8px!important}
  .market-status{font-size:14px!important;font-weight:550!important}
  .market-search input{height:52px!important;font-size:14px!important;padding:0 44px 0 16px!important}
  .market-search svg{width:24px!important;height:24px!important;right:14px!important;top:14px!important}
  .market-head-row{display:grid!important;grid-template-columns:minmax(0,1.1fr) 56px 62px 84px 84px!important;gap:6px!important;align-items:end!important;padding:8px 2px 10px!important;font-size:13px!important;font-weight:650!important}
  .market-head-row span:first-child{grid-column:1 / span 3!important;color:#aeb6c8!important;font-size:13px!important;font-weight:600!important}
  .market-head-row span:nth-child(2){grid-column:4!important;text-align:center!important}
  .market-head-row span:nth-child(3){grid-column:5!important;text-align:center!important}
  .price-list{display:grid!important;gap:0!important}
  .price-row{display:grid!important;grid-template-columns:minmax(0,1.1fr) 56px 62px 84px 84px!important;gap:6px!important;align-items:center!important;min-height:74px!important;padding:10px 2px!important;border:0!important;border-top:1px solid var(--line)!important;border-radius:0!important;background:transparent!important}
  .price-name{gap:8px!important;min-width:0!important}
  .product-icon{width:18px!important;height:18px!important;min-width:18px!important}
  .price-name strong{font-size:13.5px!important;line-height:1.16!important;font-weight:620!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .price-name small{display:none!important}
  .price-change{font-size:12.5px!important;text-align:center!important;font-weight:620!important}
  .spark-button{width:62px!important;height:34px!important;justify-self:center!important}
  .sparkline{width:60px!important;height:30px!important}
  .price-stack{padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;text-align:center!important}
  .price-stack:before{display:none!important}
  .milyem-badge{display:block!important;background:rgba(255,255,255,.06)!important;border-radius:8px!important;padding:3px 6px!important;margin:0 auto 4px!important;font-size:10.5px!important;line-height:1!important;min-width:50px!important;max-width:72px!important;text-align:center!important}
  .price-stack strong{font-size:13.5px!important;line-height:1.1!important;font-weight:650!important;white-space:nowrap!important}
  .market-note{font-size:12px!important;padding:12px 13px!important}
}
@media(max-width:430px){
  .container{width:calc(100% - 18px)!important}
  .brand img{width:196px!important}
  .market-tab{font-size:14px!important;height:46px!important}
  .market-head-row,.price-row{grid-template-columns:minmax(0,1fr) 52px 58px 76px 76px!important;gap:5px!important}
  .market-head-row span:first-child{font-size:12.5px!important}
  .product-icon{width:17px!important;height:17px!important;min-width:17px!important}
  .price-name strong{font-size:12.8px!important}
  .price-change{font-size:12px!important}
  .spark-button{width:58px!important;height:32px!important}
  .sparkline{width:56px!important;height:28px!important}
  .milyem-badge{font-size:10px!important;max-width:68px!important;padding:3px 4px!important}
  .price-stack strong{font-size:12.7px!important}
}


/* v15 - corrected mobile market layout: compact single-line rows like Sağlamoğlu Altın */
@media(max-width:720px){
  .market-card{
    padding:14px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }

  .market-toolbar,
  .market-search,
  .market-note,
  .market-head-row,
  .price-list{
    min-width:0!important;
    width:100%!important;
  }

  .market-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    padding:8px!important;
    border-radius:18px!important;
  }
  .market-tab{
    height:48px!important;
    font-size:15px!important;
    font-weight:650!important;
    line-height:1.05!important;
  }

  .market-status{
    justify-content:center!important;
    font-size:13.5px!important;
    font-weight:550!important;
    margin:4px 0 2px!important;
  }

  .market-search{margin:12px 0 8px!important}
  .market-search input{
    height:52px!important;
    font-size:14px!important;
    font-weight:450!important;
    border-radius:15px!important;
    padding:0 44px 0 16px!important;
  }
  .market-search svg{
    width:24px!important;
    height:24px!important;
    right:14px!important;
    top:14px!important;
  }

  .market-head-row{
    display:grid!important;
    grid-template-columns:minmax(112px,1fr) 58px 78px 78px!important;
    gap:7px!important;
    align-items:end!important;
    padding:8px 2px 10px!important;
    border-bottom:1px solid var(--line)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:650!important;
  }
  .market-head-row span:first-child{
    grid-column:1 / span 2!important;
    color:#aeb6c8!important;
    text-align:left!important;
    font-size:12.5px!important;
    font-weight:550!important;
  }
  .market-head-row span:nth-child(2){
    grid-column:3!important;
    text-align:center!important;
  }
  .market-head-row span:nth-child(3){
    grid-column:4!important;
    text-align:center!important;
  }
  .market-head-row:after{display:none!important;content:none!important}

  .price-list{
    display:block!important;
    overflow:visible!important;
  }

  .price-row{
    display:grid!important;
    grid-template-columns:minmax(112px,1fr) 58px 78px 78px!important;
    grid-template-areas:"name spark buy sell"!important;
    gap:7px!important;
    align-items:center!important;
    min-height:76px!important;
    padding:10px 2px!important;
    border:0!important;
    border-top:1px solid var(--line)!important;
    border-radius:0!important;
    background:transparent!important;
  }

  .price-name{
    grid-area:name!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
  }
  .price-name > div{
    min-width:0!important;
  }
  .price-name strong{
    display:block!important;
    font-size:13.2px!important;
    line-height:1.16!important;
    font-weight:620!important;
    letter-spacing:-.015em!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .price-name small{
    display:block!important;
    margin-top:4px!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:600!important;
    color:var(--green)!important;
  }

  .product-icon{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    flex:0 0 18px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
  .product-icon img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  .price-change{
    display:none!important;
  }

  .spark-button{
    grid-area:spark!important;
    width:58px!important;
    height:34px!important;
    justify-self:center!important;
    align-self:center!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
  }
  .sparkline{
    width:58px!important;
    height:30px!important;
  }

  .price-stack{
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    min-width:0!important;
    text-align:center!important;
  }
  .price-stack:before{
    display:none!important;
  }
  .price-stack.buy{
    grid-area:buy!important;
  }
  .price-stack.sell{
    grid-area:sell!important;
  }
  .milyem-badge{
    display:block!important;
    width:max-content!important;
    min-width:44px!important;
    max-width:72px!important;
    margin:0 auto 5px!important;
    padding:3px 6px!important;
    border-radius:7px!important;
    background:rgba(255,255,255,.07)!important;
    color:#e7edf8!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:500!important;
    white-space:nowrap!important;
  }
  .milyem-badge:empty{
    display:none!important;
  }
  .price-stack strong{
    display:block!important;
    font-size:13.5px!important;
    line-height:1.08!important;
    font-weight:650!important;
    white-space:nowrap!important;
    letter-spacing:-.01em!important;
  }
  .price-stack.buy strong{color:var(--green)!important}
  .price-stack.sell strong{color:#fff!important}

  .market-note{
    font-size:12px!important;
    line-height:1.45!important;
    padding:12px!important;
    border-radius:14px!important;
  }
}

@media(max-width:430px){
  .container{width:calc(100% - 18px)!important}
  .brand img{width:196px!important}
  .market-card{padding:12px!important}
  .market-tab{height:46px!important;font-size:14px!important}
  .market-head-row,
  .price-row{
    grid-template-columns:minmax(102px,1fr) 54px 72px 72px!important;
    gap:6px!important;
  }
  .price-name strong{font-size:12.6px!important}
  .price-name small{font-size:11px!important}
  .product-icon{width:17px!important;height:17px!important;min-width:17px!important;flex-basis:17px!important}
  .spark-button{width:54px!important;height:32px!important}
  .sparkline{width:54px!important;height:28px!important}
  .milyem-badge{font-size:9.5px!important;min-width:40px!important;padding:3px 4px!important}
  .price-stack strong{font-size:12.4px!important}
}

@media(max-width:360px){
  .market-head-row,
  .price-row{
    grid-template-columns:minmax(92px,1fr) 48px 66px 66px!important;
    gap:5px!important;
  }
  .price-name strong{font-size:11.7px!important}
  .spark-button{width:48px!important}
  .sparkline{width:48px!important}
  .price-stack strong{font-size:11.7px!important}
}


/* v16 - final typography sizing + app banner */
@media(min-width:721px){
  .price-stack strong{
    font-size:20.5px!important;
    font-weight:650!important;
    letter-spacing:-.018em!important;
  }
  .milyem-badge{
    font-size:13px!important;
    min-height:26px!important;
    min-width:62px!important;
    padding:5px 10px!important;
  }
  .price-change{
    font-size:14px!important;
    font-weight:600!important;
  }
  .spark-button{width:86px!important}
  .sparkline{width:84px!important;height:40px!important}
}

@media(max-width:720px){
  .price-stack strong{
    font-size:14.7px!important;
  }
  .price-name strong{
    font-size:13.6px!important;
  }
  .price-name small{
    font-size:11.4px!important;
  }
  .milyem-badge{
    font-size:10.3px!important;
  }
}
@media(max-width:430px){
  .price-stack strong{
    font-size:13.6px!important;
  }
  .price-name strong{
    font-size:13px!important;
  }
  .milyem-badge{
    font-size:9.8px!important;
  }
}
@media(max-width:360px){
  .price-stack strong{
    font-size:12.4px!important;
  }
  .price-name strong{
    font-size:12px!important;
  }
}

.app-banner-section{
  padding-top:26px!important;
  padding-bottom:26px!important;
}
.app-banner-card{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.14);
  background:#06070d;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.app-banner-card:hover{
  transform:translateY(-3px);
  border-color:rgba(80,71,255,.55);
  box-shadow:0 36px 110px rgba(0,0,0,.50);
}
.app-banner-card img{
  display:block;
  width:100%;
  height:auto;
}
@media(max-width:720px){
  .app-banner-section{
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
  .app-banner-card{
    border-radius:22px;
  }
}


/* v17 - integrated app banners + cleaner horizontal mobile tabs */
.hero-side{display:grid;gap:18px;align-content:start}
.hero-app-promo{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:10px;padding:22px 22px 18px;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:radial-gradient(100% 140% at 0% 0%,rgba(81,71,255,.28),rgba(81,71,255,.10) 34%,rgba(6,8,16,.96) 74%),linear-gradient(135deg,#111523,#0c1019);box-shadow:0 24px 80px rgba(0,0,0,.34);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.hero-app-promo:hover{transform:translateY(-3px);border-color:rgba(81,71,255,.45);box-shadow:0 32px 96px rgba(0,0,0,.40)}
.hero-app-tag,.market-inline-eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#dfe4f5}
.hero-app-copy h3{margin:12px 0 8px;font-size:30px;line-height:1.05;letter-spacing:-.045em}
.hero-app-copy p{margin:0;color:#c4cbe0;font-size:15px;line-height:1.55;max-width:34ch}
.hero-app-actions,.market-inline-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.store-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:14px;background:rgba(255,255,255,.96);color:#0a0d15;font-size:14px;font-weight:700;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.store-chip.apple:before{content:"";font-size:18px;line-height:1;margin-right:8px}
.store-chip.google:before{content:"▶";font-size:12px;line-height:1;margin-right:8px;color:#26a950}
.hero-app-media{justify-self:end;align-self:end;max-width:192px;margin-right:-6px;margin-bottom:-34px}
.hero-app-media img{width:100%;height:auto;filter:drop-shadow(0 18px 40px rgba(0,0,0,.50))}
.market-inline-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px 24px;margin:0 0 16px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:radial-gradient(100% 160% at 0% 0%,rgba(81,71,255,.26),rgba(81,71,255,.08) 38%,rgba(7,9,17,.98) 74%),linear-gradient(135deg,#111523,#0a0d14);box-shadow:0 22px 70px rgba(0,0,0,.28);transition:transform .2s ease,border-color .2s ease}
.market-inline-banner:hover{transform:translateY(-2px);border-color:rgba(81,71,255,.42)}
.market-inline-copy{display:grid;gap:6px;min-width:0}
.market-inline-copy strong{font-size:30px;line-height:1.05;letter-spacing:-.04em}
.market-inline-copy small{font-size:15px;color:#c2cade;line-height:1.5}
.market-inline-banner .market-inline-badges{margin-top:0;justify-content:flex-end}
@media(min-width:1024px){
  .market-inline-banner{grid-template-columns:minmax(0,1fr) auto}
  .market-inline-copy strong{font-size:34px}
}
@media(max-width:1040px){
  .hero-grid{grid-template-columns:1fr!important;gap:32px!important}
  .hero-side{max-width:760px}
}
@media(max-width:720px){
  .hero{padding:72px 0 44px!important}
  .hero-copy h1{font-size:48px!important;max-width:9ch!important}
  .hero-lead{max-width:none!important}
  .hero-side{gap:14px!important}
  .hero-market{display:none!important}
  .hero-app-promo{grid-template-columns:1fr!important;padding:18px 18px 14px!important;border-radius:22px!important}
  .hero-app-copy h3{font-size:26px!important;margin:10px 0 7px!important}
  .hero-app-copy p{font-size:14px!important;max-width:none!important}
  .hero-app-media{display:none!important}
  .store-chip{min-height:40px!important;padding:10px 14px!important;border-radius:12px!important;font-size:13px!important}
  .market-inline-banner{grid-template-columns:1fr!important;gap:12px!important;padding:18px 16px!important;margin:0 0 12px!important;border-radius:24px!important}
  .market-inline-copy strong{font-size:21px!important;line-height:1.15!important}
  .market-inline-copy small{font-size:13px!important}
  .market-inline-banner .market-inline-badges{justify-content:flex-start!important;gap:8px!important}
  .market-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important}
  .market-tab{height:46px!important;font-size:12.6px!important;padding:7px 4px!important;line-height:1.08!important;white-space:normal!important;border-radius:14px!important}
}
@media(max-width:430px){
  .hero-app-copy h3{font-size:23px!important}
  .hero-app-actions,.market-inline-badges{gap:8px!important}
  .store-chip{font-size:12.2px!important;padding:9px 12px!important}
  .market-inline-copy strong{font-size:19px!important}
  .market-inline-eyebrow{font-size:11px!important;padding:6px 10px!important}
  .market-tab{font-size:11.7px!important;padding:7px 2px!important}
}


/* v18 - homepage live app banner */
.hero-side{align-self:stretch}
.hero-live-banner{display:grid;grid-template-columns:minmax(0,1.03fr) 248px;gap:18px;align-items:stretch;padding:26px;border:1px solid rgba(255,255,255,.11);border-radius:32px;background:radial-gradient(100% 140% at 0% 0%,rgba(77,83,255,.22),rgba(77,83,255,.06) 34%,rgba(6,9,17,.96) 72%),linear-gradient(135deg,#131826,#0a0d15 72%);box-shadow:0 28px 90px rgba(0,0,0,.34);overflow:hidden;position:relative;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.hero-live-banner:hover{transform:translateY(-3px);border-color:rgba(91,96,255,.42);box-shadow:0 34px 110px rgba(0,0,0,.38)}
.hero-live-banner:before{content:"";position:absolute;inset:auto auto -80px -70px;width:240px;height:240px;background:radial-gradient(circle,rgba(73,99,255,.28),rgba(73,99,255,0) 72%);pointer-events:none}
.hero-live-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}
.hero-live-copy h3{margin:14px 0 10px;font-size:clamp(36px,4.2vw,52px);line-height:.95;letter-spacing:-.06em;max-width:7.8ch}
.hero-live-copy p{margin:0;color:#c6cde0;font-size:16px;line-height:1.65;max-width:34ch}
.hero-live-bullets{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 18px}
.hero-live-bullets span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);color:#eef2ff;font-size:13px;font-weight:700}
.hero-live-bullets span:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 0 16px rgba(77,83,255,.75)}
.hero-live-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}
.hero-live-glow{position:absolute;inset:20% -8% 0 auto;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(88,77,255,.42),rgba(88,77,255,0) 70%);filter:blur(10px)}
.promo-phone{position:relative;width:214px;max-width:100%;padding:10px;border-radius:34px;background:linear-gradient(145deg,#1a2133,#090c12 65%);box-shadow:0 26px 65px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);z-index:2}
.promo-phone-notch{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:82px;height:16px;border-radius:999px;background:#05070d;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.promo-phone-screen{position:relative;border-radius:26px;padding:28px 12px 14px;background:linear-gradient(180deg,#111828,#0b101a 58%,#0b0f17);min-height:395px;overflow:hidden}
.promo-phone-screen:before{content:"";position:absolute;inset:0;background:radial-gradient(120px 120px at 80% 18%,rgba(86,78,255,.14),rgba(86,78,255,0) 70%);pointer-events:none}
.promo-phone-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
.promo-phone-brand{font-size:10px;font-weight:800;letter-spacing:.05em;color:#f7f9ff;white-space:nowrap}
.promo-live-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);font-size:10px;font-weight:700;color:#dce4f8}
.promo-live-pill i{width:7px;height:7px;border-radius:999px;background:#46e172;box-shadow:0 0 12px rgba(70,225,114,.85)}
.promo-phone-balance{display:flex;align-items:flex-end;justify-content:space-between;padding:12px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.07);margin-bottom:12px}
.promo-phone-balance span{font-size:11px;color:#a6b0c6;font-weight:600}
.promo-phone-balance strong{font-size:18px;letter-spacing:-.04em}
.promo-phone-table{padding:8px 0 0}
.promo-phone-table-head,.promo-phone-row{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:8px;align-items:center}
.promo-phone-table-head{padding:0 4px 8px;color:#93a0ba;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.promo-phone-table-head span:nth-child(2),.promo-phone-table-head span:nth-child(3){text-align:right}
.promo-phone-row{padding:10px 4px;border-top:1px solid rgba(255,255,255,.06)}
.promo-phone-row b{font-size:11px;line-height:1.2;color:#f7f9ff}
.promo-phone-row span{font-size:11px;font-weight:800;letter-spacing:-.03em;text-align:right;color:#dfe6f9}
.promo-phone-row span:nth-child(2){color:#5be488}
@media(max-width:1180px){
  .hero-live-banner{grid-template-columns:minmax(0,1fr) 220px;padding:22px}
  .hero-live-visual{min-height:380px}
  .promo-phone{width:196px}
  .promo-phone-screen{min-height:362px}
}
@media(max-width:1040px){
  .hero-live-banner{grid-template-columns:1fr 220px}
}
@media(max-width:720px){
  .hero-live-banner{grid-template-columns:1fr!important;padding:20px 18px!important;border-radius:24px!important;gap:14px!important}
  .hero-live-copy h3{font-size:30px!important;max-width:9ch!important;margin:10px 0 8px!important}
  .hero-live-copy p{font-size:14px!important;max-width:none!important}
  .hero-live-bullets{margin:14px 0 16px!important;gap:8px!important}
  .hero-live-bullets span{padding:8px 11px!important;font-size:12px!important}
  .hero-live-visual{min-height:auto!important;justify-content:flex-start!important}
  .promo-phone{width:min(220px,62vw)!important}
  .promo-phone-screen{min-height:332px!important}
  .promo-phone-row b,.promo-phone-row span{font-size:10.5px!important}
}
@media(max-width:440px){
  .hero-live-banner{padding:18px 16px!important}
  .hero-live-copy h3{font-size:27px!important}
  .hero-live-bullets span{font-size:11px!important;padding:7px 10px!important}
  .promo-phone{width:100%!important;max-width:228px!important;margin-inline:auto 0}
  .promo-phone-screen{min-height:320px!important}
}


/* v19 - compact horizontal desktop hero banner, hidden on mobile */
.hero-side{display:block;align-self:start}
.hero-live-banner.compact{display:grid;grid-template-columns:minmax(0,.92fr) minmax(300px,.98fr);align-items:center;gap:18px;padding:22px 22px 18px;border-radius:30px;min-height:0;background:radial-gradient(120% 160% at 0% 0%,rgba(76,86,255,.18),rgba(76,86,255,.06) 36%,rgba(6,9,17,.96) 72%),linear-gradient(135deg,#111724,#090d15 74%);border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 80px rgba(0,0,0,.34)}
.hero-live-banner.compact:hover{transform:translateY(-3px)}
.compact-copy h3{margin:12px 0 10px;font-size:clamp(28px,3vw,42px);line-height:.95;letter-spacing:-.055em;max-width:8.8ch}
.compact-copy p{max-width:29ch;font-size:15px;line-height:1.6}
.compact-copy .hero-live-bullets{margin:14px 0 16px;gap:9px}
.compact-copy .hero-live-bullets span{padding:9px 12px;font-size:12px}
.compact-visual{min-height:auto;justify-content:flex-end;display:flex;align-items:center}
.promo-phone-wide{width:100%;max-width:368px;padding:9px;border-radius:32px;transform:rotate(-2.8deg)}
.promo-phone-wide .promo-phone-screen{padding:26px 13px 14px;min-height:322px;border-radius:24px;background:linear-gradient(180deg,#111827,#0b111b 55%,#0a0f18)}
.promo-phone-wide .promo-phone-header{margin-bottom:10px}
.promo-phone-wide .promo-phone-brand{font-size:10.5px}
.promo-balance-card{padding:11px 12px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.028));margin-bottom:12px}
.promo-balance-card small{display:block;color:#98a4bd;font-size:10px;font-weight:700;margin-bottom:5px}
.promo-balance-card strong{display:block;font-size:19px;letter-spacing:-.04em;margin-bottom:10px;color:#eef3ff}
.promo-balance-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.promo-balance-actions span{display:grid;place-items:center;height:34px;border-radius:12px;background:linear-gradient(135deg,rgba(81,70,255,.95),rgba(57,132,255,.9));color:#fff;font-size:11px;font-weight:800}
.promo-balance-actions span:last-child{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}
.promo-phone-wide .promo-phone-table-head{padding:0 4px 8px;font-size:9.8px}
.promo-phone-wide .promo-phone-row{padding:10px 4px}
.promo-phone-wide .promo-phone-row b{font-size:11.2px}
.promo-phone-wide .promo-phone-row span{font-size:11.2px}
.promo-phone-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding-top:12px;margin-top:8px;border-top:1px solid rgba(255,255,255,.06)}
.promo-phone-footer span{display:grid;place-items:center;padding:7px 4px;border-radius:10px;color:#8f9ab4;font-size:9.5px;font-weight:700;background:rgba(255,255,255,.03)}
.promo-phone-footer span.active{color:#fff;background:linear-gradient(135deg,rgba(81,70,255,.95),rgba(57,132,255,.9))}
@media(max-width:1320px){
  .hero-live-banner.compact{grid-template-columns:minmax(0,.95fr) minmax(280px,.9fr);padding:20px}
  .compact-copy h3{font-size:34px}
  .promo-phone-wide{max-width:336px}
}
@media(max-width:1140px){
  .hero-grid{grid-template-columns:1fr!important;gap:28px!important;align-items:start!important}
  .hero-side{max-width:900px;width:100%}
  .hero-live-banner.compact{grid-template-columns:minmax(0,1fr) 350px}
}
@media(max-width:900px){
  .hero-live-banner.compact{display:none!important}
  .hero-side{display:none!important}
}


/* v20 - single unified desktop banner + cleaner mobile markets page */
.hero-unified{padding:86px 0 56px}
.hero-unified .container{display:block}
.hero-super-banner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px;align-items:center;padding:34px 36px;border-radius:34px;border:1px solid rgba(255,255,255,.10);background:radial-gradient(120% 160% at 0% 0%,rgba(78,88,255,.18),rgba(78,88,255,.05) 36%,rgba(6,10,17,.97) 74%),linear-gradient(135deg,#111724,#090d15 78%);box-shadow:0 30px 90px rgba(0,0,0,.36);overflow:hidden;position:relative;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.hero-super-banner:hover{transform:translateY(-3px);border-color:rgba(92,97,255,.40);box-shadow:0 36px 110px rgba(0,0,0,.40)}
.hero-super-banner:before{content:"";position:absolute;right:15%;top:-22%;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(84,92,255,.22),rgba(84,92,255,0) 70%);pointer-events:none}
.hero-super-copy{position:relative;z-index:2;max-width:720px}
.hero-super-copy .eyebrow{margin-bottom:16px}
.hero-super-copy h1{margin-bottom:18px;max-width:8.5ch;font-size:clamp(54px,6.1vw,88px);line-height:.94;letter-spacing:-.078em}
.hero-super-copy .hero-lead{max-width:31ch;font-size:20px;line-height:1.6;color:#c9d0e2}
.hero-super-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hero-super-tags span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.09);color:#eef2ff;font-size:13px;font-weight:700}
.hero-super-tags span:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 0 16px rgba(77,83,255,.75)}
.hero-super-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:26px}
.hero-super-stores{display:flex;flex-wrap:wrap;gap:10px}
.hero-open-app{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#f2f6ff;font-size:14px;font-weight:700;white-space:nowrap}
.hero-super-visual{position:relative;z-index:2;display:flex;justify-content:flex-end}
.hero-dashboard-card{width:100%;max-width:470px;padding:18px;border-radius:30px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(19,27,43,.97),rgba(10,15,24,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 18px 44px rgba(0,0,0,.34)}
.hero-dashboard-head,.hero-dashboard-summary,.hero-dashboard-row,.hero-dashboard-foot{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.hero-dashboard-head{margin-bottom:14px}
.hero-dashboard-summary{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);margin-bottom:14px}
.hero-dashboard-summary small{display:block;color:#92a0bb;font-size:11px;font-weight:700;margin-bottom:4px}
.hero-dashboard-summary strong{font-size:26px;letter-spacing:-.05em;color:#f2f5ff}
.hero-dashboard-summary b{display:block;font-size:15px;color:#dce3f6;letter-spacing:-.02em}
.hero-dashboard-table{padding:2px 0}
.hero-dashboard-row{grid-template-columns:1.2fr .9fr .9fr;padding:11px 6px;border-top:1px solid rgba(255,255,255,.065)}
.hero-dashboard-row-head{padding-top:0;border-top:0;color:#93a0ba;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.hero-dashboard-row-head span:nth-child(2),.hero-dashboard-row-head span:nth-child(3),.hero-dashboard-row span:nth-child(2),.hero-dashboard-row span:nth-child(3){text-align:right}
.hero-dashboard-row b{font-size:14px;color:#f8fbff;line-height:1.2}
.hero-dashboard-row span{font-size:15px;font-weight:800;letter-spacing:-.03em;color:#e7edfa}
.hero-dashboard-row span:nth-child(2){color:#55e286}
.hero-dashboard-foot{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
.hero-dashboard-foot span{display:grid;place-items:center;height:38px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);color:#a6b1c7;font-size:11px;font-weight:700}
.hero-dashboard-foot span:nth-child(1),.hero-dashboard-foot span:nth-child(3){background:linear-gradient(135deg,rgba(81,70,255,.88),rgba(57,132,255,.85));border-color:transparent;color:#fff}
@media(max-width:1320px){
  .hero-super-banner{grid-template-columns:minmax(0,1fr) minmax(320px,.84fr);padding:30px 30px 28px;gap:22px}
  .hero-super-copy h1{font-size:clamp(48px,5.6vw,78px)}
  .hero-dashboard-card{max-width:430px}
}
@media(max-width:1080px){
  .hero-super-banner{grid-template-columns:1fr;gap:20px;padding:28px}
  .hero-super-copy h1{max-width:10ch}
  .hero-super-copy .hero-lead{max-width:42ch}
  .hero-super-visual{justify-content:flex-start}
  .hero-dashboard-card{max-width:680px}
}
@media(max-width:900px){
  .hero-unified{display:none!important}
}
.page-markets .market-section{padding-top:28px}
@media(max-width:900px){
  .page-markets .page-hero{display:none!important}
  .page-markets .market-section{padding-top:22px!important}
  .page-markets .market-inline-banner{margin-top:0!important}
}
@media(max-width:560px){
  .page-markets .container{width:calc(100% - 22px)!important}
  .page-markets .market-inline-banner{padding:16px 15px!important;border-radius:22px!important}
  .page-markets .market-inline-copy strong{font-size:18px!important;line-height:1.16!important}
  .page-markets .market-inline-copy small{font-size:12.5px!important}
  .page-markets .store-chip{min-height:38px!important;font-size:12.5px!important;padding:9px 13px!important}
}


/* v21 refinements: more realistic app-like desktop hero + simplified mobile homepage */
.hero-super-bottom{justify-content:flex-start}
.hero-super-visual{position:relative;min-height:420px;align-items:center}
.hero-app-stage{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:420px;width:100%}
.hero-app-stage:before{content:"";position:absolute;right:-40px;top:16px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(79,90,255,.22),rgba(79,90,255,0) 70%);filter:blur(2px)}
.hero-phone-frame{position:relative;z-index:2;width:min(54%,285px);margin-right:10px;filter:drop-shadow(0 30px 60px rgba(0,0,0,.52))}
.hero-phone-frame img{display:block;width:100%;height:auto;border-radius:36px}
.hero-floating-prices{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:3;width:min(57%,280px);padding:18px 18px 16px;border-radius:28px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(18,24,39,.97),rgba(8,12,20,.98));box-shadow:0 22px 48px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.03);backdrop-filter:blur(10px)}
.hero-floating-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.07)}
.hero-floating-head span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#9aa6be}
.hero-floating-head strong{font-size:22px;letter-spacing:-.05em;color:#f4f8ff}
.hero-floating-row{display:grid;grid-template-columns:1.08fr .85fr .85fr;gap:8px;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.hero-floating-row:last-of-type{border-bottom:0}
.hero-floating-row b{font-size:13px;line-height:1.2;color:#fff}
.hero-floating-row span{font-size:14px;font-weight:800;letter-spacing:-.025em;text-align:right;color:#f0f4ff}
.hero-floating-row span:nth-child(2){color:var(--green)}
.hero-floating-foot{display:flex;justify-content:flex-end;gap:42px;padding-top:10px;color:#8e9ab4;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:1320px){
  .hero-app-stage{min-height:390px}
  .hero-phone-frame{width:min(52%,260px)}
  .hero-floating-prices{width:min(58%,260px)}
}
@media(max-width:1080px){
  .hero-super-copy h1{max-width:10.2ch}
  .hero-super-copy .hero-lead{max-width:44ch}
  .hero-super-visual{min-height:340px}
  .hero-app-stage{justify-content:center;min-height:340px}
  .hero-floating-prices{left:14px}
}
@media(max-width:900px){
  .home-page .section.section-soft,
  .home-page .section:not(.market-section):not(.site-footer){display:none!important}
  .home-page .market-section{padding-top:20px!important;padding-bottom:38px!important}
  .home-page .market-inline-banner{display:grid!important}
}
@media(max-width:560px){
  .home-page .market-section{padding-top:16px!important}
}


/* v22 hero refinement: single realistic app visual */
.hero-super-banner{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)}
.hero-super-visual{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center;min-height:420px}
.hero-real-shot{position:relative;width:min(100%,600px);aspect-ratio: 1.05 / 1;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(18,24,39,.98),rgba(7,10,18,.98));box-shadow:0 32px 80px rgba(0,0,0,.44)}
.hero-real-shot:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(84,92,255,.18),rgba(84,92,255,0) 34%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0) 28%);pointer-events:none;z-index:2}
.hero-real-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.02) contrast(1.02)}
@media(max-width:1320px){
  .hero-super-banner{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)}
  .hero-real-shot{width:min(100%,540px)}
}
@media(max-width:1080px){
  .hero-super-visual{min-height:360px}
  .hero-real-shot{width:min(100%,520px);aspect-ratio:1.08/1}
}
@media(max-width:900px){
  .hero-real-shot{width:100%;aspect-ratio:1.12/1;border-radius:26px}
}


/* v23 app hero: dynamic app mockup, compact brand, no static pasted price image */
.app-hero-banner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.93fr) minmax(330px,.72fr);
  align-items:center;
  gap:38px;
  min-height:560px;
  padding:44px 54px;
  border-radius:34px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text);
  border:1px solid rgba(82,91,255,.46);
  background:
    radial-gradient(90% 130% at 0% 0%,rgba(72,66,255,.26),rgba(72,66,255,.08) 35%,rgba(7,10,17,.98) 72%),
    radial-gradient(80% 110% at 100% 50%,rgba(30,126,255,.18),rgba(7,10,17,0) 58%),
    linear-gradient(135deg,#111827 0%,#070a11 78%);
  box-shadow:0 34px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.05);
}
.app-hero-banner:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,0) 42%),
             radial-gradient(circle at 68% 47%,rgba(86,90,255,.23),rgba(86,90,255,0) 34%);
  pointer-events:none;
}
.app-hero-banner:hover{
  transform:translateY(-3px);
  border-color:rgba(95,105,255,.68);
  box-shadow:0 40px 110px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.06);
}
.app-hero-copy,
.app-hero-device-wrap{position:relative;z-index:2}
.app-hero-copy{max-width:560px}
.app-hero-logo{
  width:min(310px,72vw);
  height:auto;
  display:block;
  margin-bottom:34px;
  filter:drop-shadow(0 16px 24px rgba(0,0,0,.28));
}
.app-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.10);
  color:#dbe2f5;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.app-hero-kicker span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#3c72ff,#5b42ff);
  box-shadow:0 0 18px rgba(80,92,255,.8);
}
.app-hero-copy h1{
  margin:0 0 16px;
  max-width:9ch;
  color:#fff;
  font-size:clamp(58px,5.5vw,96px);
  line-height:.88;
  letter-spacing:-.075em;
}
.app-hero-copy p{
  margin:0;
  max-width:39ch;
  color:#cbd2e2;
  font-size:20px;
  line-height:1.62;
  font-weight:400;
}
.app-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
.app-hero-tags span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  color:#f5f7ff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  font-size:13px;
  font-weight:700;
}
.app-hero-tags span:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(135deg,#3c72ff,#5b42ff);
}
.app-hero-stores{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.app-hero-device-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:470px;
}
.app-hero-device-wrap:before{
  content:"";
  position:absolute;
  width:400px;
  height:400px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(78,81,255,.32),rgba(78,81,255,0) 70%);
  filter:blur(8px);
}
.app-phone{
  position:relative;
  width:315px;
  min-height:636px;
  padding:28px 18px 16px;
  border-radius:48px;
  color:#fff;
  background:linear-gradient(180deg,#101727,#070b13);
  border:8px solid #121620;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.26),
    0 34px 80px rgba(0,0,0,.54),
    inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}
.app-phone:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 14%,rgba(86,92,255,.14),rgba(86,92,255,0) 33%),
             linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 20%);
  pointer-events:none;
}
.app-phone-speaker{
  position:absolute;
  left:50%;
  top:11px;
  width:86px;
  height:26px;
  transform:translateX(-50%);
  border-radius:999px;
  background:#05070c;
  z-index:3;
}
.app-phone-status,
.app-phone-top,
.app-balance-card,
.app-actions,
.app-market-head,
.app-market-list,
.app-shortcuts,
.app-tabbar{position:relative;z-index:2}
.app-phone-status{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 8px 14px;
  color:#fff;
  font-size:11px;
  font-weight:700;
}
.app-phone-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:4px 0 12px;
}
.app-user{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.app-user img{
  width:28px;
  height:28px;
  border-radius:8px;
}
.app-user strong{
  font-size:11px;
  white-space:nowrap;
}
.app-level{
  padding:5px 9px;
  border-radius:6px;
  background:#3574ff;
  color:#fff;
  font-size:9px;
  font-weight:800;
}
.app-balance-card{
  padding:14px 16px;
  border-radius:14px;
  background:#192335;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.app-balance-card span{
  display:block;
  margin-bottom:2px;
  color:#9fa8bc;
  font-size:10px;
}
.app-balance-card strong{
  display:block;
  font-size:27px;
  line-height:1;
  letter-spacing:-.04em;
}
.app-balance-card small{
  color:#8791a8;
  font-size:14px;
}
.app-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin:10px 0 14px;
}
.app-actions span{
  display:flex;
  justify-content:center;
  padding:11px 10px;
  border-radius:10px;
  background:#1b2538;
  color:#e7ebf8;
  font-size:12px;
  font-weight:800;
}
.app-actions span:first-child{
  background:linear-gradient(135deg,#5146ff,#287fff);
}
.app-market-head{
  display:grid;
  grid-template-columns:1.3fr .9fr .9fr;
  gap:8px;
  padding:0 4px 8px;
  color:#8791a8;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.app-market-head span:nth-child(2),
.app-market-head span:nth-child(3){text-align:right}
.app-market-list{
  border-radius:14px;
  overflow:hidden;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.035);
}
.app-market-row{
  display:grid;
  grid-template-columns:1.3fr .9fr .9fr;
  gap:8px;
  align-items:center;
  min-height:42px;
  padding:8px 10px;
  border-bottom:1px solid rgba(255,255,255,.045);
}
.app-market-row:last-child{border-bottom:0}
.app-market-row span{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  color:#e9edf7;
  font-size:12px;
  font-weight:800;
}
.app-market-row em{
  text-align:right;
  color:#f2f5ff;
  font-size:11px;
  font-style:normal;
  font-weight:800;
  white-space:nowrap;
}
.app-market-row em:nth-child(2){color:#42e979}
.trend-up{
  display:inline-block;
  width:10px;
  height:10px;
  background:linear-gradient(135deg,#82ef5f,#27bf4b);
  clip-path:polygon(50% 0,100% 100%,0 100%);
  transform:rotate(45deg);
}
.app-shortcuts{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.app-shortcuts div{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.035);
  color:#e8edf9;
}
.app-shortcuts b{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:8px;
  background:#645bff;
  color:#fff;
  font-size:13px;
}
.app-shortcuts div:first-child b{background:#e26662}
.app-shortcuts div:last-child b{background:#31a953}
.app-shortcuts span{
  font-size:12px;
  font-weight:800;
}
.app-tabbar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:4px;
  margin-top:14px;
  color:#8490a8;
  font-size:9px;
  font-weight:700;
  text-align:center;
}
@media(max-width:1180px){
  .app-hero-banner{
    grid-template-columns:minmax(0,.9fr) minmax(300px,.75fr);
    gap:28px;
    padding:38px;
  }
  .app-hero-copy h1{font-size:clamp(50px,5.2vw,82px)}
  .app-phone{width:292px;min-height:600px}
}
@media(max-width:900px){
  .app-hero-banner{
    grid-template-columns:1fr;
    min-height:0;
    padding:28px;
  }
  .app-hero-device-wrap{min-height:auto}
  .app-phone{
    width:min(100%,300px);
    min-height:594px;
  }
}
@media(max-width:760px){
  .home-page .app-hero-banner{display:none}
}


/* v25 yapı korunmuş düzeltmeler: anasayfa dinamik app mockup + doğru grafik davranışı */
.app-hero-banner{grid-template-columns:minmax(0,.86fr) minmax(300px,.68fr)!important;min-height:470px!important;padding:36px 46px!important;gap:32px!important}
.app-hero-logo{width:min(284px,70vw)!important;margin-bottom:24px!important}
.app-hero-copy h1{max-width:11ch!important;font-size:clamp(40px,4.2vw,68px)!important;line-height:.93!important;margin-bottom:14px!important;letter-spacing:-.06em!important}
.app-hero-copy p{max-width:40ch!important;font-size:17px!important;line-height:1.58!important}
.app-hero-kicker{font-size:12px!important;margin-bottom:14px!important}
.app-hero-tags{margin-top:20px!important}.app-hero-tags span{padding:9px 12px!important;font-size:12px!important;font-weight:650!important}.app-hero-stores{margin-top:22px!important}
.app-hero-device-wrap{min-height:410px!important;justify-content:flex-end!important}.app-phone{width:285px!important;min-height:565px!important;padding:26px 16px 15px!important;transform:rotate(-2deg);transform-origin:center;transition:.24s ease}.app-hero-banner:hover .app-phone{transform:rotate(-2deg) translateY(-4px)}
.app-balance-card strong{font-size:24px!important}.app-market-row{min-height:39px!important;padding:7px 9px!important}.app-shortcuts{gap:7px!important;margin-top:12px!important}.app-shortcuts div{padding:8px 10px!important}.app-tabbar{margin-top:12px!important}
.trend-up.down{background:linear-gradient(135deg,#ff806f,#d55353);transform:rotate(-135deg)}
.chart-tooltip{z-index:20;max-width:min(220px,70vw);pointer-events:none}.chart-tooltip.below{transform:translate(-50%,10px)!important}.chart-frame{overflow:visible!important}.chart-modal-card{overflow:visible!important}
.sparkline polyline{vector-effect:non-scaling-stroke}.spark-button{cursor:pointer}
@media(max-width:1180px){.app-hero-banner{grid-template-columns:minmax(0,.85fr) minmax(280px,.62fr)!important;padding:32px!important}.app-phone{width:268px!important;min-height:538px!important}.app-hero-copy h1{font-size:clamp(38px,4.8vw,62px)!important}}
@media(max-width:900px){.home-page .hero-unified{display:none!important}.home-page .section.section-soft,.home-page .section:not(.market-section):not(.site-footer){display:none!important}.home-page .market-section{padding-top:20px!important;padding-bottom:38px!important}.home-page .market-inline-banner{display:grid!important}}
@media(max-width:560px){.home-page .market-section{padding-top:16px!important}}


/* v27 sadece piyasalar sayfası: üst başlık/metin kaldırıldı */
.market-page-compact{padding-top:24px}
@media(max-width:980px){.market-page-compact{padding-top:16px}}


/* v30: mobil hamburger cam/transparent + yazısız canlı fiyat durumu */
.market-status{
  min-width:34px!important;
  min-height:34px!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  justify-self:end!important;
  gap:0!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.22)!important;
}
.market-status span{display:none!important}
.market-status i{
  width:11px!important;
  height:11px!important;
  flex:0 0 11px!important;
  border-radius:999px!important;
  background:#f1c566!important;
  box-shadow:0 0 0 5px rgba(241,197,102,.10),0 0 18px rgba(241,197,102,.55)!important;
}
.market-status.live i{
  background:#32e176!important;
  box-shadow:0 0 0 5px rgba(50,225,118,.12),0 0 22px rgba(50,225,118,.72)!important;
  animation:sgLivePulse 1.55s ease-in-out infinite;
}
.market-status.stale i{
  background:#ff4b58!important;
  box-shadow:0 0 0 5px rgba(255,75,88,.12),0 0 22px rgba(255,75,88,.72)!important;
  animation:none!important;
}
.market-status.pending i{background:#f1c566!important}
@keyframes sgLivePulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.78);opacity:.62}}
@media(max-width:980px){
  .market-status{justify-self:center!important;margin:2px auto 0!important}
  .nav-toggle{
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 26px rgba(0,0,0,.32)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
  }
  .nav-toggle span{background:#e9eef8!important}
  .nav-toggle:hover{background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.32)!important}
}
@media(max-width:560px){
  .nav-toggle{
    width:48px!important;
    height:42px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.055)!important;
    border-color:rgba(255,255,255,.22)!important;
  }
  .nav-toggle span{width:23px!important;background:#e9eef8!important}
}


/* v31: mobilde durum ikonu tablo basligina tasindi */
.market-status-inline{display:none}
.market-status-inline i{display:block;width:10px;height:10px;border-radius:999px;background:#f1c566;box-shadow:0 0 0 4px rgba(241,197,102,.12),0 0 18px rgba(241,197,102,.55)}
.market-status-inline.live i{background:#32e176;box-shadow:0 0 0 4px rgba(50,225,118,.14),0 0 18px rgba(50,225,118,.72);animation:sgLivePulse 1.55s ease-in-out infinite}
.market-status-inline.stale i{background:#ff4b58;box-shadow:0 0 0 4px rgba(255,75,88,.14),0 0 18px rgba(255,75,88,.72);animation:none!important}
.market-status-inline.pending i{background:#f1c566}
@media(max-width:760px){
  .market-toolbar .market-status{display:none!important}
  .market-head-row .market-status-inline{display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:end!important;align-self:center!important;width:18px!important;height:18px!important;margin:0!important;padding:0!important}
  .market-head-row.market-head-home{grid-template-columns:minmax(0,1fr) 84px 84px 20px!important;gap:8px!important;align-items:center!important}
  .market-head-row.market-head-home span:first-child{grid-column:auto!important;color:#aeb6c8!important;font-size:13px!important;font-weight:600!important;text-align:left!important}
  .market-head-row.market-head-home span:nth-child(2),
  .market-head-row.market-head-home span:nth-child(3){grid-column:auto!important;text-align:center!important}
  .market-head-row.market-head-home .market-status-inline{grid-column:4!important}
  .market-head-row.market-head-full{grid-template-columns:minmax(0,1fr) 56px 58px 76px 76px 20px!important;gap:6px!important;align-items:center!important}
  .market-head-row.market-head-full span:first-child{grid-column:auto!important;color:#aeb6c8!important;font-size:13px!important;font-weight:600!important;text-align:left!important}
  .market-head-row.market-head-full span:nth-child(2),
  .market-head-row.market-head-full span:nth-child(3),
  .market-head-row.market-head-full span:nth-child(4),
  .market-head-row.market-head-full span:nth-child(5){text-align:center!important}
  .market-head-row.market-head-full .market-status-inline{grid-column:6!important}
}
@media(max-width:430px){
  .market-head-row.market-head-home{grid-template-columns:minmax(0,1fr) 76px 76px 18px!important;gap:6px!important}
  .market-head-row.market-head-full{grid-template-columns:minmax(0,1fr) 52px 56px 72px 72px 18px!important;gap:5px!important}
  .market-head-row .market-status-inline{width:16px!important;height:16px!important}
  .market-status-inline i{width:9px!important;height:9px!important}
}


/* v32: mobil tablar toparlandı + canlılık ikonu tekrar üst tab alanına alındı */
.market-status-inline{display:none!important}

@media(max-width:760px){
  .market-toolbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 22px!important;
    gap:8px!important;
    align-items:center!important;
  }

  .market-toolbar .market-status{
    display:inline-flex!important;
    position:static!important;
    justify-self:end!important;
    align-self:center!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .market-toolbar .market-status i{
    width:10px!important;
    height:10px!important;
    flex:0 0 10px!important;
    border-radius:999px!important;
  }

  .market-tabs{
    width:100%!important;
    min-width:0!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    padding:6px!important;
    border-radius:16px!important;
  }

  .market-tab{
    height:42px!important;
    min-width:0!important;
    padding:0 3px!important;
    border-radius:12px!important;
    font-size:clamp(10.5px,2.65vw,13.5px)!important;
    font-weight:650!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    letter-spacing:-.025em!important;
  }

  .market-head-row.market-head-home{
    grid-template-columns:minmax(0,1fr) 84px 84px!important;
    gap:8px!important;
    align-items:center!important;
  }

  .market-head-row.market-head-home span:first-child{
    grid-column:auto!important;
    text-align:left!important;
  }

  .market-head-row.market-head-home span:nth-child(2),
  .market-head-row.market-head-home span:nth-child(3){
    grid-column:auto!important;
    text-align:center!important;
  }

  .market-head-row.market-head-full{
    grid-template-columns:minmax(0,1.1fr) 56px 62px 84px 84px!important;
    gap:6px!important;
    align-items:center!important;
  }

  .market-head-row.market-head-full span:first-child{
    grid-column:auto!important;
    text-align:left!important;
  }

  .market-head-row.market-head-full span:nth-child(2),
  .market-head-row.market-head-full span:nth-child(3),
  .market-head-row.market-head-full span:nth-child(4),
  .market-head-row.market-head-full span:nth-child(5){
    text-align:center!important;
  }
}

@media(max-width:430px){
  .market-toolbar{
    grid-template-columns:minmax(0,1fr) 18px!important;
    gap:6px!important;
  }

  .market-toolbar .market-status{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    min-height:18px!important;
  }

  .market-toolbar .market-status i{
    width:9px!important;
    height:9px!important;
    flex-basis:9px!important;
  }

  .market-tabs{
    gap:4px!important;
    padding:5px!important;
    border-radius:15px!important;
  }

  .market-tab{
    height:40px!important;
    font-size:clamp(9.8px,2.55vw,12.2px)!important;
    padding:0 2px!important;
    border-radius:11px!important;
  }

  .market-head-row.market-head-home{
    grid-template-columns:minmax(0,1fr) 76px 76px!important;
    gap:6px!important;
  }

  .market-head-row.market-head-full{
    grid-template-columns:minmax(0,1fr) 52px 58px 76px 76px!important;
    gap:5px!important;
  }
}


/* v33 piyasalar sayfasi anasayfa yerlesim senkronu */
.page-markets .market-head-row.market-head-home span:nth-child(2),
.page-markets .market-head-row.market-head-home span:nth-child(3){text-align:center!important}
@media (max-width:980px){
  .page-markets .market-head-row.market-head-home{display:grid!important}
}
