.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-card{background:#fff;border-radius:24px;padding:3rem;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.8rem;color:#1a202c;margin-bottom:.5rem;font-weight:700}.auth-header p{color:#718096;font-size:1rem}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.auth-card{padding:2rem}.auth-header h1{font-size:1.5rem}}.business-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.business-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.business-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.business-image img{width:100%;height:100%;object-fit:cover}.business-content{padding:1.5rem}.business-name{font-size:1.4rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.3}.business-info{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.9rem;margin-bottom:.5rem}.business-info svg{flex-shrink:0}.business-info a{color:#667eea;text-decoration:none}.business-info a:hover{text-decoration:underline}.business-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;padding:1rem;background:#f7fafc;border-radius:12px}.stat-item{display:flex;align-items:center;gap:.75rem}.stat-item.clickable{cursor:pointer;transition:all .2s ease;padding:.5rem;margin:-.5rem;border-radius:8px}.stat-item.clickable:hover{background:#fff;transform:scale(1.05)}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:#2d3748;line-height:1}.business-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-icon{flex:1;padding:.75rem;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:all .2s ease}.btn-history{background:#667eea;color:#fff;flex:2}.btn-history:hover{background:#5568d3}.btn-refresh{background:#48bb78;color:#fff}.btn-refresh:hover{background:#38a169}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.btn-link{background:#4299e1;color:#fff;text-decoration:none}.btn-link:hover{background:#3182ce}.btn-delete{background:#f56565;color:#fff}.btn-delete:hover{background:#e53e3e}.business-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.last-updated{font-size:.85rem;color:#a0aec0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{display:flex;align-items:center;gap:.75rem}.modal-title svg{color:#667eea}.modal-title h2{font-size:1.5rem;color:#1a202c;font-weight:700}.btn-close{background:none;border:none;cursor:pointer;color:#718096;padding:.5rem;border-radius:8px;transition:all .2s ease}.btn-close:hover{background:#f7fafc;color:#2d3748}form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.form-hint{margin-top:.5rem;font-size:.85rem;color:#718096}.modal-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-cancel,.btn-submit{flex:1;padding:.875rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-cancel{background:#f7fafc;color:#4a5568}.btn-cancel:hover{background:#edf2f7}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.history-modal{max-width:900px;max-height:90vh;display:flex;flex-direction:column}.history-content{padding:1.5rem;overflow-y:auto;flex:1}.loading-state,.empty-history{text-align:center;padding:3rem;color:#718096;font-size:1.1rem}.charts-container{display:grid;gap:2rem;margin-bottom:2rem}.chart-section h3{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;color:#2d3748;margin-bottom:1rem}.chart-section svg{color:#667eea}.history-table{margin-top:2rem}.history-table h3{font-size:1.1rem;color:#2d3748;margin-bottom:1rem}.history-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.history-table thead{background:#f7fafc}.history-table th{padding:1rem;text-align:left;font-weight:600;color:#4a5568;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.history-table td{padding:1rem;border-top:1px solid #e2e8f0;color:#2d3748}.rating-badge{display:inline-flex;align-items:center;gap:.25rem;background:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:20px;font-weight:600;font-size:.9rem}.review-badge{display:inline-flex;background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-weight:600;font-size:.9rem}@media (max-width: 768px){.history-modal{max-width:100%;margin:0;border-radius:0}.history-table{overflow-x:auto}.history-table table{font-size:.85rem}.history-table th,.history-table td{padding:.75rem .5rem}}.profile-modal{max-width:500px}.profile-content{padding:1.5rem}.profile-info{background:#f7fafc;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.info-item{margin-bottom:1rem}.info-item:last-child{margin-bottom:0}.info-item label{display:block;font-size:.85rem;font-weight:600;color:#718096;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.info-item p{font-size:1rem;color:#2d3748;font-weight:500}.divider{position:relative;text-align:center;margin:2rem 0 1.5rem}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.divider span{position:relative;background:#fff;padding:0 1rem;color:#4a5568;font-size:.9rem;font-weight:600}.form-group{margin-bottom:1.25rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.form-group input{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.error-message{background:#fed7d7;color:#c53030;padding:.875rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem;text-align:center}.success-message{background:#c6f6d5;color:#22543d;padding:.875rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem;text-align:center}.btn-submit{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.reviews-modal{max-width:700px;max-height:85vh;display:flex;flex-direction:column}.modal-title .subtitle{font-size:.9rem;color:#718096;font-weight:400;margin-top:.25rem}.reviews-content{padding:1.5rem;overflow-y:auto;flex:1}.loading-state,.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#718096}.loading-state svg{color:#667eea;margin-bottom:1rem}.error-state{color:#e53e3e}.empty-state svg{color:#cbd5e0;margin-bottom:1rem}.info-box{background:linear-gradient(135deg,#667eea15,#764ba215);border:2px solid #667eea30;border-radius:12px;padding:1.5rem;display:flex;gap:1rem;margin-bottom:1.5rem}.info-box svg{color:#667eea;flex-shrink:0}.info-content h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.info-content p{color:#4a5568;line-height:1.6;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat-box{background:#f7fafc;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#2d3748;line-height:1}.stat-label{font-size:.85rem;color:#718096;margin-top:.25rem}.btn-view-maps{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.btn-view-maps:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.help-text{margin-top:1.5rem;padding:1rem;background:#fffbeb;border-left:4px solid #fbbf24;border-radius:8px}.help-text p{color:#78350f;font-size:.9rem;line-height:1.6;margin:0}.help-text strong{color:#92400e}.spin{animation:spin 1s linear infinite}@media (max-width: 768px){.reviews-modal{max-width:100%;max-height:100vh;border-radius:0}.reviews-content,.review-card{padding:1rem}.reviewer-avatar{width:36px;height:36px}}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;margin-top:4rem;padding:3rem 2rem 1.5rem;border-radius:20px 20px 0 0}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#cbd5e0;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.footer-made-with{display:flex;align-items:center;gap:.5rem;color:#a0aec0;font-size:.9rem}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#cbd5e0;text-decoration:none;font-size:.95rem;transition:all .2s ease;display:inline-block}.footer-links a:hover{color:#667eea;transform:translate(4px)}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:10px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#cbd5e0;transition:all .3s ease;text-decoration:none}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #667eea66}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright,.footer-tech{color:#a0aec0;font-size:.9rem;margin:0}.tech-highlight{color:#667eea;font-weight:600}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:.5rem}.footer-section:first-child{text-align:center}.footer-social{justify-content:center}}.app{min-height:100vh;padding:2rem;display:flex;flex-direction:column}.container{max-width:1400px;margin:0 auto;flex:1;width:100%}.header{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 40px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.user-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f7fafc;border-radius:10px;color:#4a5568;font-size:.9rem}.btn-profile{background:#4299e1;color:#fff;border:none;padding:.875rem;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-profile:hover{background:#3182ce}.btn-logout{background:#f56565;color:#fff;border:none;padding:.875rem;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-logout:hover{background:#e53e3e}.header-content{flex:1}.header-title{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.header-icon{color:#667eea}.header-title h1{font-size:2rem;color:#1a202c;font-weight:700}.header-subtitle{color:#718096;font-size:1.1rem;margin-left:3rem}.btn-add{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.btn-add:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.loading{text-align:center;padding:4rem;color:#fff}.spin{animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{background:#fff;border-radius:20px;padding:4rem;text-align:center;box-shadow:0 10px 40px #0000001a;margin-bottom:4rem}.empty-state svg{color:#cbd5e0;margin-bottom:1.5rem}.empty-state h2{color:#2d3748;margin-bottom:.5rem;font-size:1.5rem}.empty-state p{color:#718096;font-size:1.1rem}.businesses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-bottom:4rem}@media (max-width: 768px){.app{padding:1rem}.header{padding:1.5rem}.header-title h1{font-size:1.5rem}.header-subtitle{font-size:.9rem;margin-left:2.5rem}.businesses-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}
