.onboarding-page{background:var(--off-white);min-height:100vh;padding-bottom:100px}.onboarding-header{background:var(--white);z-index:100;border-bottom:1px solid #0000001a;padding:1.5rem 2rem;position:sticky;top:0}.user-warning-modal{text-align:center;max-width:420px;padding:2rem}.user-warning-modal h3{color:var(--dark-blue);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem}.user-warning-modal p{color:var(--text);margin-bottom:.75rem;line-height:1.6}.user-warning-modal p:last-of-type{margin-bottom:1.5rem}.modal-header-icon-centered{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:1.75rem;display:flex}.modal-header-icon-centered.warning{color:#856404;background:#fff3cd}.user-warning-modal .modal-actions{flex-direction:column;gap:.75rem;display:flex}.user-warning-modal .btn-full{width:100%}.user-warning-modal .btn-outline{color:var(--text-light);border:1px solid var(--border);background:0 0}.user-warning-modal .btn-outline:hover{background:var(--off-white)}.onboarding-header-content{max-width:900px;margin:0 auto}.onboarding-header-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.onboarding-header-top h1{color:var(--dark-blue);margin:0;font-size:1.25rem;font-weight:600}.onboarding-back-link{color:var(--text-light);background:var(--off-white);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.onboarding-back-link:hover{background:var(--sage-light);color:var(--dark-blue)}.onboarding-step-indicator{color:var(--text-light);font-size:.9rem}.onboarding-progress{gap:.5rem;margin-bottom:.75rem;display:flex}.onboarding-progress-bar{background:#0000001a;border:none;border-radius:3px;flex:1;height:6px;padding:0;transition:all .3s}.onboarding-progress-bar.active{background:var(--terracotta)}.onboarding-progress-bar.clickable{cursor:pointer}.onboarding-progress-bar.clickable:hover{opacity:.7;transform:scaleY(1.3)}.onboarding-progress-bar:disabled:not(.clickable){cursor:default}.onboarding-progress-labels{color:var(--text-light);justify-content:space-between;font-size:.75rem;display:flex}.onboarding-progress-labels .step-label{font-size:inherit;color:inherit;cursor:default;background:0 0;border:none;border-radius:4px;align-items:center;gap:.35rem;margin:-.25rem -.5rem;padding:.25rem .5rem;font-family:inherit;transition:all .2s;display:inline-flex}.onboarding-progress-labels .step-label.active{color:var(--terracotta);font-weight:600}.onboarding-progress-labels .step-label.completed{color:var(--sage)}.onboarding-progress-labels .step-label.completed i{font-size:.65rem}.onboarding-progress-labels .step-label.clickable{cursor:pointer}.onboarding-progress-labels .step-label.clickable:hover{color:var(--dark-blue);background:#81b29a26}.onboarding-step-content{max-width:900px;margin:0 auto;padding:2rem}.onboarding-step-title{margin-bottom:2rem}.onboarding-step-title h2{color:var(--dark-blue);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.onboarding-step-title p{color:var(--text-light);margin:0;font-size:1rem}.onboarding-card{background:var(--white);border:1px solid #00000014;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.onboarding-card-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.onboarding-card-header i{color:var(--text-light);font-size:1.1rem}.onboarding-card-header h3{color:var(--dark-blue);margin:0;font-size:1.1rem;font-weight:600}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-label{color:var(--dark-blue);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-label .required{color:var(--terracotta)}.form-input,.form-select,.form-textarea{width:100%;color:var(--text);background:var(--white);border:1px solid #00000026;border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--terracotta);outline:none;box-shadow:0 0 0 3px #e07a5f26}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-light);opacity:.6}.form-input.error{background:#fef2f2;border-color:#dc2626}.form-textarea{resize:none;min-height:100px}.form-hint{color:var(--text-light);margin-top:.25rem;font-size:.8rem}.password-input-wrapper{position:relative}.password-input-wrapper .form-input{padding-right:3rem}.password-toggle{color:var(--text-light);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-toggle:hover{color:var(--terracotta)}.password-toggle i{font-size:1rem}.form-error{color:#dc2626;margin-top:.25rem;font-size:.8rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.checkbox-item{cursor:pointer;background:var(--off-white);border-radius:10px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.checkbox-item:hover{background:var(--cream)}.checkbox-box{border:2px solid #0003;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;transition:all .2s;display:flex}.checkbox-box.checked{background:var(--terracotta);border-color:var(--terracotta)}.checkbox-box i{color:var(--white);font-size:.75rem}.checkbox-content{flex:1}.checkbox-label{color:var(--dark-blue);align-items:center;gap:.5rem;font-weight:500;display:flex}.checkbox-label i{color:var(--text-light)}.checkbox-description{color:var(--text-light);margin-top:.25rem;font-size:.85rem}.checkbox-inline{cursor:pointer;align-items:center;gap:.75rem;display:flex}.checkbox-inline .checkbox-box{border-radius:4px;width:18px;height:18px;margin-top:0}.photos-grid{flex-wrap:wrap;gap:.75rem;display:flex}.photo-item{width:100px;height:100px;position:relative}.photo-item img{object-fit:cover;border:1px solid #0000001a;border-radius:10px;width:100%;height:100%}.photo-item .photo-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#0000,#000000b3);border-radius:0 0 10px 10px;padding:.5rem .25rem .25rem;font-size:.65rem;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.photo-remove-btn{width:22px;height:22px;color:var(--white);cursor:pointer;opacity:0;background:#dc2626;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:opacity .2s;display:flex;position:absolute;top:-6px;right:-6px}.photo-item:hover .photo-remove-btn{opacity:1}.photo-upload-btn{cursor:pointer;background:0 0;border:2px dashed #0003;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;transition:all .2s;display:flex}.photo-upload-btn:hover{border-color:var(--terracotta);background:#e07a5f0d}.photo-upload-btn i{color:var(--text-light);margin-bottom:.25rem;font-size:1.25rem}.photo-upload-btn span{color:var(--text-light);font-size:.75rem}.photo-upload-btn input{display:none}.hours-list{flex-direction:column;gap:.5rem;display:flex}.hours-row{background:var(--off-white);border-radius:10px;align-items:center;gap:1rem;padding:.75rem;display:flex}.hours-day-toggle{cursor:pointer;align-items:center;gap:.5rem;min-width:130px;display:flex}.hours-day-toggle .checkbox-box{border-radius:4px;width:18px;height:18px;margin-top:0}.hours-day-label{color:var(--dark-blue);font-weight:500}.hours-day-label.disabled{color:var(--text-light)}.hours-selects{align-items:center;gap:.5rem;display:flex}.hours-selects select{background:var(--white);border:1px solid #00000026;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.hours-selects select:focus{border-color:var(--terracotta);outline:none}.hours-separator{color:var(--text-light);font-size:.9rem}.hours-closed-label{color:var(--text-light);font-size:.9rem;font-style:italic}.availability-section{margin-top:1rem}.availability-day-row{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.availability-day-label{min-width:80px;color:var(--dark-blue);font-size:.9rem;font-weight:500}.availability-bar-container{flex:1;padding-top:24px;padding-bottom:24px}.availability-bar{background:var(--sage-light);cursor:crosshair;-webkit-user-select:none;user-select:none;border:1px solid var(--sage);border-radius:8px;height:40px;position:relative;overflow:visible}.availability-bar-graduation{border-left:1px dashed #81b29a99;position:absolute;top:0;bottom:0}.availability-bar-graduation:first-child,.availability-bar-graduation:last-child{border-left:none}.availability-bar-graduation span{color:var(--text-light);font-size:.7rem;font-weight:500;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.availability-block{background:var(--terracotta);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:4px;bottom:4px}.availability-block:hover{background:var(--terracotta-dark)}.availability-block .block-remove{color:var(--white);opacity:0;font-size:.75rem;font-weight:600;transition:opacity .2s}.availability-block:hover .block-remove{opacity:1}.availability-block .block-time{color:var(--terracotta);white-space:nowrap;opacity:0;font-size:.7rem;font-weight:500;transition:opacity .2s;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.availability-block:hover .block-time{opacity:1}.availability-drag-preview{pointer-events:none;background:#e07a5f80;border-radius:4px;position:absolute;top:4px;bottom:4px}.availability-bar-times{display:none}.availability-legend{gap:1.5rem;margin-top:1.5rem;font-size:.8rem;display:flex}.availability-legend-item{align-items:center;gap:.5rem;display:flex}.availability-legend-item .legend-color{border-radius:4px;width:16px;height:16px}.availability-legend-item .legend-color.available{background:var(--sage-light);border:1px solid var(--sage)}.availability-legend-item .legend-color.unavailable{background:var(--terracotta)}.availability-legend-item span{color:var(--text-light)}.spots-actions{gap:.75rem;margin-bottom:2rem;display:flex}.spots-section{margin-bottom:2rem}.spots-section-header{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:flex}.spots-section-header i{font-size:.9rem}.spots-list{flex-direction:column;gap:.75rem;display:flex}.spot-card{background:var(--white);border:1px solid #00000014;border-radius:16px;padding:1rem;transition:all .2s}.spot-card:hover{box-shadow:0 4px 12px #00000014}.spot-card.salle{border-color:var(--dark-blue);border-width:1px}.spot-card-content{justify-content:space-between;align-items:center;display:flex}.spot-card-left{align-items:center;gap:1rem;display:flex}.spot-number{flex-direction:column;align-items:center;display:flex}.spot-number-badge{width:48px;height:48px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.spot-number-badge.spot{background:var(--terracotta)}.spot-number-badge.salle{background:var(--dark-blue)}.spot-number-label{color:var(--text-light);margin-top:.25rem;font-size:.6rem}.spot-photo{position:relative}.spot-photo img{object-fit:cover;border:1px solid #0000001a;border-radius:10px;width:56px;height:56px}.spot-photo-count{background:var(--dark-blue);width:20px;height:20px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;display:flex;position:absolute;bottom:-4px;right:-4px}.spot-info h4{color:var(--dark-blue);margin:0 0 .5rem;font-size:1rem;font-weight:600}.spot-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.spot-meta span{color:var(--text-light);font-size:.85rem}.spot-meta .separator{color:#0003}.spot-meta .price{color:var(--terracotta);font-weight:600}.spot-meta .price.salle{color:var(--dark-blue)}.spot-badge{border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.spot-badge.power{color:var(--sage);background:#81b29a26}.spot-badge.no-power{color:var(--text-light);background:#0000000d}.spot-badge.no-power span{text-decoration:line-through}.spot-badge.available{color:var(--sage);background:#81b29a26}.spot-badge.limited{color:var(--terracotta);background:#e07a5f26}.spot-card-actions{align-items:center;gap:.5rem;display:flex;position:relative}.spot-action-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.spot-action-btn:hover{background:var(--off-white)}.spot-action-btn.edit:hover{color:var(--terracotta);background:#e07a5f1a}.spot-action-btn.delete:hover{color:#dc2626;background:#dc26261a}.btn-duplicate{color:var(--dark-blue);cursor:pointer;background:#3d405b1a;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-duplicate:hover{background:#3d405b33}.duplicate-popover{background:var(--white);z-index:10;border:1px solid #0000001a;border-radius:12px;width:240px;margin-top:.5rem;padding:1rem;position:absolute;top:100%;right:0;box-shadow:0 10px 40px #00000026}.duplicate-popover-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.duplicate-popover-header span{color:var(--dark-blue);font-weight:600}.duplicate-popover-header button{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:.25rem}.duplicate-popover label{color:var(--text-light);margin-bottom:.5rem;font-size:.85rem;display:block}.duplicate-counter{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.duplicate-counter button{background:var(--off-white);cursor:pointer;border:none;border-radius:8px;width:36px;height:36px;font-size:1.1rem;font-weight:500;transition:background .2s}.duplicate-counter button:hover{background:var(--cream)}.duplicate-counter input{text-align:center;border:1px solid #00000026;border-radius:8px;width:50px;height:36px;font-size:1rem;font-weight:600}.spots-empty{background:var(--white);text-align:center;border:2px dashed #00000026;border-radius:16px;padding:3rem}.spots-empty-icon{background:var(--off-white);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.spots-empty-icon i{color:var(--text-light);font-size:1.5rem}.spots-empty h3{color:var(--dark-blue);margin:0 0 .5rem;font-size:1.1rem}.spots-empty p{color:var(--text-light);margin:0 0 1.5rem}.spots-empty-actions{justify-content:center;gap:.75rem;display:flex}.onboarding-footer{background:var(--white);z-index:100;border-top:1px solid #0000001a;padding:1rem 2rem;position:fixed;bottom:0;left:0;right:0}.onboarding-footer-content{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;display:flex}.onboarding-footer-info{color:var(--text-light);font-size:.9rem}.btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-terracotta{background:var(--terracotta);color:var(--white)}.btn-terracotta:hover{background:var(--terracotta-dark);transform:translateY(-1px)}.btn-sage{background:var(--sage);color:var(--white)}.btn-sage:hover{background:var(--dark-blue)}.btn-dark{background:var(--dark-blue);color:var(--white)}.btn-dark:hover{background:#2a2c3f;transform:translateY(-1px)}.btn-dark-blue{background:var(--dark-blue);color:var(--white)}.btn-dark-blue:hover{background:#2a2c3f}.btn-outline{background:var(--white);color:var(--dark-blue);border:1px solid #00000026}.btn-outline:hover{background:var(--off-white)}.btn-outline.disabled,.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-full{justify-content:center;width:100%}.modal-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0003}.modal-header{border-bottom:1px solid #0000001a;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.modal-header h3{color:var(--dark-blue);margin:0;font-size:1.1rem}.modal-header p{color:var(--text-light);margin:0;font-size:.85rem}.modal-header-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.modal-header-icon.warning{color:#dc2626;background:#dc26261a}.modal-close-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:8px;margin-left:auto;padding:.5rem;transition:all .2s}.modal-close-btn:hover{background:var(--off-white);color:var(--dark-blue)}.modal-body{max-height:calc(90vh - 180px);padding:1.5rem;overflow-y:auto}.modal-footer{background:var(--off-white);border-top:1px solid #0000001a;padding:1rem 1.5rem}.validation-modal .validation-header{background:#dc26260d}.validation-errors-list{margin:0;padding:0;list-style:none}.validation-errors-list li{color:var(--text);align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.error-bullet{background:#dc2626;border-radius:50%;width:6px;height:6px}.submit-error{color:#dc2626;background:#dc26261a;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;font-size:.9rem;display:flex}.error-modal .error-header{background:#dc26260d}.modal-header-icon.error{color:#dc2626;background:#dc262626}.error-message-box{background:#dc262614;border:1px solid #dc262633;border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.error-message-box i{color:#dc2626;flex-shrink:0;margin-top:2px;font-size:1.25rem}.error-message-box p{color:#991b1b;margin:0;font-size:.95rem;line-height:1.5}.completion-modal{text-align:center}.completion-header{padding:2rem 1.5rem}.completion-icon{background:#81b29a26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.completion-icon i{color:var(--sage);font-size:1.75rem}.completion-header h3{margin:0 0 .5rem;font-size:1.25rem}.completion-header p{color:var(--text-light);margin:0}.completion-summary{background:var(--off-white);border-top:1px solid #0000001a;padding:1rem 1.5rem}.completion-summary h4{color:var(--text-light);margin:0 0 .75rem;font-size:.85rem;font-weight:600}.summary-grid{flex-direction:column;gap:.5rem;display:flex}.summary-row{justify-content:space-between;font-size:.9rem;display:flex}.summary-row span:first-child{color:var(--text-light)}.summary-row span:last-child{color:var(--dark-blue);font-weight:500}.spot-modal{max-width:640px}.spot-modal .modal-body{max-height:calc(90vh - 160px)}.location-toggle{gap:.75rem;display:flex}.location-btn{background:var(--white);cursor:pointer;color:var(--text-light);border:2px solid #0000001a;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.location-btn:hover{border-color:#0003}.location-btn.active{border-color:var(--terracotta);color:var(--terracotta);background:#e07a5f0d}.counter-input{align-items:center;gap:.5rem;display:flex}.counter-input button{background:var(--off-white);cursor:pointer;border:none;border-radius:8px;width:40px;height:40px;font-size:1.25rem;transition:background .2s}.counter-input button:hover{background:var(--cream)}.counter-input input{text-align:center;border:1px solid #00000026;border-radius:8px;width:60px;height:40px;font-size:1.1rem;font-weight:600}.price-display{align-items:center;gap:.5rem;display:flex}.price-value{border-radius:8px;justify-content:center;align-items:center;width:70px;height:40px;font-size:1.1rem;font-weight:700;display:flex}.price-value.low{color:var(--sage);background:#81b29a26}.price-value.medium{color:#ca8a04;background:#eab30826}.price-value.high{color:#dc2626;background:#dc262626}.price-suffix{color:var(--text-light);font-size:.9rem}.modal-footer-actions{justify-content:flex-end;gap:.75rem;display:flex}@media (max-width:768px){.onboarding-header{padding:1rem}.onboarding-header-top{flex-wrap:wrap;gap:.5rem}.onboarding-header-top h1{order:3;width:100%;font-size:1.1rem}.onboarding-step-content{padding:1rem}.onboarding-step-title h2{font-size:1.5rem}.onboarding-footer{padding:.75rem 1rem}.onboarding-footer-content{flex-wrap:wrap;gap:.5rem}.onboarding-footer-info{text-align:center;order:3;width:100%;font-size:.8rem}.hours-row{flex-direction:column;align-items:flex-start;gap:.5rem}.availability-day-row{flex-direction:column;align-items:flex-start}.availability-day-label{margin-bottom:.25rem}.availability-bar-container{width:100%}.spot-card-content{flex-direction:column;align-items:flex-start;gap:1rem}.spot-card-actions{justify-content:flex-end;width:100%}.spots-actions{flex-direction:column}.spots-actions .btn{justify-content:center;width:100%}}
