:root{--font-primary:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-main:#0b0f19;--bg-panel:#161d31b3;--bg-panel-hover:#1a233acc;--border-color:#ffffff14;--border-focus:#6366f180;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--color-success:#10b981;--color-success-bg:#10b9811a;--color-success-border:#10b98133;--color-danger:#ef4444;--color-danger-bg:#ef44441a;--color-danger-border:#ef444433;--color-warning:#f59e0b;--color-warning-bg:#f59e0b1a;--color-warning-border:#f59e0b33;--color-info:#3b82f6;--color-info-bg:#3b82f626;--glass-blur:16px;--panel-shadow:0 10px 30px -10px #00000080;--transition-fast:all .2s cubic-bezier(.4, 0, .2, 1);--transition-normal:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;color:var(--text-primary);background-color:var(--bg-main);font-family:var(--font-primary);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at 0 0,#6366f11a 0,#0000 50%),radial-gradient(at 100% 0,#3b82f614 0,#0000 50%),radial-gradient(at 50% 100%,#10b9810d 0,#0000 50%);background-attachment:fixed;margin:0;font-size:15px;line-height:1.5}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-primary);letter-spacing:-.02em;font-weight:700}h1{font-size:2rem;line-height:1.2}h2{font-size:1.25rem;font-weight:600}:root{--neon-indigo:#6366f1;--neon-blue:#3b82f6;--neon-cyan:#06b6d4;--neon-emerald:#10b981;--neon-amber:#f59e0b;--neon-rose:#f43f5e;--panel-border-glow:#6366f126;--panel-bg:#0d121ebf;--panel-bg-hover:#121929d9;--shadow-premium:0 20px 40px -15px #000000b3;--shadow-neon-glow:0 0 25px -5px #6366f140}.dashboard{z-index:1;flex-direction:column;gap:20px;max-width:1400px;margin:0 auto;padding:24px 20px;display:flex;position:relative}body:before{content:"";z-index:-1;pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#6366f11f 0%,#0000 70%);width:400px;height:400px;animation:12s ease-in-out infinite alternate float-glow-left;position:fixed;top:10%;left:10%}body:after{content:"";z-index:-1;pointer-events:none;filter:blur(50px);background:radial-gradient(circle,#06b6d414 0%,#0000 70%);width:500px;height:500px;animation:16s ease-in-out infinite alternate float-glow-right;position:fixed;bottom:10%;right:10%}@keyframes float-glow-left{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.1)}}@keyframes float-glow-right{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,-40px)scale(1.15)}}.topbar{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:20px;padding-bottom:24px;display:flex}.eyebrow{color:var(--text-secondary);letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(90deg, var(--neon-cyan), var(--neon-indigo));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:6px;font-size:.8rem;font-weight:700}.topbar h1{background:linear-gradient(135deg,#fff 40%,#a5b4fc 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;font-size:2.5rem;font-weight:800}.dashboard-grid-two-col{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;display:grid}.dashboard-column{flex-direction:column;gap:20px;display:flex}.panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-premium);border:1px solid #ffffff0f;border-top-color:#ffffff1a;border-radius:16px;flex-direction:column;padding:20px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.panel:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);height:100%;position:absolute;top:0;left:0;right:0}.panel:hover{background:var(--panel-bg-hover);box-shadow:var(--shadow-premium), var(--shadow-neon-glow);border-color:#6366f140;transform:translateY(-4px)}.full{grid-column:1/-1}.panel-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:10px;display:flex}.panel-header h2{color:#fff;letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;display:flex}.banner{color:#fda4af;background:#f43f5e14;border:1px solid #f43f5e40;border-radius:14px;align-items:center;gap:14px;padding:18px 24px;font-weight:500;animation:3s ease-in-out infinite border-glow-rose;display:flex;box-shadow:0 8px 20px #f43f5e26}@keyframes border-glow-rose{0%,to{border-color:#f43f5e40;box-shadow:0 8px 20px #f43f5e1a}50%{border-color:#f43f5e80;box-shadow:0 8px 25px #f43f5e33}}.segmented{background:#00000059;border:1px solid #ffffff0d;border-radius:12px;grid-template-columns:repeat(2,1fr);margin-bottom:14px;padding:4px;display:grid}.segmented button{color:var(--text-secondary);background:0 0;border:none;border-radius:9px;min-height:38px;padding:6px 16px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.segmented button:hover{color:#fff;background:#ffffff0a}.segmented .active{background:linear-gradient(135deg, var(--neon-indigo) 0%, var(--neon-blue) 100%);box-shadow:0 4px 15px #4f46e566;color:#fff!important}button,.primary-button,.ghost-button,.link-button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}button:after{content:"";pointer-events:none;background:linear-gradient(#ffffff14 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}button:hover:not(:disabled),.primary-button:hover:not(:disabled),.ghost-button:hover,.link-button:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1.5px);box-shadow:0 5px 15px #0003}button:active:not(:disabled),.primary-button:active:not(:disabled){transform:translateY(.5px);box-shadow:0 2px 5px #0003}button:disabled{opacity:.35;cursor:not-allowed;box-shadow:none!important;transform:none!important}.primary-button{background:linear-gradient(135deg, var(--neon-indigo) 0%, var(--neon-blue) 100%);border:none;width:100%;box-shadow:0 4px 15px #4f46e54d}.primary-button:hover:not(:disabled){background:linear-gradient(135deg,#5850ec 0%,#4f8cf9 100%);box-shadow:0 8px 25px #4f46e573}.ghost-button{background:0 0;border-color:#ffffff14}.ghost-button:hover{background:#ffffff0a;border-color:#ffffff26}.reconnect-note{color:#fbd38d;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:10px;flex-direction:column;gap:4px;margin-top:14px;padding:10px 14px;font-size:.85rem;animation:2.5s ease-in-out infinite border-glow-warning;display:flex;box-shadow:0 4px 12px #f59e0b14}@keyframes border-glow-warning{0%,to{border-color:#f59e0b33}50%{border-color:#f59e0b73}}.reconnect-note strong{color:var(--neon-amber);font-weight:700}.reconnect-note span{color:var(--text-secondary);font-size:.8rem}.facts{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin-top:12px;display:grid}.facts.compact{grid-template-columns:repeat(3,1fr)}.facts div{background:#00000040;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;justify-content:space-between;min-height:82px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.facts div:hover{background:#00000059;border-color:#6366f133;transform:translateY(-1px)}dt{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}dd{color:#fff;margin:0;font-size:1.15rem;font-weight:800}.hint{color:var(--text-muted);word-break:break-all;margin-top:10px;font-size:.78rem}.health-row{align-items:center;gap:8px;display:flex}.health-dot{border-radius:50%;width:8px;height:8px;display:inline-block;position:relative}.dot-success{background-color:var(--neon-emerald);box-shadow:0 0 10px var(--neon-emerald);animation:2s ease-in-out infinite pulse-success}.dot-warning{background-color:var(--neon-amber);box-shadow:0 0 10px var(--neon-amber);animation:2s ease-in-out infinite pulse-warning}.dot-danger{background-color:var(--neon-rose);box-shadow:0 0 10px var(--neon-rose);animation:1s ease-in-out infinite pulse-danger}@keyframes pulse-success{0%,to{box-shadow:0 0 8px var(--neon-emerald);transform:scale(1)}50%{box-shadow:0 0 14px var(--neon-emerald);transform:scale(1.15)}}@keyframes pulse-warning{0%,to{box-shadow:0 0 8px var(--neon-amber);transform:scale(1)}50%{box-shadow:0 0 14px var(--neon-amber);transform:scale(1.15)}}@keyframes pulse-danger{0%,to{box-shadow:0 0 8px var(--neon-rose);transform:scale(1)}50%{box-shadow:0 0 18px var(--neon-rose);transform:scale(1.2)}}.health-text{font-size:.95rem;font-weight:700}.text-success{color:#34d399!important}.text-warning{color:#fbbf24!important}.text-danger{color:#f87171!important}.text-info{color:#22d3ee!important}.error-text-highlight{color:#f43f5e;background:#f43f5e1f;border:1px solid #f43f5e33;border-radius:6px;padding:2px 6px;font-size:.8rem;font-weight:700}.progress-track{background:#ffffff0d;border-radius:99px;width:100%;height:5px;margin-top:8px;overflow:hidden}.progress-fill{border-radius:99px;height:100%;transition:width .8s cubic-bezier(.2,.8,.2,1);animation:1.2s linear infinite progress-bar-stripes}@keyframes progress-bar-stripes{0%{background-position:1rem 0,0 0}to{background-position:0 0,0 0}}.progress-fill-success{background:linear-gradient(45deg,#ffffff1f 25%,#0000 25% 50%,#ffffff1f 50% 75%,#0000 75%,#0000) 0 0/1rem 1rem,linear-gradient(90deg,#10b981,#059669);box-shadow:0 0 8px #10b9814d}.progress-fill-warning{background:linear-gradient(45deg,#ffffff1f 25%,#0000 25% 50%,#ffffff1f 50% 75%,#0000 75%,#0000) 0 0/1rem 1rem,linear-gradient(90deg,#f59e0b,#d97706);box-shadow:0 0 8px #f59e0b4d}.progress-fill-danger{background:linear-gradient(45deg,#ffffff1f 25%,#0000 25% 50%,#ffffff1f 50% 75%,#0000 75%,#0000) 0 0/1rem 1rem,linear-gradient(90deg,#f43f5e,#e11d48);box-shadow:0 0 8px #f43f5e4d}.status-stack{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.connection-controls{align-items:center;gap:12px;margin-bottom:12px;display:flex}.connection-controls .segmented{flex:1.2;margin-bottom:0}.connection-controls .connect-btn{flex:1;width:auto}.facts-vertical{flex-direction:column;gap:8px;margin-top:12px;margin-bottom:0;display:flex}.facts-vertical div{background:#0003;border:1px solid #ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;min-height:46px;padding:8px 12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.facts-vertical div:hover{background:#0000004d;border-color:#6366f140;transform:translate(2px)}.facts-vertical dt{margin-bottom:0;font-size:.72rem}.facts-vertical dd{align-items:center;margin:0;font-size:.95rem;font-weight:700;display:flex}.status-section{flex-direction:column;gap:8px;display:flex}.status-section h3{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;border-left:2px solid var(--neon-indigo);margin:0;padding-left:8px;font-size:.78rem;font-weight:700}.action-rows{flex-direction:column;gap:12px;display:flex}.action-row-group{background:#00000026;border:1px solid #ffffff08;border-radius:12px;align-items:flex-end;gap:12px;padding:12px;transition:all .25s;display:flex}.action-row-group:hover{background:#00000040;border-color:#6366f140}.action-row-group .input-col{flex-direction:column;flex:1;gap:6px;display:flex}.action-row-group .input-col.flex-2{flex:2}.action-row-group .input-col.flex-1{flex:1}.action-row-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.action-row-group input{width:100%}.action-button-main{white-space:nowrap;min-height:44px;padding:0 16px;color:#a5b4fc!important;background:#6366f114!important;border-color:#6366f133!important}.action-button-main:hover{background:#6366f126!important;border-color:#6366f166!important}.action-row-group.single-btn{background:0 0;border:none;padding:0}.print-receipt-btn{min-height:44px;font-size:.9rem}.reprint-btn{width:100%;margin-top:12px;color:#a7f3d0!important;background:#10b98114!important;border-color:#10b98133!important}.reprint-btn:hover:not(:disabled){background:#10b98126!important;border-color:#10b98166!important}input{color:#fff;background:#0000004d;border:1px solid #ffffff14;border-radius:10px;outline:none;min-height:44px;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:all .2s cubic-bezier(.16,1,.3,1)}input:focus{border-color:var(--neon-indigo);background:#00000073;box-shadow:0 0 0 3px #6366f140}.button-stack{flex-direction:column;gap:12px;display:flex}.button-stack button{background:#ffffff05;border-color:#ffffff0d;justify-content:flex-start}.button-stack button:hover{background:#ffffff0f}.button-stack button:first-child:hover,.button-stack button:nth-child(2):hover,.button-stack button:nth-child(3):hover{color:#fda4af;border-color:#f43f5e4d}.button-stack button:nth-child(4):hover{color:#a7f3d0;border-color:#10b9814d}.button-stack button:nth-child(5):hover{color:#fde68a;border-color:#f59e0b4d}.status-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:99px;justify-content:center;align-items:center;padding:4px 12px;font-size:.72rem;font-weight:800;display:inline-flex}.status-connected,.status-ready,.status-success{color:var(--neon-emerald);background:#10b9811a;border:1px solid #10b98140;box-shadow:0 0 10px #10b9810d}.status-failed,.status-error,.status-disconnected{color:var(--neon-rose);background:#f43f5e1a;border:1px solid #f43f5e40;box-shadow:0 0 10px #f43f5e0d}.status-reconnecting,.status-loading,.status-queued,.status-printing{color:var(--neon-amber);background:#f59e0b1a;border:1px solid #f59e0b40;box-shadow:0 0 10px #f59e0b0d}.log-list{flex-direction:column;gap:12px;max-height:380px;padding-right:6px;display:flex;overflow-y:auto}.log-row{background:#0003;border:1px solid #ffffff0a;border-radius:12px;grid-template-columns:80px 140px 110px 1fr;align-items:center;gap:16px;padding:14px 20px;font-size:.9rem;transition:all .2s;display:grid}.log-row:hover{background:#0000004d;border-color:#ffffff14;transform:translate(2px)}.log-row-error{background:#f43f5e08;border-color:#f43f5e1a}.log-row-error:hover{background:#f43f5e0d;border-color:#f43f5e33}.log-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.log-row strong{color:#fff;font-weight:700}.log-pill{text-transform:uppercase;color:var(--neon-emerald);background:#10b9811a;border-radius:99px;justify-content:center;align-items:center;width:fit-content;padding:3px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.log-pill-error{color:var(--neon-rose);background:#f43f5e1a}.empty-state{color:var(--text-muted);text-align:center;background:#00000026;border:1px dashed #ffffff14;border-radius:12px;justify-content:center;align-items:center;padding:40px;font-weight:600;display:flex}.log-list::-webkit-scrollbar{width:6px}.log-list::-webkit-scrollbar-track{background:0 0}.log-list::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:99px}.log-list::-webkit-scrollbar-thumb:hover{background:#ffffff26}@media (width<=1024px){.dashboard-grid-two-col,.status-stack{grid-template-columns:1fr}}@media (width<=768px){.topbar{flex-direction:column;align-items:flex-start;gap:16px}.log-row{grid-template-columns:1fr 1fr;gap:10px}}.step-badge{background:linear-gradient(135deg, var(--neon-cyan), var(--neon-indigo));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:8px;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:0 0 10px #06b6d466}.print-actions-split{grid-template-columns:1.2fr .8fr;align-items:start;gap:24px;display:grid}@media (width<=900px){.print-actions-split{grid-template-columns:1fr}}.ticket-preview-container{background:#0003;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.ticket-preview-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.ticket-preview-header span{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.72rem;font-weight:700}.ticket-paper{color:#1a1a1a;background:#fbfbf6;border-top:1px solid #1a1a1a14;border-bottom:1px solid #1a1a1a29;border-radius:2px;flex-direction:column;justify-content:flex-start;width:min(100%,330px);min-height:560px;margin:0 auto;padding:24px 20px 30px;font-family:Arial,Helvetica,sans-serif;font-size:.82rem;line-height:1.4;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 34px #0000007a,inset 0 0 40px #0000000d}.ticket-paper:before{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#00000005 0 1px,#0000 1px 11px),linear-gradient(#ffffff80,#0000 38%,#00000009);position:absolute;inset:0}.ticket-paper:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 49%,#0000002e 50%,#0000 51%);width:100%;height:8px;position:absolute;bottom:0;left:0}.ticket-content{white-space:pre-wrap;word-break:break-all;flex-grow:1}.ticket-header-area{text-align:center;margin-bottom:12px;font-size:.85rem;font-weight:700}.ticket-divider{border-top:1px dashed #666;margin:10px 0}.ticket-footer-area{text-align:center;color:#555;margin-top:12px;font-size:.72rem}.receipt-preview{z-index:1;color:#242424;text-align:center;flex-direction:column;align-items:stretch;font-family:Arial,Helvetica,sans-serif;display:flex;position:relative}.receipt-logo-row{justify-content:center;margin:4px 0 18px;display:flex}.receipt-logo{filter:grayscale()contrast(1.65);mix-blend-mode:multiply;width:235px;max-width:88%;height:auto}.receipt-machine{letter-spacing:0;margin-bottom:4px;font-size:1.28rem;font-weight:800;line-height:1.15}.receipt-date{letter-spacing:0;margin-bottom:12px;font-size:1.22rem;font-weight:800;line-height:1.2}.receipt-reward-name{margin-bottom:10px;font-size:1rem;line-height:1.2}.receipt-message{overflow-wrap:anywhere;border-top:1px solid #14141473;border-bottom:1px solid #14141473;max-width:86%;margin:0 auto 12px;padding:4px 2px;font-size:.82rem;font-weight:700;line-height:1.15}.receipt-image-block{background:#fff;border:1px solid #14141438;justify-content:center;width:78%;max-height:92px;margin:0 auto 14px;padding:4px;display:flex;overflow:hidden}.receipt-user-image{object-fit:contain;filter:grayscale()contrast(1.4);mix-blend-mode:multiply;max-width:100%;max-height:84px;display:block}.receipt-total{letter-spacing:0;margin-bottom:22px;font-size:1.78rem;font-weight:900;line-height:1.05}.mock-qr-code{background:#fff;border:4px solid #000;width:110px;height:110px;margin:12px auto;padding:4px;position:relative;box-shadow:0 2px 5px #00000026}.receipt-qr-code{width:205px;height:205px;box-shadow:none;background:#fff;border:0;margin:20px auto 4px;padding:6px;position:relative}.receipt-qr-matrix{background:#fff;grid-template-rows:repeat(21,1fr);grid-template-columns:repeat(21,1fr);width:100%;height:100%;display:grid}.receipt-qr-matrix span{display:block}.qr-cell-dark{background:#161616}.qr-cell-light{background:#fff}.receipt-qr-code .mock-qr-pattern{background-position:0 0,0 6px,6px -6px,-6px 0;background-size:13px 13px;display:none}.receipt-qr-code .mock-qr-corner{border-width:7px;width:42px;height:42px}.mock-qr-pattern{background-image:linear-gradient(45deg,#000 25%,#0000 25%),linear-gradient(-45deg,#000 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#000 75%),linear-gradient(-45deg,#0000 75%,#000 75%);background-position:0 0,0 4px,4px -4px,-4px 0;background-size:8px 8px;width:100%;height:100%}.mock-qr-corner{background:#000;border:4px solid #fff;width:24px;height:24px;position:absolute}.mock-qr-tl{top:4px;left:4px}.mock-qr-tr{top:4px;right:4px}.mock-qr-bl{bottom:4px;left:4px}.ticket-receipt-table{border-collapse:collapse;width:100%;margin:8px 0}.ticket-receipt-table th{text-align:left;border-bottom:1px dashed #1a1a1a;padding-bottom:4px;font-size:.78rem;font-weight:700}.ticket-receipt-table td{padding:3px 0;font-size:.78rem}.ticket-receipt-total{border-top:1px dashed #1a1a1a;justify-content:space-between;margin-top:6px;padding-top:6px;font-size:.85rem;font-weight:700;display:flex}.receipt-reference-table{table-layout:fixed;margin:0;font-family:Arial,Helvetica,sans-serif}.receipt-reference-table th,.receipt-reference-table td{color:#202020;border-top:1px solid #141414b8;border-bottom:1px solid #141414b8;padding:1px 4px;line-height:1.08}.receipt-reference-table th{text-align:center;font-size:.94rem;font-weight:900}.receipt-reference-table td{text-align:center;font-size:.9rem;font-weight:800}.receipt-reference-table th:first-child,.receipt-reference-table td:first-child{width:38%}.receipt-reference-table th:nth-child(2),.receipt-reference-table td:nth-child(2){width:32%}.receipt-reference-table th:nth-child(3),.receipt-reference-table td:nth-child(3){width:30%}.button-stack-item{flex-direction:column;margin-bottom:4px;display:flex}.button-helper-text{color:var(--text-muted);margin-top:4px;margin-bottom:12px;padding-left:4px;font-size:.72rem;line-height:1.35;transition:color .2s}.button-stack-item:hover .button-helper-text{color:var(--text-secondary)}.simulation-panel{box-shadow:var(--shadow-premium), 0 0 20px #f59e0b0d!important;border-color:#f59e0b26!important}.simulation-panel:hover{box-shadow:var(--shadow-premium), 0 0 25px #f59e0b1f!important;border-color:#f59e0b59!important}.simulation-panel .panel-header h2{color:#fde68a!important}@media (width<=600px){.action-row-group{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.action-row-group>div,.action-row-group>button{width:100%!important}.action-row-group .input-col div[style*="display: flex"],.action-row-group div[style*="display: flex"]{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.action-row-group .ghost-button,.action-row-group .action-button-main{width:100%!important}.connection-controls{flex-direction:column;align-items:stretch}}.status-led{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.status-led.led-online{background-color:var(--neon-emerald);box-shadow:0 0 8px var(--neon-emerald), 0 0 16px var(--neon-emerald)}.status-led.led-offline{background-color:var(--neon-rose);box-shadow:0 0 8px var(--neon-rose), 0 0 16px var(--neon-rose);animation:1s cubic-bezier(.4,0,.2,1) infinite alternate led-blink}@keyframes led-blink{0%{opacity:.35;box-shadow:0 0 2px var(--neon-rose)}to{opacity:1;box-shadow:0 0 10px var(--neon-rose), 0 0 20px var(--neon-rose)}}
