*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5;min-height:100vh}#root{min-height:100vh}.bento-container{max-width:1400px;margin:0 auto;padding:24px}.bento-cell{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s ease}.bento-cell:hover{box-shadow:0 4px 12px #0000001a}.bento-cell--hero{background-size:cover;background-position:center;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;overflow:hidden}.bento-cell--hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.bento-cell--hero>*{position:relative;z-index:1}.bento-cell--sticky{position:sticky;top:24px}.sticky-bottom{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 24px;box-shadow:0 -4px 12px #0000001a;z-index:1000;display:none}@media(max-width:768px){.bento-container{padding:16px}.bento-cell{border-radius:12px;padding:16px}.bento-cell--sticky{position:relative;top:0}.sticky-bottom{display:flex;align-items:center;justify-content:space-between}body{padding-bottom:80px}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scrollbar-width:none}.scrollbar-hide{-ms-overflow-style:none}.bento-glass{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #1f268712;overflow:hidden;transition:all .3s ease}.bento-glass:hover{box-shadow:0 8px 32px #1f268726;border-color:#fffc}.bento-glass-no-padding{padding:0}.bento-glass-content{padding:24px}
