*{box-sizing:border-box}html,body{margin:0;padding:0}#root{height:100vh}[contenteditable]:focus{outline:none}input::placeholder{color:var(--text3)}::selection{background:var(--accent-soft)}@keyframes pop{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}@keyframes fade{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--text3);background-clip:padding-box}
