:root{
  --hb-bg:#f5f1ea;
  --hb-surface:#fffdf8;
  --hb-surface-2:#eee7dc;
  --hb-text:#171513;
  --hb-muted:#726b63;
  --hb-line:rgba(23,21,19,.10);
  --hb-accent:#8d4c32;
  --hb-accent-2:#224d46;
  --hb-dark:#151311;
  --hb-dark-2:#211d19;
  --hb-white:#fffdf8;
  --hb-shadow:0 18px 55px rgba(45,34,25,.12);
  --hb-radius-xl:28px;
  --hb-radius-lg:22px;
  --hb-radius-md:16px;
  --hb-nav-h:76px;
  --hb-top-h:76px;
}
html[data-hb-theme="dark"]{
  --hb-bg:#11100f;
  --hb-surface:#181613;
  --hb-surface-2:#211e1a;
  --hb-text:#f8f1e7;
  --hb-muted:#aaa198;
  --hb-line:rgba(255,255,255,.09);
  --hb-shadow:0 18px 55px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;min-height:100%;background:var(--hb-bg);color:var(--hb-text);font-family:Vazirmatn,"Segoe UI",Tahoma,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.hb-app-body{overflow-x:hidden}
button,input{font:inherit}
button{color:inherit}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hb-app{min-height:100dvh;background:var(--hb-bg);padding-bottom:calc(var(--hb-nav-h) + env(safe-area-inset-bottom));transition:background .25s ease,color .25s ease}
.hb-topbar{position:sticky;top:0;z-index:40;height:calc(var(--hb-top-h) + env(safe-area-inset-top));padding:calc(12px + env(safe-area-inset-top)) 18px 12px;display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--hb-bg) 88%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--hb-line) 65%,transparent)}
.hb-brand-wrap{display:flex;align-items:center;gap:11px}.hb-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,var(--hb-accent),#5f2f20);display:grid;place-items:center;box-shadow:0 10px 22px rgba(141,76,50,.25);color:white}.hb-brand-mark span{font-family:Georgia,serif;font-size:25px;line-height:1}.hb-brand-mark.large{width:62px;height:62px;border-radius:20px;flex:0 0 auto}.hb-brand-mark.large span{font-size:36px}.hb-brand-copy{display:flex;flex-direction:column}.hb-brand-copy strong{font-size:17px;line-height:1.2}.hb-brand-copy span{font-size:12px;letter-spacing:.12em;color:var(--hb-muted);margin-top:4px;direction:ltr;text-align:right}.hb-icon-btn{width:44px;height:44px;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:15px;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(28,22,18,.05)}
.hb-main{width:min(100%,1060px);margin:0 auto}.hb-screen{display:none;animation:hbFade .22s ease}.hb-screen.is-active{display:block}@keyframes hbFade{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
.hb-home-hero{position:relative;min-height:430px;margin:12px 16px 0;border-radius:32px;overflow:hidden;background-size:cover;background-position:center;box-shadow:var(--hb-shadow);isolation:isolate}.hb-home-hero.no-image{background:radial-gradient(circle at 15% 10%,rgba(184,123,84,.55),transparent 31%),radial-gradient(circle at 88% 80%,rgba(34,77,70,.75),transparent 35%),linear-gradient(135deg,#3a251c,#161412 70%)}.hb-home-hero.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(15,12,10,.87) 0%,rgba(15,12,10,.33) 53%,rgba(15,12,10,.08) 100%);z-index:-1}.hb-hero-shade{position:absolute;inset:0;z-index:-2}.hb-hero-copy{position:absolute;right:0;left:0;bottom:0;padding:32px;color:white;max-width:680px}.hb-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.04em;color:#ead8cc;margin-bottom:8px}.hb-eyebrow.dark{color:var(--hb-accent)}.hb-hero-copy h1{font-size:clamp(28px,7vw,49px);line-height:1.16;margin:0 0 13px;letter-spacing:-.03em}.hb-hero-copy p{font-size:15px;line-height:1.9;margin:0 0 21px;color:rgba(255,255,255,.82);max-width:600px}.hb-hero-action{border:0;border-radius:999px;padding:11px 18px;background:rgba(255,255,255,.94);color:#1a1715;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:700}.hb-hero-action svg{width:17px;height:17px;transform:rotate(180deg)}
.hb-section{padding:34px 16px 6px}.hb-section-soft{margin:28px 0 0;padding-top:31px;padding-bottom:30px;background:var(--hb-surface-2)}.hb-section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:17px}.hb-section-head span{display:block;font-size:12px;color:var(--hb-accent);font-weight:700;margin-bottom:3px}.hb-section-head h2{font-size:22px;margin:0;letter-spacing:-.02em}.hb-text-link{border:0;background:transparent;color:var(--hb-accent);font-weight:700;cursor:pointer;padding:8px}
.hb-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hb-quick-card{min-height:142px;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:22px;padding:17px;text-align:right;cursor:pointer;box-shadow:0 7px 22px rgba(28,22,18,.05);transition:transform .18s ease,border-color .18s ease}.hb-quick-card:active{transform:scale(.985)}.hb-quick-icon{width:42px;height:42px;border-radius:14px;background:var(--hb-surface-2);display:grid;place-items:center;color:var(--hb-accent);margin-bottom:17px}.hb-quick-card strong{display:block;font-size:16px;margin-bottom:4px}.hb-quick-card small{color:var(--hb-muted);font-size:12px;line-height:1.6}
.hb-horizontal-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(255px,72%);gap:13px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 0 10px;scrollbar-width:none}.hb-horizontal-list::-webkit-scrollbar{display:none}.hb-content-card{border:0;background:none;padding:0;text-align:right;display:block;cursor:pointer;color:inherit;min-width:0}.hb-horizontal-list .hb-content-card{scroll-snap-align:start}.hb-card-image{display:block;background:linear-gradient(135deg,var(--hb-dark-2),var(--hb-accent-2));background-size:cover;background-position:center;position:relative;overflow:hidden}.hb-card-wide .hb-card-image{height:180px;border-radius:20px}.hb-card-media .hb-card-image{height:170px;border-radius:20px}.hb-card-image.no-image:after{content:"هـ";position:absolute;left:18px;bottom:4px;font:700 74px/1 Georgia,serif;color:rgba(255,255,255,.10)}.hb-card-copy{display:block;padding:11px 2px 0}.hb-card-copy small{display:block;color:var(--hb-accent);font-size:12px;font-weight:700;margin-bottom:4px}.hb-card-copy strong{display:block;font-size:15px;line-height:1.55}.hb-card-copy>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--hb-muted);font-size:12px;line-height:1.7;margin-top:4px}.hb-media-badge{position:absolute;left:12px;bottom:12px;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.93);color:#171513;box-shadow:0 7px 19px rgba(0,0,0,.2)}.hb-media-badge svg{width:17px;height:17px;fill:currentColor;stroke:none;margin-left:2px}.hb-stack-list{display:flex;flex-direction:column;gap:11px}.hb-card-row{display:grid;grid-template-columns:112px 1fr;gap:13px;align-items:center;background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:18px;padding:9px}.hb-card-row .hb-card-image{height:90px;border-radius:13px}.hb-card-row .hb-card-copy{padding:0}.hb-card-row .hb-card-copy strong{font-size:14px}.hb-card-row .hb-card-copy>span{-webkit-line-clamp:1}
.hb-page-head{padding:30px 18px 16px}.hb-page-head h1{font-size:32px;line-height:1.2;margin:0 0 9px;letter-spacing:-.035em}.hb-page-head p{margin:0;color:var(--hb-muted);line-height:1.85;font-size:13px;max-width:620px}.hb-chip-row{display:flex;gap:8px;overflow-x:auto;padding:7px 18px 18px;scrollbar-width:none;position:sticky;top:calc(var(--hb-top-h) + env(safe-area-inset-top));z-index:25;background:linear-gradient(var(--hb-bg) 74%,transparent)}.hb-chip-row::-webkit-scrollbar{display:none}.hb-chip{white-space:nowrap;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:999px;padding:9px 14px;font-size:12px;cursor:pointer}.hb-chip.is-active{background:var(--hb-dark);color:white;border-color:var(--hb-dark)}html[data-hb-theme="dark"] .hb-chip.is-active{background:#f1e8dc;color:#171513;border-color:#f1e8dc}.hb-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:4px 18px 24px}.hb-feed-grid .hb-content-card{background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:20px;padding:8px;box-shadow:0 6px 18px rgba(28,22,18,.04)}.hb-feed-grid .hb-card-image{height:145px;border-radius:14px}.hb-feed-grid .hb-card-copy{padding:10px 4px 7px}.hb-feed-grid .hb-card-copy strong{font-size:14px}.hb-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:4px 18px 24px}.hb-archive-grid .hb-content-card{position:relative;border-radius:18px;overflow:hidden;min-height:210px;background:var(--hb-dark);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hb-archive-grid .hb-card-image{position:absolute;inset:0;height:100%;border-radius:0}.hb-archive-grid .hb-card-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(10,9,8,.88),rgba(10,9,8,.05) 68%);z-index:1}.hb-archive-grid .hb-card-copy{position:absolute;right:0;left:0;bottom:0;z-index:2;padding:15px;color:white}.hb-archive-grid .hb-card-copy small{color:#f2c9b7}.hb-archive-grid .hb-card-copy>span{display:none}.hb-archive-grid .hb-content-card:nth-child(5n+1){grid-row:span 2;min-height:430px}.hb-load-more{display:block;margin:0 auto 28px;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:999px;padding:11px 20px;cursor:pointer;font-weight:700}.hb-loader{display:flex;align-items:center;justify-content:center;gap:6px;padding:24px}.hb-loader span{width:7px;height:7px;border-radius:50%;background:var(--hb-muted);animation:hbDot .8s infinite alternate}.hb-loader span:nth-child(2){animation-delay:.15s}.hb-loader span:nth-child(3){animation-delay:.3s}@keyframes hbDot{to{opacity:.25;transform:translateY(-4px)}}
.hb-more-group{margin:9px 18px 24px;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:22px;overflow:hidden}.hb-more-row{width:100%;border:0;background:transparent;display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;text-align:right;padding:14px 15px;cursor:pointer}.hb-more-row+ .hb-more-row{border-top:1px solid var(--hb-line)}.hb-more-row>svg{width:18px;color:var(--hb-muted);transform:rotate(180deg)}.hb-more-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--hb-surface-2);color:var(--hb-accent)}.hb-more-row strong,.hb-more-row small{display:block}.hb-more-row strong{font-size:14px;margin-bottom:3px}.hb-more-row small{color:var(--hb-muted);font-size:12px}.hb-toggle{width:45px;height:25px;border-radius:999px;background:var(--hb-surface-2);padding:3px;display:flex;align-items:center;transition:.2s}.hb-toggle i{width:19px;height:19px;border-radius:50%;background:var(--hb-muted);display:block;transition:.2s}.hb-toggle.is-on{background:var(--hb-accent)}.hb-toggle.is-on i{transform:translateX(-20px);background:white}.hb-about-card{margin:0 18px;background:linear-gradient(135deg,var(--hb-surface),var(--hb-surface-2));border:1px solid var(--hb-line);border-radius:26px;padding:22px;display:flex;gap:16px;align-items:flex-start}.hb-about-card h2{margin:0 0 6px;font-size:20px}.hb-about-card p{font-size:12px;line-height:1.9;color:var(--hb-muted);margin:0}.hb-version{text-align:center;color:var(--hb-muted);font-size:12px;padding:29px 0 10px}
.hb-bottom-nav{position:fixed;z-index:50;bottom:0;left:0;right:0;height:calc(var(--hb-nav-h) + env(safe-area-inset-bottom));padding:7px max(12px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(12px,env(safe-area-inset-right));display:grid;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--hb-surface) 92%,transparent);border-top:1px solid var(--hb-line);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.hb-nav-item{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--hb-muted);cursor:pointer;border-radius:15px;position:relative}.hb-nav-item svg{width:21px;height:21px}.hb-nav-item span{font-size:12px}.hb-nav-item.is-active{color:var(--hb-accent);font-weight:700}.hb-nav-item.is-active:before{content:"";position:absolute;top:1px;width:23px;height:3px;border-radius:99px;background:var(--hb-accent)}
.hb-search-sheet,.hb-detail-sheet,.hb-saved-sheet{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:0;transition:opacity .2s ease}.hb-search-sheet.is-open,.hb-detail-sheet.is-open,.hb-saved-sheet.is-open{pointer-events:auto;opacity:1}.hb-sheet-backdrop{position:absolute;inset:0;background:rgba(8,7,6,.55);backdrop-filter:blur(6px)}.hb-search-panel,.hb-saved-panel{position:absolute;left:0;right:0;bottom:0;max-height:88dvh;background:var(--hb-bg);border-radius:28px 28px 0 0;transform:translateY(102%);transition:transform .26s cubic-bezier(.2,.8,.2,1);overflow:auto;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.hb-search-sheet.is-open .hb-search-panel,.hb-saved-sheet.is-open .hb-saved-panel{transform:none}.hb-search-head{position:sticky;top:0;z-index:3;background:var(--hb-bg);display:flex;gap:10px;padding:16px;border-bottom:1px solid var(--hb-line)}.hb-search-input-wrap{flex:1;height:44px;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:15px;display:flex;align-items:center;gap:8px;padding:0 12px}.hb-search-input-wrap svg{width:18px;color:var(--hb-muted)}.hb-search-input-wrap input{width:100%;border:0;outline:0;background:transparent;color:var(--hb-text);font-size:13px}.hb-search-status{padding:16px 18px 3px;color:var(--hb-muted);font-size:12px}.hb-search-results{padding:12px 16px 24px;display:flex;flex-direction:column;gap:8px}.hb-search-item{border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:16px;padding:8px;display:grid;grid-template-columns:70px 1fr;gap:11px;align-items:center;text-align:right;cursor:pointer}.hb-search-thumb{height:60px;border-radius:11px;background:linear-gradient(135deg,var(--hb-dark-2),var(--hb-accent-2));background-size:cover;background-position:center}.hb-search-item strong{font-size:13px;display:block;line-height:1.5}.hb-search-item small{font-size:12px;color:var(--hb-muted)}
.hb-detail-panel{position:absolute;inset:0;background:var(--hb-bg);transform:translateY(102%);transition:transform .28s cubic-bezier(.2,.8,.2,1);overflow:auto;padding-bottom:calc(30px + env(safe-area-inset-bottom))}.hb-detail-sheet.is-open .hb-detail-panel{transform:none}.hb-detail-hero{height:min(52vh,520px);min-height:330px;background:linear-gradient(135deg,var(--hb-dark),var(--hb-accent-2));background-size:cover;background-position:center;position:relative;color:white}.hb-detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,10,9,.9),rgba(12,10,9,.05) 65%)}.hb-detail-top{position:absolute;z-index:2;top:calc(14px + env(safe-area-inset-top));right:14px;left:14px;display:flex;justify-content:space-between}.hb-detail-top .hb-icon-btn{background:rgba(20,18,16,.55);color:white;border-color:rgba(255,255,255,.22);backdrop-filter:blur(12px)}.hb-detail-title{position:absolute;z-index:2;right:22px;left:22px;bottom:25px}.hb-detail-title small{display:block;color:#ebc9b9;font-size:12px;font-weight:700;margin-bottom:6px}.hb-detail-title h1{font-size:clamp(28px,8vw,48px);line-height:1.18;margin:0}.hb-detail-title p{font-size:13px;line-height:1.7;margin:9px 0 0;color:rgba(255,255,255,.78)}.hb-detail-body{width:min(100%,780px);margin:0 auto;padding:23px 19px}.hb-detail-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.hb-detail-meta span{border:1px solid var(--hb-line);background:var(--hb-surface);padding:7px 10px;border-radius:999px;font-size:12px;color:var(--hb-muted)}.hb-detail-content{font-size:15px;line-height:2.05}.hb-detail-content p{margin:0 0 17px}.hb-detail-content h2,.hb-detail-content h3{line-height:1.55;margin:30px 0 12px}.hb-detail-content img{max-width:100%;height:auto;border-radius:18px}.hb-detail-content a{color:var(--hb-accent)}.hb-detail-player{margin:4px 0 22px;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:20px;padding:12px}.hb-detail-player audio,.hb-detail-player video{width:100%;display:block;border-radius:13px}.hb-map-link{display:flex;align-items:center;gap:8px;border:1px solid var(--hb-line);background:var(--hb-surface);color:var(--hb-text);text-decoration:none;border-radius:16px;padding:13px 15px;margin:20px 0}.hb-topic-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:24px}.hb-topic-row span{font-size:12px;background:var(--hb-surface-2);padding:7px 10px;border-radius:999px;color:var(--hb-muted)}.hb-bookmark.is-saved svg{fill:currentColor}.hb-detail-error,.hb-empty{padding:42px 20px;text-align:center;color:var(--hb-muted)}.hb-empty h2{color:var(--hb-text);margin:10px 0}.hb-empty-symbol{width:74px;height:74px;margin:0 auto;border-radius:24px;background:var(--hb-surface-2);display:grid;place-items:center;font:700 40px/1 Georgia,serif;color:var(--hb-accent)}.hb-empty-home{margin:18px}.hb-sheet-title-row{display:flex;align-items:center;justify-content:space-between;padding:19px 18px 10px}.hb-sheet-title-row h2{margin:0;font-size:24px}.hb-saved-list{padding:8px 16px 30px;display:flex;flex-direction:column;gap:9px}.hb-saved-item{display:grid;grid-template-columns:76px 1fr auto;gap:11px;align-items:center;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:16px;padding:8px}.hb-saved-thumb{height:64px;border-radius:11px;background:linear-gradient(135deg,var(--hb-dark),var(--hb-accent-2));background-size:cover;background-position:center}.hb-saved-item button{border:0;background:transparent;cursor:pointer}.hb-saved-item strong{display:block;font-size:13px;line-height:1.5}.hb-saved-item small{font-size:12px;color:var(--hb-muted)}
@media(min-width:700px){.hb-topbar{padding-left:28px;padding-right:28px}.hb-home-hero{margin-left:28px;margin-right:28px}.hb-section{padding-left:28px;padding-right:28px}.hb-section-soft{border-radius:30px;margin-left:18px;margin-right:18px}.hb-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hb-horizontal-list{grid-auto-columns:minmax(270px,34%)}.hb-stack-list{display:grid;grid-template-columns:repeat(2,1fr)}.hb-feed-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-left:28px;padding-right:28px}.hb-feed-grid .hb-card-image{height:180px}.hb-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-left:28px;padding-right:28px}.hb-page-head,.hb-chip-row{padding-left:28px;padding-right:28px}.hb-bottom-nav{left:50%;right:auto;transform:translateX(-50%);width:min(520px,calc(100% - 28px));bottom:10px;border:1px solid var(--hb-line);border-radius:24px;padding-bottom:7px;height:68px;box-shadow:var(--hb-shadow)}.hb-app{padding-bottom:96px}.hb-search-panel,.hb-saved-panel{left:50%;right:auto;width:min(640px,calc(100% - 28px));transform:translate(-50%,102%);border-radius:28px;bottom:16px}.hb-search-sheet.is-open .hb-search-panel,.hb-saved-sheet.is-open .hb-saved-panel{transform:translate(-50%,0)}.hb-detail-panel{left:50%;right:auto;width:min(860px,100%);transform:translate(-50%,102%)}.hb-detail-sheet.is-open .hb-detail-panel{transform:translate(-50%,0)}}
@media(min-width:1000px){.hb-home-hero{min-height:500px}.hb-hero-copy{padding:42px}.hb-archive-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:380px){.hb-home-hero{min-height:390px}.hb-hero-copy{padding:24px}.hb-quick-grid{gap:9px}.hb-quick-card{padding:14px;min-height:134px}.hb-feed-grid,.hb-archive-grid{gap:9px;padding-left:12px;padding-right:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.hb-detail-error{padding-top:calc(24px + env(safe-area-inset-top))}.hb-detail-error .hb-icon-btn{margin-right:auto;margin-left:0}.hb-detail-error .hb-empty-symbol{margin-top:50px}
#wpadminbar{display:none!important}html{margin-top:0!important}


/* === Herat Bastan 1.2 visual refresh === */
:root{
  --hb-bg:#f4f8f6;
  --hb-surface:#ffffff;
  --hb-surface-2:#e9f4f1;
  --hb-text:#122629;
  --hb-muted:#64787a;
  --hb-line:rgba(8,127,131,.13);
  --hb-accent:#087f83;
  --hb-accent-2:#0b98a0;
  --hb-tile:#13a9ad;
  --hb-tile-deep:#086d75;
  --hb-lapis:#24599a;
  --hb-saffron:#d9a23b;
  --hb-terracotta:#c86f50;
  --hb-cream:#f5efe2;
  --hb-dark:#0d3439;
  --hb-dark-2:#075c63;
  --hb-shadow:0 18px 48px rgba(7,83,88,.13);
}
html[data-hb-theme="dark"]{
  --hb-bg:#0b1719;
  --hb-surface:#102225;
  --hb-surface-2:#153035;
  --hb-text:#edf8f6;
  --hb-muted:#9bb6b6;
  --hb-line:rgba(115,224,217,.12);
  --hb-accent:#4fd1cc;
  --hb-accent-2:#2bb8b6;
  --hb-dark:#061f23;
  --hb-dark-2:#0b5960;
}
html,body,button,input,textarea,select{font-family:"Vazirmatn",Tahoma,Arial,sans-serif}
body.hb-app-body{background:var(--hb-bg)}
.hb-topbar{background:color-mix(in srgb,var(--hb-bg) 90%,transparent);border-bottom-color:rgba(8,127,131,.10)}
.hb-brand-mark{background:linear-gradient(145deg,#10aaa9,#087780 62%,#24599a);box-shadow:0 9px 24px rgba(8,127,131,.25)}
.hb-brand-copy strong{font-size:16px;font-weight:800}
.hb-icon-btn{border-color:rgba(8,127,131,.14)}

.hb-home-hero{min-height:360px;border-radius:28px;margin-top:10px;box-shadow:0 18px 46px rgba(5,73,78,.17)}
.hb-home-hero.no-image{background:radial-gradient(circle at 18% 12%,rgba(55,213,204,.56),transparent 30%),radial-gradient(circle at 86% 84%,rgba(36,89,154,.70),transparent 38%),linear-gradient(135deg,#0d898d,#07555f 62%,#123957)}
.hb-home-hero.has-image:after{background:linear-gradient(to top,rgba(4,42,46,.88) 0%,rgba(4,58,62,.36) 56%,rgba(4,58,62,.08) 100%)}
.hb-hero-copy{padding:26px}
.hb-hero-copy h1{font-size:clamp(23px,5.5vw,36px);line-height:1.34;letter-spacing:0;font-weight:800}
.hb-hero-copy p{font-size:13px;line-height:1.9}
.hb-eyebrow{font-size:12px;letter-spacing:0}
.hb-hero-action{font-size:12px;padding:10px 16px;color:#0b393c}

.hb-section{padding-top:27px}
.hb-section-head{margin-bottom:14px}
.hb-section-head h2{font-size:19px;line-height:1.45;letter-spacing:0}
.hb-section-head span{font-size:12px}
.hb-text-link{font-size:12px}

.hb-discovery-band{margin:20px 12px 0;padding:22px 12px 18px;border-radius:28px;background:linear-gradient(145deg,rgba(8,127,131,.09),rgba(19,169,173,.04) 55%,rgba(36,89,154,.05));border:1px solid rgba(8,127,131,.10)}
.hb-quick-grid-rich{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hb-quick-grid-rich .hb-quick-card{position:relative;min-height:118px;padding:14px;border:0;overflow:hidden;box-shadow:none;color:white}
.hb-quick-grid-rich .hb-quick-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;left:-35px;top:-35px;background:rgba(255,255,255,.09)}
.hb-quick-grid-rich .hb-quick-icon{width:38px;height:38px;margin-bottom:12px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.14);color:white}
.hb-quick-grid-rich .hb-quick-card strong{font-size:14px;font-weight:800;margin-bottom:2px;position:relative;z-index:1}
.hb-quick-grid-rich .hb-quick-card small{font-size:12px;color:rgba(255,255,255,.78);position:relative;z-index:1}
.hb-quick-place{background:linear-gradient(145deg,#0d9fa2,#08777f)}
.hb-quick-person{background:linear-gradient(145deg,#137e92,#24599a)}
.hb-quick-article{background:linear-gradient(145deg,#18b6ac,#0b8f90)}
.hb-quick-media{background:linear-gradient(145deg,#1b6e85,#0b4e67)}
.hb-quick-photo{background:linear-gradient(145deg,#d3a03e,#ba7e2f)}
.hb-quick-timeline{background:linear-gradient(145deg,#c87555,#a95842)}

.hb-archive-band{margin:24px 12px 0;padding:25px 14px 22px;border-radius:28px;background:linear-gradient(145deg,#e5f6f3,#d8efef 58%,#e5edf7)}
html[data-hb-theme="dark"] .hb-archive-band{background:linear-gradient(145deg,#113238,#12303d 58%,#162c43)}
.hb-archive-band .hb-section-head span,.hb-archive-band .hb-text-link{color:#087b82}
html[data-hb-theme="dark"] .hb-archive-band .hb-section-head span,html[data-hb-theme="dark"] .hb-archive-band .hb-text-link{color:#5ad6d1}
.hb-archive-band .hb-card-wide .hb-card-image{height:165px}

.hb-media-band{margin:24px 12px 0;padding:25px 14px 23px;border-radius:28px;background:linear-gradient(145deg,#073f49,#0a6972 62%,#24599a);color:white}
.hb-media-band .hb-section-head span,.hb-media-band .hb-text-link{color:#92ece7}
.hb-media-band .hb-section-head h2{color:white}
.hb-media-band .hb-card-copy strong{color:white}
.hb-media-band .hb-card-copy small{color:#81ddd7}
.hb-media-band .hb-card-copy>span{color:rgba(255,255,255,.68)}

.hb-latest-band{margin:24px 12px 18px;padding:25px 14px 22px;border-radius:28px;background:linear-gradient(145deg,#fbf8f0,#f2eee1 70%,#e7f4f1);border:1px solid rgba(201,164,91,.12)}
html[data-hb-theme="dark"] .hb-latest-band{background:linear-gradient(145deg,#1e2524,#252821 70%,#18302e)}

.hb-card-copy strong{font-size:14px;line-height:1.65;font-weight:700}
.hb-card-copy>span{font-size:12px;line-height:1.75}
.hb-card-copy small{font-size:12px}
.hb-card-row{border-color:rgba(8,127,131,.11);box-shadow:0 6px 16px rgba(8,91,95,.05)}
.hb-card-row .hb-card-copy strong{font-size:13px}
.hb-feed-grid .hb-card-copy strong{font-size:13px}

.hb-page-head h1{font-size:clamp(24px,6vw,30px);line-height:1.35;letter-spacing:0}
.hb-detail-title h1{font-size:clamp(24px,6.7vw,38px);line-height:1.36;letter-spacing:0;font-weight:800}
.hb-detail-title small{font-size:12px;color:#7de0dc}
.hb-detail-body{padding-top:20px}
.hb-detail-content{font-size:14px;line-height:2.05;font-weight:400}
.hb-detail-content p{margin-bottom:15px}
.hb-detail-content h2{font-size:20px}
.hb-detail-content h3{font-size:17px}
.hb-detail-content p::first-letter,
.hb-detail-content .has-drop-cap:not(:focus)::first-letter,
.hb-detail-content p.has-drop-cap:not(:focus)::first-letter{
  float:none!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
}

.hb-chip.is-active{background:linear-gradient(135deg,#0b9497,#08727a);border-color:transparent;color:white}
html[data-hb-theme="dark"] .hb-chip.is-active{background:linear-gradient(135deg,#42c8c3,#1b9aa0);color:#062b2e;border-color:transparent}
.hb-bottom-nav{border-top-color:rgba(8,127,131,.12)}
.hb-nav-item.is-active{color:#087f83}
html[data-hb-theme="dark"] .hb-nav-item.is-active{color:#52d6d0}

@media(min-width:700px){
  .hb-discovery-band,.hb-archive-band,.hb-media-band,.hb-latest-band{margin-left:28px;margin-right:28px}
  .hb-quick-grid-rich{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hb-quick-grid-rich .hb-quick-card{min-height:124px}
}
@media(max-width:380px){
  .hb-home-hero{min-height:330px}
  .hb-hero-copy{padding:21px}
  .hb-quick-grid-rich .hb-quick-card{min-height:112px;padding:12px}
}

/* === Herat Bastan 1.3: section-driven app === */
:root{--hb-font:"Vazirmatn",Tahoma,Arial,sans-serif;--hb-turquoise:#0a9da2;--hb-turquoise-deep:#06737b;--hb-cobalt:#22569a;--hb-gold:#d6a13c;--hb-clay:#c86e50;--hb-ink:#10292d;--hb-mint:#dff2ee}
html,body,button,input,textarea,select{font-family:var(--hb-font)!important}
.hb-detail-content p::first-letter,.hb-detail-content::first-letter{font-size:inherit!important;line-height:inherit!important;float:none!important;font-weight:inherit!important;color:inherit!important;margin:0!important;padding:0!important}
.hb-detail-title h1{font-size:clamp(22px,5.8vw,34px)!important;line-height:1.45!important;font-weight:800!important;letter-spacing:0!important}
.hb-detail-content{font-size:14px!important;line-height:2!important;font-weight:400}
.hb-page-head h1,.hb-section-page-head h1{font-size:28px!important;letter-spacing:0!important}

.hb-mini-links{display:flex;gap:8px;overflow:auto;margin-top:12px;padding:2px 1px 3px;scrollbar-width:none}.hb-mini-links::-webkit-scrollbar{display:none}.hb-mini-links button{border:1px solid rgba(8,127,131,.12);background:rgba(255,255,255,.78);color:var(--hb-turquoise-deep);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;white-space:nowrap}
.hb-q-news{background:linear-gradient(145deg,#0b9fa2,#08717a)!important}.hb-q-article{background:linear-gradient(145deg,#1fb8ad,#0d8788)!important}.hb-q-photo{background:linear-gradient(145deg,#2365a9,#17467f)!important}.hb-q-place{background:linear-gradient(145deg,#d4a13d,#b77b24)!important}.hb-q-person{background:linear-gradient(145deg,#c96c50,#9d4836)!important}.hb-q-media{background:linear-gradient(145deg,#3c7795,#24536f)!important}
.hb-quick-grid-rich .hb-quick-card>span:first-child{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.15);margin-bottom:11px}.hb-quick-grid-rich .hb-quick-card svg{width:19px;height:19px}

.hb-home-card{border:0;background:transparent;color:inherit;text-align:right;padding:0;cursor:pointer;min-width:0}.hb-home-card-img{display:block;background:linear-gradient(135deg,#0c8f93,#174f76);background-size:cover;background-position:center}.hb-home-card-copy{display:block}.hb-home-card-copy strong{display:block;font-size:14px;line-height:1.65}.hb-home-card-copy small{display:block;font-size:12px;line-height:1.6;color:var(--hb-muted);margin-top:3px}
.hb-news-preview{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--hb-line)}.hb-news-preview-card{display:grid;grid-template-columns:1fr 94px;gap:12px;padding:12px 0;border-bottom:1px solid var(--hb-line);align-items:center}.hb-news-preview-card .hb-home-card-img{grid-column:2;height:76px;border-radius:14px}.hb-news-preview-card .hb-home-card-copy{grid-column:1;grid-row:1}.hb-news-preview-card .hb-home-card-copy strong{font-size:14px}.hb-home-news{background:linear-gradient(180deg,transparent,rgba(8,127,131,.035));padding-bottom:24px}
.hb-photo-band{margin-top:22px;background:#082f35;color:white;padding-top:28px;padding-bottom:30px}.hb-photo-band .hb-section-head span,.hb-photo-band .hb-text-link{color:#60d6d1}.hb-photo-preview{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:128px;gap:8px}.hb-photo-preview-card{position:relative;border-radius:17px;overflow:hidden}.hb-photo-preview-card:nth-child(1){grid-row:span 2}.hb-photo-preview-card:nth-child(4){grid-column:span 2}.hb-photo-preview-card .hb-home-card-img{position:absolute;inset:0;width:100%;height:100%}.hb-photo-preview-card .hb-home-card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,28,32,.8),transparent 65%)}.hb-photo-preview-card .hb-home-card-copy{position:absolute;right:0;left:0;bottom:0;padding:12px;z-index:2}.hb-photo-preview-card .hb-home-card-copy strong{color:white;font-size:12px}.hb-photo-preview-card .hb-home-card-copy small{color:rgba(255,255,255,.68)}
.hb-article-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hb-article-preview-card{background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:18px;overflow:hidden}.hb-article-preview-card .hb-home-card-img{height:126px}.hb-article-preview-card .hb-home-card-copy{padding:11px}.hb-article-preview-card:first-child{grid-column:span 2;display:grid;grid-template-columns:45% 1fr}.hb-article-preview-card:first-child .hb-home-card-img{height:150px}.hb-article-preview-card:first-child .hb-home-card-copy{display:flex;flex-direction:column;justify-content:center}
.hb-people-place-band{background:linear-gradient(145deg,rgba(210,161,61,.11),rgba(12,158,162,.06));margin-top:24px;padding-bottom:28px}.hb-two-rails{display:grid;grid-auto-flow:column;grid-auto-columns:155px;gap:10px;overflow:auto;scrollbar-width:none}.hb-two-rails::-webkit-scrollbar{display:none}.hb-place-preview-card,.hb-person-preview-card{background:var(--hb-surface);border-radius:18px;overflow:hidden;box-shadow:0 8px 20px rgba(14,74,77,.07)}.hb-place-preview-card .hb-home-card-img,.hb-person-preview-card .hb-home-card-img{height:145px}.hb-place-preview-card .hb-home-card-copy,.hb-person-preview-card .hb-home-card-copy{padding:10px}.hb-person-preview-card .hb-home-card-img{border-radius:999px;width:106px;height:106px;margin:12px auto 0}.hb-person-preview-card{text-align:center}.hb-person-preview-card .hb-home-card-copy{text-align:center}
.hb-audio-band{padding-bottom:28px}.hb-audio-preview{display:flex;flex-direction:column;gap:8px}.hb-audio-preview-card{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;background:linear-gradient(90deg,rgba(8,127,131,.08),rgba(36,89,154,.04));padding:8px;border-radius:14px}.hb-audio-preview-card .hb-home-card-img{width:52px;height:52px;border-radius:13px}.hb-audio-preview-card .hb-home-card-copy strong{font-size:13px}

.hb-section-page-head{padding:18px 18px 14px;display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:start}.hb-section-page-head .hb-back-btn{width:40px;height:40px}.hb-section-page-head span{font-size:12px;color:var(--hb-accent);font-weight:800}.hb-section-page-head h1{margin:2px 0 5px}.hb-section-page-head p{margin:0;color:var(--hb-muted);font-size:12px;line-height:1.7}.hb-section-feed{padding:6px 16px 30px}

/* News app */
.hb-layout-news{display:flex;flex-direction:column}.hb-news-lead{border:0;padding:0;background:var(--hb-surface);text-align:right;border-radius:23px;overflow:hidden;margin-bottom:13px;box-shadow:0 10px 28px rgba(10,80,84,.10)}.hb-news-lead-img{display:block;height:235px;background:linear-gradient(135deg,#0b8f94,#1f5484);background-size:cover;background-position:center}.hb-news-lead-copy{display:block;padding:16px}.hb-news-lead-copy small{color:var(--hb-turquoise);font-size:12px;font-weight:900}.hb-news-lead-copy strong{display:block;font-size:19px;line-height:1.55;margin-top:4px}.hb-news-lead-copy p{font-size:12px;color:var(--hb-muted);line-height:1.8;margin:6px 0}.hb-news-lead-copy time,.hb-news-row time{font-size:12px;color:var(--hb-muted)}.hb-news-row{display:grid;grid-template-columns:1fr 100px;gap:12px;align-items:center;border:0;border-bottom:1px solid var(--hb-line);padding:12px 0;background:transparent;text-align:right}.hb-news-row-copy strong{font-size:14px;line-height:1.65;display:block}.hb-news-row-copy p{font-size:12px;line-height:1.65;color:var(--hb-muted);margin:4px 0}.hb-news-row-img{height:82px;border-radius:13px;background:linear-gradient(135deg,#0b8f94,#215895);background-size:cover;background-position:center}

/* Articles */
.hb-layout-articles{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.hb-mag-card{border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:19px;overflow:hidden;padding:0;text-align:right}.hb-mag-card.is-featured{grid-column:span 2}.hb-mag-img{height:135px;display:block;background:linear-gradient(135deg,#0a9da2,#22569a);background-size:cover;background-position:center}.hb-mag-card.is-featured .hb-mag-img{height:230px}.hb-mag-copy{padding:12px;display:block}.hb-mag-copy small{font-size:12px;color:var(--hb-clay);font-weight:800}.hb-mag-copy strong{display:block;font-size:14px;line-height:1.65;margin-top:3px}.hb-mag-card.is-featured .hb-mag-copy strong{font-size:18px}.hb-mag-copy p{font-size:12px;line-height:1.7;color:var(--hb-muted);margin:5px 0 0}

/* Photo albums */
.hb-layout-photos{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:155px;gap:8px}.hb-album-tile{position:relative;border:0;padding:0;background:#0b3439;border-radius:18px;overflow:hidden;text-align:right}.hb-album-tile.tile-0,.hb-album-tile.tile-5{grid-row:span 2}.hb-album-tile.tile-3{grid-column:span 2}.hb-album-img{position:absolute;inset:0;background:linear-gradient(135deg,#0a9da2,#22569a);background-size:cover;background-position:center}.hb-album-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,27,31,.86),transparent 62%)}.hb-album-overlay{position:absolute;right:0;left:0;bottom:0;padding:13px;color:white;z-index:2}.hb-album-overlay small{font-size:12px;color:#7ce1dc}.hb-album-overlay strong{display:block;font-size:12px;line-height:1.55;margin-top:2px}

/* Videos */
.hb-layout-videos{display:grid;grid-template-columns:1fr;gap:14px}.hb-video-card{border:0;background:transparent;text-align:right;padding:0}.hb-video-thumb{height:215px;border-radius:22px;display:block;position:relative;background:linear-gradient(135deg,#12395e,#087f83);background-size:cover;background-position:center;overflow:hidden}.hb-video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 60%)}.hb-play{position:absolute;right:17px;bottom:17px;width:48px;height:48px;border-radius:50%;background:white;color:#0b5358;display:grid;place-items:center;font-style:normal;z-index:2;box-shadow:0 8px 24px rgba(0,0,0,.25)}.hb-video-copy{display:block;padding:9px 3px}.hb-video-copy strong{font-size:15px;line-height:1.6}.hb-video-copy small{display:block;font-size:12px;color:var(--hb-muted);margin-top:3px}

/* Audio playlist */
.hb-layout-audio{background:linear-gradient(180deg,rgba(8,127,131,.08),transparent 280px);border-radius:24px;padding-top:14px}.hb-audio-row{display:grid;grid-template-columns:28px 58px 1fr 38px;gap:9px;align-items:center;width:100%;border:0;border-bottom:1px solid var(--hb-line);padding:10px 2px;background:transparent;text-align:right}.hb-audio-number{font-size:12px;color:var(--hb-muted)}.hb-audio-art{height:55px;border-radius:14px;background:linear-gradient(135deg,#0a9da2,#22569a);background-size:cover;background-position:center}.hb-audio-copy strong{font-size:13px;line-height:1.55;display:block}.hb-audio-copy small{font-size:12px;color:var(--hb-muted)}.hb-audio-play{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--hb-turquoise);color:white;font-size:12px}

/* Places */
.hb-layout-places{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.hb-place-card{border:0;background:var(--hb-surface);border-radius:20px;overflow:hidden;text-align:right;padding:0;position:relative;box-shadow:0 7px 21px rgba(9,89,92,.08)}.hb-place-img{height:155px;display:block;background:linear-gradient(135deg,#d7a43e,#087f83);background-size:cover;background-position:center}.hb-place-pin{position:absolute;top:137px;left:12px;width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--hb-gold);color:white;border:3px solid var(--hb-surface)}.hb-place-copy{display:block;padding:13px 11px 12px}.hb-place-copy strong{font-size:13px;line-height:1.6}.hb-place-copy small{display:block;font-size:12px;color:var(--hb-muted);margin-top:3px}

/* People */
.hb-layout-people{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 10px}.hb-person-card{border:0;background:transparent;text-align:center;padding:0}.hb-person-img{width:128px;height:150px;border-radius:60px 60px 21px 21px;display:block;margin:0 auto;background:linear-gradient(135deg,#c86e50,#22569a);background-size:cover;background-position:center;box-shadow:0 9px 25px rgba(74,47,50,.13)}.hb-person-copy{display:block;padding:9px 3px}.hb-person-copy strong{font-size:13px;line-height:1.55}.hb-person-copy small{display:block;font-size:12px;color:var(--hb-muted);margin-top:2px}

/* Documents */
.hb-layout-documents{display:flex;flex-direction:column;gap:10px}.hb-document-card{display:grid;grid-template-columns:76px 1fr;gap:13px;align-items:center;border:1px solid rgba(205,160,70,.25);background:linear-gradient(110deg,#fffaf0,var(--hb-surface));border-radius:19px;padding:10px;text-align:right;color:var(--hb-text)}html[data-hb-theme="dark"] .hb-document-card{background:linear-gradient(110deg,#2b261c,var(--hb-surface))}.hb-doc-paper{height:90px;border-radius:9px;background:#e7d3aa;display:grid;place-items:center;color:#72592e;position:relative;box-shadow:0 5px 14px rgba(93,67,29,.13)}.hb-doc-corner{position:absolute;top:0;left:0;border-top:20px solid #fff7e8;border-right:20px solid transparent}.hb-doc-paper b{font-size:13px}.hb-doc-copy small{font-size:12px;color:#a77d32}.hb-doc-copy strong{display:block;font-size:14px;line-height:1.6;margin-top:2px}.hb-doc-copy p{font-size:12px;color:var(--hb-muted);line-height:1.6;margin:4px 0}

/* Timeline */
.hb-layout-timeline{position:relative;padding-right:33px}.hb-layout-timeline:before{content:"";position:absolute;right:23px;top:0;bottom:0;width:2px;background:linear-gradient(var(--hb-turquoise),var(--hb-gold),var(--hb-clay))}.hb-timeline-item{position:relative;width:100%;border:0;background:transparent;text-align:right;padding:0 15px 24px 0;display:grid;grid-template-columns:72px 1fr;gap:10px}.hb-time-dot{position:absolute;right:-17px;top:6px;width:13px;height:13px;border-radius:50%;background:var(--hb-surface);border:4px solid var(--hb-turquoise);box-shadow:0 0 0 3px var(--hb-bg)}.hb-time-year{font-size:12px;font-weight:900;color:var(--hb-turquoise-deep);padding-top:3px}.hb-time-copy{background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:16px;padding:12px}.hb-time-copy strong{font-size:13px;line-height:1.6}.hb-time-copy p{font-size:12px;line-height:1.7;color:var(--hb-muted);margin:5px 0 0}

/* Discover */
.hb-discover-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:4px 16px 28px}.hb-discover-card{min-height:150px;border:0;border-radius:22px;padding:16px;text-align:right;color:white;display:flex;flex-direction:column;justify-content:flex-end}.hb-discover-card>span{font-size:12px;opacity:.72}.hb-discover-card strong{font-size:16px;margin:4px 0}.hb-discover-card small{font-size:12px;line-height:1.6;opacity:.75}.dc-news,.dc-articles{background:linear-gradient(145deg,#0b999c,#086b75)}.dc-photos,.dc-videos{background:linear-gradient(145deg,#255d9c,#153b72)}.dc-audio{background:linear-gradient(145deg,#32778e,#184f66)}.dc-places{background:linear-gradient(145deg,#d4a03b,#a76f1d)}.dc-people{background:linear-gradient(145deg,#c96e51,#954231)}.dc-documents{background:linear-gradient(145deg,#917446,#5d4a30)}.dc-timeline{background:linear-gradient(145deg,#118b83,#33558b)}
.hb-archive-hub{display:grid;grid-template-columns:1fr;gap:12px;padding:8px 18px 30px}.hb-archive-hub-card{border:0;border-radius:24px;min-height:135px;padding:20px;color:white;text-align:right;display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;gap:3px 12px}.hb-archive-hub-card svg{grid-row:1/3;width:34px;height:34px;align-self:center}.hb-archive-hub-card strong{font-size:17px}.hb-archive-hub-card small{font-size:12px;opacity:.75}.hb-archive-hub-card.photos{background:linear-gradient(135deg,#2263a6,#123f7a)}.hb-archive-hub-card.docs{background:linear-gradient(135deg,#d19c39,#936821)}.hb-archive-hub-card.time{background:linear-gradient(135deg,#0e999a,#087278)}

/* Section-specific detail pages */
.hb-detail-panel{background:var(--hb-bg)!important}.hb-detail-top{position:sticky;top:0;padding:10px 12px;z-index:30;pointer-events:none}.hb-detail-top .hb-icon-btn{pointer-events:auto;background:rgba(8,47,52,.72)!important;color:white!important;border-color:rgba(255,255,255,.16)!important}.hb-detail-news .hb-detail-hero{height:auto;min-height:0;padding-top:65px;background:transparent!important;color:var(--hb-text)}.hb-detail-news .hb-detail-hero:after{display:none}.hb-detail-news .hb-detail-title{position:static;padding:14px 18px 20px}.hb-detail-news .hb-detail-title h1{font-size:25px!important}.hb-detail-news .hb-detail-title small{color:var(--hb-turquoise)}.hb-detail-news .hb-detail-title p{color:var(--hb-muted)}
.hb-album-detail-head{padding:5px 18px 16px}.hb-album-detail-head span,.hb-audio-detail-cover>span,.hb-profile-hero span,.hb-document-detail-head span{font-size:12px;color:var(--hb-turquoise);font-weight:900}.hb-album-detail-head h1,.hb-audio-detail-cover h1,.hb-profile-hero h1,.hb-document-detail-head h1,.hb-time-detail-head h1{font-size:25px;line-height:1.5;margin:3px 0}.hb-album-detail-head p,.hb-audio-detail-cover p,.hb-profile-hero p,.hb-document-detail-head p,.hb-time-detail-head p{font-size:12px;line-height:1.8;color:var(--hb-muted);margin:4px 0}.hb-album-detail-head small{font-size:12px;color:var(--hb-muted)}.hb-album-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;gap:5px;padding:0 6px 10px}.hb-gallery-image{border:0;padding:0;border-radius:14px;overflow:hidden;background:#0b3338}.hb-gallery-image.gi-0,.hb-gallery-image.gi-5{grid-row:span 2}.hb-gallery-image.gi-3{grid-column:span 2}.hb-gallery-image img{width:100%;height:100%;object-fit:cover;display:block}.hb-audio-detail-cover{text-align:center;padding:4px 22px 15px}.hb-audio-detail-art{width:min(72vw,320px);aspect-ratio:1;margin:0 auto 18px;border-radius:28px;background:linear-gradient(135deg,#0a9da2,#22569a);background-size:cover;background-position:center;box-shadow:0 22px 55px rgba(4,79,84,.25)}.hb-profile-hero{padding:5px 20px 20px;text-align:center}.hb-profile-photo{width:180px;height:215px;margin:0 auto 16px;border-radius:82px 82px 27px 27px;background:linear-gradient(135deg,#c86e50,#22569a);background-size:cover;background-position:center;box-shadow:0 16px 40px rgba(70,49,50,.18)}.hb-document-detail-head{display:grid;grid-template-columns:90px 1fr;gap:14px;align-items:center;padding:5px 18px 22px}.hb-big-doc{height:115px;border-radius:11px;background:#dfc998;color:#72592e;display:grid;place-items:center;font-size:16px;font-weight:900;box-shadow:0 10px 28px rgba(78,58,26,.16)}.hb-time-detail-head{padding:4px 20px 22px;border-right:4px solid var(--hb-turquoise);margin-right:16px}.hb-time-detail-year{font-size:18px;font-weight:900;color:var(--hb-turquoise)}

.hb-lightbox{position:fixed;inset:0;z-index:200;background:rgba(2,15,17,.95);display:none;align-items:center;justify-content:center;padding:16px}.hb-lightbox.is-open{display:flex}.hb-lightbox img{max-width:100%;max-height:92vh;object-fit:contain;border-radius:12px}.hb-lightbox-close{position:absolute;top:calc(14px + env(safe-area-inset-top));right:14px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:white;display:grid;place-items:center}.hb-no-scroll{overflow:hidden!important}
.hb-saved-open{display:grid;grid-template-columns:64px 1fr;gap:10px;align-items:center;border:0;background:transparent;text-align:right;width:100%}

@media(min-width:700px){.hb-layout-news,.hb-layout-audio,.hb-layout-documents,.hb-layout-timeline{max-width:760px;margin:0 auto}.hb-layout-articles{grid-template-columns:repeat(3,1fr)}.hb-mag-card.is-featured{grid-column:span 2;grid-row:span 2}.hb-layout-photos{grid-template-columns:repeat(3,1fr)}.hb-layout-videos{grid-template-columns:repeat(2,1fr)}.hb-layout-places,.hb-layout-people{grid-template-columns:repeat(3,1fr)}.hb-discover-list{grid-template-columns:repeat(3,1fr)}.hb-archive-hub{grid-template-columns:repeat(3,1fr)}.hb-photo-preview{grid-template-columns:repeat(5,1fr)}.hb-photo-preview-card:nth-child(4){grid-column:auto}.hb-news-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;border:0}.hb-news-preview-card{border:1px solid var(--hb-line);padding:10px;border-radius:16px}.hb-album-detail-grid{grid-template-columns:repeat(3,1fr)}}

/* === Herat Bastan 1.4: Herat News Desk === */
.hb-layout-news{gap:0}
.hb-news-desk{margin:0 0 16px;padding:16px;border:1px solid rgba(8,127,131,.14);border-radius:20px;background:linear-gradient(145deg,rgba(10,155,158,.10),rgba(36,89,154,.06));box-shadow:0 8px 24px rgba(7,83,88,.06)}
.hb-news-desk>div:first-child>span{display:block;color:var(--hb-accent);font-size:12px;font-weight:900;margin-bottom:4px}
.hb-news-desk>div:first-child>strong{display:block;font-size:15px;line-height:1.65}
.hb-news-sources{display:flex;gap:6px;overflow:auto;padding-top:11px;scrollbar-width:none}
.hb-news-sources::-webkit-scrollbar{display:none}
.hb-news-sources span{white-space:nowrap;border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:999px;padding:6px 9px;font-size:12px;color:var(--hb-muted)}
.hb-news-source{display:inline-flex;width:max-content;max-width:100%;align-items:center;border-radius:999px;background:rgba(8,127,131,.09);color:var(--hb-accent)!important;padding:4px 8px;font-size:12px!important;font-weight:850!important;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hb-news-stamp{display:flex;align-items:center;gap:8px;margin-top:10px}
.hb-news-stamp time{margin:0!important}
.hb-news-row-copy>.hb-news-source{margin-bottom:7px}
.hb-news-row-copy time{display:block;margin-top:7px}
.hb-news-lead{border:1px solid var(--hb-line);box-shadow:0 14px 38px rgba(7,83,88,.11)}
.hb-news-lead-img,.hb-news-row-img{position:relative;overflow:hidden}
.hb-news-lead-img:empty:after,.hb-news-row-img:empty:after{content:"هـ";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.78);font:700 46px/1 Georgia,serif}
.hb-news-row{transition:background .18s ease,transform .18s ease}
.hb-news-row:active{transform:scale(.992);background:rgba(8,127,131,.035)}
.hb-news-origin{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:17px;border-radius:15px;background:var(--hb-surface-2);border:1px solid var(--hb-line)}
.hb-news-origin span{font-size:12px;color:var(--hb-muted)}
.hb-news-origin strong{font-size:12px;color:var(--hb-accent)}
.hb-original-news{display:flex;align-items:center;justify-content:center;text-decoration:none;margin:24px 0 8px;padding:13px 16px;border-radius:15px;background:linear-gradient(135deg,var(--hb-accent),var(--hb-dark-2));color:#fff!important;font-size:12px;font-weight:800;box-shadow:0 10px 25px rgba(7,83,88,.15)}
html[data-hb-theme="dark"] .hb-news-desk{background:linear-gradient(145deg,rgba(19,169,173,.12),rgba(36,89,154,.09))}
@media(min-width:700px){.hb-news-desk{padding:20px}.hb-news-desk>div:first-child>strong{font-size:18px}.hb-news-row{grid-template-columns:1fr 150px}.hb-news-row-img{height:108px}}


/* v1.5 richer Herat news layout */
.hb-home-news-layout{display:flex;flex-direction:column;gap:10px}.hb-home-news-lead{width:100%;border:0;padding:0;border-radius:22px;overflow:hidden;background:var(--hb-surface);text-align:right;box-shadow:0 12px 30px rgba(8,88,91,.10)}.hb-home-news-lead-img{display:block;height:190px;background:linear-gradient(135deg,#079a9f,#194f7e);background-size:cover;background-position:center}.hb-home-news-lead-copy{display:block;padding:13px 14px 14px}.hb-home-news-lead-copy small{color:var(--hb-turquoise-deep);font-size:12px;font-weight:900}.hb-home-news-lead-copy strong{display:block;font-size:16px;line-height:1.65;margin-top:3px}.hb-home-news-lead-copy time{display:block;color:var(--hb-muted);font-size:12px;margin-top:7px}.hb-home-news-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.hb-home-news-mini{border:1px solid var(--hb-line);padding:0;background:var(--hb-surface);border-radius:17px;overflow:hidden;text-align:right;min-width:0}.hb-home-news-mini-img{display:block;height:92px;background:linear-gradient(135deg,#0a9da2,#22569a);background-size:cover;background-position:center}.hb-home-news-mini>span:last-child{display:block;padding:9px}.hb-home-news-mini small{display:block;font-size:12px;color:var(--hb-turquoise-deep);font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-home-news-mini strong{display:block;font-size:12px;line-height:1.6;margin-top:3px}.hb-home-news{background:linear-gradient(180deg,transparent,rgba(10,157,162,.055));padding-bottom:26px}

.hb-layout-news{display:block}.hb-news-desk{position:relative;overflow:hidden}.hb-news-desk:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:rgba(10,157,162,.08);left:-36px;top:-48px}.hb-news-lead{margin-bottom:11px}.hb-news-lead-img{height:245px}.hb-news-lead-img i{position:absolute;right:12px;top:12px;background:rgba(5,54,58,.82);color:#fff;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);border-radius:999px;padding:6px 10px;font-size:12px;font-style:normal;font-weight:900}.hb-news-lead-copy>.hb-news-source{margin-bottom:7px}.hb-news-lead-copy strong{font-size:20px;line-height:1.55;margin-top:0}.hb-news-lead-copy time{display:block;margin-top:9px}.hb-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:3px 0 17px}.hb-news-grid-card{border:1px solid var(--hb-line);padding:0;background:var(--hb-surface);border-radius:18px;overflow:hidden;text-align:right;min-width:0;box-shadow:0 5px 18px rgba(8,74,78,.045)}.hb-news-grid-img{display:block;height:118px;background:linear-gradient(135deg,#0a9da2,#22569a);background-size:cover;background-position:center}.hb-news-grid-copy{display:block;padding:10px}.hb-news-grid-copy .hb-news-source{margin-bottom:6px}.hb-news-grid-copy strong{display:block;font-size:12px;line-height:1.65}.hb-news-grid-copy time{display:block;color:var(--hb-muted);font-size:12px;margin-top:7px}.hb-news-stream-head,.hb-news-more-divider{display:flex;align-items:center;gap:10px;margin:5px 0 2px}.hb-news-stream-head span,.hb-news-more-divider span{font-size:12px;font-weight:900;color:var(--hb-ink);white-space:nowrap}.hb-news-stream-head i,.hb-news-more-divider i{height:1px;background:var(--hb-line);width:100%}.hb-news-stream{display:flex;flex-direction:column}.hb-news-row{grid-template-columns:1fr 92px;padding:13px 0}.hb-news-row-copy strong{font-size:13px;line-height:1.68}.hb-news-row-img{height:76px}.hb-news-row-copy>.hb-news-source{margin-bottom:6px}.hb-news-more-batch{margin-top:7px;padding-top:4px}.hb-news-more-divider{margin-top:6px;margin-bottom:10px}.hb-load-more{margin-top:7px;background:linear-gradient(135deg,var(--hb-turquoise-deep),var(--hb-cobalt));color:#fff;border:0;box-shadow:0 9px 24px rgba(8,112,119,.18)}
html[data-hb-theme="dark"] .hb-news-stream-head span,html[data-hb-theme="dark"] .hb-news-more-divider span{color:var(--hb-text)}
@media(min-width:700px){.hb-home-news-layout{max-width:800px}.hb-home-news-lead{display:grid;grid-template-columns:1.15fr 1fr}.hb-home-news-lead-img{height:240px}.hb-home-news-lead-copy{display:flex;flex-direction:column;justify-content:center}.hb-home-news-pair{grid-template-columns:repeat(2,1fr)}.hb-home-news-mini{display:grid;grid-template-columns:130px 1fr}.hb-home-news-mini-img{height:115px}.hb-news-lead{display:grid;grid-template-columns:1.2fr 1fr}.hb-news-lead-img{height:330px}.hb-news-lead-copy{display:flex;flex-direction:column;justify-content:center;padding:24px}.hb-news-grid-img{height:180px}.hb-news-grid-copy strong{font-size:14px}.hb-news-row{grid-template-columns:1fr 155px}.hb-news-row-img{height:108px}}

/* === Herat Bastan 1.6 Music App === */
.hb-home-music{margin-top:24px;padding-top:28px;padding-bottom:28px;background:linear-gradient(145deg,#062e35 0%,#087f83 52%,#18548a 100%);color:#fff;overflow:hidden}
.hb-home-music .hb-section-head span,.hb-home-music .hb-text-link{color:#92e6df}.hb-home-music .hb-section-head h2{color:#fff}
.hb-home-music-artists{display:grid;grid-auto-flow:column;grid-auto-columns:116px;gap:13px;overflow:auto;scrollbar-width:none;padding:3px 0 7px}.hb-home-music-artists::-webkit-scrollbar{display:none}
.hb-home-music-artist{border:0;background:transparent;color:#fff;text-align:center;padding:0;min-width:0}.hb-home-music-avatar{width:92px;height:92px;margin:0 auto 9px;border-radius:31px;display:grid;place-items:center;background:linear-gradient(145deg,#11a9aa,#d59d39);background-size:cover;background-position:center;box-shadow:0 13px 30px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.20)}.hb-home-music-avatar.has-photo i{display:none}.hb-home-music-avatar i{font-style:normal;font-size:30px;font-weight:900;color:#fff}.hb-home-music-artist strong{display:block;font-size:12px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-home-music-artist small{display:block;color:rgba(255,255,255,.62);font-size:12px;line-height:1.5;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.hb-music-screen{padding-bottom:36px}.hb-music-page-head{padding:18px 18px 15px;display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:start}.hb-music-page-head>div>span{display:block;color:var(--hb-accent);font-size:12px;font-weight:900}.hb-music-page-head h1{font-size:31px;margin:2px 0 3px}.hb-music-page-head p{font-size:12px;color:var(--hb-muted);margin:0}.hb-music-home{padding-bottom:40px}.hb-music-loading{min-height:45vh;display:grid;place-items:center}
.hb-music-hero{margin:4px 16px 28px;min-height:220px;padding:26px;border-radius:29px;background:radial-gradient(circle at 15% 20%,rgba(89,226,215,.28),transparent 28%),radial-gradient(circle at 88% 82%,rgba(215,162,59,.25),transparent 31%),linear-gradient(145deg,#052b32,#075d66 48%,#173d67);color:white;display:grid;grid-template-columns:110px 1fr;gap:20px;align-items:center;overflow:hidden;box-shadow:0 20px 48px rgba(5,58,64,.22)}
.hb-music-hero-disc{width:110px;height:110px;border-radius:50%;background:repeating-radial-gradient(circle,#0b3036 0 4px,#123d43 5px 7px);display:grid;place-items:center;position:relative;box-shadow:0 13px 30px rgba(0,0,0,.3)}.hb-music-hero-disc:after{content:"";width:30px;height:30px;border-radius:50%;background:#d8a440;position:absolute}.hb-music-hero-disc b{z-index:2;color:#082c32;font-family:Georgia,serif;font-size:15px}.hb-music-hero-disc i{position:absolute;width:94%;height:1px;background:rgba(255,255,255,.06);transform:rotate(34deg)}.hb-music-hero>div:last-child>span{font-size:12px;color:#7fe1da;font-weight:900}.hb-music-hero h2{font-size:27px;line-height:1.25;margin:5px 0 8px}.hb-music-hero p{font-size:12px;line-height:1.8;margin:0;color:rgba(255,255,255,.7)}
.hb-music-block{padding:0 16px 31px}.hb-music-block-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.hb-music-block-head span{font-size:12px;color:var(--hb-accent);font-weight:900}.hb-music-block-head h2{font-size:20px;margin:2px 0 0}.hb-music-block-head>button{border:0;background:transparent;color:var(--hb-accent);font-size:12px;font-weight:800;padding:6px}
.hb-music-collection-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}.hb-music-collection-card{min-height:135px;border:0;border-radius:23px;padding:17px;color:#fff;text-align:right;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 10px 28px rgba(8,76,80,.12)}.hb-music-collection-card.c-0{grid-row:span 2;min-height:280px;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.16),transparent 29%),linear-gradient(145deg,#0aa6a6,#08626d 72%)}.hb-music-collection-card.c-1{background:linear-gradient(145deg,#245c99,#153968)}.hb-music-collection-card.c-2{background:linear-gradient(145deg,#d8a13b,#a86f20)}.hb-music-collection-card span{font-size:12px;opacity:.7}.hb-music-collection-card strong{font-size:17px;line-height:1.5;margin:4px 0}.hb-music-collection-card small{font-size:12px;opacity:.72}
.hb-music-artist-rail{display:grid;grid-auto-flow:column;grid-auto-columns:126px;gap:13px;overflow:auto;scrollbar-width:none;padding:2px 0 7px}.hb-music-artist-rail::-webkit-scrollbar{display:none}.hb-music-artist-card{border:0;background:transparent;text-align:center;padding:0;min-width:0}.hb-music-artist-photo{width:112px;height:128px;margin:0 auto 9px;border-radius:48px 48px 22px 22px;background:linear-gradient(145deg,#10a5a8,#235b98);background-size:cover;background-position:center;display:grid;place-items:center;box-shadow:0 12px 27px rgba(8,78,83,.13)}.hb-music-artist-photo.has-photo i{display:none}.hb-music-artist-photo i{font-style:normal;color:#fff;font-size:35px;font-weight:900}.hb-music-artist-card strong{display:block;font-size:12px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-music-artist-card small{display:block;font-size:12px;line-height:1.55;color:var(--hb-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hb-music-album-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 11px}.hb-music-album-card{border:0;background:transparent;text-align:right;padding:0;min-width:0}.hb-music-album-cover{width:100%;aspect-ratio:1;border-radius:21px;background:linear-gradient(145deg,#0d999b,#1d4e82);background-size:cover;background-position:center;display:grid;place-items:center;box-shadow:0 13px 28px rgba(6,65,71,.13);position:relative;overflow:hidden}.hb-music-album-cover:after{content:"";position:absolute;inset:auto 12px 12px auto;width:30px;height:30px;border-radius:50%;background:rgba(7,35,40,.78);box-shadow:inset 0 0 0 9px rgba(255,255,255,.10)}.hb-music-album-cover i{font-style:normal;color:rgba(255,255,255,.88);font-size:38px;font-weight:900}.hb-music-album-card strong{display:block;font-size:13px;line-height:1.55;margin:9px 2px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-music-album-card small{display:block;font-size:12px;color:var(--hb-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 2px}
.hb-music-track-list{display:flex;flex-direction:column}.hb-music-track-row{width:100%;display:grid;grid-template-columns:26px 51px 1fr auto 34px;gap:9px;align-items:center;border:0;border-bottom:1px solid var(--hb-line);background:transparent;padding:9px 0;text-align:right}.hb-music-track-index{font-size:12px;color:var(--hb-muted);text-align:center;direction:ltr}.hb-music-track-art{width:51px;height:51px;border-radius:14px;background:linear-gradient(145deg,#0d9fa0,#235997);background-size:cover;background-position:center;display:grid;place-items:center}.hb-music-track-art i{font-style:normal;color:#fff;font-size:17px;font-weight:900}.hb-music-track-copy{min-width:0}.hb-music-track-copy strong{display:block;font-size:12px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-music-track-copy small{display:block;font-size:12px;color:var(--hb-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-music-track-duration{font-size:12px;color:var(--hb-muted);direction:ltr}.hb-music-track-play{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--hb-surface-2);color:var(--hb-accent)}.hb-music-track-play svg{width:15px;height:15px;fill:currentColor;stroke:none;margin-left:2px}
.hb-music-empty-prompt{margin:0 16px 30px;padding:24px;border-radius:24px;background:linear-gradient(145deg,rgba(8,127,131,.10),rgba(36,89,154,.07));border:1px solid var(--hb-line)}.hb-music-empty-prompt.is-dark{background:linear-gradient(145deg,#0b555c,#173d68);color:#fff;border:0}.hb-music-empty-prompt>span{font-size:12px;color:var(--hb-accent);font-weight:900}.hb-music-empty-prompt.is-dark>span{color:#8ee5df}.hb-music-empty-prompt h2{font-size:18px;margin:4px 0 6px}.hb-music-empty-prompt p{font-size:12px;line-height:1.8;color:var(--hb-muted);margin:0}.hb-music-empty-prompt.is-dark p{color:rgba(255,255,255,.67)}
.hb-music-inline-back{margin:0 16px 13px;border:0;background:var(--hb-surface);border-radius:999px;padding:9px 13px;display:inline-flex;align-items:center;gap:5px;color:var(--hb-accent);box-shadow:0 7px 20px rgba(7,79,84,.07)}.hb-music-inline-back svg{width:17px;height:17px}.hb-music-inline-back span{font-size:12px;font-weight:800}
.hb-music-artist-hero,.hb-music-album-hero{margin:0 16px 30px;padding:23px;border-radius:28px;background:linear-gradient(145deg,#073c44,#0b7f83 56%,#204f83);color:#fff;display:grid;grid-template-columns:138px 1fr;gap:20px;align-items:center;box-shadow:0 18px 43px rgba(4,68,73,.18)}.hb-music-artist-hero-photo{width:138px;height:165px;border-radius:60px 60px 24px 24px;background:linear-gradient(145deg,#0aa6a6,#d3a03b);background-size:cover;background-position:center;display:grid;place-items:center}.hb-music-artist-hero-photo i,.hb-music-album-hero-cover i{font-style:normal;font-size:42px;font-weight:900}.hb-music-artist-hero-photo.has-photo i{display:none}.hb-music-artist-hero>div>span,.hb-music-album-hero>div>span{font-size:12px;color:#84e3dc;font-weight:900}.hb-music-artist-hero h2,.hb-music-album-hero h2{font-size:24px;line-height:1.35;margin:5px 0}.hb-music-artist-hero p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.72);margin:0 0 9px}.hb-music-artist-hero small,.hb-music-album-hero small{display:block;font-size:12px;color:rgba(255,255,255,.58)}.hb-music-album-hero-cover{width:138px;aspect-ratio:1;border-radius:24px;background:linear-gradient(145deg,#0b9c9d,#235b98);background-size:cover;background-position:center;display:grid;place-items:center;box-shadow:0 15px 30px rgba(0,0,0,.2)}.hb-music-album-hero button{border:0;background:transparent;color:#b7ebe7;padding:0;font-size:12px;font-weight:800;margin:0 0 8px}.hb-music-artist-bio{margin:-10px 18px 28px;font-size:12px;line-height:1.95;color:var(--hb-muted)}.hb-music-artist-bio p{margin:0 0 12px}
.hb-music-collection-hero{margin:0 16px 29px;min-height:210px;border-radius:28px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 80% 12%,rgba(218,166,65,.32),transparent 27%),linear-gradient(145deg,#06454c,#099b9c);color:#fff;box-shadow:0 17px 40px rgba(5,74,78,.18)}.hb-music-collection-hero span{font-size:12px;color:#b4eee8;font-weight:900}.hb-music-collection-hero h2{font-size:30px;margin:4px 0 7px}.hb-music-collection-hero p{font-size:12px;color:rgba(255,255,255,.68);margin:0}.hb-music-all-artists-head{padding:0 18px 18px}.hb-music-all-artists-head span{font-size:12px;color:var(--hb-accent);font-weight:900}.hb-music-all-artists-head h2{font-size:27px;margin:3px 0}.hb-music-all-artists{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 10px;padding:0 16px 35px}.hb-music-all-artists .hb-music-artist-photo{width:132px;height:150px}

.hb-mini-player[hidden]{display:none!important}.hb-mini-player{position:fixed;z-index:49;right:10px;left:10px;bottom:calc(var(--hb-nav-h) + env(safe-area-inset-bottom) + 8px);height:65px;border-radius:19px;padding:7px 8px;display:grid;grid-template-columns:1fr 48px;gap:5px;align-items:center;background:rgba(5,52,58,.95);color:#fff;box-shadow:0 16px 40px rgba(1,35,39,.32);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.10)}.hb-mini-player-main{border:0;background:transparent;color:#fff;display:grid;grid-template-columns:49px 1fr;gap:10px;align-items:center;text-align:right;min-width:0;padding:0}.hb-mini-player-art{width:49px;height:49px;border-radius:13px;background:linear-gradient(145deg,#0ca4a4,#d6a23c);background-size:cover;background-position:center;display:grid;place-items:center;font-weight:900}.hb-mini-player-copy{min-width:0}.hb-mini-player-copy strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-mini-player-copy small{display:block;font-size:12px;color:rgba(255,255,255,.62);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-mini-player-play{width:43px;height:43px;border:0;border-radius:50%;background:#fff;color:#075c63;display:grid;place-items:center}.hb-mini-player-play svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2}.hb-mini-player-play svg path[d^="m9"]{fill:currentColor;stroke:none}
.hb-music-player-sheet{position:fixed;inset:0;z-index:250;pointer-events:none;background:rgba(0,16,19,0);transition:background .25s}.hb-music-player-sheet.is-open{pointer-events:auto;background:rgba(0,19,23,.50)}.hb-music-player-panel{position:absolute;inset:0;background:radial-gradient(circle at 50% -8%,rgba(26,158,159,.34),transparent 28%),linear-gradient(180deg,#082e34 0%,#061d22 67%,#041416 100%);color:#fff;transform:translateY(102%);transition:transform .3s cubic-bezier(.2,.8,.2,1);overflow:auto;padding:calc(12px + env(safe-area-inset-top)) 22px calc(30px + env(safe-area-inset-bottom))}.hb-music-player-sheet.is-open .hb-music-player-panel{transform:none}.hb-player-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;text-align:center;margin-bottom:25px}.hb-player-head .hb-icon-btn{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.10);box-shadow:none}.hb-player-head span{display:block;font-size:12px;color:rgba(255,255,255,.5)}.hb-player-head strong{display:block;font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-player-cover{width:min(76vw,380px);aspect-ratio:1;margin:0 auto 29px;border-radius:32px;background:linear-gradient(145deg,#0aa5a5,#245c99 68%,#d49d38);background-size:cover;background-position:center;display:grid;place-items:center;box-shadow:0 28px 70px rgba(0,0,0,.42);position:relative;overflow:hidden}.hb-player-cover:after{content:"";position:absolute;width:31%;aspect-ratio:1;border-radius:50%;background:rgba(2,29,33,.78);box-shadow:inset 0 0 0 18px rgba(255,255,255,.06)}.hb-player-cover span{font-size:60px;font-weight:900;z-index:1}.hb-player-cover.has-photo span,.hb-player-cover.has-photo:after{display:none}.hb-player-info{text-align:center;margin-bottom:22px}.hb-player-info h2{font-size:22px;line-height:1.45;margin:0 0 5px}.hb-player-info button{border:0;background:transparent;color:#8adfd9;font-size:12px}.hb-player-progress input{width:100%;accent-color:#43c9c2}.hb-player-progress>div{display:flex;justify-content:space-between;direction:ltr;font-size:12px;color:rgba(255,255,255,.5);margin-top:3px}.hb-player-controls{display:grid;grid-template-columns:60px 78px 60px;gap:18px;justify-content:center;align-items:center;margin:24px 0 34px;direction:ltr}.hb-player-controls button{border:0;background:transparent;color:#fff;height:58px;display:grid;place-items:center}.hb-player-controls button svg{width:28px;height:28px}.hb-player-play-main{width:78px!important;height:78px!important;border-radius:50%!important;background:#f8ffff!important;color:#07545b!important;box-shadow:0 14px 35px rgba(0,0,0,.32)}.hb-player-play-main svg{width:28px!important;height:28px!important}.hb-player-play-main svg path[d^="m9"]{fill:currentColor;stroke:none}.hb-player-queue-title{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding:20px 0 8px}.hb-player-queue-title span{font-size:12px;font-weight:800}.hb-player-queue-title small{font-size:12px;color:rgba(255,255,255,.45)}.hb-player-queue{display:flex;flex-direction:column}.hb-player-queue-row{display:grid;grid-template-columns:27px 1fr auto;gap:9px;align-items:center;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:#fff;text-align:right;padding:10px 0}.hb-player-queue-row>span{font-size:12px;color:rgba(255,255,255,.4);direction:ltr}.hb-player-queue-row strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-player-queue-row small{font-size:12px;color:rgba(255,255,255,.44);white-space:nowrap}.hb-player-queue-row.is-current strong{color:#62d7d0}
.dc-music{background:linear-gradient(145deg,#084d55,#0aa0a0 58%,#23588e)!important}

@media(min-width:700px){.hb-home-music{border-radius:30px;margin-left:18px;margin-right:18px}.hb-music-hero{margin-left:28px;margin-right:28px}.hb-music-block{padding-left:28px;padding-right:28px}.hb-music-album-grid{grid-template-columns:repeat(5,1fr)}.hb-music-collection-grid{grid-template-columns:1.2fr .9fr .9fr}.hb-music-collection-card.c-0{grid-row:auto;min-height:190px}.hb-music-player-panel{left:50%;right:auto;width:min(560px,100%);transform:translate(-50%,102%);border-radius:30px 30px 0 0}.hb-music-player-sheet.is-open .hb-music-player-panel{transform:translate(-50%,0)}.hb-mini-player{left:50%;right:auto;transform:translateX(-50%);width:min(500px,calc(100% - 34px));bottom:88px}.hb-music-artist-hero,.hb-music-album-hero,.hb-music-collection-hero{margin-left:28px;margin-right:28px}.hb-music-all-artists{grid-template-columns:repeat(5,1fr);padding-left:28px;padding-right:28px}}
@media(max-width:390px){.hb-music-hero{grid-template-columns:82px 1fr;padding:20px}.hb-music-hero-disc{width:82px;height:82px}.hb-music-artist-hero,.hb-music-album-hero{grid-template-columns:108px 1fr;padding:18px;gap:14px}.hb-music-artist-hero-photo{width:108px;height:132px}.hb-music-album-hero-cover{width:108px}.hb-music-track-row{grid-template-columns:20px 46px 1fr 30px}.hb-music-track-duration{display:none}}

/* v1.8 Advanced music player */
.hb-mini-player{grid-template-columns:1fr 45px 34px;height:68px;padding:7px 7px 7px 9px;gap:4px;background:linear-gradient(115deg,rgba(4,48,54,.97),rgba(5,73,78,.96) 58%,rgba(24,58,91,.96));border:1px solid rgba(114,230,222,.18);box-shadow:0 18px 46px rgba(1,31,35,.38)}
.hb-mini-player-main{grid-template-columns:50px minmax(0,1fr) 18px;gap:9px}.hb-mini-player-art{border-radius:15px;box-shadow:0 7px 16px rgba(0,0,0,.27)}
.hb-mini-player-close{width:31px;height:31px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);display:grid;place-items:center}.hb-mini-player-close svg{width:15px;height:15px}
.hb-mini-eq{height:21px;display:flex;align-items:center;justify-content:center;gap:2px;direction:ltr}.hb-mini-eq i{display:block;width:2px;height:13px;border-radius:5px;background:#62ddd5;transform:scaleY(.25);transform-origin:center;opacity:.8}.hb-mini-player.is-playing .hb-mini-eq i{animation:hbMiniEq .65s ease-in-out infinite alternate}.hb-mini-player.is-playing .hb-mini-eq i:nth-child(2){animation-delay:-.32s}.hb-mini-player.is-playing .hb-mini-eq i:nth-child(3){animation-delay:-.18s}.hb-mini-player.is-playing .hb-mini-eq i:nth-child(4){animation-delay:-.49s}
@keyframes hbMiniEq{0%{transform:scaleY(.24)}45%{transform:scaleY(1)}100%{transform:scaleY(.46)}}

.hb-music-player-panel{padding:0;overflow:auto;background:#04171a;isolation:isolate}.hb-player-ambient{position:absolute;z-index:-2;top:-120px;left:-70px;right:-70px;height:650px;background-size:cover;background-position:center;filter:blur(58px) saturate(1.25);opacity:.32;transform:scale(1.14);transition:background-image .3s}.hb-music-player-panel:after{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 50% 12%,rgba(24,190,184,.15),transparent 31%),linear-gradient(180deg,rgba(3,33,38,.58),#061d22 50%,#041416 100%);pointer-events:none}.hb-player-content{position:relative;z-index:1;width:min(100%,590px);margin:auto;padding:calc(13px + env(safe-area-inset-top)) 19px calc(34px + env(safe-area-inset-bottom))}
.hb-player-head{grid-template-columns:42px minmax(0,1fr) 42px;margin:0 0 17px}.hb-player-head-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:rgba(255,255,255,.075);color:#fff;display:grid;place-items:center;backdrop-filter:blur(12px)}.hb-player-head-btn>span{font-size:24px;line-height:1;transform:translateY(-3px);color:#fff}.hb-player-head-btn svg{width:17px;height:17px}.hb-player-head>div>span{font-size:12px;letter-spacing:.2px}.hb-player-head>div>strong{font-size:12px;max-width:270px;margin:2px auto 0}
.hb-player-visual{position:relative;margin:0 auto 18px;padding-top:4px}.hb-player-cover-shell{position:relative;width:min(67vw,330px);margin:0 auto}.hb-player-cover{width:100%;margin:0;aspect-ratio:1;border-radius:28px;border:1px solid rgba(255,255,255,.14);box-shadow:0 27px 65px rgba(0,0,0,.46),0 0 0 7px rgba(255,255,255,.025);z-index:2}.hb-player-cover:after{display:none}.hb-player-cover.has-photo span{display:none}.hb-player-cover-glow{position:absolute;z-index:-1;inset:15% -8% -9%;border-radius:35%;background:linear-gradient(120deg,rgba(30,210,200,.36),rgba(42,90,161,.3),rgba(214,158,56,.23));filter:blur(33px);opacity:.8}.hb-music-player-sheet.is-playing .hb-player-cover-shell{animation:hbCoverFloat 4.2s ease-in-out infinite}.hb-music-player-sheet:not(.is-playing) .hb-player-cover-shell{animation:none}@keyframes hbCoverFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.hb-player-equalizer{height:49px;margin:13px auto 0;display:flex;justify-content:center;align-items:center;gap:4px;direction:ltr;overflow:hidden}.hb-player-equalizer i{display:block;width:4px;height:36px;border-radius:8px;background:linear-gradient(to top,#1eaaa6,#61e2d8 55%,#d6a23c);transform:scaleY(.16);transform-origin:center;opacity:.78;box-shadow:0 0 11px rgba(66,213,203,.19)}.hb-music-player-sheet.is-playing .hb-player-equalizer i{animation:hbPlayerEq .84s ease-in-out infinite alternate}.hb-player-equalizer i:nth-child(3n+1){height:25px;animation-duration:.55s!important}.hb-player-equalizer i:nth-child(3n+2){height:44px;animation-duration:.92s!important}.hb-player-equalizer i:nth-child(4n){animation-delay:-.42s}.hb-player-equalizer i:nth-child(5n){animation-delay:-.68s}.hb-player-equalizer i:nth-child(7n){animation-delay:-.24s}@keyframes hbPlayerEq{0%{transform:scaleY(.13);opacity:.48}40%{transform:scaleY(.73);opacity:.9}100%{transform:scaleY(1);opacity:1}}
.hb-player-info{margin:4px 0 17px}.hb-player-info>span{display:block;font-size:12px;color:rgba(255,255,255,.42);margin-bottom:3px}.hb-player-info h2{font-size:20px;margin-bottom:2px}.hb-player-info button{font-size:12px;color:#72ddd5;font-weight:800}
.hb-player-progress{padding:0 3px}.hb-player-progress input{appearance:none;height:4px;border-radius:10px;background:rgba(255,255,255,.16);outline:none}.hb-player-progress input::-webkit-slider-thumb{appearance:none;width:15px;height:15px;border-radius:50%;background:#f8ffff;box-shadow:0 0 0 4px rgba(76,213,205,.18)}.hb-player-progress input::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#f8ffff}.hb-player-progress>div{font-size:12px;margin-top:6px;color:rgba(255,255,255,.48)}
.hb-player-tools{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:17px 0 8px}.hb-player-tools button{min-width:0;border:0;background:transparent;color:rgba(255,255,255,.55);padding:7px 1px;border-radius:12px}.hb-player-tools button>span{height:24px;display:grid;place-items:center;font-size:15px;font-weight:900}.hb-player-tools button small{display:block;font-size:12px;margin-top:2px;white-space:nowrap}.hb-player-tools button.is-active{color:#6de0d7;background:rgba(75,212,204,.08)}.hb-player-tools #hbPlayerSpeed>span{font-size:12px}
.hb-player-controls{grid-template-columns:58px 74px 58px;gap:17px;margin:7px 0 24px}.hb-player-controls>button{height:55px;border-radius:50%;background:rgba(255,255,255,.055)}.hb-player-controls>button>span{font-size:17px;opacity:.88}.hb-player-play-main{width:74px!important;height:74px!important;background:linear-gradient(145deg,#faffff,#d9f7f4)!important;box-shadow:0 13px 36px rgba(1,15,18,.45),0 0 0 7px rgba(95,221,213,.07)!important}
.hb-player-album-box{margin:0 -2px 17px;padding:15px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.045);border-radius:22px;backdrop-filter:blur(15px)}.hb-player-album-box.is-empty{display:none}.hb-player-queue-title{border:0;padding:0 0 10px}.hb-player-queue-title>div span{display:block;font-size:12px;font-weight:900}.hb-player-queue-title>div small{display:block;font-size:12px;margin-top:2px;color:rgba(255,255,255,.4)}.hb-player-queue-title>button{border:0;background:rgba(85,215,207,.1);color:#76ded7;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.hb-player-album-tracks{display:flex;flex-direction:column;max-height:280px;overflow:auto;overscroll-behavior:contain}.hb-player-album-track{display:grid;grid-template-columns:24px 42px minmax(0,1fr) 28px;gap:9px;align-items:center;padding:8px 4px;border:0;border-top:1px solid rgba(255,255,255,.055);background:transparent;color:#fff;text-align:right}.hb-player-album-track:first-child{border-top:0}.hb-player-album-num{font-size:12px;color:rgba(255,255,255,.34);direction:ltr}.hb-player-album-thumb{width:42px;height:42px;border-radius:10px;background:linear-gradient(145deg,#0ba2a2,#245d96);background-size:cover;background-position:center;display:grid;place-items:center}.hb-player-album-thumb i{font-style:normal;font-size:14px;font-weight:900}.hb-player-album-copy{min-width:0}.hb-player-album-copy strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-player-album-copy small{display:block;font-size:12px;color:rgba(255,255,255,.39);margin-top:2px}.hb-player-album-state{width:24px;height:24px;display:flex;gap:2px;align-items:center;justify-content:center;color:#65d9d1}.hb-player-album-state svg{width:17px;height:17px;fill:currentColor;stroke:none}.hb-player-album-track.is-current{background:linear-gradient(90deg,rgba(63,205,197,.0),rgba(63,205,197,.08));border-radius:11px}.hb-player-album-track.is-current strong{color:#70ded6}.hb-player-album-track.is-current .hb-player-album-state i{width:2px;height:12px;border-radius:3px;background:#68d9d2;animation:hbMiniEq .56s ease-in-out infinite alternate}.hb-player-album-track.is-current .hb-player-album-state i:nth-child(2){animation-delay:-.3s}.hb-player-album-track.is-current .hb-player-album-state i:nth-child(3){animation-delay:-.5s}.hb-music-player-sheet:not(.is-playing) .hb-player-album-track.is-current .hb-player-album-state i{animation-play-state:paused;transform:scaleY(.35)}.hb-player-album-empty{padding:18px 5px;text-align:center;font-size:12px;color:rgba(255,255,255,.42)}
.hb-player-queue-details{border-top:1px solid rgba(255,255,255,.075);padding-top:5px}.hb-player-queue-details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:12px 3px;cursor:pointer}.hb-player-queue-details summary::-webkit-details-marker{display:none}.hb-player-queue-details summary span{font-size:12px;font-weight:800}.hb-player-queue-details summary small{font-size:12px;color:rgba(255,255,255,.4)}.hb-player-queue-row{grid-template-columns:26px minmax(0,1fr) auto}.hb-player-queue-row strong{font-size:12px}.hb-player-queue-row small{font-size:12px}
@media(max-width:390px){.hb-player-content{padding-left:15px;padding-right:15px}.hb-player-cover-shell{width:min(70vw,285px)}.hb-player-equalizer{height:40px;gap:3px}.hb-player-equalizer i{width:3px}.hb-player-tools button small{font-size:12px}.hb-player-album-box{padding:12px}}
@media(min-width:700px){.hb-music-player-panel{width:min(600px,100%)}.hb-player-content{padding-left:28px;padding-right:28px}.hb-player-cover-shell{width:310px}}

/* Herat Bastan 1.9: accessibility, documents, maps and resilient states */
*:focus{outline:none}
*:focus-visible{outline:3px solid #e3ae43;outline-offset:3px}
button,a,input,summary{touch-action:manipulation}
.hb-no-scroll{overflow:hidden;overscroll-behavior:none}
.hb-initial-server{max-width:920px;margin:22px auto;padding:20px;display:grid;grid-template-columns:minmax(180px,34%) 1fr;gap:22px;align-items:start;background:var(--hb-surface);color:var(--hb-text);border:1px solid var(--hb-line);border-radius:24px;box-shadow:0 16px 45px rgba(5,65,70,.1)}
.hb-initial-server>img{display:block;width:100%;max-height:410px;object-fit:cover;border-radius:18px}.hb-initial-server>div>span{font-size:12px;font-weight:800;color:var(--hb-accent)}.hb-initial-server h1{font-size:clamp(26px,5vw,44px);line-height:1.45;margin:5px 0}.hb-initial-server p{line-height:1.9;color:var(--hb-muted)}.hb-initial-content{font-size:15px;line-height:2}
.hb-toast{position:fixed;z-index:500;right:50%;bottom:calc(98px + env(safe-area-inset-bottom));transform:translate(50%,18px);max-width:min(390px,calc(100% - 32px));padding:11px 17px;border-radius:999px;background:#092e33;color:#fff;font-size:13px;font-weight:700;box-shadow:0 14px 40px rgba(0,0,0,.28);opacity:0;visibility:hidden;transition:.2s ease;text-align:center}.hb-toast.is-visible{opacity:1;visibility:visible;transform:translate(50%,0)}
.hb-inline-error{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;padding:15px;border:1px solid rgba(190,75,55,.24);border-radius:16px;background:rgba(190,75,55,.08);color:var(--hb-text)}.hb-inline-error strong{font-size:13px}.hb-inline-error button,.hb-detail-error .hb-empty button{min-height:40px;border:0;border-radius:999px;background:var(--hb-accent);color:#fff;padding:8px 14px;font:inherit;font-size:12px;font-weight:800}
.hb-detail-top{align-items:flex-start}.hb-detail-top>div{display:flex;gap:7px}.hb-detail-panel:focus{outline:none}.hb-bookmark[aria-pressed="true"]{background:var(--hb-accent);color:#fff}
.hb-document-viewer,.hb-credit-box{margin:24px 0;border:1px solid var(--hb-line);border-radius:18px;background:var(--hb-surface);overflow:hidden}.hb-document-viewer>div{min-height:52px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:14px}.hb-document-viewer strong{font-size:14px}.hb-document-viewer a,.hb-credit-box a{color:var(--hb-accent);font-size:12px;font-weight:800;text-decoration:none}.hb-document-viewer iframe{display:block;width:100%;height:min(68vh,680px);border:0;border-top:1px solid var(--hb-line);background:#e8e8e8}
.hb-credit-box{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 14px;padding:16px}.hb-credit-box span{font-size:12px;color:var(--hb-muted)}.hb-credit-box strong{font-size:12px;line-height:1.7}.hb-credit-box a{grid-column:1/-1;margin-top:4px}
.hb-toggle{transition:background .2s ease}.hb-toggle i{transition:transform .2s ease}.hb-toggle.is-on{background:var(--hb-accent)}.hb-toggle.is-on i{transform:translateX(-18px)}
.hb-music-track-row.is-unavailable{opacity:.5;cursor:not-allowed}.hb-music-track-row:disabled{filter:grayscale(.25)}
.hb-music-player-sheet.is-buffering .hb-player-cover:before{content:"";position:absolute;inset:calc(50% - 22px);z-index:5;width:44px;height:44px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:hbBuffer .75s linear infinite}@keyframes hbBuffer{to{transform:rotate(360deg)}}
.hb-player-tools button{min-height:48px}.hb-player-tools button small{font-size:12px}.hb-player-info>span,.hb-player-progress>div{font-size:12px}.hb-player-head>div>span,.hb-player-queue-title>div small,.hb-player-queue-title>button,.hb-player-album-num,.hb-player-album-copy small,.hb-player-queue-details summary small,.hb-player-queue-row small{font-size:12px}.hb-player-head>div>strong,.hb-player-album-copy strong,.hb-player-queue-row strong{font-size:12px}.hb-player-album-track,.hb-player-queue-row{min-height:52px}
.hb-search-item,.hb-saved-open,.hb-more-row,.hb-nav-item{min-height:44px}.hb-bottom-nav button{cursor:pointer}.hb-gallery-image img{background:#dce7e5}
html[data-hb-theme="dark"] .hb-initial-server,html[data-hb-theme="dark"] .hb-document-viewer,html[data-hb-theme="dark"] .hb-credit-box{background:var(--hb-surface)}
@media(max-width:620px){.hb-initial-server{margin:12px;grid-template-columns:1fr;padding:14px}.hb-initial-server>img{max-height:280px}.hb-document-viewer iframe{height:58vh}.hb-detail-content{font-size:15px!important}.hb-player-tools{gap:2px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(forced-colors:active){*:focus-visible{outline:3px solid Highlight}.hb-time-dot,.hb-bookmark[aria-pressed="true"]{forced-color-adjust:none}}

/* Herat Bastan 3.0 content navigation and video */
.hb-native-video-rail{display:grid;grid-auto-flow:column;grid-auto-columns:230px;gap:11px;overflow-x:auto;scroll-snap-type:x proximity;padding:3px 14px 13px;scrollbar-width:none}.hb-native-video-rail::-webkit-scrollbar{display:none}.hb-native-video-rail>button{scroll-snap-align:start;min-width:0;border:0;background:transparent;color:var(--hb-text);padding:0;text-align:right}.hb-native-video-image{height:142px;display:block;position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(145deg,#075c63,#24599a);background-size:cover;background-position:center;box-shadow:0 13px 30px rgba(5,53,58,.14)}.hb-native-video-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,26,30,.43),transparent 65%)}.hb-native-video-image i{position:absolute;z-index:2;right:50%;top:50%;transform:translate(50%,-50%);width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#075d64;box-shadow:0 10px 25px rgba(0,0,0,.23)}.hb-native-video-image i svg{width:20px;height:20px;fill:currentColor;stroke:none}.hb-native-video-rail strong{display:block;font-size:12px;line-height:1.6;margin:9px 2px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-native-video-rail small{display:block;margin:0 2px;color:var(--hb-muted);font-size:12px}
.hb-native-secondary{grid-template-columns:repeat(4,minmax(0,1fr))}.hb-native-secondary button{min-width:0;padding:8px 3px}
.hb-subsection-chips{position:sticky;z-index:24;top:calc(var(--hb-top-h) + env(safe-area-inset-top));display:flex;gap:7px;overflow-x:auto;padding:6px 18px 16px;background:linear-gradient(var(--hb-bg) 76%,transparent);scrollbar-width:none}.hb-subsection-chips[hidden]{display:none}.hb-subsection-chips::-webkit-scrollbar{display:none}.hb-subsection-chips button{flex:0 0 auto;border:1px solid var(--hb-line);border-radius:999px;background:var(--hb-surface);color:var(--hb-muted);padding:8px 13px;font-size:12px;font-weight:750;cursor:pointer}.hb-subsection-chips button.is-active{border-color:var(--hb-accent);background:var(--hb-accent);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--hb-accent) 22%,transparent)}
.hb-layout-misc{display:grid;gap:10px;padding:5px 16px 28px}.hb-misc-card{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) 20px;gap:11px;align-items:center;border:1px solid var(--hb-line);border-radius:20px;background:var(--hb-surface);color:var(--hb-text);padding:12px;text-align:right;box-shadow:0 8px 24px rgba(5,55,59,.055);cursor:pointer}.hb-misc-mark{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#0ba3a3,#24599a);color:#fff;font-size:17px;font-weight:900}.hb-misc-copy{min-width:0}.hb-misc-copy small,.hb-misc-copy strong,.hb-misc-copy p{display:block}.hb-misc-copy small{font-size:12px;color:var(--hb-accent);font-weight:850}.hb-misc-copy strong{font-size:13px;line-height:1.55;margin-top:2px}.hb-misc-copy p{font-size:12px;color:var(--hb-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:3px 0 0}.hb-misc-arrow{font-size:25px;color:var(--hb-muted);transform:rotate(180deg)}
.hb-youtube-frame{position:relative;overflow:hidden;padding:0;aspect-ratio:16/9;background:#061d22}.hb-youtube-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(min-width:700px){.hb-native-video-rail{grid-auto-columns:285px;padding-left:24px;padding-right:24px}.hb-native-video-image{height:172px}.hb-layout-misc{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:28px;padding-right:28px}.hb-subsection-chips{padding-left:28px;padding-right:28px}}
@media(max-width:390px){.hb-native-secondary{gap:6px}.hb-native-secondary button{min-height:72px;font-size:12px}.hb-native-video-rail{grid-auto-columns:206px}}

/* Herat Bastan 3.8 core, accessibility and WebView fallbacks */
:root{--hb-font:"Vazirmatn",Tahoma,Arial,sans-serif;--hb-clay:#a85d3d;--hb-gold:#9a7320;--hb-lapis:#245b8f}
html,body,button,input,textarea,select,optgroup,.hb-app,.hb-app *{font-family:var(--hb-font)!important}
.hb-app{min-height:100vh;min-height:100dvh}.hb-search-panel,.hb-saved-panel{max-height:88vh;max-height:88dvh}.hb-native-home-screen{min-height:100vh;min-height:100dvh}
.hb-on-home .hb-topbar{display:none}.hb-app{padding-bottom:calc(92px + env(safe-area-inset-bottom));background:var(--hb-bg)}
.hb-app button{min-height:44px}.hb-app input,.hb-app select,.hb-app textarea{font-size:16px!important}.hb-app p{font-size:14px;line-height:1.85}.hb-app small{font-size:12px!important;line-height:1.55}.hb-app time{font-variant-numeric:tabular-nums}
.hb-topbar{background:rgba(244,248,246,.95)}html[data-hb-theme="dark"] .hb-topbar{background:rgba(11,23,25,.95)}
.hb-bottom-nav{left:50%;right:auto;bottom:10px;width:min(560px,calc(100% - 20px));height:calc(72px + env(safe-area-inset-bottom));padding:7px 7px env(safe-area-inset-bottom);grid-template-columns:repeat(5,1fr);border:1px solid rgba(8,127,131,.14);border-radius:25px;background:rgba(255,255,255,.94);box-shadow:0 16px 42px rgba(4,46,50,.16);transform:translateX(-50%);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}html[data-hb-theme="dark"] .hb-bottom-nav{background:rgba(16,34,37,.95)}
.hb-nav-item{min-height:56px;border-radius:18px;gap:3px}.hb-nav-item span{font-size:12px;font-weight:750}.hb-nav-item.is-active{background:rgba(8,127,131,.09)}.hb-nav-item.is-active:before{display:none}.hb-nav-item>svg{width:20px;height:20px}.hb-nav-music{overflow:visible}.hb-nav-music>i{width:50px;height:50px;margin-top:-24px;border:5px solid var(--hb-bg);border-radius:50%;background:linear-gradient(145deg,#0a9e9c,#245b8f);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(5,81,87,.3);font-style:normal}.hb-nav-music>i svg{width:21px;height:21px}.hb-nav-music.is-active{background:transparent;color:var(--hb-accent)}.hb-mini-player{bottom:94px}
@supports (color:color-mix(in srgb,#fff 50%,transparent)){.hb-topbar{background:color-mix(in srgb,var(--hb-bg) 90%,transparent)}.hb-bottom-nav{background:color-mix(in srgb,var(--hb-surface) 90%,transparent)}}
.hb-search-input-wrap{height:48px}.hb-search-input-wrap input{font-size:16px!important}.hb-search-status{font-size:13px;padding-top:13px}.hb-search-results{gap:9px}.hb-search-group{display:flex;align-items:center;gap:9px;padding:7px 2px 2px;color:var(--hb-accent);font-size:13px;font-weight:850}.hb-search-group:after{content:"";height:1px;flex:1;background:var(--hb-line)}.hb-search-item{min-height:76px}.hb-search-item strong{font-size:14px}.hb-search-item small{font-size:12px!important}.hb-search-recent{display:flex;gap:7px;overflow:auto;padding:12px 16px 0;scrollbar-width:none}.hb-search-recent[hidden]{display:none}.hb-search-recent:before{content:"جست‌وجوهای اخیر";flex:0 0 100%;font-size:12px;color:var(--hb-muted);margin-bottom:2px}.hb-search-recent button{flex:0 0 auto;min-height:38px;border:1px solid var(--hb-line);border-radius:999px;background:var(--hb-surface);color:var(--hb-text);padding:7px 12px;font-size:12px}
.hb-network-status{position:fixed;z-index:600;right:50%;top:calc(12px + env(safe-area-inset-top));transform:translateX(50%);width:min(430px,calc(100% - 28px));padding:10px 14px;border-radius:14px;background:#8b3d2e;color:#fff;text-align:center;font-size:13px;font-weight:800;box-shadow:0 12px 32px rgba(0,0,0,.24)}.hb-network-status.is-online{background:#176b5d}
.hb-location-privacy{margin:0 0 10px;padding:10px 12px;border-radius:13px;background:rgba(8,127,131,.08);color:var(--hb-muted);font-size:13px!important;line-height:1.7}
.hb-subsection-chips button,.hb-chip,.hb-load-more{font-size:13px}.hb-page-head p,.hb-section-page-head p,.hb-tools-head p,.hb-tool-note,.hb-calendar-note{font-size:14px!important}.hb-detail-content{font-size:16px;line-height:2.05}.hb-detail-meta span,.hb-topic-row span{font-size:12px}.hb-more-row small,.hb-about-card p{font-size:13px!important}.hb-version{font-size:12px}
*:focus-visible{outline:3px solid rgba(8,127,131,.38);outline-offset:2px}.hb-app ::selection{background:rgba(8,127,131,.22)}
@media(max-width:390px){.hb-nav-item span{font-size:12px}.hb-bottom-nav{width:calc(100% - 12px);bottom:6px}.hb-app{padding-bottom:88px}}
.hb-detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 19px}.hb-detail-actions .hb-map-link{min-height:52px;margin:0;padding:11px 13px}.hb-map-link span{width:31px;height:31px;border-radius:10px;background:rgba(8,127,131,.1);color:var(--hb-accent);display:grid;place-items:center;font-size:18px}.hb-map-link strong{font-size:13px}.hb-phone-link span{background:rgba(37,91,143,.1);color:var(--hb-lapis)}.hb-audio-guide-title{display:block;margin:0 0 9px;font-size:14px;color:var(--hb-accent)}
.hb-before-after{--hb-compare:50%;width:min(780px,calc(100% - 28px));margin:18px auto 25px;padding:13px;border:1px solid var(--hb-line);border-radius:22px;background:var(--hb-surface);box-shadow:0 12px 32px rgba(5,55,59,.08)}.hb-before-after header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 3px 11px}.hb-before-after header span{color:var(--hb-accent);font-size:12px;font-weight:850}.hb-before-after header strong{font-size:12px;color:var(--hb-muted)}.hb-before-after>div{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:16px;background:var(--hb-surface-2)}.hb-before-after img{display:block;width:100%;height:100%;object-fit:cover}.hb-before-layer{position:absolute;top:0;right:0;width:var(--hb-compare);height:100%;overflow:hidden;border-left:2px solid #fff}.hb-before-layer img{position:absolute;top:0;right:0;width:calc(100% * 100 / max(5,var(--hb-compare)));max-width:none}.hb-before-after i{position:absolute;top:0;bottom:0;right:var(--hb-compare);width:3px;background:#fff;transform:translateX(50%);box-shadow:0 0 0 1px rgba(0,0,0,.15)}.hb-before-after i:after{content:"↔";position:absolute;top:50%;right:50%;transform:translate(50%,-50%);width:42px;height:42px;border-radius:50%;background:#fff;color:#0c4f55;display:grid;place-items:center;font-style:normal;font-size:20px;box-shadow:0 7px 20px rgba(0,0,0,.25)}.hb-before-after b,.hb-before-after em{position:absolute;top:10px;padding:5px 9px;border-radius:999px;background:rgba(4,32,36,.62);color:#fff;font-size:12px;font-style:normal}.hb-before-after b{right:10px}.hb-before-after em{left:10px}.hb-before-after input{width:100%;margin:10px 0 0;accent-color:var(--hb-accent)}
@media(max-width:520px){.hb-detail-actions{grid-template-columns:1fr}.hb-before-after header{align-items:flex-start;flex-direction:column;gap:2px}.hb-before-after{width:calc(100% - 22px);padding:9px}}
.hb-before-layer{width:100%;clip-path:inset(0 0 0 calc(100% - var(--hb-compare)));border-left:0}.hb-before-layer img{position:static;width:100%;max-width:100%}
