.admin-login-container{align-items:center;background:linear-gradient(135deg,#1a3a1a,#2a5e2a);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.admin-login-container:before{animation:moveBackground 20s linear infinite;background:radial-gradient(circle,#ffffff1a 1%,#0000 0);background-size:40px 40px;content:"";height:200%;opacity:.3;position:absolute;width:200%}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(-20%,-20%)}}.admin-login-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border-radius:2rem;box-shadow:0 25px 50px -12px #00000040;max-width:460px;padding:2rem 2.5rem;transition:transform .3s ease;width:100%;z-index:1}.admin-login-card:hover{transform:translateY(-5px)}.logo{color:#2e7d32;font-size:2rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem;text-align:center}.admin-login-card h1{color:#2d3e2d;font-size:1.5rem;font-weight:500;margin-bottom:2rem;text-align:center}.input-group{margin-bottom:1.8rem;position:relative}.input-group input{background:#fff;border:1px solid #c8e6c9;border-radius:.75rem;font-size:1rem;padding:1rem 1rem .5rem;transition:all .3s;width:100%}.input-group input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233;outline:none}.input-group label{color:#6f8f6f;left:1rem;pointer-events:none;position:absolute;top:1rem;transition:all .2s ease}.input-group input:focus~label,.input-group input:not(:placeholder-shown)~label{background:#fff;color:#2e7d32;font-size:.75rem;left:.8rem;padding:0 .2rem;top:-.5rem}.login-btn{align-items:center;background:#2e7d32;border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.9rem;transition:all .3s;width:100%}.login-btn:hover:not(:disabled){background:#1b5e20;box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.6}.spinner{animation:spin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:1rem;width:1rem}@keyframes spin{to{transform:rotate(1turn)}}.error-message{background:#ffebee;color:#d32f2f;margin-bottom:1rem}.error-message,.rate-limit-message{border-radius:.5rem;font-size:.9rem;padding:.7rem;text-align:center}.rate-limit-message{background:#fff3e0;border-left:4px solid #e65100;color:#bf360c;margin:1rem 0}.confirm-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.confirm-modal-content{animation:fadeInUp .2s ease;background:#fff;border-radius:1rem;max-width:400px;padding:2rem;text-align:center;width:90%}.confirm-modal-content h3{color:#2d3e2d;margin-bottom:.5rem}.confirm-modal-content p{color:#4a5b4a;margin-bottom:1.5rem}.confirm-modal-buttons{display:flex;gap:1rem;justify-content:center}.confirm-modal-buttons button{border:none;border-radius:2rem;cursor:pointer;font-weight:600;padding:.5rem 1.5rem}.confirm-btn{background:#2e7d32;color:#fff}.confirm-btn:hover{background:#1b5e20}.cancel-btn{background:#eef2ec;color:#2d3e2d}.cancel-btn:hover{background:#d4e0d0}.toast-notification{animation:slideUp .3s ease;background:#2e7d32;border-radius:2rem;bottom:2rem;box-shadow:0 4px 12px #00000026;color:#fff;font-weight:500;left:50%;padding:.75rem 1.5rem;position:fixed;transform:translateX(-50%);white-space:nowrap;z-index:3000}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{background:#0f0f0f;color:#e0e0e0;display:flex;flex-direction:column;padding:1.5rem 1rem;width:260px}.admin-brand{border-left:3px solid #4caf50;margin-bottom:2rem;padding-left:.5rem}.brand-name{color:#4caf50;display:block;font-size:1.3rem;font-weight:700;letter-spacing:.5px;line-height:1.2}.brand-sub{color:#9e9e9e;display:block;font-size:.8rem;font-weight:400;letter-spacing:1px;margin-top:.2rem}.admin-sidebar nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem;margin-top:1rem}.admin-sidebar a{border-radius:.5rem;color:#bdbdbd;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:background .2s ease}.admin-sidebar a:hover{background:#2c2c2c;color:#fff}.logout-btn{background:none;border:none;border-radius:.5rem;color:#ff6b6b;cursor:pointer;font-size:1rem;font-weight:600;margin-top:2rem;padding:.75rem 1rem;text-align:left;transition:background .2s ease}.logout-btn:hover{background:#8b0000;color:#fff}.admin-main{background:#f5f8f0;display:flex;flex:1 1;flex-direction:column}.admin-header{background:#fff;border-bottom:1px solid #c8e6c9;box-shadow:0 1px 4px #0000000d;padding:1rem 2rem}.admin-content{padding:2rem}.banner-manager{padding:0}.header-actions{display:flex;justify-content:flex-end;margin-bottom:2rem}.create-btn{background:#2e7d32;border:none;border-radius:2rem;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:background .2s}.create-btn:hover{background:#1b5e20}.banner-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.banner-card{background:#fff;border-radius:1rem;box-shadow:0 4px 8px #0000000d;overflow:hidden;transition:box-shadow .2s}.banner-card:hover{box-shadow:0 12px 24px #0000001a}.banner-card img{background:#f0f4ec;height:160px;object-fit:cover;width:100%}.banner-info{padding:1rem}.banner-info h4{color:#2d3e2d;margin:0 0 .25rem}.date{color:#6b8f6b;font-size:.75rem;margin-bottom:.75rem}.banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}.banner-actions button,.upload-label{background:#eef2ec;border:none;border-radius:2rem;cursor:pointer;font-size:.75rem;padding:.4rem .8rem;transition:background .2s}.banner-actions button:hover,.upload-label:hover{background:#d4e0d0}.upload-label input{display:none}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{animation:fadeInUp .2s ease;background:#fff;border-radius:1.5rem;max-width:500px;padding:2rem;width:90%}.modal-content h3{margin-bottom:1rem}.modal-content input{border:1px solid #c8e6c9;border-radius:.5rem;margin-bottom:1rem;padding:.75rem;width:100%}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end}.modal-buttons button{border-radius:.5rem;cursor:pointer;padding:.5rem 1rem}.modal-buttons button:first-child{background:#2e7d32;border:none;color:#fff}.modal-buttons button:last-child{background:#eef2ec;border:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{color:#2e7d32;font-size:1.2rem;padding:3rem;text-align:center}.broadcast-manager{margin:0 auto;max-width:900px}.broadcast-manager h3{color:#2d3e2d;font-size:1.5rem;margin-bottom:1.5rem}.start-section{display:flex;gap:1rem}.start-section input{border:1px solid #c8e6c9;border-radius:.75rem;flex:1 1;font-size:1rem;padding:.8rem;transition:.2s}.start-section input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233;outline:none}.start-section button{background:#2e7d32;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-weight:600;padding:0 1.5rem;transition:background .2s}.start-section button:hover:not(:disabled){background:#1b5e20}.info-card{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;overflow:hidden}.live-header{align-items:center;background:#2d3e2d;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.live-badge{background:#00000030;border-radius:3rem;gap:.5rem;padding:.3rem .8rem}.live-indicator{background-color:#ff3b3b;box-shadow:0 0 8px #ff3b3b;display:inline-block;height:20px;width:20px}.live-text{font-size:1.2rem;letter-spacing:1px}.live-icon{filter:drop-shadow(0 0 2px rgba(0,0,0,.5));font-size:1.3rem}.live-header p{color:#fff;font-weight:600;margin:0}.stream-keys{padding:1.5rem}.key-item{align-items:center;background:#f9fafb;border-radius:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.75rem}.key-item label{color:#1f2937;font-weight:600;width:110px}.key-item code{background:#eef2ec;border-radius:.5rem;flex:1 1;font-family:monospace;font-size:.9rem;padding:.3rem .6rem;word-break:break-all}.key-item button{background:none;border:1px solid #c8e6c9;border-radius:2rem;cursor:pointer;font-size:.85rem;padding:.2rem .8rem;transition:background .2s}.key-item button:hover{background:#eef2ec}.stop-button-wrapper{padding:1rem 1.5rem 1.5rem;text-align:right}.stop-btn{background:#d32f2f;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.8rem;transition:background .2s}.stop-btn:hover{background:#b71c1c}.home-page{align-items:center;background:#050505;display:flex;flex-direction:column;min-height:100vh;padding:1rem 1.5rem 2rem;position:relative}.fixed-logo{align-items:baseline;display:flex;gap:8px;left:24px;position:fixed;top:20px;z-index:100}.logo-main{color:#4caf50;font-size:1.4rem;font-weight:700}.logo-sub{color:#888;font-size:.9rem}.video-section{margin-top:0;max-width:1050px;width:100%}.video-container{aspect-ratio:16/9;background:#000;border-radius:18px;box-shadow:0 15px 40px #00000073;overflow:hidden;position:relative;width:100%}.home-video{display:block;height:100%;object-fit:contain;width:100%}.live-badge{align-items:center;background:#000000b3;border-radius:999px;display:flex;gap:8px;left:16px;padding:8px 14px;position:absolute;top:16px;z-index:10}.live-indicator{animation:pulse 1s infinite;background:#ff3b3b;border-radius:50%;height:12px;width:12px}.live-text{color:#fff;font-weight:700}@keyframes pulse{50%{transform:scale(1.3)}}.offline-overlay{background-color:#000;background-image:url(/static/media/broadcastdefaultimage.c4084f7569aad49cf011.jpeg);background-position:50%;background-size:cover;inset:0;position:absolute}.offline-message{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141414d9;border:1px solid #4caf50;border-radius:1rem;box-shadow:0 0 15px #4caf5033;color:#fff;padding:1rem 2rem;text-align:center}.offline-icon{font-size:3rem;margin-bottom:.5rem}.offline-text{font-size:1.2rem;font-weight:600;margin-bottom:.2rem}.offline-sub{color:#aaa;font-size:.9rem}.banner-section{margin-top:20px;max-width:1050px;width:100%}.banner-placeholder{align-items:center;background:#101010;border:2px dashed #2f2f2f;border-radius:16px;color:#777;display:flex;flex-direction:column;height:240px;justify-content:center}.placeholder-icon{font-size:42px;margin-bottom:10px}.placeholder-title{font-size:1rem}.banner-carousel{background:#111;border-radius:16px;overflow:hidden;position:relative}.banner-slide img{display:block;height:240px;object-fit:cover;width:100%}.carousel-btn{background:#0000008c;border:none;color:#fff;cursor:pointer;font-size:26px;padding:4px 12px;position:absolute;top:50%;transform:translateY(-50%);z-index:5}.prev{left:0}.next{right:0}.banner-dots{background:#0f0f0f;display:flex;gap:8px;justify-content:center;padding:12px}.dot{background:#555;border-radius:50%;cursor:pointer;height:8px;width:8px}.dot.active{background:#4caf50}.home-loading{align-items:center;background:#050505;color:#fff;display:flex;justify-content:center;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
/*# sourceMappingURL=main.60ed4c71.css.map*/