*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #16a34a;--primary-dark: #15803d;--primary-light: #dcfce7;--secondary: #facc15;--secondary-dark: #eab308;--secondary-light: #fef9c3;--text: #111827;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #4b5563;--white: #ffffff;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.05);--shadow-lg: 0 12px 24px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.06);--radius: 16px;--radius-sm: 10px;--radius-xs: 6px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;background:var(--gray-50);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.navbar{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}.navbar-logo{display:flex;align-items:center;flex-shrink:0}.navbar-logo-img{height:80px;width:auto;object-fit:contain;display:block}.navbar-links{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.navbar-links a{font-size:.875rem;font-weight:500;color:var(--gray-600);padding:.45rem .85rem;border-radius:var(--radius-sm);transition:all .15s}.navbar-links a:hover{background:var(--gray-100);color:var(--text)}.navbar-links a.admin{background:var(--gray-100);color:var(--gray-600);font-size:.8rem}.navbar-links a.admin:hover{background:var(--gray-200)}.navbar-links a.cta{background:var(--secondary);color:var(--text);font-weight:700;border-radius:50px;padding:.45rem 1rem;box-shadow:0 2px 8px #facc1559}.navbar-links a.cta:hover{background:var(--secondary-dark);box-shadow:0 4px 12px #facc1573;transform:translateY(-1px)}.hero{background:linear-gradient(145deg,#064e29,#16a34a 55%,#22c55e);padding:5rem 0 4rem;color:var(--white);text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.35rem 1rem;border-radius:50px;margin-bottom:1.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.city-badge-wrap{position:relative;display:inline-block;margin-bottom:1.25rem}.city-badge-btn{cursor:pointer;border:none;font-family:inherit;transition:background .15s,border-color .15s;margin-bottom:0}.city-badge-btn:hover{background:#ffffff40;border-color:#ffffff73}.city-badge-btn--open{background:#ffffff47;border-color:#ffffff80}.city-badge-chevron{font-size:.9rem;margin-left:.1rem;opacity:.75;transition:transform .2s}.city-badge-btn--open .city-badge-chevron{transform:rotate(180deg)}.city-popover{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);min-width:220px;max-width:260px;z-index:200;overflow:hidden;animation:popover-in .15s ease}@keyframes popover-in{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.city-popover-header{padding:.6rem 1rem .45rem;font-size:.72rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--gray-100)}.city-popover-list{max-height:240px;overflow-y:auto}.city-popover-item{width:100%;display:flex;align-items:center;gap:.4rem;background:none;border:none;padding:.6rem 1rem;font-size:.9rem;color:var(--text);cursor:pointer;text-align:left;font-family:inherit;transition:background .1s}.city-popover-item:hover{background:var(--gray-50)}.city-popover-item--active{font-weight:700;color:var(--primary-dark)}.city-popover-check{color:var(--primary);font-size:.85rem;flex-shrink:0}.city-popover-reset{width:100%;background:none;border:none;border-top:1px solid var(--gray-100);padding:.6rem 1rem;font-size:.82rem;color:var(--primary);cursor:pointer;text-align:left;font-family:inherit;font-weight:600;transition:background .1s}.city-popover-reset:hover{background:var(--primary-light)}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:.75rem;letter-spacing:-1px}.hero h1 em{font-style:normal;color:var(--secondary)}.hero p{font-size:1.15rem;opacity:.88;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.search-bar{display:flex;gap:0;max-width:640px;margin:0 auto;background:var(--white);border-radius:50px;padding:.35rem .35rem .35rem 1.25rem;box-shadow:0 8px 32px #0003}.search-bar input{flex:1;border:none;outline:none;font-size:1rem;color:var(--text);background:transparent;min-width:0}.search-bar input::placeholder{color:var(--gray-400)}.search-bar button{background:var(--primary);color:var(--white);border:none;padding:.7rem 1.75rem;border-radius:50px;font-size:.95rem;font-weight:700;transition:all .15s;white-space:nowrap}.search-bar button:hover{background:var(--primary-dark);transform:scale(1.02)}.hero-cta-row{margin-top:1.75rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.hero-cta-link{color:#fffc;font-size:.875rem;text-decoration:underline;text-underline-offset:3px}.hero-cta-link:hover{color:#fff}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;height:40px;background:var(--gray-50);clip-path:ellipse(55% 100% at 50% 100%)}.section{padding:2.5rem 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.section-title{font-size:1.2rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:.4rem}.section-link{font-size:.875rem;font-weight:600;color:var(--primary);white-space:nowrap}.section-link:hover{text-decoration:underline}.featured-section{padding:2rem 0 1rem}.featured-scroll{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.categories-section{padding:0 0 2.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.category-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);padding:1rem .75rem;text-align:center;cursor:pointer;transition:all .18s cubic-bezier(.34,1.56,.64,1);font-size:.875rem;font-weight:700;color:var(--text)}.category-card:hover,.category-card.active{border-color:var(--primary);background:var(--primary-light);color:var(--primary-dark);transform:translateY(-3px);box-shadow:var(--shadow-md)}.category-card .icon{font-size:1.9rem;margin-bottom:.4rem;display:block}.category-card .count{font-size:.72rem;font-weight:500;color:var(--gray-400);margin-top:.2rem}.filters-bar{display:flex;gap:.6rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.filters-bar select,.filters-bar input{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.55rem .85rem;font-size:.875rem;background:var(--white);color:var(--text);outline:none;transition:border-color .15s;font-family:inherit}.filters-bar select:focus,.filters-bar input:focus{border-color:var(--primary)}.filters-bar .clear-btn{background:none;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.55rem .85rem;font-size:.85rem;color:var(--gray-600);font-family:inherit;transition:all .15s}.filters-bar .clear-btn:hover{background:var(--gray-100);border-color:var(--gray-400)}.businesses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.business-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-200);overflow:hidden;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:flex;flex-direction:column}.business-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:transparent}.business-card-image{height:185px;background:linear-gradient(135deg,#d1fae5,#bbf7d0);display:flex;align-items:center;justify-content:center;font-size:3.75rem;position:relative;overflow:hidden}.business-card-image img{width:100%;height:100%;object-fit:cover}.featured-badge{position:absolute;top:.6rem;left:.6rem;background:var(--secondary);color:#78350f;font-size:.68rem;font-weight:800;padding:.25rem .6rem;border-radius:50px;letter-spacing:.3px;display:flex;align-items:center;gap:.25rem;box-shadow:0 2px 6px #facc1566}.business-card-body{padding:1.1rem 1.15rem;flex:1;display:flex;flex-direction:column}.business-card-category{font-size:.72rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.3rem}.business-card-name{font-size:1.05rem;font-weight:800;margin-bottom:.25rem;color:var(--text);line-height:1.3}.business-card-city{font-size:.82rem;color:var(--gray-600);margin-bottom:.6rem;display:flex;align-items:center;gap:.2rem}.business-card-desc{font-size:.85rem;color:var(--gray-600);line-height:1.45;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.business-card-actions{display:flex;gap:.5rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:700;border:none;transition:all .15s;text-decoration:none;justify-content:center;line-height:1.2;cursor:pointer;font-family:inherit}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #16a34a4d}.btn-secondary{background:var(--secondary);color:var(--text)}.btn-secondary:hover{background:var(--secondary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #facc1559}.btn-whatsapp{background:#25d366;color:var(--white);flex:1}.btn-whatsapp:hover{background:#20b858;transform:translateY(-1px);box-shadow:0 4px 12px #25d3664d}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--gray-200)}.btn-outline:hover{background:var(--gray-100);border-color:var(--gray-400)}.btn-danger{background:#ef4444;color:var(--white)}.btn-danger:hover{background:#dc2626}.btn-sm{padding:.35rem .75rem;font-size:.8rem;border-radius:var(--radius-xs)}.btn-full{width:100%}.btn-lg{padding:.85rem 2rem;font-size:1rem;border-radius:50px}.distance-pill{display:inline-flex;align-items:center;background:var(--primary-light);color:var(--primary-dark);font-size:.7rem;font-weight:700;padding:.1rem .45rem;border-radius:50px;margin-left:.4rem;vertical-align:middle}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.event-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-200);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.event-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent}.event-card-image{height:130px;background:linear-gradient(135deg,#fef9c3,#fde68a);display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative;overflow:hidden}.event-card-image img{width:100%;height:100%;object-fit:cover}.event-time-badge{position:absolute;bottom:.5rem;right:.5rem;background:#0000008c;color:#fff;font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:50px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.event-card-body{padding:1rem 1.1rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.event-card-city{font-size:.78rem;color:var(--gray-600);display:flex;align-items:center;flex-wrap:wrap;gap:.2rem}.event-card-title{font-size:1rem;font-weight:800;color:var(--text);line-height:1.25}.event-card-date{font-size:.78rem;color:var(--primary);font-weight:600;margin-top:.1rem}.event-card-desc{font-size:.82rem;color:var(--gray-600);line-height:1.4;margin-top:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cta-banner{background:linear-gradient(135deg,var(--secondary-light) 0%,#fef3c7 100%);border:1.5px solid #fde68a;border-radius:var(--radius);padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:0 0 2.5rem;flex-wrap:wrap}.cta-banner-text h3{font-size:1.15rem;font-weight:800;color:var(--text);margin-bottom:.25rem}.cta-banner-text p{font-size:.9rem;color:var(--gray-600)}.detail-page{padding:2rem 0}.detail-back{margin-bottom:1.5rem}.detail-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--gray-200);overflow:hidden}.detail-hero{height:320px;background:linear-gradient(135deg,var(--primary-light),#bbf7d0);display:flex;align-items:center;justify-content:center;font-size:7rem}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-body{padding:2rem 2rem 2.5rem}.detail-meta{display:flex;gap:.6rem;margin-bottom:1.25rem;flex-wrap:wrap}.detail-tag{background:var(--gray-100);color:var(--gray-600);padding:.3rem .8rem;border-radius:50px;font-size:.82rem;font-weight:600}.detail-tag.category{background:var(--primary-light);color:var(--primary-dark)}.detail-title{font-size:2rem;font-weight:900;margin-bottom:.6rem;letter-spacing:-.5px}.detail-desc{color:var(--gray-600);line-height:1.75;margin-bottom:1.75rem;font-size:1rem}.detail-info{display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.detail-info-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.925rem}.detail-info-label{color:var(--gray-400);min-width:90px;font-size:.78rem;text-transform:uppercase;letter-spacing:.5px;padding-top:.1rem;font-weight:600}.detail-actions{display:flex;gap:.75rem;flex-wrap:wrap}.detail-actions .btn{min-width:200px;padding:.85rem 1.75rem;font-size:1rem;border-radius:50px}.admin-page{padding:2rem 0}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{font-size:1.75rem;font-weight:900}.admin-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--gray-200)}.admin-tab{background:none;border:none;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;color:var(--gray-600);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;font-family:inherit}.admin-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.admin-tab:hover{color:var(--text)}.admin-table{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-200);overflow:hidden}.admin-table table{width:100%;border-collapse:collapse}.admin-table th{background:var(--gray-50);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:var(--gray-600);padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.admin-table td{padding:.9rem 1rem;border-bottom:1px solid var(--gray-100);font-size:.9rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--gray-50)}.td-actions{display:flex;gap:.4rem}.badge{padding:.2rem .65rem;border-radius:50px;font-size:.72rem;font-weight:700}.badge-green{background:#dcfce7;color:#166534}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.badge-yellow{background:var(--secondary-light);color:#78350f}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:var(--white);z-index:1}.modal-header h2{font-size:1.1rem;font-weight:800}.modal-close{background:var(--gray-100);border:none;width:30px;height:30px;border-radius:50%;font-size:1.1rem;color:var(--gray-600);display:flex;align-items:center;justify-content:center;transition:all .15s}.modal-close:hover{background:var(--gray-200);color:var(--text)}.modal-body{padding:1.5rem}.form-row{margin-bottom:1rem}.form-row label{display:block;font-size:.82rem;font-weight:700;margin-bottom:.35rem;color:var(--gray-600);letter-spacing:.2px}.form-row input,.form-row select,.form-row textarea{width:100%;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.9rem;font-family:inherit;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s;background:var(--white)}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #16a34a1a}.form-row textarea{resize:vertical;min-height:80px}.form-row .checkbox-row{display:flex;align-items:center;gap:.5rem}.form-row .checkbox-row input{width:auto;accent-color:var(--primary)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem}.pagination button{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-xs);padding:.5rem .9rem;font-size:.875rem;font-weight:600;color:var(--gray-600);transition:all .15s;font-family:inherit}.pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.pagination button.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.pagination button:disabled{opacity:.35;cursor:not-allowed}.empty-state{text-align:center;padding:4rem 1rem;color:var(--gray-400)}.empty-state p{font-size:.95rem;margin-top:.5rem}.loading{text-align:center;padding:4rem;color:var(--gray-400);font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.loading:before{content:"";width:18px;height:18px;border:2.5px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.badge-orange{background:#ffedd5;color:#c2410c}.pending-alert{display:inline-flex;align-items:center;gap:.4rem;background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:.82rem;font-weight:600;padding:.35rem .8rem;border-radius:50px;margin-top:.4rem}.tab-badge{display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;width:18px;height:18px;border-radius:50%;margin-left:.4rem;vertical-align:middle}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#064e29,#16a34a);padding:1.5rem}.login-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:2.5rem 2rem;width:100%;max-width:400px;text-align:center}.login-logo{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.login-logo-img{height:64px;width:auto;object-fit:contain;display:block}.login-title{font-size:1.2rem;font-weight:800;margin-bottom:.3rem}.login-subtitle{font-size:.875rem;color:var(--gray-600);margin-bottom:1.5rem}.login-form{text-align:left}.login-back{margin-top:1.25rem;font-size:.875rem;color:var(--gray-600)}.login-back a{color:var(--primary);font-weight:600}.login-back a:hover{text-decoration:underline}.form-error{background:#fee2e2;color:#b91c1c;padding:.65rem .85rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.875rem;font-weight:500}.register-page{min-height:100vh;background:var(--gray-50)}.register-hero{background:linear-gradient(145deg,#064e29,#16a34a);padding:3rem 0 2.5rem;color:var(--white);text-align:center}.register-logo{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.register-logo-img{height:56px;width:auto;object-fit:contain;display:block;filter:brightness(0) invert(1)}.register-hero h1{font-size:2rem;font-weight:900;margin-bottom:.4rem;letter-spacing:-.5px}.register-hero p{font-size:1rem;opacity:.9}.register-form-wrap{max-width:780px;margin:0 auto;padding:2.5rem 0 4rem}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-section{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.5rem;box-shadow:var(--shadow)}.form-section-title{font-size:1rem;font-weight:800;color:var(--text);margin-bottom:.25rem}.form-section-desc{font-size:.85rem;color:var(--gray-600);margin-bottom:1rem}.register-submit{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.5rem;box-shadow:var(--shadow)}.register-disclaimer{font-size:.85rem;color:var(--gray-600);margin-bottom:1rem;line-height:1.5}.register-success{max-width:500px;margin:4rem auto;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);padding:3rem 2rem;text-align:center;box-shadow:var(--shadow-md)}.success-icon{font-size:3.5rem;margin-bottom:1rem}.register-success h2{font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.register-success p{font-size:.95rem;color:var(--gray-600);line-height:1.6}.iup-root{display:flex;flex-direction:column;gap:.5rem}.iup-tabs{display:flex;gap:0;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);overflow:hidden;width:fit-content}.iup-tab{background:var(--gray-50);border:none;padding:.45rem .9rem;font-size:.82rem;font-weight:600;color:var(--gray-600);cursor:pointer;font-family:inherit;transition:background .15s,color .15s;border-right:1.5px solid var(--gray-200)}.iup-tab:last-child{border-right:none}.iup-tab.active{background:var(--primary);color:var(--white)}.iup-tab:not(.active):hover{background:var(--gray-100)}.iup-dropzone{border:2px dashed var(--gray-200);border-radius:var(--radius-sm);min-height:120px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s;overflow:hidden;position:relative;background:var(--gray-50)}.iup-dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.iup-dropzone.iup-busy{cursor:wait;pointer-events:none}.iup-empty{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem;text-align:center}.iup-icon{font-size:2rem;line-height:1}.iup-hint{font-size:.875rem;color:var(--gray-600);font-weight:500}.iup-sub{font-size:.75rem;color:var(--gray-400)}.iup-preview-wrap{width:100%;height:100%;min-height:120px;position:relative}.iup-preview-img{width:100%;max-height:200px;object-fit:cover;display:block}.iup-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;opacity:0;transition:opacity .15s}.iup-dropzone:hover .iup-preview-overlay{opacity:1}.iup-status-label{display:flex;align-items:center;gap:.75rem;color:var(--gray-600);font-size:.875rem;padding:1.5rem}.iup-status-label strong{display:block;color:var(--text);font-size:.9rem}.iup-status-label small{display:block;font-size:.78rem;color:var(--gray-400);margin-top:.15rem}.iup-busy{cursor:wait!important;pointer-events:none}.iup-spinner{width:18px;height:18px;border:2.5px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.iup-url-wrap{display:flex;flex-direction:column;gap:.5rem}.iup-url-input{width:100%;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.9rem;font-family:inherit;color:var(--text);outline:none;transition:border-color .15s}.iup-url-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #16a34a1a}.iup-url-preview{width:100%;max-height:160px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--gray-200);display:none}.iup-error{font-size:.82rem;color:#b91c1c;background:#fee2e2;padding:.4rem .7rem;border-radius:var(--radius-xs)}.gallery-manager{display:flex;flex-direction:column;gap:.5rem}.gallery-grid{display:flex;flex-wrap:wrap;gap:.6rem}.gallery-item{position:relative;width:120px;display:flex;flex-direction:column;gap:.3rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.35rem;background:var(--gray-50)}.gallery-primary-badge{position:absolute;top:.3rem;left:.3rem;background:var(--primary);color:#fff;font-size:.62rem;font-weight:700;padding:.1rem .4rem;border-radius:50px;pointer-events:none;line-height:1.4}.gallery-thumb{width:100%;height:80px;object-fit:cover;border-radius:4px;display:block}.gallery-item-actions{display:flex;gap:.2rem;justify-content:center}.gallery-item-actions button{flex:1;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:4px;padding:.15rem .25rem;font-size:.7rem;cursor:pointer;color:var(--gray-600);font-family:inherit;transition:background .1s}.gallery-item-actions button:hover:not(:disabled){background:var(--gray-200)}.gallery-item-actions button:disabled{opacity:.3;cursor:default}.gallery-item-actions .gallery-remove{color:#b91c1c}.gallery-item-actions .gallery-remove:hover{background:#fee2e2}.gallery-alt-input{width:100%;font-size:.7rem;border:1px solid var(--gray-200);border-radius:4px;padding:.2rem .35rem;font-family:inherit;color:var(--text);outline:none;background:var(--white)}.gallery-alt-input:focus{border-color:var(--primary)}.gallery-add{width:120px;min-height:113px;border:2px dashed var(--gray-300);border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;color:var(--gray-400);font-size:.78rem;text-align:center;padding:.5rem;transition:border-color .15s,background .15s;background:var(--gray-50)}.gallery-add:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.gallery-add--busy{pointer-events:none;cursor:wait}.gallery-add-icon{font-size:1.8rem;line-height:1;font-weight:300}.gallery-add-sub{font-size:.7rem;color:var(--gray-400)}.gallery-hint{font-size:.75rem;color:var(--gray-400);margin-top:.1rem}.detail-thumbnails{display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--gray-50);border-top:1px solid var(--gray-200);overflow-x:auto}.detail-thumb-btn{flex-shrink:0;width:64px;height:48px;border:2px solid var(--gray-200);border-radius:6px;overflow:hidden;padding:0;cursor:pointer;background:none;transition:border-color .15s,transform .15s}.detail-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.detail-thumb-btn:hover{border-color:var(--primary);transform:scale(1.05)}.detail-thumb-btn.active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.admin-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.admin-filters select{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.45rem .75rem;font-size:.875rem;font-family:inherit;color:var(--text);background:var(--white);outline:none;cursor:pointer}.admin-filters select:focus{border-color:var(--primary)}.star-rating{display:inline-flex;gap:.05em;line-height:1}.star{display:inline-block;transition:transform .1s}.star-filled{color:#f59e0b}.star-empty{color:#d1d5db}.star-interactive{cursor:pointer}.star-interactive:hover{transform:scale(1.2)}.detail-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.detail-rating-avg{font-size:1rem;font-weight:800;color:var(--text)}.detail-rating-count{font-size:.875rem;color:var(--gray-400)}.detail-section{margin-top:2.5rem}.detail-section-title{font-size:1.25rem;font-weight:800;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200)}.detail-reviews{padding-top:0}.review-form{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;margin-top:2rem}.review-form-title{font-size:1rem;font-weight:800;margin-bottom:1rem}.review-form-error{background:#fee2e2;color:#b91c1c;border-radius:var(--radius-xs);padding:.6rem .75rem;font-size:.875rem;margin-bottom:1rem}.review-stars-input{display:flex;align-items:center;gap:.75rem;padding:.4rem 0}.review-stars-label{font-size:.875rem;color:var(--gray-600);font-weight:600}.review-done{display:flex;align-items:center;gap:.75rem;background:#dcfce7;border:1px solid #86efac;border-radius:var(--radius);padding:1rem 1.25rem;margin-top:2rem;font-size:.95rem;color:#166534;font-weight:600}.review-list{display:flex;flex-direction:column;gap:1rem}.review-empty{color:var(--gray-400);font-size:.9rem;padding:1rem 0}.review-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:1rem 1.1rem}.review-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.review-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0}.review-author{font-size:.9rem;font-weight:700}.review-date{font-size:.75rem;color:var(--gray-400)}.review-comment{font-size:.9rem;color:var(--gray-600);line-height:1.6}.menu-section{display:flex;flex-direction:column;gap:2rem}.menu-empty{color:var(--gray-400);font-size:.9rem}.menu-category-name{font-size:1.05rem;font-weight:800;color:var(--primary-dark);margin-bottom:.85rem;padding-bottom:.35rem;border-bottom:1px solid var(--primary-light)}.menu-items{display:flex;flex-direction:column;gap:.6rem}.menu-item{display:flex;align-items:flex-start;gap:.85rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:.85rem 1rem;transition:box-shadow .15s}.menu-item:hover{box-shadow:var(--shadow)}.menu-item-unavailable{opacity:.5}.menu-item-img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-xs);flex-shrink:0}.menu-item-body{flex:1;min-width:0}.menu-item-name{font-weight:700;font-size:.95rem;margin-bottom:.2rem}.menu-item-desc{font-size:.82rem;color:var(--gray-600);line-height:1.4;margin-bottom:.4rem}.menu-item-footer{display:flex;align-items:center;gap:.6rem}.menu-item-price{font-weight:800;color:var(--primary-dark);font-size:.95rem}.menu-item-price-na{color:var(--gray-400);font-size:.82rem}.menu-item-badge-unavail{font-size:.72rem;font-weight:700;background:#fee2e2;color:#b91c1c;padding:.15rem .5rem;border-radius:50px}.menu-toggle-row{display:flex;align-items:center;justify-content:space-between;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:1.25rem}.menu-toggle-label{font-size:.9rem;font-weight:700}.menu-admin-cat{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);margin-bottom:.75rem;overflow:hidden}.menu-admin-cat-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .9rem;background:var(--white);border-bottom:1px solid var(--gray-200);font-size:.9rem}.menu-admin-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .9rem;border-bottom:1px solid var(--gray-100);font-size:.875rem}.menu-admin-item:last-of-type{border-bottom:none}.menu-admin-item-info{display:flex;align-items:center;gap:.6rem}.menu-admin-item-name{font-weight:600}.menu-admin-item-name.unavail{text-decoration:line-through;color:var(--gray-400)}.menu-admin-item-price{color:var(--primary-dark);font-weight:700;font-size:.82rem}.menu-admin-add-item{display:flex;flex-direction:column;gap:.4rem;padding:.75rem .9rem;background:#fffbeb;border-top:1px solid #fde68a}.menu-admin-add-item input{width:100%;border:1.5px solid var(--gray-200);border-radius:var(--radius-xs);padding:.45rem .7rem;font-size:.85rem;font-family:inherit;outline:none}.menu-admin-add-item input:focus{border-color:var(--primary)}.menu-admin-add-cat{display:flex;gap:.5rem;align-items:center;margin-top:.75rem}.menu-admin-add-cat input{flex:1;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);padding:.55rem .85rem;font-size:.9rem;font-family:inherit;outline:none}.menu-admin-add-cat input:focus{border-color:var(--primary)}@media (max-width: 768px){.hero{padding:3.5rem 0 3rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.cta-banner{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.businesses-grid,.featured-scroll,.form-grid{grid-template-columns:1fr}.detail-actions{flex-direction:column}.detail-actions .btn{width:100%;min-width:unset}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.navbar-links a.cta{padding:.4rem .75rem;font-size:.8rem}}
