:root{--swiss-red:#ff3000;--swiss-red-rgb:255,48,0;--border-color:#000;--background-light:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.card-grid{gap:1em;width:100%;max-width:100%;padding:0;font-size:1rem;display:grid}.magic-bento-card{color:#000;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:250px;background:#fff;border:2px solid #000;border-radius:0;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;min-height:220px;padding:1.5em;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.magic-bento-card:hover{transform:translateY(-2px);box-shadow:6px 6px #000}.magic-bento-card__preview,.magic-bento-card__content{z-index:2;color:#000;display:flex;position:relative}.magic-bento-card__preview{flex-grow:1;flex-basis:60%;width:100%;margin-bottom:1.5em}.magic-bento-card__content{flex-direction:column;flex-basis:40%}.magic-bento-card__badges{margin-top:auto;padding-top:1em}.magic-bento-badge{text-transform:uppercase;color:#000;border:1px solid #000;margin-top:.5em;margin-right:.5em;padding:.2em .5em;font-family:monospace;font-size:.65rem;font-weight:700;display:inline-block}.magic-bento-card__title{letter-spacing:-.04em;text-transform:uppercase;color:#000;margin:0 0 .4em;font-size:1.5rem;font-weight:900;line-height:1}.magic-bento-card__description{color:#444;font-size:.875rem;font-weight:500;line-height:1.45}.magic-bento-card--text-autohide .magic-bento-card__title,.magic-bento-card--text-autohide .magic-bento-card__description{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.magic-bento-card--text-autohide .magic-bento-card__title{-webkit-line-clamp:2;line-clamp:2}.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:3;line-clamp:3}@media (max-width:639px){.card-grid{grid-template-columns:1fr}.magic-bento-card{min-height:200px}}@media (min-width:640px) and (max-width:1023px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(4,1fr)}.magic-bento-card:first-child{grid-area:1/1/span 2/span 2;min-height:380px}.magic-bento-card:nth-child(2){grid-area:1/3/auto/span 2}.magic-bento-card:nth-child(3){grid-area:2/3}.magic-bento-card:nth-child(4){grid-area:2/4}.magic-bento-card:nth-child(5){grid-area:3/1/auto/span 2}.magic-bento-card:nth-child(6){grid-area:3/3/auto/span 2}}.magic-bento-card--border-glow:after{content:"";background:radial-gradient(var(--glow-radius)circle at var(--glow-x)var(--glow-y),rgba(255,48,0,calc(var(--glow-intensity)*1))0%,rgba(255,48,0,calc(var(--glow-intensity)*.4))30%,transparent 60%);border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;opacity:1;z-index:1;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.magic-bento-card--border-glow:hover:after{opacity:1}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";z-index:-1;background:#ff300040;border-radius:50%;position:absolute;inset:-2px}.global-spotlight{mix-blend-mode:multiply;will-change:transform,opacity;pointer-events:none;z-index:200!important}.bento-section{-webkit-user-select:none;user-select:none;position:relative}
