@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap";:root{color:#111;--bg:#fff;--panel:rgba(255,255,255,.94);--panel-solid:#fff;--fg:#16211f;--muted:#66736f;--gold:#b49352;--gold-strong:#c9a45a;--gold-soft:rgba(180,147,82,.1);--line:rgba(22,33,31,.12);--table-row:#fff;--table-row-alt:#f7f9f8;--header-sub:#406981;--buy-color:#b74b56;--sell-color:#2f8060;--up-bg:rgba(71,147,106,.14);--up-bg-strong:rgba(71,147,106,.24);--down-bg:rgba(181,75,86,.13);--down-bg-strong:rgba(181,75,86,.23);--shadow-soft:0 8px 24px rgba(20,35,32,.07);background:#fff;font-family:Poppins,Inter,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}body[data-theme=dark]{color:#fff;--bg:#141313;--panel:rgba(31,30,28,.82);--panel-solid:#1f1e1c;--fg:#fff;--muted:#b8c0bd;--gold:#aa8b4d;--gold-strong:#d0ae68;--gold-soft:rgba(255,255,255,.1);--line:rgba(255,255,255,.16);--table-row:rgba(31,30,28,.72);--table-row-alt:rgba(24,23,22,.78);--header-sub:#8fb2c3;--buy-color:#ff8792;--sell-color:#64dda0;--up-bg:rgba(88,166,122,.15);--up-bg-strong:rgba(88,166,122,.25);--down-bg:rgba(199,91,101,.14);--down-bg-strong:rgba(199,91,101,.24);--shadow-soft:0 8px 24px rgba(0,0,0,.22);background:#101010}.screen{background:linear-gradient(180deg, rgba(181,141,61,.08), transparent 28%), var(--bg);height:100vh;min-height:100vh;color:var(--fg);flex-direction:column;display:flex;overflow:hidden}.topbar{flex:0 0 42px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:5px 18px 3px;display:grid}.left-tools,.radio,.live{align-items:center;gap:8px;display:flex}.left-tools{justify-self:start}.icon-toggle,.radio button{border:1px solid var(--line);background:var(--panel-solid);width:34px;height:34px;color:var(--gold-strong);box-shadow:var(--shadow-soft);border-radius:999px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.radio{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:999px;padding:3px 8px}.radio button{width:26px;height:26px;font-size:12px}.radio .playing{box-shadow:0 0 0 3px var(--gold-soft)}.radio span{text-align:center;min-width:72px;font-size:12px;font-weight:800}.live{background:var(--panel);border:1px solid var(--line);height:34px;box-shadow:var(--shadow-soft);border-radius:999px;justify-self:end;padding:0 12px}.live span{color:var(--muted);font-size:12px;font-weight:700}.live b{color:var(--gold-strong);font-size:20px}.brand{text-align:center;border-bottom:2px solid var(--gold);flex:none;padding-bottom:3px}.brand img{object-fit:contain;max-width:240px;height:max(42px,min(7vh,64px));margin:0 auto 2px;display:block}.brand h1{color:var(--gold);letter-spacing:1px;margin:0;font-size:max(22px,min(3.4vh,36px));font-weight:900;line-height:.95}.brand p{color:var(--header-sub);letter-spacing:.5px;margin:3px 0 0;font-size:max(9px,min(1.15vh,11px));font-weight:900}.updated{color:var(--header-sub);font-size:12px;font-weight:800}.updated.stale{color:#e00000;animation:1s infinite blink}@keyframes blink{50%{opacity:.35}}.prices{flex:auto;align-items:stretch;min-height:0;padding:4px 1.2vw 0;display:flex;position:relative;overflow:hidden}table{z-index:1;table-layout:fixed;border-collapse:collapse;width:100%;height:100%;font-family:var(--table-font), sans-serif;font-weight:var(--table-weight);position:relative}th{background:linear-gradient(180deg, var(--gold-strong), var(--gold));color:#000;text-align:center;padding:5px 8px;font-size:max(11px,min(1.2vw,18px))}th:first-child,td.name{text-align:left}th:first-child{width:40%}th:nth-child(2),th:nth-child(3){width:22%}th:nth-child(4){width:16%}td{border-bottom:1px solid rgba(181,141,61,var(--line-opacity));text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:max(3px,min(.45vh,7px)) 8px;font-size:max(15px,min(2.35vh,31px));line-height:1.05;overflow:hidden}tbody tr{background:var(--table-row)}tbody tr:nth-child(2n){background:var(--table-row-alt)}td.name{color:#111}body[data-theme=dark] td.name{color:var(--fg)}.product-cell{align-items:center;gap:10px;min-width:0;display:flex;overflow:hidden}.product-cell>span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.product-title{align-items:center;gap:8px;display:inline-flex}.metal-badge{text-align:center;text-transform:uppercase;border-radius:999px;flex:none;min-width:42px;padding:4px 8px;font-size:11px;font-weight:900;line-height:1}.badge-new{color:#064e3b;background:rgba(16,185,129,.14);border:1px solid rgba(16,185,129,.28)}.badge-old{color:#7f1d1d;background:rgba(225,29,72,.12);border:1px solid rgba(225,29,72,.24)}.dashboard tbody tr.metal-new td:first-child{box-shadow:inset 5px 0 rgba(16,185,129,.72)}.dashboard tbody tr.metal-old td:first-child{box-shadow:inset 5px 0 rgba(225,29,72,.68)}body[data-theme=dark] .badge-new{color:#9bf0c8;background:rgba(16,185,129,.16);border-color:rgba(16,185,129,.35)}body[data-theme=dark] .badge-old{color:#ffb3bd;background:rgba(255,117,132,.14);border-color:rgba(255,117,132,.35)}.product-icon{width:30px;height:30px;color:var(--gold-strong);background:var(--gold-soft);border:1px solid var(--line);border-radius:8px;flex:0 0 30px;justify-content:center;align-items:center;display:inline-flex}.product-icon svg{stroke-width:2.2px;color:currentColor;stroke:currentColor;width:17px;height:17px}body[data-theme=dark] .product-icon{color:#9b6d18;background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.36)}body[data-theme=dark] .product-icon svg,body[data-theme=dark] .icon-toggle svg,body[data-theme=dark] .mobile-menu-btn svg,body[data-theme=dark] .about-card svg,body[data-theme=dark] .side-contact svg,body[data-theme=dark] .dashboard .menu-list button svg{color:currentColor;stroke:currentColor}.price{border-radius:6px;justify-content:center;align-items:center;gap:5px;min-width:9ch;padding:3px 9px;transition:color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex}.price svg{width:.7em;height:.7em}.buy{color:var(--buy-color)}.sell{color:var(--sell-color)}.change{white-space:nowrap;font-size:max(11px,min(1.65vh,22px));font-weight:900}.up{color:#00a651}.down{color:#d92525}.neutral{color:#777}.dashboard .buy{color:#b74b56}.dashboard .sell{color:#2f8060}body[data-theme=dark] .dashboard .buy{color:#ff8792}body[data-theme=dark] .dashboard .sell{color:#64dda0}.row-flash td{position:relative}.row-up td{animation:1.4s ease-out rowUp}.row-down td{animation:1.4s ease-out rowDown}.flash-up{color:var(--fg);background:var(--up-bg-strong);animation:1.4s ease-out pricePulse;box-shadow:inset 0 0 0 1px rgba(16,185,129,.42)}.flash-down{color:var(--fg);background:var(--down-bg-strong);animation:1.4s ease-out pricePulse;box-shadow:inset 0 0 0 1px rgba(225,29,72,.42)}@keyframes rowUp{0%{background:var(--up-bg-strong);box-shadow:inset 5px 0 #10b981}50%{background:var(--up-bg)}to{background:inherit;box-shadow:inset 0 0 transparent}}@keyframes rowDown{0%{background:var(--down-bg-strong);box-shadow:inset 5px 0 #e11d48}50%{background:var(--down-bg)}to{background:inherit;box-shadow:inset 0 0 transparent}}@keyframes pricePulse{0%{transform:scale(1.035)}to{box-shadow:none;background:0 0;transform:scale(1)}}.loading{text-align:center;color:#777;padding:40px}.message{border:1px solid var(--line);background:var(--panel);white-space:nowrap;box-shadow:var(--shadow-soft);border-radius:10px;flex:0 0 36px;margin:4px 1.2vw 5px;overflow:hidden}body[data-theme=dark] .message{background:var(--panel)}.message div{align-items:center;gap:40px;min-width:100%;min-height:34px;padding:5px 16px;font-weight:900;line-height:1;animation:60s linear infinite marquee;display:inline-flex}.instagram{color:#e4405f;text-decoration:none}.social-follow{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.social-site-icon{object-fit:contain;border-radius:6px;flex:0 0 22px;width:22px;height:22px}.about-card .social-site-icon{width:30px;height:30px}.anim-pulse{animation:1.5s infinite pulse}.anim-glow{text-shadow:0 0 10px}.anim-tada{transform-origin:50%;animation:1.8s ease-in-out infinite tada}@keyframes pulse{50%{transform:scale(1.05)}}@keyframes tada{0%,to{transform:scale(1)rotate(0)}10%,20%{transform:scale(.98)rotate(-1deg)}30%,50%,70%{transform:scale(1.04)rotate(1deg)}40%,60%{transform:scale(1.04)rotate(-1deg)}80%{transform:scale(1.02)rotate(0)}}.ticker{color:#fff;border-top:2px solid var(--gold);background:#0f0f0f;flex:0 0 44px;grid-template-columns:116px minmax(0,1fr) auto;align-items:center;gap:10px;height:44px;padding-right:10px;display:grid;overflow:hidden}.ticker b{background:var(--gold);color:#000;text-align:center;justify-content:center;align-self:stretch;align-items:center;font-size:14px;font-weight:900;line-height:.9;display:flex}.ticker-window{background:rgba(255,255,255,.035);border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);border-radius:8px;align-items:center;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.ticker-window:before,.ticker-window:after{content:"";z-index:2;pointer-events:none;width:40px;position:absolute;top:0;bottom:0}.ticker-window:before{background:linear-gradient(90deg,#0f0f0f,transparent);left:0}.ticker-window:after{background:linear-gradient(270deg,#0f0f0f,transparent);right:0}.ticker-track{white-space:nowrap;will-change:transform;padding-left:100%;font-size:15px;font-weight:800;line-height:1;animation:linear infinite tickerSlide;display:inline-block}.ticker-meta{align-items:center;gap:8px;min-width:max-content;display:flex}.ticker-meta time,.ticker-meta span{color:#f5f5f5;white-space:nowrap;background:rgba(255,255,255,.08);border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}@keyframes tickerSlide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.credit{text-align:center;color:#888;background:#050505;flex:0 0 16px;padding:2px;font-size:10px}.credit strong{color:#d4a74a}.connection{z-index:10;color:#fff;background:rgba(0,0,0,.8);place-items:center;font-size:28px;font-weight:900;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.dashboard{background:radial-gradient(circle at 78% 6%, rgba(198,166,98,.18), transparent 28%), linear-gradient(135deg, #0e2a25 0 16%, var(--bg) 16.2% 100%);color:var(--fg);grid-template-rows:1fr;grid-template-columns:270px minmax(0,1fr);display:grid}.side-menu{color:#f7efe0;background:radial-gradient(circle at 30% 65%,rgba(201,164,90,.12),transparent 30%),linear-gradient(#12352f,#0c2a25);border-right:1px solid rgba(201,164,90,.4);flex-direction:column;gap:20px;min-width:0;height:100vh;padding:28px 18px 18px;transition:width .25s;display:flex;position:relative;overflow:hidden;box-shadow:10px 0 30px rgba(17,30,26,.18)}.menu-backdrop{display:none}.side-brand{align-items:center;gap:12px;min-height:56px;display:flex}.brand-mark{color:#deb96b;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.brand-mark svg{stroke-width:1.6px;width:43px;height:43px}.brand-mark img{object-fit:contain;border-radius:50%;width:52px;height:52px}.side-brand h1{color:#e5bd70;white-space:nowrap;margin:0;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1}.side-brand p{color:rgba(255,255,255,.84);white-space:nowrap;margin:5px 0 0;font-size:11px}.menu-collapse{z-index:3;color:#12352f;background:#f7efe0;border:1px solid rgba(201,164,90,.45);border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:92px;right:-14px}.menu-list{gap:12px;margin-top:12px;display:grid}.menu-list a{color:rgba(255,255,255,.88);border:1px solid transparent;border-radius:9px;align-items:center;gap:14px;min-height:54px;padding:0 16px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.menu-list a svg{color:#d7ab58;flex:0 0 22px;width:22px;height:22px}.menu-list a.active{color:#fff;background:linear-gradient(135deg,#bf9350,#dfbd74);box-shadow:0 12px 22px rgba(0,0,0,.16)}.menu-list a.active svg{color:#fff}.side-contact{border-top:1px solid rgba(201,164,90,.3);gap:12px;margin-top:auto;padding:14px 6px;display:grid}.side-contact a{color:#fff;align-items:center;gap:12px;min-height:28px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.side-contact a span{text-overflow:ellipsis;min-width:0;overflow:hidden}.side-contact svg{color:#d7ab58;width:19px;height:19px}.menu-closed .side-menu{padding-left:14px;padding-right:14px}.menu-closed .side-brand div:last-child,.menu-closed .menu-list span,.menu-closed .side-contact span{display:none}.menu-closed .menu-list a{justify-content:center;padding:0}.menu-closed .side-contact a{justify-content:center}.main-stage{grid-template-rows:102px minmax(0,1fr) 78px 36px 44px;min-width:0;height:100vh;display:grid;overflow:hidden}.hero-bar{border-bottom:1px solid var(--line);backdrop-filter:blur(18px);background:rgba(255,255,255,.58);justify-content:space-between;align-items:center;min-width:0;padding:0 28px;display:flex}body[data-theme=dark] .hero-bar{background:rgba(24,23,22,.68)}.hero-angle{color:#12352f;align-self:stretch;align-items:center;gap:12px;min-width:360px;padding:0 34px 0 0;display:flex}body[data-theme=dark] .hero-angle{color:#f3ead9}.hero-angle h1{color:var(--gold);margin:0;font-family:Georgia,Times New Roman,serif;font-size:25px}.hero-angle p{color:var(--muted);margin:5px 0 0;font-size:12px;font-weight:800}.mobile-menu-btn{border:1px solid var(--line);background:var(--panel-solid);color:var(--gold);border-radius:8px;width:38px;height:38px;display:none}.hero-actions{justify-content:flex-end;align-items:center;gap:14px;min-width:0;display:flex}.update-pill{background:var(--panel);border:1px solid var(--line);min-width:170px;box-shadow:var(--shadow-soft);border-radius:999px;gap:3px;padding:9px 14px;display:grid}.update-pill span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.update-pill strong{color:var(--fg);font-variant-numeric:tabular-nums;font-size:14px}.update-pill.stale strong{color:var(--sell-color)}.summary-panel{grid-template-rows:auto minmax(0,1fr);align-self:stretch;min-height:0;margin:0 28px;padding:18px 0 0;display:grid}.section-heading{text-align:center;padding-bottom:10px}.section-heading h2{color:#12352f;margin:0;font-family:Georgia,Times New Roman,serif;font-size:28px}body[data-theme=dark] .section-heading h2{color:#f5ead7}.section-heading p{color:var(--muted);margin:4px 0 0;font-size:13px;font-weight:600}.dashboard .prices{border:1px solid var(--line);background:rgba(255,255,255,.68);border-radius:14px;margin:0;padding:0;box-shadow:0 16px 36px rgba(34,27,13,.08)}body[data-theme=dark] .dashboard .prices{background:rgba(28,27,25,.78)}.dashboard table{border-radius:13px;height:100%;overflow:hidden}.dashboard th{color:#f8ecd8;text-transform:uppercase;background:linear-gradient(#183f38,#12352f);height:48px;font-size:13px}.dashboard td{font-size:max(15px,min(2.15vh,25px))}.dashboard td.name{color:#263234;font-size:max(14px,min(1.85vh,21px));font-weight:900}body[data-theme=dark] .dashboard td.name{color:#f4efe7}.dashboard .product-icon{background:#f6efe4;border-color:rgba(190,148,75,.24);border-radius:10px;flex-basis:38px;width:38px;height:38px;box-shadow:inset 0 -8px 18px rgba(190,148,75,.08)}.dashboard .product-icon svg{width:21px;height:21px}.icon-dollar{color:#386b5d}.icon-euro{color:#3e6479}.icon-bracelet{color:#c18f37}.icon-scrap{color:#a97145}.icon-gold{color:#c49b43}.market-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:18px 28px 10px;display:grid}.market-card{background:var(--panel);border:1px solid var(--line);min-width:0;box-shadow:var(--shadow-soft);border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.card-icon{color:#12352f;background:#f2eadc;border-radius:11px;place-items:center;width:42px;height:42px;display:grid}body[data-theme=dark] .card-icon{color:#fff;background:rgba(255,255,255,.1)}.market-card small{color:var(--muted);font-size:11px;font-weight:800;display:block}.market-card strong{color:var(--fg);white-space:nowrap;margin-top:2px;font-size:19px;display:block}.market-card em{white-space:nowrap;font-size:13px;font-style:normal;font-weight:900}.market-card em.up{color:var(--buy-color)}.market-card em.down{color:var(--sell-color)}.market-card em.neutral{color:var(--muted)}.dashboard .message{margin:0 28px}.dashboard .ticker{margin-top:0}.dashboard{background:#fff;grid-template-columns:300px minmax(0,1fr)}body[data-theme=dark] .dashboard{background:#080908}.dashboard.menu-closed{grid-template-columns:82px minmax(0,1fr)}.side-menu{z-index:4;background:radial-gradient(circle at 50% 72%,rgba(221,183,104,.08),transparent 28%),linear-gradient(#143b35 0%,#0d2d28 100%);border-right:3px solid #d7ad5a;gap:0;padding:0 16px 18px;box-shadow:8px 0 22px rgba(8,25,22,.2)}body[data-theme=dark] .side-menu{background:radial-gradient(circle at 50% 72%,rgba(208,174,104,.1),transparent 28%),linear-gradient(#171815 0%,#10110f 100%);border-right-color:#b99048;box-shadow:10px 0 28px rgba(0,0,0,.34)}.side-brand{z-index:6;box-sizing:border-box;background:radial-gradient(circle at 18% 45%,rgba(221,183,104,.1),transparent 34%),linear-gradient(#143b35 0%,#12372f 100%);border-bottom:1px solid rgba(215,173,90,.42);align-items:center;gap:12px;min-width:0;height:88px;min-height:88px;margin:0 -16px 22px;padding:18px 16px 14px;position:sticky;top:0;box-shadow:0 10px 22px rgba(4,18,16,.12)}body[data-theme=dark] .side-brand{background:radial-gradient(circle at 18% 45%,rgba(208,174,104,.12),transparent 34%),linear-gradient(#171815 0%,#141511 100%);box-shadow:0 10px 24px rgba(0,0,0,.22)}.side-brand:after{content:"";background:rgba(255,255,255,.1);height:1px;position:absolute;bottom:-4px;left:16px;right:16px}.side-brand>div:last-child{min-width:0}.brand-mark{color:#e8bd67;flex-basis:52px;width:52px;height:52px}.brand-mark svg{width:49px;height:49px}.side-brand h1{text-overflow:ellipsis;letter-spacing:.4px;max-width:100%;font-size:23px;line-height:1.05;overflow:hidden}.side-brand p{text-overflow:ellipsis;margin-top:4px;font-family:Georgia,Times New Roman,serif;font-size:12px;overflow:hidden}.menu-list{gap:14px;margin-top:0}.menu-list a{text-transform:uppercase;border-radius:9px;min-height:58px;padding:0 18px;font-size:14px}.menu-list a.active{background:linear-gradient(135deg,#c49a4f 0%,#e0bd72 100%)}.side-contact{gap:13px;padding-bottom:4px}.main-stage{background:#fff;grid-template-rows:102px minmax(0,1fr) 78px 44px}body[data-theme=dark] .main-stage{background:radial-gradient(circle at 76% 12%,rgba(208,174,104,.08),transparent 26%),linear-gradient(#090a09 0%,#050605 100%)}.hero-bar{isolation:isolate;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(20,59,53,.14);padding:0 24px 0 0;position:relative;overflow:hidden}.hero-bar:before{content:"";z-index:-1;clip-path:polygon(0 0,100% 0,82% 100%,0% 100%);background:linear-gradient(135deg,#143b35 0%,#0f312c 100%);width:min(420px,32vw);position:absolute;top:0;bottom:0;left:0;right:auto}.hero-angle{color:#f7ead4;min-width:430px;padding-left:30px}.hero-angle h1{color:#e8bd67;letter-spacing:.5px;font-size:29px}.hero-angle p{color:rgba(255,255,255,.88);font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700}.hero-actions{background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:999px;gap:10px;padding:6px;box-shadow:0 12px 28px rgba(23,28,24,.08)}.hero-actions .icon-toggle,.hero-actions .live,.update-pill{background:#fff;border-color:rgba(22,33,31,.12)}.hero-actions .icon-toggle{color:#9b6d18;background:#fff;border-color:rgba(22,33,31,.14);width:42px;height:42px;box-shadow:0 8px 18px rgba(20,35,32,.1),inset 0 1px rgba(255,255,255,.75)}.hero-actions .icon-toggle svg{stroke-width:2.7px;filter:drop-shadow(0 1px rgba(255,255,255,.45));width:20px;height:20px}.update-pill{border-radius:999px;justify-content:center;min-width:202px;min-height:48px;padding:8px 18px;box-shadow:0 8px 18px rgba(20,35,32,.08),inset 0 1px rgba(255,255,255,.62)}.update-pill span{color:#41524e;font-size:11px;line-height:1}.update-pill strong{color:#143b35;font-size:15px;line-height:1.1}.hero-actions .live{background:#fff;border-color:rgba(22,33,31,.12);justify-content:space-between;gap:8px;min-width:128px;height:42px;padding:0 14px 0 18px;box-shadow:0 8px 18px rgba(20,35,32,.08),inset 0 1px rgba(255,255,255,.65)}.hero-actions .live span{color:#7d766b;font-size:12px;font-weight:900}.hero-actions .live:after{content:"";background:#17774d;border-radius:50%;width:15px;height:15px;margin-left:0;box-shadow:0 0 0 4px rgba(23,119,77,.12)}body[data-theme=dark] .hero-actions{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);box-shadow:0 14px 30px rgba(0,0,0,.28)}body[data-theme=dark] .hero-actions .icon-toggle{color:#fff;background:linear-gradient(#2a2a25,#171816);border-color:rgba(255,255,255,.3);box-shadow:0 0 0 3px rgba(255,255,255,.08),0 10px 20px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.08)}body[data-theme=dark] .hero-actions .icon-toggle svg{filter:drop-shadow(0 0 6px rgba(255,255,255,.24))}body[data-theme=dark] .update-pill{background:linear-gradient(#232420,#181916);border-color:rgba(255,255,255,.16);box-shadow:0 10px 22px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.06)}body[data-theme=dark] .update-pill span{color:#c9d0ce}body[data-theme=dark] .update-pill strong{color:#fff}body[data-theme=dark] .hero-actions .live{background:linear-gradient(#24251f,#181916);border-color:rgba(255,255,255,.16);box-shadow:0 10px 22px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.06)}body[data-theme=dark] .hero-actions .live span{color:#c9d0ce}.hero-actions .live b{color:#143b35;background:rgba(20,59,53,.1);border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:14px;font-weight:900;line-height:1;display:inline-flex}body[data-theme=dark] .hero-actions .live b{color:#8cf0b8;background:rgba(100,221,160,.12)}.summary-panel{margin:0 20px;padding-top:20px}.section-heading{padding-bottom:12px}.section-heading h2{color:#263234;letter-spacing:.5px;text-transform:uppercase;font-size:28px}body[data-theme=dark] .section-heading h2{color:#fff;text-shadow:none}.section-heading p{color:#4f5d5d;font-size:13px}body[data-theme=dark] .section-heading p{color:#d9d1c1}.dashboard .prices{background:#fff;border:1px solid rgba(22,33,31,.12);border-radius:14px;box-shadow:0 12px 30px rgba(20,35,32,.08)}.dashboard table{border-collapse:collapse;table-layout:fixed;border-radius:14px}.dashboard th{color:#fff;background:linear-gradient(#17473f,#12382f);height:46px;font-size:14px}.dashboard td{border-bottom:1px solid rgba(22,33,31,.1);height:41px;padding:4px 22px;font-size:20px}.dashboard tbody tr{background:#fff}.dashboard tbody tr:nth-child(2n){background:#f7f9f8}body[data-theme=dark] .dashboard .prices{background:linear-gradient(rgba(25,28,24,.96),rgba(12,14,12,.98));border-color:rgba(255,255,255,.16);box-shadow:0 18px 42px rgba(0,0,0,.38),inset 0 1px rgba(255,235,190,.06)}body[data-theme=dark] .dashboard th{color:#fff;background:linear-gradient(#185346,#0f3b32);border-bottom:1px solid rgba(255,255,255,.18)}body[data-theme=dark] .dashboard td{border-bottom-color:rgba(255,255,255,.12)}body[data-theme=dark] .dashboard tbody tr{background:rgba(32,36,31,.96)}body[data-theme=dark] .dashboard tbody tr:nth-child(2n){background:rgba(24,27,24,.98)}.dashboard td.name{color:#263234;letter-spacing:.25px;text-align:left;font-size:18px}body[data-theme=dark] .dashboard td.name{color:#fff;text-shadow:0 1px rgba(0,0,0,.35)}.dashboard .price{min-width:9.5ch;font-size:21px;font-weight:900}body[data-theme=dark] .dashboard .buy{color:#ff8792;text-shadow:0 0 14px rgba(255,117,132,.16)}body[data-theme=dark] .dashboard .sell{color:#64dda0;text-shadow:0 0 14px rgba(82,214,148,.18)}body[data-theme=dark] .dashboard .change,body[data-theme=dark] .dashboard .neutral{color:#c9d0ce}.dashboard .product-icon{color:#bf8d35;background:#fff;border:1px solid rgba(22,33,31,.14);flex-basis:36px;width:36px;height:36px;box-shadow:0 4px 10px rgba(20,35,32,.08),inset 0 0 0 1px rgba(180,147,82,.06)}body[data-theme=dark] .dashboard .product-icon{color:#9b6d18;background:linear-gradient(#fff,#eef1f0);border-color:rgba(255,255,255,.5);box-shadow:inset 0 -8px 16px rgba(20,35,32,.06),0 3px 10px rgba(0,0,0,.2)}.market-cards{gap:18px;padding:18px 20px 10px}.market-card{background:rgba(255,255,255,.74);border-color:rgba(38,50,52,.08);border-radius:12px;min-height:68px}.card-icon{color:#143b35;background:#fff;border:1px solid rgba(22,33,31,.1)}.dashboard .message{display:none}.dashboard .ticker{background:#0f332d;border-top:1px solid rgba(215,173,90,.55);grid-template-columns:146px minmax(0,1fr) max-content;align-items:center;gap:8px;height:88px;padding-right:14px}body[data-theme=dark] .dashboard .ticker{background:#10110f;border-top-color:rgba(255,255,255,.2);box-shadow:0 -8px 22px rgba(0,0,0,.22)}.dashboard .ticker b{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(215,173,90,.4);border-radius:8px;align-self:center;height:34px;margin-left:22px;padding:0 12px}body[data-theme=dark] .dashboard .ticker b{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.26)}.dashboard .ticker-window{background:0 0;border:0;border-radius:0;align-self:stretch;align-items:center;height:auto;min-height:0}body[data-theme=dark] .dashboard .ticker-window{background:rgba(255,255,255,.024)}.dashboard .ticker-window:before{background:linear-gradient(90deg,#0f332d,transparent)}.dashboard .ticker-window:after{background:linear-gradient(270deg,#0f332d,transparent)}body[data-theme=dark] .dashboard .ticker-window:before{background:linear-gradient(90deg,#10110f,transparent)}body[data-theme=dark] .dashboard .ticker-window:after{background:linear-gradient(270deg,#10110f,transparent)}body[data-theme=dark] .dashboard .ticker-meta time,body[data-theme=dark] .dashboard .ticker-meta span{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}.dashboard .ticker-track{align-items:center;min-height:100%;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}.dashboard .ticker-meta{align-self:center}.dashboard .ticker-meta time,.dashboard .ticker-meta span{background:rgba(255,255,255,.08);border:1px solid rgba(215,173,90,.3)}.dashboard .menu-list button{color:rgba(255,255,255,.88);text-align:left;text-transform:uppercase;background:0 0;border:1px solid transparent;border-radius:9px;align-items:center;gap:14px;width:100%;min-height:58px;padding:0 18px;font-size:14px;font-weight:800;display:flex}.dashboard .menu-list button svg{color:#d7ab58;flex:0 0 22px;width:22px;height:22px}.dashboard .menu-list button.active{color:#fff;background:linear-gradient(135deg,#c49a4f 0%,#e0bd72 100%);box-shadow:0 12px 22px rgba(0,0,0,.16)}.dashboard .menu-list button.active svg{color:#fff}.dashboard.menu-closed .menu-list button{justify-content:center;padding:0}.dashboard.menu-closed .menu-list button span{display:none}.dashboard.menu-closed .side-brand{justify-content:center;height:88px;min-height:88px;padding-left:0;padding-right:0}.dashboard .market-cards{display:none}.dashboard .summary-panel{grid-template-rows:auto minmax(0,1fr) auto;padding-bottom:10px}.info-drawer{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px;display:grid}.info-drawer article{background:rgba(255,255,255,.72);border:1px solid rgba(38,50,52,.1);border-radius:12px;gap:4px;padding:14px 16px;display:grid}.info-drawer strong{color:#143b35;font-size:14px}.info-drawer span{color:#4f5d5d;font-size:13px;font-weight:700}.hero-angle{gap:14px}.hero-logo-icon{color:#e8bd67;stroke-width:1.5px;width:50px;height:50px}.hero-logo-img{object-fit:contain;border-radius:50%;width:58px;height:58px;box-shadow:0 8px 20px rgba(0,0,0,.16)}.hero-actions{max-width:calc(100% - 430px);margin-left:auto}.hero-actions .radio{max-width:170px}.hero-actions .update-pill{min-width:210px}.hero-actions .live{flex:none}.dashboard .hero-bar{justify-content:flex-end;padding-left:24px}.dashboard .hero-bar:before,.dashboard .hero-angle{display:none}.dashboard .hero-actions{justify-content:flex-end;width:100%;max-width:none}.instagram-logo{background:radial-gradient(circle at 30% 110%,#feda75 0,#feda75 22%,#fa7e1e 38%,#d62976 58%,#962fbf 78%,#4f5bd5 100%);border-radius:6px;flex:0 0 19px;width:19px;height:19px;display:inline-block;position:relative}img.instagram-logo{object-fit:cover}body[data-theme=dark] .instagram-logo{box-shadow:0 0 0 2px rgba(246,239,226,.92),0 4px 12px rgba(0,0,0,.28)}.instagram-logo:before{content:"";border:2px solid #fff;border-radius:5px;position:absolute;top:4px;bottom:4px;left:4px;right:4px}.instagram-logo:after{content:"";background:#fff;border-radius:50%;width:3px;height:3px;position:absolute;top:4px;right:4px}.instagram-logo.large{flex-basis:30px;width:30px;height:30px}body[data-theme=dark] .instagram-logo.large{box-shadow:0 0 0 3px rgba(246,239,226,.92),0 8px 18px rgba(0,0,0,.3)}.instagram-logo.large:before{border-width:2px;top:7px;bottom:7px;left:7px;right:7px}.instagram-logo.large:after{width:4px;height:4px;top:7px;right:7px}.dashboard td.name{display:table-cell}.dashboard .product-cell{align-items:center;gap:10px;min-width:0;display:flex}.dashboard .product-cell>span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.currency-board{background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:14px;grid-template-columns:repeat(2,minmax(260px,1fr));align-content:center;gap:22px;min-height:0;padding:28px;display:grid;box-shadow:0 12px 30px rgba(20,35,32,.08)}.currency-card{background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:18px;gap:22px;min-height:260px;padding:28px;display:grid;box-shadow:0 16px 38px rgba(20,35,32,.08)}.currency-head{align-items:center;gap:14px;display:flex}.currency-head .product-icon{flex-basis:52px;width:52px;height:52px}.currency-head strong{color:#143b35;font-size:28px;font-weight:900;display:block}.currency-head small{color:#60706e;margin-top:4px;font-size:13px;font-weight:800;display:block}.currency-values{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.currency-values div{background:rgba(20,59,53,.055);border-radius:14px;gap:6px;padding:18px;display:grid}.currency-values span{color:#60706e;text-transform:uppercase;font-size:12px;font-weight:900}.currency-values b{font-size:max(24px,min(4vw,42px));font-weight:900;line-height:1}.currency-change{background:rgba(20,59,53,.06);border-radius:999px;justify-self:start;padding:9px 14px;font-size:18px;font-weight:900}.about-page{background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:14px;grid-template-columns:1.35fr repeat(2,minmax(180px,.8fr));align-content:center;gap:18px;padding:28px;display:grid;box-shadow:0 12px 30px rgba(20,35,32,.08)}body[data-theme=dark] .about-page{background:rgba(18,23,20,.8);border-color:rgba(255,255,255,.14);box-shadow:0 14px 32px rgba(0,0,0,.3)}.video-page{background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:14px;place-items:center;min-height:0;padding:24px;display:grid;box-shadow:0 12px 30px rgba(20,35,32,.08)}body[data-theme=dark] .video-page{background:rgba(18,23,20,.8);border-color:rgba(255,255,255,.14);box-shadow:0 14px 32px rgba(0,0,0,.3)}.video-page iframe,.video-page video{aspect-ratio:16/9;background:#050505;border:0;border-radius:12px;width:min(100%,1180px);height:min(68vh,660px);box-shadow:0 18px 42px rgba(0,0,0,.22)}.video-empty{color:#526260;text-align:center;place-items:center;gap:10px;font-weight:800;display:grid}.video-empty svg{color:#b88935;width:56px;height:56px}.video-empty strong{color:#143b35;font-size:22px}body[data-theme=dark] .video-empty,body[data-theme=dark] .video-empty strong{color:#fff}.about-card{min-height:150px;color:inherit;background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:16px;align-content:center;gap:9px;padding:22px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}a.about-card:hover{border-color:rgba(20,59,53,.22);transform:translateY(-1px);box-shadow:0 14px 30px rgba(20,35,32,.12)}body[data-theme=dark] .about-card{background:linear-gradient(rgba(35,35,31,.96),rgba(25,27,24,.94));border-color:rgba(255,255,255,.14);box-shadow:0 10px 22px rgba(0,0,0,.24)}body[data-theme=dark] a.about-card:hover{border-color:rgba(255,255,255,.26);box-shadow:0 14px 30px rgba(0,0,0,.34)}.about-card svg{color:#b88935;width:28px;height:28px}body[data-theme=dark] .about-card svg{color:#d8ad5a}body[data-theme=dark] .icon-toggle,body[data-theme=dark] .mobile-menu-btn{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.24)}body[data-theme=dark] .brand-mark img,body[data-theme=dark] .hero-logo-img{background:#0d0d0c;border:1px solid rgba(255,255,255,.22)}body[data-theme=dark] .dashboard .menu-list button svg,body[data-theme=dark] .side-contact svg{color:#e0b461}body[data-theme=dark] .dashboard .menu-list button.active svg{color:#fff}.about-card strong{color:#143b35;font-size:17px}body[data-theme=dark] .about-card strong{color:#fff}.about-card span,.about-card p{color:#526260;overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:750;line-height:1.45}body[data-theme=dark] .about-card span,body[data-theme=dark] .about-card p{color:#e4dece}.about-main{grid-row:span 2;grid-template-columns:112px 1fr;align-items:center}.about-main img{object-fit:contain;border-radius:50%;width:96px;height:96px}.about-main h3{color:#143b35;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:30px}body[data-theme=dark] .about-main h3{color:#fff}.view-about+.info-drawer{display:none}@media (max-width:980px){.dashboard{grid-template-columns:1fr}.side-menu{width:min(300px,88vw);transition:transform .25s;position:fixed;top:0;bottom:0;left:0;right:auto;overflow-y:auto;transform:translate(-100%)}.dashboard.menu-open .side-menu{transform:translate(0)}.dashboard.menu-closed{grid-template-columns:1fr}.main-stage{grid-template-rows:auto minmax(0,1fr) 44px;height:auto;min-height:100vh}.hero-bar{gap:10px;min-height:88px;padding:12px 14px}.hero-angle{flex:1;min-width:0;padding-left:0;display:flex}.mobile-menu-btn{flex:0 0 38px;place-items:center;display:inline-grid}.hero-logo-img,.hero-angle h1,.hero-angle p{display:none}.hero-actions{gap:8px;max-width:none}.hero-actions .radio,.hero-actions .update-pill{display:none}.dashboard .hero-bar{justify-content:space-between}.dashboard .hero-angle{display:flex}.summary-panel{margin:0 10px;padding-top:14px}.section-heading h2{font-size:24px}.dashboard .prices{overflow:auto}.dashboard table{min-width:720px}.currency-board{grid-template-columns:1fr;padding:14px}.currency-card{min-height:auto;padding:18px}.about-page{grid-template-columns:1fr;padding:14px}.about-main{grid-row:auto;grid-template-columns:72px 1fr}.about-main img{width:64px;height:64px}.ticker{grid-template-columns:110px 1fr;padding-right:0}.ticker-meta{display:none}}@media (max-width:640px){html,body{scrollbar-width:none;overflow-x:hidden}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.side-menu::-webkit-scrollbar{display:none}.main-stage::-webkit-scrollbar{display:none}.side-menu,.main-stage{-ms-overflow-style:none;scrollbar-width:none}.screen.dashboard{min-height:100dvh;overflow-x:hidden}.menu-backdrop{z-index:6;backdrop-filter:blur(2px);background:rgba(8,15,13,.48);border:0;border-radius:0;padding:0;display:block;position:fixed;top:64px;bottom:0;left:0;right:0}.dashboard.menu-open .main-stage{pointer-events:auto}.side-menu{z-index:9;gap:16px;height:auto;padding:22px 14px 16px;top:64px;bottom:0;box-shadow:12px 0 30px rgba(4,18,15,.32)}.dashboard.menu-open .hero-bar{opacity:1;pointer-events:auto;transform:none}.side-brand h1{font-size:21px}.side-brand p{font-size:11px}.menu-collapse{top:84px}.dashboard .main-stage,.main-stage{grid-template-rows:minmax(0,1fr) 44px;height:auto;min-height:100dvh;padding-top:64px;padding-bottom:52px;overflow:visible}.hero-bar{z-index:12;backdrop-filter:blur(16px);background:rgba(255,255,255,.98);border-bottom-color:rgba(22,33,31,.12);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:64px;padding:8px 10px;display:grid;position:fixed;top:0;left:41px;right:0}.hero-bar:before{display:none}body[data-theme=dark] .hero-bar{background:rgba(18,26,23,.96);border-bottom-color:rgba(255,255,255,.14)}.mobile-menu-btn{color:#143b35;background:#fff;border-color:rgba(22,33,31,.16);border-radius:8px;flex-basis:34px;width:34px;height:34px}.hero-logo-img{background:#fff;border:1px solid rgba(22,33,31,.14);flex:0 0 34px;width:34px;height:34px;display:block}.hero-angle{color:#143b35;gap:7px;min-width:0}.hero-angle>div{min-width:0}.hero-angle h1{color:#143b35;letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:max(13px,min(4vw,16px));line-height:1;display:block;overflow:hidden}.hero-angle p{display:none}.hero-actions{border-radius:999px;flex:none;gap:5px;width:auto;padding:3px}.hero-actions .live{gap:5px;min-width:72px;height:34px;padding:0 8px;font-size:12px}.hero-actions .live span{font-size:11px}.hero-actions .live b{min-width:21px;height:21px;padding:0 6px;font-size:12px}.hero-actions .live:after{width:9px;height:9px;box-shadow:0 0 0 3px rgba(23,119,77,.12)}.hero-actions .icon-toggle,.icon-toggle{flex:0 0 34px;width:34px;height:34px}.hero-actions .icon-toggle svg{width:17px;height:17px}body[data-theme=dark] .mobile-menu-btn{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)}body[data-theme=dark] .hero-angle h1{color:#fff}body[data-theme=dark] .hero-logo-img{background:#fff;border-color:rgba(255,255,255,.28)}.summary-panel{margin-left:8px;margin-right:8px;padding-top:10px;padding-bottom:8px;display:block}.section-heading h2{font-size:20px}.section-heading p{max-width:30ch;margin-left:auto;margin-right:auto;font-size:12px}.dashboard .prices{box-shadow:none;background:0 0;border:0;border-radius:12px;overflow:visible}.dashboard table{border-radius:0;width:100%;min-width:0;height:auto;display:block}.dashboard thead{display:none}.dashboard tbody{gap:10px;display:grid}.dashboard tbody tr,.dashboard tbody tr:nth-child(2n){background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:12px;grid-template-columns:minmax(95px,1.1fr) minmax(72px,.85fr) minmax(88px,1fr);grid-template-areas:"name buy sell""name change change";align-items:center;gap:5px 8px;min-height:72px;padding:10px;display:grid;box-shadow:0 8px 18px rgba(20,35,32,.08)}body[data-theme=dark] .dashboard tbody tr,body[data-theme=dark] .dashboard tbody tr:nth-child(2n){background:linear-gradient(rgba(32,34,30,.98),rgba(20,23,20,.96));border-color:rgba(255,255,255,.14);box-shadow:0 10px 22px rgba(0,0,0,.32)}body[data-theme=dark] .dashboard td.name{color:#fff}body[data-theme=dark] .dashboard .product-icon{color:#9b6d18;background:#fff;border-color:rgba(255,255,255,.42)}.dashboard td{text-align:left;white-space:normal;border:0;justify-content:space-between;align-items:center;min-width:0;height:auto;padding:0;font-size:15px;line-height:1.2;display:flex}.dashboard td.name{grid-area:name;padding-bottom:0;font-size:16px;display:flex}.dashboard td:nth-child(2){grid-area:buy}.dashboard td:nth-child(3){grid-area:sell}.dashboard td:nth-child(2),.dashboard td:nth-child(3){background:0 0;border-radius:0;align-content:center;justify-items:start;gap:4px;min-height:0;padding:0;display:grid}body[data-theme=dark] .dashboard td:nth-child(2),body[data-theme=dark] .dashboard td:nth-child(3){background:0 0}.dashboard td:nth-child(4){grid-area:change;justify-content:flex-end;padding-top:0}.dashboard td:nth-child(2):before,.dashboard td:nth-child(3):before,.dashboard td:nth-child(4):before{color:#6b6f6d;letter-spacing:.4px;text-transform:uppercase;font-size:9px;font-weight:900;line-height:1}body[data-theme=dark] .dashboard td:nth-child(2):before,body[data-theme=dark] .dashboard td:nth-child(3):before,body[data-theme=dark] .dashboard td:nth-child(4):before{color:#b8ad98}.dashboard td:nth-child(2):before{content:"Alış"}.dashboard td:nth-child(3):before{content:"Satış"}.dashboard td:nth-child(4):before{content:"Değişim";margin-right:6px}.dashboard .product-cell{gap:7px;width:100%}.dashboard .product-icon{border-radius:8px;flex-basis:28px;width:28px;height:28px}.dashboard .product-icon svg{width:16px;height:16px}.dashboard .price{justify-content:flex-start;min-width:0;padding:2px 0;font-size:15px;line-height:1}.dashboard .change{background:rgba(38,50,52,.06);border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:5px 10px;font-size:12px;line-height:1;display:inline-flex}body[data-theme=dark] .dashboard .change{color:#fff;background:rgba(255,255,255,.1)}body[data-theme=dark] .summary-panel{background:0 0}.message{display:none}.dashboard .ticker{z-index:12;grid-template-columns:106px minmax(0,1fr);gap:6px;height:88px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 20px rgba(0,0,0,.18)}.dashboard .ticker b{height:32px;margin-left:8px;padding:0 9px;font-size:12px}.dashboard .ticker-track{font-size:12px}.about-card{min-height:auto;padding:16px}.about-main{grid-template-columns:58px 1fr}.about-main img{width:52px;height:52px}.about-main h3{font-size:22px}}.login-page,.admin-page{color:#fff;background:#121212;min-height:100vh}.login-page{place-items:center;padding:20px;display:grid}.login-box,.panel{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.28)}.login-box{text-align:center;gap:16px;width:min(420px,100%);padding:28px;display:grid}.login-box svg{color:#d4a74a;margin:auto}.login-box h1{color:#d4a74a;text-transform:uppercase;margin:0;font-size:22px}.login-box label,.panel label{color:#ddd;text-align:left;gap:7px;font-weight:700;display:grid}.login-box input,.panel input,.panel textarea,.panel select{color:#fff;background:#101010;border:1px solid #444;border-radius:7px;width:100%;padding:12px}.login-box button,.panel button,.admin-top button,.savebar button,.admin-top a{color:#050505;background:#b58d3d;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex}.error{color:#ff8686;background:#311;border-radius:7px;padding:10px}.admin-top{z-index:5;background:#1e1e1e;border-bottom:2px solid #b58d3d;justify-content:space-between;align-items:center;gap:18px;padding:16px 28px;display:flex;position:sticky;top:0}.admin-top h1{color:#d4a74a;align-items:center;gap:10px;margin:0;font-size:22px;display:flex}.admin-top nav{gap:10px;display:flex}.admin-top button{color:#ffb3b3;background:#422}.admin-tabs{z-index:4;background:rgba(18,18,18,.96);border-bottom:1px solid #2d2d2d;gap:10px;padding:14px 24px;display:flex;position:sticky;top:67px;overflow-x:auto}.admin-tabs button{color:#d9d9d9;white-space:nowrap;background:#181818;border:1px solid #343434;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 14px;font-weight:900;display:inline-flex}.admin-tabs button.active{color:#050505;background:#b58d3d;border-color:#d4a74a;box-shadow:0 10px 24px rgba(181,141,61,.18)}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:18px;padding:24px 24px 100px;display:grid}.panel{align-content:start;gap:15px;padding:20px;display:grid}.panel.wide{grid-column:1/-1}.panel h2{color:#d4a74a;border-bottom:1px solid #333;align-items:center;gap:8px;margin:0;padding-bottom:10px;font-size:17px;display:flex}.panel textarea{resize:vertical;min-height:110px}.inline{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.check{grid-template-columns:auto 1fr;align-items:center;gap:10px;display:flex!important}.check input{width:auto}.admin-summary{background:0 0;border-color:#2b2b2b;grid-template-columns:repeat(5,minmax(0,1fr))}.admin-summary article{background:#141414;border:1px solid #2f2f2f;border-radius:8px;gap:6px;padding:14px;display:grid}.admin-summary span{color:#aaa;text-transform:uppercase;font-size:12px;font-weight:800}.admin-summary strong{color:#d4a74a;font-size:24px;line-height:1}.admin-summary .storage-warning strong{color:#ff7676}.margin-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;max-height:460px;padding-right:6px;display:grid;overflow:auto}.margin-grid.market-editor{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.margin-card{background:#141414;border:1px solid #2c2c2c;border-radius:8px;gap:10px;padding:13px;display:grid}.margin-card b{color:#d4a74a}.product-admin-head{justify-content:space-between;align-items:flex-start;gap:12px;min-height:30px;display:flex}.switch-row{white-space:nowrap;align-items:center;font-size:12px;color:#ddd!important;grid-template-columns:none!important;gap:7px!important;display:inline-flex!important}.switch-row input{accent-color:#1d8c64;width:auto!important}.margin-card.hidden-product{opacity:.68;background:#1b1313;border-color:#4d2a2a}.margin-card.hidden-product b{color:#ff9b9b}.admin-video-preview{aspect-ratio:16/9;background:#050505;border:1px solid #303030;border-radius:8px;overflow:hidden}.admin-video-preview iframe,.admin-video-preview video{border:0;width:100%;height:100%;display:block}.video-status{color:#aaa;background:#101010;border:1px solid #333;border-radius:8px;padding:12px 14px;font-weight:800}.video-status.ready{color:#9bf0c8;background:rgba(29,140,100,.1);border-color:rgba(29,140,100,.42)}.panel .danger-action{color:#ffb8b8;background:#4a1717;border:1px solid #6a2424}.device-panel{background:#121a12;border-color:#244024}.device-list{flex-wrap:wrap;gap:8px;display:flex}.device-list span{color:#9bf0a9;background:#1a251a;border:1px solid #244024;border-radius:6px;padding:8px 10px}.logs textarea{color:#ffb3b3;min-height:180px;font-family:ui-monospace,Consolas,monospace}.savebar{background:rgba(18,18,18,.92);border-top:1px solid #333;justify-content:flex-end;align-items:center;gap:18px;padding:14px 24px;display:flex;position:fixed;bottom:0;left:0;right:0}.savebar span{color:#9bf0a9;font-weight:700}@media (max-width:760px){.screen{height:auto;min-height:100vh;overflow:auto}.topbar{flex-basis:auto;grid-template-columns:1fr;height:auto;padding:8px 12px}.left-tools,.live{justify-content:center;justify-self:stretch}.ticker{grid-template-columns:94px 1fr;height:44px;padding-right:0}.ticker-meta{display:none}td{padding:7px 5px;font-size:17px}th{padding:7px 5px;font-size:11px}.admin-top{flex-direction:column;align-items:stretch}.admin-top nav{justify-content:stretch}.admin-top nav>*{flex:1}.admin-tabs{padding:10px 14px;top:126px}.admin-tabs button{min-height:38px;padding:9px 11px;font-size:12px}.admin-grid{grid-template-columns:1fr;padding:14px 14px 110px}.admin-summary{grid-template-columns:1fr 1fr}.margin-grid.market-editor{grid-template-columns:1fr}.screen.dashboard{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.screen.dashboard .main-stage{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.screen.dashboard .ticker{z-index:50;width:100dvw;height:calc(88px + env(safe-area-inset-bottom,0px));padding-right:0;padding-bottom:env(safe-area-inset-bottom,0px);grid-template-columns:106px minmax(0,1fr);position:fixed;bottom:0;left:0;right:auto;transform:translateZ(0)}}.dashboard .price-buy,.dashboard .buy-cell .price,.dashboard .buy{color:#b74b56!important}.dashboard .price-sell,.dashboard .sell-cell .price,.dashboard .sell{color:#16805a!important}body[data-theme=dark] .dashboard .price-buy,body[data-theme=dark] .dashboard .buy-cell .price,body[data-theme=dark] .dashboard .buy{color:#ff8792!important}body[data-theme=dark] .dashboard .price-sell,body[data-theme=dark] .dashboard .sell-cell .price,body[data-theme=dark] .dashboard .sell{color:#64dda0!important}.dashboard .main-stage{grid-template-rows:102px minmax(0,1fr) 44px}.hero-announcement{white-space:nowrap;background:rgba(20,59,53,.043);border:1px solid rgba(22,33,31,.08);border-radius:999px;flex:280px;align-self:center;align-items:center;min-width:0;max-width:100%;height:42px;margin:0 6px 0 8px;padding:0 12px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.hero-announcement div{align-items:center;gap:34px;min-width:100%;padding-left:100%;font-size:max(13px,min(1.15vw,18px));font-weight:900;line-height:1;animation:28s linear infinite tickerSlide;display:inline-flex}.hero-announcement .instagram{font-size:.9em}.hero-actions{flex:auto;min-width:0}.hero-actions .icon-toggle,.hero-actions .update-pill,.hero-actions .live{flex:none}body[data-theme=dark] .hero-announcement{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}.view-prices{grid-template-rows:minmax(0,1fr);padding-top:8px}.dashboard .price.direction-up,.dashboard .price.direction-down,.dashboard .change.up,.dashboard .change.down{justify-content:center;align-items:center;gap:5px;display:inline-flex}.dashboard .price.direction-up{background:rgba(16,185,129,.14);border:1px solid rgba(16,185,129,.24);color:#16805a!important}.dashboard .price.direction-down{background:rgba(225,29,72,.12);border:1px solid rgba(225,29,72,.22);color:#b74b56!important}.dashboard .change svg{stroke-width:3px;width:.78em;height:.78em}.dashboard .price.direction-up>svg,.dashboard .change.up>svg{transform-origin:50%;will-change:transform, opacity;backface-visibility:hidden;animation:1.8s cubic-bezier(.45,0,.25,1) infinite trendRise}.dashboard .price.direction-down>svg,.dashboard .change.down>svg{transform-origin:50%;will-change:transform, opacity;backface-visibility:hidden;animation:1.8s cubic-bezier(.45,0,.25,1) infinite trendFall}@keyframes trendRise{0%,to{opacity:.86;transform:translateY(.5px)}50%{opacity:1;transform:translateY(-1.5px)}}@keyframes trendFall{0%,to{opacity:.86;transform:translateY(-.5px)}50%{opacity:1;transform:translateY(1.5px)}}@media (prefers-reduced-motion:reduce){.dashboard .price.direction-up>svg,.dashboard .price.direction-down>svg,.dashboard .change.up>svg,.dashboard .change.down>svg,.row-up td,.row-down td,.flash-up,.flash-down,.anim-pulse,.anim-tada,.ticker-track,.hero-announcement div{animation:none!important}}.icon-jewel{color:#9561d6}.icon-gram{color:#b9872c}.table-watermark{z-index:0;object-fit:contain;pointer-events:none;filter:grayscale(.15);width:min(38vw,420px);max-height:70%;position:absolute;top:50%;bottom:auto;left:50%;right:auto;transform:translate(-50%,-50%)}.dashboard .prices table{z-index:1;position:relative}.login-box{background:linear-gradient(rgba(28,28,26,.96),rgba(16,16,15,.96));border:1px solid rgba(212,167,74,.26);width:min(440px,100vw - 32px);padding:34px;box-shadow:0 24px 70px rgba(0,0,0,.36)}.login-box:before{content:"KUYUMCU EFE";color:#d4a74a;letter-spacing:.4px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:900}.login-box h1{color:#fff;font-size:18px}.login-box input{background:#0b0b0b;min-height:48px}.login-box button{min-height:48px;box-shadow:0 12px 28px rgba(181,141,61,.22)}@media (max-width:980px){.dashboard .main-stage,.main-stage{grid-template-rows:minmax(0,1fr) 44px}.hero-announcement{display:none}.dashboard .prices{overflow:hidden}.dashboard table{width:100%;min-width:0}}@media (max-width:640px){.summary-panel.view-prices{margin:0 6px;padding-top:6px}.dashboard th{height:30px;padding:4px 3px;font-size:9px}.dashboard td{height:auto;padding:5px 3px;font-size:max(11px,min(3.2vw,15px))}.dashboard td.name{font-size:max(10px,min(3vw,13px))}.dashboard .product-cell{gap:5px}.dashboard .product-icon{border-radius:7px;flex-basis:24px;width:24px;height:24px}.dashboard .product-icon svg{width:15px;height:15px}.dashboard .product-title{flex-wrap:wrap;gap:4px}.metal-badge{min-width:30px;padding:3px 5px;font-size:8px}.dashboard .price{gap:2px;min-width:0;padding:3px 4px;font-size:max(11px,min(3.3vw,15px))}.dashboard .change{font-size:max(10px,min(2.9vw,13px))}}.dashboard .prices{min-height:0}.dashboard table{height:100%}.dashboard th:first-child{width:44%}.dashboard th:nth-child(2),.dashboard th:nth-child(3){width:22%}.dashboard th:nth-child(4){width:12%}.dashboard td{height:max(30px,min(7.14286vh - 14.7143px,44px));padding:3px max(8px,min(1vw,18px));font-size:max(14px,min(1.55vw,20px))}.dashboard td.name{font-size:max(13px,min(1.35vw,18px))}.dashboard .price{white-space:nowrap;min-width:0;max-width:100%;padding:3px max(6px,min(.8vw,10px));font-size:max(14px,min(1.6vw,21px))}.dashboard .change{font-size:max(11px,min(1.2vw,17px))}.dashboard .product-title{min-width:0;max-width:100%}.dashboard .product-title>span:last-child{white-space:normal;text-overflow:clip;min-width:0;line-height:1.08;overflow:visible}@media (max-width:980px){.dashboard .prices{overflow:hidden!important}.dashboard table{width:100%!important;min-width:0!important}}@media (max-width:640px){.dashboard .prices{background:#fff;border:1px solid rgba(22,33,31,.1);border-radius:10px;overflow:hidden!important}.dashboard table{table-layout:fixed;border-collapse:collapse;height:auto;width:100%!important;display:table!important}.dashboard thead{display:table-header-group!important}.dashboard tbody{display:table-row-group!important}.dashboard tbody tr,.dashboard tbody tr:nth-child(2n){min-height:0;box-shadow:none;border:0;border-radius:0;padding:0;display:table-row!important}.dashboard th{height:28px;padding:4px 2px;font-size:max(7px,min(2.3vw,9px));line-height:1.05;display:table-cell}.dashboard th:first-child{width:42%}.dashboard th:nth-child(2),.dashboard th:nth-child(3){width:21%}.dashboard th:nth-child(4){width:16%}.dashboard td,.dashboard td.name,.dashboard td:nth-child(2),.dashboard td:nth-child(3),.dashboard td:nth-child(4){text-align:center;vertical-align:middle;white-space:normal;background:0 0;border-bottom:1px solid rgba(22,33,31,.1);height:max(28px,min(7.14286vh - 10.5714px,40px));padding:3px 2px;display:table-cell!important}.dashboard td:nth-child(2):before,.dashboard td:nth-child(3):before,.dashboard td:nth-child(4):before{content:none!important}.dashboard td.name{text-align:left}.dashboard .product-cell{gap:4px;width:100%}.dashboard .product-icon{border-radius:6px;flex-basis:22px;width:22px;height:22px}.dashboard .product-icon svg{width:13px;height:13px}.dashboard .product-title{flex-wrap:wrap;align-items:center;gap:3px;min-width:0;display:inline-flex}.dashboard .product-title>span:last-child{font-size:max(8px,min(2.45vw,11px));line-height:1.02}.metal-badge{min-width:24px;padding:2px 4px;font-size:7px}.dashboard .price{border-radius:5px;gap:1px;width:100%;min-width:0;padding:2px;font-size:max(8px,min(2.65vw,12px));line-height:1}.dashboard .price svg{width:.72em;height:.72em}.dashboard .change{background:0 0;border-radius:5px;min-height:0;padding:2px;font-size:max(8px,min(2.45vw,11px));line-height:1}}.dashboard tbody tr.metal-new,.dashboard tbody tr.metal-new:nth-child(2n){background:linear-gradient(90deg,rgba(16,185,129,.16),#fff 18%,#fff 100%)}.dashboard tbody tr.metal-old,.dashboard tbody tr.metal-old:nth-child(2n){background:linear-gradient(90deg,rgba(225,29,72,.14),#fff 18%,#fff 100%)}.dashboard tbody tr.metal-new td:first-child,.dashboard tbody tr.metal-old td:first-child{box-shadow:none}.screen.dashboard{height:100vh;height:100dvh;overflow:hidden}.dashboard .main-stage{height:100vh;grid-template-rows:84px minmax(0,1fr) 44px;height:100dvh}.summary-panel.view-prices{min-height:0;margin:0 10px;padding-top:6px;padding-bottom:6px}.view-prices .table-watermark{width:min(28vw,320px)}.view-prices th{height:34px;padding:4px 8px;font-size:max(10px,min(1vw,14px));line-height:1}.view-prices td{height:max(24px,min(7.69231dvh - 13.5385px,34px));padding:2px 8px;font-size:max(12px,min(1.2vw,17px));line-height:1}.view-prices .product-cell{gap:7px}.view-prices .product-icon{border-radius:8px;flex-basis:28px;width:28px;height:28px}.view-prices .product-icon svg{width:16px;height:16px}.view-prices .metal-badge{min-width:36px;padding:3px 7px;font-size:9px}.view-prices .price{border-radius:6px;padding:3px 8px;font-size:max(12px,min(1.25vw,18px))}.view-prices .change{font-size:max(10px,min(1vw,15px))}@media (max-width:980px){.dashboard .main-stage{grid-template-rows:64px minmax(0,1fr) 44px;padding-top:64px}.summary-panel.view-prices{margin:0 4px;padding-top:4px;padding-bottom:4px}}@media (max-width:640px){.dashboard .main-stage{grid-template-rows:minmax(0,1fr) 44px;padding-top:64px;padding-bottom:46px}.view-prices th{height:22px;padding:3px 1px;font-size:max(6px,min(2vw,8px))}.view-prices td,.view-prices td.name,.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){height:max(20px,min(7.69231dvh - 10.6154px,31px));padding:1px}.view-prices .product-cell{gap:3px}.view-prices .product-icon{border-radius:5px;flex-basis:18px;width:18px;height:18px}.view-prices .product-icon svg{width:11px;height:11px}.view-prices .product-title{gap:2px}.view-prices .product-title>span:last-child{font-size:max(7px,min(2.05vw,10px));line-height:1}.view-prices .metal-badge{min-width:20px;padding:1px 3px;font-size:6px}.view-prices .price{border-radius:4px;padding:2px 1px;font-size:max(7px,min(2.2vw,10px))}.view-prices .change{font-size:max(7px,min(2vw,10px))}}.dashboard tbody tr.metal-new td.name{border-left:6px solid #10b981}.dashboard tbody tr.metal-old td.name{border-left:6px solid #e11d48}.dashboard .metal-badge{min-width:50px;padding:5px 9px;font-size:12px;box-shadow:0 3px 10px rgba(20,35,32,.1)}body[data-theme=dark] .dashboard tbody tr.metal-new,body[data-theme=dark] .dashboard tbody tr.metal-new:nth-child(2n){background:linear-gradient(90deg,rgba(16,185,129,.18),rgba(32,36,31,.98) 20%,rgba(24,27,24,.98) 100%)}body[data-theme=dark] .dashboard tbody tr.metal-old,body[data-theme=dark] .dashboard tbody tr.metal-old:nth-child(2n){background:linear-gradient(90deg,rgba(255,117,132,.18),rgba(32,36,31,.98) 20%,rgba(24,27,24,.98) 100%)}.site-music-frame{opacity:.01;pointer-events:none;border:0;width:1px;height:1px;position:fixed;bottom:0;right:0}.view-prices td{height:max(28px,min(7.69231dvh - 12.6154px,38px));font-size:max(13px,min(1.28vw,18px))}.view-prices .price,.view-prices .change{box-sizing:border-box;white-space:nowrap;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;line-height:1;display:inline-flex}.view-prices .price{gap:5px;min-width:9ch;padding:4px 10px;font-size:max(14px,min(1.38vw,20px))}.view-prices .change{gap:4px;min-width:7.6ch;font-size:max(11px,min(1.08vw,16px))}.view-prices .price svg,.view-prices .change svg,.trend-placeholder{flex:0 0 .78em;width:.78em;height:.78em}.trend-placeholder{display:inline-block}@media (max-width:640px){.view-prices td,.view-prices td.name,.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){height:max(21px,min(7.69231dvh - 10.6154px,32px))}.view-prices .product-icon{flex-basis:19px;width:19px;height:19px}.view-prices .price{gap:1px;width:100%;min-width:0;padding:2px 1px;font-size:max(8px,min(2.35vw,11px))}.view-prices .change{gap:1px;min-width:0;font-size:max(8px,min(2.1vw,10px))}.view-prices .price svg,.view-prices .change svg,.trend-placeholder{flex-basis:.65em;width:.65em;height:.65em}}.screen.dashboard .ticker,.dashboard .ticker{box-sizing:border-box;align-items:center;min-height:88px;height:88px!important}.screen.dashboard .main-stage,.dashboard .main-stage{grid-template-rows:84px minmax(0,1fr) 88px!important}.dashboard .ticker-window{align-self:stretch;align-items:center;height:100%;display:flex}.dashboard .ticker-track{align-items:center;min-height:100%;line-height:1.2;display:inline-flex;transform:translateY(0)}.dashboard .ticker b,.dashboard .ticker-meta{align-self:center}.dashboard tbody tr.metal-new,.dashboard tbody tr.metal-new:nth-child(2n),.dashboard tbody tr.metal-old,.dashboard tbody tr.metal-old:nth-child(2n){background:var(--table-row)!important}.dashboard tbody tr.metal-new:nth-child(2n),.dashboard tbody tr.metal-old:nth-child(2n){background:var(--table-row-alt)!important}@media (max-width:980px){.screen.dashboard .main-stage,.dashboard .main-stage{grid-template-rows:64px minmax(0,1fr) 88px!important}}@media (max-width:760px){.screen.dashboard{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.screen.dashboard .ticker,.dashboard .ticker{min-height:calc(88px + env(safe-area-inset-bottom,0px));height:calc(88px + env(safe-area-inset-bottom,0px))!important}}@media (max-width:640px){.screen.dashboard .main-stage,.dashboard .main-stage{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px));grid-template-rows:minmax(0,1fr) 88px!important}}.summary-panel.view-prices{grid-template-rows:minmax(0,1fr);align-self:start;height:calc(100% - 34px);min-height:0;margin:0 10px 34px;padding-top:4px;padding-bottom:0;display:grid}.view-prices .prices{height:100%;min-height:0}.view-prices table{height:auto}.view-prices th{height:max(36px,min(4.6vh,52px));font-size:max(12px,min(1.05vw,16px))}.view-prices td,.view-prices td.name,.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){height:max(40px,min(7.69231dvh - 20.7692px,54px));padding-top:4px;padding-bottom:4px}.view-prices td{font-size:max(15px,min(1.45vw,21px))}.view-prices td.name{font-size:max(14px,min(1.3vw,20px))}.view-prices .product-icon{flex-basis:max(30px,min(2.45vw,38px));width:max(30px,min(2.45vw,38px));height:max(30px,min(2.45vw,38px))}.view-prices .price{min-width:9.4ch;padding:5px 12px;font-size:max(16px,min(1.55vw,23px))}.view-prices .change{min-width:7.8ch;font-size:max(12px,min(1.18vw,17px))}@media (max-width:980px){.summary-panel.view-prices{margin:0 6px 16px;padding-top:3px}.view-prices td,.view-prices td.name,.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){height:max(30px,min(7.69231dvh - 16.1538px,44px));padding-top:2px;padding-bottom:2px}}@media (max-width:640px){.summary-panel.view-prices{margin:0 3px 12px;padding-top:2px}.view-prices th{height:22px}.view-prices td,.view-prices td.name,.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){height:max(21px,min(7.69231dvh - 13.8462px,34px));padding-top:1px;padding-bottom:1px}}@media (min-width:981px){.dashboard,.dashboard.menu-open,.dashboard.menu-closed{grid-template-columns:82px minmax(0,1fr)!important}.menu-collapse,.menu-backdrop{display:none!important}.side-menu{align-items:center;position:relative;box-shadow:none!important;background:0 0!important;border-right:0!important;padding:116px 0 18px!important}.side-menu:before{content:"";z-index:0;background:radial-gradient(circle at 46% 18%,rgba(221,183,104,.08),transparent 32%),linear-gradient(#143b35 0%,#0d2d28 100%);border-right:3px solid #d7ad5a;width:auto;position:absolute;top:88px;bottom:0;left:0}body[data-theme=dark] .side-menu:before{background:radial-gradient(circle at 46% 18%,rgba(208,174,104,.1),transparent 32%),linear-gradient(#171815 0%,#10110f 100%);border-right-color:#b99048}.side-brand,.dashboard.menu-closed .side-brand{background:linear-gradient(rgba(255,255,255,.98),rgba(248,250,249,.94));border-bottom:1px solid rgba(20,59,53,.12);border-right:3px solid #d7ad5a;justify-content:flex-start;gap:12px;width:300px;height:88px;min-height:88px;margin:0;padding:14px 18px;position:fixed;top:0;bottom:auto;left:0;right:auto;box-shadow:0 10px 24px rgba(18,53,47,.08)}body[data-theme=dark] .side-brand{background:linear-gradient(rgba(30,31,27,.98),rgba(18,19,16,.96));border-bottom-color:rgba(255,255,255,.12);border-right-color:#b99048;box-shadow:0 10px 26px rgba(0,0,0,.28)}.side-brand div:last-child,.dashboard.menu-closed .side-brand div:last-child{display:block!important}.brand-mark{background:#101712;border-radius:50%;flex-basis:50px;width:50px;height:50px;box-shadow:0 5px 14px rgba(0,0,0,.14)}.brand-mark img{filter:none;width:50px;height:50px}.side-brand h1{letter-spacing:.25px;color:#143b35;max-width:205px;font-size:22px;line-height:1}.side-brand p{color:#4a5d58;max-width:205px;margin-top:5px;font-size:11px;line-height:1.15}body[data-theme=dark] .side-brand h1{color:#e7bd69}body[data-theme=dark] .side-brand p{color:rgba(255,255,255,.72)}.menu-list,.dashboard.menu-closed .menu-list{z-index:1;gap:18px;width:50px;margin:0 auto;position:relative}.dashboard .menu-list button,.dashboard.menu-closed .menu-list button{border-radius:8px;justify-content:center;width:50px;min-height:50px;padding:0}.dashboard .menu-list button span,.dashboard.menu-closed .menu-list button span{display:none!important}.dashboard .menu-list button svg{flex-basis:22px;width:22px;height:22px}.side-brand,.dashboard.menu-closed .side-brand{background:linear-gradient(rgba(255,255,255,.98),rgba(250,251,250,.96));border-bottom:1px solid rgba(20,59,53,.1);border-right:1px solid rgba(215,173,90,.52);box-shadow:0 8px 22px rgba(20,59,53,.08)}.side-brand:after{background:linear-gradient(90deg,transparent,rgba(215,173,90,.42),transparent);bottom:0;left:20px;right:20px}body[data-theme=dark] .side-brand,body[data-theme=dark] .dashboard.menu-closed .side-brand{background:linear-gradient(rgba(31,32,28,.98),rgba(19,20,17,.96));border-right-color:rgba(185,144,72,.7);box-shadow:0 8px 24px rgba(0,0,0,.3)}.side-brand h1{color:#113a33;letter-spacing:.15px;font-size:21px}.side-brand p{color:#526661;font-size:10.5px;font-weight:800}.side-menu:before{background:linear-gradient(rgba(20,59,53,.98),rgba(10,45,40,.98));border-right:1px solid rgba(215,173,90,.72);box-shadow:inset -1px 0 rgba(255,255,255,.04)}.menu-list,.dashboard.menu-closed .menu-list{gap:20px}.dashboard .menu-list button{box-shadow:none;border:1px solid transparent}.dashboard .menu-list button:not(.active){background:0 0}.dashboard .menu-list button:not(.active):hover{background:rgba(255,255,255,.06);border-color:rgba(215,173,90,.28)}.dashboard .menu-list button.active{background:linear-gradient(#ddb75f,#cda353);box-shadow:0 8px 18px rgba(10,45,40,.2)}}.dashboard .hero-announcement{background:rgba(255,255,255,.64);border:1px solid rgba(20,59,53,.08);height:46px;padding:0 18px;box-shadow:inset 0 1px rgba(255,255,255,.88),0 8px 22px rgba(20,59,53,.05)}.dashboard .hero-announcement span,.dashboard .hero-announcement a{text-shadow:none}.view-prices tbody tr{transition:background-color .18s}body[data-theme=dark] .dashboard tbody tr.metal-new td.name{background:linear-gradient(90deg,rgba(16,185,129,.2),rgba(16,185,129,.08) 18%,transparent 44%)}body[data-theme=dark] .dashboard tbody tr.metal-old td.name{background:linear-gradient(90deg,rgba(255,117,132,.2),rgba(255,117,132,.08) 18%,transparent 44%)}.dashboard .ticker{border-top:1px solid rgba(215,173,90,.58);box-shadow:0 -8px 22px rgba(12,45,40,.1)}.dashboard .ticker b,.dashboard .ticker-meta time,.dashboard .ticker-meta span{background:rgba(255,255,255,.075);border-color:rgba(215,173,90,.34);box-shadow:inset 0 1px rgba(255,255,255,.08)}.summary-panel.view-about,.summary-panel.view-video{align-self:stretch;place-items:center;padding:16px 18px 26px;display:grid}.view-about .about-page,.view-video .video-page{background:rgba(255,255,255,.92);border-color:rgba(20,59,53,.1);width:min(100%,1180px);box-shadow:0 18px 44px rgba(20,59,53,.08)}body[data-theme=dark] .view-about .about-page,body[data-theme=dark] .view-video .video-page{background:rgba(20,22,19,.84);border-color:rgba(255,255,255,.13)}@media (min-width:981px){body[data-theme=dark] .side-brand,body[data-theme=dark] .dashboard.menu-closed .side-brand,body[data-theme=dark] .dashboard .hero-bar{background:linear-gradient(#171815,#10110f)!important;border-bottom-color:rgba(255,255,255,.12)!important;box-shadow:0 8px 22px rgba(0,0,0,.28)!important}body[data-theme=dark] .side-brand h1{color:#fff!important}body[data-theme=dark] .side-brand p{color:rgba(255,255,255,.78)!important}}body[data-theme=dark] .dashboard .hero-announcement{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.14)!important;box-shadow:inset 0 1px rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.2)!important}body[data-theme=dark] .dashboard .hero-announcement:before,body[data-theme=dark] .dashboard .hero-announcement:after{display:none!important}@media (min-width:981px){.dashboard .table-announcement.hero-announcement{display:none!important}.dashboard .desktop-announcement.hero-announcement{flex:280px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.dashboard .main-stage{grid-template-rows:auto minmax(0,1fr) 74px!important;padding-top:0!important;display:grid!important}}@media (max-width:980px){.dashboard .desktop-announcement.hero-announcement{display:none!important}.dashboard .table-announcement.hero-announcement{flex:none!important;width:auto!important;height:34px!important;margin:0 0 6px!important;padding:0 10px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.dashboard .main-stage{height:auto!important;min-height:100dvh!important;padding:74px 7px calc(96px + env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;grid-template-rows:none!important;display:flex!important;overflow:visible!important}.dashboard .summary-panel.view-prices{flex:none!important;height:auto!important;min-height:0!important;margin:0!important;padding-top:0!important}.dashboard .hero-bar{z-index:240!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(20,59,53,.08)!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:0!important;min-height:70px!important;padding:8px 10px 8px 0!important;display:grid!important;position:fixed!important;top:0!important;left:0!important;right:0!important;box-shadow:0 6px 18px rgba(20,59,53,.07)!important}body[data-theme=dark] .dashboard .hero-bar{background:rgba(17,18,16,.96)!important;border-bottom-color:rgba(255,255,255,.1)!important}.dashboard .hero-angle{width:54px!important;min-width:54px!important;max-width:54px!important;height:44px!important;box-shadow:none!important;background:0 0!important;border:0!important;grid-column:1!important;margin:0!important;padding:0!important;overflow:visible!important}.dashboard .hero-logo-img,.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{display:none!important}.dashboard .mobile-menu-btn{background:rgba(255,255,255,.92)!important;border:1px solid rgba(20,59,53,.16)!important;border-left:0!important;border-radius:0 12px 12px 0!important;place-items:center!important;width:46px!important;height:42px!important;margin:0!important;padding:0!important;display:grid!important;box-shadow:0 8px 18px rgba(20,59,53,.1)!important}.dashboard .hero-actions{width:100%!important;min-width:0!important;box-shadow:none!important;background:0 0!important;border:0!important;grid-column:2!important;justify-content:flex-end!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important;display:flex!important}.dashboard .hero-actions .desktop-announcement,.dashboard .hero-actions .hero-announcement,.dashboard .hero-actions .update-pill{display:none!important}.dashboard .icon-toggle{flex:0 0 40px!important;place-items:center!important;width:40px!important;height:40px!important;margin:0!important;display:grid!important}.dashboard .live{flex:none!important;justify-content:center!important;min-width:92px!important;height:40px!important;margin:0!important;padding:0 9px!important;display:inline-flex!important}}@media (max-width:420px){.dashboard .hero-bar{grid-template-columns:50px minmax(0,1fr)!important;padding-right:8px!important}.dashboard .hero-angle{width:50px!important;min-width:50px!important;max-width:50px!important}.dashboard .mobile-menu-btn{width:42px!important}.dashboard .icon-toggle{flex-basis:38px!important;width:38px!important;height:38px!important}.dashboard .live{min-width:84px!important;height:38px!important;padding:0 8px!important}}@media (max-width:980px){.dashboard .hero-bar{grid-template-columns:48px minmax(118px,1fr) auto!important;gap:6px!important;padding-right:8px!important}.dashboard .hero-angle{z-index:2!important;grid-column:1/3!important;grid-template-columns:48px 34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;display:grid!important}.dashboard .mobile-menu-btn{grid-column:1!important}.dashboard .hero-logo-img{z-index:3!important;grid-column:2!important;display:block!important;position:relative!important}.dashboard .hero-angle>div{z-index:3!important;grid-column:3!important;display:grid!important;position:relative!important}.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:132px!important}.dashboard .hero-actions{z-index:4!important;flex-shrink:0!important;grid-column:3!important;justify-self:end!important;width:auto!important;position:relative!important}}@media (max-width:420px){.dashboard .hero-bar{grid-template-columns:46px minmax(104px,1fr) auto!important;gap:4px!important}.dashboard .hero-angle{grid-template-columns:46px 30px minmax(0,1fr)!important;gap:5px!important}.dashboard .hero-logo-img{width:30px!important;min-width:30px!important;height:30px!important}.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:86px!important}.dashboard .hero-actions{gap:4px!important}}@media (max-width:380px){.dashboard .icon-toggle{flex-basis:34px!important;width:34px!important;height:34px!important}.dashboard .live{gap:4px!important;min-width:72px!important;height:34px!important;padding:0 6px!important}.dashboard .live span{font-size:10px!important}.dashboard .live b{font-size:13px!important}}@media (max-width:980px){.dashboard .hero-bar{grid-template-columns:minmax(190px,1fr) auto!important}.dashboard .hero-angle{align-items:center!important;gap:7px!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;overflow:hidden!important}.dashboard .hero-logo-img{object-fit:contain!important;border-radius:50%!important;width:34px!important;min-width:34px!important;height:34px!important;margin:0!important;display:block!important;box-shadow:0 6px 14px rgba(0,0,0,.16)!important}.dashboard .hero-angle>div{gap:2px!important;min-width:0!important;display:grid!important}.dashboard .hero-angle h1{color:#123b35!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:118px!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:14px!important;line-height:1!important;display:block!important;overflow:hidden!important}.dashboard .hero-angle p{color:rgba(18,59,53,.74)!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:118px!important;margin:0!important;font-size:8px!important;font-weight:800!important;line-height:1.1!important;display:block!important;overflow:hidden!important}body[data-theme=dark] .dashboard .hero-angle h1{color:#fff!important}body[data-theme=dark] .dashboard .hero-angle p{color:rgba(255,255,255,.68)!important}}@media (max-width:420px){.dashboard .hero-bar{grid-template-columns:minmax(168px,1fr) auto!important}.dashboard .hero-angle{gap:6px!important;width:auto!important;min-width:0!important;max-width:none!important}.dashboard .hero-logo-img{width:32px!important;min-width:32px!important;height:32px!important}.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:94px!important}.dashboard .hero-angle h1{font-size:12px!important}.dashboard .hero-angle p{font-size:7px!important}}@media (min-width:981px){.dashboard .table-announcement{display:none!important}.dashboard .desktop-announcement{display:flex!important}.dashboard .main-stage{grid-template-rows:auto minmax(0,1fr) 74px!important;display:grid!important}.dashboard .summary-panel.view-prices{margin-top:0!important}}@media (max-width:980px){.dashboard .desktop-announcement{display:none!important}.dashboard .table-announcement{display:flex!important}.screen.dashboard,.dashboard .main-stage{height:auto!important;min-height:100dvh!important;overflow:visible!important}.dashboard .main-stage{padding:74px 7px calc(96px + env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;grid-template-rows:none!important;display:flex!important}.dashboard .hero-bar{z-index:230!important;grid-template-columns:48px minmax(0,1fr)!important;gap:6px!important;min-height:70px!important;padding:8px 8px 8px 0!important;display:grid!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.dashboard .hero-angle{width:48px!important;min-width:48px!important;margin:0!important;padding:0!important}.dashboard .mobile-menu-btn{border-radius:0 12px 12px 0!important;width:42px!important;height:40px!important;margin:0!important}.dashboard .hero-actions{grid-column:2!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;min-width:0!important;display:flex!important}.dashboard .hero-actions .hero-announcement{display:none!important}.dashboard .table-announcement.hero-announcement{z-index:1!important;border-radius:14px!important;flex:none!important;order:0!important;width:auto!important;min-width:0!important;height:34px!important;margin:0 0 6px!important;padding:0 10px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important;box-shadow:0 6px 16px rgba(20,59,53,.08)!important}.dashboard .table-announcement.hero-announcement div{gap:20px!important;font-size:12px!important}.dashboard .summary-panel,.dashboard .summary-panel.view-prices{flex:none!important;order:1!important;height:auto!important;min-height:0!important;margin:0!important;padding:0 0 10px!important}}@media (max-width:520px){.dashboard .main-stage{padding-top:72px!important}.dashboard .table-announcement.hero-announcement{height:32px!important;margin-bottom:5px!important}}@media (max-width:980px){.dashboard .hero-actions .hero-announcement{display:none!important}.dashboard .table-announcement.hero-announcement{z-index:3!important;grid-column:auto!important;width:auto!important;min-width:0!important;height:38px!important;margin:6px 8px!important;padding:0 10px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.dashboard .main-stage{grid-template-rows:auto auto minmax(0,1fr)!important;padding-top:74px!important}.dashboard .summary-panel.view-prices{padding-top:0!important}}@media (max-width:520px){.dashboard .table-announcement.hero-announcement{height:36px!important;margin:5px 7px!important}}@media (max-width:980px){.dashboard .hero-bar{z-index:210!important;border-radius:0!important;grid-template-columns:52px minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;min-height:86px!important;padding:8px 10px 8px 0!important;display:grid!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.dashboard .hero-angle{grid-column:1!important;justify-content:flex-start!important;align-items:center!important;width:52px!important;min-width:52px!important;height:46px!important;margin:0!important;padding:0!important;display:flex!important}.dashboard .mobile-menu-btn{border-left:0!important;border-radius:0 12px 12px 0!important;place-items:center!important;width:46px!important;height:42px!important;margin:0!important;display:grid!important}.dashboard .hero-actions{grid-column:2/4!important;grid-template-columns:minmax(0,1fr) 42px auto!important;align-items:center!important;gap:6px!important;width:100%!important;min-width:0!important;display:grid!important}.dashboard .hero-announcement{grid-column:1!important;min-width:0!important;height:38px!important;margin:0!important;padding:0 10px!important;display:flex!important}.dashboard .hero-announcement div{gap:22px!important;font-size:13px!important}.dashboard .icon-toggle{grid-column:2!important;width:38px!important;height:38px!important}.dashboard .live{grid-column:3!important;height:38px!important;padding:0 9px!important}.dashboard .main-stage{padding-top:96px!important}}@media (max-width:520px){.dashboard .hero-bar{grid-template-columns:48px minmax(0,1fr)!important;min-height:94px!important;padding-right:8px!important}.dashboard .hero-angle{width:48px!important;min-width:48px!important}.dashboard .mobile-menu-btn{width:42px!important}.dashboard .hero-actions{grid-template-columns:minmax(0,1fr) 38px auto!important;gap:5px!important}.dashboard .hero-announcement{height:36px!important}.dashboard .hero-announcement div{font-size:12px!important}.dashboard .main-stage{padding-top:104px!important}}.login-page{background:radial-gradient(circle at 18% 16%,rgba(212,167,74,.2),transparent 30%),radial-gradient(circle at 86% 78%,rgba(16,102,83,.2),transparent 30%),linear-gradient(135deg,#071f1b,#111312 58%,#1c160b)!important}.login-box{overflow:hidden;text-align:left!important;background:linear-gradient(rgba(27,29,27,.98),rgba(14,15,14,.98))!important;border:1px solid rgba(212,167,74,.28)!important;border-radius:14px!important;gap:0!important;width:min(460px,100vw - 32px)!important;padding:0!important;box-shadow:0 28px 80px rgba(0,0,0,.45)!important}.login-box:before{display:none!important}.login-brand{background:linear-gradient(90deg,rgba(212,167,74,.12),transparent);border-bottom:1px solid rgba(255,255,255,.08);align-items:center;gap:12px;padding:22px 24px;display:flex}.login-brand img{object-fit:contain;background:#050505;border-radius:50%;width:54px;height:54px;box-shadow:0 8px 22px rgba(0,0,0,.28)}.login-brand strong{color:#f0c56d;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1;display:block}.login-brand span{color:rgba(255,255,255,.72);margin-top:5px;font-size:13px;font-weight:800;display:block}.login-heading{text-align:center;place-items:center;gap:8px;padding:24px 28px 14px;display:grid}.login-heading svg{color:#d4a74a;margin:0!important}.login-heading h1{color:#fff!important;margin:0!important;font-size:22px!important}.login-heading p{color:rgba(255,255,255,.62);max-width:320px;margin:0;font-size:13px;font-weight:700;line-height:1.45}.login-box label{margin:0 28px 14px}.login-box input{background:rgba(255,255,255,.043)!important;border-color:rgba(255,255,255,.13)!important;border-radius:10px!important;min-height:50px!important}.login-box button{margin:4px 28px 12px;border-radius:10px!important;min-height:50px!important}.login-box>a{color:rgba(255,255,255,.68);justify-content:center;padding:0 28px 24px;font-weight:800;text-decoration:none;display:flex}.login-box .error{margin:0 28px 16px}.dashboard .table-announcement.hero-announcement{z-index:2!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(212,167,74,.22)!important;flex:none!important;align-self:stretch!important;width:auto!important;height:42px!important;margin:8px 14px!important;padding:0 14px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;box-shadow:0 10px 24px rgba(20,59,53,.08)!important}body[data-theme=dark] .dashboard .table-announcement.hero-announcement{background:rgba(22,23,21,.94)!important;border-color:rgba(212,167,74,.28)!important}@media (min-width:981px){.dashboard .main-stage{grid-template-rows:auto auto minmax(0,1fr) 74px!important}}@media (max-width:980px){.dashboard .hero-actions{grid-template-columns:42px auto!important}.dashboard .table-announcement.hero-announcement{height:38px!important;margin:6px 8px!important;padding:0 10px!important;box-shadow:0 8px 18px rgba(20,59,53,.08)!important}.dashboard .table-announcement.hero-announcement div{gap:22px!important;font-size:13px!important}.dashboard .main-stage{padding-top:76px!important}.dashboard .summary-panel.view-prices{padding-top:0!important}}@media (max-width:520px){.dashboard .main-stage{padding-top:74px!important}.dashboard .table-announcement.hero-announcement{height:36px!important;margin:5px 7px!important}}@media (max-width:980px){.dashboard .hero-bar{grid-template-columns:52px minmax(0,1fr)!important;min-height:72px!important;padding:8px 10px 8px 0!important}.dashboard .hero-actions{grid-column:2!important;grid-template-columns:42px auto!important;justify-content:end!important}.dashboard .hero-announcement{z-index:205!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(212,167,74,.24)!important;width:auto!important;height:38px!important;margin:0!important;padding:0 12px!important;position:fixed!important;top:78px!important;left:10px!important;right:10px!important;box-shadow:0 10px 24px rgba(20,59,53,.1)!important}body[data-theme=dark] .dashboard .hero-announcement{background:rgba(22,23,21,.96)!important;border-color:rgba(212,167,74,.28)!important}.dashboard .hero-announcement div{font-size:13px!important}.dashboard .icon-toggle{grid-column:1!important}.dashboard .live{grid-column:2!important}.dashboard .main-stage{padding-top:128px!important}}@media (max-width:520px){.dashboard .hero-bar{grid-template-columns:48px minmax(0,1fr)!important;min-height:70px!important}.dashboard .hero-actions{grid-template-columns:38px auto!important}.dashboard .hero-announcement{height:36px!important;top:76px!important;left:8px!important;right:8px!important}.dashboard .main-stage{padding-top:122px!important}}@media (max-width:760px){.screen.dashboard{height:auto!important;min-height:100dvh!important;padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;overflow-y:auto!important}.dashboard .main-stage{height:auto!important;min-height:100dvh!important;padding:64px 7px calc(96px + env(safe-area-inset-bottom,0px))!important;grid-template-rows:auto minmax(0,1fr)!important;overflow:visible!important}.dashboard .summary-panel,.dashboard .summary-panel.view-prices{height:auto!important;min-height:0!important;margin:0!important;padding:6px 0 10px!important;overflow:visible!important}.dashboard .prices{height:auto!important;min-height:0!important;overflow:visible!important}.dashboard .prices table{table-layout:fixed!important;width:100%!important;min-width:0!important}.dashboard .prices th{white-space:normal!important;height:28px!important;padding:5px 3px!important;font-size:max(8px,min(2.5vw,10px))!important;line-height:1!important}.dashboard .prices th:first-child,.dashboard .prices td:first-child{width:43%!important}.dashboard .prices th:nth-child(2),.dashboard .prices td:nth-child(2),.dashboard .prices th:nth-child(3),.dashboard .prices td:nth-child(3){width:22%!important}.dashboard .prices th:nth-child(4),.dashboard .prices td:nth-child(4){width:13%!important}.dashboard .prices td{white-space:normal!important;height:auto!important;min-height:39px!important;padding:5px 3px!important;overflow:visible!important}.dashboard .product-cell{gap:5px!important;min-width:0!important}.dashboard .product-icon{border-radius:7px!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;height:24px!important}.dashboard .product-icon svg{width:14px!important;height:14px!important}.dashboard .product-title{flex-wrap:wrap!important;gap:3px!important;min-width:0!important}.dashboard .product-title>span:last-child{white-space:normal!important;overflow-wrap:anywhere!important;max-width:100%!important;font-size:max(9px,min(2.85vw,12px))!important;line-height:1.04!important}.dashboard .metal-badge{min-width:30px!important;padding:2px 4px!important;font-size:7px!important;line-height:1!important}.dashboard .price{white-space:nowrap!important;justify-content:center!important;gap:2px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:3px 2px!important;font-size:max(9px,min(2.8vw,12px))!important;line-height:1!important}.dashboard .price svg,.dashboard .change svg{flex:0 0 11px!important;width:11px!important;height:11px!important}.dashboard .change{white-space:nowrap!important;gap:1px!important;min-width:0!important;max-width:100%!important;font-size:max(8px,min(2.45vw,10px))!important}.dashboard .ticker{height:calc(70px + env(safe-area-inset-bottom,0px))!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))!important;grid-template-columns:106px minmax(0,1fr)!important;align-items:center!important}.dashboard .ticker-meta{display:none!important}.dashboard .ticker-track{font-size:14px!important;line-height:1.15!important}}@media (min-width:981px){.side-brand,.dashboard.menu-closed .side-brand{background:linear-gradient(#fff 0%,#f6f8f7 100%)!important;border-bottom:1px solid rgba(20,59,53,.16)!important;border-right:1px solid rgba(215,173,90,.68)!important;box-shadow:0 10px 26px rgba(20,59,53,.11)!important}.side-brand:after{height:2px;background:linear-gradient(90deg,transparent 0%,#d4ad5d 28%,#d4ad5d 72%,transparent 100%)!important}.brand-mark{background:#111711!important;flex-basis:48px!important;width:48px!important;height:48px!important;box-shadow:0 0 0 3px rgba(212,173,93,.18),0 8px 16px rgba(0,0,0,.16)!important}.brand-mark img{width:48px!important;height:48px!important}.side-brand h1{color:#12352f!important;letter-spacing:.2px!important;font-size:20px!important}.side-brand p{color:#5d6e69!important;font-size:10.5px!important}.side-menu:before{background:linear-gradient(#123b34 0%,#0a2f29 100%)!important;border-right:1px solid rgba(215,173,90,.78)!important;width:82px!important}.side-menu:after{content:"GÜVENİN ALTIN ADRESİ";z-index:2;color:#f4ead4;letter-spacing:2.8px;white-space:nowrap;writing-mode:horizontal-tb;transform-origin:50%;text-shadow:0 1px rgba(8,28,24,.9),0 4px 12px rgba(0,0,0,.28);pointer-events:none;user-select:none;width:max-content;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:900;line-height:1;display:block;position:absolute;top:58%;left:41px;transform:translate(-50%,-50%)rotate(-90deg)}body[data-theme=dark] .side-menu:after{color:rgba(255,255,255,.86)}.dashboard .menu-list button{border-radius:10px!important;width:50px!important;min-height:50px!important}.dashboard .menu-list button.active{background:linear-gradient(#e3bd68,#c79b49)!important;box-shadow:0 10px 20px rgba(4,24,20,.24)!important}}.dashboard .hero-announcement{background:linear-gradient(rgba(255,255,255,.92),rgba(247,249,248,.8))!important;border:1px solid rgba(215,173,90,.2)!important;box-shadow:inset 0 1px rgba(255,255,255,.95),0 8px 24px rgba(20,59,53,.07)!important}.dashboard .hero-announcement span,.dashboard .hero-announcement a{font-weight:900}.view-prices .prices{box-shadow:0 18px 42px rgba(20,59,53,.09)!important}.view-prices tbody tr:nth-child(2n){background-color:rgba(20,59,53,.035)!important}.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){border-left:1px solid rgba(20,59,53,.07)!important}.dashboard tbody tr.metal-new td.name{background:linear-gradient(90deg,rgba(16,185,129,.2),rgba(16,185,129,.08) 14%,transparent 34%)!important}.dashboard tbody tr.metal-old td.name{background:linear-gradient(90deg,rgba(225,29,72,.18),rgba(225,29,72,.075) 14%,transparent 34%)!important}.dashboard .ticker{box-shadow:0 -10px 26px rgba(10,45,40,.16)!important}.dashboard .ticker b,.dashboard .ticker-meta time,.dashboard .ticker-meta span{background:rgba(255,255,255,.1)!important;border-color:rgba(215,173,90,.46)!important}@media (min-width:981px){.screen.dashboard .ticker,.dashboard .ticker{z-index:220!important;grid-template-columns:140px minmax(0,1fr) max-content!important;padding-left:14px!important}.dashboard .ticker b{margin-left:0!important}.side-menu{z-index:40!important}.side-menu:before{z-index:1!important}.menu-list,.dashboard.menu-closed .menu-list{z-index:5!important}.dashboard .menu-list button{z-index:6;position:relative}}.dashboard .ticker-track{font-size:max(16px,min(1.05vw,20px))!important;font-weight:900!important}.dashboard .ticker b{min-width:138px;height:40px!important;font-size:15px!important}.dashboard .ticker-meta time,.dashboard .ticker-meta span{height:34px!important;padding:0 14px!important;font-size:13px!important}@media (max-width:760px){.dashboard .ticker-track{font-size:13px!important}.dashboard .ticker b{min-width:104px;height:34px!important;font-size:12px!important}.dashboard .ticker-meta time,.dashboard .ticker-meta span{height:28px!important;padding:0 9px!important;font-size:11px!important}}@media (min-width:981px){.side-brand,.dashboard.menu-closed .side-brand{width:300px!important;height:84px!important;min-height:84px!important;box-shadow:none!important;background:linear-gradient(rgba(255,255,255,.96),rgba(248,250,249,.92))!important;border-bottom:1px solid rgba(20,59,53,.1)!important;border-right:0!important;padding:14px 20px!important}.side-brand:after{display:none!important}.dashboard .hero-bar{min-height:84px;box-shadow:0 8px 24px rgba(20,59,53,.06);background:linear-gradient(rgba(255,255,255,.96),rgba(248,250,249,.92))!important;border-bottom:1px solid rgba(20,59,53,.1)!important;padding-left:230px!important}body[data-theme=dark] .side-brand,body[data-theme=dark] .dashboard.menu-closed .side-brand,body[data-theme=dark] .dashboard .hero-bar{background:linear-gradient(rgba(31,32,28,.97),rgba(19,20,17,.94))!important;border-bottom-color:rgba(255,255,255,.11)!important}.side-menu:before{top:84px!important}.side-menu{z-index:80!important;padding-top:112px!important}.side-menu:before{z-index:2!important;background:#0f332d!important;border-right:0!important;box-shadow:inset -1px 0 rgba(255,255,255,.035)!important}.dashboard .ticker{box-shadow:none!important;background:#0f332d!important;border-top-color:rgba(215,173,90,.34)!important;margin-left:0!important}body[data-theme=dark] .side-menu:before,body[data-theme=dark] .dashboard .ticker{background:#10110f!important}.screen.dashboard .ticker,.dashboard .ticker{box-sizing:border-box;z-index:220;grid-column:1/-1;padding-left:14px;width:100vw!important;margin-left:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.dashboard .ticker-window:before{background:linear-gradient(90deg,#0f332d,transparent)!important}body[data-theme=dark] .dashboard .ticker-window:before{background:linear-gradient(90deg,#10110f,transparent)!important}body[data-theme=dark] .side-brand,body[data-theme=dark] .dashboard.menu-closed .side-brand,body[data-theme=dark] .dashboard .hero-bar{color:#fff!important;background:linear-gradient(#171815,#10110f)!important}body[data-theme=dark] .side-brand h1,body[data-theme=dark] .side-brand p{color:#fff!important}}body[data-theme=dark] .dashboard .hero-announcement{color:#fff!important;background:rgba(255,255,255,.075)!important;border-color:rgba(255,255,255,.16)!important;box-shadow:inset 0 1px rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.18)!important}body[data-theme=dark] .dashboard .hero-announcement span,body[data-theme=dark] .dashboard .hero-announcement a,body[data-theme=dark] .dashboard .hero-announcement .social-follow{color:#fff!important}@media (min-width:981px){.dashboard .table-announcement.hero-announcement{display:none!important}.dashboard .desktop-announcement.hero-announcement{flex:280px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.dashboard .main-stage{grid-template-rows:auto minmax(0,1fr) 74px!important;padding-top:0!important;display:grid!important}}@media (max-width:980px){.dashboard .desktop-announcement.hero-announcement{display:none!important}.dashboard .table-announcement.hero-announcement{flex:none!important;width:auto!important;height:34px!important;margin:0 0 6px!important;padding:0 10px!important;display:flex!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.dashboard .main-stage{height:auto!important;min-height:100dvh!important;padding:74px 7px calc(96px + env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;grid-template-rows:none!important;display:flex!important;overflow:visible!important}.dashboard .summary-panel.view-prices{flex:none!important;height:auto!important;min-height:0!important;margin:0!important;padding-top:0!important}}.dashboard .hero-actions .live,.dashboard .live{justify-content:center!important;gap:7px!important;min-width:auto!important;height:40px!important;padding:0 10px!important}.dashboard .hero-actions .live:after,.dashboard .live:after{content:none!important;display:none!important}.dashboard .live>span:not(.live-eye){display:none!important}.dashboard .live-eye{color:#fff!important;background:#148452!important;border-radius:999px!important;place-items:center!important;width:24px!important;min-width:24px!important;height:24px!important;display:inline-grid!important;box-shadow:0 0 0 5px rgba(20,132,82,.12)!important}.dashboard .live-eye svg{stroke-width:2.7px!important;width:14px!important;height:14px!important}.dashboard .live b{color:#0f3c34!important;background:rgba(20,132,82,.1)!important;border-radius:999px!important;place-items:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;font-size:14px!important;font-weight:900!important;display:inline-grid!important}body[data-theme=dark] .dashboard .live b{color:#fff!important;background:rgba(20,132,82,.24)!important}@media (max-width:980px){.dashboard .hero-actions,.dashboard .hero-bar .hero-actions{gap:6px!important}.dashboard .hero-actions .live,.dashboard .live{gap:6px!important;min-width:62px!important;height:38px!important;padding:0 8px!important}.dashboard .live-eye{width:22px!important;min-width:22px!important;height:22px!important}.dashboard .live-eye svg{width:13px!important;height:13px!important}.dashboard .live b{min-width:22px!important;height:22px!important;padding:0 6px!important;font-size:13px!important}}@media (min-width:981px){.dashboard .hero-angle{gap:12px!important;min-width:300px!important}.dashboard .hero-logo-img,.side-brand .brand-mark img,.brand-mark img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.18))!important}.dashboard .hero-angle h1,.side-brand h1{color:#0f332d!important;letter-spacing:.2px!important;text-shadow:0 1px rgba(255,255,255,.82)!important;text-overflow:clip!important;white-space:nowrap!important;max-width:none!important;font-family:Georgia,Times New Roman,serif!important;font-size:23px!important;line-height:1!important;display:block!important;overflow:visible!important}.dashboard .hero-angle p,.side-brand p{color:rgba(15,51,45,.86)!important;white-space:nowrap!important;text-overflow:clip!important;max-width:none!important;margin-top:4px!important;font-size:12px!important;font-weight:900!important;line-height:1.15!important;display:block!important;overflow:visible!important}body[data-theme=dark] .dashboard .hero-angle h1,body[data-theme=dark] .side-brand h1{color:#fff!important;text-shadow:none!important}body[data-theme=dark] .dashboard .hero-angle p,body[data-theme=dark] .side-brand p{color:rgba(255,255,255,.78)!important}.dashboard .desktop-announcement.hero-announcement{flex:0 760px!important;align-self:center!important;max-width:760px!important;height:34px!important;margin:0 4px!important;padding:0 12px!important;box-shadow:inset 0 1px rgba(255,255,255,.8),0 6px 14px rgba(20,59,53,.05)!important}.dashboard .desktop-announcement.hero-announcement div{gap:26px!important;font-size:14px!important}.dashboard .hero-actions{gap:8px!important;padding:5px!important}}@media (max-width:980px){.dashboard .hero-bar{grid-template-columns:48px 36px minmax(118px,1fr) auto!important;gap:6px!important;min-height:70px!important;padding:8px 8px 8px 0!important;overflow:visible!important}.dashboard .hero-angle{width:auto!important;min-width:0!important;max-width:none!important;height:46px!important;box-shadow:none!important;z-index:2!important;background:0 0!important;border:0!important;grid-column:1/4!important;grid-template-columns:48px 36px minmax(0,1fr)!important;align-items:center!important;gap:6px!important;display:grid!important;overflow:visible!important}.dashboard .mobile-menu-btn{grid-column:1!important;justify-self:start!important}.dashboard .hero-logo-img{visibility:visible!important;opacity:1!important;object-fit:contain!important;z-index:5!important;grid-column:2!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;margin:0!important;display:block!important}.dashboard .hero-angle>div{visibility:visible!important;opacity:1!important;z-index:5!important;grid-column:3!important;gap:2px!important;min-width:0!important;max-width:142px!important;display:grid!important}.dashboard .hero-angle h1{visibility:visible!important;opacity:1!important;color:#123b35!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:142px!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:14px!important;font-weight:900!important;line-height:1!important;display:block!important;overflow:hidden!important}.dashboard .hero-angle p{visibility:visible!important;opacity:1!important;color:rgba(18,59,53,.78)!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:142px!important;margin:0!important;font-size:8px!important;font-weight:900!important;line-height:1.1!important;display:block!important;overflow:hidden!important}body[data-theme=dark] .dashboard .hero-angle h1{color:#fff!important}body[data-theme=dark] .dashboard .hero-angle p{color:rgba(255,255,255,.72)!important}.dashboard .hero-actions{z-index:7!important;flex-shrink:0!important;grid-column:4!important;justify-self:end!important;width:auto!important;min-width:max-content!important}}@media (max-width:420px){.dashboard .hero-bar{grid-template-columns:44px 32px minmax(88px,1fr) auto!important;gap:5px!important}.dashboard .hero-angle{grid-template-columns:44px 32px minmax(0,1fr)!important;gap:5px!important}.dashboard .hero-logo-img{width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:94px!important}.dashboard .hero-angle h1{font-size:12px!important}.dashboard .hero-angle p{font-size:7px!important}}@media (max-width:980px){.dashboard .hero-bar{grid-template-columns:54px 36px minmax(170px,1fr) auto!important;gap:7px!important;padding-left:6px!important}.dashboard .hero-angle{grid-template-columns:54px 36px minmax(0,1fr)!important;gap:7px!important}.dashboard .mobile-menu-btn{border-left:1px solid rgba(20,59,53,.16)!important;border-radius:12px!important;width:44px!important;margin-left:6px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:176px!important}.dashboard .hero-angle p{letter-spacing:0!important;font-size:8.5px!important;line-height:1.05!important}}@media (max-width:420px){.dashboard .hero-bar{grid-template-columns:50px 32px minmax(118px,1fr) auto!important;gap:5px!important;padding-left:5px!important}.dashboard .hero-angle{grid-template-columns:50px 32px minmax(0,1fr)!important;gap:5px!important}.dashboard .mobile-menu-btn{width:40px!important;margin-left:5px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:120px!important}.dashboard .hero-angle p{font-size:6.8px!important}}@media (min-width:981px){.dashboard .hero-bar{column-gap:18px!important;overflow:hidden!important}.dashboard .hero-angle{z-index:4!important;flex:0 0 410px!important;width:410px!important;min-width:410px!important;max-width:410px!important;position:relative!important}.dashboard .hero-angle>div{min-width:0!important;max-width:320px!important}.dashboard .hero-angle h1{max-width:320px!important}.dashboard .hero-angle p{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:320px!important;overflow:hidden!important}.dashboard .hero-actions{flex:auto!important;justify-content:flex-end!important;min-width:0!important;max-width:calc(100% - 428px)!important;overflow:hidden!important}.dashboard .desktop-announcement.hero-announcement{flex:0 max(320px,min(34vw,560px))!important;width:auto!important;min-width:220px!important;max-width:max(320px,min(34vw,560px))!important;margin-left:0!important;margin-right:2px!important}.dashboard .desktop-announcement.hero-announcement div{gap:20px!important;font-size:13px!important}}@media (min-width:981px) and (max-width:1320px){.dashboard .hero-angle{flex-basis:360px!important;width:360px!important;min-width:360px!important;max-width:360px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:270px!important}.dashboard .hero-actions{max-width:calc(100% - 378px)!important}.dashboard .desktop-announcement.hero-announcement{flex-basis:max(240px,min(28vw,380px))!important;max-width:max(240px,min(28vw,380px))!important}}@media (min-width:981px){.dashboard .hero-actions{justify-content:flex-start!important;gap:10px!important}.dashboard .desktop-announcement.hero-announcement{flex:0 0 max(320px,min(21vw,380px))!important;min-width:280px!important;max-width:max(320px,min(21vw,380px))!important;margin-right:auto!important}.dashboard .desktop-announcement.hero-announcement div{gap:16px!important;font-size:12px!important}}@media (min-width:981px) and (max-width:1320px){.dashboard .desktop-announcement.hero-announcement{flex-basis:280px!important;min-width:240px!important;max-width:280px!important}}.login-box button{color:#0c0c0a!important;letter-spacing:0!important;cursor:pointer!important;background:linear-gradient(#d9b55f,#b88a2f)!important;border:0!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:10px!important;min-height:54px!important;margin:8px 28px 14px!important;font-size:16px!important;font-weight:950!important;display:inline-flex!important;box-shadow:0 14px 28px rgba(184,138,47,.22),inset 0 1px rgba(255,255,255,.28)!important}.login-box button svg{color:rgba(12,12,10,.62)!important;stroke-width:2.4px!important;width:18px!important;height:18px!important;margin:0!important}.login-box button:hover{background:linear-gradient(#e1c06d,#c49435)!important;transform:translateY(-1px)!important;box-shadow:0 18px 34px rgba(184,138,47,.28),inset 0 1px rgba(255,255,255,.34)!important}.login-box button:active{transform:translateY(0)!important}@media (min-width:981px){.dashboard .hero-bar{justify-content:flex-start!important;gap:12px!important}.dashboard .hero-angle{flex:0 0 260px!important;width:260px!important;min-width:260px!important;max-width:260px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:190px!important}.dashboard .hero-actions{flex:auto!important;justify-content:flex-start!important;gap:10px!important;width:calc(100% - 272px)!important;max-width:calc(100% - 272px)!important}.dashboard .desktop-announcement.hero-announcement{flex:auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important}.dashboard .hero-bar{justify-content:flex-start!important;gap:18px!important;display:flex!important}.dashboard .hero-angle{z-index:5!important;flex:0 0 430px!important;width:430px!important;min-width:430px!important;max-width:430px!important;padding-right:24px!important;position:relative!important;overflow:visible!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{text-overflow:clip!important;white-space:nowrap!important;max-width:340px!important;overflow:visible!important}.dashboard .hero-actions{z-index:1!important;flex:auto!important;width:calc(100% - 448px)!important;min-width:0!important;max-width:calc(100% - 448px)!important;position:relative!important}.dashboard .desktop-announcement.hero-announcement{flex:auto!important;min-width:0!important;max-width:none!important;margin:0!important}}@media (min-width:981px) and (max-width:1320px){.dashboard .hero-angle{flex-basis:390px!important;width:390px!important;min-width:390px!important;max-width:390px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:310px!important}.dashboard .hero-actions{width:calc(100% - 408px)!important;max-width:calc(100% - 408px)!important}}@media (min-width:981px){.dashboard .hero-bar{justify-content:flex-start!important;gap:18px!important}.dashboard .hero-angle{z-index:5!important;flex:0 0 430px!important;width:430px!important;min-width:430px!important;max-width:430px!important;padding-right:24px!important;position:relative!important;overflow:visible!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:340px!important}.dashboard .hero-actions{z-index:1!important;flex:auto!important;width:calc(100% - 448px)!important;min-width:0!important;max-width:calc(100% - 448px)!important;position:relative!important}}@media (min-width:981px) and (max-width:1320px){.dashboard .hero-angle{flex-basis:250px!important;width:250px!important;min-width:250px!important;max-width:250px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:180px!important}.dashboard .hero-actions{width:calc(100% - 262px)!important;max-width:calc(100% - 262px)!important}}@media (min-width:981px){.dashboard .hero-bar{justify-content:flex-start!important;gap:18px!important}.dashboard .hero-angle{flex:0 0 315px!important;width:315px!important;min-width:0!important;max-width:315px!important;padding-right:16px!important}.dashboard .hero-angle>div,.dashboard .hero-angle h1,.dashboard .hero-angle p{max-width:235px!important}.dashboard .hero-actions{flex:auto!important;justify-content:flex-start!important;width:auto!important;min-width:0!important;max-width:none!important}.dashboard .desktop-announcement.hero-announcement{flex:auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important}.side-brand,.dashboard.menu-closed .side-brand{width:330px!important;height:84px!important;min-height:84px!important;box-shadow:none!important;background:#f8faf9!important;border-bottom:0!important;border-right:0!important;align-items:center!important;padding-top:12px!important;padding-bottom:12px!important}.side-brand>div:last-child{transform:translateY(2px);max-width:240px!important;overflow:hidden!important}.side-brand h1{color:#0f332d!important;text-overflow:ellipsis!important;max-width:240px!important;text-shadow:none!important;line-height:1.04!important;overflow:hidden!important}.side-brand p{color:rgba(15,51,45,.86)!important;text-overflow:clip!important;white-space:normal!important;max-width:240px!important;margin-top:3px!important;line-height:1.2!important;overflow:hidden!important}.side-brand p span{white-space:nowrap!important;text-overflow:clip!important;display:block!important;overflow:hidden!important}.dashboard .hero-bar{background:#f8faf9!important;min-height:84px!important;padding-left:260px!important}body[data-theme=dark] .side-brand,body[data-theme=dark] .dashboard.menu-closed .side-brand,body[data-theme=dark] .dashboard .hero-bar{background:#10110f!important}.dashboard .desktop-announcement.hero-announcement{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;-webkit-mask-image:none!important;mask-image:none!important}.side-menu{padding-top:112px!important}.side-menu:before{background:#0f332d!important;top:84px!important}.side-brand,.dashboard.menu-closed .side-brand{background:#f8faf9!important}.brand-mark{box-shadow:none!important;background:0 0!important;border:0!important}.brand-mark img{background:0 0!important}}@media (max-width:980px){.screen.dashboard,.dashboard .main-stage{min-height:100dvh!important}.dashboard .main-stage{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}.screen.dashboard .ticker,.dashboard .ticker{z-index:260!important;box-sizing:border-box!important;background:#0f332d!important;order:5!important;width:100vw!important;height:74px!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.dashboard .summary-panel,.dashboard .summary-panel.view-prices{order:1!important}body[data-theme=dark] .screen.dashboard .ticker,body[data-theme=dark] .dashboard .ticker{background:#10110f!important}}.screen.dashboard{--board-header-h:clamp(58px, 8dvh, 84px);--board-announce-h:clamp(30px, 4.5dvh, 42px);--board-ticker-h:clamp(42px, 6.5dvh, 58px);--board-gap:clamp(4px, 1dvh, 8px)}@media (min-width:981px){.screen.dashboard{--board-header-h:clamp(68px, 8dvh, 84px);--board-ticker-h:clamp(44px, 5.5dvh, 64px)}.screen.dashboard .ticker,.dashboard .ticker{height:var(--board-ticker-h)!important;min-height:var(--board-ticker-h)!important}.dashboard .main-stage{grid-template-rows:var(--board-header-h) minmax(0, 1fr) var(--board-ticker-h)!important}}@media (max-width:980px){.screen.dashboard{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}.dashboard .hero-bar{min-height:var(--board-header-h)!important;height:var(--board-header-h)!important;padding-top:max(5px,min(1dvh,8px))!important;padding-bottom:max(5px,min(1dvh,8px))!important}.dashboard .main-stage{height:100dvh!important;min-height:100dvh!important;padding-top:calc(var(--board-header-h) + var(--board-gap))!important;padding-bottom:calc(var(--board-ticker-h) + var(--board-gap) + env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.dashboard .table-announcement.hero-announcement{order:0!important;flex:0 0 var(--board-announce-h)!important;height:var(--board-announce-h)!important;min-height:var(--board-announce-h)!important;margin:0 0 var(--board-gap)!important;border-radius:max(8px,min(1.5vw,14px))!important;padding:0 max(8px,min(1.8vw,14px))!important;position:relative!important}.dashboard .table-announcement.hero-announcement div{font-size:max(12px,min(2.1dvh,17px))!important;line-height:1!important}.dashboard .summary-panel,.dashboard .summary-panel.view-prices{flex:auto!important;order:1!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.dashboard .prices,.view-prices .prices,.dashboard .prices table,.view-prices table{height:100%!important}.screen.dashboard .ticker,.dashboard .ticker{height:var(--board-ticker-h)!important;min-height:var(--board-ticker-h)!important;grid-template-columns:max(104px,min(16vw,140px)) minmax(0,1fr) auto!important;padding:0 max(8px,min(1.8vw,14px))!important}.dashboard .ticker b{height:calc(var(--board-ticker-h) - 14px)!important;min-width:max(104px,min(16vw,138px))!important;font-size:max(12px,min(2dvh,15px))!important}.dashboard .ticker-track{font-size:max(13px,min(2.4dvh,18px))!important;line-height:1.1!important}.dashboard .ticker-meta time,.dashboard .ticker-meta span{height:calc(var(--board-ticker-h) - 18px)!important;padding:0 max(8px,min(1.6vw,12px))!important;font-size:max(11px,min(1.8dvh,13px))!important}}@media (min-width:981px){.side-brand,.dashboard.menu-closed .side-brand,.side-brand:after{display:none!important}.dashboard .hero-angle{display:flex!important}.brand-mark{box-shadow:none!important;background:0 0!important;border:0!important}.brand-mark img{background:0 0!important}body[data-theme=dark] .side-brand,body[data-theme=dark] .dashboard.menu-closed .side-brand,body[data-theme=dark] .dashboard .hero-bar{background:#10110f!important}.dashboard .hero-bar{background:linear-gradient(90deg,#0f332d 0,#0f332d 82px,#fff 82px,#fff 100%)!important}body[data-theme=dark] .dashboard .hero-bar{background:linear-gradient(90deg,#10110f 0,#10110f 82px,#10110f 82px,#10110f 100%)!important}.dashboard .hero-bar{justify-content:flex-start!important;gap:max(14px,min(1.5vw,22px))!important;width:calc(100% + 82px)!important;margin-left:-82px!important;padding-left:12px!important;padding-right:max(12px,min(1.2vw,20px))!important}.dashboard .hero-angle{flex:none!important;justify-content:flex-start!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;display:flex!important;transform:none!important}.dashboard .hero-actions{flex:auto!important;min-width:0!important;margin-left:0!important}.side-menu{background:0 0!important}.side-menu:before{background:#0f332d!important;top:84px!important}body[data-theme=dark] .side-menu{background:0 0!important}body[data-theme=dark] .side-menu:before{background:#10110f!important}.dashboard .hero-logo-img{object-fit:contain!important;width:52px!important;height:52px!important;box-shadow:none!important;background:0 0!important;flex:0 0 52px!important;display:block!important;position:static!important}.dashboard .hero-angle>div{margin-left:0!important}}.top-brand-overlay{display:none}@media (min-width:981px){.top-brand-overlay{z-index:1000!important;width:315px!important;height:var(--board-header-h,84px)!important;box-sizing:border-box!important;pointer-events:none!important;background:0 0!important;align-items:center!important;gap:10px!important;padding:0 18px!important;display:flex!important;position:fixed!important;top:7px!important;left:0!important}.top-brand-overlay img{object-fit:contain!important;clip-path:circle(50%)!important;background:0 0!important;border:0!important;border-radius:0!important;flex:0 0 48px!important;width:48px!important;height:48px!important;display:block!important;box-shadow:0 7px 16px rgba(0,0,0,.18)!important}.top-brand-overlay div{min-width:0!important}.top-brand-overlay h1{color:#0f332d!important;letter-spacing:.1px!important;white-space:nowrap!important;text-shadow:none!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:23px!important;font-weight:900!important;line-height:.95!important}.top-brand-overlay p{color:rgba(15,51,45,.86)!important;margin:5px 0 0!important;font-family:Georgia,Times New Roman,serif!important;font-size:12px!important;font-weight:900!important;line-height:1.08!important}.top-brand-overlay p span{white-space:nowrap!important;display:block!important}.top-brand-overlay p span+span{margin-top:2px!important}.dashboard .hero-angle{display:none!important}.dashboard .hero-bar{padding-left:332px!important}body[data-theme=dark] .top-brand-overlay h1{color:#fff!important}body[data-theme=dark] .top-brand-overlay p{color:rgba(255,255,255,.78)!important}}.dashboard .hero-announcement{-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)!important;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)!important}.dashboard .hero-announcement div{will-change:transform!important;gap:14px!important;width:max-content!important;min-width:max-content!important;padding-left:100%!important;animation-name:tickerSlide!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important}.dashboard .hero-announcement span,.dashboard .hero-announcement a,.dashboard .hero-announcement .social-follow{color:inherit!important;text-shadow:0 1px rgba(255,255,255,.78)!important;font-weight:950!important}.dashboard .hero-announcement .announcement-dot{color:#c99a43!important;text-shadow:none!important;font-size:1.18em!important;line-height:1!important}.dashboard .hero-announcement .social-follow{gap:7px!important}@media (min-width:981px){.dashboard .desktop-announcement.hero-announcement{height:42px!important;padding:0 18px!important}.dashboard .desktop-announcement.hero-announcement div{font-size:max(16px,min(.95vw,18px))!important;line-height:1!important}}@media (max-width:980px){.dashboard .table-announcement.hero-announcement div{font-size:max(14px,min(2.4dvh,18px))!important}}@media (min-width:981px){.dashboard .main-stage{grid-template-rows:var(--board-header-h,84px) minmax(0, 1fr) var(--board-ticker-h,58px)!important}.dashboard .summary-panel.view-prices{flex-direction:column!important;justify-content:flex-start!important;align-self:stretch!important;height:auto!important;min-height:0!important;margin:0 10px!important;padding:8px 0 0!important;display:flex!important;overflow:hidden!important}.dashboard .summary-panel.view-prices .prices{flex:auto!important;align-items:stretch!important;height:auto!important;min-height:0!important;display:flex!important;overflow:hidden!important}.dashboard .summary-panel.view-prices table{align-self:stretch!important;height:100%!important}}.dashboard .prices,.view-prices .prices{border-collapse:separate!important;overflow:hidden!important}.dashboard table,.view-prices table{border-collapse:collapse!important;border-spacing:0!important}.dashboard thead,.dashboard thead tr,.view-prices thead,.view-prices thead tr{background:#12382f!important}.dashboard th,.view-prices th{background:#12382f!important;border-left:0!important;border-right:0!important;border-radius:0!important}.dashboard th:first-child,.view-prices th:first-child{padding-left:10px!important}.dashboard th:last-child,.view-prices th:last-child{padding-right:10px!important}.dashboard tbody tr,.view-prices tbody tr{background:#fff!important}.dashboard tbody tr:nth-child(2n),.view-prices tbody tr:nth-child(2n){background:#f3f5f4!important}.dashboard td,.view-prices td{background-color:inherit!important}.dashboard td:first-child,.view-prices td:first-child{padding-left:10px!important}.dashboard td:last-child,.view-prices td:last-child{padding-right:10px!important}.dashboard .price,.dashboard .price-buy,.dashboard .price-sell,.dashboard .buy,.dashboard .sell,.view-prices .price,.view-prices .price-buy,.view-prices .price-sell,.view-prices .buy,.view-prices .sell{color:#111!important;box-shadow:none!important;background:0 0!important;border-color:transparent!important}.dashboard .price.direction-up,.dashboard .price.flash-up,.view-prices .price.direction-up,.view-prices .price.flash-up{color:#16805a!important;background:rgba(16,185,129,.14)!important;border-color:rgba(16,185,129,.24)!important}.dashboard .price.direction-down,.dashboard .price.flash-down,.view-prices .price.direction-down,.view-prices .price.flash-down{color:#b74b56!important;background:rgba(225,29,72,.12)!important;border-color:rgba(225,29,72,.22)!important}.dashboard .price .trend-placeholder,.view-prices .price .trend-placeholder,.dashboard .price:not(.direction-up):not(.direction-down) svg,.view-prices .price:not(.direction-up):not(.direction-down) svg{display:none!important}body[data-theme=dark] .dashboard .price,body[data-theme=dark] .dashboard .price-buy,body[data-theme=dark] .dashboard .price-sell,body[data-theme=dark] .dashboard .buy,body[data-theme=dark] .dashboard .sell{color:#fff!important}body[data-theme=dark] .dashboard .hero-announcement,body[data-theme=dark] .dashboard .desktop-announcement.hero-announcement,body[data-theme=dark] .dashboard .table-announcement.hero-announcement{box-shadow:none!important;background:0 0!important;border-color:rgba(255,255,255,.12)!important}body[data-theme=dark] .dashboard .hero-announcement div,body[data-theme=dark] .dashboard .desktop-announcement.hero-announcement div,body[data-theme=dark] .dashboard .table-announcement.hero-announcement div{box-shadow:none!important;background:0 0!important}body[data-theme=dark] .dashboard .hero-announcement span,body[data-theme=dark] .dashboard .hero-announcement a,body[data-theme=dark] .dashboard .hero-announcement .social-follow{text-shadow:none!important}body[data-theme=dark] .dashboard .prices,body[data-theme=dark] .view-prices .prices{background:#111210!important;border-color:rgba(255,255,255,.16)!important;box-shadow:0 18px 42px rgba(0,0,0,.38),inset 0 1px rgba(255,235,190,.05)!important}body[data-theme=dark] .dashboard tbody tr,body[data-theme=dark] .view-prices tbody tr{background:#181a17!important}body[data-theme=dark] .dashboard tbody tr:nth-child(2n),body[data-theme=dark] .view-prices tbody tr:nth-child(2n){background:#111310!important}body[data-theme=dark] .dashboard td,body[data-theme=dark] .view-prices td{color:#fff!important;background-color:inherit!important;border-bottom-color:rgba(255,255,255,.12)!important}body[data-theme=dark] .dashboard td.name,body[data-theme=dark] .view-prices td.name{color:#fff!important;text-shadow:none!important}body[data-theme=dark] .view-prices td:nth-child(2),body[data-theme=dark] .view-prices td:nth-child(3),body[data-theme=dark] .view-prices td:nth-child(4){border-left-color:rgba(255,255,255,.1)!important}body[data-theme=dark] .dashboard tbody tr.metal-new td.name,body[data-theme=dark] .view-prices tbody tr.metal-new td.name{background:linear-gradient(90deg,rgba(16,185,129,.22),rgba(16,185,129,.075) 18%,transparent 48%)!important}body[data-theme=dark] .dashboard tbody tr.metal-old td.name,body[data-theme=dark] .view-prices tbody tr.metal-old td.name{background:linear-gradient(90deg,rgba(255,117,132,.22),rgba(255,117,132,.075) 18%,transparent 48%)!important}body[data-theme=dark] .dashboard .price,body[data-theme=dark] .dashboard .price-buy,body[data-theme=dark] .dashboard .price-sell,body[data-theme=dark] .dashboard .buy,body[data-theme=dark] .dashboard .sell,body[data-theme=dark] .view-prices .price,body[data-theme=dark] .view-prices .price-buy,body[data-theme=dark] .view-prices .price-sell,body[data-theme=dark] .view-prices .buy,body[data-theme=dark] .view-prices .sell{color:#fff!important;text-shadow:none!important}body[data-theme=dark] .dashboard .price.direction-up,body[data-theme=dark] .dashboard .price.flash-up,body[data-theme=dark] .view-prices .price.direction-up,body[data-theme=dark] .view-prices .price.flash-up{color:#64dda0!important;background:rgba(16,185,129,.16)!important;border-color:rgba(16,185,129,.3)!important}body[data-theme=dark] .dashboard .price.direction-down,body[data-theme=dark] .dashboard .price.flash-down,body[data-theme=dark] .view-prices .price.direction-down,body[data-theme=dark] .view-prices .price.flash-down{color:#ff8792!important;background:rgba(225,29,72,.14)!important;border-color:rgba(255,117,132,.3)!important}.dashboard tbody td.name,.view-prices tbody td.name{border-left:0!important;box-shadow:inset 6px 0 rgba(120,130,126,.16)!important}.dashboard tbody tr.metal-new td.name,.view-prices tbody tr.metal-new td.name{border-left:0!important;box-shadow:inset 6px 0 #10b981!important}.dashboard tbody tr.metal-old td.name,.view-prices tbody tr.metal-old td.name{border-left:0!important;box-shadow:inset 6px 0 #e11d48!important}body[data-theme=dark] .dashboard tbody td.name,body[data-theme=dark] .view-prices tbody td.name{box-shadow:inset 6px 0 rgba(255,255,255,.14)!important}body[data-theme=dark] .dashboard tbody tr.metal-new td.name,body[data-theme=dark] .view-prices tbody tr.metal-new td.name{box-shadow:inset 6px 0 #10b981!important}body[data-theme=dark] .dashboard tbody tr.metal-old td.name,body[data-theme=dark] .view-prices tbody tr.metal-old td.name{box-shadow:inset 6px 0 #e11d48!important}.dashboard col.col-name,.view-prices col.col-name,.dashboard th:first-child,.dashboard td:first-child,.view-prices th:first-child,.view-prices td:first-child{width:44%!important}.dashboard col.col-buy,.dashboard col.col-sell,.view-prices col.col-buy,.view-prices col.col-sell,.dashboard th:nth-child(2),.dashboard th:nth-child(3),.dashboard td:nth-child(2),.dashboard td:nth-child(3),.view-prices th:nth-child(2),.view-prices th:nth-child(3),.view-prices td:nth-child(2),.view-prices td:nth-child(3){width:22%!important}.dashboard col.col-change,.view-prices col.col-change,.dashboard th:nth-child(4),.dashboard td:nth-child(4),.view-prices th:nth-child(4),.view-prices td:nth-child(4){width:12%!important}.dashboard .prices table,.view-prices .prices table{table-layout:fixed!important;width:100%!important;min-width:0!important}.dashboard th,.dashboard td,.view-prices th,.view-prices td{box-sizing:border-box!important;vertical-align:middle!important}.dashboard th:first-child,.dashboard td.name,.view-prices th:first-child,.view-prices td.name{text-align:left!important;padding-left:max(14px,min(1vw,20px))!important}.dashboard th:last-child,.dashboard td:last-child,.view-prices th:last-child,.view-prices td:last-child{padding-right:max(12px,min(1vw,18px))!important}.dashboard td.name,.view-prices td.name{overflow:hidden!important}.dashboard .product-cell,.view-prices .product-cell{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.dashboard .product-title,.view-prices .product-title{flex-wrap:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.dashboard .product-title>span:last-child,.view-prices .product-title>span:last-child{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;line-height:1.08!important;overflow:hidden!important}.dashboard .metal-badge,.view-prices .metal-badge,.dashboard .product-icon,.view-prices .product-icon{flex-shrink:0!important}.dashboard .price,.dashboard .change,.view-prices .price,.view-prices .change{max-width:100%!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:760px){.dashboard col.col-name,.view-prices col.col-name,.dashboard th:first-child,.dashboard td:first-child,.view-prices th:first-child,.view-prices td:first-child{width:43%!important}.dashboard col.col-buy,.dashboard col.col-sell,.view-prices col.col-buy,.view-prices col.col-sell,.dashboard th:nth-child(2),.dashboard th:nth-child(3),.dashboard td:nth-child(2),.dashboard td:nth-child(3),.view-prices th:nth-child(2),.view-prices th:nth-child(3),.view-prices td:nth-child(2),.view-prices td:nth-child(3){width:22%!important}.dashboard col.col-change,.view-prices col.col-change,.dashboard th:nth-child(4),.dashboard td:nth-child(4),.view-prices th:nth-child(4),.view-prices td:nth-child(4){width:13%!important}.dashboard th:first-child,.dashboard td.name,.view-prices th:first-child,.view-prices td.name{padding-left:4px!important}.dashboard th:last-child,.dashboard td:last-child,.view-prices th:last-child,.view-prices td:last-child{padding-right:3px!important}.dashboard .product-title,.view-prices .product-title{flex-wrap:wrap!important}.dashboard .product-title>span:last-child,.view-prices .product-title>span:last-child{white-space:normal!important;overflow-wrap:anywhere!important}}.dashboard tbody td.name,.view-prices tbody td.name{position:relative!important}.dashboard tbody tr.metal-new td.name,.view-prices tbody tr.metal-new td.name,.dashboard tbody tr.metal-old td.name,.view-prices tbody tr.metal-old td.name,body[data-theme=dark] .dashboard tbody tr.metal-new td.name,body[data-theme=dark] .view-prices tbody tr.metal-new td.name,body[data-theme=dark] .dashboard tbody tr.metal-old td.name,body[data-theme=dark] .view-prices tbody tr.metal-old td.name{box-shadow:none!important}.dashboard tbody tr.metal-new td.name:before,.view-prices tbody tr.metal-new td.name:before,.dashboard tbody tr.metal-old td.name:before,.view-prices tbody tr.metal-old td.name:before{content:"";z-index:3;pointer-events:none;width:6px;position:absolute;top:-1px;bottom:-1px;left:0}.dashboard tbody tr.metal-new td.name:before,.view-prices tbody tr.metal-new td.name:before{background:#10b981}.dashboard tbody tr.metal-old td.name:before,.view-prices tbody tr.metal-old td.name:before{background:#e11d48}.dashboard tbody td.name,.view-prices tbody td.name,body[data-theme=dark] .dashboard tbody td.name,body[data-theme=dark] .view-prices tbody td.name{box-shadow:none!important;border-left:0!important}.dashboard tbody tr.metal-new td.name,.view-prices tbody tr.metal-new td.name,body[data-theme=dark] .dashboard tbody tr.metal-new td.name,body[data-theme=dark] .view-prices tbody tr.metal-new td.name{box-shadow:inset 6px 0 #10b981!important}.dashboard tbody tr.metal-old td.name,.view-prices tbody tr.metal-old td.name,body[data-theme=dark] .dashboard tbody tr.metal-old td.name,body[data-theme=dark] .view-prices tbody tr.metal-old td.name{box-shadow:inset 6px 0 #e11d48!important}@media (max-width:420px){.dashboard col.col-name,.view-prices col.col-name,.dashboard th:first-child,.dashboard td:first-child,.view-prices th:first-child,.view-prices td:first-child{width:42%!important}.dashboard col.col-buy,.dashboard col.col-sell,.view-prices col.col-buy,.view-prices col.col-sell,.dashboard th:nth-child(2),.dashboard th:nth-child(3),.dashboard td:nth-child(2),.dashboard td:nth-child(3),.view-prices th:nth-child(2),.view-prices th:nth-child(3),.view-prices td:nth-child(2),.view-prices td:nth-child(3){width:21%!important}.dashboard col.col-change,.view-prices col.col-change,.dashboard th:nth-child(4),.dashboard td:nth-child(4),.view-prices th:nth-child(4),.view-prices td:nth-child(4){width:16%!important}}.dashboard .product-cell,.view-prices .product-cell{grid-template-columns:max-content minmax(0,1fr)!important;align-items:center!important;column-gap:max(8px,min(.75vw,12px))!important;height:100%!important;display:grid!important}.dashboard .product-icon,.view-prices .product-icon{place-self:center start!important}.dashboard .product-title,.view-prices .product-title{grid-template-columns:max(48px,min(3.3vw,58px)) minmax(0,1fr)!important;align-items:center!important;column-gap:max(7px,min(.65vw,10px))!important;min-width:0!important;display:grid!important}.dashboard .metal-badge,.view-prices .metal-badge{justify-content:center!important;place-self:center start!important;align-items:center!important;width:max(46px,min(3.1vw,56px))!important;min-width:0!important;height:max(22px,min(2vh,26px))!important;padding:0 8px!important;line-height:1!important;display:inline-flex!important}.dashboard .badge-spacer,.view-prices .badge-spacer{visibility:hidden!important;box-shadow:none!important;background:0 0!important;border-color:transparent!important}.dashboard .product-title>span:last-child,.view-prices .product-title>span:last-child{transform:translateY(.02em);min-width:0!important;line-height:1!important;display:block!important}.dashboard td:nth-child(2),.dashboard td:nth-child(3),.dashboard td:nth-child(4),.view-prices td:nth-child(2),.view-prices td:nth-child(3),.view-prices td:nth-child(4){text-align:center!important;vertical-align:middle!important}.dashboard .price,.dashboard .change,.view-prices .price,.view-prices .change{vertical-align:middle!important;justify-content:center!important;align-items:center!important;min-height:max(28px,min(3.2vh,36px))!important;line-height:1!important;display:inline-flex!important}.dashboard .price svg,.dashboard .change svg,.view-prices .price svg,.view-prices .change svg,.dashboard .trend-placeholder,.view-prices .trend-placeholder{flex:0 0 .78em!important}@media (max-width:760px){.dashboard .product-cell,.view-prices .product-cell{column-gap:4px!important}.dashboard .product-title,.view-prices .product-title{flex-wrap:wrap!important;gap:3px!important;display:inline-flex!important}.dashboard .badge-spacer,.view-prices .badge-spacer{display:none!important}.dashboard .metal-badge,.view-prices .metal-badge{width:auto!important;min-width:24px!important;height:auto!important;padding:2px 4px!important}.dashboard .price,.dashboard .change,.view-prices .price,.view-prices .change{min-height:0!important}}.dashboard .ticker-meta{isolation:isolate;align-self:stretch!important;width:150px!important;min-width:150px!important;height:100%!important;margin-left:8px!important;display:block!important;position:relative!important;overflow:visible!important}.dashboard .ticker-meta:before{content:"";z-index:-1;background:rgba(5,30,26,.32);border-left:1px solid rgba(255,255,255,.22);position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:-8px 0 18px rgba(0,0,0,.12)}body[data-theme=dark] .dashboard .ticker-meta:before{background:rgba(255,255,255,.035);border-left-color:rgba(255,255,255,.16);box-shadow:-8px 0 18px rgba(0,0,0,.24)}.dashboard .ticker-meta-display{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.dashboard .ticker-meta .ticker-meta-item,body[data-theme=dark] .dashboard .ticker-meta .ticker-meta-item{text-align:center;white-space:nowrap;text-overflow:ellipsis;opacity:0;pointer-events:none;transition:opacity .5s,transform .5s cubic-bezier(.25,1,.5,1);overflow:hidden;transform:translateY(30px);width:100%!important;height:auto!important;box-shadow:none!important;color:#fff!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0 10px!important;font-size:16px!important;font-weight:900!important;line-height:1!important;display:block!important;position:absolute!important;top:auto!important;bottom:auto!important;left:0!important;right:0!important}.dashboard .ticker-meta .ticker-meta-item.active{opacity:1;transform:translateY(0)}.dashboard .ticker-meta .ticker-meta-item.exit{opacity:0;transform:translateY(-30px)}.dashboard .ticker-meta .ticker-time{font-variant-numeric:tabular-nums;font-size:18px!important}@media (max-width:760px){.screen.dashboard .ticker,.dashboard .ticker{grid-template-columns:104px minmax(0,1fr) 90px!important}.dashboard .ticker-meta{width:90px!important;min-width:90px!important;margin-left:2px!important;display:block!important}.dashboard .ticker-meta .ticker-meta-item,body[data-theme=dark] .dashboard .ticker-meta .ticker-meta-item{padding:0 4px!important;font-size:10px!important}.dashboard .ticker-meta .ticker-time{font-size:11px!important}}.dashboard .buy-cell .price:not(.direction-up):not(.direction-down),.dashboard .sell-cell .price:not(.direction-up):not(.direction-down),.view-prices .buy-cell .price:not(.direction-up):not(.direction-down),.view-prices .sell-cell .price:not(.direction-up):not(.direction-down){color:#111!important;box-shadow:none!important;background:0 0!important;border-color:transparent!important}body[data-theme=dark] .dashboard .buy-cell .price:not(.direction-up):not(.direction-down),body[data-theme=dark] .dashboard .sell-cell .price:not(.direction-up):not(.direction-down),body[data-theme=dark] .view-prices .buy-cell .price:not(.direction-up):not(.direction-down),body[data-theme=dark] .view-prices .sell-cell .price:not(.direction-up):not(.direction-down){color:#fff!important}.dashboard .buy-cell .price.direction-up,.dashboard .sell-cell .price.direction-up,.view-prices .buy-cell .price.direction-up,.view-prices .sell-cell .price.direction-up,.dashboard .buy-cell .price.flash-up,.dashboard .sell-cell .price.flash-up,.view-prices .buy-cell .price.flash-up,.view-prices .sell-cell .price.flash-up{color:#16805a!important}.dashboard .buy-cell .price.direction-down,.dashboard .sell-cell .price.direction-down,.view-prices .buy-cell .price.direction-down,.view-prices .sell-cell .price.direction-down,.dashboard .buy-cell .price.flash-down,.dashboard .sell-cell .price.flash-down,.view-prices .buy-cell .price.flash-down,.view-prices .sell-cell .price.flash-down{color:#b74b56!important}.dashboard tbody tr.metal-new td.name,.view-prices tbody tr.metal-new td.name,.dashboard tbody tr.metal-old td.name,.view-prices tbody tr.metal-old td.name{border-bottom:0!important}.dashboard tbody tr.metal-new td.name:before,.view-prices tbody tr.metal-new td.name:before,.dashboard tbody tr.metal-old td.name:before,.view-prices tbody tr.metal-old td.name:before{top:0!important;bottom:0!important}.dashboard tbody tr.metal-new td.name:after,.view-prices tbody tr.metal-new td.name:after,.dashboard tbody tr.metal-old td.name:after,.view-prices tbody tr.metal-old td.name:after{content:"";z-index:2;pointer-events:none;background:rgba(22,33,31,.1);height:1px;position:absolute;bottom:0;left:6px;right:0}body[data-theme=dark] .dashboard tbody tr.metal-new td.name:after,body[data-theme=dark] .view-prices tbody tr.metal-new td.name:after,body[data-theme=dark] .dashboard tbody tr.metal-old td.name:after,body[data-theme=dark] .view-prices tbody tr.metal-old td.name:after{background:rgba(255,255,255,.12)}.dashboard .product-cell,.view-prices .product-cell{align-items:center!important;gap:10px!important;height:auto!important;display:flex!important}.dashboard .product-title,.view-prices .product-title{flex-wrap:nowrap!important;grid-template-columns:none!important;align-items:center!important;gap:8px!important;display:inline-flex!important;overflow:visible!important}.dashboard .product-title>span:last-child,.view-prices .product-title>span:last-child{text-overflow:clip!important;white-space:normal!important;line-height:1.08!important;overflow:visible!important;transform:none!important}.dashboard .metal-badge,.view-prices .metal-badge{width:auto!important;min-width:50px!important;height:auto!important;padding:5px 9px!important}.dashboard .price,.dashboard .change,.view-prices .price,.view-prices .change{min-height:0!important}@media (max-width:760px){.dashboard .product-cell,.view-prices .product-cell{gap:5px!important}.dashboard .product-title,.view-prices .product-title{flex-wrap:wrap!important;gap:3px!important}.dashboard .metal-badge,.view-prices .metal-badge{min-width:30px!important;padding:2px 4px!important}}.dashboard .summary-panel.view-prices{box-shadow:none!important;background:0 0!important;padding-bottom:0!important;overflow:hidden!important}.dashboard .summary-panel.view-prices .prices,.view-prices .prices{scrollbar-width:none!important;height:100%!important;min-height:0!important;box-shadow:none!important;background:#fff!important;overflow:hidden!important}.dashboard .summary-panel.view-prices .prices::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.view-prices .prices::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.dashboard .summary-panel.view-prices table,.view-prices table{width:100%!important;height:100%!important;margin-bottom:0!important}.dashboard .summary-panel.view-prices:after,.dashboard .summary-panel.view-prices .prices:after,.view-prices .prices:after{content:none!important;display:none!important}body[data-theme=dark] .dashboard .summary-panel.view-prices .prices,body[data-theme=dark] .view-prices .prices{background:#181b18!important}@media (orientation:landscape) and (max-width:980px) and (max-height:600px){html,body,#root,.screen.dashboard{width:100%!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}.screen.dashboard{--landscape-header-h:54px;--landscape-ticker-h:36px;--landscape-side-gap:max(6px, env(safe-area-inset-left), env(safe-area-inset-right));padding:0 0 var(--landscape-ticker-h)!important;grid-template-columns:minmax(0,1fr)!important;display:block!important}.dashboard .side-menu,.dashboard .desktop-announcement.hero-announcement,.dashboard .update-pill{display:none!important}.dashboard .side-menu{z-index:420!important;background:linear-gradient(#12352f,#0c2a25)!important;width:min(280px,72vw)!important;min-width:min(280px,72vw)!important;max-width:min(280px,72vw)!important;height:100dvh!important;padding:18px 14px!important;transition:transform .22s!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;overflow-y:auto!important;transform:translate(-105%)!important}.screen.dashboard.menu-open .side-menu{transform:translate(0)!important}.screen.dashboard.menu-closed .side-menu{transform:translate(-105%)!important}.screen.dashboard .menu-backdrop{z-index:410!important;background:rgba(0,0,0,.42)!important;border:0!important;width:100vw!important;height:100dvh!important;display:block!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important}body .screen.dashboard>.top-brand-overlay{visibility:hidden!important;opacity:0!important;display:none!important}.dashboard .main-stage,.screen.dashboard .main-stage{width:100vw!important;height:100dvh!important;min-height:0!important;padding:var(--landscape-header-h) var(--landscape-side-gap) var(--landscape-ticker-h)!important;flex-direction:column!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.dashboard .hero-bar{z-index:280!important;inset:0 var(--landscape-side-gap) auto!important;width:auto!important;height:var(--landscape-header-h)!important;min-height:var(--landscape-header-h)!important;padding:4px 8px!important;position:fixed!important}.dashboard .hero-angle{flex:auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;display:flex!important;transform:none!important}.screen.dashboard .hero-angle .mobile-menu-btn{visibility:visible!important;opacity:1!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;display:grid!important}.screen.dashboard .hero-angle .hero-logo-img,.screen.dashboard .hero-angle>div,.screen.dashboard .hero-angle h1,.screen.dashboard .hero-angle p{visibility:visible!important;opacity:1!important;display:block!important}.dashboard .hero-actions{flex:none!important;grid-column:auto!important;width:auto!important;min-width:0!important;margin:0 0 0 auto!important;display:flex!important}.dashboard .hero-angle{height:46px!important;min-height:46px!important}.dashboard .hero-logo-img{width:34px!important;height:34px!important}.dashboard .hero-angle h1{font-size:15px!important}.dashboard .hero-angle p{margin-top:2px!important;font-size:8px!important;line-height:1.05!important}.dashboard .mobile-menu-btn,.dashboard .icon-toggle,.dashboard .live{transform:scale(.82)!important}.dashboard .table-announcement.hero-announcement{border-radius:7px!important;flex:0 0 22px!important;order:0!important;width:100%!important;height:22px!important;min-height:22px!important;margin:0!important;padding:0 8px!important;display:flex!important;position:relative!important;overflow:hidden!important}.dashboard .table-announcement.hero-announcement div{font-size:9px!important;line-height:1!important}.dashboard .summary-panel,.dashboard .summary-panel.view-prices{border-radius:8px!important;flex:auto!important;order:1!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.dashboard .summary-panel.view-prices .prices,.view-prices .prices{border-radius:8px!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important}.dashboard .summary-panel.view-prices table,.view-prices table{table-layout:fixed!important;width:100%!important;height:auto!important}.dashboard .view-prices th,.view-prices th{height:18px!important;min-height:18px!important;max-height:18px!important;padding:1px 4px!important;font-size:max(7px,min(2.1dvh,9px))!important;line-height:1!important}.dashboard .view-prices td,.view-prices td{height:18px!important;min-height:18px!important;max-height:18px!important;padding-top:1px!important;padding-bottom:1px!important}.dashboard .view-prices thead,.dashboard .view-prices thead tr,.dashboard .view-prices th,.view-prices thead,.view-prices thead tr,.view-prices th{color:#fff!important;background:#12382f!important}.dashboard .view-prices tbody tr,.view-prices tbody tr{background:#fff!important}.dashboard .view-prices tbody tr:nth-child(2n),.view-prices tbody tr:nth-child(2n){background:#f3f5f4!important}.dashboard .view-prices td,.view-prices td{color:#111!important;background-color:inherit!important}body[data-theme=dark] .dashboard .view-prices tbody tr,body[data-theme=dark] .view-prices tbody tr{background:#20241f!important}body[data-theme=dark] .dashboard .view-prices tbody tr:nth-child(2n),body[data-theme=dark] .view-prices tbody tr:nth-child(2n){background:#181b18!important}body[data-theme=dark] .dashboard .view-prices td,body[data-theme=dark] .view-prices td{color:#fff!important}.dashboard .product-cell,.view-prices .product-cell{flex-wrap:nowrap!important;gap:4px!important}.dashboard .product-icon,.view-prices .product-icon{border-radius:4px!important;flex:0 0 13px!important;width:13px!important;height:13px!important}.dashboard .product-icon svg,.view-prices .product-icon svg{width:8px!important;height:8px!important}.dashboard .product-title,.view-prices .product-title{flex-wrap:nowrap!important;gap:3px!important}.dashboard .product-title>span:last-child,.view-prices .product-title>span:last-child{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:max(7px,min(2.1dvh,10px))!important;line-height:1!important;overflow:hidden!important}.dashboard .metal-badge,.view-prices .metal-badge{min-width:27px!important;padding:1px 3px!important;font-size:6px!important}.dashboard .price,.dashboard .change,.view-prices .price,.view-prices .change{gap:1px!important;min-width:0!important;padding:1px!important;font-size:max(7px,min(2.2dvh,10px))!important}.screen.dashboard .ticker,.dashboard .ticker{z-index:300!important;inset:auto var(--landscape-side-gap) 0!important;width:auto!important;height:var(--landscape-ticker-h)!important;min-height:var(--landscape-ticker-h)!important;margin:0!important;position:fixed!important}.dashboard .summary-panel.view-about{-webkit-overflow-scrolling:touch;border-radius:8px!important;flex:auto!important;width:100%!important;height:auto!important;min-height:0!important;margin:0 0 3px!important;padding:5px!important;display:block!important;overflow-x:hidden!important;overflow-y:auto!important}.dashboard .view-about .about-page{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;width:100%!important;max-width:none!important;min-height:min-content!important;margin:0!important;padding:0!important;display:grid!important}.dashboard .view-about .about-card{border-radius:7px!important;gap:4px!important;min-height:58px!important;padding:7px!important}.dashboard .view-about .about-main{grid-column:1/-1!important;min-height:64px!important}.dashboard .view-about .about-main img{width:42px!important;height:42px!important}.dashboard .view-about h3,.dashboard .view-about strong{font-size:11px!important}.dashboard .view-about p,.dashboard .view-about span{font-size:8px!important;line-height:1.2!important}}
