.navbar{background-color:#1e1e1e;padding:0 30px;height:65px;display:flex;align-items:center;border-bottom:2px solid #ffa500;box-shadow:0 2px 4px #0003;position:sticky;top:0;z-index:1000}.navbar-brand{color:#fff;font-size:1.5em;font-weight:700}.sidebar{width:240px;background-color:#1e1e1e;height:calc(100vh - 65px);padding:20px;box-shadow:2px 0 5px #0000004d;overflow-y:auto;flex-shrink:0}.sidebar nav ul{list-style:none;padding:0;margin:0}.sidebar nav li a{display:block;color:#b0b0b0;text-decoration:none;padding:12px 15px;border-radius:6px;margin-bottom:5px;transition:background-color .2s,color .2s}.sidebar nav li a:hover{background-color:#3a3a3a;color:#fff}.sidebar nav li a.active{background-color:orange;color:#1e1e1e;font-weight:700}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#1e1e1e}.login-box{padding:40px;background-color:#2e2e2e;border-radius:8px;box-shadow:0 5px 15px #00000080;text-align:center}.login-box h2{color:orange}.login-button{margin-top:20px;background-color:orange;color:#1e1e1e;width:100%;padding:12px;font-size:1.1em}.locutor-list-container{background-color:#2e2e2e;border-radius:8px;padding:20px;max-width:800px;margin:20px auto;box-shadow:0 4px 8px #0003}.locutor-list{list-style-type:none;padding:0;margin:0}.locutor-item{padding:15px 10px;border-bottom:1px solid #444;display:flex;align-items:center;transition:background-color .2s ease-in-out}.locutor-item:last-child{border-bottom:none}.locutor-item:hover{background-color:#3a3a3a}.locutor-name{font-weight:700;color:#fff}.locutor-bio{margin-left:8px;color:#b0b0b0;font-style:italic}.locutor-item{justify-content:space-between}.locutor-actions button{border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-weight:700;margin-left:10px;transition:transform .1s ease}.locutor-actions button:hover{transform:scale(1.05)}.btn-edit{background-color:#007bff;color:#fff}.btn-delete{background-color:#dc3545;color:#fff}.program-list-container{background-color:#2e2e2e;border-radius:8px;padding:20px;max-width:800px;margin:20px auto;box-shadow:0 4px 8px #0003}.program-list-container h2{margin-top:0;color:orange;border-bottom:2px solid #444;padding-bottom:10px}.program-list{display:flex;flex-direction:column;gap:15px}.program-card{background-color:#3a3a3a;border-radius:6px;padding:15px;display:flex;align-items:center;border-left:5px solid #ffa500}.program-time{font-size:1.2em;font-weight:700;color:#fff;margin-right:20px;min-width:120px}.program-details{flex-grow:1}.program-name{margin:0 0 5px;color:#fff}.program-days,.program-announcers{margin:0;font-size:.9em;color:#b0b0b0}.program-announcers{font-style:italic}.program-actions{display:flex;gap:10px}.news-list-container{background-color:#2e2e2e;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 4px 8px #0003}.news-list-container h2{margin-top:0;color:orange;border-bottom:2px solid #444;padding-bottom:10px}.news-list{display:grid;grid-template-columns:1fr;gap:20px}.news-card{background-color:#3a3a3a;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease-in-out}.news-card:hover{transform:translateY(-5px)}.news-image{width:100%;height:200px;object-fit:cover}.news-content{padding:15px;flex-grow:1}.news-title{margin:0 0 10px;color:#fff}.news-subtitle{margin:0 0 15px;font-size:.9em;color:#b0b0b0}.news-meta{display:flex;justify-content:space-between;font-size:.8em;color:#888;font-style:italic}.news-actions{padding:15px;background-color:#444;display:flex;justify-content:flex-end;gap:10px}.text-editor{border:1px solid #555;border-radius:6px}.editor-menu{display:flex;gap:8px;padding:8px;background-color:#2e2e2e;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:1px solid #555}.editor-menu button{background-color:#3a3a3a;color:#f0f0f0;border:1px solid #555;padding:4px 10px;font-size:.9em;font-weight:400}.editor-menu button.is-active{background-color:orange;color:#1e1e1e;font-weight:700}.ProseMirror{background-color:#1e1e1e;color:#f0f0f0;padding:12px;min-height:200px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.ProseMirror:focus{outline:none}.sponsor-list-container{background-color:#2e2e2e;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 4px 8px #0003}.sponsor-list-container h2{margin-top:0;color:orange;border-bottom:2px solid #444;padding-bottom:10px}.sponsor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.sponsor-card{background-color:#3a3a3a;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;text-align:center}.sponsor-logo-container{background-color:#fff;padding:15px;height:120px;display:flex;justify-content:center;align-items:center}.sponsor-logo{max-width:100%;max-height:90px;object-fit:contain}.sponsor-info{padding:15px;flex-grow:1}.sponsor-name{margin:0 0 10px;color:#fff}.sponsor-website{color:orange;text-decoration:none;font-size:.9em}.sponsor-website:hover{text-decoration:underline}.sponsor-actions{padding:10px;background-color:#444;display:flex;justify-content:center;gap:10px}.app-container{display:flex;flex-direction:column;height:100vh}.app-layout{display:flex;flex-grow:1;overflow:hidden}.main-content{flex-grow:1;padding:20px 30px;overflow-y:auto;max-width:1200px;margin:0 auto}hr{border:0;border-top:1px solid #444;margin:30px 0}.form-container,.locutor-list-container,.program-list-container,.news-list-container,.sponsor-list-container{background-color:#2e2e2e;border-radius:8px;padding:24px;margin-bottom:30px;box-shadow:0 4px 12px #0003}.form-container h2,.locutor-list-container h2,.program-list-container h2,.news-list-container h2,.sponsor-list-container h2{margin-top:0;margin-bottom:20px;color:orange;font-size:1.4em;padding-bottom:10px;border-bottom:1px solid #444}.form-container h3{margin-top:30px;color:silver;font-size:1.1em;padding-bottom:8px;border-bottom:1px solid #444;margin-bottom:20px}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:8px;color:silver;font-weight:500;font-size:.9em}.form-group input[type=text],.form-group input[type=email],.form-group input[type=time],.form-group input[type=datetime-local],.form-group input[type=number],.form-group textarea{width:100%;padding:12px;border-radius:6px;border:1px solid #555;background-color:#1e1e1e;color:#f0f0f0;box-sizing:border-box;font-size:1em;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:orange;box-shadow:0 0 0 3px #ffa50040}button{border:none;padding:10px 18px;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .2s,transform .1s}button:hover{transform:translateY(-1px)}button[type=submit]{background-color:orange;color:#1e1e1e}button[type=submit]:hover{background-color:#ffc14d}.btn-cancel{background-color:#6c757d;color:#fff}.form-actions{display:flex;gap:10px}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;background-color:#1e1e1e;padding:15px;border-radius:4px;border:1px solid #555}.checkbox-group label{display:flex;align-items:center;gap:8px;color:#f0f0f0}.login-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#1e1e1e}.login-box{padding:40px;background-color:#2e2e2e;border-radius:8px;box-shadow:0 5px 15px #00000080;width:100%;max-width:400px;text-align:center}.login-box h2{color:orange;margin-bottom:25px}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:25px;padding:10px}.pagination-controls button{background-color:#4a4a4a;color:#f0f0f0}.pagination-controls button:hover:not(:disabled){background-color:#5a5a5a}.pagination-controls button:disabled{background-color:#3a3a3a;color:#6a6a6a;cursor:not-allowed;transform:none}.checkbox-group-days{display:flex;gap:10px;background-color:#1e1e1e;padding:15px;border-radius:4px;border:1px solid #555;justify-content:space-around}.day-label{display:flex;flex-direction:column;align-items:center;cursor:pointer;color:silver}.day-label input[type=checkbox]{width:20px;height:20px;margin-bottom:5px}.day-text{font-weight:700}:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{max-width:1100px;margin:20px auto;padding:0 20px}
