*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Rajdhani,sans-serif;font-weight:500;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Orbitron,sans-serif;font-weight:700;letter-spacing:.04em;line-height:1.3}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff6}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animated-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background:linear-gradient(-45deg,var(--bg-color1, #667eea),var(--bg-color2, #764ba2),var(--bg-color3, #f093fb),var(--bg-color1, #667eea));background-size:400% 400%;animation:gradientShift var(--bg-speed, 8s) ease infinite}.theme-dark-bg{color:#fff}.theme-light-bg{color:#1a1a2e}.layout{min-height:100vh;display:flex;flex-direction:column;position:relative}.layout-content{flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.layout-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.layout-footer{text-align:center;padding:1.5rem;font-size:.9rem;opacity:.6;letter-spacing:.05em}.footer-link{color:inherit;text-decoration:none}.footer-link:hover{opacity:.85;text-decoration:underline}.glass-card{background:#ffffff14;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem;transition:all .3s ease}.theme-light-bg .glass-card{background:#0000000f;border-color:#0000001a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.8rem;border:none;border-radius:10px;font-family:Rajdhani,sans-serif;font-weight:600;font-size:1rem;letter-spacing:.05em;cursor:pointer;transition:all .25s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px #667eea4d}.btn-primary:hover:not(:disabled){box-shadow:0 6px 30px #667eea80;transform:translateY(-1px)}.btn-secondary{background:#ffffff1f;color:inherit;border:1px solid rgba(255,255,255,.2)}.theme-light-bg .btn-secondary{background:#0000000f;border-color:#00000026}.btn-secondary:hover:not(:disabled){background:#fff3}.theme-light-bg .btn-secondary:hover:not(:disabled){background:#0000001a}.btn-outline{background:transparent;color:inherit;border:1px solid rgba(255,255,255,.3)}.theme-light-bg .btn-outline{border-color:#00000040}.btn-outline:hover:not(:disabled){background:#ffffff1a}.theme-light-bg .btn-outline:hover:not(:disabled){background:#0000000f}.btn-danger{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 4px 20px #e74c3c4d}.btn-danger:hover:not(:disabled){box-shadow:0 6px 30px #e74c3c80;transform:translateY(-1px)}.btn-accent{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 20px #f093fb4d}.btn-accent:hover:not(:disabled){box-shadow:0 6px 30px #f093fb80;transform:translateY(-1px)}.btn-large{padding:1rem 2.5rem;font-size:1.15rem}.btn-small{padding:.4rem 1rem;font-size:.85rem}.btn-disabled{background:#8080804d;color:#fff6;cursor:not-allowed}.theme-light-bg .btn-disabled{color:#0000004d}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-family:Orbitron,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;opacity:.85}.form-input{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:inherit;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:500;transition:all .25s ease;outline:none}.theme-light-bg .form-input{border-color:#00000026;background:#0000000a}.form-input:focus{border-color:#667eea99;box-shadow:0 0 20px #667eea26}.form-input::placeholder{opacity:.4}.form-file{padding:.5rem}.form-hint{font-size:.85rem;opacity:.6;margin-top:.35rem}.form-range{width:100%;accent-color:#667eea}.range-value{font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:700;margin-left:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;text-transform:none;font-size:1rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#667eea}.color-input-row{display:flex;align-items:center;gap:.75rem}.color-input-row input[type=color]{width:50px;height:40px;border:none;border-radius:8px;cursor:pointer;background:transparent}.color-input-row .form-input{flex:1}.message-box{margin-top:1rem;padding:.75rem 1.25rem;border-radius:10px;font-weight:600;font-size:.95rem;text-align:center}.message-success{background:#2ecc7126;border:1px solid rgba(46,204,113,.3);color:#2ecc71}.message-error{background:#e74c3c26;border:1px solid rgba(231,76,60,.3);color:#e74c3c}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:50px;font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em}.status-open{background:#2ecc7126;border:1px solid rgba(46,204,113,.3);color:#2ecc71;box-shadow:0 0 20px #2ecc7126}.status-closed{background:#e74c3c26;border:1px solid rgba(231,76,60,.3);color:#e74c3c}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-open .status-dot{background:#2ecc71;box-shadow:0 0 8px #2ecc71;animation:statusPulse 2s ease-in-out infinite}.status-closed .status-dot{background:#e74c3c}@keyframes statusPulse{0%,to{opacity:1;box-shadow:0 0 8px #2ecc71}50%{opacity:.5;box-shadow:0 0 16px #2ecc71}}.reg-countdown-timer{display:inline-flex;align-items:center;font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.08em;color:#f39c12;background:#f39c121a;border:1px solid rgba(243,156,18,.3);border-radius:50px;padding:.5rem 1.25rem}.home-page{display:flex;align-items:center;justify-content:center;width:100%}.home-card{text-align:center;max-width:720px;width:100%;padding:3rem 2.5rem}.home-logo{margin-bottom:1.5rem}.home-logo img{max-width:200px;max-height:200px;object-fit:contain;border-radius:12px}.home-heading{font-size:2.2rem;margin-bottom:1.5rem;white-space:pre-wrap}.home-register-btn{margin-bottom:1rem}.home-subtitle{font-size:1.05rem;opacity:.7;margin-bottom:1.5rem}.reg-status-container{margin-bottom:2rem}.countdown-timer{margin-top:.75rem;display:flex;flex-direction:column;align-items:center;gap:.2rem}.countdown-label{font-size:.85rem;opacity:.6;text-transform:uppercase;letter-spacing:.1em}.countdown-value{font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.08em}.registration-page{display:flex;align-items:center;justify-content:center;width:100%;min-height:60vh}.registration-form-card,.registration-closed-card{max-width:460px;width:100%;text-align:center}.registration-form-card h2,.registration-closed-card h2{margin-bottom:1.5rem;font-size:1.6rem}.registration-form-card form{text-align:left}.registration-form-card .btn-large{width:100%;margin-top:.5rem}.lock-icon{opacity:.5;margin-bottom:1rem}.loading-text{text-align:center;font-size:1.2rem;opacity:.6}.login-page{display:flex;align-items:center;justify-content:center;width:100%;min-height:60vh}.login-card{max-width:400px;width:100%;text-align:center}.login-card h2{margin-bottom:1.5rem;font-size:1.6rem}.login-card form{text-align:left}.login-card .btn-large{width:100%}.dashboard-page{display:flex;align-items:center;justify-content:center;width:100%;min-height:60vh}.dashboard-card{max-width:640px;width:100%}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard-header h2{font-size:1.5rem}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.dashboard-nav-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;color:inherit;background:inherit}.theme-light-bg .dashboard-nav-card{border-color:#00000014}.dashboard-nav-card:hover{background:#ffffff26;border-color:#ffffff40;transform:translateY(-2px)}.theme-light-bg .dashboard-nav-card:hover{background:#00000014;border-color:#00000026}.dashboard-nav-icon{font-size:2rem}.dashboard-nav-label{font-family:Orbitron,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-align:center}.admin-page{display:flex;align-items:flex-start;justify-content:center;width:100%;padding:1rem 0}.admin-form-card{max-width:560px;width:100%}.admin-form-card.wide-card{max-width:1100px}.admin-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.admin-header h2{font-size:1.4rem}.logo-preview{margin-bottom:.75rem}.logo-preview img{max-width:160px;max-height:160px;object-fit:contain;border-radius:10px;border:1px solid rgba(255,255,255,.15)}.reg-controls{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.theme-light-bg .reg-controls{border-color:#00000014}.toggle-row{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.reg-open-controls{margin-top:1rem;display:flex;align-items:flex-end;gap:1rem}.reg-open-controls .form-group{margin-bottom:0;flex:1}.upload-controls{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.theme-light-bg .upload-controls{border-color:#00000014}.upload-controls .form-group{margin-bottom:0;flex:1;min-width:200px}.tables-side-by-side{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 900px){.tables-side-by-side{grid-template-columns:1fr}}.table-section{min-width:0}.table-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.table-header h3{font-size:1rem}.delete-confirm-box{background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem}.delete-confirm-box p{font-size:.85rem;margin-bottom:.5rem}.table-count{font-size:.85rem;opacity:.6;margin-bottom:.5rem}.table-wrapper{overflow-x:auto;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.theme-light-bg .table-wrapper{border-color:#00000014}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table th{font-family:Orbitron,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.6rem .75rem;text-align:left;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.theme-light-bg .data-table th{background:#0000000a;border-color:#00000014}.data-table td{padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.05);word-break:break-word}.data-table td:first-child,.data-table th:first-child{white-space:nowrap;width:1%}.theme-light-bg .data-table td{border-color:#0000000a}.data-table tbody tr:nth-child(2n){background:#ffffff08}.theme-light-bg .data-table tbody tr:nth-child(2n){background:#00000005}.data-table tbody tr:hover{background:#ffffff0f}.theme-light-bg .data-table tbody tr:hover{background:#0000000a}.empty-text{text-align:center;opacity:.5;padding:2rem 0;font-size:.95rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:.75rem;flex-wrap:wrap}.info-text{font-size:.95rem;opacity:.7;margin-bottom:1.5rem}.rounds-setup{display:flex;align-items:flex-end;gap:1rem}.rounds-setup .form-group{margin-bottom:0;flex:1;max-width:200px}.rounds-config{display:flex;flex-direction:column;gap:1rem}.round-card{padding:1.5rem}.round-card h3{font-size:1.1rem;margin-bottom:1rem}.round-card.round-executed{opacity:.6}.round-controls{display:flex;align-items:flex-end;gap:1.5rem;flex-wrap:wrap}.round-controls .form-group{margin-bottom:0;flex:1;min-width:150px}.round-winners{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.round-winners h4{font-size:.85rem;margin-bottom:.5rem;opacity:.8}.winners-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}.winner-item{padding:.4rem .75rem;background:#2ecc711a;border-radius:8px;font-size:.9rem}.stage-btn{margin-top:1.5rem;width:100%;font-size:1.1rem;letter-spacing:.1em}.gradient-preview{border:1px solid rgba(255,255,255,.15)}.config-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.theme-light-bg .config-section{border-color:#00000014}.config-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.config-section h3{font-size:1rem;margin-bottom:1rem;opacity:.9}@media (max-width: 600px){.dashboard-grid{grid-template-columns:1fr}.home-heading{font-size:1.6rem}.countdown-value{font-size:1.4rem}.reg-open-controls,.upload-controls{flex-direction:column;align-items:stretch}.round-controls{flex-direction:column}}
