.guata-app, .guata-track, .guata-register {
    max-width: 920px; margin: 0 auto; padding: 12px;
    font-family: system-ui, sans-serif;
}
.guata-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.guata-location { font-size:14px; color:#555; }
.guata-filters { display:flex; gap:8px; align-items:center; margin-bottom:12px; flex-wrap:wrap; }
.guata-filters select, .guata-filters input { padding:8px; border:1px solid #ddd; border-radius:8px; }
.guata-grid { display:grid; gap:12px; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); }
.guata-card-vendor {
    background:#fff; border:1px solid #eee; border-radius:14px; overflow:hidden; cursor:pointer;
    transition:transform .15s, box-shadow .15s;
}
.guata-card-vendor:hover { transform:translateY(-2px); box-shadow:0 8px 20px rgba(0,0,0,.06); }
.guata-card-vendor img { width:100%; height:120px; object-fit:cover; display:block; }
.guata-card-vendor .body { padding:10px 12px; }
.guata-card-vendor h4 { margin:0 0 4px; font-size:16px; }
.guata-card-vendor .meta { color:#666; font-size:13px; }

.guata-cart-fab {
    position:fixed; right:16px; bottom:16px; background:#0a8043; color:#fff;
    padding:14px 18px; border-radius:999px; cursor:pointer; box-shadow:0 6px 20px rgba(0,0,0,.18);
    font-weight:600;
}

.guata-product { display:flex; gap:12px; padding:10px; border-bottom:1px solid #eee; }
.guata-product img { width:80px; height:80px; object-fit:cover; border-radius:10px; }
.guata-product button { background:#0a8043; color:#fff; padding:6px 10px; border:0; border-radius:8px; cursor:pointer; }

.guata-track-status { font-size:18px; font-weight:600; margin-bottom:12px; padding:10px; border-radius:10px; background:#eef7ee; }
.guata-track-info { background:#fff; padding:12px; border-radius:12px; margin-top:10px; border:1px solid #eee; }

.guata-checkout-address { background:#fafafa; border:1px solid #eee; border-radius:12px; padding:12px; margin:12px 0; }
.guata-checkout-address input { width:100%; padding:10px; margin-bottom:8px; border:1px solid #ddd; border-radius:8px; }

.guata-register input { display:block; width:100%; padding:10px; margin:6px 0; border:1px solid #ddd; border-radius:8px; }
.guata-register button { padding:12px 16px; background:#0a8043; color:#fff; border:0; border-radius:8px; cursor:pointer; }
