:root{--magic-bento-hue:27;--magic-bento-sat:69%;--magic-bento-white:hsl(0,0%,100%);--magic-bento-purple-primary:rgba(132,0,255,1);--magic-bento-purple-glow:rgba(132,0,255,0.2);--magic-bento-purple-border:rgba(132,0,255,0.8);--magic-bento-border-color:#392e4e;--magic-bento-background-dark:#060010}.card-grid{display:grid;gap:.75rem;width:100%;font-size:clamp(.875rem,.8rem + .5vw,1.125rem)}@media (max-width:599px){.card-grid{grid-template-columns:1fr;width:100%;padding:0}.magic-bento-card{width:100%;min-height:120px;aspect-ratio:auto}}@media (min-width:600px) and (max-width:1023px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}.magic-bento-card:first-child{grid-column:span 2;grid-row:span 1}.magic-bento-card:nth-child(4){grid-column:span 2}}.magic-bento-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;min-height:140px;width:100%;max-width:100%;padding:1.25rem;border-radius:16px;border:1px solid rgba(var(--glow-color,132,0,255),.35);background:var(--magic-bento-background-dark);font-weight:300;overflow:hidden;transition:all .3s ease;--glow-x:50%;--glow-y:50%;--glow-intensity:0;--glow-radius:200px}.magic-bento-card:hover{transform:translateY(-2px);border-color:rgba(var(--glow-color,132,0,255),.6);box-shadow:0 8px 25px rgba(0,0,0,.15)}.magic-bento-card__content,.magic-bento-card__header{display:flex;position:relative;color:var(--magic-bento-white)}.magic-bento-card__header{gap:.75rem;justify-content:space-between;align-items:center}.magic-bento-card__content{flex-direction:column;margin-top:auto}.magic-bento-card__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:rgba(var(--glow-color,132,0,255),.15);color:rgba(var(--glow-color,132,0,255),1);flex-shrink:0}.magic-bento-card__icon svg{width:1.25rem;height:1.25rem}.magic-bento-card__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.6);font-weight:500}.magic-bento-card__value{font-size:1.5rem;font-weight:700;color:rgba(var(--glow-color,132,0,255),1);margin-left:auto}.magic-bento-card__title{font-weight:500;font-size:1rem;margin:0 0 .25rem;color:var(--magic-bento-white)}.magic-bento-card__description{font-size:.8125rem;line-height:1.4;opacity:.75;color:rgba(255,255,255,.8)}.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:2;line-clamp:2}.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:3;line-clamp:3}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:4px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(var(--glow-color,132,0,255),calc(var(--glow-intensity) * .8)) 0,rgba(var(--glow-color,132,0,255),calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;mask-composite:subtract;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none;transition:opacity .3s ease;z-index:1}.magic-bento-card--border-glow:hover:after{opacity:1}.magic-bento-card--border-glow:hover{box-shadow:0 4px 20px rgba(46,24,78,.4),0 0 30px rgba(var(--glow-color,132,0,255),.2)}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:rgba(var(--glow-color,132,0,255),.2);border-radius:50%;z-index:-1}.particle-container:hover{box-shadow:0 4px 20px rgba(46,24,78,.2),0 0 30px rgba(var(--glow-color,132,0,255),.2)}.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}.card-grid.crella-profile-bento{grid-template-columns:1fr;gap:.75rem}@media (min-width:600px){.card-grid.crella-profile-bento{grid-template-columns:repeat(2,1fr)}.card-grid.crella-profile-bento .magic-bento-card:first-child{grid-column:span 2}}@media (min-width:1024px){.card-grid.crella-profile-bento{grid-template-columns:repeat(3,1fr)}.card-grid.crella-profile-bento .magic-bento-card:first-child{grid-column:span 2;grid-row:span 1}}.tilted-card-figure{position:relative;width:100%;height:100%;perspective:800px;display:flex;flex-direction:column;align-items:center;justify-content:center}.tilted-card-mobile-alert{position:absolute;top:1rem;text-align:center;font-size:.875rem;display:none;color:rgba(255,255,255,.6)}@media (max-width:640px){.tilted-card-mobile-alert{display:block}.tilted-card-caption{display:none}}.tilted-card-inner{position:relative;transform-style:preserve-3d;will-change:transform}.tilted-card-overlay{position:absolute;top:0;left:0;z-index:2;will-change:transform;transform:translateZ(30px)}.tilted-card-caption{pointer-events:none;position:absolute;left:0;top:0;border-radius:8px;background:linear-gradient(135deg,rgba(132,0,255,.9),rgba(90,0,200,.9));padding:6px 12px;font-size:12px;color:white;opacity:0;z-index:3;backdrop-filter:blur(4px);box-shadow:0 4px 12px rgba(132,0,255,.3)}