@import "https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700;900&display=swap";body{overscroll-behavior-y:none;color:#004d40;background-color:#e0f2f1;margin:0;padding:0;font-family:Comic Neue,Comic Sans MS,cursive,sans-serif;overflow-x:hidden}*{box-sizing:border-box}.bubbly-button{cursor:pointer;border:4px solid #fff;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;margin-top:0;margin-bottom:8px;transition:transform .1s ease-out,box-shadow .1s ease-out,margin .1s ease-out;display:flex;position:relative}.bubbly-button:active{margin-top:8px;margin-bottom:0;box-shadow:none!important}@keyframes float{0%{transform:translateY(-5px)}50%{transform:translateY(5px)}to{transform:translateY(-5px)}}.animate-float{animation:2s ease-in-out infinite float}.app-bar{z-index:10;justify-content:space-between;width:100%;padding:16px;display:flex;position:relative}.app-bar-title{color:#00695c;letter-spacing:1px;background:#fff;border:3px solid #b2dfdb;border-radius:30px;align-items:center;gap:8px;padding:8px 24px;font-size:24px;font-weight:900;display:flex;box-shadow:0 4px #004d4026}.app-bar-actions{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.profile-badge{padding:8px 16px}.profile-text{font-size:16px}.audio-button{width:50px;height:50px}.audio-icon{width:24px;height:24px}.app-bar-icon{width:28px;height:28px}.app-bar-text{font-size:28px}@media (width<=600px){.app-bar{gap:4px;padding:8px 6px}.app-bar-title{border-width:2px;gap:4px;padding:4px 8px}.app-bar-text{font-size:18px}.app-bar-icon{width:16px;height:16px}.app-bar-actions{gap:4px}.profile-badge{border-width:2px;gap:4px;padding:4px 8px}.profile-text{letter-spacing:0;font-size:14px}.profile-icon{width:14px;height:14px}.audio-button{width:36px;height:36px;border-width:2px!important}.audio-icon{width:18px;height:18px}}.screen-container{min-height:100vh;padding:20px 0}.bg-gradient{background:linear-gradient(to bottom right,#4db6ac,#00695c);position:relative}.star{color:#ffffff4d;position:absolute}
