/* ConnectMore blog template. Based on the approved static template (assets/css/styles.css),
   adapted to server-rendered pages: real cover images, category links and article components. */
@font-face{font-family:Vazirmatn;src:url(fonts/vazirmatn-33.0.3-variable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}

:root{color-scheme:light;--blue:#0672ff;--blue-dark:#0056d6;--navy:#061854;--text:#162750;--muted:#627097;--line:#e2eafb;--surface:#f2f7ff;--page:#fff;--card:#fff;--tint:#edf5ff;--on-blue:#fff;--tint-strong:#e9f3ff;--line-strong:#b9d4fb;--warm:#fff4d6;--warm-ink:#6b4e00;--radius:16px;--container:1240px;--shadow:0 10px 32px rgb(17 55 110 / 7%)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--page);color:var(--text);font:400 1rem/1.85 Vazirmatn,Tahoma,sans-serif;-webkit-font-smoothing:antialiased}
button,input,textarea{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;border:0}
button:disabled{cursor:default}
a{color:inherit;text-decoration:none}
a,button{touch-action:manipulation}
img{max-width:100%;display:block}
svg{display:block}
h1,h2,h3,p{margin:0}
h1,h2,h3{color:var(--navy);line-height:1.65}
h2{font-size:1.5rem;font-weight:850}
h3{font-size:1.125rem;font-weight:800}
ul{margin:0;padding:0;list-style:none}
.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}
.icon{width:21px;height:21px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.icon--sm{width:17px;height:17px}
.icon--lg{width:27px;height:27px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
[hidden]{display:none!important}
:focus-visible{outline:3px solid #267afa;outline-offset:4px}
.skip-link{position:fixed;top:-80px;right:24px;z-index:100;padding:10px 20px;background:var(--navy);color:#fff;border-radius:8px}
.skip-link:focus{top:12px}

.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 19px;border-radius:11px;font-size:.875rem;font-weight:650;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-1px)}
.button--primary{background:var(--blue);color:var(--on-blue)}
.button--primary:hover{background:var(--blue-dark)}
.button--soft{background:#edf5ff;color:var(--blue-dark)}
.button--soft:hover{background:#ddebff}
.button--white{background:#fff;color:var(--navy);border-radius:30px}
.icon-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;border-radius:12px;background:var(--surface);color:var(--navy)}
.icon-button:hover{background:#e4efff}

/* Header */
.site-header{position:relative;z-index:20;background:var(--card)}
.header-inner{display:flex;align-items:center;gap:30px;min-height:88px}
.brand{width:163px;flex-shrink:0;display:block}
.brand img{width:100%;height:auto}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-inline:auto}
.desktop-nav a{position:relative;display:flex;align-items:center;min-height:48px;font-size:.875rem;font-weight:550;white-space:nowrap}
.desktop-nav a:hover{color:var(--blue)}
.desktop-nav a[aria-current]{font-weight:800;color:var(--blue)}
.desktop-nav a[aria-current]:after{content:'';position:absolute;bottom:0;left:calc(50% - 3px);width:6px;height:6px;border-radius:50%;background:var(--blue)}
.header-actions{display:flex;align-items:center;gap:12px}
.menu-toggle{display:none}
.mobile-nav{padding:0 0 20px;border-top:1px solid var(--line)}
.mobile-nav a{display:block;padding:10px 6px;border-bottom:1px solid var(--line);font-size:.9375rem}
.mobile-nav a[aria-current]{color:var(--blue);font-weight:750}
.search-panel{padding-bottom:18px}
.search-form{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:7px 8px 7px 16px;background:var(--surface)}
.search-form>label{color:var(--blue);padding-inline-start:6px}
.search-form input{flex:1;min-width:0;padding:7px 2px;border:0;background:transparent;color:var(--navy);font-size:1rem}
.search-form input:focus{outline:0}
.search-form:focus-within{outline:2px solid var(--blue);outline-offset:2px}
.search-form .button{padding-inline:24px}
.search-form input::placeholder{color:var(--muted)}
.search-form--page{margin-top:18px;max-width:640px;background:var(--card)}

/* Hero: three newest articles */
.hero{display:grid;grid-template-columns:1.34fr 1fr;grid-template-rows:1fr 1fr;gap:15px;direction:ltr;margin-top:3px}
/* Also reset the rows: .hero keeps two 1fr rows, which would leave an empty row as tall as the card. */
.hero--single{grid-template-columns:1fr;grid-template-rows:auto}
.hero--single .hero-main{grid-row:auto}
.hero--double .hero-side{grid-row:1 / 3}
.hero-card{border-radius:var(--radius);overflow:hidden;position:relative;isolation:isolate;min-width:0}
.hero-main{grid-row:1 / 3;background:linear-gradient(115deg,#001333 0%,#023577 48%,#0656c2 100%);display:grid;grid-template-columns:1fr .97fr;min-height:406px;align-items:center}
.hero-copy{direction:rtl;position:relative;z-index:2;min-width:0}
.hero-main .hero-copy{padding:30px 0 30px 32px}
.hero-main h2{color:#fff;font-size:clamp(1.6rem,2.2vw,2.1rem);line-height:1.7;font-weight:850;margin:13px 0 15px;letter-spacing:-.03em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hero-main p{color:#e4edff;line-height:2;font-size:.9375rem;max-width:34ch;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hero-main .button{margin-top:30px;min-width:158px}
.hero-tag{display:inline-flex;align-items:center;gap:6px;line-height:1.7;padding:4px 13px;font-size:.75rem;font-weight:600;border-radius:30px;background:#064985;color:#fff}
.hero-main-art{align-self:stretch;position:relative;margin:14px 3px 7px 0;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}
.hero-main-art img,.hero-visual img{width:100%;height:100%;object-fit:cover}
.hero-side{display:grid;grid-template-columns:1.2fr .9fr;min-height:194px;align-items:center}
.hero-side .hero-copy{padding:19px 0 19px 25px}
.hero-side h2{font-size:1.2rem;font-weight:850;line-height:1.65;margin:9px 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hero-side p{font-size:.875rem;line-height:1.85;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hero-side .hero-visual{height:100%;min-width:0;mask-image:linear-gradient(90deg,transparent,#000 17%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 17%)}
.hero-side--dark{background:#00183d;color:#e2ecff}
.hero-side--dark h2{color:#fff}
.hero-side--light{background:linear-gradient(115deg,#eef6ff,#c7e0ff)}
.hero-side--light .hero-tag{color:var(--blue-dark);background:#d5e7ff}
.circle-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:8px;border-radius:50%;background:#fff;color:var(--navy)}
.hero-side--light .circle-link{background:var(--blue);color:var(--on-blue)}
.circle-link:hover{transform:translateX(-3px)}
.hero-card h2 a:hover{text-decoration:underline;text-underline-offset:5px}

/* Categories */
.categories{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(108px,1fr);gap:13px;margin-top:22px;overflow-x:auto;padding:2px 2px 4px;scrollbar-width:thin;scrollbar-color:#c4dcfc transparent}
.category-button{min-height:98px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;background:linear-gradient(135deg,#f6faff,#eef5ff);border:1px solid #e7efff;border-radius:13px;color:var(--navy);font-size:.875rem;font-weight:600;line-height:1.6;padding:12px 5px;transition:background .2s,border-color .2s,transform .2s}
.category-button:hover{border-color:#9fc8ff;transform:translateY(-2px)}
.category-symbol{color:var(--blue);display:grid;place-items:center;width:39px;height:39px;background:#e7f1ff;border:1px solid #d5e6ff;border-radius:50%}
.category-button[aria-current]{background:#e8f2ff;border-color:#a5cbff;color:var(--blue-dark)}
.category-button[aria-current] .category-symbol{background:var(--blue);color:var(--on-blue);border-color:var(--blue)}

/* Article lists */
.section{margin-top:32px}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:17px}
.section-title{display:flex;align-items:center;gap:10px}
.section-title .icon{color:var(--blue)}
.section-heading p{font-size:.875rem;color:var(--muted);margin-top:1px}
.section-heading .button{font-size:.8125rem;min-height:40px;border-radius:30px;padding-block:8px}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 16px}
.article-card{position:relative;min-width:0;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);border-radius:13px;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}
.article-card:hover{border-color:#a9cafa;box-shadow:var(--shadow);transform:translateY(-3px)}
.card-media{position:relative;aspect-ratio:2.75;overflow:hidden;background:#052650}
.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.article-card:hover .card-media>img{transform:scale(1.035)}
.card-placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(115deg,#001333,#023577 48%,#0656c2)}
.card-media .card-placeholder img{width:38%;max-width:130px;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}
.card-tag{position:absolute;right:12px;bottom:9px;z-index:1;display:block;max-width:calc(100% - 24px);padding:3px 12px;border-radius:30px;background:#066af1;color:#fff;font-size:.75rem;line-height:1.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.card-body{flex:1;display:flex;flex-direction:column;padding:13px 15px 11px}
.card-body h3{font-size:1rem;line-height:1.85;font-weight:800;margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-body h3 a:after{content:'';position:absolute;inset:0;z-index:2}
.card-body h3 a:focus-visible{outline:0}
.article-card:focus-within{outline:3px solid var(--blue);outline-offset:3px}
.card-body p{color:var(--muted);font-size:.875rem;line-height:1.9;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:auto;color:var(--muted);font-size:.75rem;line-height:1.8}
.card-meta span{display:inline-flex;align-items:center;gap:5px}
.featured-grid .card-media{aspect-ratio:3.05}
.featured-grid .card-body{padding:13px 17px 12px}
.featured-grid h3{font-size:1.125rem;margin-bottom:3px}
.results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:10px 16px;border-radius:10px;background:var(--surface);font-size:.875rem}
.results-bar a{color:var(--blue-dark);text-decoration:underline;text-underline-offset:4px;padding:5px}
.empty-state{text-align:center;padding:50px 20px;background:var(--surface);border:1px dashed #bbd4f6;border-radius:16px}
.empty-state .icon{color:var(--blue);margin:0 auto 10px;width:35px;height:35px}
.empty-state p{color:var(--muted);margin:7px 0 20px}
.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:22px}
.pagination a,.pagination span{min-width:43px;min-height:43px;border:1px solid var(--line);background:var(--card);color:var(--navy);border-radius:9px;font-size:.9375rem;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:5px 11px}
.pagination a[aria-current=page]{background:var(--blue);color:var(--on-blue);border-color:var(--blue)}
.pagination a:hover:not([aria-current=page]){background:#edf5ff;border-color:#9ac2fb}
.pagination .pagination-step{background:var(--surface);color:var(--blue-dark);padding-inline:17px;border-color:#e3eeff}
.pagination span[aria-disabled]{opacity:.4}
.pagination .pagination-gap{border:0;background:transparent;min-width:20px;padding:0}

/* Product navigation */
.products{padding:22px 18px 17px;background:linear-gradient(120deg,#e9f3ff,#f0f7ff 53%,#e6f1ff);border-radius:17px;margin-top:29px}
.products .section-heading{margin-bottom:16px}
.products h2{font-size:1.3125rem}
.products .section-heading p{font-size:.8125rem}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
.product-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:17px 8px 13px;min-height:154px;background:var(--card);border:1px solid #fff;border-radius:12px;transition:transform .2s,border-color .2s}
.product-card:hover{transform:translateY(-3px);border-color:#9fc7ff}
.product-icon{width:40px;height:40px;margin-bottom:8px}
.product-icon>.icon{width:100%;height:100%}
.product-image{width:40px;height:40px;border-radius:10px;object-fit:cover;margin-bottom:8px}
.product-card h3{font-size:.875rem;margin:0 0 8px}
.product-text{font-size:.8125rem;color:var(--muted);line-height:1.8;margin:-4px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-action{display:inline-flex;align-items:center;gap:5px;background:#edf5ff;color:var(--blue-dark);border-radius:30px;line-height:1.7;padding:3px 13px;font-size:.75rem}
.product-more{background:#eff6ff;border-radius:50%;color:var(--blue);display:grid;place-items:center;border:1px solid #cde1ff;padding:8px}
.product-telegram{background:#24a1df;border-radius:50%;padding:7px;color:#fff}
.product-whatsapp{background:#1cba54;border-radius:50%;padding:6px;color:#fff}
.product-instagram{background:radial-gradient(circle at 28% 106%,#feda75 0%,#fa7e1e 27%,#d62976 53%,#962fbf 77%,#4f5bd5 100%);border-radius:11px;padding:6px;color:#fff}
.product-google{font:800 43px/40px Arial,sans-serif;color:#4285f4}

/* Footer */
.site-footer{margin-top:40px;border-top:1px solid var(--line);background:linear-gradient(#fff,#f6faff)}
.footer-inner{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.13fr;direction:ltr;gap:35px;padding-block:32px}
.footer-inner>div{direction:rtl}
.footer-inner>div+div{border-left:1px solid #e7eefb;padding-left:25px}
.footer-brand{text-align:right}
.footer-brand .brand{width:145px;display:block;margin-right:auto;margin-bottom:12px}
.footer-brand p{color:var(--muted);font-size:.8125rem;line-height:2;max-width:35ch}
.footer-inner h2{font-size:1rem;font-weight:800;margin-bottom:10px}
.footer-links li{margin:3px 0}
.footer-links a{font-size:.875rem;display:inline-block;min-height:27px;padding:2px 0;color:#485a85}
.footer-links a:hover{color:var(--blue)}
.footer-contact li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#485a85;margin:9px 0}
.footer-contact .icon{color:var(--blue);margin-top:3px}
.footer-contact a:hover{color:var(--blue)}
.footer-brand-links{display:flex;gap:9px;margin-top:12px}
.footer-brand-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e9f3ff;color:var(--blue-dark)}
.footer-bottom{background:#eaf4ff;border-top:1px solid #e3eefd}
.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:52px;color:#55658b;font-size:.75rem}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:20px}
.footer-bottom a:hover{color:var(--blue)}
.back-top{display:flex;align-items:center;gap:7px;padding:5px 0;color:var(--blue-dark)}

/* Page headings, breadcrumbs and simple pages */
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:17px 0 24px;font-size:.875rem;color:var(--muted)}
.breadcrumb a{color:var(--blue-dark)}
.page-heading{margin-bottom:6px}
.page-heading h1{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:850;margin:12px 0 6px}
.page-heading>p{color:var(--muted);max-width:70ch}
.page-heading .hero-tag,.article-header .hero-tag{background:#e9f3ff;color:var(--blue-dark)}
.static-page{max-width:880px;margin-top:20px;min-height:30vh}
.plain-text{white-space:pre-line}
.not-found{padding:60px 15px;text-align:center}
.not-found p{margin:12px 0 24px;color:var(--muted)}
.error-number{display:block;font-size:5rem;font-weight:900;line-height:1.2;color:var(--blue)}
.preview-banner{margin-top:12px;padding:10px 16px;border-radius:10px;text-align:center;background:#fff4d6;color:#6b4e00;font-size:.875rem}
#reading-progress{position:fixed;top:0;right:0;z-index:60;height:3px;width:0;background:var(--blue)}

/* Article */
.article-layout{max-width:880px;margin-inline:auto}
.article-header{padding-bottom:24px;border-bottom:1px solid var(--line)}
.article-categories{display:flex;flex-wrap:wrap;gap:8px}
.article-header h1{font-size:clamp(1.65rem,3.6vw,2.4rem);font-weight:850;margin:13px 0}
.article-header>p{color:var(--muted);font-size:1.0625rem;margin-bottom:18px}
.article-meta{justify-content:flex-start;gap:10px 22px;font-size:.8125rem}
.article-meta a:hover{color:var(--blue)}
.share-button{display:inline-flex;align-items:center;gap:6px;margin-inline-start:auto;padding:5px 14px;border-radius:30px;background:#edf5ff;color:var(--blue-dark);font-size:.8125rem}
.share-button:hover{background:#ddebff}
.article-cover{aspect-ratio:3.1;overflow:hidden;border-radius:16px;margin:26px 0;background:#052655}
.article-cover img{width:100%;height:100%;object-fit:cover}
.toc{margin:24px 0 8px;padding:16px 20px;background:var(--surface);border:1px solid var(--line);border-radius:14px}
.toc h2{display:flex;align-items:center;gap:8px;font-size:1rem;margin-bottom:6px}
.toc h2 .icon{color:var(--blue)}
.toc ol{margin:0;padding-inline-start:22px;font-size:.9375rem}
.toc li{margin:4px 0}
.toc a:hover{color:var(--blue)}
.toc .toc-level-3{margin-inline-start:14px}
.toc .toc-level-4{margin-inline-start:28px}
.prose{font-size:1.0625rem;line-height:2.3;overflow-wrap:anywhere}
.prose p{margin:18px 0}
.prose h2{font-size:1.375rem;margin:32px 0 12px}
.prose h3{font-size:1.1875rem;margin:26px 0 10px}
.prose h4{font-size:1.0625rem;margin:22px 0 8px;color:var(--navy)}
.prose a{color:var(--blue-dark);text-decoration:underline;text-underline-offset:4px}
.prose ul,.prose ol{margin:18px 0;padding-inline-start:26px}
.prose ul{list-style:disc}
.prose li{margin:8px 0}
.prose li p{margin:0}
.prose blockquote{margin:26px 0;padding:14px 22px;border-inline-start:3px solid var(--blue);background:var(--surface);border-radius:10px}
.prose blockquote p{margin:6px 0}
.prose figure{margin:26px 0}
.prose figure img{width:100%;height:auto;border-radius:14px}
.prose figcaption{text-align:center;font-size:.8125rem;color:var(--muted);margin-top:8px}
.prose pre{direction:ltr;text-align:left;overflow:auto;padding:18px;background:#0b1b3f;color:#e4edff;border-radius:12px;font-size:.875rem;line-height:1.8}
.prose code{font-family:ui-monospace,Consolas,monospace;font-size:.9em}
.prose :not(pre)>code{background:var(--surface);padding:2px 6px;border-radius:6px}
.prose hr{margin:30px 0;border:0;border-top:1px solid var(--line)}
.prose video,.prose audio{width:100%;border-radius:12px}
.table-scroll{max-width:100%;overflow:auto;margin:22px 0}
.prose table{border-collapse:collapse;width:100%;min-width:360px;font-size:.9375rem}
.prose td,.prose th{border:1px solid var(--line);padding:10px 12px}
.prose th{background:var(--surface);color:var(--navy)}
.callout{margin:22px 0;padding:10px 20px;background:var(--surface);border:1px solid var(--line);border-inline-start:3px solid var(--blue);border-radius:10px}
.inline-cta{margin:28px 0;padding:22px;background:linear-gradient(115deg,#001333,#023577 48%,#0656c2);border-radius:14px;color:#e4edff}
.inline-cta h3{color:#fff;margin:0 0 6px}
.prose .inline-cta p{margin:0 0 14px;font-size:.9375rem}
.prose .inline-cta .button{background:#fff;color:var(--navy);text-decoration:none;border-radius:30px}
.article-faq{margin-top:34px}
.article-faq h2{font-size:1.25rem;margin-bottom:10px}
.faq{border:1px solid var(--line);border-radius:12px;margin:10px 0;background:var(--card);overflow:hidden}
.faq summary{padding:12px 18px;cursor:pointer;font-weight:750;color:var(--navy);line-height:1.9}
.faq[open] summary{background:var(--surface)}
.faq p,.prose .faq p{padding:12px 18px 16px;margin:0;color:var(--muted);white-space:pre-line;line-height:2.1;font-size:.9375rem}
.article-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;margin-top:32px}
.article-cta h2{font-size:1.125rem}
.article-cta p{font-size:.875rem;color:var(--muted);margin-top:3px;white-space:pre-line}
.article-cta .button{flex-shrink:0}
.article-products{margin-top:32px}
.article-tag-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:28px;color:var(--blue)}
.article-tag-list a{padding:3px 12px;border-radius:30px;background:var(--surface);border:1px solid var(--line);font-size:.8125rem;color:var(--blue-dark)}
.article-tag-list a:hover{border-color:#9fc8ff}
/* Reader rating. The buttons are ordered 5..1 in the markup so that, laid out right-to-left, the first
   star sits on the right; hovering one star also lights every lower star via the sibling selector. */
.rating{margin-top:28px;padding:20px;border:1px solid #dbe8fb;border-radius:14px;background:#f7fbff;text-align:center}
.rating h2{font-size:1rem;margin-bottom:12px}
.rating-stars{display:inline-flex;gap:4px;direction:rtl}
.rating-star{background:none;border:0;padding:4px;cursor:pointer;color:#c9d9ef;line-height:0;border-radius:8px}
.rating-star .icon{width:30px;height:30px;fill:currentColor;stroke:none}
.rating-star:hover,.rating-star:focus-visible,.rating-star:hover~.rating-star,.rating-star:focus-visible~.rating-star{color:#f5a623}
.rating-star.on{color:#f0a020}
.rating-star:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
.rating-summary{margin-top:8px;font-size:.875rem;color:var(--muted)}
.rating-summary strong{color:var(--blue-dark);font-size:1rem}
.rating-note{margin-top:4px;font-size:.8125rem;color:#3f8a4a}
.author-card{display:flex;align-items:flex-start;gap:16px;margin-top:28px;padding:20px;background:linear-gradient(120deg,#e9f3ff,#f0f7ff 53%,#e6f1ff);border-radius:14px}
.author-avatar{flex-shrink:0;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--blue);color:var(--on-blue);font-size:1.3rem;font-weight:800}
.author-label{font-size:.75rem;color:var(--muted)}
.author-card h2{font-size:1.0625rem}
.author-card h2 a:hover{color:var(--blue)}
.author-card p{font-size:.875rem;color:var(--muted);white-space:pre-line;margin-top:4px}
.comments{margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}
.comments .section-title{margin-bottom:8px}
.comments h2{font-size:1.25rem}
.comment{padding:14px 0;border-bottom:1px solid var(--line)}
.comment header{display:flex;align-items:center;gap:12px}
.comment strong{color:var(--navy)}
.comment time{font-size:.75rem;color:var(--muted)}
.comment p{margin:6px 0;white-space:pre-line;overflow-wrap:anywhere}
.comment--reply{margin-inline-start:26px;padding-inline-start:16px;border-inline-start:2px solid var(--line)}
.text-button{background:transparent;color:var(--blue-dark);font-size:.8125rem;padding:2px 0}
.text-button:hover{text-decoration:underline}
.notice{padding:12px 16px;border-radius:10px;font-size:.875rem;margin:14px 0}
.notice--success{background:#e9f7ef;color:#17663a}
.notice--error{background:#fdecec;color:#b42318}
.comment-form{display:flex;flex-direction:column;gap:8px;margin-top:20px;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:14px}
.comment-form label{font-size:.875rem;font-weight:700;color:var(--navy)}
.comment-form input,.comment-form textarea{width:100%;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--text)}
.comment-form input:focus,.comment-form textarea:focus{outline:2px solid var(--blue);outline-offset:1px}
.comment-form .button{align-self:flex-start}
.form-hint{font-size:.8125rem;color:var(--muted)}
.reply-label{font-size:.8125rem;color:var(--blue-dark)}
/* Hidden without an off-screen offset: on RTL pages left:-9999px widens the scrollable page to ~10000px. */
.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}

@media(min-width:1450px){.hero-main{min-height:435px}.hero-side{min-height:210px}}
@media(max-width:1120px){
  .desktop-nav{gap:16px}.header-inner{gap:20px}.brand{width:145px}.header-actions{gap:8px}.header-actions .button{padding-inline:12px}.desktop-nav a{font-size:.8125rem}
  .hero-main{min-height:380px;grid-template-columns:1.08fr 1fr}.hero-main .hero-copy{padding-left:24px}.hero-main h2{font-size:1.75rem}.hero-main p{font-size:.875rem}
  .hero-side h2{font-size:1.125rem}.hero-side .hero-copy{padding-left:20px}.hero-side{grid-template-columns:1.25fr .8fr}
  .categories{gap:8px}.footer-inner{gap:22px}.footer-inner>div+div{padding-left:18px}
}
@media(max-width:960px){
  .desktop-nav{display:none}.header-inner{min-height:80px}.header-actions{margin-right:auto}.menu-toggle{display:inline-flex}
  .hero{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:14px}
  .hero-main{grid-column:1 / -1;grid-row:auto;min-height:350px;grid-template-columns:1fr 1fr}
  .hero--double .hero-side{grid-row:auto;grid-column:1 / -1}
  .hero-main .hero-copy{padding:30px 20px 30px 40px}.hero-main h2{font-size:2rem}.hero-main p{max-width:36ch;font-size:1rem}
  .hero-main-art{margin:0 20px 0 0;max-height:350px}
  .hero-side{min-height:205px;grid-template-columns:1.2fr .8fr}.hero-side h2{font-size:1.125rem}
  .categories{grid-auto-columns:115px;padding-bottom:10px}.category-button{min-height:92px;font-size:.8125rem}
  .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .featured-grid{gap:12px}.featured-grid .card-body{padding:12px}.featured-grid h3{font-size:1rem}.featured-grid .card-media{aspect-ratio:2.6}.featured-grid .card-meta .icon{display:none}
  .product-card h3{font-size:.8125rem}.product-card{padding-inline:5px}.product-action{padding-inline:9px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:28px 40px}.footer-inner>div+div{border:0;padding-left:0}.footer-brand .brand{margin-right:0}.footer-brand p{max-width:40ch}
  .footer-bottom .container{padding-block:12px;flex-wrap:wrap}
  .article-cta{align-items:flex-start}
}
@media(max-width:640px){
  .container{width:calc(100% - 32px)}
  .header-inner{gap:12px;min-height:76px}.brand{width:125px}.header-actions{gap:7px}
  .header-actions .button{font-size:.75rem;min-height:42px;padding:8px 10px;border-radius:10px;gap:6px}.header-actions .button .icon{display:none}
  .icon-button{width:41px;height:42px;border-radius:10px}.header-actions .icon{width:20px;height:20px}
  .search-form{gap:8px}.search-form input{font-size:.875rem}.search-form .button{padding-inline:13px}
  .hero{grid-template-columns:1fr;gap:12px;margin-top:2px}
  .hero-main{grid-column:auto;min-height:320px;grid-template-columns:1fr .82fr}
  .hero-main .hero-copy{padding:24px 0 24px 16px}.hero-main h2{font-size:1.4rem;line-height:1.8;margin:10px 0}.hero-main p{font-size:.8125rem;line-height:2}
  .hero-main .button{margin-top:18px;min-width:130px;padding:8px 15px;font-size:.8125rem}
  .hero-main-art{margin:0 1px 0 0;max-height:320px;align-self:center;height:280px}
  .hero-side{grid-template-columns:1.4fr 1fr;min-height:182px}.hero-side .hero-copy{padding:17px 0 17px 16px}.hero-side h2{font-size:1.0625rem;margin-top:6px}.hero-side .hero-visual{max-height:220px}
  .hero--double .hero-side{grid-column:auto}
  .categories{margin-top:17px}
  .section{margin-top:25px}
  .section-heading{margin-bottom:13px;gap:10px;align-items:flex-start}.section-heading h2{font-size:1.25rem}.section-heading p{font-size:.8125rem;line-height:1.8}
  .section-title{gap:8px}.section-title .icon{width:24px;height:24px}
  .section-heading .button{font-size:.75rem;padding:7px 10px;gap:6px;white-space:nowrap}
  .featured-grid{grid-template-columns:1fr;gap:12px}
  .featured-grid .article-card{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:stretch;min-height:150px}
  .featured-grid .card-media{aspect-ratio:auto;height:100%;min-height:150px}
  .featured-grid .card-tag{right:5px;bottom:8px;max-width:calc(100% - 10px);padding:3px 7px}
  .featured-grid .card-body{padding:12px 13px}.featured-grid h3{font-size:1rem;line-height:1.9}.featured-grid .card-body p{font-size:.8125rem;margin-bottom:10px}
  .article-grid{gap:13px 11px}.article-grid .card-media{aspect-ratio:1.9}.article-grid .card-body{padding:10px}
  .article-grid h3{font-size:.875rem;line-height:1.95;margin-bottom:10px}
  .article-grid .card-tag{right:7px;bottom:7px;padding:2px 9px;max-width:calc(100% - 14px)}
  .article-grid .card-meta{gap:4px}.article-grid .card-meta .icon{display:none}.article-grid .card-meta span{display:block}
  .pagination{margin-top:18px;gap:6px}.pagination a,.pagination span{min-width:41px;min-height:42px;font-size:.875rem}.pagination .pagination-step{padding-inline:12px;gap:5px}
  .products{padding:18px 12px 12px;margin-top:25px}.products h2{font-size:1.125rem}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{min-height:145px;padding:15px 8px 12px}
  #products .product-card:last-child{grid-column:1 / -1;flex-direction:row;gap:12px;min-height:75px;text-align:right;justify-content:flex-start;padding:14px 18px}
  #products .product-card:last-child .product-icon{margin-bottom:0;width:35px;height:35px}
  #products .product-card:last-child h3{margin:0}
  #products .product-card:last-child .product-action{margin-right:auto}
  .site-footer{margin-top:30px}
  .footer-inner{gap:24px 20px;padding-block:26px}.footer-brand{grid-column:1 / -1}.footer-brand p{max-width:none;font-size:.875rem}
  .footer-inner>div:last-child{grid-column:1 / -1;padding-top:16px;border-top:1px solid var(--line)}
  .footer-links a{min-height:35px;display:flex;align-items:center}
  .footer-bottom .container{gap:10px;padding-block:15px}
  .results-bar{padding:10px 12px;font-size:.8125rem;align-items:flex-start}
  .breadcrumb{font-size:.8125rem;margin:10px 0 18px}
  .article-header h1{font-size:1.55rem}.article-header>p{font-size:1rem}
  .article-meta{gap:6px 14px}.share-button{margin-inline-start:0}
  .article-cover{aspect-ratio:2.1;margin:20px 0}
  .prose{font-size:1rem;line-height:2.2}.prose h2{font-size:1.25rem}
  .article-cta{flex-direction:column;gap:14px;padding:20px}.article-cta .button{align-self:stretch}
  .comment--reply{margin-inline-start:12px}
  .author-card{padding:16px}
}
@media(max-width:370px){
  .container{width:calc(100% - 24px)}.brand{width:105px}.header-inner{gap:8px}.header-actions{gap:5px}.header-actions .button{padding-inline:8px}.icon-button{width:36px}
  .hero-main{grid-template-columns:1.15fr .75fr}.hero-main h2{font-size:1.3rem}.hero-main .hero-copy{padding-left:14px}
  .hero-side{grid-template-columns:1.55fr 1fr}.hero-side h2{font-size:1rem}
  .section-heading .button{max-width:115px;white-space:normal}
  .featured-grid .article-card{grid-template-columns:94px minmax(0,1fr)}.featured-grid .card-body{padding:10px}
  .article-grid{grid-template-columns:1fr}.article-grid .card-media{aspect-ratio:2.7}.article-grid h3{font-size:1rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Article series */
.series-box{margin:22px 0 6px;padding:14px 18px;border:1px solid #cfe2ff;border-radius:14px;background:linear-gradient(120deg,#eef6ff,#f8fbff)}
.series-box-head{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap}
.series-box-head p{margin:0;font-size:.9375rem;color:var(--text)}
.series-box-head a{color:var(--blue-dark);font-weight:700;text-decoration:underline;text-underline-offset:4px}
.series-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:30px;background:var(--blue);color:var(--on-blue);font-size:.8125rem;font-weight:700;white-space:nowrap}
.series-parts{margin-top:8px}
.series-parts summary{cursor:pointer;width:max-content;padding:4px 0;color:var(--blue-dark);font-size:.875rem;font-weight:650}
.series-parts ol{display:grid;gap:4px;margin:6px 0 2px;padding-inline-start:24px;font-size:.9375rem;line-height:1.9}
.series-parts a{color:var(--text)}.series-parts a:hover{color:var(--blue-dark);text-decoration:underline}
.series-parts [aria-current]{font-weight:750;color:var(--navy)}
.series-pager{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px}
.series-pager-link{display:flex;flex-direction:column;gap:4px;padding:15px 18px;border:1px solid var(--line);border-radius:14px;background:var(--card);transition:border-color .2s,box-shadow .2s}
.series-pager-link:hover{border-color:#b9d4fb;box-shadow:var(--shadow)}
.series-pager-link small{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.8125rem}
.series-pager-link strong{color:var(--navy);line-height:1.8}
.series-pager-next{grid-column:2;text-align:left}.series-pager-next small{justify-content:flex-end}
.series-count{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--muted);font-size:.875rem}
.series-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;max-width:900px}
.series-item{position:relative;display:flex;align-items:flex-start;gap:16px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--card);transition:border-color .2s,box-shadow .2s}
.series-item:hover{border-color:#b9d4fb;box-shadow:var(--shadow)}
.series-number{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e9f3ff;color:var(--blue-dark);font-size:1.125rem;font-weight:800}
.series-item-body{flex:1;min-width:0}
.series-item-label{font-size:.75rem;color:var(--muted)}
.series-item h2{margin:2px 0 6px;font-size:1.0625rem;line-height:1.8}
.series-item h2 a{color:var(--navy)}.series-item h2 a::after{content:"";position:absolute;inset:0;border-radius:16px}
.series-item p{margin:0 0 8px;color:var(--muted);font-size:.875rem}
.series-item .card-meta{justify-content:flex-start;gap:14px}
.series-item-cover{flex:none;width:150px;aspect-ratio:16/9;object-fit:cover;border-radius:10px}
.series-start{margin-top:22px}
/* Most read this week */
.popular-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}
.popular-item{display:flex;align-items:flex-start;gap:12px;height:100%;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--card);transition:border-color .2s,box-shadow .2s}
.popular-item:hover{border-color:#b9d4fb;box-shadow:var(--shadow)}
.popular-rank{flex:none;min-width:1.4ch;font-size:2rem;font-weight:800;line-height:1;color:#b9d4fb}
.popular-list li:first-child .popular-rank{color:var(--blue)}
.popular-body{display:flex;flex-direction:column;gap:6px;min-width:0}
.popular-body strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--navy);font-size:.9375rem;line-height:1.8}
.popular-meta{display:flex;flex-wrap:wrap;gap:2px 10px;color:var(--muted);font-size:.75rem}
/* Reader questions */
.ask{margin-top:28px}
.ask-box{border:1px dashed #b9d4fb;border-radius:14px;background:#f7fbff}
.ask-box>summary{display:flex;align-items:center;gap:10px;padding:14px 18px;cursor:pointer;list-style:none;font-weight:750;color:var(--navy)}
.ask-box>summary::-webkit-details-marker{display:none}
.ask-box>summary::after{content:"+";margin-inline-start:auto;font-size:1.3rem;line-height:1;color:var(--blue-dark)}
.ask-box[open]>summary::after{content:"\2212"}
.ask-box>summary .icon{color:var(--blue)}
.ask-box .notice{margin:0 16px 12px}
.ask-form{margin:0 14px 14px;background:var(--card)}
.ask-form .form-hint{margin:0 0 4px}
/* Instant search suggestions */
.search-form{position:relative}
.suggest{position:absolute;top:calc(100% + 6px);inset-inline:0;z-index:40;margin:0;padding:6px;list-style:none;background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 44px rgb(17 55 110 / 16%);max-height:min(70vh,430px);overflow:auto;text-align:start}
.suggest [role=option]{display:flex;flex-direction:column;gap:1px;padding:9px 12px;border-radius:9px;cursor:pointer;color:var(--navy);line-height:1.8}
.suggest [role=option] small{color:var(--muted);font-size:.75rem}
.suggest [role=option][aria-selected=true],.suggest [role=option]:hover{background:#edf5ff}
.suggest mark{background:none;color:var(--blue-dark);font-weight:800}
.suggest .suggest-all{flex-direction:row;align-items:center;gap:6px;margin-top:4px;border-top:1px solid var(--line);border-radius:0 0 9px 9px;color:var(--blue-dark);font-size:.875rem;font-weight:650}
.suggest .suggest-empty{padding:9px 12px;color:var(--muted);font-size:.875rem}
@media(max-width:640px){
  .series-box{padding:12px 14px}
  .series-pager{grid-template-columns:1fr;gap:10px}.series-pager-next{grid-column:1}
  .series-item{padding:14px;gap:12px}.series-number{width:36px;height:36px;font-size:1rem}.series-item-cover{display:none}
  .popular-list{grid-template-columns:1fr;gap:10px}.popular-item{padding:12px 14px}.popular-rank{font-size:1.6rem}
  .ask-box>summary{padding:12px 14px}.ask-form{margin:0 10px 10px}
}

/* Reading aids: a link on every heading, and on wide screens the table of contents follows the reader. */
.heading-anchor{margin-inline-start:8px;color:var(--line-strong);font-weight:400;text-decoration:none;opacity:0;transition:opacity .15s,color .15s}
.prose h2:hover .heading-anchor,.prose h3:hover .heading-anchor,.prose h4:hover .heading-anchor,.heading-anchor:focus-visible{opacity:1}
.heading-anchor:hover{color:var(--blue)}
.heading-anchor.copied{opacity:1;color:var(--blue)}
@media(hover:none){.heading-anchor{opacity:.45}}
.toc a[aria-current=true]{color:var(--blue-dark);font-weight:800}
@media(min-width:1200px){
  .article-layout{max-width:1180px;display:grid;grid-template-columns:minmax(0,820px) 284px;justify-content:center;align-items:start;gap:0 36px}
  .article-layout>*{grid-column:1;min-width:0}
  .article-layout>.toc{grid-column:2;grid-row:2 / span 99;position:sticky;top:88px;margin:0;max-height:calc(100vh - 130px);overflow:auto}
  .article-layout>.toc ol{font-size:.9375rem}
}
/* Search page help */
.notice--soft{background:var(--tint);color:var(--blue-dark)}
.search-empty{padding:26px 20px;border:1px dashed var(--line-strong);border-radius:14px;background:var(--surface);text-align:center}
.search-empty p{margin:0}
.did-you-mean{margin-top:10px!important;font-size:1.0625rem}
.did-you-mean a{color:var(--blue-dark);font-weight:800;text-decoration:underline;text-underline-offset:5px}
.popular-searches{margin-top:20px}
.popular-searches h2{font-size:1rem;margin-bottom:10px}
.popular-searches ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}
.popular-searches a{display:inline-block;padding:6px 14px;border-radius:30px;background:var(--tint);color:var(--blue-dark);font-size:.875rem}
.popular-searches a:hover{background:var(--tint-strong)}
/* Reader preferences */
.text-size sup{font-size:.62em;line-height:0}
:root[data-text=large]{font-size:112.5%}
@media(max-width:640px){#text-size{display:none}}
/* Dark theme. theme.js stamps the choice on <html> before the first paint; without JavaScript the site stays light.
   Brand surfaces that are already dark (hero, product icons, code blocks) keep their colours. */
:root[data-theme=dark]{
  color-scheme:dark;
  --blue:#4f9dff;--blue-dark:#9cc6ff;--navy:#e8eeff;--text:#c7d4ee;--muted:#8fa0c4;--line:#22304d;--surface:#131e34;
  --page:#080f1d;--card:#0f1a2e;--tint:#17253f;--tint-strong:#1c2c4a;--line-strong:#2d3f63;--warm:#3a2e16;--warm-ink:#f0c27a;
  --on-blue:#07101f;
  --shadow:0 12px 34px #00000073;
}
:root[data-theme=dark] .skip-link{background:var(--blue);color:var(--on-blue)}
/* The white pill sits on the dark hero in both themes, so its text must stay dark. */
:root[data-theme=dark] .button--white{color:#08111f}
:root[data-theme=dark] .icon-button:hover{background:var(--tint)}
:root[data-theme=dark] .button--soft{background:var(--tint);color:var(--blue-dark)}
:root[data-theme=dark] .button--soft:hover{background:var(--tint-strong)}
:root[data-theme=dark] .share-button{background:var(--tint);color:var(--blue-dark)}
:root[data-theme=dark] .share-button:hover{background:var(--tint-strong)}
:root[data-theme=dark] .product-action{background:var(--tint);color:var(--blue-dark)}
:root[data-theme=dark] .products{background:linear-gradient(120deg,#101c31,#13203a 53%,#0f1b2f)}
:root[data-theme=dark] .product-more{background:var(--tint);border-color:var(--line-strong)}
:root[data-theme=dark] .category-button{background:linear-gradient(135deg,var(--card),var(--surface));border-color:var(--line)}
:root[data-theme=dark] .category-button:hover{border-color:var(--line-strong)}
:root[data-theme=dark] .category-symbol{background:var(--tint);border-color:var(--line-strong)}
:root[data-theme=dark] .category-button[aria-current]{background:var(--tint-strong);border-color:var(--line-strong);color:var(--blue-dark)}
:root[data-theme=dark] .article-card:hover,:root[data-theme=dark] .product-card:hover,:root[data-theme=dark] .popular-item:hover,
:root[data-theme=dark] .series-item:hover,:root[data-theme=dark] .series-pager-link:hover,:root[data-theme=dark] .article-tag-list a:hover{border-color:var(--line-strong)}
:root[data-theme=dark] .pagination a:hover:not([aria-current=page]){background:var(--tint);border-color:var(--line-strong)}
:root[data-theme=dark] .pagination .pagination-step{background:var(--surface);border-color:var(--line)}
:root[data-theme=dark] .empty-state{border-color:var(--line-strong)}
:root[data-theme=dark] .site-footer{background:linear-gradient(var(--page),var(--surface))}
:root[data-theme=dark] .footer-inner>div+div{border-left-color:var(--line)}
:root[data-theme=dark] .footer-links a,:root[data-theme=dark] .footer-contact li,:root[data-theme=dark] .footer-bottom .container{color:var(--muted)}
:root[data-theme=dark] .footer-brand-links a{background:var(--tint);color:var(--blue-dark)}
:root[data-theme=dark] .footer-bottom{background:var(--surface);border-top-color:var(--line)}
:root[data-theme=dark] .page-heading .hero-tag,:root[data-theme=dark] .article-header .hero-tag{background:var(--tint-strong);color:var(--blue-dark)}
:root[data-theme=dark] .hero-side--light{background:linear-gradient(115deg,#15264a,#1d3a68)}
:root[data-theme=dark] .hero-side--light .hero-tag{background:var(--tint-strong);color:var(--blue-dark)}
:root[data-theme=dark] .circle-link{background:var(--card);color:var(--navy)}
:root[data-theme=dark] .rating{background:var(--surface);border-color:var(--line)}
:root[data-theme=dark] .rating-star{color:var(--line-strong)}
:root[data-theme=dark] .preview-banner{background:var(--warm);color:var(--warm-ink)}
:root[data-theme=dark] .notice--success{background:#12301f;color:#9fe0b9}
:root[data-theme=dark] .notice--error{background:#3a1d1d;color:#ffb3ab}
:root[data-theme=dark] .series-box{background:linear-gradient(120deg,#13203a,#101a2e);border-color:var(--line-strong)}
:root[data-theme=dark] .ask-box{background:var(--surface);border-color:var(--line-strong)}
:root[data-theme=dark] .suggest [role=option][aria-selected=true],:root[data-theme=dark] .suggest [role=option]:hover{background:var(--tint)}
:root[data-theme=dark] .card-placeholder{opacity:.9}

/* Passing an article on */
.share-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.share-row-label{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--navy);font-size:.9375rem}
.share-row-label .icon{color:var(--blue)}
.share-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.share-link{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:6px 14px;border-radius:30px;border:1px solid var(--line);background:var(--card);color:var(--navy);font-size:.8125rem;font-weight:650;transition:border-color .2s,background .2s,color .2s}
.share-link:hover{border-color:currentColor}
.share-link .icon{width:17px;height:17px}
.share-telegram:hover{color:#229ed9}
.share-whatsapp:hover{color:#1da851}
.share-bale:hover{color:#00a6a6}
.share-eitaa:hover{color:#e9691d}
.share-copy.copied{color:#1d7a43;border-color:#1d7a43}
@media(max-width:640px){
  .share-row{padding:12px 14px;gap:10px}
  .share-row-label{width:100%}
  .share-link{padding:6px 12px;font-size:.75rem}
}
