/* STOCKDIVAR_CATEGORIES_V770 */
:root{color-scheme:light;--cat-red:#a71928;--cat-red-dark:#7f111a;--cat-bg:#f5f7fb;--cat-card:#fff;--cat-text:#171b26;--cat-muted:#697386;--cat-line:#dde2ea;--cat-shadow:0 14px 36px rgba(15,23,42,.08)}
*{box-sizing:border-box}
html{background:var(--cat-bg);-webkit-text-size-adjust:100%}
body{margin:0;min-height:100dvh;background:radial-gradient(circle at 100% 0,rgba(167,25,40,.10),transparent 28%),var(--cat-bg);color:var(--cat-text);font-family:Vazirmatn,Tahoma,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.categories-header{position:sticky;top:0;z-index:20;padding-top:env(safe-area-inset-top);background:rgba(255,255,255,.94);border-bottom:1px solid rgba(221,226,234,.9);backdrop-filter:blur(16px)}
.categories-header-inner{width:min(920px,calc(100% - 28px));min-height:76px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}
.categories-brand{display:inline-flex;align-items:center;gap:11px;min-width:0}
.categories-brand .brand-logo-wrap{width:48px;height:48px;flex:0 0 48px}
.categories-brand strong,.categories-brand small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.categories-brand strong{font-size:21px}.categories-brand small{margin-top:2px;color:var(--cat-muted);font-size:12px}
.categories-close{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border:1px solid var(--cat-line);border-radius:16px;background:#fff;font:400 34px/1 system-ui,sans-serif;box-shadow:0 7px 22px rgba(15,23,42,.05)}
.categories-main{width:min(920px,calc(100% - 28px));margin-inline:auto;padding:26px 0 calc(40px + env(safe-area-inset-bottom))}
.categories-intro{padding:24px;border:1px solid var(--cat-line);border-radius:26px;background:linear-gradient(135deg,#fff,#fff6f7);box-shadow:var(--cat-shadow)}
.categories-intro>span{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fff0f2;color:var(--cat-red);font-size:13px;font-weight:900}
.categories-intro h1{margin:10px 0 4px;font-size:clamp(28px,6vw,42px);line-height:1.25}.categories-intro p{margin:0;color:var(--cat-muted);line-height:1.9}
.categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:18px}
.category-card{min-height:92px;padding:14px;border:1px solid var(--cat-line);border-radius:22px;background:var(--cat-card);box-shadow:0 8px 26px rgba(15,23,42,.045);display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.category-card:active{transform:scale(.985)}.category-card:hover,.category-card:focus-visible{border-color:rgba(167,25,40,.30);box-shadow:0 14px 34px rgba(15,23,42,.09);outline:none}
.category-card>b{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#fff0f2;font-size:26px}.category-card strong,.category-card small{display:block}.category-card strong{font-size:16px}.category-card small{margin-top:4px;color:var(--cat-muted);font-size:12px;line-height:1.65}.category-card i{color:var(--cat-red);font:900 25px/1 system-ui,sans-serif}.category-card-careers{border-color:rgba(167,25,40,.22);background:linear-gradient(135deg,#fff,#fff5f6)}
@media(max-width:620px){.categories-header-inner,.categories-main{width:calc(100% - 20px)}.categories-header-inner{min-height:70px}.categories-brand .brand-logo-wrap{width:43px;height:43px;flex-basis:43px}.categories-brand strong{font-size:18px}.categories-brand small{display:none}.categories-close{width:46px;height:46px;flex-basis:46px}.categories-main{padding-top:15px}.categories-intro{padding:19px;border-radius:22px}.categories-grid{grid-template-columns:1fr;gap:10px}.category-card{min-height:82px;padding:12px;border-radius:19px;grid-template-columns:48px minmax(0,1fr) auto}.category-card>b{width:48px;height:48px;border-radius:15px;font-size:23px}}
@media(prefers-color-scheme:dark){:root{color-scheme:dark;--cat-bg:#0b1220;--cat-card:#151b26;--cat-text:#f8fafc;--cat-muted:#aab4c3;--cat-line:#293344}.categories-header{background:rgba(15,23,42,.94)}.categories-close{background:#151b26}.categories-intro{background:linear-gradient(135deg,#151b26,#21151a)}.category-card-careers{background:linear-gradient(135deg,#151b26,#23151b)}}
