.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-smooth{position:relative;display:inline-flex;overflow:visible}.text-rotate-smooth .text-rotate-word{overflow:hidden;padding:.15em .05em .15em 0}.text-rotate-smooth .text-rotate-element{padding-right:.02em}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.card-stack-container{position:relative;width:100%;height:100%;perspective:1000px}.card-stack-item{position:absolute;top:50%;left:50%;width:380px;max-width:90%;transform:translate(-50%,-50%) translate(calc(var(--position) * 20px)) translateY(calc(var(--position) * -25px)) translateZ(calc(var(--position) * -50px)) rotateX(3deg) rotateY(calc(var(--position) * -3deg));opacity:calc(1 - var(--position) * .12);transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .5s ease-out,filter .5s ease-out;filter:blur(calc(var(--position) * .3px));transform-style:preserve-3d}.card-stack-item.card-leaving{transform:translate(-50%,-50%) translateY(150px) translateZ(-200px) rotateX(25deg) rotateY(-5deg) scale(.7);opacity:0;filter:blur(20px);transition:transform .7s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,1,1),filter .6s cubic-bezier(.4,0,1,1)}.stack-card{padding:2rem;border-radius:20px;border:2px solid rgba(118,59,212,.2);background:linear-gradient(145deg,#fffffffa,#faf8fff2);backdrop-filter:blur(10px);box-shadow:0 25px 50px -12px #763bd426,0 10px 20px -5px #763bd414;min-height:260px;display:flex;flex-direction:column;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.dark .stack-card{background:linear-gradient(145deg,#1d1d1dfa,#231e2df2);border-color:#935bf040;box-shadow:0 25px 50px -12px #0006,0 10px 20px -5px #935bf01a}.card-stack-indicators{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;z-index:150;padding:8px 14px;background:#ffffffe6;backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(118,59,212,.15);box-shadow:0 4px 15px #763bd41a}.dark .card-stack-indicators{background:#1d1d1de6;border-color:#935bf033;box-shadow:0 4px 15px #0000004d}.card-stack-dot{width:12px;height:12px;border-radius:50%;border:none;background:#763bd44d;cursor:pointer;transition:all .3s ease;padding:0;position:relative}.card-stack-dot:before{content:"";position:absolute;inset:-8px}.card-stack-dot:hover:not(:disabled){background:#763bd499;transform:scale(1.15)}.card-stack-dot.active{background:#763bd4;width:28px;border-radius:12px;box-shadow:0 2px 8px #763bd466}.card-stack-dot:disabled{cursor:not-allowed}.dark .card-stack-dot{background:#935bf059}.dark .card-stack-dot:hover:not(:disabled){background:#935bf099}.dark .card-stack-dot.active{background:#935bf0;box-shadow:0 2px 8px #935bf080}.card-stack-fade{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,#fff,#fffc 40%,#fff0);pointer-events:none;z-index:100}.dark .card-stack-fade{background:linear-gradient(to top,#171717,#171717cc 40%,#17171700)}@media(max-width:768px){.card-stack-item{width:320px}.stack-card{padding:1.5rem;min-height:220px}}@media(max-width:480px){.card-stack-item{width:280px}}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;width:100%;max-width:560px}.bento-grid>a:has(.magic-bento-card--large),.bento-grid>div:has(.magic-bento-card--large){grid-column:span 2}.magic-bento-card--large{min-height:170px}.magic-bento-card--large .magic-bento-card__icon{width:48px;height:48px}.magic-bento-card--large .magic-bento-card__icon svg{width:24px;height:24px}.magic-bento-card--large .magic-bento-card__title{font-size:1.1rem}.magic-bento-card--large .magic-bento-card__description{font-size:.85rem}.magic-bento-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;min-height:150px;padding:1.25rem;border-radius:16px;border:1px solid rgba(118,59,212,.15);background:linear-gradient(145deg,#fffffffa,#faf8fff2);overflow:hidden;transition:all .3s ease;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 200px}.dark .magic-bento-card{background:linear-gradient(145deg,#1d1d1dfa,#231e2df2);border-color:#935bf033}.magic-bento-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #763bd41a}.dark .magic-bento-card:hover{box-shadow:0 20px 40px #0000004d}.magic-bento-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.magic-bento-card__icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#bc5ef226,#763bd426);display:flex;align-items:center;justify-content:center;flex-shrink:0}.magic-bento-card__icon svg{width:20px;height:20px;color:#763bd4}.dark .magic-bento-card__icon svg{color:#935bf0}.magic-bento-card__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#763bd4;background:#763bd41a;padding:3px 8px;border-radius:20px}.dark .magic-bento-card__label{color:#935bf0;background:#935bf026}.magic-bento-card__content{margin-top:auto}.magic-bento-card__title{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#232323}.dark .magic-bento-card__title{color:#e8e6ed}.magic-bento-card__description{font-size:.8rem;line-height:1.4;color:#6b7280;margin:0}.dark .magic-bento-card__description{color:#9ca3af}.magic-bento-card--text-autohide .magic-bento-card__title,.magic-bento-card--text-autohide .magic-bento-card__description{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}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:2px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(188,94,242,calc(var(--glow-intensity) * .6)) 0%,rgba(118,59,212,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:1;z-index:1}.particle-container{position:relative;overflow:hidden}@media(max-width:600px){.bento-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.bento-grid>a:has(.magic-bento-card--large),.bento-grid>div:has(.magic-bento-card--large){grid-column:span 2}.magic-bento-card--large{min-height:140px}}.global-spotlight{will-change:transform,opacity;z-index:200!important;pointer-events:none}.bento-section{position:relative}
