.fstrip-sec{position:relative;overflow:hidden;background:var(--rdc-dark);color:var(--rdc-cream);border-top:1px solid rgba(236,229,208,.08)}.fstrip-sec:before{content:"";position:absolute;top:-45%;left:-4%;width:46%;height:190%;background:radial-gradient(ellipse at center,rgba(61,140,142,.14),transparent 70%);pointer-events:none}.fstrip-sec:after{content:"";position:absolute;bottom:-55%;right:-4%;width:42%;height:190%;background:radial-gradient(ellipse at center,rgba(196,144,60,.09),transparent 70%);pointer-events:none}.fstrip-wrap{position:relative;z-index:1;padding-top:1.5rem;padding-bottom:1.5rem}.fstrip-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.fstrip-title{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.22em;font-weight:600;color:var(--rdc-gold)}.fstrip-live{width:7px;height:7px;border-radius:50%;background:#5bbf8a;flex:none;box-shadow:0 0 #5bbf8a8c;animation:fstrip-livep 2.2s ease-out infinite}@keyframes fstrip-livep{0%{box-shadow:0 0 #5bbf8a80}70%,to{box-shadow:0 0 0 7px #5bbf8a00}}.fstrip-all{font-size:.75rem;font-weight:600;color:var(--rdc-teal-light);opacity:.85;text-decoration:none;transition:opacity .2s}.fstrip-all:hover{opacity:1}.fstrip-arr{display:inline-block;transition:transform .25s ease}.fstrip-all:hover .fstrip-arr{transform:translate(3px)}.fstrip-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}@media(max-width:640px){.fstrip-row{grid-template-columns:repeat(2,1fr)}}.fstrip-cell{position:relative;display:block;min-width:0;overflow:hidden;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ece5d00e,#ece5d005);backdrop-filter:blur(6px);border:1px solid rgba(236,229,208,.1);border-radius:14px;padding:13px 15px 12px;box-shadow:inset 0 1px #ece5d00f,0 1px 2px #0003;transition:transform .35s cubic-bezier(.22,.61,.21,1),border-color .35s,box-shadow .35s,background .35s}.fstrip-cell:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:linear-gradient(90deg,var(--rdc-teal),var(--rdc-teal-light) 55%,var(--rdc-gold));transform:scaleX(.25);transform-origin:0 50%;transition:transform .45s cubic-bezier(.22,.61,.21,1);opacity:.9}.fstrip-cell:hover{transform:translateY(-4px);border-color:#5aabaf80;box-shadow:inset 0 1px #ece5d01a,0 16px 34px #0000006b}.fstrip-cell:hover:before{transform:scaleX(1)}.fstrip-glow{position:absolute;inset:0;z-index:0;border-radius:inherit;opacity:0;transition:opacity .3s ease;background:radial-gradient(170px circle at var(--mx, 50%) var(--my, 0%),rgba(90,171,175,.16),transparent 60%);pointer-events:none}.fstrip-cell:hover .fstrip-glow{opacity:1}.fstrip-top,.fstrip-read,.fstrip-spark{position:relative;z-index:1}.fstrip-top{display:flex;align-items:center;gap:7px}.fstrip-dot{width:9px;height:9px;border-radius:50%;flex:none;position:relative;background:var(--st, #8b9099)}.fstrip-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--st, #8b9099);opacity:.6;animation:fstrip-ping 2.4s ease-out infinite}@keyframes fstrip-ping{0%{transform:scale(1);opacity:.6}70%,to{transform:scale(2.6);opacity:0}}.fstrip-dot.prime{--st: #5bbf8a}.fstrip-dot.ok{--st: #e0b765}.fstrip-dot.out{--st: #d96b5d}.fstrip-dot.na{--st: #8b9099}.fstrip-dot.na:after{animation:none;opacity:0}.fstrip-n{font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ece5d0a6;white-space:nowrap}.fstrip-trend{margin-left:auto;font-size:1.05rem;line-height:1;font-weight:700;opacity:0;transition:opacity .4s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.fstrip-trend.show{opacity:1}.fstrip-trend.up{color:#6fd29a}.fstrip-trend.down{color:#e08a6b}.fstrip-trend.flat{color:#ece5d08c}.fstrip-read{display:block;margin-top:6px}.fstrip-cfs{display:block;font-family:var(--rdc-font-display, Georgia, serif);font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--rdc-cream);font-variant-numeric:tabular-nums;line-height:1.1}.fstrip-cfs:after{content:" cfs";font-family:var(--rdc-font-body, system-ui, sans-serif);font-size:.6rem;font-weight:500;letter-spacing:.08em;color:#ece5d06b}.fstrip-status{display:block;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:#ece5d073;margin-top:3px;min-height:.8em}.fstrip-status.prime{color:#7fd0a3}.fstrip-status.ok{color:#e0b765}.fstrip-status.out{color:#e08a7c}.fstrip-spark{width:100%;height:26px;display:block;margin-top:8px;overflow:visible}.fstrip-line{stroke-dasharray:1;stroke-dashoffset:1;animation:fstrip-draw 1.15s cubic-bezier(.22,.61,.21,1) forwards;filter:drop-shadow(0 1px 3px rgba(90,171,175,.45))}.fstrip-area{opacity:0;animation:fstrip-fade .9s ease .35s forwards}@keyframes fstrip-draw{to{stroke-dashoffset:0}}@keyframes fstrip-fade{to{opacity:1}}@media(min-width:641px){.fstrip-cell{padding:12px 18px 11px}.fstrip-read{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;margin-top:5px}.fstrip-cfs{display:inline}.fstrip-status{margin-top:0;min-height:0}.fstrip-spark{height:20px;margin-top:7px}}@media(prefers-reduced-motion:reduce){.fstrip-cell,.fstrip-cell:before,.fstrip-all .fstrip-arr,.fstrip-trend{transition:none}.fstrip-live,.fstrip-dot:after{animation:none}.fstrip-line{animation:none;stroke-dashoffset:0}.fstrip-area{animation:none;opacity:1}}.hfeat[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);background:#fff;border:1px solid var(--rdc-border);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 2px #1111110a,0 10px 30px #11111112;transition:transform .35s cubic-bezier(.22,.61,.21,1),box-shadow .35s cubic-bezier(.22,.61,.21,1),border-color .35s ease}.hfeat[data-astro-cid-j7pv25f6]:hover{transform:translateY(-5px);border-color:#3d8c8e8c;box-shadow:0 2px 4px #1111110d,0 26px 60px #11111126}.hfeat__media[data-astro-cid-j7pv25f6]{margin:0;overflow:hidden;aspect-ratio:16 / 9}.hfeat__img[data-astro-cid-j7pv25f6]{width:100%;height:100%;display:block;transition:transform .8s cubic-bezier(.22,.61,.21,1)}.hfeat[data-astro-cid-j7pv25f6]:hover .hfeat__img[data-astro-cid-j7pv25f6]{transform:scale(1.05)}.hfeat__body[data-astro-cid-j7pv25f6]{padding:2rem 2.25rem;display:flex;flex-direction:column;justify-content:center}.hfeat__chip[data-astro-cid-j7pv25f6]{align-self:flex-start;color:var(--rdc-teal);border:1px solid rgba(61,140,142,.4);border-radius:999px;padding:.24rem .7rem;font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem}.hfeat__title[data-astro-cid-j7pv25f6]{font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;color:var(--rdc-dark);text-wrap:balance;margin-bottom:.8rem}.hfeat__desc[data-astro-cid-j7pv25f6]{color:var(--rdc-fg-muted);line-height:1.62;font-size:.96rem;margin-bottom:1.2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hfeat__meta[data-astro-cid-j7pv25f6]{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--rdc-fg-subtle);font-size:.82rem}.hfeat__cta[data-astro-cid-j7pv25f6]{color:var(--rdc-gold-dark);font-weight:600}@media(max-width:860px){.hfeat[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}.hfeat__body[data-astro-cid-j7pv25f6]{padding:1.4rem 1.5rem 1.5rem}}.bhero--home[data-astro-cid-j7pv25f6]{min-height:clamp(360px,50dvh,480px)}.bhero--home[data-astro-cid-j7pv25f6] .bhero__inner{justify-content:center}@media(max-width:760px){.bhero--home[data-astro-cid-j7pv25f6]{min-height:0}}
