@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,500;0,600;1,400&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh;background:#030712;color:#e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.font-serif{font-family:Fraunces,Georgia,serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:4px}.no-drag{-webkit-app-region:no-drag}@keyframes pulse-red{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.log-reminder-pulse{animation:pulse-red 1.5s ease-in-out infinite}@keyframes slideUpFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUpFade .4s ease-out both}.kensho-shell{min-height:100vh;display:flex;flex-direction:column}.kensho-main{flex:1;width:100%;max-width:480px;margin:0 auto;padding-bottom:72px}.kensho-bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;height:64px;background:#030712eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.05)}.kensho-sidenav{display:none}.kensho-life-hero{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.kensho-tiles{display:grid;grid-template-columns:1fr 1fr;gap:10px}.kensho-tile{transition:transform .18s ease-out,border-color .18s ease-out,box-shadow .18s ease-out}.kensho-tile:active{transform:scale(.985)}@media(min-width:768px){.kensho-main{max-width:900px;padding-left:88px;padding-bottom:40px}.kensho-bottomnav{display:none}.kensho-sidenav{display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;width:72px;background:#030712eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-right:1px solid rgba(255,255,255,.05);z-index:40;padding:20px 0;gap:4px;align-items:center}.kensho-tiles{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.kensho-main{max-width:1040px}.kensho-life-hero{flex-direction:row;align-items:stretch;gap:20px}.kensho-life-hero>*{flex:1}}@media(hover:hover){.kensho-tile:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}}
