.card-grid{gap:.75em;max-width:72em;margin:0 auto;padding:0;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;--glow-color:212, 145, 90;background:#1a1b1e;border:1px solid #2c2d3066;border-radius:1rem;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;min-height:200px;padding:1.5em;font-weight:300;transition:all .3s;display:flex;position:relative;overflow:hidden}.magic-bento-card:hover{border-color:#2c2d3099;transform:translateY(-2px);box-shadow:0 2px 4px #00000008,0 4px 16px #0000000f,0 0 0 1px #00000005}.magic-bento-card__header,.magic-bento-card__content{color:#f2f2f2;display:flex;position:relative}.magic-bento-card__header{justify-content:space-between;align-items:flex-start;gap:.75em}.magic-bento-card__icon{color:#d4915a;opacity:1}.magic-bento-card__content{flex-direction:column}.magic-bento-card__label{text-transform:uppercase;letter-spacing:3px;color:#797c86;font-size:10px;font-weight:500}.magic-bento-card__title{color:#f2f2f2;margin:0 0 .35em;font-size:15px;font-weight:600}.magic-bento-card__description{color:#797c86;font-size:13px;font-weight:400;line-height:1.5}.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:599px){.card-grid{grid-template-columns:1fr;padding:0}.magic-bento-card{width:100%;min-height:180px}}@media (min-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(4,1fr)}.magic-bento-card:nth-child(3){grid-area:span 2/span 2}.magic-bento-card:nth-child(4){grid-area:2/1/span 2/span 2}.magic-bento-card:nth-child(6){grid-area:3/4}.bento-content-centered{flex-direction:column;flex:1;justify-content:center;display:flex}}.magic-bento-card--border-glow:after{content:"";background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y), rgba(var(--glow-color), calc(var(--glow-intensity) * .6)) 0%, rgba(var(--glow-color), calc(var(--glow-intensity) * .3)) 30%, transparent 60%);border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;opacity:1;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:after{opacity:1}.magic-bento-card--border-glow:hover{box-shadow:0 4px 20px #d4915a1a,0 0 30px #d4915a0d}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";z-index:-1;background:#d4915a26;border-radius:50%;position:absolute;inset:-2px}.particle-container:hover{box-shadow:0 4px 20px #d4915a14,0 0 30px #d4915a0a}.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}
