@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&family=Poppins:wght@400;700&display=swap";:root{--page-gradient:radial-gradient(circle at 20% 10%, #ccfbf1, #f8fafc 40%), linear-gradient(120deg, #f8fafc 0%, #dbeafe 100%)}body{background:var(--page-gradient);min-height:100vh;margin:0}.hero-card{animation:.42s ease-out fade-up}.app-shell{background:linear-gradient(135deg,#f9fbff 0%,#eef4ff 100%);border:1px solid #dbe4f5;border-radius:16px}.compact-header{border-radius:14px}.status-dot{height:20px;font-size:11px}.compact-list-item{border-radius:10px;margin-bottom:4px}@media (width<=600px){.app-shell{border-radius:12px}.compact-list-item .MuiListItemText-primary{font-size:.92rem}.compact-list-item .MuiListItemText-secondary{font-size:.78rem}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
