:root{--background: #002e38;--foreground: #ffffff;--muted: #004651;--muted-foreground: #d5dbe5;--popover: #004651;--popover-foreground: #ffffff;--card: #004651;--card-foreground: #ffffff;--border: #1a6b78;--input: #002e38;--input-border: #1a6b78;--input-foreground: #ffffff;--primary: #00ffa4;--primary-foreground: #002e38;--secondary: #005c68;--secondary-foreground: #ffffff;--accent: #865fff;--accent-foreground: #ffffff;--destructive: #ffa96e;--destructive-foreground: #002e38;--ring: #00ffa4;--sidebar-background: #002e38;--sidebar-foreground: #ffffff;--sidebar-primary: #00ffa4;--sidebar-primary-foreground: #002e38;--sidebar-accent: #865fff;--sidebar-accent-foreground: #ffffff;--sidebar-border: #1a6b78;--sidebar-ring: #00ffa4;--dark-button-hover: #005c68;--radius: .5rem;--radius-sm: 8px;--shadow: 0 4px 12px rgba(0, 0, 0, .3);--convey-deep-teal-1: #002e38;--convey-deep-teal-2: #004651;--convey-deep-teal-3: #005c68;--convey-light-teal-1: #81c0c4;--convey-light-teal-2: #abd5d8;--convey-light-teal-3: #daeeeb;--convey-success: #00ffa4;--convey-warning: #ffa96e;--convey-info: #865fff;--convey-error: #ffa96e;--convey-bg: #002e38;--convey-surface: #004651;--convey-surface-hover: #005c68;--convey-surface-bright: #005c68;--convey-border: #1a6b78;--convey-text: #ffffff;--convey-text-secondary: #e2e8f0;--convey-text-muted: #d5dbe5;--convey-icon-overview: #7dd3c0;--convey-icon-integrations: #5bc0be;--convey-icon-journeys: #9d8df1;--convey-icon-compliance: #6fcf97;--convey-icon-live-journeys: #f2994a;--convey-icon-campaigns: #f2c94c;--convey-icon-analytics: #56ccf2;--convey-journey-service: #10b981;--convey-journey-usage: #14b8a6;--convey-journey-maintenance: #6366f1}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-family:Inter,Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--convey-text);background:var(--convey-bg)}body{font-family:Inter,Outfit,sans-serif;background:var(--convey-bg);color:var(--convey-text);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(0,255,164,.04) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(134,95,255,.05) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(0,255,164,.02) 0%,transparent 50%);pointer-events:none;z-index:0}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:0}#root{min-height:100vh}.app{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;border-bottom:1px solid var(--convey-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#002e38d9;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:14px}.logo-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon img{width:100%;height:100%;object-fit:contain}.header h1{font-size:18px;font-weight:700;letter-spacing:-.5px}.header h1 span{color:var(--primary)}.header-right{display:flex;align-items:center;gap:12px}.status-badge{display:flex;align-items:center;gap:8px;padding:6px 14px;background:#00ffa41a;border:1px solid rgba(0,255,164,.25);border-radius:20px;font-size:12px;font-weight:500;color:var(--convey-success)}.status-dot{width:7px;height:7px;background:var(--convey-success);border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #00ffa466}50%{opacity:.7;box-shadow:0 0 0 6px #00ffa400}}.config-gear-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#ffffff0f;border:1px solid var(--convey-border);border-radius:10px;color:var(--muted-foreground);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.config-gear-btn:hover{color:var(--primary);border-color:#00ffa44d;background:#00ffa414}.config-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.config-modal{background:var(--card);border:1px solid var(--convey-border);border-radius:14px;max-width:440px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 50px #0006}.config-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--convey-border)}.config-modal-header h2{margin:0;font-size:17px;font-weight:600;color:var(--foreground)}.config-modal-close{width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:8px;color:var(--muted-foreground);font-size:22px;line-height:1;cursor:pointer;transition:color .2s,background .2s}.config-modal-close:hover{color:var(--foreground);background:#ffffff14}.config-modal-body{padding:20px;overflow-y:auto}.config-modal-body h3{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--foreground)}.config-modal-desc{margin:0 0 16px;font-size:12px;color:var(--muted-foreground);line-height:1.45}.config-empty{margin:0;font-size:13px;color:var(--muted-foreground)}.config-actions{margin-bottom:12px}.config-delete-all-btn{padding:8px 14px;font-size:13px;font-weight:500;color:var(--convey-error, #ff6b6b);background:#ff6b6b1f;border:1px solid rgba(255,107,107,.3);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.config-delete-all-btn:hover{background:#ff6b6b33;border-color:#ff6b6b80}.config-session-list{list-style:none;margin:0;padding:0}.config-session-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#ffffff0a;border:1px solid var(--convey-border);border-radius:8px;margin-bottom:8px}.config-session-row:last-child{margin-bottom:0}.config-session-id{font-size:13px;font-family:JetBrains Mono,ui-monospace,monospace;color:var(--foreground)}.config-delete-one-btn{padding:5px 12px;font-size:12px;font-weight:500;color:var(--muted-foreground);background:transparent;border:1px solid var(--convey-border);border-radius:6px;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.config-delete-one-btn:hover{color:var(--convey-error, #ff6b6b);border-color:#ff6b6b66;background:#ff6b6b14}.webhook-url-badge{display:flex;align-items:center;gap:8px;padding:6px 14px;background:var(--card);border:1px solid var(--convey-border);border-radius:20px;font-size:11px;font-family:JetBrains Mono,monospace;color:var(--muted-foreground);cursor:pointer;transition:all .2s}.webhook-url-badge:hover{border-color:var(--accent);color:var(--accent)}.main-layout{display:grid;grid-template-columns:380px 1fr;height:calc(100vh - 65px);min-height:0}@media (max-width: 1024px){.main-layout{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 65px)}.chat-panel{max-height:50vh}}.chat-panel{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--convey-border);background:#00465166}.phone-config{padding:16px 20px;border-bottom:1px solid var(--convey-border);display:flex;flex-direction:column;gap:10px}.phone-config label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--muted-foreground)}.phone-input-row{display:flex;gap:8px}.phone-input{flex:1;padding:10px 14px;background:var(--input);border:1.5px solid var(--input-border);border-radius:10px;color:var(--foreground);font-family:JetBrains Mono,monospace;font-size:14px;outline:none;transition:border-color .2s}.phone-input::placeholder{color:var(--muted-foreground)}.phone-input:focus{border-color:var(--convey-success);box-shadow:0 0 0 3px #00ffa426}.shortcode-input{width:90px;text-align:center}.chat-messages{flex:1;min-height:0;max-height:100%;overflow-x:hidden;overflow-y:scroll;padding:20px;display:flex;flex-direction:column;gap:8px;scroll-behavior:smooth;scrollbar-width:auto;scrollbar-color:var(--convey-border) rgba(0,0,0,.25)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--convey-bg)}::-webkit-scrollbar-thumb{background:var(--convey-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--convey-surface-bright)}::-webkit-scrollbar-corner{background:transparent}.chat-messages::-webkit-scrollbar{width:12px}.chat-messages::-webkit-scrollbar-track{background:#00000040;border-radius:6px;margin:4px 2px}.chat-messages::-webkit-scrollbar-thumb{background:var(--convey-border);border-radius:6px;min-height:40px}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--convey-text-muted)}.chat-messages::-webkit-scrollbar-thumb:active{background:var(--convey-success)}.chat-messages::-webkit-scrollbar-corner{background:transparent}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted-foreground)}.chat-empty-icon{width:56px;height:56px;border-radius:16px;background:var(--card);border:1px solid var(--convey-border);display:flex;align-items:center;justify-content:center;font-size:24px}.chat-empty p{font-size:13px;text-align:center;line-height:1.5}.msg{max-width:85%;padding:10px 16px;border-radius:16px;font-size:14px;line-height:1.5;animation:msgIn .3s cubic-bezier(.22,1,.36,1);position:relative}@keyframes msgIn{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.msg-outgoing{align-self:flex-end;background:var(--primary);color:var(--primary-foreground);border-bottom-right-radius:4px;font-weight:500}.msg-incoming{align-self:flex-start;background:var(--card);color:var(--card-foreground);border:1px solid var(--convey-border);border-bottom-left-radius:4px}.msg-system{align-self:center;background:transparent;color:var(--muted-foreground);font-size:11px;padding:4px 12px;font-family:JetBrains Mono,monospace;border:1px dashed var(--convey-border);border-radius:8px}.msg-time{font-size:10px;opacity:.6;margin-top:4px;font-family:JetBrains Mono,monospace}.msg-outgoing .msg-time{color:var(--primary-foreground)}.chat-input-area{padding:16px 20px;border-top:1px solid var(--convey-border);display:flex;gap:8px}.chat-text-input{flex:1;padding:12px 16px;background:var(--input);border:1.5px solid var(--input-border);border-radius:12px;color:var(--foreground);font-family:Outfit,sans-serif;font-size:14px;outline:none;transition:all .2s}.chat-text-input::placeholder{color:var(--muted-foreground)}.chat-text-input:focus{border-color:var(--convey-success);box-shadow:0 0 0 3px #00ffa426}.send-btn{padding:12px 20px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:12px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;position:relative}.send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #00ffa459}.send-btn:active{transform:translateY(0)}.send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.send-btn .spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.2);border-top-color:var(--primary-foreground);border-radius:50%;animation:spin .6s linear infinite;display:none}.send-btn.loading .spinner{display:block}.send-btn.loading .send-icon{display:none}@keyframes spin{to{transform:rotate(360deg)}}.analytics-panel{display:flex;flex-direction:column;overflow-y:auto;background:var(--background)}.analytics-panel::-webkit-scrollbar{width:6px}.analytics-panel::-webkit-scrollbar-track{background:var(--convey-bg)}.analytics-panel::-webkit-scrollbar-thumb{background:var(--convey-border);border-radius:3px}.analytics-header{padding:20px 28px 12px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.analytics-header h2{font-size:16px;font-weight:700;letter-spacing:-.3px}.analytics-tabs{display:flex;gap:4px;background:var(--card);padding:3px;border-radius:10px;border:1px solid var(--convey-border)}.analytics-tab{padding:6px 16px;background:transparent;border:none;border-radius:8px;color:var(--muted-foreground);font-family:Outfit,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.analytics-tab.active{background:var(--primary);color:var(--primary-foreground)}.analytics-tab:hover:not(.active){color:var(--foreground)}.stats-grid{display:grid;gap:12px;padding:12px 28px}.stats-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.stats-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.stats-grid-4{grid-template-columns:1fr}}.stat-card{background:var(--card);border:1px solid var(--convey-border);border-radius:14px;padding:16px 18px;transition:all .3s;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--convey-success);opacity:0;transition:opacity .3s}.stat-card:hover:before{opacity:1}.stat-card:hover{border-color:#00ffa440}.stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--muted-foreground);margin-bottom:8px}.stat-value{font-size:28px;font-weight:800;letter-spacing:-1px;color:var(--foreground);font-family:JetBrains Mono,monospace}.stat-value.green{color:var(--convey-success)}.stat-value.blue{color:var(--convey-info)}.stat-value.red{color:var(--convey-error)}.stat-delta{display:inline-flex;align-items:center;gap:3px;margin-top:6px;font-size:11px;font-weight:500;padding:2px 8px;border-radius:6px}.stat-delta.up{background:#00ffa41f;color:var(--convey-success)}.stat-delta.down{background:#ffa96e26;color:var(--convey-error)}.charts-area{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 28px 12px}@media (max-width: 900px){.charts-area{grid-template-columns:1fr}}.chart-card{background:var(--card);border:1px solid var(--convey-border);border-radius:14px;padding:20px}.chart-card.full-width{grid-column:1 / -1}.chart-title{font-size:13px;font-weight:600;color:var(--muted-foreground);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.timeline-chart{position:relative;height:160px;display:flex;align-items:flex-end;gap:2px;padding:10px 0}.timeline-bar{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:1px;height:100%}.timeline-bar-out{background:var(--primary);border-radius:2px 2px 0 0;opacity:.6;transition:all .3s}.timeline-bar-in{background:var(--accent);border-radius:0 0 2px 2px;opacity:.6;transition:all .3s}.timeline-bar:hover .timeline-bar-out,.timeline-bar:hover .timeline-bar-in{opacity:1}.donut-container{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.donut-svg{width:120px;height:120px;transform:rotate(-90deg)}.donut-legend{display:flex;flex-direction:column;gap:10px}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px}.legend-dot{width:10px;height:10px;border-radius:3px}.legend-val{font-family:JetBrains Mono,monospace;font-weight:600;margin-left:auto;padding-left:16px}.bar-chart{display:flex;align-items:flex-end;gap:4px;height:160px;padding-top:10px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end}.bar{width:100%;max-width:32px;background:var(--primary);border-radius:4px 4px 0 0;min-height:4px;transition:height .5s cubic-bezier(.22,1,.36,1);opacity:.7}.bar:hover{opacity:1}.bar-label{font-size:9px;color:var(--muted-foreground);font-family:JetBrains Mono,monospace}.log-section{padding:0 28px 28px}.log-card{background:var(--card);border:1px solid var(--convey-border);border-radius:14px;overflow:hidden}.log-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--convey-border)}.log-header h3{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--muted-foreground)}.log-count{font-size:11px;padding:3px 10px;background:#00ffa41f;color:var(--convey-success);border-radius:12px;font-weight:600;font-family:JetBrains Mono,monospace}.log-entries{max-height:300px;overflow-y:auto}.log-entries::-webkit-scrollbar{width:6px}.log-entries::-webkit-scrollbar-track{background:#00000026;border-radius:4px}.log-entries::-webkit-scrollbar-thumb{background:var(--convey-border);border-radius:4px}.log-entries::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.log-entry{display:grid;grid-template-columns:100px 70px 1fr 140px;gap:12px;padding:12px 20px;border-bottom:1px solid rgba(61,62,71,.3);align-items:center;font-size:12px;transition:background .15s;animation:logSlide .3s ease}@keyframes logSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.log-entry:hover{background:#00ffa40a}.log-timestamp{font-family:JetBrains Mono,monospace;color:var(--muted-foreground);font-size:11px}.log-direction{display:inline-flex;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.log-direction.outbound{background:#00ffa426;color:var(--convey-success)}.log-direction.inbound{background:#865fff26;color:var(--convey-info)}.log-body{color:var(--card-foreground);white-space:pre-line}.log-phone{font-family:JetBrains Mono,monospace;color:var(--muted-foreground);font-size:11px;text-align:right}.log-empty{padding:40px 20px;text-align:center;color:var(--muted-foreground);font-size:13px}.webhook-log-section{padding:0 28px 28px}.webhook-entry{padding:10px 16px;border-bottom:1px solid rgba(61,62,71,.3);font-family:JetBrains Mono,monospace;font-size:13px;color:var(--muted-foreground);animation:logSlide .3s ease;word-break:break-all}.webhook-entry .method{color:var(--primary);font-weight:600;margin-right:8px}.webhook-entry .time{color:var(--secondary);margin-right:8px}.webhook-entry .webhook-direction{font-weight:600;margin-right:10px}.webhook-entry .webhook-direction.outbound{color:var(--convey-success)}.webhook-entry .webhook-direction.inbound{color:var(--convey-info)}.webhook-entry .webhook-payload{margin:8px 0 0;padding:8px;background:#0003;border-radius:6px;overflow-x:auto;white-space:pre-wrap;font-size:13px}.webhook-entry-outbound{border-left:3px solid var(--convey-success)}.webhook-entry-inbound{border-left:3px solid var(--convey-info)}.webhook-url-badge-dlr{background:#b4782840;border-color:#dca05080}.webhook-url-badge-dlr:hover{background:#b4782866;border-color:#dca050b3}.webhook-entry-dlr{border-left:3px solid rgba(220,160,80,.9)}.webhook-entry .webhook-direction.dlr{color:#dca050f2}.log-card-dlr{margin-top:20px}.log-card-dlr .log-header h3{color:#dca050f2}.webhook-entry-external-tools{border-left:3px solid rgba(140,100,200,.9)}.webhook-entry .webhook-direction.external-tools{color:#a078dcf2}.log-card-external-tools{margin-top:20px}.log-card-external-tools .log-header h3{color:#a078dcf2}.config-log-visibility{margin-bottom:24px}.config-toggle-row{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--foreground);margin-bottom:10px}.config-toggle-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--convey-success);cursor:pointer}.infra-wrap{display:flex;flex-direction:column;height:100%;min-height:0;padding:0 12px 12px}.infra-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:10px 16px;background:var(--convey-surface);border:1px solid var(--convey-border);border-radius:10px;margin-bottom:12px;flex-shrink:0}.infra-view-controls{display:flex;align-items:center;gap:8px}.infra-zoom-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--convey-deep-teal-2);border:1px solid var(--convey-border);border-radius:8px;color:var(--convey-text);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.infra-zoom-btn:hover{background:var(--convey-surface-hover);border-color:var(--convey-light-teal-1)}.infra-zoom-label{font-size:11px;font-family:JetBrains Mono,monospace;color:var(--convey-text-muted);min-width:2.5rem}.infra-legend{display:flex;gap:14px;font-size:11px;color:var(--muted-foreground)}.infra-legend-item{display:flex;align-items:center;gap:5px}.infra-legend-dot{width:6px;height:6px;border-radius:50%}.infra-send-btn{background:var(--accent);color:#fff;border:none;padding:7px 18px;border-radius:8px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:6px}.infra-send-btn:hover:not(:disabled){filter:brightness(1.1)}.infra-send-btn:disabled{opacity:.35;cursor:not-allowed}.infra-canvas{position:relative;flex:1;min-height:660px;display:flex;justify-content:center;align-items:flex-start;background:var(--convey-deep-teal-1);border-radius:12px;border:1px solid var(--convey-border);overflow:hidden}.infra-canvas:not(:active){cursor:grab}.infra-canvas.infra-panning{cursor:grabbing}.infra-canvas-viewport{position:absolute;left:0;top:0;transform-origin:0 0;pointer-events:none}.infra-canvas-viewport>*{pointer-events:auto}.infra-canvas-inner{position:relative;width:1280px;min-height:660px;background-image:radial-gradient(circle,#2a2a30 1px,transparent 1px);background-size:20px 20px;flex-shrink:0}.infra-zone{position:absolute;border-radius:12px;border:1.5px dashed;z-index:0}.infra-zone-short{border-color:#ff646480;background:#ff323208}.infra-zone-long{border-color:#00b4dc66;background:#00b4dc08}.infra-zone-session{border:1.5px dashed rgba(85,85,85,.6);background:#ffffff05}.infra-zone-label{position:absolute;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:var(--convey-deep-teal-1);top:6px;left:8px}.infra-zone-label-short{color:#ff6464e6}.infra-zone-label-long{color:#00b4dce6}.infra-zone-label-session{color:#888}.infra-zone-label-right{left:auto;right:8px}.infra-zone-label-above{top:-10px;left:8px}.infra-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.infra-node{position:absolute;z-index:10;background:var(--convey-surface);border:1.5px solid var(--convey-border);border-radius:12px;box-shadow:0 2px 10px #00000040;display:flex;align-items:center;gap:12px;padding:10px 14px;min-width:140px;cursor:default;-webkit-user-select:none;user-select:none;transition:transform .15s,filter .3s,border-color .3s,box-shadow .3s;filter:brightness(.7)}.infra-node.infra-node-dragging{z-index:200;box-shadow:0 6px 20px #00000059;transition:none}.infra-node.infra-node-dragging:hover{transform:none}.infra-node:hover{transform:scale(1.02);z-index:100;border-color:var(--convey-surface-bright);box-shadow:0 4px 16px #0000004d}.infra-node.lit{filter:brightness(1);border-color:#fff3;box-shadow:0 2px 16px #00000059,0 0 20px #00ffa41f}@keyframes infraPulse{0%{box-shadow:0 2px 8px #0006,0 0 #00ffa459}70%{box-shadow:0 2px 8px #0006,0 0 0 10px #00ffa400}to{box-shadow:0 2px 8px #0006}}.infra-node.pulse{animation:infraPulse .6s ease-out}.infra-node.waiting{animation:infraWaiting 1.5s ease-in-out infinite}@keyframes infraWaiting{0%,to{box-shadow:0 2px 8px #0006,0 0 #00ffa440}50%{box-shadow:0 2px 12px #0006,0 0 0 6px #00ffa41a}}.infra-n8n-spinner{width:22px;height:22px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:infraN8nSpin .7s linear infinite}.infra-node-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:infraN8nSpin .7s linear infinite}@keyframes infraN8nSpin{to{transform:rotate(360deg)}}.infra-node-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.infra-node-icon svg{flex-shrink:0}.infra-node-icon-logo .infra-node-logo-img{width:22px;height:22px;object-fit:contain;display:block}.infra-node-icon-dark{color:#1a1a1a}.infra-node-info{display:flex;flex-direction:column;min-width:0;gap:2px}.infra-node-name{font-size:13px;font-weight:600;color:var(--convey-text);white-space:nowrap;line-height:1.2}.infra-node-sub{font-size:11px;color:var(--convey-text-muted);white-space:nowrap;line-height:1.2}.infra-particle{position:absolute;width:8px;height:8px;border-radius:50%;z-index:50;pointer-events:none}.infra-particle:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;top:-4px;left:-4px;background:inherit;opacity:.3;filter:blur(4px)}.infra-particle.p-mo{background:var(--convey-success)}.infra-particle.p-dlr{background:var(--convey-info)}.infra-particle.p-mt{background:var(--convey-warning)}.infra-particle.p-http{background:var(--convey-light-teal-1)}.infra-particle.p-quick{background:var(--convey-icon-campaigns)}.infra-status-label{position:absolute;font-size:10px;color:#999;padding:3px 8px;background:#1b1b1ff2;border-radius:4px;border:1px solid #333;z-index:60;left:50%;top:80px;transform:translate(-50%);opacity:0;transition:all .3s;pointer-events:none;white-space:nowrap;font-weight:500}.infra-status-label.show{opacity:1}.toast{position:fixed;bottom:24px;right:24px;padding:12px 20px;background:var(--card);border:1px solid var(--convey-border);border-radius:12px;font-size:13px;color:var(--card-foreground);box-shadow:0 8px 32px #0006;z-index:1000;animation:toastIn .4s cubic-bezier(.22,1,.36,1);display:flex;align-items:center;gap:8px}.toast.error{border-color:var(--convey-error)}.toast.success{border-color:var(--convey-success)}@keyframes toastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes flowDot{0%{left:80px;box-shadow:0 0 0 4px var(--convey-deep-teal-3),0 0 20px var(--convey-deep-teal-3)}25%{box-shadow:0 0 0 4px var(--convey-info),0 0 20px var(--convey-info)}50%{box-shadow:0 0 0 4px var(--convey-success),0 0 20px var(--convey-success)}75%{box-shadow:0 0 0 4px var(--convey-warning),0 0 20px var(--convey-warning)}to{left:calc(100% - 94px);box-shadow:0 0 0 4px var(--convey-light-teal-1),0 0 20px var(--convey-light-teal-1)}}.animate-flow-dot{animation:flowDot 4s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.animate-blink{animation:blink 1s infinite}@keyframes fadeIn{0%{opacity:0;background:#865fff1a}to{opacity:1;background:transparent}}.animate-fade-in{animation:fadeIn .3s ease}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-pulse-scale{animation:pulse-scale 2s infinite}@keyframes iconGlow{0%,to{opacity:1}50%{opacity:.65}}.animate-icon-glow{animation:iconGlow 2.5s ease-in-out infinite}.glow-success{box-shadow:0 0 8px #00ffa499}.glow-warning{box-shadow:0 0 8px #ffa96e99}.glow-info{box-shadow:0 0 8px #865fff99}.transition-smooth{transition:all .2s cubic-bezier(.4,0,.2,1)}
