:root{color-scheme:dark;--bg: #111111;--panel: #161616;--panel-2: #1e1e1e;--line: #333333;--muted: #9d9b98;--text: #f7f5f3;--soft: #dedad5;--green: #3a9b4b;--green-bright: #49b35c;--button: #3d3846;--button-border: #5e5968}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Cantarell,Ubuntu,Inter,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}button{font-family:inherit}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;padding:0 clamp(18px,5vw,64px);background:#141414eb;border-bottom:1px solid rgba(255,255,255,.07);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand img{width:30px;height:30px}nav{display:flex;flex-wrap:wrap;gap:clamp(12px,3vw,28px);justify-content:flex-end;color:var(--soft);font-size:14px}nav a:hover{color:var(--text)}.icon-link,.github-link{display:inline-flex;align-items:center;gap:7px}.icon-link img,.github-link img{width:16px;height:16px;flex:0 0 auto;filter:brightness(0) invert(1);opacity:.9}main{overflow:hidden}.hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:clamp(32px,6vw,78px);min-height:calc(100vh - 64px);padding:clamp(48px,8vw,96px) clamp(18px,5vw,64px);padding-bottom:clamp(32px,5vw,56px)}.hero>.marquee-wrap{grid-column:1 / -1}.hero-copy{max-width:620px}.eyebrow{margin:0 0 10px;color:var(--green-bright);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;font-size:clamp(54px,9vw,112px);line-height:.9}h2{margin-bottom:14px;font-size:clamp(32px,5vw,58px);line-height:1}h3{margin-bottom:8px;font-size:18px}.lede{color:var(--soft);font-size:clamp(18px,2.4vw,23px);max-width:600px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:6px;border:1px solid var(--button-border);background:var(--button);color:var(--text);font-weight:800;cursor:pointer}.button.primary{background:var(--green);border-color:var(--green-bright)}.button.secondary{color:var(--soft)}.button.disabled{cursor:default;opacity:.5;pointer-events:none}.button.large{min-height:52px;padding:0 22px;white-space:nowrap}.player-preview{width:100%;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#101010;box-shadow:0 28px 80px #0000006b}.window-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:42px;background:#141414;border-bottom:1px solid rgba(255,255,255,.06);color:var(--soft);font-size:13px;font-weight:700}.mark{display:grid;place-items:center;width:46px}.mark img{width:22px;height:22px}.window-buttons{display:flex;gap:10px;padding-right:14px}.window-buttons i{width:14px;height:14px;border-radius:50%;background:#4c4c4c}.screen{position:relative;display:grid;place-items:center;aspect-ratio:16 / 9;isolation:isolate;background:linear-gradient(145deg,rgba(58,155,75,.32),transparent 42%),linear-gradient(35deg,#151515,#242424 46%,#101010)}.screen:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgba(255,255,255,.08);animation:border-shimmer 5.5s ease-in-out infinite}.screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 28% 36%,rgba(58,155,75,.22) 0%,transparent 55%);animation:screen-glow 5s ease-in-out infinite alternate;pointer-events:none;z-index:-1}.play-ring{position:relative;display:grid;place-items:center;width:92px;height:92px;border:2px solid rgba(247,245,243,.35);border-radius:50%;background:#1111118c;animation:ring-glow 3.6s ease-in-out infinite}.subtitle{position:absolute;bottom:26px;left:24px;right:24px;color:var(--text);font-size:clamp(15px,2vw,20px);font-weight:800;text-align:center;text-shadow:0 2px 8px #000}.controls{padding:12px 18px 16px;background:linear-gradient(180deg,#111,#050505)}.timeline{height:6px;overflow:hidden;border-radius:999px;background:#3a3a3a}.seek-fill{display:block;height:100%;background:var(--green);border-radius:999px}.control-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;color:var(--muted);font-size:12px;font-weight:700}.control-icons{display:flex;gap:14px}.control-icons i{display:block;width:16px;height:16px;border-radius:3px;background:var(--soft);opacity:.82}button.play-ring{cursor:pointer;padding:0;color:var(--soft)}.play-ring svg{width:34px;height:34px}.play-ring .play-tri{margin-left:4px}.eq{position:absolute;top:14px;left:16px;display:flex;align-items:flex-end;gap:3px;height:18px;z-index:2}.eq span{width:3px;height:100%;border-radius:2px;background:var(--green-bright);transform-origin:bottom}.timeline.seekable{position:relative;overflow:visible;cursor:pointer}.timeline.seekable:before{content:"";position:absolute;top:-13px;right:0;bottom:-13px;left:0;z-index:1}.seek-knob{position:absolute;top:50%;width:11px;height:11px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #3a9b4b73;pointer-events:none}.seek-thumb{position:absolute;bottom:100%;margin-bottom:12px;transform:translate(-50%);width:96px;pointer-events:none;z-index:5}.seek-thumb .thumb-img{height:54px;border-radius:6px;border:1px solid rgba(58,155,75,.55);background:radial-gradient(120% 120% at 30% 25%,rgba(58,155,75,.4),transparent 55%),linear-gradient(35deg,#151515,#242424 50%,#101010);box-shadow:0 10px 24px #0000008c}.seek-thumb .thumb-time{margin-top:5px;text-align:center;font-size:11px;font-weight:800;color:var(--text)}.control-icons .ctrl-btn{display:grid;place-items:center;width:28px;height:24px;padding:0;border:none;background:none;color:var(--soft);opacity:.82;cursor:pointer}.control-icons .ctrl-btn:hover{opacity:1;color:var(--text)}.control-icons .ctrl-btn.active{color:var(--green-bright);opacity:1}.control-icons .ctrl-btn svg{width:17px;height:17px}.band{padding:clamp(56px,8vw,96px) clamp(18px,5vw,64px);background:var(--panel);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{max-width:720px;margin-bottom:34px}.section-heading h2{white-space:nowrap;font-size:clamp(24px,3.5vw,58px)}.feature-timeline{position:relative;display:flex;flex-direction:column}.feature-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--line);transform:translate(-50%);pointer-events:none}.timeline-fill{position:absolute;left:50%;top:0;bottom:0;width:2px;transform:translate(-50%);transform-origin:top;background:linear-gradient(180deg,var(--green-bright),var(--green));box-shadow:0 0 12px #49b35c73;pointer-events:none;z-index:0}.feature-row{display:grid;grid-template-columns:1fr 48px 1fr;align-items:center;padding:36px 0}.feature-row:nth-child(2n) .feature-card{order:3}.feature-row:nth-child(2n) .feature-node{order:2}.feature-row:nth-child(2n) .feature-visual{order:1}.feature-node{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.feature-node span{display:block;width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--panel),0 0 0 5px var(--green);flex-shrink:0}.feature-card{padding:28px 32px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.feature-row:nth-child(odd) .feature-card{margin-right:20px}.feature-row:nth-child(2n) .feature-card{margin-left:20px}.feature-row:nth-child(odd) .feature-visual{margin-left:20px}.feature-row:nth-child(2n) .feature-visual{margin-right:20px}.feature-card:hover{border-color:#3a9b4b4d;box-shadow:0 12px 40px #00000059;transform:translateY(-3px)}.feature-card h3{margin-bottom:8px;font-size:20px}.feature-card p,.download p{color:var(--muted);margin:0}.feature-preview{display:block;width:100%;aspect-ratio:320 / 220;margin-top:auto;border:1px solid rgba(255,255,255,.09);border-radius:8px;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;box-shadow:0 16px 44px #0000006b}.download{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(520px,1fr);align-items:start;gap:clamp(28px,5vw,58px);padding:clamp(56px,8vw,90px) clamp(18px,5vw,64px)}.download div,.support div{max-width:720px}.download-actions{display:grid;gap:16px;width:min(100%,640px);justify-self:end;min-width:0}.platform-download{gap:10px;min-height:42px;padding:0 14px;width:100%;font-size:14px}.platform-download img,.email-link img{width:18px;height:18px;flex:0 0 auto;filter:brightness(0) invert(1)}.platform-download img.brand-icon{filter:none}.download-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.download-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;padding:0 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:14px;font-weight:800;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.download-tab img{width:20px;height:20px;flex:0 0 auto;filter:brightness(0) invert(.7)}.download-tab:hover{color:var(--text);border-color:var(--button-border)}.download-tab[aria-selected=true]{background:var(--button);border-color:var(--button-border);color:var(--text)}.download-tab[aria-selected=true] img{filter:brightness(0) invert(1)}.download-panels-wrap{display:grid}.download-panel{grid-area:1 / 1;display:flex;flex-direction:column;gap:20px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--panel);min-width:0;overflow:hidden}.download-panel-copy{max-width:460px}.download-panel h3{margin-bottom:6px;font-size:26px;line-height:1.15}.download-panel p{margin:0;color:var(--muted);font-size:15px}.download-panel .button{max-width:320px}.download-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.download-options .button{max-width:none}.email-link{gap:10px}.terminal-install{border-top:1px solid var(--line);padding-top:14px;margin-top:4px}.terminal-install summary{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none;color:var(--muted);font-size:13px;font-weight:700;-webkit-user-select:none;user-select:none;width:fit-content}.terminal-install summary::-webkit-details-marker{display:none}.terminal-install summary:hover{color:var(--text)}.terminal-chevron{width:14px;height:14px;flex:0 0 auto;transition:transform .18s ease}.terminal-install[open] .terminal-chevron{transform:rotate(180deg)}.terminal-install-body{display:flex;flex-direction:column;gap:16px;margin-top:16px}.terminal-option-label{margin:0 0 6px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.code-block{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--bg);border:1px solid var(--line);border-radius:6px;overflow:hidden}.code-block code{flex:1;white-space:pre;overflow-x:auto;font-size:13px;line-height:1.6;min-width:0}.copy-btn{flex:0 0 auto;align-self:flex-start;padding:3px 10px;background:var(--button);border:1px solid var(--button-border);border-radius:4px;color:var(--soft);cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;white-space:nowrap;transition:color .15s}.copy-btn:hover{color:var(--text)}code{color:var(--soft);font-family:Ubuntu Mono,Cascadia Code,monospace}footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px clamp(18px,5vw,64px);color:var(--muted);border-top:1px solid var(--line)}.footer-links{display:flex;align-items:center;gap:20px}footer a,.footer-links a{color:var(--soft)}footer a:hover,.footer-links a:hover{color:var(--text)}.footer-support-link{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;color:var(--soft);font-family:inherit;font-size:inherit;padding:0}.footer-support-link:hover{color:var(--text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.modal-box{width:100%;max-width:520px;background:var(--panel-2);border:1px solid var(--line);border-radius:10px;padding:28px 32px 32px;box-shadow:0 24px 64px #0000008c}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.modal-title{margin-bottom:10px;font-size:clamp(22px,4vw,30px);line-height:1.1}.modal-body{color:var(--muted);margin-bottom:22px;font-size:15px}.modal-close{flex:0 0 auto;background:none;border:none;cursor:pointer;color:var(--muted);font-size:18px;line-height:1;padding:2px 4px;border-radius:4px}.modal-close:hover{color:var(--text)}*{scrollbar-width:thin;scrollbar-color:var(--green) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--green);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--green-bright)}.releases-main{max-width:860px;margin:0 auto;padding:clamp(40px,7vw,80px) clamp(18px,5vw,48px) 80px}.releases-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}.releases-title{font-size:clamp(36px,6vw,64px);line-height:1;margin-bottom:8px}.releases-subtitle{color:var(--muted);margin:0;font-size:15px}.os-tabs{display:flex;gap:6px;flex-wrap:wrap}.os-tab{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;background:var(--panel-2);border:1px solid var(--line);border-radius:6px;color:var(--muted);font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:border-color .15s,color .15s}.os-tab img{width:16px;height:16px;filter:brightness(0) invert(.6)}.os-tab:hover{color:var(--text);border-color:var(--button-border)}.os-tab.active{background:var(--button);border-color:var(--button-border);color:var(--text)}.os-tab.active img{filter:brightness(0) invert(1)}.releases-filters{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.releases-filters-sep{width:1px;height:20px;background:var(--line);flex-shrink:0}.stable-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.stable-toggle input[type=checkbox]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.toggle-track{position:relative;width:34px;height:20px;background:var(--panel-2);border:1px solid var(--line);border-radius:999px;transition:background .18s,border-color .18s;flex-shrink:0}.stable-toggle input:checked~.toggle-track{background:var(--green);border-color:var(--green)}.toggle-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--muted);transition:transform .18s,background .18s}.stable-toggle input:checked~.toggle-track .toggle-thumb{transform:translate(14px);background:#fff}.stable-toggle:hover .toggle-track{border-color:var(--button-border)}.stable-toggle input:focus-visible~.toggle-track{outline:2px solid var(--green);outline-offset:2px}.toggle-label{font-size:13px;font-weight:700;color:var(--muted)}.stable-toggle input:checked~.toggle-label{color:var(--text)}.release-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:8px;overflow:hidden}.release-item{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:18px 22px;background:var(--panel);border-bottom:1px solid var(--line)}.release-item:last-child{border-bottom:none}.release-item:nth-child(2n){background:var(--panel-2)}.release-meta{display:flex;flex-direction:column;gap:4px}.release-tag-row{display:flex;align-items:center;gap:8px}.release-version{font-size:15px;font-weight:800;color:var(--text);font-family:Ubuntu Mono,Cascadia Code,monospace}.badge-latest{display:inline-block;padding:2px 8px;border-radius:999px;background:var(--green);color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em}.badge-pre{display:inline-block;padding:2px 8px;border-radius:999px;background:#5c4a1e;color:#f5c842;font-size:11px;font-weight:800}.release-date{font-size:12px;color:var(--muted)}.release-downloads{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.release-dl-btn{gap:7px;min-height:34px;padding:0 14px;font-size:13px}.release-dl-btn img{width:16px;height:16px;filter:brightness(0) invert(1)}.release-gh-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--soft)}.release-gh-link:hover{color:var(--text)}.releases-state{display:flex;align-items:center;gap:12px;padding:40px 22px;color:var(--muted);font-size:14px;background:var(--panel)}.releases-state a{color:var(--soft)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px}.page-btn{height:36px;padding:0 16px;background:var(--panel-2);border:1px solid var(--line);border-radius:6px;color:var(--soft);font-family:inherit;font-size:13px;font-weight:700;cursor:pointer}.page-btn:hover:not(:disabled){color:var(--text);border-color:var(--button-border)}.page-btn:disabled{opacity:.35;cursor:default}.page-label{font-size:13px;color:var(--muted);min-width:100px;text-align:center}@keyframes float-glow{0%,to{box-shadow:0 28px 80px #0000006b}50%{box-shadow:0 38px 92px #0000008a,0 0 60px #3a9b4b1a}}.player-preview{animation:float-glow 7s 1.2s ease-in-out infinite}@keyframes ring-glow{0%,to{box-shadow:0 0 #3a9b4b00;border-color:#f7f5f352}50%{box-shadow:0 0 28px 6px #3a9b4b38;border-color:#f7f5f39e}}@keyframes screen-glow{0%{opacity:.38}to{opacity:1}}@keyframes border-shimmer{0%,to{opacity:.08}50%{opacity:.26}}.scroll-progress{position:fixed;top:0;left:0;height:3px;width:100%;transform-origin:left;background:linear-gradient(90deg,var(--green),var(--green-bright));box-shadow:0 0 12px #49b35c80;z-index:60;pointer-events:none}.preview-tilt{justify-self:end;width:min(100%,760px);perspective:1100px}.preview-tilt-inner{width:100%;transform-style:preserve-3d;will-change:transform}.button.primary:not(.disabled):hover{background:var(--green-bright)}.button.primary{position:relative;overflow:hidden}.button.primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.28) 50%,transparent 65%);transform:translate(-130%);transition:transform .6s ease;pointer-events:none}.button.primary:not(.disabled):hover:after{transform:translate(130%)}.marquee-wrap{margin-top:40px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 42s linear infinite}.marquee-wrap:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-row{display:flex;gap:10px;list-style:none;margin:0;padding:0 5px;flex-shrink:0}.marquee-row li{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--line);border-radius:999px;background:var(--panel-2);font-size:13px;font-weight:500;color:var(--soft);white-space:nowrap;transition:border-color .18s ease,background .18s ease;cursor:default}.marquee-row li:hover{border-color:#3a9b4b73;background:#3a9b4b12}.marquee-row li svg,.marquee-row li img{width:15px;height:15px;flex-shrink:0;filter:invert(52%) sepia(40%) saturate(500%) hue-rotate(90deg) brightness(90%)}@media(max-width:900px){.hero,.download{grid-template-columns:1fr}.download-actions{justify-self:stretch;width:100%}.preview-tilt{justify-self:stretch;width:100%;perspective:none}.feature-timeline:before,.timeline-fill{display:none}.feature-row{grid-template-columns:1fr;padding:16px 0}.feature-row .feature-node{display:none}.feature-row:nth-child(2n) .feature-card{order:0;margin-left:0}.feature-row:nth-child(2n) .feature-visual{order:0;margin-right:0}.feature-row:nth-child(odd) .feature-card{margin-right:0}.feature-row:nth-child(odd) .feature-visual{margin-left:0}.feature-card{margin-bottom:16px}}@media(max-width:620px){.topbar{align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}nav{width:100%;justify-content:flex-start;gap:12px 18px}.hero{min-height:auto}.download-tabs,.download-options{grid-template-columns:1fr}.download-panel .button{max-width:none}.window-bar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}footer{flex-direction:column;align-items:flex-start}.footer-links{gap:14px}.releases-header{flex-direction:column;align-items:flex-start}}.bento{display:flex;flex-direction:column;gap:16px}.bento-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.bento-stack{display:grid;grid-template-rows:1fr 1fr;gap:16px;min-width:0}.bento-card{position:relative;display:flex;flex-direction:column;gap:8px;padding:22px 24px;border:1px solid var(--line);border-radius:18px;background:var(--panel-2);overflow:hidden;min-width:0;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.bento-card:hover{border-color:#3a9b4b66;box-shadow:0 18px 50px #00000073}.bento-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#3a9b4b24;border:1px solid rgba(58,155,75,.28);margin-bottom:4px}.bento-icon img{width:19px;height:19px;filter:invert(52%) sepia(40%) saturate(500%) hue-rotate(90deg) brightness(90%)}.bento-card h3{margin:0;font-size:17px}.bento-card p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.5}.bento-big{min-height:540px;min-width:0;justify-content:flex-start;padding:0;gap:0;background:radial-gradient(130% 110% at 0% 0%,rgba(58,155,75,.13),transparent 55%),var(--panel-2)}.bento-big .bento-head{display:flex;flex-direction:column;gap:8px;padding:26px 28px 16px}.bento-big .bento-head h3{font-size:22px}.bento-big .bento-head p{font-size:14.5px;max-width:46ch}.bento-big .bento-frame{flex:1;min-height:0;display:grid;place-items:center;margin:0 16px 16px;overflow:hidden}.bento-big .bento-frame img{width:100%;height:auto;border-radius:8px;border:1px solid rgba(58,155,75,.45);box-shadow:0 10px 28px #0006;transition:transform .45s ease}.bento-big:hover .bento-frame img{transform:scale(1.03)}.bento-row.trio{grid-template-columns:2fr 1fr 1fr}.bento-big.compact .bento-head{padding:20px 20px 12px}.bento-big.compact .bento-head h3{font-size:17px}.bento-big.compact .bento-head p{font-size:13px}.bento-big.compact .bento-frame{margin:0 14px 14px}.bento-card.split{flex-direction:row;align-items:center;gap:18px}.bento-card.split .bento-text{flex:1 1 50%;min-width:0;display:flex;flex-direction:column;gap:8px}.bento-card.split .bento-shot{flex:1 1 50%;min-width:0;align-self:stretch;display:grid;place-items:center}.bento-card.split .bento-shot img{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:8px;border:1px solid rgba(58,155,75,.45);box-shadow:0 8px 22px #0006;transition:transform .45s ease}.bento-card.split:hover .bento-shot img{transform:scale(1.03)}@media(max-width:760px){.bento-row,.bento-row.trio{grid-template-columns:1fr}.bento-big{min-height:440px}}@media(max-width:600px){.bento-card{min-height:148px}.bento-big{min-height:360px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.scroll-progress{display:none!important}}
