@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Inter,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;transition:background-color .2s ease,color .2s ease}body[data-theme=light]{background-color:#faf9f8;color:#323130}body[data-theme=dark]{background-color:#1b1a19;color:#faf9f8}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid #0078d4;outline-offset:2px}::-webkit-scrollbar,body[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track,body[data-theme=light] ::-webkit-scrollbar-track{background:#f3f2f1}::-webkit-scrollbar-thumb,body[data-theme=light] ::-webkit-scrollbar-thumb{background:#c8c6c4;border-radius:4px}::-webkit-scrollbar-thumb:hover,body[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#a19f9d}body[data-theme=dark] ::-webkit-scrollbar-track{background:#1b1a19}body[data-theme=dark] ::-webkit-scrollbar-thumb{background:#484644;border-radius:4px}body[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#605e5c}::selection{background:#0078d4;color:#fff}.react-flow__attribution{display:none!important}body[data-theme=dark] .react-flow__controls{background-color:#252423!important;border-color:#484644!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}body[data-theme=dark] .react-flow__controls-button{background-color:#252423!important;border-color:#484644!important;fill:#d2d0ce!important;color:#d2d0ce!important}body[data-theme=dark] .react-flow__controls-button:hover{background-color:#323130!important}body[data-theme=dark] .react-flow__controls-button svg{fill:#d2d0ce!important}body[data-theme=dark] .react-flow__minimap{background-color:#252423!important}