.magic-bento-root .card-grid{display:grid;gap:.5em;padding:.75em;max-width:100%;width:100%;margin-left:auto;margin-right:auto;font-size:clamp(.875rem,.8rem + .45vw,1.25rem)}.magic-bento-root .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 var(--border);background:var(--card);color:var(--foreground);font-weight:300;overflow:hidden;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px}.magic-bento-root .magic-bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px color-mix(in srgb,var(--foreground) 8%,transparent)}.dark .magic-bento-root .magic-bento-card:hover{box-shadow:0 8px 28px color-mix(in srgb,var(--foreground) 12%,transparent)}.magic-bento-root .magic-bento-card__content,.magic-bento-root .magic-bento-card__header{display:flex;position:relative;color:var(--foreground)}.magic-bento-root .magic-bento-card__header{gap:.75em;justify-content:space-between}.magic-bento-root .magic-bento-card__content{flex-direction:column}.magic-bento-root .magic-bento-card__label{font-size:16px}.magic-bento-root .magic-bento-card__description,.magic-bento-root .magic-bento-card__title{--clamp-title:1;--clamp-desc:2}.magic-bento-root .magic-bento-card__title{font-weight:400;font-size:16px;margin:0 0 .25em;color:var(--foreground)}.magic-bento-root .magic-bento-card__description{font-size:12px;line-height:1.2;color:var(--muted)}.magic-bento-root .magic-bento-card--text-autohide .magic-bento-card__description,.magic-bento-root .magic-bento-card--text-autohide .magic-bento-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.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:100%;max-width:100%;margin:0 auto;padding:.5em}.magic-bento-root .magic-bento-card{width:100%;min-height:180px}}@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)}.magic-bento-root .magic-bento-card:nth-child(3){grid-column:span 2;grid-row:span 2}.magic-bento-root .magic-bento-card:nth-child(4){grid-column:1/span 2;grid-row:2/span 2}.magic-bento-root .magic-bento-card:nth-child(6){grid-column:4;grid-row:3}}.magic-bento-root .magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:6px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(0,0,0,calc(var(--glow-intensity) * .14)) 0,rgba(0,0,0,calc(var(--glow-intensity) * .07)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:1}.dark .magic-bento-root .magic-bento-card--border-glow:after{background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(255,255,255,calc(var(--glow-intensity) * .16)) 0,rgba(255,255,255,calc(var(--glow-intensity) * .08)) 30%,transparent 60%)}.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 20px color-mix(in srgb,var(--foreground) 6%,transparent),0 0 24px color-mix(in srgb,var(--foreground) 8%,transparent)}.dark .magic-bento-root .magic-bento-card--border-glow:hover{box-shadow:0 4px 22px color-mix(in srgb,var(--foreground) 10%,transparent),0 0 28px color-mix(in srgb,var(--foreground) 12%,transparent)}.magic-bento-root .particle-container{position:relative;overflow:hidden}.magic-bento-root .particle:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:color-mix(in srgb,var(--foreground) 15%,transparent);border-radius:50%;z-index:-1}.magic-bento-root .particle-container:hover{box-shadow:0 4px 18px color-mix(in srgb,var(--foreground) 8%,transparent),0 0 24px color-mix(in srgb,var(--foreground) 10%,transparent)}.magic-bento-root .global-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:200!important;pointer-events:none}.magic-bento-root .bento-section{position:relative;user-select:none}.global-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:40!important;pointer-events:none}.magic-bento-root .magic-bento-card__split{position:absolute;inset:0;z-index:4;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;background:color-mix(in srgb,var(--foreground) 14%,transparent);border-radius:inherit;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .4s ease}.magic-bento-root .magic-bento-card:hover .magic-bento-card__split{opacity:1;pointer-events:auto}.magic-bento-root .magic-bento-card__split>span{display:flex;align-items:center;justify-content:center;padding:.75em;text-align:center;font-size:.95em;font-weight:500;line-height:1.25;color:var(--foreground);background:var(--card);opacity:0;transform:scale(.96);transition:opacity .4s ease,transform .4s ease,background .25s ease,color .25s ease}.magic-bento-root .magic-bento-card:hover .magic-bento-card__split>span{opacity:1;transform:scale(1)}.magic-bento-root .magic-bento-card:hover .magic-bento-card__split>span:nth-child(2){transition-delay:.05s}.magic-bento-root .magic-bento-card:hover .magic-bento-card__split>span:nth-child(3){transition-delay:.1s}.magic-bento-root .magic-bento-card:hover .magic-bento-card__split>span:nth-child(4){transition-delay:.15s}.magic-bento-root .magic-bento-card__split>span:hover{background:color-mix(in srgb,var(--foreground) 6%,transparent)}.cloud .magic-bento-root .magic-bento-card__split>span:hover{color:#4338ca}
/*# sourceMappingURL=ec014a895f32e3e5.css.map*/