.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:9999}.popup-content{width:500px;max-height:90vh;overflow-y:auto;background:#141414f2;border-radius:12px;padding:20px;box-shadow:0 0 25px #00ffc826;color:#fff;font-family:monospace}.popup-content h2{text-align:center;margin-bottom:15px;color:#0fc}.popup-content h3{margin:15px 0 10px;font-size:14px;color:#0fc}.section{background:#111;padding:12px;border-radius:8px;margin-bottom:12px}.section1{background:#111;padding:12px;border-radius:8px;margin-bottom:12px;line-height:2}.section.highlight{border:1px solid #00ffcc}.grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;font-size:12px}.grid span{color:#0fc}input{width:100%;padding:8px;margin-bottom:8px;background:#222;border:none;border-radius:5px;color:#fff;font-size:12px}input[readonly]{opacity:.7}textarea{display:block;margin:0 auto 8px;width:90%;padding:8px;resize:none;height:200px;border:2px solid #00ffcc;background:#222;border-radius:5px;color:#fff;font-size:12px}.stream-box{text-align:center}.stream-box .big{font-size:22px;font-weight:700;color:orange;margin-bottom:5px}.stream-box .msg{font-size:12px;color:#aaa}.message{font-size:12px;color:#aaa;line-height:2}#eqCanvas{width:100%;height:150px;background:#000;border-radius:6px;margin-top:10px}.actions{display:flex;justify-content:space-between;margin-top:10px}.actions button{flex:1;padding:10px;margin:5px;border:none;border-radius:6px;background:#0fc;color:#000;font-weight:700;cursor:pointer;transition:.2s}.actions button:hover{background:#00ddb0}.actions button:disabled{background:#555;cursor:not-allowed}.actions button[disabled]{opacity:.6}.eq-graph{width:100%;height:300px;background:#111;border:1px solid #222;display:block}.eq-graph canvas{width:100%;height:100%;display:block}.eq-info{font-size:12px;color:#888;margin-bottom:8px}.eq-header{margin-bottom:6px}.eq-title{font-size:14px;font-weight:600;color:gray}.eq-info{font-size:11px;color:#777;margin-top:2px}.value.invalid{color:#ff3b3b!important;font-weight:700}.pdf-mode{max-height:none!important;overflow:visible!important;height:auto!important}.header-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.left{justify-self:start}.center-logo{justify-self:center}.right{justify-self:end}.logo-center{width:80px;filter:drop-shadow(0 0 10px #00ff88) drop-shadow(0 0 20px #00aaff)}
