/* YAQEEN UI BUNDLE site — generated from source CSS; edit source files, not this bundle. */

/* source: /css/design-system.css */
/* v2.1.27 — semantic design tokens shared by every surface. */
:root{
 --space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;
 --radius-xs:6px;--radius-sm:9px;--radius-md:12px;--radius-lg:18px;--radius-pill:999px;
 --touch-target:44px;--content-max:1400px;--content-gutter:48px;--content-gutter-mobile:14px;
 --motion-fast:160ms;--motion-normal:220ms;--layer-header:30;--layer-menu:75;--layer-dialog:1000;
 --font-ui:Tajawal,Arial,sans-serif;--font-numeric:Arial,sans-serif;
}
@media(max-width:1100px){:root{--content-gutter:20px}}
@media(max-width:800px){:root{--content-gutter:14px}}
@media(max-width:600px){:root{--content-gutter:10px}}
@media(min-width:1600px){:root{--content-max:1500px;--content-gutter:60px}}
@media(min-width:2200px){:root{--content-max:1840px;--content-gutter:90px}}


/* source: /css/style.css */
@font-face{font-family:Tajawal;src:local('Tajawal'),local('Segoe UI'),local('Tahoma');font-display:swap}
:root{--petrol:#173f41;--petrol-deep:#0d292c;--accent:#ad773b;--gold-light:#e8c58c;--text:#193b3d;--muted:#647675;--line:#dde5e1;--surface:#fff;--soft:#f5f5ef;--page-bg:#fff;--green:#167b55;--red:#bf4141;--shadow:0 16px 45px #143b3510;--radius:18px;color-scheme:light}
:root[data-theme=dark]{--text:#ecf2ef;--muted:#a6bcb6;--line:#294444;--surface:#132b2f;--soft:#183337;--green:#7cdbb3;--red:#ff9a9a;--shadow:0 16px 45px #0002;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{margin:0;background:var(--page-bg);color:var(--text);font:17px/1.7 var(--font-ui);-webkit-font-smoothing:antialiased}html[data-theme=dark] body{background:#0c2024}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}a,button{transition:background .2s,color .2s,transform .2s,border-color .2s,box-shadow .2s}button:disabled{opacity:.55;cursor:wait}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;color:var(--text);background:var(--surface);outline:none}textarea{resize:vertical;min-height:100px}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}label{display:block;font-size:15px;font-weight:700;margin-bottom:7px}label small{color:var(--muted);font-weight:400}h1,h2,h3,h4,p{margin:0}h1,h2,h3{line-height:1.35}h1{font-size:clamp(34px,4.3vw,68px);letter-spacing:-1.3px}h2{font-size:clamp(27px,2.8vw,40px);letter-spacing:-.6px}h3{font-size:23px}p{color:var(--muted)}img,video{display:block;max-width:100%}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.icon-button{display:inline-grid;place-items:center;width:43px;height:43px;padding:0;border:1px solid var(--line);border-radius:50%;color:var(--text);background:transparent}.icon-button:hover{background:var(--soft);transform:translateY(-2px)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--petrol);border:1px solid var(--petrol);border-radius:9px;color:#fff;padding:13px 24px;font-weight:700;font-size:16px;line-height:1.5}.button:hover{background:#245c5e;border-color:#245c5e;transform:translateY(-2px)}.button.secondary{background:transparent;border-color:var(--line);color:var(--text)}.button.secondary:hover{background:var(--soft)}.button.gold{background:var(--gold-light);border-color:var(--gold-light);color:#253a36}.button.danger{background:#a73737;border-color:#a73737}.button.small{padding:8px 15px;font-size:14px}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:700;border-bottom:1px solid var(--accent);padding-bottom:4px}.text-link .icon{width:18px}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.container{width:min(var(--content-max),calc(100% - (var(--content-gutter) * 2)));margin-inline:auto}.section{padding:78px 0}.section.soft{background:var(--soft)}.eyebrow{text-transform:uppercase;letter-spacing:2.5px;font-size:12px;font-weight:700;color:var(--accent);margin-bottom:17px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:35px}.section-heading p{margin-top:12px}.boot{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:32px;text-align:center}.spinner{width:36px;height:36px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}.skip{position:fixed;top:-100px;right:10px;background:var(--surface);padding:10px;z-index:1000}.skip:focus{top:10px}.top-note{height:30px;display:flex;justify-content:center;align-items:center;gap:10px;background:var(--soft);color:var(--muted);font-size:11px;letter-spacing:.7px}.site-header{position:sticky;top:0;z-index:30;background:var(--petrol);color:#fff;box-shadow:0 4px 25px #0001}.header-main{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:83px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:43px;height:43px;object-fit:contain}.brand-name{font-size:25px;font-weight:700;line-height:1.2}.brand-sub{display:block;font:9px/1.8 Arial,sans-serif;letter-spacing:3px;color:var(--gold-light);margin-top:5px}.site-nav{display:flex;gap:29px;align-items:center;font-size:15px}.site-nav a{position:relative;padding:8px 0;color:#d8e6e3}.site-nav a.active,.site-nav a:hover{color:var(--gold-light)}.site-nav a.active:after{content:'';position:absolute;bottom:0;width:15px;right:0;height:2px;background:var(--gold-light)}.header-tools{display:flex;gap:9px;align-items:center}.header-tools .icon-button{color:#e8f0ee;border-color:#527272}.header-tools .icon-button:hover{background:#315657}.currency-select{font:12px Arial,sans-serif;width:75px;padding:9px;background:transparent;color:inherit;border-color:#527272}.currency-select option{background:var(--surface);color:var(--text)}.mobile-toggle{display:none}.ticker{border-top:1px solid #ffffff18;color:#dbdfdc;font-size:12px}.ticker-inner{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:22px;overflow:auto;white-space:nowrap}.ticker-cell{display:flex;align-items:center;gap:10px}.ticker-cell strong{font:600 13px Arial,sans-serif;font-variant-numeric:tabular-nums}.ticker-cell small{font-size:10px}.market-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #18835620}.market-dot.stale{background:#c9aa67;box-shadow:none}.ticker .up{color:#87ddbc}.ticker .down{color:#ffacac}.up{color:var(--green)}.down{color:var(--red)}.neutral{color:var(--muted)}.hero{position:relative;min-height:610px;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:#092b2d;color:#fff}.hero-art{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 55%}.hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(270deg,#08272cee 0%,#08272cd9 20%,#08272c80 43%,transparent 72%)}.hero-copy{width:51%;padding:64px 0 75px}.hero .eyebrow{color:#e1c799;letter-spacing:2px}.hero h1{font-size:clamp(46px,5.8vw,84px);line-height:1.2;white-space:pre-line;font-weight:700}.hero h1 span{color:var(--gold-light)}.hero p{color:#c7d9d2;font-size:19px;max-width:450px;margin:26px 0 31px}.hero .button.secondary{color:#fff;border-color:#ffffff70}.hero .button.secondary:hover{background:#ffffff14}.hero-meta{display:flex;gap:36px;margin-top:48px;color:#d8e5de;font-size:12px}.hero-meta span{display:flex;align-items:center;gap:8px}.hero-meta .icon{width:17px;color:var(--gold-light)}.hero-caption{position:absolute;bottom:20px;left:35px;color:#edf3e7;font-size:10px;opacity:.65}.hero-index{position:absolute;left:45px;top:40px;font:11px Arial;color:#e0d9cb;letter-spacing:3px}.benefits{border-bottom:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:27px 0}.benefit{display:flex;justify-content:center;align-items:center;gap:17px;border-inline-end:1px solid var(--line)}.benefit:last-child{border:0}.benefit .icon{width:27px;height:27px;color:var(--accent)}.benefit strong{font-size:15px}.benefit p{font-size:12px}.catalog-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}.search-field{position:relative;flex:1;min-width:200px}.search-field .icon{position:absolute;top:15px;right:14px;color:var(--muted)}.search-field input{padding-right:44px}.catalog-tools select{width:150px}.chip{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:9px 18px;border-radius:99px}.chip.active{background:var(--petrol);color:white;border-color:var(--petrol)}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-card{min-width:0;display:block}.product-image{height:310px;overflow:hidden;border-radius:14px;background:var(--soft);position:relative;display:grid;place-items:center;border:1px solid var(--line)}.product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-image>img{transform:scale(1.055)}.product-image>.icon{width:90px;height:90px;color:var(--accent);opacity:.45}.product-card .badge{position:absolute;top:17px;right:17px;background:var(--surface);color:var(--text)}.product-bottom{padding:20px 3px}.product-bottom .meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-bottom:7px}.product-bottom h3{font-size:22px}.product-price{display:flex;align-items:center;justify-content:space-between;margin-top:14px;font:600 19px Arial,sans-serif}.product-price small{font-size:11px;color:var(--muted)}.product-price .icon{width:20px;color:var(--accent)}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:99px;font-size:12px;line-height:1.4;font-weight:700;background:var(--soft)}.badge.green{background:#17845a14;color:var(--green)}.badge.orange{background:#c38a3818;color:var(--accent)}.badge.gray{color:var(--muted);background:var(--soft)}.badge.red{color:var(--red);background:#cf333315}.empty{text-align:center;border:1px dashed var(--line);border-radius:var(--radius);padding:55px 24px;grid-column:1/-1;background:var(--surface)}.empty-symbol{display:grid;place-items:center;width:66px;height:66px;background:var(--soft);color:var(--accent);border-radius:50%;margin:0 auto 20px}.empty-symbol>.icon{width:29px;height:29px}.empty p{margin:12px 0 20px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story-visual{height:480px;border-radius:180px 180px 15px 15px;overflow:hidden;position:relative}.story-visual img{width:100%;height:100%;object-fit:cover;object-position:left center}.story-visual:after{content:'';position:absolute;inset:15px;border:1px solid #d0b47970;border-radius:165px 165px 5px 5px}.story-copy p{margin:25px 0;white-space:pre-line;max-width:600px}.story-caption{font-size:11px!important;margin:8px 0!important}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.article-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .3s,box-shadow .3s;background:var(--surface)}.article-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.article-card img{height:205px;width:100%;object-fit:cover}.article-card .content{padding:25px}.article-card .content>p{font-size:14px;margin:15px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card h3{font-size:24px}.article-card .eyebrow{margin-bottom:10px}.contact-band{background:var(--petrol);color:#fff;border-radius:18px;padding:45px 50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-band p{color:#b9d3c9;margin-top:12px}.footer{background:var(--soft);border-top:1px solid var(--line);padding-top:55px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:65px;padding-bottom:40px}.footer .brand{margin-bottom:20px}.footer .brand-sub{color:var(--accent)}.footer p{font-size:14px;max-width:360px}.footer-links{display:flex;flex-direction:column;gap:12px;font-size:14px}.footer-links h4{margin-bottom:10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:22px 0;color:var(--muted);font-size:12px}.footer-bottom a{font-size:11px}.page-hero{padding:50px 0 40px;border-bottom:1px solid var(--line);background:var(--soft)}.page-hero h1{font-size:46px}.page-hero p{max-width:700px;margin-top:15px}.breadcrumbs{display:flex;gap:12px;font-size:12px;color:var(--muted);margin-bottom:20px}.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.market-card{padding:26px;border:1px solid var(--line);border-radius:14px;background:var(--surface);position:relative;overflow:hidden}.market-card.primary{background:var(--petrol);color:#fff;border-color:var(--petrol)}.market-card.primary p{color:#bdd0cc}.market-card.primary .up{color:#9beac5}.market-card.primary .down{color:#ffaaaa}.market-card h3{font-size:18px}.big-price{font:500 34px/1.4 Arial,sans-serif;letter-spacing:-.6px;font-variant-numeric:tabular-nums;direction:ltr;text-align:right;margin:19px 0 8px}.big-price small{font-size:13px;font-weight:400;letter-spacing:0}.market-card .sub{font-size:12px}.market-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:12px;font-size:12px}.market-layout{display:grid;grid-template-columns:1.8fr 1fr;gap:24px;margin-top:25px}.panel{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:var(--surface)}.panel h3{margin-bottom:18px;font-size:23px}.panel-sub{font-size:13px;margin-top:-7px;margin-bottom:20px}.line-chart{height:215px;width:100%;margin-top:15px;overflow:visible}.chart-foot{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted);direction:ltr}.candle{height:48px;position:relative;margin:25px 14px}.candle-line{height:2px;position:absolute;top:22px;left:0;right:0;background:var(--muted)}.candle-body{height:15px;top:16px;position:absolute;border-radius:2px;background:var(--green);min-width:2px}.candle-close{position:absolute;top:12px;height:24px;width:2px;background:var(--accent)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.field.full{grid-column:1/-1}.field-help{display:block;font-size:12px;color:var(--muted);font-weight:400;margin-top:6px}.calculator-total{padding:20px;border-radius:12px;background:var(--soft);margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:15px}.calculator-total strong{font:600 25px Arial}.calculator-total strong small{font-size:12px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:right;font-size:16px}th{color:var(--muted);font-size:13px;font-weight:700;background:var(--soft);white-space:nowrap}th,td{padding:15px 18px;border-bottom:1px solid var(--line)}tr:last-child td{border-bottom:0}.price-note{font-size:12px;color:var(--muted);margin-top:18px;line-height:1.8}.market-disclosure{display:flex;gap:18px;font-size:11px;color:var(--muted);flex-wrap:wrap;padding:20px 0}.market-disclosure a{text-decoration:underline}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-detail .product-image{height:560px}.product-detail h1{font-size:40px;margin:18px 0}.detail-description{margin:24px 0;white-space:pre-line}.detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin:20px 0;border-radius:12px;overflow:hidden}.detail-specs>div{padding:17px;background:var(--surface)}.detail-specs dt{font-size:12px;color:var(--muted)}.detail-specs dd{margin:4px 0 0;font-size:18px;font-weight:700}.reading{max-width:860px;margin:auto;padding:60px 0}.reading h1{font-size:43px;margin:15px 0 28px}.reading .article-content{font-size:20px;line-height:1.95;overflow-wrap:anywhere}.reading .article-content h2{font-size:29px}.reading .article-content h3{font-size:25px}.article-images{display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin:35px 0}.article-images figure{margin:0}.article-images figure:first-child{grid-column:1/-1}.article-images img{width:100%;max-height:520px;object-fit:contain;background:var(--soft);border-radius:12px}.article-images figcaption{font-size:13px;text-align:center;color:var(--muted);margin-top:8px}.text-gold{color:var(--accent)}.text-red{color:var(--red)}.text-green{color:var(--green)}.size-large{font-size:1.25em}.size-small{font-size:.8em}mark{background:#dec58f44;color:inherit}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.contact-card{display:flex;align-items:center;gap:22px;padding:28px;border:1px solid var(--line);border-radius:14px}.contact-card>.icon{color:var(--accent);width:29px;height:29px}.contact-card p{font-size:13px}.contact-card strong{font-size:21px;overflow-wrap:anywhere}.social-row{display:flex;gap:15px;flex-wrap:wrap;margin-top:30px}.display-mode .site-nav,.display-mode .footer,.display-mode .top-note{display:none}.display-mode .big-price{font-size:clamp(32px,5vw,68px)}.display-mode .market-card{padding:35px}.display-mode .market-card h3{font-size:25px}.display-mode .market-card .sub{font-size:18px}.display-mode .market-layout{grid-template-columns:1.6fr 1fr}.display-mode .section{padding:35px 0}dialog{width:min(700px,calc(100% - 32px));max-height:90vh;border:1px solid var(--line);border-radius:22px;background:var(--surface);color:var(--text);padding:0;box-shadow:0 30px 100px #0004}dialog::backdrop{background:#071f29a0;backdrop-filter:blur(5px)}.modal-close{position:sticky;float:left;top:18px;margin:18px 18px 0;z-index:2;background:var(--surface)}.dialog-inner{padding:35px;clear:both}.dialog-inner h2{font-size:29px;margin-bottom:15px}.dialog-inner p{margin-bottom:23px}.dialog-symbol{color:var(--accent);margin-bottom:18px}.dialog-inner form .button-row{margin-top:25px}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);padding:14px 24px;border-radius:12px;background:var(--petrol);color:#fff;box-shadow:0 8px 30px #0003;z-index:150;max-width:min(600px,90vw);opacity:0;pointer-events:none;transition:.25s;font-size:15px}#toast.visible{opacity:1;transform:translate(-50%,0)}#toast.error{background:#993a3a}.error-box{background:#c73e3e0f;border:1px solid #c73e3e45;color:var(--red);padding:14px;border-radius:10px;margin-bottom:20px;font-size:14px}.note-box{background:var(--soft);border-right:3px solid var(--accent);padding:16px 20px;border-radius:8px;font-size:14px;margin:20px 0}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s,transform .65s}.reveal.revealed{opacity:1;transform:translateY(0)}.flash{animation:priceflash .8s}.hidden{display:none!important}@keyframes spin{to{transform:rotate(360deg)}}@keyframes priceflash{0%{opacity:.4;transform:translateY(3px)}100%{opacity:1;transform:none}}
@media(min-width:1550px){.hero{min-height:700px}}@media(max-width:1150px){.container{width:calc(100% - 48px)}.site-nav{gap:18px}.brand-name{font-size:21px}.hero-copy{width:55%}.story-grid{gap:35px}.product-image{height:265px}}@media(max-width:900px){.site-nav{display:none;position:absolute;top:83px;left:0;right:0;background:var(--petrol-deep);padding:25px;box-shadow:0 20px 35px #0002}.site-nav.open{display:flex;flex-wrap:wrap}.mobile-toggle{display:inline-grid}.hero{min-height:550px}.hero-copy{width:65%}.hero:after{background:linear-gradient(270deg,#08272cf5,#08272c99 60%,#08272c44)}.hero-meta{gap:18px}.products-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.story-visual{height:380px}.market-layout{grid-template-columns:1fr}.market-grid{gap:12px}.market-card{padding:20px}.big-price{font-size:25px}.footer-grid{gap:30px}.product-detail{gap:30px}.product-detail .product-image{height:420px}.display-mode .market-layout{grid-template-columns:1fr}}
@media(max-width:600px){body{font-size:16px}.container{width:calc(100% - 32px)}.section{padding:48px 0}.top-note{font-size:10px}.header-main{min-height:73px;gap:12px}.brand img{width:33px;height:33px}.brand-name{font-size:20px}.brand-sub{font-size:7px;letter-spacing:2px}.header-tools{gap:6px}.header-tools .icon-button{width:34px;height:34px}.header-tools .currency-select{width:59px;font-size:10px;padding:8px 5px}.site-nav{top:73px}.ticker-inner{justify-content:start;gap:26px;min-height:35px}.hero{min-height:605px;align-items:flex-start}.hero-copy{width:100%;padding:50px 0 150px}.hero-copy h1{font-size:52px;max-width:85%}.hero-copy p{font-size:17px;max-width:90%;margin:20px 0 25px}.hero:after{background:linear-gradient(180deg,#08272cfa,#08272ccb 55%,#08272c25)}.hero-art{object-position:30% center}.hero-meta{margin-top:28px;font-size:10px;gap:15px}.hero-index{display:none}.hero-caption{left:18px;font-size:9px}.button{padding:12px 18px;font-size:14px}.benefit-grid{padding:20px 0}.benefit{flex-direction:column;gap:9px;text-align:center;padding:0 6px}.benefit .icon{width:23px;height:23px}.benefit strong{font-size:12px}.benefit p{font-size:10px}.section-heading{align-items:start;flex-wrap:wrap;margin-bottom:25px}.section-heading p{font-size:14px}.section-heading .text-link{font-size:13px}.products-grid,.article-grid{gap:16px;grid-template-columns:1fr 1fr}.product-image{height:210px}.product-card .badge{font-size:10px;top:10px;right:10px}.product-bottom h3{font-size:18px}.product-price{font-size:16px}.product-bottom .meta{font-size:10px}.product-price small{font-size:9px}.product-bottom{padding:13px 0}.story-grid,.product-detail,.footer-grid,.contact-grid{grid-template-columns:1fr}.story-visual{height:360px;max-width:360px;width:100%;margin:auto}.story-grid{gap:35px}.article-grid{grid-template-columns:1fr}.contact-band{padding:30px 25px;align-items:start;flex-direction:column}.contact-band h2{font-size:28px}.footer-grid{gap:35px}.footer-bottom{flex-direction:column;gap:8px}.page-hero{padding:34px 0}.page-hero h1{font-size:35px}.market-grid{grid-template-columns:1fr}.big-price{font-size:37px}.market-card{padding:24px}.market-layout{gap:18px}.panel{padding:21px}.form-grid{gap:15px}.catalog-tools select{width:120px}.product-detail .product-image{height:380px}.product-detail h1{font-size:32px}.reading{padding:35px 0}.reading h1{font-size:34px}.reading .article-content{font-size:18px}.article-images{grid-template-columns:1fr}.dialog-inner{padding:25px}.contact-card{padding:22px}.display-mode .big-price{font-size:42px}.display-mode .market-card{padding:25px}.empty{padding:35px 18px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
.article-images.layout-split figure:first-child,.article-images.layout-gallery figure:first-child{grid-column:auto}.article-images.layout-gallery{grid-template-columns:repeat(3,1fr)}.product-card.layout-list{grid-column:1/-1;display:grid;grid-template-columns:210px 1fr;gap:26px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:15px}.product-card.layout-list .product-image{height:170px}.product-card.layout-list .product-bottom{padding-inline:15px}.rotate{transform:rotate(180deg)}@media(max-width:600px){.article-images.layout-gallery{grid-template-columns:1fr 1fr}.product-card.layout-list{grid-template-columns:110px 1fr;gap:12px;padding:10px}.product-card.layout-list .product-image{height:120px}.product-card.layout-list .product-bottom{padding:0}}


/* source: /css/presentation.css */
.owner-tools{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);z-index:110;display:flex;gap:5px;align-items:center;padding:10px;background:#123c40f5;color:white;border:1px solid #c1a05a66;box-shadow:0 15px 50px #0004;border-radius:16px;max-width:calc(100% - 30px);width:max-content;backdrop-filter:blur(15px)}.owner-tools strong,.owner-tools button,.owner-tools a{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;white-space:nowrap;border:0;border-radius:8px;font-size:13px;background:transparent;color:inherit}.owner-tools .icon{width:17px;height:17px}.owner-tools strong{color:#e5c488}.owner-tools button:hover,.owner-tools a:hover,.owner-tools .active{background:#ffffff24}.has-owner-tools{padding-bottom:85px}.owner-editing [data-copy-original],.owner-editing [data-price-id],.owner-editing [data-product-price],.owner-editing .article-content[data-article-id]{outline:1px dashed #aa803e77;outline-offset:3px;cursor:text;min-width:8px;min-height:1em}.owner-editing [data-copy-original]:empty:after{content:'نص مخفي';font-size:12px;color:var(--accent)}.owner-editing [data-price-id],.owner-editing [data-product-price]{cursor:pointer}.owner-editing [data-copy-original]:hover,.owner-editing [data-price-id]:hover,.owner-editing [data-product-price]:hover{outline:2px solid #ad773b;background:#ad773b15}.place-choices{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 22px}.place-choices label{display:flex;gap:8px;align-items:center;background:var(--soft);padding:7px 12px;border-radius:8px;font-size:14px}.place-choices input{width:17px;height:17px}.display-card{padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:10px;min-width:0}.display-label{font-size:17px}.display-value{font-size:clamp(24px,2.5vw,39px);font-weight:700;text-align:start}.display-source{font-size:11px;color:var(--muted)}.announcement-card span{white-space:pre-wrap}.ticker-cell{flex-shrink:0;gap:8px}.ticker-cell .display-source{font-size:10px}.ticker-cell .display-value{font-size:14px}.ticker-cell.announcement-card{max-width:380px}.page-display-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:40px}.page-display-items:empty{display:none}.price-rail{position:fixed;z-index:70;top:35%;width:165px;max-height:52vh;filter:drop-shadow(0 10px 25px #0002)}.price-rail.left{left:10px}.price-rail.right{right:10px}.rail-items{overflow:auto;max-height:52vh;background:var(--surface);border:1px solid var(--line);border-radius:14px}.price-rail .display-card{border-radius:0;border-width:0 0 1px;padding:14px;gap:5px}.price-rail .display-value{font-size:21px}.price-rail .display-label{font-size:13px}.price-rail .display-source{font-size:9px}.rail-toggle{position:absolute;top:-37px;width:35px;height:35px;background:var(--petrol);color:white;border:0;border-radius:10px;display:grid;place-items:center}.price-rail.left .rail-toggle{left:0}.price-rail.right .rail-toggle{right:0}.price-rail.collapsed .rail-items{display:none}.presentation-row{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line)}.presentation-row p{font-size:14px;margin:4px 0}.presentation-row small{color:var(--muted);overflow-wrap:anywhere}.slide-editor-grid{display:grid;gap:18px;margin:25px 0}.slide-editor-row{display:grid;grid-template-columns:190px 1fr;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.slide-editor-row img{width:190px;height:140px;object-fit:cover;border-radius:10px}.slide-editor-row label{display:block;margin-bottom:8px}.slide-editor-row input{width:100%}.slideshow{position:relative;margin:25px auto 45px;width:min(1280px,calc(100% - 40px));height:clamp(280px,38vw,600px);overflow:hidden;border-radius:20px;background:#12383d}.slideshow-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease;margin:0;pointer-events:none}.slideshow-slide.active{opacity:1}.slideshow-slide img{width:100%;height:100%;object-fit:cover}.slideshow-slide .slide-caption{position:absolute;bottom:65px;left:30px;right:30px;color:white;background:#092d3499;backdrop-filter:blur(5px);padding:9px 16px;border-radius:8px;max-width:fit-content;font-size:18px}.slideshow-controls{position:absolute;z-index:5;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;background:#102d34aa;border:1px solid #fff3;border-radius:25px;padding:5px 9px;color:white;backdrop-filter:blur(10px)}.slideshow-controls button{border:0;background:transparent;color:white;min-width:28px;min-height:28px;border-radius:50%}.slideshow-controls button:hover{background:#fff2}.slide-dots{display:flex;gap:7px}.slide-dots button{width:9px;min-width:9px;height:9px;min-height:9px;background:#fff6;padding:0}.slide-dots button[aria-pressed=true]{background:#ecc98e}.hero-slideshow{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0;overflow:visible}.hero-slideshow .slide-caption{left:30px;right:auto;bottom:80px;font-size:12px}.hero-slideshow .slideshow-controls{left:140px}.hero .hero-slideshow{z-index:auto}.hero-slideshow .slideshow-controls,.hero-slideshow .slide-caption{z-index:4}.article-content{display:flow-root;overflow-wrap:anywhere}.article-content img{height:auto;object-fit:contain;border-radius:10px}.article-content p{margin:0 0 1em}.article-content ul,.article-content ol{padding-inline-start:2em}.article-content blockquote{border-inline-start:4px solid var(--accent);padding-inline-start:20px;margin:20px 0}.article-content .ql-align-center{text-align:center}.article-content .ql-align-right{text-align:right}.article-content .ql-align-justify{text-align:justify}.article-content .ql-direction-rtl{direction:rtl}.article-content .ql-font-serif{font-family:Georgia,'Times New Roman',serif}.article-content .ql-font-monospace{font-family:monospace}.article-content .ql-size-small{font-size:.75em}.article-content .ql-size-large{font-size:1.5em}.article-content .ql-size-huge{font-size:2.5em}.article-content [class*=ql-indent-]{margin-inline-start:2em}.article-content h1,.article-content h2,.article-content h3{line-height:1.4;margin:1em 0 .5em}
@media(max-width:1100px){.owner-tools{gap:2px;overflow:auto}.owner-tools a,.owner-tools button{font-size:12px;padding:7px}.price-rail{width:130px;top:auto;bottom:110px}.price-rail .display-value{font-size:18px}.price-rail .display-label{font-size:11px}.price-rail .display-source{display:none}.rail-items{max-height:28vh}.hero-slideshow .slide-caption{bottom:100px}}@media(max-width:600px){.owner-tools{bottom:7px;max-width:calc(100% - 12px)}.owner-tools strong{display:none}.owner-tools .icon{width:14px}.price-rail{width:112px;opacity:.97}.price-rail.left{left:5px}.price-rail.right{right:5px}.price-rail .display-card{padding:10px}.price-rail .display-value{font-size:16px}.has-owner-tools .price-rail{bottom:95px}.slide-editor-row{grid-template-columns:1fr}.slide-editor-row img{width:100%;height:170px}.hero-slideshow .slideshow-controls{left:110px}.hero-slideshow .slide-caption{left:15px;bottom:60px}.hero .hero-copy{pointer-events:none}.hero .hero-copy a{pointer-events:auto}.slideshow{height:310px}.hero-slideshow{height:100%}.article-content img{float:none!important;width:100%!important;max-width:100%!important;margin:16px auto!important}.place-choices{gap:5px}.place-choices label{font-size:12px}.presentation-row{gap:10px}.display-value{font-size:29px}}@media(prefers-reduced-motion:reduce){.slideshow-slide{transition:none}}

.owner-editing .hero .hero-copy{pointer-events:auto}.ql-editor:after,.article-content:after{content:"";display:block;clear:both}

.market-grid .display-card:first-child{background:var(--petrol);color:#fff}.market-grid .display-card:first-child .display-source{color:#d5e1de}.market-grid .display-card:first-child .neutral{color:#ebc891}
.hero .hero-slideshow{background:transparent;pointer-events:none}.hero-slideshow .slideshow-slide{z-index:-2}.hero:after{pointer-events:none}.hero-slideshow .slideshow-controls{pointer-events:auto}.hero>.container{position:relative;z-index:1;pointer-events:none}.hero .hero-copy{pointer-events:auto}

/* 2.1.7: restore the original full-width hero and overlay composition. */
.hero .hero-slideshow{z-index:0;overflow:hidden}
.hero-slideshow .slideshow-slide{z-index:0}
.hero-slideshow .slideshow-slide img{width:100%;height:100%;object-fit:cover;object-position:50% 55%}
.hero:has(.hero-slideshow):after{z-index:1}
.hero:has(.hero-slideshow)>.container{z-index:2}
.hero:has(.hero-slideshow) .hero-index,.hero:has(.hero-slideshow)>.hero-caption{z-index:2;pointer-events:none}
.hero h1 [data-copy-original]{color:inherit}
.slideshow:not(.hero-slideshow){height:auto;aspect-ratio:16/9}
.slideshow:not(.hero-slideshow) .slideshow-slide img{object-fit:contain}
.slideshow-slide[data-load-state=failed] img{visibility:hidden}
.slideshow-empty{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#edf2ef}
.slideshow-unavailable .slideshow-controls{display:none}
.image-unavailable{object-fit:contain!important;background:#edf2ef!important;min-height:100px}
.slide-editor-row img,.media-card img,.product-image>img,.article-images img{object-fit:contain}
@media(max-width:900px){
 .slideshow:not(.hero-slideshow){width:calc(100% - 24px);aspect-ratio:3/2;min-height:240px}
 .slideshow:not(.hero-slideshow) .slide-caption{font-size:12px;left:12px;right:12px}
}
/* The text area's empty padding must not intercept slideshow controls. */
.hero:has(.hero-slideshow) .hero-copy{pointer-events:none}
.hero:has(.hero-slideshow) .hero-copy>*{pointer-events:auto}

/* 2.1.7: no new palette; use the site's existing tokens. */
.price-connection-status{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;justify-content:center;padding:12px 20px;background:var(--surface);border-bottom:1px solid var(--line);font-size:.875rem;text-align:center}
.price-connection-status[hidden]{display:none}
.product-price-status,.price-stale-note{display:block;font-size:.75em;font-weight:400;line-height:1.5}
.product-card[aria-disabled="true"] .product-price{opacity:.7}


/* source: /css/branding.css */
/* YAQEEN GOLD 2.1.7 — approved gold crescent/ruby star. Existing site palette retained. */
.brand.yaqeen-brand { gap: 14px; min-width: 0; }
.brand.yaqeen-brand .brand-logo { display:block; width:72px; height:72px; flex:0 0 auto; object-fit:contain; background:transparent; border:0; border-radius:0; padding:0; box-shadow:none; }
.brand.yaqeen-brand .brand-logo[hidden] { display:none; }
.yaqeen-brand .brand-name { font-size:26px; white-space:nowrap; letter-spacing:0; line-height:1.4; }
.yaqeen-brand .brand-sub { font:10px/1.6 Arial,sans-serif; letter-spacing:2px; margin-top:3px; }
.site-header .header-main { min-height:98px; gap:22px; }
.site-nav { gap:24px; }
.site-nav a { white-space:nowrap; }
.footer .yaqeen-brand .brand-logo { width:82px; height:82px; }
.admin-sidebar .yaqeen-brand { gap:10px; }
.admin-sidebar .yaqeen-brand .brand-logo { width:58px; height:58px; border-radius:15px; }
.admin-sidebar .yaqeen-brand .brand-name { font-size:20px; }
.admin-sidebar .yaqeen-brand .brand-sub { letter-spacing:0; font:12px/1.8 Tajawal,Arial,sans-serif; }
.auth-art .yaqeen-brand .brand-logo { width:88px; height:88px; }
.boot .yaqeen-brand { flex-direction:column; gap:12px; margin-bottom:5px; }
.boot .yaqeen-brand .brand-logo { width:136px; height:136px; border-radius:26px; }
.boot .yaqeen-brand .brand-name { font-size:28px; color:var(--text); }
.boot .yaqeen-brand .brand-sub { color:var(--muted); }
.brand-preview-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:22px; }
.brand-preview { padding:20px 10px; display:flex; flex-direction:column; align-items:center; gap:12px; border:1px solid var(--line); border-radius:14px; font-size:13px; }
.brand-preview img { width:110px; height:110px; background:transparent; object-fit:contain; border-radius:0; border:0; }
.brand-preview.light { background:#fff; color:#173f41; }
.brand-preview.dark { background:#132b2f; color:#fff; }
@media (max-width:1180px) {
 .site-header .site-nav { display:none; }
 .site-header .site-nav.open { display:flex; position:absolute; top:100%; inset-inline:0; flex-direction:column; align-items:stretch; gap:0; padding:12px 26px 20px; background:var(--petrol); border-top:1px solid #ffffff24; box-shadow:0 12px 20px #0002; max-height:65vh; overflow:auto; }
 .site-header .site-nav.open a { padding:12px; }
 .site-header .mobile-toggle { display:inline-grid; }
}
@media (max-width:600px) {
 .site-header .header-main { min-height:84px; gap:10px; }
 .site-header .yaqeen-brand { gap:8px; }
 .site-header .yaqeen-brand .brand-logo { width:50px; height:50px; border-radius:13px; }
 .site-header .yaqeen-brand .brand-name { font-size:19px; }
 .site-header .yaqeen-brand .brand-sub { font-size:8px; letter-spacing:1.2px; }
 .site-header .header-tools { gap:6px; }
 .site-header .header-tools .icon-button { width:34px; height:34px; }
 .site-header .header-tools .currency-select { width:58px; padding:7px 3px; }
 .footer .yaqeen-brand .brand-logo { width:64px; height:64px; }
 .footer .yaqeen-brand .brand-name { font-size:23px; }
}
@media (max-width:380px) {
 .site-header .yaqeen-brand .brand-logo { width:44px; height:44px; }
 .site-header .yaqeen-brand .brand-name { font-size:17px; }
 .site-header .header-tools .icon-button { width:30px; height:30px; }
 .site-header .header-tools .currency-select { width:52px; font-size:11px; }
}
@media (prefers-reduced-motion:reduce) {
 .yaqeen-brand, .yaqeen-brand * { transition:none; }
}

/* The emblem itself has alpha transparency; no square tile in either theme. */
.brand.yaqeen-brand .brand-logo, .brand-preview img {background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;}


/* source: /css/languages.css */
/* Bilingual layout: preserves the existing identity and numeric market display. */
.language-select{width:68px;min-width:62px;padding:7px 6px;font:13px/1.3 Arial,Tahoma,sans-serif;direction:ltr;text-align:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text)}
.top-note{min-height:34px;height:auto;padding:3px 16px;gap:18px}
.top-note>span{display:flex;align-items:center;gap:8px}
.top-note .language-select{padding:3px 5px;width:64px;min-width:64px;font-size:12px}
.auth-language{position:fixed;inset-inline-end:22px;top:16px;z-index:60}
.translation-tools{margin:24px 0}
.translation-tools input{flex:1;min-width:190px}
.translation-tools select{width:180px}
.translation-editor{margin-top:20px}
.translation-field{padding:16px 0;border-bottom:1px solid var(--line)}
.translation-field h3{margin-bottom:18px;font-size:18px}
.translation-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.translation-grid textarea{min-height:130px;line-height:1.8;resize:vertical;unicode-bidi:plaintext}
.translation-source{background:var(--soft);color:var(--muted)}
html[dir=ltr] .hero:after{background:linear-gradient(90deg,#08272cee 0%,#08272cd9 20%,#08272c80 43%,transparent 72%)}
html[dir=ltr] .hero-index{left:auto;right:45px}
html[dir=ltr] .hero-caption{left:auto;right:35px}
html[dir=ltr] .search-field .icon{right:auto;left:14px}
html[dir=ltr] .search-field input{padding-right:14px;padding-left:44px}
html[dir=ltr] .site-nav a.active:after{right:auto;left:0}
html[dir=ltr] .brand-name{letter-spacing:0;font-size:23px}
html[dir=ltr] .hero h1{letter-spacing:-1px;font-size:clamp(38px,4.8vw,72px)}
html[dir=ltr] .quick-action,html[dir=ltr] th,html[dir=ltr] td{text-align:start}
html[dir=ltr] .article-content{direction:ltr;text-align:start}
html[dir=ltr] .password-wrap .icon-button{left:auto;right:8px}
html[dir=ltr] .password-wrap input{padding-left:14px;padding-right:50px}
@media(max-width:800px){.translation-grid{grid-template-columns:1fr}.admin-topbar{flex-wrap:wrap;gap:12px}.admin-topbar>.button-row{margin-inline-start:auto}.translation-editor{padding:16px}}
@media(max-width:600px){html[dir=ltr] .site-header .yaqeen-brand .brand-name{font-size:18px}html[dir=ltr] .hero-copy{width:100%}html[dir=ltr] .hero h1{font-size:43px}.top-note{gap:12px;padding-inline:12px;font-size:10px}.translation-tools select{width:100%}.translation-grid{gap:10px}}

html[dir=ltr] .icon[data-icon="arrow"]{transform:rotate(180deg)}


/* source: /css/studio-theme.css */
/* One color policy for existing pages, administration, new screens and dialogs. */
html[data-studio-colors] body,html[data-studio-colors][data-theme=dark] body{background:var(--page-bg);color:var(--text)}
html[data-studio-colors] :is(h1,h2,h3,h4){color:var(--heading)}
html[data-studio-colors] :is(.site-header,.top-note,.ticker){background:var(--petrol);color:var(--header-text)}
html[data-studio-colors] :is(.site-header,.top-note) :is(.brand-name,.site-nav a,.icon-button,.currency-select){color:var(--header-text)}
html[data-studio-colors] .site-header .site-nav a.active{color:var(--gold-light)}
html[data-studio-colors] .footer{background:var(--footer-bg);color:var(--footer-text)}
html[data-studio-colors] .footer :is(h4,p,.brand-name,.footer-bottom){color:var(--footer-text)}
html[data-studio-colors] .button:not(.secondary):not(.danger):not(.gold){background:var(--button-bg);border-color:var(--button-bg);color:var(--button-text)}
html[data-studio-colors] .button.gold{background:var(--gold-light);border-color:var(--gold-light);color:var(--gold-button-text)}
html[data-studio-colors] .button.danger{background:var(--red);border-color:var(--red);color:#fff}
html[data-studio-colors] .admin-sidebar{background:var(--sidebar-bg);color:var(--sidebar-text)}
html[data-studio-colors] .admin-sidebar :is(.brand-name,.sidebar-label,.admin-nav a,.sidebar-bottom a,.sidebar-stamp){color:var(--sidebar-text)}
html[data-studio-colors] .admin-nav a.active{background:color-mix(in srgb,var(--accent) 22%,transparent);color:var(--gold-light);border-color:var(--accent)}
html[data-studio-colors] .admin-topbar{background:var(--surface)}
html[data-studio-colors] :is(.auth-art,.welcome-panel){background:var(--petrol);color:var(--header-text)}
html[data-studio-colors] :is(.auth-art,.welcome-panel) :is(h1,h2,p,.brand-name){color:var(--header-text)}
html[data-studio-colors] .hero{background:var(--petrol-deep)}
html[data-studio-colors] .hero :is(h1,p,.eyebrow,.hero-meta){color:var(--hero-text)}
html[data-studio-colors] :is(.up,.market-up){color:var(--green)}
html[data-studio-colors] :is(.down,.market-down){color:var(--red)}
html[data-studio-colors] .neutral{color:var(--neutral)}
html[data-studio-colors] dialog{background:var(--surface);color:var(--text)}
html[data-studio-colors] .page-hero{background:var(--soft)}
html[data-studio-colors] .hero:after{background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--petrol-deep) 88%,transparent))}
html[data-studio-colors] .site-header .site-nav.open{background:var(--petrol)}


/* source: /css/interface-review.css */
/* 2.1.7: layout/accessibility fixes, no replacement of the approved color identity. */
:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible {outline:3px solid var(--accent,#b28a48);outline-offset:3px;}
:where(.panel,.trade-panel,.field,.header-main,.header-tools,.admin-topbar,.terminal-controls) {min-width:0;}
:where(.article-content,.screen-content,.view-title,.brand-name,.note-box,.hosting-card) {overflow-wrap:anywhere;}
:where(.table-scroll,.hosting-table-wrap) {max-width:100%;overflow-x:auto;}
@media(min-width:1181px){.site-header .site-nav{min-width:0;flex:1;overflow-x:auto;scrollbar-width:thin;padding-block:12px;}.site-header .site-nav a{flex:0 0 auto;}.site-header .header-tools,.site-header .brand{flex-shrink:0;}}
@media(min-width:1151px){.terminal-nav{min-width:0;overflow-x:auto;scrollbar-width:thin;}.terminal-nav a{flex-shrink:0;}}
@media(max-width:900px){.admin-sidebar{left:auto;right:auto;inset-inline-start:0;width:min(280px,calc(100vw - 32px));}.admin-topbar .button-row{flex-wrap:wrap;}.admin-topbar .intro{min-width:0;}}
@media(max-width:520px){.terminal-controls,.header-tools{flex-shrink:0;}.terminal-header .brand-name,.terminal-minibar .brand-name{max-width:34vw;line-height:1.4;white-space:normal;}.site-header .brand-name{max-width:37vw;white-space:normal;}.terminal-footer{gap:12px;flex-wrap:wrap;}.view-title .button-row{flex-wrap:wrap;}.auth-language{position:absolute;}.auth-art .brand{padding-inline-end:50px;}}
/* Images stay accessible and links clickable. No blanket ban on selecting text or prices. */
html[data-content-guard] :is(img,canvas,svg,video){-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none;}
.hosting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.hosting-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:20px;}
.hosting-card h3{font-size:18px;margin-bottom:10px;}
.hosting-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px;}
.hosting-row:last-child{border:0;}.hosting-card code{display:block;direction:ltr;unicode-bidi:embed;font-size:12px;margin-block:8px;overflow-wrap:anywhere;}
.hosting-pass{color:var(--green,#12765a);}.hosting-warn{color:var(--red,#b33d32);}.hosting-note{padding:16px;border-inline-start:3px solid var(--accent);background:var(--soft);margin-block:16px;line-height:1.9;}
@media(max-width:780px){.hosting-grid{grid-template-columns:1fr;}}
@media print{body:not(.admin-body)::after{content:'يقين للذهب | YAQEEN GOLD — حقوق التصميم والصور محفوظة؛ الأسعار حسب وقت الرصد.';display:block;font:11px Arial;text-align:center;padding:12px;border-top:1px solid #777;}.icon-button,.owner-toolbar{display:none!important;}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important;}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;}}
@media(max-width:360px){.terminal-header,.terminal-minibar{flex-wrap:wrap;justify-content:space-between;}.terminal-controls{margin-inline-start:auto;}.terminal-header .brand-name,.terminal-minibar .brand-name{max-width:calc(100vw - 110px);}}


/* source: /css/unified.css */
/* Yaqeen shared interface — 2.1.15. Navigation scrolls; only the quote strip sticks. */
:root{--ui-radius:14px;--ui-space:20px;--ui-max:1440px}
body{font-variant-numeric:tabular-nums}
.site-header,.terminal-header,.terminal-minibar,.lounge-nav{position:relative!important;top:auto!important}
.unified-header{z-index:55!important;box-shadow:none;border-bottom:1px solid color-mix(in srgb,var(--gold-light,#dfbd83) 27%,transparent);background:var(--petrol,#173f41);color:var(--header-text,#fff)}
.unified-header .container{width:100%;max-width:var(--ui-max);padding-inline:28px}
.unified-header .header-main{min-height:90px;gap:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.unified-header .brand{flex:0 0 auto;gap:12px}.unified-header .brand-logo{width:68px!important;height:68px!important;object-fit:contain}.unified-header .brand-name{font-size:20px;line-height:1.45}.unified-header .brand-sub{font-size:10px;letter-spacing:2px}
.unified-header .header-tools{display:flex;gap:8px;align-items:center;flex:0 0 auto}
.unified-header .icon-button{width:38px;height:38px;min-height:38px;color:inherit}.unified-header select{font-size:13px;max-width:78px;color:inherit;background:transparent;border:1px solid #ffffff24;border-radius:8px;padding:7px}.unified-header option{color:var(--text);background:var(--surface)}
.unified-header .account-link{display:flex;align-items:center;gap:6px;border:1px solid var(--gold-light,#dfbd83);border-radius:9px;padding:8px 10px;white-space:nowrap;font-size:14px}.account-link .icon{width:18px;height:18px}
.unified-nav{gap:20px!important;display:flex;align-items:center;font-size:14px;flex-wrap:wrap;overflow:visible!important}.unified-nav a{white-space:nowrap;color:inherit}.unified-nav a.active{color:var(--gold-light,#dfbd83)}
.prices-menu{position:relative}.prices-menu summary{cursor:pointer;list-style:none;display:flex;gap:7px;align-items:center;white-space:nowrap}.prices-menu summary::-webkit-details-marker{display:none}.prices-menu-items{position:absolute;inset-inline-start:0;top:calc(100% + 12px);min-width:220px;max-height:60vh;overflow:auto;background:var(--surface);color:var(--text);border:1px solid var(--line);padding:8px;border-radius:12px;box-shadow:0 14px 36px #0004;display:grid;gap:4px;z-index:70}.prices-menu-items a{display:block;padding:10px;border-radius:7px;font-size:14px}.prices-menu-items a:hover{background:var(--soft)}
.unified-pricebar{position:sticky;top:0;z-index:45;background:var(--petrol-deep,#0b2529);color:var(--header-text,#fff);border-bottom:1px solid color-mix(in srgb,var(--gold-light,#dfbd83) 35%,transparent);box-shadow:0 4px 14px #0002;min-height:46px;max-width:100%}
.unified-pricebar .ticker-inner{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:0;margin:0 auto;max-width:var(--ui-max);min-height:46px;align-items:center;padding:0 18px;scrollbar-width:thin;white-space:nowrap}.unified-pricebar .ticker-cell{flex:0 0 auto;display:flex;gap:10px;align-items:center;padding:10px 18px;border-inline-end:1px solid #ffffff20;font-size:13px}.unified-pricebar .ticker-cell strong{font-size:16px}.unified-pricebar .ticker-cell small{font-size:11px}.unified-pricebar .ticker-cell .display-source{display:inline}
.unified-quotes-strip{min-height:49px;max-width:var(--ui-max);margin:auto;padding:8px 24px;display:flex;justify-content:center;gap:30px;align-items:center;direction:ltr}.unified-quotes-strip>span{display:flex;gap:10px;align-items:center;direction:rtl;font-size:13px}.unified-quotes-strip strong{color:var(--gold-light,#eed399);font-size:18px}.unified-quotes-strip small{font-size:11px}.unified-quotes-strip [data-sticky-state]{color:var(--header-text,#eee)}.unified-quotes-strip .is-stale{color:#f8ba85}
.unified-footer{padding:30px 0!important}.unified-footer>.container{max-width:var(--ui-max);display:grid;grid-template-columns:1fr 1fr;gap:20px}.unified-footer nav{display:flex;justify-content:flex-end;align-content:center;flex-wrap:wrap;gap:18px;font-size:14px}.unified-footer p{font-size:13px;margin:8px 0}.unified-footer .brand-logo{width:62px;height:62px}.unified-footer .footer-bottom{grid-column:1/-1;padding-top:15px}
:is(.panel,.trade-panel,.product-card,.article-card,.account-panel){border-radius:var(--ui-radius)}
:is(.button,input,select,textarea){border-radius:9px}button,a,input,select,textarea{touch-action:manipulation}:is(button,a,input,select,textarea):focus-visible{outline:2px solid var(--gold-light,#e6c477);outline-offset:3px}
/* Price color conveys movement only in the delta/arrow/candles, never side. */
.lounge-quote.buy-card .quote-number,.lounge-quote.sell-card .quote-number{color:var(--gold-light)!important}
.owner-tools{position:relative!important;bottom:auto!important}.has-owner-tools{padding-bottom:0!important}
.admin-nav-group{border:none;border-bottom:1px solid #ffffff14;padding:8px 0}.admin-nav-group>summary{font-size:12px;padding:10px 15px;cursor:pointer;opacity:.85}.admin-nav-group .admin-nav-link{display:flex}.admin-nav> a:first-child{margin-bottom:12px}.admin-topbar{position:relative!important;top:auto!important}.admin-nav-group[open]>summary{color:var(--gold-light)}
@media(max-width:1200px){.unified-header .header-main{gap:12px;padding-block:8px}.unified-header .unified-nav{order:3;width:100%;justify-content:center;padding:8px 0}.unified-header .brand-logo{width:56px!important;height:56px!important}.unified-header .mobile-toggle{display:none}}
@media(min-width:801px){.unified-header .mobile-toggle{display:none}}
@media(max-width:800px){.unified-header .container{padding-inline:14px}.unified-header .header-main{min-height:76px;gap:8px;flex-wrap:nowrap}.unified-header .brand-name{font-size:17px}.unified-header .brand-sub{font-size:8px;letter-spacing:1px}.unified-header .brand-logo{width:48px!important;height:48px!important}.unified-header .header-tools{gap:5px}.unified-header .currency-select{display:none}.unified-header .mobile-toggle{display:flex;align-items:center;justify-content:center}.unified-header .unified-nav{display:none;position:absolute;inset-inline:10px;top:100%;width:auto;background:var(--petrol);color:var(--header-text,#fff);border:1px solid var(--line);padding:14px;border-radius:0 0 12px 12px;align-items:stretch;max-height:70vh;overflow:auto!important;box-shadow:0 10px 20px #0003;z-index:75}.unified-header .unified-nav.open{display:flex;flex-direction:column;gap:4px!important}.unified-nav>a,.prices-menu>summary{padding:12px}.prices-menu-items{position:relative;top:auto;min-width:0;margin-top:6px;box-shadow:none;background:color-mix(in srgb,var(--surface) 20%,var(--petrol));color:inherit}.unified-pricebar .ticker-cell{padding:10px 12px}.unified-footer>.container{grid-template-columns:1fr}.unified-footer nav{justify-content:flex-start}.unified-quotes-strip{gap:15px;padding:8px 10px;flex-wrap:wrap}.unified-quotes-strip [data-sticky-state]{text-align:center;font-size:11px;width:100%}.unified-quotes-strip>span{font-size:12px;gap:5px}.unified-quotes-strip strong{font-size:16px}.unified-quotes-strip small{font-size:11px}.lounge-quote .quote-unit,.lounge-quote .quote-meta,.lounge-quote .quote-meta small,.lounge-status time,.lounge-status{font-size:12px!important;line-height:1.6}.lounge-quote .quote-meta{min-height:0;padding-block:5px}.lounge-note,.lounge-disclosure,.lounge-promo-heading p,.lounge-rsi-panel>div>small,.gauge-legend{font-size:12px!important;line-height:1.6}.lounge-contact{font-size:12px!important;min-height:44px}.lounge-tagline p{font-size:12px!important}.lounge-wrap{padding-inline:12px}.lounge-stage{gap:12px}.lounge-data-row{gap:14px}.lounge-promo-controls .icon-button{width:36px;height:36px}.promo-copy p{font-size:13px}.terminal-legend{font-size:12px}.hero{min-height:510px}.hero-copy h1{font-size:clamp(30px,6vw,48px)}}
@media(max-width:450px){.unified-header .brand-name{display:none}.unified-header .brand-logo{width:43px!important;height:43px!important}.unified-header .header-main{min-height:65px}.unified-header .icon-button{width:34px;height:34px;min-height:34px}.unified-header .account-link{padding:7px 9px;font-size:12px}.unified-header .language-select{max-width:63px;font-size:12px;padding-inline:5px}.unified-quotes-strip{gap:7px 12px}.unified-quotes-strip>span{flex-wrap:wrap;justify-content:center;max-width:46%}.unified-quotes-strip>span small{font-size:11px}.lounge-brand{grid-template-columns:110px minmax(0,1fr)}.lounge-logo{width:110px;height:110px}.lounge-symbol,.lounge-spread{font-size:12px!important}.lounge-quote .quote-top h2{font-size:16px}.lounge-quote .quote-number{font-size:clamp(20px,7vw,31px)}.lounge-quote .quote-movement strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important}}

/* Display presets can intentionally request a compact header. */
.unified-header.compact-header .unified-nav,.unified-header.compact-header .mobile-toggle{display:none!important}.unified-header.compact-header .header-main{min-height:64px;flex-wrap:nowrap}.unified-header.compact-header .brand-logo{width:44px!important;height:44px!important}

/* 2.1.15: guarded pricing decisions and responsive scenario controls */
dialog.scenario-approval{box-sizing:border-box;background:var(--surface,#171d25);color:var(--text,#e7edf3);border:1px solid var(--line,#665332);border-radius:16px;width:min(760px,calc(100vw - 28px));max-height:90dvh;padding:0;overflow:auto}
dialog.scenario-approval::backdrop{background:#000a;backdrop-filter:blur(3px)}
.scenario-approval .dialog-inner{padding:24px}.scenario-approval h2{font-size:22px;margin-top:0}.scenario-approval h3{font-size:17px}.scenario-approval p{overflow-wrap:anywhere}.scenario-approval .button-row{gap:10px;flex-wrap:wrap}.scenario-approval button{min-height:44px}
.scenario-approval dl{display:grid;grid-template-columns:1fr 1fr;gap:10px}.scenario-approval article{border:1px solid var(--line,#665332);padding:14px;border-radius:10px;margin:12px 0}
.studio-preview-tools{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.studio-preview-picker{display:flex;flex-direction:column;gap:5px;font-size:13px;min-width:180px;max-width:300px}.studio-preview-picker select{width:100%;min-height:42px;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:8px}
.scenario-editor-tabs{margin:18px 0}.scenario-editor-tabs button{min-height:42px}.studio-editor [data-scenario-panel]{padding-top:12px}.studio-editor [data-scenario-panel][hidden]{display:none!important}.studio-preview-tools a[aria-disabled="true"]{opacity:.55;pointer-events:none}
.lounge-sidebar-text{padding:18px}.lounge-sidebar-text h2{font-size:18px;color:var(--gold-light)}.lounge-sidebar-text p{font-size:14px;line-height:1.8;white-space:normal;overflow-wrap:anywhere}
.quote-pair>.buy-card{grid-column:1}.quote-pair>.sell-card{grid-column:2}
@media(max-width:600px){.studio-preview-tools{width:100%;align-items:stretch;gap:8px}.studio-preview-picker{width:100%;max-width:none}.studio-preview-tools>a{justify-content:center}.scenario-approval .dialog-inner{padding:18px}.scenario-approval dl{grid-template-columns:1fr}.scenario-approval .button-row{display:flex;flex-direction:column;align-items:stretch}}


/* source: /css/account.css */
.customer-space{max-width:1400px;padding-block:35px 70px}.customer-welcome{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.customer-welcome h1{font-size:32px;margin:8px 0;line-height:1.45}.customer-welcome p{color:var(--muted);margin:0;font-size:15px}.account-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:start}.account-tabs{display:grid;gap:6px;background:var(--surface);border:1px solid var(--line);padding:10px;border-radius:14px}.account-tabs button{display:flex;align-items:center;gap:12px;text-align:start;border:0;background:none;color:var(--text);padding:14px 12px;font-size:15px;border-radius:9px;cursor:pointer}.account-tabs .active{background:color-mix(in srgb,var(--accent) 16%,var(--surface));color:var(--heading,var(--text));box-shadow:inset -3px 0 var(--accent)}.account-panel{padding:30px;min-height:440px}.account-panel h2{font-size:25px;margin-bottom:10px}.account-panel .panel-sub{font-size:15px;line-height:1.9;margin-bottom:25px}.account-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:25px 0}.account-overview-card{text-align:start;display:grid;gap:10px;min-height:155px;padding:23px;border:1px solid var(--line);background:var(--soft);color:var(--text);border-radius:13px;cursor:pointer}.account-overview-card>.icon{color:var(--accent);width:28px;height:28px}.account-overview-card strong{font-size:19px}.account-overview-card span{font-size:13px;line-height:1.7;color:var(--muted)}.account-form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:30px;padding-top:20px}.account-form-footer span{font-size:13px;color:var(--muted)}.account-watchlist{border:1px solid var(--line);border-radius:10px;margin:22px 0;padding:18px;display:flex;gap:24px}.account-watchlist label{display:flex;gap:10px;align-items:center}.account-watchlist input{width:auto}.account-favorite-grid{display:grid;gap:12px}.account-favorite{display:flex;align-items:center;gap:18px;padding:16px;border:1px solid var(--line);border-radius:12px}.account-favorite img{width:70px;height:70px;object-fit:cover;border-radius:8px}.account-favorite>div{flex:1;min-width:0}.account-favorite a{font-size:17px;display:block}.account-favorite small{display:block;color:var(--muted);margin-top:5px}.account-view{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:1px solid var(--line);border-radius:12px;margin-bottom:13px}.account-view h3{font-size:19px;margin:0 0 6px}.account-view p{font-size:13px;margin:0;color:var(--muted)}.account-request{border:1px solid var(--line);border-radius:12px;padding:22px;margin-bottom:18px}.account-request h3{font-size:19px}.account-request time,.request-id{font-size:12px;color:var(--muted);overflow-wrap:anywhere}.account-request p{white-space:pre-line}.snapshot{display:flex;justify-content:space-between;gap:18px;background:var(--soft);padding:15px;border-radius:9px;margin:15px 0}.snapshot small{font-size:13px}.snapshot strong{white-space:nowrap}.account-empty{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center;color:var(--muted);line-height:1.9}.account-empty>.icon{width:40px;height:40px;color:var(--accent)}.account-editor{max-width:760px}.customer-auth-wrap{max-width:680px;margin:50px auto;padding:36px}.customer-auth-wrap h1{font-size:30px}.customer-auth-wrap p{line-height:1.9}.customer-auth-wrap input{margin-bottom:4px}.auth-result{padding:18px;border:1px solid var(--line);border-radius:10px;margin-top:20px;line-height:1.9}.customer-favorite-control{margin:18px 0}.customer-favorite-control button{display:inline-flex;align-items:center;gap:7px}.customers-table-wrap{overflow:auto}.customer-access-grid{display:grid;gap:14px;padding:20px 0}.customer-access-grid label{display:flex;gap:12px;align-items:center}.customer-access-grid input{width:auto}.customer-access-grid small{color:var(--muted)}
@media(max-width:800px){.customer-space{padding-block:20px 40px}.customer-welcome{align-items:flex-start;flex-direction:column}.customer-welcome h1{font-size:27px}.account-layout{grid-template-columns:1fr;gap:18px}.account-tabs{display:flex;overflow:auto;gap:6px;white-space:nowrap;max-width:100%}.account-tabs button{padding:10px;font-size:13px}.account-tabs .icon{width:18px;height:18px}.account-panel{padding:20px;min-height:360px}.account-overview-grid{gap:12px}.account-overview-card{padding:17px}.account-overview-card strong{font-size:17px}.account-view{flex-direction:column;align-items:start;gap:14px}.account-view .button-row{width:100%}.customer-auth-wrap{margin:20px 12px;padding:25px}.snapshot{flex-direction:column}.account-form-footer{flex-wrap:wrap}.account-panel h2{font-size:23px}}
@media(max-width:450px){.account-overview-grid{grid-template-columns:1fr}.account-overview-card{min-height:130px}.customer-space{padding-inline:12px}.account-panel{padding:17px}.account-favorite{padding:12px;gap:12px}.account-favorite img{width:52px;height:52px}.account-favorite a{font-size:15px}}

/* 2.1.26 — separate visitor/customer/admin entry points */
.guest-auth-links{display:flex;align-items:center;gap:8px;white-space:nowrap}.guest-auth-links .register-link{font-size:12px;color:var(--muted);text-decoration:none;padding:6px 4px}.guest-auth-links .register-link:hover{color:var(--text)}
.account-menu{position:relative}.account-menu>summary{list-style:none;cursor:pointer}.account-menu>summary::-webkit-details-marker{display:none}.account-menu-items{position:absolute;z-index:90;top:calc(100% + 10px);inset-inline-end:0;min-width:210px;padding:8px;border:1px solid var(--line);background:var(--card);box-shadow:0 18px 45px rgba(0,0,0,.16);border-radius:14px;display:grid;gap:3px}.account-menu-items a,.account-menu-items button{appearance:none;border:0;background:transparent;color:var(--text);font:inherit;text-decoration:none;text-align:start;padding:10px 12px;border-radius:9px;cursor:pointer}.account-menu-items a:hover,.account-menu-items button:hover{background:var(--soft)}
.customer-login-panel{max-width:620px}.customer-login-panel form{display:grid;gap:14px}.customer-login-links{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px}.admin-entry-note{margin-top:26px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--soft);display:flex;align-items:center;gap:12px}.admin-entry-note .icon{width:22px;height:22px}.admin-entry-note div{display:grid;gap:4px}.admin-entry-note a{font-size:13px;color:var(--accent)}
@media(max-width:640px){.guest-auth-links .register-link{display:none}.account-menu-items{position:fixed;inset-inline:12px;top:auto;bottom:18px;min-width:0}.customer-login-links{align-items:flex-start;flex-direction:column}}
.account-alert-list{display:grid;gap:12px;margin-top:18px}.account-alert{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--line);border-radius:12px}.account-alert h3{margin:8px 0 6px;font-size:19px}.account-alert p{margin:0 0 5px;color:var(--muted)}.account-alert small{color:var(--muted)}.account-alert.is-triggered{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));background:color-mix(in srgb,var(--accent) 7%,var(--card))}@media(max-width:640px){.account-alert{align-items:flex-start;flex-direction:column}.account-alert .button-row{width:100%;justify-content:flex-end}}


/* source: /css/inline-editing.css */
/* Scope editorial tools: the guest layout and existing brand remain unchanged. */
.owner-tools{z-index:95;max-width:calc(100vw - 20px);overflow:auto;overscroll-behavior:contain}
.owner-tools button,.owner-tools a{min-height:38px;flex-shrink:0}
.owner-editing img[data-media-original]{outline:2px dashed var(--gold-light,#d3b579);outline-offset:-3px;cursor:move;pointer-events:auto!important}
.owner-editing .slideshow-slide.active{pointer-events:auto}
.owner-editing [data-inline-quotes]{outline:2px dashed var(--gold-light,#d3b579);cursor:pointer}
.inline-image-frame{overflow:hidden}
.inline-framed{object-fit:var(--inline-fit,cover)!important;object-position:var(--inline-x,50%) var(--inline-y,50%)!important;transform:scale(var(--inline-scale,1))!important;transform-origin:var(--inline-x,50%) var(--inline-y,50%)!important}
.inline-framed[hidden]{display:none!important}
.inline-preview{height:240px;max-width:100%;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--soft);margin:14px auto;touch-action:none;cursor:crosshair}
.inline-preview.mobile{width:240px;height:300px}
.inline-preview img{display:block;width:100%;height:100%;user-select:none}
.inline-image-editor label{display:block;margin:10px 0}
.inline-image-editor input[type=range]{width:100%;padding:0;accent-color:var(--accent)}
.inline-image-editor .button-row{flex-wrap:wrap;gap:8px}
.inline-image-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin:18px 0}
.inline-image-list button{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface);color:var(--text)}
.inline-image-list img{width:100%;height:120px;object-fit:contain}.inline-image-list span{display:block;overflow-wrap:anywhere;padding:7px;font-size:12px}
.inline-added-media{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;min-width:0}
.inline-added-media img{display:block;width:100%;height:260px;object-fit:contain}
.inline-added-media figcaption{padding:14px;white-space:pre-wrap;color:var(--text)}
.owner-editing .hero [data-copy-original]{pointer-events:auto}
.luxury-page .page-display-items{margin-top:24px}
@media(max-width:600px){.owner-tools{bottom:6px;border-radius:12px;padding:4px}.owner-tools button,.owner-tools a{padding:8px;font-size:12px}.inline-added-media img{height:210px}.inline-image-editor{padding:22px 12px}.inline-image-editor h2{font-size:23px}}
/* The unified shell had deliberately neutralised the legacy toolbar position.
   Restore it only for administrators; visitor sticky UI remains prices only. */
body.has-owner-tools .owner-tools{position:fixed!important;bottom:12px!important;left:50%;right:auto;transform:translateX(-50%);width:max-content;box-sizing:border-box}
body.has-owner-tools{padding-bottom:82px!important}
@media(max-width:600px){body.has-owner-tools .owner-tools{bottom:6px!important}}


/* source: /css/market-data.css */
.market-admin fieldset{border:0;margin:0;padding:0;min-width:0}.market-admin .panel{margin-top:18px}.market-editor-grid{display:grid;grid-template-columns:minmax(210px,1fr) minmax(0,3fr);gap:18px}.market-admin input,.market-admin select{min-width:0;max-width:100%}.feed-profile{display:flex;flex-direction:column;gap:8px;text-align:start;width:100%;padding:15px;margin:8px 0;background:var(--soft,#202833);color:var(--text,#eee);border:1px solid var(--line,#444);border-radius:10px}.feed-profile.active{border-color:var(--accent,#be985d)}.feed-profile small{overflow-wrap:anywhere}.feed-check{display:flex;align-items:start;gap:12px;margin:22px 0;font-size:15px;line-height:1.8}.feed-check input{width:20px;height:20px;flex-shrink:0}.feed-status{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.feed-pass{color:var(--bull,#39aef5)}.feed-fail{color:var(--bear,#ee535b)}.market-admin .table-scroll{overflow:auto}.market-admin .table-scroll td{white-space:nowrap}.market-admin .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-admin .field{display:flex;flex-direction:column;gap:8px}.source-chart-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:end;margin:10px 0;direction:inherit}.source-chart-controls label{display:flex;flex-direction:column;gap:5px;font-size:12px;color:var(--muted)}.source-chart-controls select,.source-chart-controls input{font:inherit;font-size:14px;max-width:200px;min-height:34px;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:4px 7px}.source-chart-controls button{font-size:13px;min-height:34px}.live-chart{direction:ltr;min-width:0;width:100%;position:relative}.live-chart canvas{display:block;width:100%;height:350px;touch-action:pan-y;background:var(--chart-bg,#11161c);border-radius:8px}.chart-readout{font:12px/1.8 ui-monospace,monospace;min-height:45px;color:var(--text);white-space:normal;overflow-wrap:anywhere}.source-data-note{font-size:12px!important;line-height:1.9;color:var(--muted);overflow-wrap:anywhere}.chart-action-row{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.chart-action-row button{font-size:14px;padding:6px 12px;min-height:34px}.chart-empty-message{padding:18px;border:1px solid var(--line);line-height:1.8}.source-chart-frame{min-width:0;position:relative;width:100%}.source-chart-frame>canvas{max-width:100%}.luxury-page #terminalChart{min-width:0!important;overflow:visible!important}.source-feed-state{font-size:12px;line-height:1.7;padding:6px 0;color:var(--muted)}@media(max-width:800px){.market-editor-grid{grid-template-columns:1fr}.market-admin .form-grid{grid-template-columns:1fr}.source-chart-controls{gap:6px}.source-chart-controls label{font-size:11px}.source-chart-controls select,.source-chart-controls input{max-width:160px;font-size:12px}.live-chart canvas{height:285px}.source-data-note{font-size:12px!important}.chart-readout{font-size:11px}}

/* Narrow screens keep all controls reachable; only the price strip remains sticky. */
@media(max-width:360px){.unified-header .header-main{flex-wrap:wrap;justify-content:center}.unified-header .header-tools{max-width:100%;flex-wrap:wrap;justify-content:center;flex-shrink:1;gap:4px}.source-chart-controls{align-items:stretch}.source-chart-controls label{max-width:100%;min-width:0}}
.source-feed-state{overflow-wrap:anywhere}.market-admin .view-title{flex-wrap:wrap;gap:12px}.market-admin .panel{min-width:0}.market-admin p,.market-admin .field{overflow-wrap:anywhere}


/* source: /css/responsive-hardening.css */
/* Yaqeen v2.1.26 universal responsive layer.
   Goal: one visitor experience from 320px phones to tablets, desktops, TVs and ultra-wide displays. */
*,*::before,*::after{box-sizing:border-box}
html{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:calc(92px + env(safe-area-inset-top))}
body{width:100%;max-width:100%;overflow-x:hidden;padding-inline:env(safe-area-inset-left) env(safe-area-inset-right)}
img,video,svg,canvas,iframe{max-width:100%}
img,video{height:auto}
button,input,select,textarea{max-width:100%}
.container,.panel,.market-card,.display-card,.product-card,.contact-card,.section-heading>*,.header-main>*,.site-nav>*,.account-layout>*,.admin-layout>*{min-width:0}
.section{content-visibility:auto;contain-intrinsic-size:1px 760px}

/* Accessible touch targets. */
:where(.icon-button,.mobile-toggle,.rail-toggle,.account-link,.button,.site-nav a,.prices-menu>summary,.account-tabs button){min-height:var(--touch-target)}
:where(button,a,summary,select,input[type=checkbox],input[type=radio]){touch-action:manipulation}

/* Money is atomic: number and currency never separate or collapse. */
.money-wrap{display:inline-flex!important;align-items:baseline!important;justify-content:flex-start;gap:.3em;direction:ltr!important;unicode-bidi:isolate;white-space:nowrap!important;max-width:100%;vertical-align:baseline}
.money-wrap .price-amount{display:inline-block;min-width:0;white-space:nowrap;font-variant-numeric:tabular-nums}
.price-currency{display:inline-block!important;visibility:visible!important;opacity:1!important;position:static!important;width:auto!important;min-width:max-content!important;max-width:none!important;flex:0 0 auto!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-size:clamp(11px,.78rem,13px)!important;line-height:1!important;font-weight:700!important;letter-spacing:0!important;direction:ltr!important;unicode-bidi:isolate}
.big-price,.display-value,.product-price,.ticker-cell strong{font-variant-numeric:tabular-nums}
.big-price,.display-value,.product-price,.ticker-cell{overflow:visible!important}
.big-price>.money-wrap,.display-value>.money-wrap,.product-price .money-wrap,.ticker-cell .money-wrap{max-width:100%}

/* Visitor surface keeps the essentials only. Technical diagnostics belong to admin. */
.is-visitor-view .display-source,
.is-visitor-view .market-disclosure,
.is-visitor-view .source-data-note,
.is-visitor-view .terminal-disclosure,
.is-visitor-view .lounge-disclosure,
.is-visitor-view .terminal-legend,
.is-visitor-view #chartCoverage,
.is-visitor-view #loungeSource,
.is-visitor-view .price-connection-status,
.is-visitor-view [data-admin-only],
.is-visitor-view .admin-only-data{display:none!important}
.is-admin-view .display-source,.is-admin-view .market-disclosure,.is-admin-view .lounge-disclosure{display:revert}

/* Horizontal quote strip: scroll, never clip. */
.unified-pricebar,.ticker{max-width:100vw;overflow:hidden}
.ticker-inner{overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding-inline:max(12px,env(safe-area-inset-left)) max(12px,env(safe-area-inset-right))}
.ticker-inner::-webkit-scrollbar{display:none}
.ticker-cell{min-width:max-content!important;flex:0 0 auto!important;scroll-snap-align:start}

/* Data and rich text never force horizontal page overflow. */
.table-scroll,.customers-table-wrap{width:100%;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
.table-scroll table,.customers-table-wrap table{min-width:620px}
.market-meta,.hero-meta,.button-row,.social-row,.catalog-tools,.table-toolbar{flex-wrap:wrap}
.hero-copy,.story-copy,.reading,.detail-description,.contact-card,.article-content,.panel-sub{overflow-wrap:anywhere;word-break:normal}
pre,code{max-width:100%;overflow:auto}

/* Header behaviour shared across phones/tablets. */
.site-header{max-width:100vw;padding-top:env(safe-area-inset-top)}
.header-tools{flex:0 1 auto;min-width:0}
.header-tools .currency-select{flex:0 0 auto;min-width:64px}
.site-nav.open{overscroll-behavior:contain}
body.nav-open{overflow:hidden}

/* Configured price rail stays usable on all screens instead of disappearing. */
.price-rail{max-width:min(165px,42vw)}
.price-rail .rail-items{overscroll-behavior:contain}

/* Forms: 16px on mobile avoids iOS automatic zoom. */
@media(max-width:800px){input,select,textarea{font-size:16px}}

/* Tablet / narrow desktop */
@media(max-width:1100px){
 .container{width:min(100% - 40px,1100px)}
 .market-layout,.display-mode .market-layout,.story-grid,.product-detail,.footer-grid,.contact-grid{grid-template-columns:1fr!important}
 .market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .panel{padding:clamp(18px,2.4vw,26px)}
 .price-rail{width:138px;top:auto;bottom:20px}
 .price-rail .display-source{display:none}
 .rail-items{max-height:34vh}
 .admin-body .media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile navigation and content */
@media(max-width:800px){
 .container{width:calc(100% - 28px)}
 .section{padding:clamp(36px,8vw,52px) 0}
 .unified-header .container{padding-inline:0!important}
 .unified-header .header-main{min-height:72px;gap:8px;flex-wrap:nowrap}
 .unified-header .brand-logo{width:46px!important;height:46px!important}
 .unified-header .brand-name{font-size:17px}
 .unified-header .brand-sub{display:none}
 .unified-header .header-tools{gap:5px;min-width:0}
 .unified-header .currency-select{display:block!important;width:64px;min-width:64px;padding-inline:5px;font-size:12px}
 .unified-header .icon-button,.unified-header .mobile-toggle{width:var(--touch-target);height:var(--touch-target);min-width:var(--touch-target)}
 .unified-header .account-link{min-height:var(--touch-target)}
 .unified-header .unified-nav{position:fixed!important;inset-inline:max(10px,env(safe-area-inset-left)) max(10px,env(safe-area-inset-right));top:calc(76px + env(safe-area-inset-top));bottom:max(10px,env(safe-area-inset-bottom));width:auto!important;max-height:none!important;border-radius:14px!important;padding:12px!important;overflow:auto!important;align-content:start;z-index:200!important}
 .unified-header .unified-nav.open{display:flex!important;flex-direction:column;gap:4px!important}
 .unified-nav>a,.prices-menu>summary{min-height:48px;padding:12px 14px!important;display:flex;align-items:center}
 .prices-menu-items{max-height:none!important}
 .market-grid{grid-template-columns:1fr}
 .market-card{padding:clamp(17px,4vw,22px)}
 .market-card .big-price{font-size:clamp(28px,8vw,38px);line-height:1.25}
 .display-card{min-width:0;padding:18px}
 .display-value{font-size:clamp(23px,6.8vw,31px);line-height:1.28}
 .market-meta{font-size:12px;gap:8px 12px}
 .form-grid{grid-template-columns:1fr!important}
 .calculator-total{align-items:flex-start;flex-direction:column}
 .benefit-grid{grid-template-columns:1fr;gap:0}
 .benefit{border-inline-end:0;border-bottom:1px solid var(--line);padding:14px 0;flex-direction:row;text-align:start;justify-content:flex-start}
 .benefit:last-child{border-bottom:0}
 .product-image{height:clamp(190px,48vw,300px)}
 .product-bottom h3{font-size:clamp(17px,4.5vw,20px)}
 .product-price{font-size:16px;gap:6px;min-width:0}
 .contact-card strong{font-size:18px}
 .customer-auth-wrap{margin:20px auto!important;width:min(100% - 24px,680px);padding:clamp(20px,5vw,28px)!important}
 .account-menu-items{max-height:min(70dvh,520px);overflow:auto;padding-bottom:max(8px,env(safe-area-inset-bottom))}
 .admin-sidebar{padding-bottom:max(18px,env(safe-area-inset-bottom))}
}

/* Phones */
@media(max-width:600px){
 body{font-size:16px}
 .container{width:calc(100% - 20px)}
 .header-main{gap:6px}
 .brand{gap:7px;min-width:0}
 .brand-name{font-size:16px}
 .header-tools{gap:4px}
 .header-tools .language-select{max-width:60px!important;min-width:52px}
 .guest-auth-links{gap:4px}
 .guest-auth-links .register-link{display:none!important}
 .account-link span{font-size:12px}
 .products-grid,.article-grid{grid-template-columns:1fr!important}
 .product-image{height:min(78vw,330px)}
 .hero{min-height:clamp(500px,135vw,620px)}
 .hero-copy{padding-top:42px!important;padding-bottom:130px!important}
 .hero-copy h1{font-size:clamp(34px,11vw,50px)!important;max-width:100%!important}
 .hero-copy p{font-size:16px!important;max-width:100%!important}
 .button-row{width:100%}
 .button-row .button{flex:1 1 150px;min-height:46px}
 .page-hero h1{font-size:clamp(28px,9vw,36px)}
 .panel{padding:17px}
 .detail-specs,.contact-grid{grid-template-columns:1fr!important}
 .reading{padding:32px 0}
 .reading .article-content{font-size:17px}
 .dialog-inner{padding:20px}
 dialog{width:calc(100% - 18px);max-height:calc(100dvh - 18px);border-radius:16px}
 .price-rail{position:fixed!important;inset-inline:8px!important;top:auto!important;bottom:max(8px,env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important;filter:drop-shadow(0 8px 24px #0005)}
 .price-rail .rail-toggle{top:-42px!important;inset-inline-end:0!important;inset-inline-start:auto!important;width:var(--touch-target);height:var(--touch-target)}
 .price-rail .rail-items{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;max-height:none!important;border-radius:13px;scrollbar-width:none;overscroll-behavior-inline:contain}
 .price-rail .rail-items::-webkit-scrollbar{display:none}
 .price-rail .display-card{min-width:150px;max-width:190px;padding:10px 12px!important;border-width:0 1px 0 0!important}
 .price-rail .display-value{font-size:18px!important}
 .price-rail.collapsed .rail-items{display:none!important}
 .has-owner-tools .price-rail{bottom:76px!important}
 .admin-view{padding-inline:14px!important}
 .admin-topbar{padding-inline:14px!important}
 .admin-body .stat-grid{grid-template-columns:1fr 1fr}
 .admin-body .quick-grid{grid-template-columns:1fr}
 .admin-body .media-grid,.admin-body .image-gallery{grid-template-columns:1fr 1fr}
}

/* Very small phones: use two header rows rather than shrinking controls below usability. */
@media(max-width:380px){
 .container{width:calc(100% - 16px)}
 .unified-header .header-main{flex-wrap:wrap!important;padding-block:6px;min-height:auto!important}
 .unified-header .brand{flex:1 1 auto}
 .unified-header .brand-name{display:none}
 .unified-header .brand-logo{width:42px!important;height:42px!important}
 .unified-header .header-tools{order:2;width:100%;justify-content:space-between}
 .unified-header .currency-select{width:62px;min-width:62px}
 .unified-header .unified-nav{top:calc(108px + env(safe-area-inset-top))}
 .account-link span{display:none}
 .market-card{padding:15px}
 .market-card .big-price{font-size:clamp(25px,8.2vw,31px)}
 .display-value{font-size:clamp(21px,7vw,27px)}
 .button{padding:11px 13px;font-size:14px}
 .hero{min-height:520px}
 .section{padding:34px 0}
 .panel{padding:15px}
 .admin-body .stat-grid,.admin-body .media-grid,.admin-body .image-gallery{grid-template-columns:1fr}
}

/* Short landscape phones: conserve vertical space without hiding data. */
@media(max-height:520px) and (orientation:landscape) and (max-width:1000px){
 .site-header{position:relative}
 .unified-header .header-main{min-height:58px}
 .unified-header .brand-logo{width:38px!important;height:38px!important}
 .hero{min-height:420px}
 .hero-copy{padding-block:28px 90px!important}
 .unified-header .unified-nav{top:8px;bottom:8px;inset-inline:8px;max-height:none!important}
 .price-rail{bottom:8px!important}
}

/* Large desktop / TV */
@media(min-width:1600px){
 .container{width:min(1500px,calc(100% - 120px))}
 .market-grid{gap:26px}
 .market-card{padding:30px}
 .hero{min-height:700px}
}
@media(min-width:2200px){
 body{font-size:19px}
 .container{width:min(1840px,calc(100% - 180px))}
 .unified-header .header-main{min-height:104px}
 .unified-header .brand-logo{width:64px!important;height:64px!important}
 .unified-header .brand-name{font-size:27px}
 .site-nav{font-size:17px}
 .market-card{padding:36px}
 .market-card .big-price{font-size:44px}
 .display-value{font-size:46px}
 .price-currency{font-size:14px!important}
 .trading-page .terminal-wrap,.display-mode .container{max-width:1900px;margin-inline:auto}
}

/* Pointer/animation preferences */
@media(hover:none){a:hover,button:hover,.icon-button:hover,.button:hover{transform:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* v2.1.26: compact public sharing controls; platform metadata is generated server-side. */
.share-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}
.share-bar>span{font-size:13px;color:var(--muted);margin-inline-end:4px}
.share-link{appearance:none;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:8px 12px;font:inherit;font-size:13px;line-height:1;text-decoration:none;cursor:pointer}
.share-link:hover,.share-link:focus-visible{border-color:var(--accent);color:var(--accent)}
@media(max-width:420px){.share-bar{gap:6px}.share-link{padding:8px 10px;font-size:12px}}
