.card-grid{gap:.75em;width:100%;max-width:64em;margin:0 auto;font-size:clamp(1rem,.9rem + .5vw,1.5rem);display:grid}.magic-bento-card{aspect-ratio:4/3;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px;background:#161616;border:1px solid #2a2a2a;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;min-height:200px;padding:1.25em;font-weight:300;transition:all .3s;display:flex;position:relative;overflow:hidden}.magic-bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000040}.magic-bento-card__header,.magic-bento-card__content{color:#fff;display:flex;position:relative}.magic-bento-card__header{justify-content:space-between;gap:.75em}.magic-bento-card__content{flex-direction:column}.magic-bento-card__label{color:#e8651a;font-size:15px;font-weight:500}.magic-bento-card__title{margin:0 0 .25em;font-size:20px;font-weight:500}.magic-bento-card__description{opacity:.7;font-size:13px;line-height:1.3}.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:1}.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:2}@media (min-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}.card-grid--bento{grid-template-columns:repeat(4,1fr)}.card-grid--bento .magic-bento-card:nth-child(3){grid-area:span 2/span 2}.card-grid--bento .magic-bento-card:nth-child(4){grid-area:2/1/span 2/span 2}.card-grid--bento .magic-bento-card:nth-child(6){grid-area:3/4}}.magic-bento-card--border-glow:after{content:"";background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y), rgba(232, 101, 26, calc(var(--glow-intensity) * .8)) 0%, rgba(232, 101, 26, calc(var(--glow-intensity) * .4)) 30%, transparent 60%);border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:1;padding:6px;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{box-shadow:0 4px 20px #e8651a33,0 0 30px #e8651a33}.particle-container:hover{box-shadow:0 4px 20px #e8651a26,0 0 30px #e8651a26}.global-spotlight{mix-blend-mode:screen;will-change:transform, opacity;pointer-events:none;z-index:200!important}.bento-section{-webkit-user-select:none;user-select:none;position:relative}
