/* Interactive report gallery: shares the existing dark/light tokens. */
.template-gallery{scroll-margin-top:100px}.template-feature{display:grid;grid-template-columns:1.15fr 1fr;border:1px solid var(--line);background:var(--surface);color:var(--text);text-decoration:none;overflow:hidden;transition:border-color .35s,box-shadow .35s}.template-feature:hover,.template-feature:focus-visible{border-color:var(--gold);box-shadow:0 20px 80px #0002}.template-scene{position:relative;min-height:510px;overflow:hidden;background:#061321;isolation:isolate}.template-land{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7;transition:transform 1.3s}.template-cabinet{position:absolute;width:80%;height:78%;object-fit:contain;right:1%;bottom:0;filter:drop-shadow(0 15px 30px #0008);transition:transform 1.1s cubic-bezier(.2,.8,.2,1)}.template-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#03101d55,transparent 60%,#03101d99);pointer-events:none}.template-logo{position:absolute;z-index:1;left:34px;top:32px;width:112px;height:50px;object-fit:contain}.template-preview-label{position:absolute;top:47px;right:30px;z-index:2;font:10px monospace;letter-spacing:.12em;color:#dbbc8b}.template-enter{position:absolute;left:32px;bottom:36px;border:1px solid #dfba8177;color:#efd4ae;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:12px;z-index:2;transition:background .3s,transform .3s}.template-art-note{position:absolute;right:25px;bottom:25px;font-size:9px;letter-spacing:.15em;color:#c6cfd6;z-index:2}.template-feature:hover .template-cabinet{transform:translate(-7px,-8px) scale(1.035)}.template-feature:hover .template-land{transform:scale(1.035)}.template-feature:hover .template-enter{background:#d8b579;transform:rotate(-8deg);color:#10110f}.template-story{padding:46px 45px;display:flex;flex-direction:column;justify-content:center}.template-story h3{font-size:32px;font-weight:500;line-height:1.55;margin:20px 0}.template-story h3 span{font-size:25px;color:var(--gold)}.template-story>p{font-size:13px;color:var(--muted);line-height:1.9;margin:0}.template-features{list-style:none;padding:18px 0 0;margin:12px 0 26px;font-size:12px}.template-features li{padding:10px 0;border-bottom:1px solid var(--line-soft)}.template-features b{font:10px monospace;color:var(--gold);margin-right:16px}.template-cta{display:flex;justify-content:space-between;color:var(--gold);font-size:13px}.template-cta i{font-style:normal;font-size:22px}.template-secondary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 0;border-bottom:1px solid var(--line)}.template-secondary h3{font-size:20px;font-weight:500;margin:10px 0 6px}.template-secondary p,.template-note{font-size:11px;color:var(--muted)}.template-note{margin-top:20px}.template-secondary .text-link{white-space:nowrap}
@media(max-width:1100px){.template-feature{grid-template-columns:1fr 1fr}.template-story{padding:30px}.template-story h3{font-size:28px}.template-story h3 span{font-size:22px}.template-scene{min-height:450px}}
@media(max-width:700px){.template-feature{grid-template-columns:1fr}.template-scene{min-height:0;aspect-ratio:1.1}.template-logo{width:96px;left:22px;top:22px}.template-preview-label{right:22px;top:34px;font-size:9px}.template-story{padding:28px 24px}.template-story h3{font-size:26px;margin:14px 0}.template-story h3 span{font-size:21px}.template-enter{left:22px;bottom:24px;width:53px;height:53px}.template-secondary{align-items:flex-start;flex-direction:column;gap:12px;padding:25px 0}.template-secondary h3{font-size:18px}.template-note{font-size:10px}}
@media(prefers-reduced-motion:reduce){.template-feature,.template-cabinet,.template-land,.template-enter{transition:none!important;transform:none!important}}
html[data-motion="off"] .template-feature *{transition:none!important;transform:none!important}
