.policy-cards{--pc-gap:1rem;--pc-radius:8px;--pc-border:1px solid rgba(0,0,0,.08);--pc-shadow:0 2px 10px rgba(0,0,0,.06)}.policy-cards .pc-tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow:auto}.policy-cards .pc-tab{border:1px solid rgba(0,0,0,.15);background:#fff;padding:.5rem .75rem;border-radius:999px;cursor:pointer;white-space:nowrap}.policy-cards .pc-tab.is-active{background:rgba(0,0,0,.05)}.policy-cards .pc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,320px));gap:var(--pc-gap);justify-content:center}.pc-card{display:flex;flex-direction:column;border:var(--pc-border);border-radius:4px;overflow:hidden;background:#fff;box-shadow:none;width:100%}.pc-card-media{position:relative;aspect-ratio:3/2;background:#f2f2f2;overflow:hidden;cursor:pointer}.pc-card-media img{width:100%;height:100%;object-fit:cover;display:block}.pc-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.pc-card-title{margin:0;font-size:1.1rem;line-height:1.2}.pc-card-date{font-size:.85rem;color:#666}.pc-card-excerpt{color:#333;font-size:.95rem;overflow:hidden}.pc-card-excerpt p{margin:.4rem 0}.pc-card-excerpt{display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical}@supports not (-webkit-line-clamp:12){.pc-card-excerpt{max-height:14.4em;line-height:1.2em}}.pc-btn{align-self:flex-start;padding:.5rem .75rem;border:1px solid rgba(0,0,0,.2);background:#fff;cursor:pointer;border-radius:3px}.pc-note{font-style:italic;color:#666}.pc-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:2147483646}.pc-modal[aria-hidden=false]{display:flex}.pc-modal__inner{background:#fff;width:min(1200px,94vw);max-height:80vh;height:80vh;border-radius:8px;overflow:hidden;position:relative}.pc-modal__close{position:absolute;top:.5rem;right:.5rem;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:999px;width:36px;height:36px;font-size:24px;line-height:24px;cursor:pointer;z-index:2}.pc-modal__content{display:grid;grid-template-columns:3fr 2fr;gap:0;height:100%}.pc-modal__pdf{border-right:1px solid rgba(0,0,0,.08);padding:1rem;display:flex;flex-direction:column;height:100%}.pc-pdf-frame{width:100%;flex:1;height:auto;border:0;background:#f7f7f7}.pc-download{margin:.75rem 0 0}.pc-download .pc-download-link{display:inline-block;padding:.5rem .75rem;border:1px solid rgba(0,0,0,.2);border-radius:3px;text-decoration:none;background:#f7f7f7}.pc-download .pc-download-link:hover{background:#eee}.pc-modal__text{padding:1rem;overflow:auto}.pc-modal__head{border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:.75rem;margin-bottom:.75rem}.pc-modal__title{margin:0 0 .25rem}.pc-modal__date{font-size:.9rem;color:#666;margin:0}.pc-modal-open .grecaptcha-badge{z-index:1 !important}@media (max-width:900px){.pc-modal__content{grid-template-columns:1fr}.pc-modal__pdf{border-right:none;border-bottom:1px solid rgba(0,0,0,.08)}}