@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #0a0a0a;--secondary: #111113;--card: #16161a;--accent: #2dd4a8;--font-body: "Plus Jakarta Sans", sans-serif;--font-mono: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--bg);color:#e8e8e8;font-family:var(--font-body);-webkit-font-smoothing:antialiased}#root{height:100%;display:flex;justify-content:center;background-color:var(--bg)}.app-container{width:100%;max-width:520px;height:100dvh;display:flex;flex-direction:column;background-color:var(--bg);position:relative}@media (min-width: 521px){.app-container{border-left:1px solid #1c1c1f;border-right:1px solid #1c1c1f}}@media (min-width: 768px){.app-container{max-width:860px;border-radius:0}}@media (min-width: 1280px){.app-container{max-width:960px}}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}@keyframes botano-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.botano-dot{width:8px;height:8px;border-radius:50%;background:#6b7280;animation:botano-bounce 1.2s ease infinite}.botano-dot:nth-child(2){animation-delay:.2s}.botano-dot:nth-child(3){animation-delay:.4s}input[type=range].ntr-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:#27272a;outline:none}input[type=range].ntr-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#10b981;cursor:pointer;border:2px solid #0a0a0a}input[type=range].ntr-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#10b981;cursor:pointer;border:2px solid #0a0a0a}
