:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#64748b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--background:#f8fafc;--surface:#fff;--text:#0f172a;--text-secondary:#475569;--border:#e2e8f0;--radius:8px;--shadow:0 1px 3px #0000001a;--shadow-lg:0 4px 6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f8fafc;background:var(--background);color:#0f172a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:#2563eb;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}.container{margin:0 auto;max-width:480px;padding:0 16px}.card{background:#fff;background:var(--surface);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);margin-bottom:12px;padding:16px}.btn,.card{border-radius:8px;border-radius:var(--radius)}.btn{align-items:center;border:none;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s}.btn-primary{background:#2563eb;background:var(--primary);color:#fff}.btn-primary:hover{background:#1d4ed8;background:var(--primary-dark)}.btn-secondary{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);color:#0f172a;color:var(--text)}.btn-secondary:hover{background:#f8fafc;background:var(--background)}.btn-success{background:#22c55e;background:var(--success);color:#fff}.btn-block,.input{width:100%}.input{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);font-size:16px;padding:12px 16px;transition:border-color .2s}.input:focus{border-color:#2563eb;border-color:var(--primary);outline:none}.label{color:#475569;color:var(--text-secondary);display:block;font-size:14px;font-weight:500;margin-bottom:6px}.form-group{margin-bottom:16px}.text-center{text-align:center}.text-secondary{color:#475569;color:var(--text-secondary)}.text-sm{font-size:14px}.text-xs{font-size:12px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-top-color:#2563eb;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.tabs{-webkit-overflow-scrolling:touch;display:flex;gap:4px;margin-bottom:16px;overflow-x:auto;padding-bottom:8px}.tab{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;color:#475569;color:var(--text-secondary);font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s;white-space:nowrap}.tab.active{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}.sticky-filter-bar{background:#f8fafc;background:var(--background);margin:0 -16px;padding:12px 16px 8px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.category-chip-bar{margin-bottom:8px;position:relative}.category-chip-bar:after{background:linear-gradient(90deg,#0000,#f8fafc);background:linear-gradient(to right,#0000,var(--background));bottom:4px;content:"";pointer-events:none;position:absolute;right:0;top:0;width:40px}.category-chips{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;padding-right:32px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-chips::-webkit-scrollbar{display:none}.category-chip{background:#e2e8f0;border:none;border-radius:20px;color:#475569;color:var(--text-secondary);cursor:pointer;flex-shrink:0;font-size:15px;font-weight:500;padding:8px 16px;scroll-snap-align:start;transition:all .15s ease;white-space:nowrap}.category-chip:hover{background:#cbd5e1;color:#0f172a;color:var(--text)}.category-chip.active{background:#2563eb;background:var(--primary);color:#fff}.toggle-group{background:#e2e8f0;border-radius:8px;border-radius:var(--radius);display:flex;padding:3px}.toggle-btn{background:#0000;border:none;border-radius:6px;color:#475569;color:var(--text-secondary);flex:1 1;font-size:15px;font-weight:500;padding:8px 12px;transition:all .2s}.toggle-btn.active{background:#fff;background:var(--surface);box-shadow:0 1px 2px #0000001a;color:#0f172a;color:var(--text)}.badge{border-radius:4px;display:inline-block;font-size:13px;font-weight:500;padding:4px 8px}.badge-featured{background:#fef3c7;color:#92400e}.badge-category{background:#e0e7ff;color:#3730a3}.nav-bar{background:#fff;background:var(--surface);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-bar-inner{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:4px;margin:0 auto;max-width:960px;overflow-x:auto;padding:8px 16px;scrollbar-width:none}.nav-bar-inner::-webkit-scrollbar{display:none}.nav-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;color:#475569;color:var(--text-secondary);display:flex;flex-shrink:0;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.nav-item:hover{background:#f8fafc;background:var(--background);color:#0f172a;color:var(--text);text-decoration:none}.nav-item-active{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}.nav-item-active:hover{background:#1d4ed8;background:var(--primary-dark);color:#fff}.nav-icon{font-size:16px}.nav-icon,.nav-label{line-height:1}.nav-badge{background:#ef4444;background:var(--error);border-radius:10px;color:#fff;font-size:10px;font-weight:600;min-width:18px;padding:2px 6px;text-align:center}.nav-item-active .nav-badge{background:#fff;color:#2563eb;color:var(--primary)}.guest-offer-card{padding:14px}.guest-offer-card h3{color:#0f172a;color:var(--text);font-size:17px;font-weight:600;margin-bottom:2px}.guest-offer-card .vendor-name{color:#475569;color:var(--text-secondary);font-size:14px;margin-bottom:6px}.guest-offer-card .description{color:#0f172a;color:var(--text);font-size:15px;line-height:1.4;margin-bottom:10px}.guest-offer-card .distance{color:#475569;color:var(--text-secondary);font-size:14px}@media (min-width:640px){.container{max-width:600px}}@media (min-width:960px){.container{max-width:800px}}.guest-offer-card{background:#fff;background:var(--surface);border-radius:8px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);margin-bottom:10px;overflow:hidden;padding:12px}.offer-card-content{display:flex;gap:12px}.offer-thumbnail{background:#f8fafc;background:var(--background);border-radius:8px;flex-shrink:0;height:64px;overflow:hidden;width:64px}.offer-thumbnail img{height:100%;object-fit:cover;width:100%}.offer-details{flex:1 1;min-width:0}.offer-details h3{color:#0f172a;color:var(--text);font-size:16px;font-weight:600;line-height:1.3;margin-bottom:2px}.offer-details .vendor-name{color:#475569;color:var(--text-secondary);font-size:13px;margin-bottom:4px}.offer-details .description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;color:var(--text);display:-webkit-box;font-size:14px;line-height:1.4;margin-bottom:0;overflow:hidden}.offer-details .distance{color:#475569;color:var(--text-secondary);font-size:13px}.offer-details .mb-1{margin-bottom:4px}.dual-language-text{display:flex;flex-direction:column;gap:4px}.dual-text-row{align-items:flex-start;border-radius:4px;display:flex;gap:8px;padding:4px 8px;transition:background .15s ease}.dual-text-row:hover{background:#f8fafc;background:var(--background)}.dual-text-row.native{font-weight:500}.dual-text-row.target{color:#475569;color:var(--text-secondary);font-size:.95em}.lang-badge{align-items:center;background:#2563eb;background:var(--primary);border-radius:4px;color:#fff;display:inline-flex;flex-shrink:0;font-size:10px;font-weight:600;justify-content:center;min-width:28px;padding:2px 6px}.lang-badge.secondary{background:#e2e8f0;background:var(--border);color:#475569;color:var(--text-secondary)}.dual-text-row .text-content{flex:1 1;min-width:0}.dual-text-row .edit-icon{color:#475569;color:var(--text-secondary);font-size:14px;opacity:0;transition:opacity .15s ease}.dual-text-row:hover .edit-icon{opacity:1}.language-selector{display:flex;flex-direction:column;gap:16px}.language-selector .selector-group{display:flex;flex-direction:column;gap:4px}.language-selector label{color:#475569;color:var(--text-secondary);font-size:13px;font-weight:500}.lang-select{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#0f172a;color:var(--text);cursor:pointer;font-size:14px;padding:8px 12px}.lang-select:focus{border-color:#2563eb;border-color:var(--primary);outline:none}.lang-select.compact{font-size:13px;padding:6px 10px}.language-selector-compact{align-items:center;display:flex;gap:8px}.saving-indicator{color:#475569;color:var(--text-secondary);font-size:12px;font-style:italic}.translation-edit-modal{max-width:500px}.translation-edit-modal textarea{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);font-family:inherit;font-size:14px;min-height:120px;padding:12px;resize:vertical;width:100%}.translation-edit-modal .edit-info{color:#475569;color:var(--text-secondary);font-size:13px;margin-bottom:12px}.translation-edit-modal .audit-notice{color:#475569;color:var(--text-secondary);font-size:12px;margin-top:12px;text-align:center}
/*# sourceMappingURL=main.3e948790.css.map*/