:root{--follo-purple-dark: #1c0233;--follo-purple-mid: #3c0e96;--follo-purple: #784dff;--follo-purple-light: #f2eeff;--follo-mint: #1dcc9a;--follo-ink: #111111;--follo-border: #bdbdbd;--follo-bg: #f7f7f7}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--follo-ink);background:radial-gradient(circle at 12% 0%,rgba(120,77,255,.14),transparent 38%),radial-gradient(circle at 90% 3%,rgba(29,204,154,.14),transparent 42%),var(--follo-bg)}.app-shell{min-height:100vh}.motion-rise{animation:fade-rise .52s ease-out both}.motion-stagger>*{animation:fade-rise .52s ease-out both}.motion-stagger>*:nth-child(2){animation-delay:70ms}.motion-stagger>*:nth-child(3){animation-delay:.14s}.chart-surface{border:1px solid rgba(189,189,189,.45);border-radius:14px;background:#fff;padding:.85rem .9rem .35rem}.follo-input{width:100%;border:1px solid rgba(189,189,189,.9);border-radius:10px;background:#fffffff5;color:var(--follo-ink);padding:.62rem .78rem;font-size:.94rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.follo-input:hover{border-color:#784dff73}.follo-input:focus{outline:none;border-color:#784dfff2;box-shadow:0 0 0 3px #784dff26;background:#fff}.follo-input:disabled{cursor:not-allowed;opacity:.6}@keyframes fade-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
