.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 8px 32px #0000001a;width:100%;max-width:400px}.login-box h1{margin:0 0 10px;color:#667eea;font-size:28px;text-align:center}.login-box h2{margin:0 0 30px;color:#333;font-size:20px;font-weight:400;text-align:center}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s;box-sizing:border-box}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;border:1px solid #fcc}.login-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-container{min-height:100vh;background:#f5f5f5}.dashboard-main{max-width:1200px;margin:0 auto;padding:40px 20px}.welcome-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.welcome-card h2{margin:0 0 10px;color:#333}.welcome-card p{margin:0;color:#666;line-height:1.6}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.dashboard-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.link-card{text-decoration:none;color:inherit;display:block;cursor:pointer}.link-card:hover{text-decoration:none}.dashboard-card h3{margin:0 0 15px;color:#667eea;font-size:20px}.dashboard-card p{margin:0;color:#666;line-height:1.6}@media (max-width: 768px){.header-content{flex-direction:column;gap:15px;text-align:center}.user-info{flex-direction:column;gap:10px}.dashboard-grid{grid-template-columns:1fr}}.stream-container{min-height:100vh;background:#f5f5f5;padding:40px 20px}.stream-header{max-width:1200px;margin:0 auto 30px}.stream-header h1{margin:0 0 10px;color:#333;font-size:32px}.stream-header p{margin:0;color:#666}.stream-controls{max-width:1200px;margin:0 auto 30px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:15px;align-items:flex-end;flex-wrap:wrap}.endpoint-selector{flex:1;min-width:200px}.endpoint-selector label{display:block;margin-bottom:8px;color:#333;font-weight:500}.endpoint-select{width:100%;padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;background:#fff;cursor:pointer}.endpoint-select:focus{outline:none;border-color:#667eea}.custom-endpoint{display:flex;gap:10px;flex:1;min-width:300px}.custom-input{flex:1;padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px}.custom-input:focus{outline:none;border-color:#667eea}.fetch-button,.refresh-button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.fetch-button:hover,.refresh-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.error-box{max-width:1200px;margin:0 auto 30px;background:#f8d7da;color:#721c24;padding:20px;border-radius:12px;border:1px solid #f5c6cb}.error-action{margin-top:10px}.error-action a{color:#667eea;text-decoration:none;font-weight:600}.error-action a:hover{text-decoration:underline}.error-hint{margin-top:15px;padding:15px;background:#667eea1a;border-radius:8px;border-left:4px solid #667eea}.error-hint p{margin:5px 0;color:#555}.error-hint code{background:#0000001a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}.error-hint ul{margin:10px 0;padding-left:20px}.error-hint li{margin:5px 0}.endpoint-suggestions{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0}.suggestion-btn{padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.suggestion-btn:hover{background:#5568d3}.api-help{margin-top:20px;padding:15px;background:#667eea0d;border-radius:8px;border:1px solid rgba(102,126,234,.2)}.api-help ul{margin:10px 0;padding-left:20px}.api-help li{margin:5px 0;color:#555}.api-help a{color:#667eea;text-decoration:none}.api-help a:hover{text-decoration:underline}.loading-box{max-width:1200px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.stream-data{max-width:1200px;margin:0 auto;background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.data-header h2{margin:0;color:#333;font-size:24px}.copy-button{padding:8px 16px;background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s}.copy-button:hover{background:#e0e0e0}.json-display{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px;overflow-x:auto;font-family:Courier New,monospace;font-size:14px;line-height:1.6;max-height:600px;overflow-y:auto}.empty-state{max-width:1200px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;color:#666}.icecast-section{max-width:1200px;margin:0 auto 40px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.icecast-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:15px}.icecast-header h2{margin:0;color:#333;font-size:24px}.icecast-controls{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.auto-refresh-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;font-size:14px}.auto-refresh-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.listeners-display{display:flex;flex-direction:column;gap:25px}.listeners-count{text-align:center;padding:30px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.listeners-number{font-size:72px;font-weight:700;line-height:1;margin-bottom:10px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.listeners-label{font-size:18px;opacity:.95;font-weight:500}.stream-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px;background:#f8f9fa;border-radius:8px}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-label{font-size:12px;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.detail-value{font-size:16px;color:#333;font-weight:500}.detail-value a{color:#667eea;text-decoration:none;word-break:break-all}.detail-value a:hover{text-decoration:underline}.everestcast-section{margin-top:40px}@media (max-width: 768px){.stream-controls{flex-direction:column;align-items:stretch}.custom-endpoint{flex-direction:column}.data-header{flex-direction:column;gap:15px;align-items:flex-start}.icecast-header{flex-direction:column;align-items:flex-start}.icecast-controls{width:100%;flex-direction:column;align-items:stretch}.listeners-number{font-size:56px}.stream-details{grid-template-columns:1fr}}.streams-container{min-height:100vh;background:#f5f5f5;padding:40px 20px}.streams-header{max-width:1200px;margin:0 auto 30px}.streams-header h1{margin:0 0 10px;color:#333;font-size:32px}.streams-header p{margin:0;color:#666;font-size:16px}.streams-content{max-width:1200px;margin:0 auto}.player-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.player-header{padding:20px 25px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.player-header h2{margin:0;color:#333;font-size:24px}.player-controls{display:flex;gap:10px}.play-button,.mute-button{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:18px;transition:background .2s,transform .1s;min-width:50px}.play-button:hover,.mute-button:hover{background:#5568d3}.play-button:active,.mute-button:active{transform:scale(.95)}.audio-player{padding:25px;border-bottom:1px solid #e5e7eb}.stream-info{text-align:center}.stream-url{margin:0 0 10px;color:#667eea;font-family:monospace;font-size:14px;word-break:break-all}.stream-status{margin:0;color:#666;font-size:14px}.status-online{color:#10b981;font-weight:600}.status-offline{color:#6b7280;font-weight:600}.level-meters-section{padding:25px}.level-meters-section h3{margin:0 0 20px;color:#333;font-size:18px;text-align:center}.level-meters-container{display:flex;justify-content:center;gap:40px;align-items:flex-end}.level-meter-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px}.level-meter-canvas,.level-meter-canvas-right{border:2px solid #e5e7eb;border-radius:8px;background:#f9fafb;display:block}.level-label{font-weight:600;color:#374151;font-size:14px}.level-value{font-weight:600;color:#667eea;font-size:16px}@media (max-width: 768px){.level-meters-container{flex-direction:column;align-items:center;gap:30px}.player-header{flex-direction:column;gap:15px;align-items:flex-start}.player-controls{width:100%;justify-content:center}}.settings-container{min-height:100vh;background:#f5f5f5;padding:40px 20px}.settings-content{max-width:800px;margin:0 auto}.settings-content h1{margin:0 0 30px;color:#333;font-size:32px}.settings-section{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.settings-section h2{margin:0 0 10px;color:#667eea;font-size:24px}.settings-description{color:#666;margin:0 0 25px;line-height:1.6}.settings-form{margin-top:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s;box-sizing:border-box;font-family:Courier New,monospace}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group small{display:block;margin-top:5px;color:#999;font-size:14px}.save-button{padding:12px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.save-button:disabled{opacity:.6;cursor:not-allowed}.message{padding:12px;border-radius:8px;margin-bottom:20px}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:50px auto}.status-container{min-height:100vh;background:#f5f5f5;padding:40px 20px}.status-header{max-width:1200px;margin:0 auto 30px}.status-header h1{margin:0 0 10px;color:#333;font-size:32px}.status-header p{margin:0;color:#666;font-size:16px}.status-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.status-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.status-card-header{padding:20px 25px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.status-card-header h2{margin:0;color:#333;font-size:20px}.status-card-body{padding:25px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.status-item:last-child{border-bottom:none}.status-label{font-weight:500;color:#6b7280}.status-value{color:#333;font-weight:500}.status-badge{display:inline-flex;align-items:center;gap:6px;font-weight:600}.status-icon{font-size:18px;font-weight:700}.services-list{display:flex;flex-direction:column;gap:15px}.service-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f9fafb;border-radius:8px;border-left:4px solid #e5e7eb}.service-info h3{margin:0 0 5px;color:#333;font-size:16px}.service-last-check{margin:0;color:#6b7280;font-size:12px}.service-status{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px}.refresh-button{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.refresh-button:hover{background:#5568d3}.refresh-button:active{transform:scale(.98)}.error-box{max-width:1200px;margin:0 auto 30px;background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:15px 20px;border-radius:8px}.loading-box{max-width:1200px;margin:0 auto;text-align:center;padding:40px}.loading-box .spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-box p{color:#666;margin:0}@media (max-width: 768px){.status-content{grid-template-columns:1fr}.status-card-header{flex-direction:column;align-items:flex-start;gap:15px}.service-item{flex-direction:column;align-items:flex-start;gap:10px}}.layout-container{min-height:100vh;background:#f5f5f5}.layout-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:0 2px 8px #0000001a}.header-content{max-width:1400px;margin:0 auto;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.layout-header h1{margin:0;font-size:24px;font-weight:600}.main-nav{display:flex;gap:10px;flex:1;justify-content:center}.nav-link{padding:10px 20px;color:#fff;text-decoration:none;border-radius:8px;transition:background .3s;font-weight:500}.nav-link:hover{background:#ffffff1a}.nav-link.active{background:#fff3;font-weight:600}.user-info{display:flex;align-items:center;gap:15px}.logout-button{padding:10px 20px;background:#fff3;color:#fff;border:2px solid white;border-radius:8px;cursor:pointer;font-weight:500;transition:background .3s}.logout-button:hover{background:#ffffff4d}.layout-main{min-height:calc(100vh - 80px)}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.main-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}.user-info{flex-direction:column;gap:10px;width:100%}.layout-header h1{font-size:20px}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}
