@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(255,107,53,.2),transparent 60%)}.auth-card{width:360px;padding:32px;background:#141414f2;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #00000073;display:flex;flex-direction:column;gap:16px}.auth-card h1{margin:0;font-size:1.8rem;color:#ff6b35}.auth-card p{margin:0;color:#bdbdbd}.auth-card label{display:flex;flex-direction:column;font-size:.9rem;color:#ddd;gap:6px}.auth-card input{padding:10px 12px;background:#121212;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;font-family:inherit}.auth-card input:focus{outline:none;border-color:#ff6b35}.auth-card button{padding:12px;margin-top:4px;border:none;border-radius:10px;background:#ff6b35;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;font-family:inherit}.auth-card button:disabled{opacity:.6;cursor:wait}.auth-card button:not(:disabled):hover{background:#ff834f}.auth-error{background:#ff000026;border:1px solid rgba(255,0,0,.4);border-radius:8px;padding:8px 12px;color:#ffbdbd;font-size:.9rem}.dashboard-wrapper{min-height:100vh;background:radial-gradient(circle at top,rgba(255,107,53,.2),transparent 60%);padding:0}.dashboard{max-width:1800px;margin:0 auto;padding:32px 20px 60px;color:#e8e8e8;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.dashboard-header h1{margin:0;font-size:1.8rem;color:#ff6b35}.dashboard-header p{margin:4px 0 0;color:#bdbdbd;font-size:.9rem}.dashboard-header-actions{display:flex;gap:10px}.dashboard-header button{border:none;background:#272727;color:#fff;padding:10px 16px;border-radius:10px;cursor:pointer;font-size:.9rem;transition:background .2s}.dashboard-header button:hover:not(:disabled){background:#3a3a3a}.dashboard-header button:disabled{opacity:.5;cursor:wait}.dashboard-error{background:#ff000026;border:1px solid rgba(255,0,0,.4);border-radius:12px;padding:12px 16px;margin-bottom:20px;color:#ffbdbd}.dashboard-success{background:#38c07026;border:1px solid rgba(56,192,112,.4);border-radius:12px;padding:12px 16px;margin-bottom:20px;color:#7cf19c}.dashboard-progress{background:#ff6b351a;border:1px solid rgba(255,107,53,.3);border-radius:12px;padding:12px 16px;margin-bottom:20px;color:#ff6b35}.progress-bar{width:100%;height:4px;background:#ff6b3533;border-radius:2px;overflow:hidden;margin-bottom:8px}.progress-bar-fill{height:100%;background:#ff6b35;animation:progress-animation 1.5s ease-in-out infinite}@keyframes progress-animation{0%{width:0%;transform:translate(0)}50%{width:70%;transform:translate(0)}to{width:100%;transform:translate(100%)}}.dashboard-progress p{margin:0;font-size:.9rem;text-align:center}.card{background:#161616;border-radius:16px;border:1px solid rgba(255,255,255,.06);padding:20px;margin-bottom:22px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-head h2{margin:0;font-size:1.2rem;color:#f7f7f7}.card button.ghost{background:transparent;color:#ccc;border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.85rem}.card button.ghost:hover{border-color:#ff6b35;color:#fff}.spot-form{display:flex;flex-direction:column;gap:12px}.spot-form label{display:flex;flex-direction:column;font-size:.9rem;color:#c3c3c3;gap:6px}.spot-form input,.spot-form textarea{padding:10px 12px;background:#0f0f0f;border-radius:10px;border:1px solid #282828;color:#f7f7f7;font-family:inherit;font-size:.9rem}.spot-form input:focus,.spot-form textarea:focus{outline:none;border-color:#ff6b35}.spot-form textarea{min-height:70px;resize:vertical}.spot-form button[type=submit]{margin-top:8px;align-self:flex-start;padding:12px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff6b35,#ff8c00);color:#fff;font-weight:600;cursor:pointer;font-size:.95rem;transition:transform .2s,box-shadow .2s}.spot-form button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3566}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.slots-section{margin:12px 0}.slots-label{display:block;font-size:.9rem;color:#c3c3c3;margin-bottom:8px}.slots-grid-with-times{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:5px}.slot-item{display:flex;flex-direction:column;gap:4px}.slot-checkbox{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:6px;border-radius:6px;background:#0f0f0f;border:1px solid #282828;transition:all .2s}.slot-checkbox:hover{border-color:#ff6b35;background:#ff6b350d}.slot-checkbox input[type=checkbox]{margin-right:4px;cursor:pointer;width:14px;height:14px}.slot-checkbox input[type=checkbox]:checked{accent-color:#ff6b35}.slot-checkbox span{color:#f7f7f7;font-size:10px;font-weight:500}.slot-times{display:flex;flex-direction:column;gap:3px;margin-top:2px}.slot-time-input{padding:4px 6px;background:#0f0f0f;border-radius:4px;border:1px solid #282828;color:#f7f7f7;font-size:9px;font-family:inherit;width:100%}.slot-time-input:focus{outline:none;border-color:#ff6b35}.slot-time-readonly{background:#1a1a1a!important;cursor:not-allowed;opacity:.7}.slot-time-readonly:hover{border-color:#282828!important}.slots-hint{font-size:10px;color:#9a9a9a;font-style:italic;margin:5px 0 0}.table-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.table-head h2{margin:0;font-size:1.2rem;color:#f7f7f7}.toggle{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#c3c3c3;cursor:pointer}.toggle input[type=checkbox]{cursor:pointer}.spots-grid{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.spot-card{background:#1a1a1a;border:1px solid #555555;border-radius:8px;padding:15px;cursor:pointer;transition:all .2s ease;width:500px;min-height:140px;display:flex;flex-direction:column}.spot-card:hover{background:#2a2a2a;border-color:#ff6b35;border-width:2px;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.spot-card.selected{background:#ff6b3526;border-color:#ff6b35;border-width:2px;box-shadow:0 0 12px #ff6b354d}.spot-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;gap:10px}.spot-card-header-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.spot-id-badge{background:#ff6b35;color:#fff;padding:4px 8px;border-radius:3px;font-size:10px;font-weight:600}.spot-card-header h3{margin:0;font-size:14px;color:#f7f7f7;font-weight:600}.spot-card-actions{display:flex;flex-direction:column;gap:5px;flex-shrink:0}.spot-card-actions button{padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#f6f6f6;cursor:pointer;font-size:11px;transition:all .2s;width:110px;white-space:nowrap}.spot-card-actions button:hover{border-color:#ff6b35;background:#ff6b351a;color:#ff6b35}.spot-card-body{display:flex;flex-direction:column;gap:6px;flex:1}.spot-description{color:#c3c3c3;font-size:12px;line-height:1.4;margin:0 0 6px}.spot-details-row{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.spot-detail-inline{display:flex;align-items:center;gap:4px;font-size:10px;color:#bdbdbd}.spot-detail-icon{font-size:10px;color:#9a9a9a}.spot-detail-value{color:#f7f7f7;font-weight:600;font-size:10px;text-decoration:none}.spot-detail-value:hover{color:#ff6b35}.spot-detail-text{color:#9a9a9a;font-size:9px}.spot-detail-text .spot-detail-value{color:#f7f7f7}.badge{padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:600;display:inline-block}.badge.status-active{background:#38c07033;color:#7cf19c}.badge.status-pending{background:#ffc10733;color:#fff9c4}.badge.status-expired,.badge.status-inactive{background:#ff63472e;color:#ffb3a3}.actions{display:flex;gap:6px;flex-wrap:wrap}.actions button{margin:0;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#f6f6f6;cursor:pointer;font-size:.85rem;transition:border-color .2s}.actions button:hover{border-color:#ff6b35}.status-display{padding:10px 12px;background:#0f0f0f;border-radius:10px;color:#f7f7f7;font-weight:600;font-size:.9rem}.app-loading{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:#ccc}.spinner{width:36px;height:36px;border-radius:50%;border:4px solid #1f1f1f;border-top-color:#ff6b35;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.dashboard{padding:20px 15px}.dashboard-header{flex-direction:column;gap:15px}.form-grid{grid-template-columns:1fr}.spots-grid{flex-direction:column;gap:16px}.spot-card{width:100%;max-width:100%}.slots-grid{grid-template-columns:repeat(3,1fr)}.spot-card-header{flex-direction:column;align-items:stretch}.spot-card-actions{width:100%;justify-content:flex-end}.spot-card-actions button{flex:1}}:root{--dark-charcoal: #1a1a1a;--dark-grey: #2d2d2d;--light-grey: #3d3d3d;--white-text: #ffffff;--light-grey-text: #cccccc;--orange-accent: #ff8800;--orange-hover: #ff9900;--error-red: #ff4444;--success-green: #44ff44;--border-radius: 8px;--border-radius-small: 6px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--dark-charcoal);color:var(--white-text);min-height:100vh}#root{min-height:100vh}.btn{padding:10px 20px;border:none;border-radius:var(--border-radius-small);font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background-color:var(--orange-accent);color:var(--white-text)}.btn-primary:hover{background-color:var(--orange-hover);transform:translateY(-1px);box-shadow:0 4px 8px #ff88004d}.btn-secondary{background-color:var(--light-grey);color:var(--white-text)}.btn-secondary:hover{background-color:#4d4d4d}.btn-danger{background-color:var(--error-red);color:var(--white-text)}.btn-danger:hover{background-color:#f66}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.input-group{margin-bottom:15px}.input-group label{display:block;margin-bottom:5px;color:var(--white-text);font-size:14px}.input-group input,.input-group textarea{width:100%;padding:10px;background-color:var(--dark-charcoal);border:1px solid var(--light-grey);border-radius:var(--border-radius-small);color:var(--white-text);font-size:14px;font-family:inherit;transition:border-color .3s ease}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:var(--orange-accent)}.input-group textarea{resize:vertical;min-height:80px}.container{max-width:1400px;margin:0 auto;padding:20px}.card{background-color:var(--dark-grey);border-radius:var(--border-radius);padding:20px;margin-bottom:20px}.card-header{font-size:18px;font-weight:700;color:var(--orange-accent);margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--light-grey)}.table-container{overflow-x:auto;margin-top:20px}table{width:100%;border-collapse:collapse;background-color:var(--dark-charcoal);border-radius:var(--border-radius-small);overflow:hidden}thead{background-color:var(--light-grey)}th{padding:12px;text-align:left;font-weight:600;color:var(--white-text);font-size:13px;border-bottom:2px solid var(--orange-accent)}td{padding:12px;border-bottom:1px solid var(--light-grey);color:var(--light-grey-text);font-size:13px}tr:hover{background-color:var(--light-grey)}tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.status-active{background-color:var(--success-green);color:var(--dark-charcoal)}.status-inactive{background-color:#666;color:var(--white-text)}.status-expired{background-color:var(--error-red);color:var(--white-text)}.status-pending{background-color:#fa0;color:var(--dark-charcoal)}.message{padding:12px;border-radius:var(--border-radius-small);margin-bottom:15px;font-size:14px}.message-success{background-color:#4f43;border:1px solid var(--success-green);color:var(--success-green)}.message-error{background-color:#f443;border:1px solid var(--error-red);color:var(--error-red)}.message-info{background-color:#f803;border:1px solid var(--orange-accent);color:var(--orange-accent)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px;margin-bottom:20px}.form-actions{display:flex;gap:10px;margin-top:20px}.loading{text-align:center;padding:40px;color:var(--light-grey-text)}.empty-state{text-align:center;padding:60px 20px;color:var(--light-grey-text)}.empty-state h3{margin-bottom:10px;color:var(--white-text)}@media(max-width:768px){.container{padding:10px}.form-grid{grid-template-columns:1fr}table{font-size:12px}th,td{padding:8px}}
