@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg-dark:#0a0a0a;--bg-glass:#ffffff08;--border-glass:#ffffff1a;--text-primary:#fff;--text-secondary:#aaa;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-dark);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:focus{outline:none}html,body{background-color:#0000;width:100%;max-width:100vw;margin:0;padding:0;overflow-x:hidden}.dark-bg{z-index:0;background-color:var(--bg-dark);width:100vw;height:100vh;position:fixed;top:0;left:0}.dark-bg:after{z-index:3;content:"";-webkit-backdrop-filter:blur(16px);pointer-events:none;background-color:#0a0a0ab3;height:100vh;position:absolute;inset:0}.bubbles{z-index:2;justify-content:space-around;height:100%;font-size:60px;display:flex;position:absolute;inset:0;overflow:hidden}.bubble{background:#ffffff26;border:1px solid #fff3;border-radius:50%;align-self:flex-end;width:1em;height:1em;animation:19s linear infinite bubbles;transform:translateY(100%)}@media (width<=768px){.bubble{flex-shrink:0}}.bubble:nth-child(2){filter:blur(5px);width:3em;height:3em;animation-duration:34s;animation-delay:1s}.bubble:nth-child(3){filter:blur();width:2em;height:2em;animation-duration:16s;animation-delay:1.5s}.bubble:nth-child(4){filter:blur(3px);width:1.5em;height:1.5em;animation-duration:26s;animation-delay:.5s}.bubble:nth-child(5){filter:blur(2px);width:2em;height:2em;animation-duration:22s;animation-delay:4s}.bubble:nth-child(6){filter:blur(1px);width:2.5em;height:2.5em;animation-duration:18s;animation-delay:2s}.bubble:nth-child(7){filter:blur(4px);width:5em;height:5em;animation-duration:24s}.bubble:nth-child(8){filter:blur(6px);width:3em;height:3em;animation-duration:36s;animation-delay:5s}.bubble:nth-child(9){filter:blur(.5px);width:2em;height:2em;animation-duration:18s;animation-delay:3s}.bubble:nth-child(10){filter:blur(.5px);width:3em;height:3em;animation-duration:24s;animation-delay:6s}@keyframes bubbles{0%{transform:translateY(100%)rotate(-50deg)}to{transform:translateY(calc(-100vh - 100%))rotate(20deg)}}.glass-panel{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);background:linear-gradient(135deg,#ffffff1a 0%,#141414b3 20% 100%);border-radius:16px;box-shadow:inset 0 1px 1px #ffffff26,inset 1px 0 1px #ffffff0d}.app-container{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex;position:relative}.node-line{stroke:#ffffff26;stroke-width:1px;transition:opacity .3s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.text-gradient{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}
