body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.App{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;padding:20px}.main-container{align-items:flex-start;display:flex;gap:24px;max-width:1600px;width:100%}.player-container,.webhook-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.webhook-container{max-height:calc(100vh - 40px);max-width:500px}.file-list-section{border-bottom:1px solid #e0e0e0;max-height:400px;overflow-y:auto;padding:24px}.file-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.file-list-header h2{color:#333;font-size:20px;font-weight:600}.add-files-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.add-files-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.add-files-btn:disabled{cursor:not-allowed;opacity:.5}.empty-state{color:#999;padding:40px 20px;text-align:center}.empty-state-icon{font-size:48px;margin-bottom:12px;opacity:.5}.empty-state-text{font-size:14px}.file-list{display:flex;flex-direction:column;gap:8px}.file-item{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:12px;padding:12px;transition:all .2s ease}.file-item:hover{background:#eee}.file-item.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea4d}.file-index{color:#667eea;font-size:12px;font-weight:600;min-width:24px;text-align:center}.file-name{color:#333;flex:1 1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-item.active .file-name{color:#667eea;font-weight:600}.file-remove-btn{background:#0000;border:none;color:#999;cursor:pointer;font-size:20px;line-height:1;opacity:0;padding:4px 8px;transition:all .2s ease}.file-item:hover .file-remove-btn{opacity:1}.file-remove-btn:hover:not(:disabled){color:#f44336;transform:scale(1.2)}.file-remove-btn:disabled{cursor:not-allowed;opacity:.3}.player-controls-section{background:#fafafa;padding:24px}.current-track{margin-bottom:20px;text-align:center}.track-name{color:#333;font-size:18px;font-weight:600;margin-bottom:4px}.stream-id{color:#999;font-family:Courier New,monospace;font-size:10px;word-break:break-all}.progress-section{margin-bottom:24px}.progress-time{color:#666;display:flex;font-size:12px;justify-content:space-between;margin-bottom:8px}.progress-bar{background:#e0e0e0;border-radius:3px;height:6px;overflow:hidden;position:relative;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;height:100%;transition:width .1s ease}.control-buttons{gap:12px;margin-bottom:24px}.control-btn,.control-buttons{align-items:center;display:flex;justify-content:center}.control-btn{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#333;cursor:pointer;font-size:20px;height:48px;transition:all .2s ease;width:48px}.control-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000026;transform:scale(1.1)}.control-btn:disabled{cursor:not-allowed;opacity:.3;transform:none!important}.play-pause-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea66;color:#fff;font-size:24px;height:64px;width:64px}.play-pause-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea99}.repeat-btn.active,.shuffle-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea66;color:#fff}.player-settings{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:12px;padding-top:20px}.setting-group{align-items:center;display:flex;gap:12px}.setting-group label{color:#666;font-size:12px;font-weight:600;min-width:80px}.mode-select,.server-input{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;flex:1 1;font-size:14px;padding:8px 12px;transition:all .2s ease}.mode-select:focus,.server-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.mode-select:disabled,.server-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.call-info-inputs{align-items:center;display:flex;flex:1 1;gap:8px}.phone-input{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;flex:1 1;font-size:14px;padding:8px 12px;transition:all .2s ease}.phone-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.phone-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.direction-select{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;font-size:14px;min-width:120px;padding:8px 12px;transition:all .2s ease}.direction-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.direction-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.file-list-section::-webkit-scrollbar{width:8px}.file-list-section::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.file-list-section::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.file-list-section::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width:768px){.App{padding:10px}.player-container{border-radius:12px}.file-list-section,.player-controls-section{padding:16px}.control-buttons{gap:8px}.control-btn{font-size:18px;height:40px;width:40px}.play-pause-btn{font-size:20px;height:56px;width:56px}.setting-group{align-items:flex-start;flex-direction:column}.setting-group label{min-width:auto}.mode-select,.server-input{width:100%}.call-info-inputs{flex-direction:column;width:100%}.direction-select,.phone-input{width:100%}}.webhook-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:24px}.webhook-header h2{color:#333;font-size:20px;font-weight:600;margin:0}.refresh-btn{background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:20px;padding:4px 8px;transition:all .2s ease}.refresh-btn:hover{background:#f5f5f5;transform:rotate(90deg)}.webhook-form{border-bottom:1px solid #e0e0e0;gap:16px;padding:24px}.webhook-form,.webhook-form-group{display:flex;flex-direction:column}.webhook-form-group{gap:8px}.webhook-form-group label{align-items:center;color:#666;display:flex;font-size:12px;font-weight:600;gap:6px}.required{color:#f44336}.webhook-event-select,.webhook-server-input,.webhook-url-input{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;font-family:inherit;font-size:14px;padding:8px 12px;transition:all .2s ease}.webhook-event-select:focus,.webhook-server-input:focus,.webhook-url-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.register-webhook-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;padding:10px 16px;transition:all .2s ease}.register-webhook-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.register-webhook-btn:disabled{cursor:not-allowed;opacity:.5}.webhook-checkbox{cursor:pointer;margin-right:6px}.webhook-headers-list{display:flex;flex-direction:column;gap:8px}.webhook-header-item{align-items:center;display:flex;gap:8px}.webhook-header-key,.webhook-header-value{background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;flex:1 1;font-family:inherit;font-size:13px;padding:6px 10px;transition:all .2s ease}.webhook-header-key{flex:0 0 120px}.webhook-header-value{flex:1 1}.webhook-header-key:focus,.webhook-header-value:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.webhook-header-separator{color:#999;font-weight:600}.webhook-header-remove-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:28px;justify-content:center;line-height:1;padding:4px 8px;transition:all .2s ease;width:28px}.webhook-header-remove-btn:hover{background:#ffebee;color:#f44336}.webhook-header-add-btn{background:#f5f5f5;border:1px dashed #ddd;border-radius:6px;color:#666;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;text-align:center;transition:all .2s ease}.webhook-header-add-btn:hover{background:#eee;border-color:#667eea;color:#667eea}.webhook-number-input{background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;font-family:inherit;font-size:14px;padding:8px 12px;transition:all .2s ease;width:100%}.webhook-number-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.webhook-inactive-badge{background:#999;border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px}.webhook-list-section{flex:1 1;overflow-y:auto;padding:24px}.webhook-list-section h3{color:#333;font-size:16px;font-weight:600;margin-bottom:16px}.webhook-empty-state{color:#999;padding:40px 20px;text-align:center}.webhook-empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.webhook-empty-text{font-size:14px}.webhook-list{display:flex;flex-direction:column;gap:12px}.webhook-item{align-items:flex-start;background:#f5f5f5;border-radius:8px;display:flex;gap:12px;padding:12px;transition:all .2s ease}.webhook-item:hover{background:#eee}.webhook-info{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.webhook-url{color:#333;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webhook-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.webhook-event-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px}.webhook-id{color:#999;font-family:Courier New,monospace;font-size:10px}.webhook-delete-btn{background:#0000;border:none;color:#999;cursor:pointer;flex-shrink:0;font-size:20px;line-height:1;padding:4px 8px;transition:all .2s ease}.webhook-delete-btn:hover{color:#f44336;transform:scale(1.2)}@media (max-width:1200px){.main-container{flex-direction:column}.webhook-container{max-height:none;max-width:100%}}@media (max-width:768px){.main-container{flex-direction:column;gap:16px}.webhook-container{max-width:100%}.webhook-form-group{gap:6px}}
/*# sourceMappingURL=main.9bd55f8c.css.map*/