@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.m-layout{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8f9fe}.m-layout__sidebar{display:none}.m-layout__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.m-layout__bottom-nav{flex-shrink:0;position:relative;background:#fff;border-top:1px solid #E5E7EB;display:flex;align-items:center;height:68px;padding-bottom:env(safe-area-inset-bottom);z-index:10;box-shadow:0 -2px 12px #0000000a}.m-page-container{min-height:100%}.m-page-container__inner{max-width:600px;margin:0 auto;padding:20px 16px 24px}.m-page-container__inner--narrow{max-width:480px;margin:0 auto;padding:20px 16px 24px}.m-sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:500;color:#6b7280;transition:background .15s,color .15s}.m-sidebar-item:hover{background:#f3f4f6;color:#374151}.m-sidebar-item.active{background:#eef2ff;color:#4f46e5;font-weight:600}@media(min-width:768px){.m-layout{flex-direction:row}.m-layout__sidebar{display:flex;flex-direction:column;width:240px;background:#fff;border-right:1px solid #E5E7EB;flex-shrink:0;padding:20px 0;overflow-y:auto}.m-layout__bottom-nav{display:none}.m-page-container__inner{max-width:720px}.m-page-container__inner--narrow{max-width:600px}.m-hide-desktop{display:none!important}.m-max-w-sm{max-width:400px}.m-max-w-md{max-width:600px}}@media(min-width:1024px){.m-page-container__inner{max-width:800px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes sparkGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulseGlow{0%,to{box-shadow:0 4px 16px #4f46e559}50%{box-shadow:0 4px 24px #4f46e58c}}.m-animate-in{animation:fadeInUp .5s ease-out both}.m-animate-in--d1{animation-delay:.05s}.m-animate-in--d2{animation-delay:.1s}.m-animate-in--d3{animation-delay:.15s}.m-animate-in--d4{animation-delay:.2s}.m-animate-in--d5{animation-delay:.25s}.m-animate-in--d6{animation-delay:.3s}.m-animate-in--d7{animation-delay:.35s}.m-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.m-insights-grid{display:grid;grid-template-columns:1fr;gap:12px}.m-insight-card{transition:transform .2s ease,box-shadow .2s ease}.m-insight-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.m-activity-item{animation:fadeInUp .4s ease-out both}.m-spark-bar{transform-origin:bottom;animation:sparkGrow .5s ease-out both}.m-shimmer{background:linear-gradient(90deg,transparent 0%,rgba(79,70,229,.04) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out}.m-pulse-glow{animation:pulseGlow 2s ease-in-out 1}@media(min-width:768px){.m-kpi-grid{grid-template-columns:repeat(4,1fr)}.m-insights-grid{grid-template-columns:repeat(3,1fr)}}*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#f8f9fe;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px}input,button{font-family:inherit;font-size:inherit}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes growUp{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes fillWidth{0%{width:0%}}
