/* xk-res.css — тема ресурсов (поверх xk-ship.css). Янтарный акцент, крупная иконка ресурса. */
.xs-res{--xs-hero-c1:rgba(232,132,30,.18);--xs-hero-c2:rgba(241,199,94,.14)}
.xs-res-art{display:flex;align-items:center;justify-content:center;color:var(--xh-orange)}
.xs-res-art img{width:62%;height:62%;object-fit:contain;filter:drop-shadow(0 8px 22px var(--xh-shadow-strong))}
.xs-res .xs-sec-title{border-left-color:var(--xh-orange)}
.xs-res .xs-tag--fleet{color:var(--xh-peach);background:rgba(232,132,30,.16);border-color:rgba(232,132,30,.42)}
.xs-res .xs-nav a.is-active{color:var(--xh-orange);border-left-color:var(--xh-orange);background:var(--xh-orange-a08)}
.xs-res .xs-note a{color:var(--xh-orange)}
.xs-src-block{background:var(--xh-bg-deep);border:1px solid var(--xh-border);border-radius:var(--xh-radius-md);padding:13px 15px}
.xs-src-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--xh-text-soft);font-weight:700;margin-bottom:6px}
.xs-src-val{font-size:15px;font-weight:600;color:var(--xh-text)}
.xs-src-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:7px}
.xs-src-list li{position:relative;padding-left:20px;font-size:14px;color:var(--xh-text-secondary)}
.xs-src-list li::before{content:"";position:absolute;left:4px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--xh-orange)}
/* Структурированные блоки ресурса (как в Зданиях) */
.xs-res-produce{display:flex;align-items:center;gap:14px;background:var(--xh-bg-deep);border:1px solid rgba(232,132,30,.28);border-radius:var(--xh-radius-md);padding:15px 16px}
.xs-res-produce-ico{flex:0 0 auto;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--xh-orange)}
.xs-res-produce-ico img{width:34px;height:34px;object-fit:contain}
.xs-res-produce-ico svg{width:30px;height:30px}
.xs-res-produce-tx{font-size:15.5px;font-weight:600;color:var(--xh-text)}
.xs-boost-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.xs-boost-card{display:flex;align-items:center;gap:11px;background:var(--xh-bg-deep);border:1px solid var(--xh-border);border-radius:var(--xh-radius-md);padding:12px 14px;text-decoration:none;transition:all var(--xh-transition)}
a.xs-boost-card:hover{border-color:var(--xh-orange-a45);background:var(--xh-bg-card)}
.xs-boost-ico{flex:0 0 auto;width:30px;height:30px;color:var(--xh-orange)}
.xs-boost-ico svg{width:26px;height:26px}
.xs-boost-tx{font-size:14px;color:var(--xh-text);font-weight:500;line-height:1.3}
