
/* Bar homepage practical-tools panel */
.section-tools-panel{width:min(1200px,calc(100% - 2rem));margin:clamp(1.5rem,4vw,3rem) auto;padding:clamp(1.35rem,3vw,2.25rem);background:#fff7e8;color:#27150f;border:1px solid rgba(75,39,24,.2);border-radius:1.15rem;box-shadow:0 14px 34px rgba(46,21,12,.08)}
.section-tools-panel .book-first-kicker{margin:0 0 .35rem;color:#8f3f22;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.section-tools-panel h2{margin:.1rem 0 .55rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.05}
.section-tools-panel>p:not(.book-first-kicker){max-width:760px;margin:.25rem 0 1.25rem;line-height:1.65}
.section-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.section-tool-card{display:flex;flex-direction:column;justify-content:space-between;gap:.85rem;min-height:128px;padding:1rem;border:1px solid rgba(75,39,24,.22);border-radius:.85rem;background:#fff;color:#27150f;text-decoration:none;box-shadow:0 5px 14px rgba(46,21,12,.05)}
.section-tool-card:hover,.section-tool-card:focus-visible{transform:translateY(-2px);border-color:#a8522d;box-shadow:0 10px 22px rgba(46,21,12,.1)}
.section-tool-card strong{font-size:1rem;line-height:1.35}.section-tool-card small{color:#8f3f22;font-weight:850}
.chapter-work-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.chapter-work-actions a{display:inline-flex;align-items:center;min-height:44px;padding:.65rem .9rem;border-radius:.65rem;background:#2a1711;color:#fff;text-decoration:none;font-weight:800}.chapter-work-actions a+ a{background:#fff;color:#6f321e;border:1px solid #9c5437}
@media(max-width:820px){.section-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.section-tools-panel{width:min(100% - 1rem,1200px);padding:1rem}.section-tool-grid{grid-template-columns:1fr}.section-tool-card{min-height:0}.chapter-work-actions{display:grid}.chapter-work-actions a{justify-content:center}}
