.magic-bento-root{--mb-white:#f5faf7;--mb-ink-muted:#e8f2edd1;--mb-bg-card:#061a16;--mb-bg-card-alt:#0a2620;--mb-border:#002d2473;--mb-glow-rgb:26, 107, 82;--mb-glow-soft:#1a6b5238;--mb-gold-glow:#c5a03d2e;--mb-shadow:#001d1859;--mb-card-aspect:4 / 6;--mb-card-min-height:200px;--mb-card-min-height-mobile:180px;--mb-featured-body-min-height:12rem;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.magic-bento-root .card-grid{box-sizing:border-box;align-items:stretch;gap:.5em;width:100%;max-width:54em;margin:0 auto;padding:.75em;font-size:clamp(1rem,.9rem + .5vw,1.5rem);display:grid}.magic-bento-root .magic-bento-card{isolation:isolate;box-sizing:border-box;width:100%;max-width:100%;aspect-ratio:var(--mb-card-aspect);min-height:var(--mb-card-min-height);border:1px solid var(--mb-border);background:var(--mb-bg-card);font-family:var(--font-hero-title,Georgia, serif);--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px;border-radius:20px;flex-direction:column;justify-content:space-between;align-self:stretch;padding:1.25em;font-weight:400;transition:all .3s;display:flex;position:relative;overflow:hidden}.magic-bento-root .magic-bento-card:hover{box-shadow:0 8px 28px var(--mb-shadow);transform:translateY(-2px)}.magic-bento-root .magic-bento-card__header,.magic-bento-root .magic-bento-card__content{z-index:3;color:var(--mb-white);display:flex;position:relative}.magic-bento-root .magic-bento-card__header{justify-content:space-between;align-items:center;gap:.75em;width:100%}.magic-bento-root .magic-bento-card__icon-wrap{color:#c5a03d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.magic-bento-root .magic-bento-card__icon{display:block}.magic-bento-root .magic-bento-card__content{flex-direction:column}.magic-bento-root .magic-bento-card__label{letter-spacing:.12em;text-transform:uppercase;color:#c5a03d;margin-left:auto;font-size:.7rem;font-weight:700}.magic-bento-root .magic-bento-card__title,.magic-bento-root .magic-bento-card__description{--clamp-title:1;--clamp-desc:2}.magic-bento-root .magic-bento-card__title{color:var(--mb-white);margin:0 0 .35em;font-size:1.05rem;font-weight:600;line-height:1.2}.magic-bento-root .magic-bento-card__description{opacity:.9;color:var(--mb-ink-muted);font-size:.8125rem;line-height:1.45}.magic-bento-root .magic-bento-card--featured{justify-content:flex-end;padding:0}.magic-bento-root .magic-bento-card__media-scrim{pointer-events:none;z-index:0;border-radius:inherit;background:linear-gradient(#061a1633 0%,#061a1680 38%,#061a16e0 100%);position:absolute;inset:0}.magic-bento-root .magic-bento-card__featured-body{z-index:2;min-height:var(--mb-featured-body-min-height);flex-direction:column;flex:auto;justify-content:space-between;gap:.75em;width:100%;margin-top:auto;padding:1.15em 1.25em 1.25em;display:flex;position:relative}.magic-bento-root .magic-bento-card--featured .magic-bento-card__title{font-size:1.12rem}.magic-bento-root .magic-bento-card--featured .magic-bento-card__description{font-size:.875rem;line-height:1.42}.magic-bento-root .magic-bento-card--text-autohide .magic-bento-card__title,.magic-bento-root .magic-bento-card--text-autohide .magic-bento-card__description{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.magic-bento-root .magic-bento-card--text-autohide .magic-bento-card__title{-webkit-line-clamp:var(--clamp-title);line-clamp:var(--clamp-title)}.magic-bento-root .magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:var(--clamp-desc);line-clamp:var(--clamp-desc)}@media (max-width:599px){.magic-bento-root .card-grid{grid-template-columns:1fr;width:90%;padding:.5em}.magic-bento-root .magic-bento-card{width:100%;min-height:var(--mb-card-min-height-mobile)}}@media (min-width:600px){.magic-bento-root .card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.magic-bento-root .card-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:auto}.magic-bento-root .magic-bento-card:nth-child(3){grid-area:span 2/span 2}.magic-bento-root .magic-bento-card:nth-child(4){grid-area:2/1/span 2/span 2}.magic-bento-root .magic-bento-card:nth-child(6){grid-area:3/4}.magic-bento-root .magic-bento-card:nth-child(3),.magic-bento-root .magic-bento-card:nth-child(4){aspect-ratio:auto;align-self:stretch;height:100%;min-height:100%}.magic-bento-root .magic-bento-card--featured:nth-child(3) .magic-bento-card__featured-body,.magic-bento-root .magic-bento-card--featured:nth-child(4) .magic-bento-card__featured-body{flex:auto;min-height:0}}.magic-bento-root .magic-bento-card--border-glow:after{content:"";background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y), rgba(var(--mb-glow-rgb), calc(var(--glow-intensity) * .75)) 0%, rgba(var(--mb-glow-rgb), calc(var(--glow-intensity) * .35)) 32%, transparent 62%);border-radius:inherit;-webkit-mask-composite:xor;-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-root .magic-bento-card--border-glow:hover:after{opacity:1}.magic-bento-root .magic-bento-card--border-glow:hover{box-shadow:0 4px 24px #002d2459, 0 0 36px var(--mb-glow-soft)}.magic-bento-root .particle-container{position:relative;overflow:hidden}.magic-bento-root .particle:before{content:"";background:rgba(var(--mb-glow-rgb), .25);z-index:-1;border-radius:50%;position:absolute;inset:-2px}.magic-bento-root .particle-container:hover{box-shadow:0 4px 20px #001d1847, 0 0 28px var(--mb-gold-glow)}.magic-bento-root .bento-section{-webkit-user-select:none;user-select:none;position:relative}.global-spotlight{mix-blend-mode:screen;will-change:transform, opacity;z-index:200;pointer-events:none;position:fixed}
