@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-background: #0a0a0a;--color-surface: #171717;--color-primary: #ffffff;--color-secondary: #a3a3a3;--color-accent: #3b82f6;--color-accent-light: #60a5fa;--color-neutral-100: #f5f5f5;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--border-subtle: rgba(255, 255, 255, .05);--border-default: rgba(255, 255, 255, .1);--border-emphasis: rgba(255, 255, 255, .2);--overlay-default: rgba(0, 0, 0, .5);--overlay-heavy: rgba(0, 0, 0, .8);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .06);--glass-hover: rgba(255, 255, 255, .08);--glass-glow: rgba(59, 130, 246, .15);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16), 0 4px 8px rgba(0, 0, 0, .08);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .5);--shadow-glow: 0 0 24px rgba(59, 130, 246, .2);--shadow-white-glow: 0 4px 20px rgba(255, 255, 255, .1);--shadow-inner: inset 0 1px 2px rgba(0, 0, 0, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--color-background);color:var(--color-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#171717}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.theme-light{--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .06);--glass-hover: rgba(0, 0, 0, .04);--glass-glow: rgba(59, 130, 246, .1);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .03);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04)}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:100px;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--glass-hover)}.liquid-card{background:var(--glass-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:12px;box-shadow:var(--shadow-sm);transition:all .2s var(--ease-smooth)}.liquid-card:hover{border-color:var(--glass-hover);box-shadow:var(--shadow-md)}.liquid-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 14px;font-size:12px;font-weight:500;letter-spacing:.01em;color:#fff;background:linear-gradient(135deg,#3b82f6e6,#3b82f6e6);border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .2s var(--ease-smooth);overflow:hidden}.liquid-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none}.liquid-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-glow),var(--shadow-sm)}.liquid-btn:active{transform:translateY(0) scale(.98)}.liquid-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.liquid-btn-sm{padding:5px 10px;font-size:11px;border-radius:6px;gap:4px}.liquid-btn-icon{width:26px;height:26px;padding:0;border-radius:6px}.liquid-btn-ghost{background:transparent;color:var(--color-text-secondary, rgba(255, 255, 255, .7));border:1px solid var(--glass-border)}.liquid-btn-ghost:before{display:none}.liquid-btn-ghost:hover{background:var(--glass-hover);border-color:var(--glass-hover);box-shadow:none}.theme-light .liquid-btn-ghost{color:#475569}.theme-light .liquid-btn-ghost:hover{background:#0000000a;color:#0f172a}.liquid-input{width:100%;padding:9px 12px;font-size:13px;line-height:1.5;color:var(--color-text-primary, white);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;outline:none;transition:all .2s var(--ease-smooth)}.liquid-input:hover{border-color:var(--glass-hover)}.liquid-input:focus{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.liquid-input::placeholder{color:var(--color-text-muted, rgba(255, 255, 255, .3));font-size:12px}.theme-light .liquid-input{background:#fffc;border-color:#00000014;color:#0f172a}.theme-light .liquid-input::placeholder{color:#94a3b8}.liquid-input-sm{padding:6px 10px;font-size:12px;border-radius:6px}.liquid-tabs{display:inline-flex;gap:2px;padding:3px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.liquid-tab{position:relative;padding:6px 14px;font-size:12px;font-weight:500;color:var(--color-text-muted, rgba(255, 255, 255, .5));background:transparent;border:none;border-radius:7px;cursor:pointer;transition:all .2s var(--ease-smooth)}.liquid-tab:hover{color:var(--color-text-primary, rgba(255, 255, 255, .9));background:var(--glass-hover)}.liquid-tab.active{color:#fff;background:linear-gradient(135deg,#3b82f6e6,#3b82f6b3);box-shadow:0 2px 8px #3b82f64d}.theme-light .liquid-tabs{background:#ffffffe6;box-shadow:var(--shadow-sm)}.theme-light .liquid-tab{color:#64748b}.theme-light .liquid-tab:hover{color:#0f172a;background:#0000000a}.liquid-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;font-size:10px;font-weight:500;letter-spacing:.02em;border-radius:5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.liquid-badge.primary{color:#a5b4fc;background:#3b82f626;border:1px solid rgba(59,130,246,.2)}.liquid-badge.success{color:#86efac;background:#22c55e26;border:1px solid rgba(34,197,94,.2)}.liquid-badge.warning{color:#fcd34d;background:#f59e0b26;border:1px solid rgba(245,158,11,.2)}.theme-light .liquid-badge.primary{color:#2563eb;background:#3b82f61a}.theme-light .liquid-badge.success{color:#16a34a;background:#22c55e1a}.liquid-panel{background:linear-gradient(180deg,#12121afa,#0e0e14f5);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border:1px solid var(--glass-border)}.liquid-panel-section{padding:12px 14px;border-bottom:1px solid var(--glass-border)}.liquid-panel-section:last-child{border-bottom:none}.theme-light .liquid-panel{background:linear-gradient(180deg,#fffffffa,#f8fafcf5)}.theme-light .modern-card,.theme-light .liquid-card{background:#ffffffe6;border-color:#0000000f}.theme-light .modern-input,.theme-light textarea.liquid-input{background:#f8fafcf2;border-color:#0000001a;color:#0f172a}.theme-light .modern-input::placeholder,.theme-light textarea.liquid-input::placeholder{color:#94a3b8}.theme-light .bg-white\/4,.theme-light .bg-white\/5{background:#0000000a!important}.theme-light .bg-white\/8,.theme-light .hover\:bg-white\/8:hover{background:#0000000f!important}.theme-light .bg-white\/3{background:#00000008!important}.theme-light .text-white{color:#0f172a!important}.theme-light .text-gray-300{color:#475569!important}.theme-light .text-gray-400,.theme-light .text-gray-500{color:#64748b!important}.theme-light .hover\:text-gray-300:hover{color:#334155!important}.theme-light .bg-gray-700{background:#e2e8f0!important}.theme-light .bg-gray-800{background:#f1f5f9!important}.theme-light .bg-gray-900{background:#fff!important}.theme-light .border-gray-700{border-color:#00000014!important}.theme-light .border-gray-700\/50{border-color:#0000000f!important}.theme-light .peer-checked\:bg-blue-500{background:#3b82f6!important}.theme-light .bg-black\/85{background:#00000080!important}.theme-light .hover\:bg-gray-700:hover{background:#e2e8f0!important}.theme-light .hover\:bg-gray-800:hover{background:#f1f5f9!important}.theme-light .placeholder-gray-500::placeholder,.theme-light .placeholder-gray-600::placeholder{color:#94a3b8!important}.theme-light .custom-scrollbar::-webkit-scrollbar-thumb{background:#0000001f}.theme-light .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0003}.theme-light .text-blue-300{color:#60a5fa!important}.theme-light .text-blue-400{color:#3b82f6!important}.theme-light .bg-blue-500\/15{background:#3b82f61f!important}.theme-light .bg-blue-400\/10,.theme-light .bg-blue-400\/15,.theme-light .bg-blue-500\/10,.theme-light .bg-blue-500\/20{background:#3b82f61a!important}.theme-light .react-flow__controls-button{background-color:#fffffff2!important;border-color:#00000014!important;color:#475569!important}.theme-light .react-flow__controls-button:hover{background-color:#f1f5f9!important;color:#0f172a!important}.theme-light .border-blue-500\/30,.theme-light .border-blue-500\/20{border-color:#3b82f640!important}.theme-light .bg-gray-800\/50{background:#f8fafcf2!important}.theme-light .focus\:border-blue-500:focus,.theme-light .focus\:border-blue-500\/50:focus{border-color:#3b82f699!important}.theme-light .focus\:ring-blue-500\/20:focus{box-shadow:0 0 0 3px #3b82f626!important}.liquid-title{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted, rgba(255, 255, 255, .4))}.theme-light .liquid-title{color:#64748b}.theme-light .hover\:bg-white\/10:hover,.theme-light .hover\:bg-white\/5:hover{background:#0000000d!important}.theme-light .hover\:bg-white\/8:hover,.theme-light .hover\:bg-gray-500\/20:hover{background:#0000000f!important}.theme-light .hover\:text-white:hover{color:#0f172a!important}.theme-light .text-neutral-400,.theme-light .text-neutral-500{color:#64748b!important}.theme-light .border-white\/20,.theme-light .border-white\/10,.theme-light .border-white\/30{border-color:#0f172a1a!important}.theme-light .ring-white\/20,.theme-light .ring-white\/10{--tw-ring-color: rgba(15, 23, 42, .1) !important}.theme-light .shadow-lg{box-shadow:0 10px 15px -3px #0f172a14,0 4px 6px -2px #0f172a0a!important}.theme-light .shadow-2xl{box-shadow:0 25px 50px -12px #0f172a26!important}.theme-light .btn-secondary{background:#0000000a;border:1px solid rgba(0,0,0,.08)}.theme-light .btn-secondary:hover{background:#00000014;border-color:#0000001f}.theme-light .btn-nav{color:#64748b}.theme-light .btn-nav:hover{color:#0f172a;background:#0000000a}.theme-light .input-modern{background:#fff;border:1px solid rgba(15,23,42,.1);color:#0f172a}.theme-light .input-modern:focus{border-color:#3b82f680}.theme-light .input-modern::placeholder{color:#94a3b8}.gradient-text{background:linear-gradient(135deg,#3b82f6,#60a5fa,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.modern-card{position:relative;background:var(--color-surface);border-radius:1rem;box-shadow:var(--shadow-2xl);transition:transform .2s ease-out;overflow:hidden;cursor:pointer}.modern-card:hover{transform:translateY(-2px)}.btn-primary{background:#fff;color:#000;box-shadow:var(--shadow-white-glow);border-radius:.75rem;font-weight:500;transition:all .2s ease-out}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #ffffff26}.btn-primary:active{transform:translateY(0) scale(.98)}.btn-secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:9999px;transition:all .2s ease-out}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.btn-nav{padding:.5rem .75rem;border-radius:9999px;color:var(--color-secondary);transition:all .2s ease-out}.btn-nav:hover{color:#fff;background:#ffffff0d}.tag{padding:.375rem .75rem;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0009;color:#fff;border-radius:9999px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-lg)}.input-modern{width:100%;background:var(--color-surface);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem 1rem;color:#fff;transition:border-color .3s ease-out}.input-modern::placeholder{color:var(--color-neutral-600)}.input-modern:focus{outline:none;border-color:#ffffff4d}.animate-fast{transition-duration:.2s}.animate-normal{transition-duration:.3s}.animate-slow{transition-duration:.5s}.animate-slower{transition-duration:1.5s}.hover-scale:hover{transform:scale(1.1)}.hover-lift:hover{transform:translateY(-2px)}.icon-animate{transition:transform .2s ease-out}.group:hover .icon-animate{transform:translateY(-2px) translate(2px)}.perspective-1000{perspective:1000px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp 1s ease-out}.theme-light .bg-gradient-to-br{--tw-gradient-from: rgba(59, 130, 246, .05);--tw-gradient-to: rgba(59, 130, 246, .03)}.glow-effect{position:relative}.glow-effect:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(135deg,#3b82f6,#60a5fa,#fff);border-radius:inherit;opacity:0;filter:blur(12px);z-index:-1;transition:opacity .3s ease}.glow-effect:hover:after{opacity:.4}.glass-bg{background:#ffffff08;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.06)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .2s ease-out}.animate-slide-in{animation:slideIn .2s ease-out}.animate-scale-in{animation:scaleIn .15s ease-out}.animate-pulse-soft{animation:pulse-soft 2s ease-in-out infinite}.hover-lift{transition:transform .15s ease,box-shadow .15s ease}.hover-lift:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.hover-glow{transition:box-shadow .15s ease}.hover-glow:hover{box-shadow:0 0 12px #3b82f64d}.loading-shimmer{background:linear-gradient(90deg,#ffffff08,#ffffff14,#ffffff08);background-size:200% 100%;animation:shimmer 1.5s infinite}.focus-ring:focus{outline:none;box-shadow:0 0 0 2px #3b82f633}.disabled-state{opacity:.4;pointer-events:none;filter:grayscale(.3)}.react-flow__handle{transition:all .15s ease-out!important}.react-flow__handle:hover{transform:scale(1.4)!important;box-shadow:0 0 12px currentColor!important}.react-flow__handle.connecting{animation:pulse-glow .8s ease-in-out infinite!important}@keyframes pulse-glow{0%,to{box-shadow:0 0 8px currentColor;transform:scale(1.2)}50%{box-shadow:0 0 16px currentColor;transform:scale(1.5)}}.react-flow__handle.valid{background-color:#22c55e!important;box-shadow:0 0 16px #22c55e!important;transform:scale(1.5)!important}.react-flow__connection-line{stroke-width:3!important}.react-flow__edge{cursor:pointer}.react-flow__edge:hover .react-flow__edge-path{stroke-width:4!important;filter:drop-shadow(0 0 6px currentColor)}.react-flow__edge.selected .react-flow__edge-path{stroke-width:4!important;stroke:#f43f5e!important}.react-flow__node.selected{z-index:10!important}.react-flow__minimap,.react-flow__controls{border-radius:12px!important;overflow:hidden!important}.react-flow__controls-button{background-color:#1e1e28cc!important;border-color:#ffffff1a!important;color:#fffc!important;transition:all .15s ease!important}.react-flow__controls-button:hover{background-color:#3c3c50e6!important;color:#fff!important}.react-flow__controls-button svg{fill:currentColor!important}.react-flow__background{opacity:.8}.react-flow__node.dragging{cursor:grabbing!important;z-index:100!important}.react-flow__edgelabel-renderer button{opacity:0!important;transition:all .2s ease!important}.react-flow__edge:hover+.react-flow__edgelabel-renderer button,.react-flow__edgelabel-renderer:hover button{opacity:1!important}.react-flow__edge-path{transition:stroke-width .15s ease,stroke .15s ease!important}.react-flow__handle[data-handlepos=left]:before,.react-flow__handle[data-handlepos=right]:before{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:transparent;pointer-events:all}.react-flow__handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;pointer-events:all}
