*{box-sizing:border-box}*,body{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{overflow-x:hidden;text-align:center;width:100%}.App,.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-container{padding:20px}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:40px;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#333;font-size:2rem;font-weight:700;margin-bottom:10px}.login-header p{color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:20px}.form-group label{color:#333;text-align:left}.form-group input{background:#fffc;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;padding:15px;transition:all .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:15px;transition:all .3s ease}.login-button:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message{background:#fee;border:1px solid #fecaca;border-radius:8px;color:#c53030;font-size:.9rem;padding:12px;text-align:center}.login-footer{border-top:1px solid #e1e5e9;margin-top:30px;padding-top:20px;text-align:center}.login-footer p{color:#666;font-size:.85rem;margin:5px 0}.login-footer strong{color:#333}@media (max-width:480px){.login-card{padding:30px 20px}.login-header h1{font-size:1.5rem}}@media (min-width:1400px){.login-card{max-width:500px;padding:50px}.login-header h1{font-size:2.5rem}.form-group input,.login-button{font-size:1.1rem;padding:18px}}.dashboard{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.dashboard-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:20px 30px}.header-left h1{color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:5px}.header-left p{color:#718096;font-size:.9rem}.header-right{align-items:center;display:flex;gap:20px}.user-info{align-items:flex-end;display:flex;flex-direction:column}.user-email{color:#4a5568;font-size:.9rem;font-weight:500}.user-role{color:#718096;font-size:.8rem}.logout-button{background:#e53e3e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.logout-button:hover{background:#c53030;transform:translateY(-1px)}.dashboard-nav{background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:5px;padding:0 30px}.nav-button{background:none;border:none;border-bottom:3px solid #0000;color:#718096;cursor:pointer;font-size:.9rem;font-weight:500;padding:15px 20px;transition:all .3s ease}.nav-button:hover{background:#f7fafc;color:#4a5568}.nav-button.active{background:#f7fafc;border-bottom-color:#667eea;color:#667eea}.dashboard-content{flex:1 1;height:calc(100vh - 140px);overflow-y:auto;padding:30px}.dashboard-content h2{color:#1a202c;font-size:1.8rem;font-weight:700;margin-bottom:30px}.overview-section h2{margin-bottom:25px}.stats-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px;max-width:1400px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:25px;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-2px)}.stat-card h3{color:#718096;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.stat-number{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:8px}.stat-change{font-size:.8rem;font-weight:500}.stat-change.positive{color:#38a169}.stat-change.negative{color:#e53e3e}.recent-activity{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:25px}.recent-activity h3{color:#1a202c;font-size:1.2rem;font-weight:600;margin-bottom:20px}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:15px;padding:12px 0}.activity-item:last-child{border-bottom:none}.activity-time{color:#718096;font-size:.8rem;font-weight:600;min-width:50px}.activity-text{color:#4a5568;font-size:.9rem}.calendar-placeholder,.settings-placeholder,.tasks-placeholder{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:60px 30px;text-align:center}.calendar-placeholder p,.settings-placeholder p,.tasks-placeholder p{color:#718096;font-size:1rem;margin-bottom:10px}.calendar-placeholder p:last-child,.settings-placeholder p:last-child,.tasks-placeholder p:last-child{color:#a0aec0;font-size:.9rem;margin-bottom:0}@media (max-width:1200px){.stats-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dashboard-content{padding:25px}}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:15px;padding:15px 20px;text-align:center}.header-right{flex-direction:column;gap:10px}.dashboard-nav{overflow-x:auto;padding:0 15px}.nav-button{font-size:.8rem;padding:12px 15px;white-space:nowrap}.dashboard-content{height:calc(100vh - 120px);padding:20px 15px}.stats-grid{gap:15px;grid-template-columns:1fr}.stat-card{padding:20px}.stat-number{font-size:2rem}.recent-activity{padding:20px}}@media (max-width:480px){.dashboard-header{padding:10px 15px}.header-left h1{font-size:1.2rem}.dashboard-content{padding:15px 10px}.stat-card{padding:15px}.stat-number{font-size:1.8rem}.recent-activity{padding:15px}}@media (min-width:1400px){.dashboard-content{padding:40px 50px}.stats-grid{grid-template-columns:repeat(4,1fr);margin:0 auto 40px;max-width:1600px}.stat-card{padding:30px}.stat-number{font-size:3rem}.recent-activity{margin:0 auto;max-width:1600px;padding:30px}}.business-list-container{max-width:100%;padding:20px}.business-header{margin-bottom:30px}.business-header h2{color:#1a202c;font-size:1.8rem;font-weight:700;margin-bottom:20px}.business-controls{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.search-box{flex:1 1;min-width:300px}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:12px 16px;transition:all .3s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-buttons{display:flex;flex-wrap:wrap;gap:10px}.filter-btn{background:#fff;border:2px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:.85rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:#667eea;border-color:#667eea;color:#fff}.business-stats{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;gap:30px;margin-bottom:30px;padding:20px}.stat-item{align-items:center;display:flex;flex-direction:column;gap:5px}.stat-label{color:#718096;font-size:.8rem;font-weight:500}.stat-value{color:#1a202c;font-size:1.5rem;font-weight:700}.business-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.business-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:20px;transition:all .3s ease}.business-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-2px)}.business-header-card{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:15px}.business-name{color:#1a202c;flex:1 1;font-size:1.2rem;font-weight:600;margin:0}.status-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.status-badge.active{background:#c6f6d5;color:#22543d}.status-badge.inactive{background:#fed7d7;color:#742a2a}.business-owner{background:#f7fafc;border-radius:8px;margin-bottom:15px;padding:10px}.owner-label{color:#718096;display:block;font-size:.8rem;font-weight:500;margin-bottom:3px}.owner-name{color:#1a202c;font-size:1rem;font-weight:600}.business-details{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.detail-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:5px 0}.detail-item:last-child{border-bottom:none}.detail-label{color:#718096}.detail-label,.detail-value{font-size:.85rem;font-weight:500}.detail-value{color:#4a5568;max-width:60%;text-align:right;word-break:break-word}.business-address{background:#f7fafc;border-left:3px solid #667eea;border-radius:8px;padding:10px}.address-label{color:#718096;display:block;font-size:.8rem;font-weight:500;margin-bottom:3px}.address-value{color:#4a5568;font-size:.85rem;font-weight:500;line-height:1.4}.no-results{color:#718096;font-size:1.1rem;grid-column:1/-1;padding:60px 20px;text-align:center}@media (max-width:1200px){.business-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.business-controls{align-items:stretch;flex-direction:column}.search-box{min-width:auto}}@media (max-width:768px){.business-list-container{padding:15px}.business-header h2{font-size:1.5rem}.business-controls{gap:15px}.filter-buttons{justify-content:center}.business-stats{flex-direction:column;gap:15px;text-align:center}.business-grid{grid-template-columns:1fr}.business-card{padding:15px}.business-header-card{align-items:flex-start;flex-direction:column;gap:10px}.status-badge{align-self:flex-start}}@media (max-width:480px){.business-list-container{padding:10px}.business-header h2{font-size:1.3rem}.search-input{font-size:.85rem}.filter-btn{font-size:.8rem;padding:6px 12px}.business-card{padding:12px}.business-name{font-size:1.1rem}.stat-value{font-size:1.3rem}}@media (min-width:1400px){.business-grid{gap:25px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.business-card{padding:25px}.business-name{font-size:1.3rem}.owner-name{font-size:1.1rem}.detail-label,.detail-value{font-size:.9rem}}.create-business-container{margin:0 auto;max-width:800px;padding:20px}.create-business-header{margin-bottom:30px;text-align:center}.create-business-header h2{color:#1a202c;font-size:1.8rem;font-weight:700;margin-bottom:10px}.create-business-header p{color:#718096;font-size:1rem}.create-business-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:30px;padding:30px}.create-business-form{display:flex;flex-direction:column;gap:30px}.form-section{border-bottom:1px solid #f1f5f9;padding-bottom:25px}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section h3{border-bottom:2px solid #667eea;color:#1a202c;display:inline-block;font-size:1.2rem;font-weight:600;margin-bottom:20px;padding-bottom:10px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1/-1}.form-group label{color:#4a5568;font-size:.9rem;font-weight:600}.form-group input,.form-group select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group select.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.form-group input::placeholder{color:#a0aec0}.error-message{color:#e53e3e;font-size:.8rem;font-weight:500;margin-top:4px}.form-actions{border-top:1px solid #f1f5f9;display:flex;gap:15px;justify-content:center;padding-top:20px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:150px;padding:12px 30px;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 8px 15px #667eea4d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.reset-button{background:#e2e8f0;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:600;min-width:150px;padding:12px 30px;transition:all .3s ease}.reset-button:hover:not(:disabled){background:#cbd5e0;border-color:#cbd5e0;transform:translateY(-1px)}.reset-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.form-info{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.form-info h4{color:#1a202c;font-size:1.1rem;font-weight:600;margin-bottom:15px}.form-info ul{list-style:none;margin:0;padding:0}.form-info li{color:#4a5568;font-size:.9rem;margin-bottom:8px;padding-left:20px;position:relative}.form-info li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.form-info li:last-child{margin-bottom:0}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.error-container h3{color:#e53e3e;margin-bottom:10px}.error-container p{color:#718096;margin-bottom:20px}.retry-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.retry-button:hover{background:#5a67d8;transform:translateY(-1px)}.submit-result-message{border-radius:8px;font-size:1rem;font-weight:600;margin-bottom:20px;padding:14px 20px;text-align:center}.submit-result-message.success{background:#c6f6d5;border:1px solid #38a169;color:#22543d}.submit-result-message.error{background:#fed7d7;border:1px solid #e53e3e;color:#742a2a}@media (max-width:768px){.create-business-container{padding:15px}.create-business-header h2{font-size:1.5rem}.create-business-form-container{padding:20px}.form-row{gap:15px;grid-template-columns:1fr}.form-actions{flex-direction:column;gap:10px}.reset-button,.submit-button{min-width:auto;width:100%}}@media (max-width:480px){.create-business-container{padding:10px}.create-business-header h2{font-size:1.3rem}.create-business-form-container{padding:15px}.form-section{padding-bottom:20px}.form-section h3{font-size:1.1rem}.form-group input,.form-group select{font-size:.85rem;padding:10px 12px}.reset-button,.submit-button{font-size:.9rem;padding:10px 20px}}@media (min-width:1400px){.create-business-container{max-width:900px}.create-business-form-container{padding:40px}.form-group input,.form-group select{font-size:1rem;padding:15px 18px}.reset-button,.submit-button{font-size:1.1rem;padding:15px 35px}}
/*# sourceMappingURL=main.a829481f.css.map*/