:root{--teal-primary:#30cfc2;--teal-glow:rgba(48,207,194,.2);--teal-border:rgba(48,207,194,.8);--border-color:#1e3a3a;--background-dark:#060010;color-scheme:light dark}.card-grid{display:grid;gap:.5em;padding:.75em;max-width:54em;font-size:clamp(1rem,.9rem + .5vw,1.5rem)}.magic-bento-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;aspect-ratio:4/3;min-height:200px;width:100%;max-width:100%;padding:1.25em;border-radius:20px;border:1px solid hsla(0,0%,100%,.1);background:#262626;font-weight:var(--mm-fw-light);overflow:hidden;transition:border-color .3s,box-shadow .3s;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px}.magic-bento-card:hover{border-color:#30cfc2;box-shadow:0 0 18px rgba(48,207,194,.15)}.magic-bento-card__content,.magic-bento-card__header{display:flex;position:relative;color:#fff}.magic-bento-card__header{gap:.75em;justify-content:space-between}.magic-bento-card__content{flex-direction:column}.magic-bento-card__label{font-size:16px}.magic-bento-card__title{font-weight:var(--mm-fw-regular);font-size:16px;margin:0 0 .25em}.magic-bento-card__description{font-size:12px;line-height:1.2;opacity:.9}.magic-bento-card--text-autohide .magic-bento-card__description,.magic-bento-card--text-autohide .magic-bento-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.magic-bento-card--text-autohide .magic-bento-card__title{-webkit-line-clamp:1;line-clamp:1}.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:2;line-clamp:2}@media (max-width:599px){.card-grid{grid-template-columns:1fr;width:90%;margin:0 auto;padding:.5em}.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-column:span 2;grid-row:span 2}.magic-bento-card:nth-child(4){grid-column:1/span 2;grid-row:2/span 2}.magic-bento-card:nth-child(6){grid-column:4;grid-row:3}}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:1px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(48,207,194,calc(var(--glow-intensity) * .6)) 0,rgba(48,207,194,calc(var(--glow-intensity) * .3)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1}.magic-bento-card--border-glow:hover:after{opacity:1}.magic-bento-card--border-glow:hover{border-color:#30cfc2;box-shadow:0 0 18px rgba(48,207,194,.15)}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:rgba(48,207,194,.2);border-radius:50%;z-index:-1}.global-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:200!important;pointer-events:none}.bento-section{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spotlight-card{position:relative;border-radius:20px;padding:1px;overflow:hidden;background:#1c1c1c}.spotlight-card:before{content:"";position:absolute;width:350px;height:350px;left:-175px;top:-175px;background:#30cfc2;border-radius:50%;opacity:0;pointer-events:none;transition:opacity .4s ease;transform:translate(var(--mouse-x,0),var(--mouse-y,0));filter:blur(80px);z-index:10}.spotlight-container:hover .spotlight-card:before{opacity:1}.spotlight-card-inner{position:relative;background:#262626;border-radius:inherit;z-index:20;overflow:hidden}