*{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}}
