@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";html,body{height:100%;margin:0;overflow:hidden}body{font-family:Inter,sans-serif;background-color:#f9fafb;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}*{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.card{background-color:#fff;border-radius:12px;border:1px solid #f3f4f6;box-shadow:0 1px 2px #0000000d}.btn{border-radius:8px;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-primary{background-color:#111827;color:#fff}.btn-primary:hover{background-color:#000}.btn-secondary{background-color:#fff;border:1px solid #e5e7eb;color:#374151}.btn-secondary:hover{background-color:#f9fafb}input,select,textarea{outline:none}input:focus,select:focus,textarea:focus{ring:2px;ring-color:#e5e7eb}@keyframes subtle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.animate-subtle-pulse{animation:subtle-pulse 2s cubic-bezier(.4,0,.6,1) infinite}
