.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar{padding:0}.nav-container{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#007bff;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.nav-logo:hover{color:#0056b3}.nav-menu{align-items:center;display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-link{border-radius:4px;color:#333;cursor:pointer;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#f8f9fa;color:#007bff}.nav-register{background-color:#007bff;color:#fff!important}.nav-register:hover{background-color:#0056b3}.nav-dropdown{position:relative}.dropdown-toggle:after{content:" ▾";font-size:.8rem;margin-left:.25rem}.dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:160px;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.nav-dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:background-color .3s ease;width:100%}.dropdown-item:hover{background-color:#f8f9fa;color:#007bff}.logout-btn{color:#dc3545;font-weight:500}.logout-btn:hover{background-color:#f8f9fa;color:#c82333}.nav-toggle{cursor:pointer;display:none;flex-direction:column}.bar{background-color:#333;height:3px;margin:3px 0;transition:.3s;width:25px}@media screen and (max-width:768px){.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:.5rem;left:-100%;padding:1rem 0;position:fixed;text-align:center;top:64px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{display:block;padding:1rem;width:100%}.nav-toggle{display:flex}.dropdown-menu{background:#f8f9fa;border:none;box-shadow:none;margin-top:.5rem;opacity:1;position:static;transform:none;visibility:visible}.nav-dropdown:hover .dropdown-menu{transform:none}}@media screen and (max-width:480px){.nav-container{padding:0 .5rem}.nav-logo{font-size:1.25rem}}.footer{background-color:#343a40;color:#fff;margin-top:auto}.footer-container{margin:0 auto;max-width:1200px;padding:3rem 1rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{color:#007bff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-subtitle{color:#adb5bd;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-description{color:#ced4da;line-height:1.6;margin-bottom:0}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#ced4da;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#007bff}.footer-bottom{border-top:1px solid #495057;padding-top:1.5rem;text-align:center}.footer-copyright{color:#adb5bd;font-size:.9rem}.footer-copyright p{margin:0}@media screen and (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr 1fr}.footer-container{padding:2rem 1rem 1rem}}@media screen and (max-width:480px){.footer-content{gap:1rem;grid-template-columns:1fr;text-align:center}.footer-title{font-size:1.25rem}.footer-subtitle{font-size:1rem}}.protected-route-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}.access-denied{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.access-denied h2{color:#dc3545;margin-bottom:1rem}.access-denied p{color:#6c757d;font-size:1.1rem}.home{min-height:calc(100vh - 140px)}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:70vh;padding:4rem 0}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1rem}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{color:gold}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-btn{border-radius:6px;display:inline-block;font-size:1.1rem;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.hero-image{align-items:center;display:flex;justify-content:center}.food-truck-illustration{animation:float 3s ease-in-out infinite;font-size:8rem;text-shadow:0 4px 8px #0000004d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.btn{border-radius:4px;font-size:1rem;line-height:1.5;padding:.75rem 1.5rem}.btn-primary{color:#fff}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{border:2px solid #fff;color:#fff}.btn-outline:hover{background-color:#fff;color:#007bff}.btn-lg{font-size:1.1rem;padding:1rem 2rem}.container{padding:0 1rem}.features{background-color:#f8f9fa;padding:4rem 0}.section-title{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#6c757d;line-height:1.6;margin:0}.stats{background-color:#007bff;color:#fff;padding:3rem 0}.stats-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{text-align:center}.stat-number{color:gold;font-size:3rem}.stat-label{font-size:1.1rem;opacity:.9}.cta{background-color:#343a40;color:#fff;padding:4rem 0}.cta-content{text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media screen and (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{justify-content:center}.food-truck-illustration{font-size:6rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.cta h2{font-size:2rem}}@media screen and (max-width:480px){.hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-actions{align-items:center;flex-direction:column}.hero-btn{max-width:300px;width:100%}.food-truck-illustration{font-size:4rem}.stats-grid{grid-template-columns:1fr}}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.loading-container.small{padding:1rem}.loading-container.medium{min-height:200px;padding:2rem}.loading-container.large{min-height:400px;padding:3rem}.loading-spinner{border:4px solid #f3f3f3}.loading-container.small .loading-spinner{border-width:3px;height:30px;width:30px}.loading-container.medium .loading-spinner{height:40px;width:40px}.loading-container.large .loading-spinner{border-width:5px;height:60px;width:60px}.loading-message{color:#6c757d;font-size:1rem;margin:0}alert{border:1px solid #0000;border-radius:4px;margin-bottom:1rem;padding:1rem}.alert-content{align-items:center;display:flex;justify-content:space-between}.alert-message{flex:1 1}.alert-close{background:none;border:none;color:inherit;cursor:pointer;font-size:1.5rem;margin-left:1rem;opacity:.7;padding:0;transition:opacity .3s ease}.alert-close:hover{opacity:1}.alert-success{border-color:#c3e6cb}.alert-error{border-color:#f5c6cb}.alert-warning{border-color:#ffeaa7}.alert-info{border-color:#b8daff}.login-page,.register-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:2rem 1rem}.login-container,.register-container{max-width:400px;width:100%}.login-card,.register-card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;padding:2rem}.login-header,.register-header{margin-bottom:2rem;text-align:center}.login-header h2,.register-header h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.login-header p,.register-header p{color:#6c757d;margin:0}.login-form,.register-form{gap:1.5rem}.form-group,.login-form,.register-form{display:flex;flex-direction:column}.form-label{font-size:.95rem;margin-bottom:.5rem}.form-input{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.875rem;transition:all .3s ease}.form-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-input.error{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.btn-full{font-size:1rem;margin-top:1rem;padding:1rem;width:100%}.btn:disabled{opacity:.6}.login-footer,.register-footer{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.login-footer p,.register-footer p{color:#6c757d;margin:0}.link{color:#007bff;font-weight:500;text-decoration:none}.link:hover{color:#0056b3;text-decoration:underline}.demo-info{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:4px;margin-top:1.5rem;padding:1rem}.demo-info h4{color:#007bff;font-size:.9rem;margin:0 0 .5rem}.demo-info p{color:#6c757d;font-size:.85rem;line-height:1.4;margin:0}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;margin-bottom:1rem;padding:1rem;text-align:center}.success-message h3{color:#155724;margin:0 0 .5rem}.success-message p{font-size:.9rem;margin:0}@media screen and (max-width:480px){.login-page,.register-page{padding:1rem .5rem}.login-card,.register-card{padding:1.5rem}.login-header h2,.register-header h2{font-size:1.5rem}}.vendor-dashboard{background-color:#f8f9fa;min-height:calc(100vh - 140px);padding:2rem 0}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.dashboard-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.card-header{background-color:#007bff;color:#fff;padding:1rem 1.5rem}.card-header h3{font-size:1.2rem;margin:0}.card-content{padding:1.5rem}.profile-info{margin-bottom:1rem}.profile-detail{border-bottom:1px solid #eee;margin-bottom:.75rem;padding:.5rem 0}.profile-detail:last-child{border-bottom:none}.profile-detail strong{color:#333;margin-right:.5rem}.status-badge{border-radius:4px;color:#fff;font-size:.875rem;font-weight:500;margin-top:.5rem;padding:.25rem .75rem}.status-badge.complete{background-color:#28a745}.status-badge.incomplete{background-color:#dc3545}.applications-summary{margin-bottom:1.5rem}.summary-item{align-items:center;background-color:#f8f9fa;border-radius:4px;display:flex;flex-direction:column;padding:1rem;text-align:center}.summary-number{color:#007bff;font-size:2rem;font-weight:700}.summary-label{color:#6c757d;font-size:.9rem}.recent-applications h4{color:#333;font-size:1rem;margin-bottom:1rem}.application-item{align-items:center;background-color:#f8f9fa;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.application-info{display:flex;flex-direction:column}.application-id{color:#333;font-weight:500}.application-date{color:#6c757d;font-size:.875rem}.quick-actions{display:flex;flex-direction:column;gap:1rem}.action-item{align-items:center;background-color:#f8f9fa;border:none;border-radius:4px;color:#333;cursor:pointer;display:flex;padding:1rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.action-button{background:none}.action-item:hover{background-color:#e9ecef;transform:translateX(5px)}.action-icon{font-size:1.5rem;margin-right:1rem;text-align:center;width:40px}.action-text{display:flex;flex-direction:column}.action-text strong{color:#333;margin-bottom:.25rem}.action-text span{color:#6c757d;font-size:.875rem}.tips-list{flex-direction:column}.tip-item,.tips-list{display:flex;gap:1rem}.tip-item{align-items:flex-start}.tip-number{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.tip-text{color:#333;line-height:1.5}.card-actions{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1rem}.no-applications,.no-profile{color:#6c757d;padding:2rem 1rem;text-align:center}.no-applications p,.no-profile p{margin-bottom:1rem}.btn-outline{border:1px solid #007bff}.btn-success:hover{background-color:#218838}@media screen and (max-width:768px){.vendor-dashboard{padding:1rem 0}.dashboard-header h1{font-size:2rem}.dashboard-grid{grid-template-columns:1fr}.application-item{align-items:flex-start;flex-direction:column;gap:.5rem}.action-item{padding:.75rem}.action-icon{font-size:1.25rem}}.vendor-profile{min-height:80vh}.profile-form-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1000px}.profile-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:40px}.form-section{margin-bottom:40px}.form-section:last-of-type{margin-bottom:30px}.form-section h2{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.5rem;margin-bottom:24px;padding-bottom:12px}.form-actions{border-top:1px solid #eee;display:flex;gap:16px;justify-content:flex-end;padding-top:24px}.form-actions .btn{min-width:120px}.profile-help{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;height:fit-content;padding:30px;position:sticky;top:120px}.profile-help h3{color:#333;font-size:1.2rem;margin-bottom:20px}.profile-help ul{list-style:none;margin:0;padding:0}.profile-help li{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:16px;padding:12px}.profile-help li:last-child{margin-bottom:0}.profile-help strong{color:#007bff;display:block;margin-bottom:4px}.form-help{color:#6c757d;display:block;font-size:.875rem;font-style:italic;margin-top:6px}textarea.form-control{font-family:inherit}.profile-form .loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;margin-right:8px;width:16px}@media (max-width:768px){.profile-form-container{gap:30px;grid-template-columns:1fr}.profile-form{padding:30px 20px}.profile-help{order:-1;position:static}.form-section h2{font-size:1.3rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{min-width:auto;width:100%}}@media (max-width:480px){.profile-form-container{margin:0 -10px}.profile-form,.profile-help{border-radius:0;margin:0 -10px 20px;padding:24px 16px}}.admin-dashboard{background-color:#f8f9fa;min-height:calc(100vh - 140px);padding:2rem 0}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.dashboard-header p{color:#6c757d;font-size:1.1rem;margin:0}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.stat-icon{display:block;font-size:2.5rem}.stat-content,.stat-icon{margin-bottom:1rem}.stat-number{color:#007bff;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6c757d;font-size:1rem;font-weight:500}.stat-link{color:#007bff;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.stat-link:hover{color:#0056b3}.dashboard-section{margin-bottom:3rem}.dashboard-section h2{border-bottom:2px solid #007bff;color:#333;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem}.status-grid{grid-gap:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:2rem}.status-item{border-radius:4px;padding:1rem;text-align:center}.status-item.pending{background-color:#fff3cd;border:1px solid #ffeaa7}.status-item.approved{background-color:#d4edda;border:1px solid #c3e6cb}.status-item.rejected{background-color:#f8d7da;border:1px solid #f5c6cb}.status-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.status-item.pending .status-number{color:#856404}.status-item.approved .status-number{color:#155724}.status-item.rejected .status-number{color:#721c24}.status-label{font-size:.9rem;font-weight:500}.actions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.action-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:block;padding:1.5rem;position:relative;transition:all .3s ease}.action-card,.action-card:hover{color:inherit;text-decoration:none}.action-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-3px)}.action-icon{display:block;font-size:2rem;margin-bottom:1rem}.action-content h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.action-content p{color:#6c757d;line-height:1.5;margin:0}.action-badge{align-items:center;background-color:#dc3545;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-5px;top:-5px;width:24px}.status-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.status-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.status-card h4{color:#333;font-size:1.1rem;margin-bottom:.75rem}.status-card p{color:#6c757d;line-height:1.5;margin:0}@media screen and (max-width:768px){.admin-dashboard{padding:1rem 0}.dashboard-header h1{font-size:2rem}.stats-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{padding:1rem}.stat-number{font-size:2rem}.actions-grid{grid-template-columns:1fr}.status-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));padding:1.5rem}}@media screen and (max-width:480px){.action-icon,.stat-icon{font-size:2rem}.stat-number{font-size:1.8rem}.action-card{padding:1rem}.status-grid{gap:.75rem;grid-template-columns:1fr 1fr}}.pending-users{background-color:#f8f9fa;min-height:calc(100vh - 140px);padding:2rem 0}.users-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.user-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.user-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.user-header{gap:1rem;margin-bottom:1.5rem}.user-avatar,.user-header{align-items:center;display:flex}.user-avatar{background-color:#007bff;border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.user-info{flex:1 1}.user-name{color:#333;font-size:1.2rem;margin:0 0 .25rem}.user-email{color:#6c757d;font-size:.95rem;margin:0}.user-details{margin-bottom:1.5rem}.detail-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-value{font-weight:500}.user-actions{display:flex;gap:.75rem;justify-content:center}.btn-success{border:none;color:#fff}.btn-success:hover:not(:disabled){background-color:#218838}.btn-danger{border:none;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.no-pending-users{align-items:center;display:flex;justify-content:center;min-height:400px}.empty-state p{font-size:1.1rem;margin:0}.page-actions{margin-top:2rem;text-align:center}@media screen and (max-width:768px){.pending-users{padding:1rem 0}.page-header h1{font-size:2rem}.users-grid{gap:1rem;grid-template-columns:1fr}.user-card{padding:1rem}.user-actions{flex-direction:column}.btn{width:100%}}@media screen and (max-width:480px){.user-header{gap:.75rem}.detail-item,.user-header{flex-direction:column;text-align:center}.detail-item{gap:.25rem}}.public-vendors{background-color:#f8f9fa;min-height:calc(100vh - 140px);padding:2rem 0}.page-header{margin-bottom:2rem}.page-header h1{color:#333;margin-bottom:.5rem}.page-header p{color:#6c757d;font-size:1.1rem;margin:0}.filters-section{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:1.5rem}.filters-container{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr auto}.filter-group{display:flex;flex-direction:column}.filter-label{color:#333;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.filter-input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.filter-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.btn-sm{font-size:.9rem;padding:.5rem 1rem}.results-header{margin-bottom:1.5rem}.results-header h2{color:#333;font-size:1.5rem;margin:0}.vendors-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.vendor-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.vendor-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-3px)}.vendor-header{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:1.5rem;position:relative}.vendor-name{font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.vendor-region{background:#fff3;border-radius:12px;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.vendor-details{padding:1.5rem}.detail-row{align-items:flex-start;display:flex;margin-bottom:.75rem}.detail-row:last-child{margin-bottom:0}.detail-label{color:#6c757d;font-size:.9rem;font-weight:500;margin-right:1rem;min-width:80px}.detail-value{color:#333;flex:1 1;line-height:1.4}.vendor-menu{border-top:1px solid #f0f0f0;margin-top:1rem;padding:1rem 1.5rem 1.5rem}.vendor-menu h4{color:#333;font-size:1rem;margin:0 0 .75rem}.vendor-menu p{color:#6c757d;font-style:italic;line-height:1.5;margin:0}.vendor-footer{background-color:#f8f9fa;border-top:1px solid #f0f0f0;padding:1rem 1.5rem;text-align:center}.profile-status{color:#28a745;font-size:.9rem;font-weight:500}.no-vendors{align-items:center;display:flex;justify-content:center;min-height:400px}.empty-state{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:3rem;text-align:center}.empty-icon{display:block;font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.empty-state p{color:#6c757d;line-height:1.5;margin-bottom:1.5rem}@media screen and (max-width:768px){.public-vendors{padding:1rem 0}.page-header h1{font-size:2rem}.filters-container{gap:1rem;grid-template-columns:1fr}.filter-actions{justify-self:start}.vendors-grid{gap:1rem;grid-template-columns:1fr}.vendor-details{padding:1rem}.vendor-menu{padding:0 1rem 1rem}.vendor-footer{padding:.75rem 1rem}}@media screen and (max-width:480px){.vendor-header{padding:1rem}.vendor-name{font-size:1.1rem}.detail-row{flex-direction:column;gap:.25rem}.detail-label{font-weight:600;margin-right:0;min-width:auto}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:20px 0}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#0056b3;box-shadow:0 4px 8px #007bff4d;transform:translateY(-2px)}.btn:disabled{background-color:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.btn-primary{background-color:#007bff}.btn-primary:hover{background-color:#0056b3}.btn-success{background-color:#28a745}.btn-success:hover{background-color:#1e7e34}.btn-danger{background-color:#dc3545}.btn-danger:hover{background-color:#c82333}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:initial;border:2px solid #007bff;color:#007bff}.btn-outline:hover{background-color:#007bff;color:#fff}.form-group{margin-bottom:20px}.form-label{color:#333;display:block;font-weight:500;margin-bottom:8px}.form-control{border:2px solid #ddd;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .3s ease;width:100%}.form-control:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-control.error{border-color:#dc3545}.form-error{color:#dc3545;font-size:14px;margin-top:5px}textarea.form-control{min-height:100px;resize:vertical}.card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:24px;padding:24px;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 20px #00000026}.card-header{border-bottom:1px solid #eee;margin-bottom:16px;padding-bottom:16px}.card-title{color:#333;font-size:24px;font-weight:600;margin:0}.card-body{padding:0}.alert{border-radius:8px;font-weight:500;margin-bottom:20px;padding:16px 20px}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-warning{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.alert-info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;display:inline-block;height:20px;margin-right:10px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading{color:#666;padding:40px;text-align:center}.table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden;width:100%}.table td,.table th{border-bottom:1px solid #eee;padding:16px;text-align:left}.table th{color:#333;font-weight:600}.table th,.table tr:hover{background-color:#f8f9fa}.table tr:last-child td{border-bottom:none}.row{display:flex;flex-wrap:wrap;margin:-10px}.col{flex:1 1;padding:10px}.col-md-6{flex:0 0 50%;max-width:50%;padding:10px}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%;padding:10px}.col-md-3{flex:0 0 25%;max-width:25%;padding:10px}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#6c757d}.text-primary{color:#007bff}.text-success{color:#28a745}.text-danger{color:#dc3545}.text-warning{color:#ffc107}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.page-header{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;margin-bottom:40px;padding:60px 0;text-align:center}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.page-header p{font-size:1.2rem;opacity:.9}.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-badge.pending{background-color:#fff3cd;color:#856404}.status-badge.approved{background-color:#d4edda;color:#155724}.status-badge.rejected{background-color:#f8d7da;color:#721c24}.status-badge.submitted{background-color:#d1ecf1;color:#0c5460}@media (max-width:768px){.container{padding:0 10px}.col-md-3,.col-md-4,.col-md-6{flex:0 0 100%;max-width:100%}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.table{font-size:14px}.table td,.table th{padding:12px 8px}.btn{margin-bottom:10px;width:100%}.card{padding:16px}}@media (max-width:480px){.main-content{padding:10px 0}.page-header{padding:40px 0}.page-header h1{font-size:1.8rem}}
/*# sourceMappingURL=main.fb345a86.css.map*/