*{box-sizing:border-box}:root{--navy:#001a44;--blue:#003b7a;--orange:#f97316;--green:#25d366;--bg:#f4f7fb;--text:#111827;--muted:#4b5563;--white:#fff;--border:#d1d5db;--shadow:0 16px 38px #001a4424;--radius:18px}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,sans-serif}a{font-weight:700;text-decoration:none}.site-header{background:var(--navy);border-bottom:4px solid var(--orange);padding:18px 24px}.nav{justify-content:space-between;align-items:center;gap:18px;max-width:1380px;margin:0 auto;display:flex}.logo{color:var(--white);font-size:1.35rem;font-weight:900}.menu{align-items:center;gap:10px;display:flex}.menu a{color:var(--white);border-radius:999px;padding:10px 14px}.menu a:hover,.admin-link{background:#ffffff1f}.menu-toggle{display:none}.home-page{padding:10px 18px 35px}.home-hero-image{max-width:1380px;box-shadow:var(--shadow);background:var(--navy);border-radius:24px;margin:0 auto;overflow:hidden}.home-hero-image img{object-fit:contain;width:100%;height:auto;max-height:78vh;display:block}.products-page{padding:30px 18px 60px}.products-hero{background:linear-gradient(135deg, var(--navy), var(--blue));max-width:1380px;color:var(--white);box-shadow:var(--shadow);border-radius:28px;margin:0 auto 28px;padding:44px}.products-hero h1{margin:0 0 10px;font-size:clamp(2rem,5vw,4rem)}.products-hero p{color:#dbeafe;margin:0;font-size:1.1rem}.catalog-toolbar{gap:14px;max-width:1380px;margin:0 auto 26px;display:grid}.catalog-toolbar input{border:1px solid var(--border);background:var(--white);border-radius:16px;outline:none;width:100%;padding:15px 18px;font-size:1rem}.catalog-toolbar input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #003b7a1f}.category-buttons{flex-wrap:wrap;gap:10px;display:flex}.category-btn{border:1px solid var(--border);background:var(--white);color:var(--navy);cursor:pointer;border-radius:999px;padding:9px 15px;font-weight:700}.category-btn.active,.category-btn:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;max-width:1380px;margin:0 auto;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;height:100%;min-height:390px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #001a442e}.product-card img{object-fit:cover;width:100%;height:125px;display:block}.product-info{flex-direction:column;flex:1;padding:12px;display:flex}.product-category{color:var(--orange);margin-bottom:6px;font-size:.82rem;font-weight:900;display:inline-block}.stock-badge{border-radius:999px;margin-bottom:8px;margin-left:4px;padding:5px 8px;font-size:.72rem;font-weight:700;display:inline-block}.stock-available{color:#166534;background:#dcfce7}.stock-low{color:#92400e;background:#fef3c7}.stock-out{color:#991b1b;background:#fee2e2}.product-link{color:var(--navy);text-decoration:none}.product-link:hover h2{color:var(--orange)}.product-info h2{color:var(--navy);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;margin:0 0 8px;font-size:1.05rem;line-height:1.25;display:-webkit-box;overflow:hidden}.product-info p{color:var(--muted);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;font-size:.9rem;line-height:1.35;display:-webkit-box;overflow:hidden}.product-price{color:var(--navy);margin:auto 0 10px;font-size:1.25rem;font-weight:900;display:block}.buy-button{background:var(--green);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:12px;margin-top:8px;padding:11px;font-size:.88rem;font-weight:900}.buy-button:hover{background:#1ebe5d}.disabled-button{cursor:not-allowed;background:#9ca3af!important}.empty-message{text-align:center;color:#6b7280;margin-top:30px;font-size:1.1rem;font-weight:700}.page{background:var(--white);max-width:1180px;box-shadow:var(--shadow);border-radius:22px;margin:40px auto;padding:30px}.admin-page{padding:30px 18px 70px}.admin-panel{max-width:900px;box-shadow:var(--shadow);background:#fff;border-radius:24px;margin:0 auto;padding:32px}.admin-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.admin-header h1,.admin-panel h1{color:var(--navy);margin-top:0}.admin-panel p{color:var(--muted)}.logout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#dc2626;border:none;border-radius:12px;padding:12px 18px;font-weight:700}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:30px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 25px #00000014}.stat-card h3{margin:0 0 10px;font-size:1rem}.stat-card strong{color:var(--navy);font-size:2rem}.admin-form{gap:18px;margin-top:24px;display:grid}.admin-form label{color:var(--navy);gap:8px;font-weight:700;display:grid}.admin-form input,.admin-form textarea{border:1px solid var(--border);border-radius:14px;width:100%;padding:14px 16px;font-family:Arial,sans-serif;font-size:1rem}.admin-form textarea{resize:vertical;min-height:140px;max-height:180px}.admin-form input:focus,.admin-form textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px #003b7a1f}.admin-form button{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:15px;font-size:1rem;font-weight:700}.admin-form button:hover{background:var(--blue)}.admin-message{color:#047857;background:#ecfdf5;border-radius:14px;margin-top:18px;padding:14px;font-weight:700}.admin-actions{flex-wrap:wrap;gap:12px;display:flex}.admin-actions button{flex:1}.cancel-btn{background:#6b7280!important}.admin-products{gap:16px;margin-top:20px;display:grid}.admin-research{background:#f8fafc;border:1px solid #dbe3ef;border-radius:20px;margin:24px 0;padding:22px}.admin-research-header{margin-bottom:18px}.admin-research-header span,.admin-research-suggestion span{color:var(--orange);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.admin-research-header h2{color:var(--navy);margin:4px 0 0;font-size:1.35rem}.admin-research-grid{gap:14px;display:grid}.admin-research label,.admin-image-helper label{color:var(--navy);gap:8px;font-weight:900;display:grid}.admin-research input,.admin-image-helper input{border:1px solid var(--border);border-radius:14px;outline:none;width:100%;padding:14px 16px;font-size:1rem}.admin-research input:focus,.admin-image-helper input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #003b7a1f}.admin-research-actions{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;display:grid}.admin-research-actions button,.admin-research-suggestion button,.admin-image-helper button{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 14px;font-weight:900}.admin-research-actions button:hover,.admin-research-suggestion button:hover,.admin-image-helper button:hover{background:var(--orange)}.admin-research-suggestion{background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:16px;margin-top:16px;padding:16px;display:grid}.admin-research-suggestion h3{color:var(--navy);margin:5px 0 8px}.admin-research-suggestion p{color:var(--muted);margin:0 0 10px;line-height:1.45}.admin-research-suggestion strong{color:var(--orange)}.admin-image-helper{grid-template-columns:1fr auto;align-items:end;gap:12px;margin-top:16px;display:grid}.admin-research-preview img{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:180px;height:130px;margin-top:14px}.admin-product-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:110px 1fr auto;align-items:center;gap:16px;padding:16px;display:grid}.admin-product-card img{object-fit:cover;background:#e5e7eb;border-radius:14px;width:110px;height:110px}.admin-product-info h3{color:var(--navy);margin:0 0 8px}.admin-product-info p{color:var(--muted);margin:0 0 8px}.admin-product-info span{color:var(--orange);margin-right:12px;font-weight:700;display:inline-block}.admin-product-info strong{color:var(--navy);font-size:1.1rem}.admin-product-actions{gap:10px;display:grid}.edit-btn,.delete-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-weight:700}.edit-btn{background:var(--blue)}.delete-btn{background:#dc2626}.edit-btn:hover{background:var(--navy)}.delete-btn:hover{background:#b91c1c}.admin-form img,.admin-panel img{object-fit:cover;border:1px solid #e5e7eb;border-radius:14px;max-width:220px;max-height:160px;margin-top:10px;display:block}.admin-form input[type=file]{background:#fff;padding:10px}.admin-form input[readonly],.admin-form input:disabled{color:#374151;background:#f8fafc}.gallery-url-helper{grid-template-columns:1fr auto;align-items:end;gap:12px;display:grid}.gallery-url-helper label{margin:0}.product-gallery-editor{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;gap:12px;padding:16px;display:grid}.gallery-editor-header{color:var(--navy);justify-content:space-between;gap:12px;display:flex}.gallery-editor-header span{color:var(--orange);font-weight:900}.gallery-editor-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.gallery-editor-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:8px}.gallery-editor-item img{object-fit:contain;background:#f8fafc;border-radius:10px;width:100%;height:95px;margin:0}.gallery-editor-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:8px;display:grid}.gallery-editor-actions button,.gallery-editor-actions span{text-align:center;border:none;border-radius:9px;padding:8px 6px;font-size:.72rem;font-weight:900}.gallery-editor-actions button{background:var(--navy);color:#fff;cursor:pointer}.gallery-editor-actions span{color:#166534;background:#dcfce7}.gallery-remove-btn{background:#dc2626!important}@media (width>=1100px){.products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width>=1500px){.products-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (width<=768px){.site-header{z-index:1000;padding:18px 24px;position:sticky;top:0}.nav{flex-wrap:nowrap;align-items:center;position:relative}.logo{font-size:1.15rem}.menu-toggle{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:6px 10px;font-size:1.3rem;display:block}.menu{background:var(--navy);border-radius:0 0 18px 18px;padding:12px;display:none;position:absolute;top:58px;left:0;right:0;box-shadow:0 14px 30px #00000040}.menu.open{flex-direction:column;gap:10px;display:flex}.menu a{text-align:center;background:#ffffff14;border-radius:12px;width:100%;padding:12px}.menu a:hover{background:var(--orange)}.home-page{padding:8px 10px 30px}.home-hero-image{border-radius:16px}.home-hero-image img{max-height:none}.products-page{padding:22px 12px 50px}.products-hero{border-radius:22px;margin-bottom:20px;padding:24px 22px}.products-hero h1{font-size:2rem;line-height:1.15}.products-hero p{font-size:.95rem}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border-radius:16px;min-height:340px}.product-card img{height:120px}.product-info{padding:10px}.product-category{font-size:.72rem}.stock-badge{margin-top:4px;margin-left:0;font-size:.65rem;display:inline-block}.product-info h2{min-height:42px;font-size:.9rem;line-height:1.2}.product-info p{min-height:34px;font-size:.78rem}.product-price{margin:auto 0 8px;font-size:1rem}.buy-button{border-radius:10px;padding:9px 7px;font-size:.74rem}.admin-page{padding:18px 10px 50px;overflow-x:hidden}.admin-panel{border-radius:18px;width:100%;max-width:100%;padding:18px;overflow-x:hidden}.admin-form img,.admin-panel img{object-fit:contain;background:#fff;width:100%;max-width:100%;height:160px;max-height:160px}.admin-form input,.admin-form textarea,.admin-form select{max-width:100%;font-size:.95rem}.admin-form textarea{min-height:120px;max-height:160px}.admin-actions{flex-direction:column}.gallery-url-helper{grid-template-columns:1fr}.gallery-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-research{padding:16px}.admin-research-suggestion,.admin-image-helper{grid-template-columns:1fr}.admin-research-suggestion button,.admin-image-helper button{width:100%}.admin-research-preview img{width:100%;height:170px}.admin-product-card{grid-template-columns:1fr;overflow:hidden}.admin-product-card img{object-fit:contain;width:100%;height:160px}.admin-product-actions{grid-template-columns:1fr 1fr}}@media (width<=380px){.products-grid{grid-template-columns:1fr}.product-card img{height:170px}}.home-buttons{flex-wrap:wrap;justify-content:center;gap:16px;max-width:1380px;margin:22px auto 0;display:flex}.home-btn{text-align:center;color:#fff;border-radius:14px;min-width:180px;padding:15px 26px;font-size:1rem;font-weight:900;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #001a442e}.home-btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px #001a443d}.home-btn.catalogo{background:var(--orange)}.home-btn.whatsapp{background:var(--green)}@media (width<=768px){.home-buttons{gap:10px;margin-top:16px;padding:0 8px}.home-btn{flex:100%;min-width:100%;padding:14px 18px}}.featured-section{max-width:1380px;margin:35px auto 0;padding:0 18px}.featured-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;display:flex}.featured-label{color:var(--orange);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.82rem;font-weight:900;display:inline-block}.featured-header h2{color:var(--navy);margin:0 0 8px;font-size:clamp(1.8rem,4vw,2.5rem)}.featured-header p{color:var(--muted);max-width:650px;margin:0;line-height:1.5}.featured-view-all{background:var(--navy);white-space:nowrap;border-radius:999px;padding:12px 20px;font-weight:900;color:#fff!important}.featured-view-all:hover{background:var(--orange)}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.featured-card{box-shadow:var(--shadow);background:#fff;border-radius:18px;flex-direction:column;min-height:390px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.featured-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #001a442e}.featured-img{width:100%;display:block}.featured-img img{object-fit:cover;width:100%;display:block;height:150px!important}.featured-info{flex-direction:column;flex:1;padding:14px;display:flex}.featured-meta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.featured-meta span{color:var(--orange);font-size:.78rem;font-weight:900}.featured-meta strong{color:#166534;white-space:nowrap;background:#dcfce7;border-radius:999px;padding:5px 8px;font-size:.68rem}.featured-title{color:var(--navy)}.featured-title h3{color:var(--navy);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;margin:0 0 8px;font-size:1rem;line-height:1.25;display:-webkit-box;overflow:hidden}.featured-info p{color:var(--muted);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;font-size:.86rem;line-height:1.35;display:-webkit-box;overflow:hidden}.featured-price{color:var(--navy);margin-top:auto;font-size:1.25rem;font-weight:900}.featured-buy{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:10px;padding:11px;font-weight:900}.featured-buy:hover{background:#1ebe5d}@media (width<=1100px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.featured-section{margin-top:28px;padding:0 10px}.featured-header{flex-direction:column;align-items:flex-start}.featured-view-all{text-align:center;width:100%}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.featured-card{min-height:340px}.featured-img img{height:120px!important}.featured-info{padding:10px}.featured-title h3{min-height:42px;font-size:.9rem}.featured-info p{min-height:34px;font-size:.78rem}.featured-price{font-size:1rem}.featured-buy{padding:9px 7px;font-size:.74rem}}@media (width<=380px){.featured-grid{grid-template-columns:1fr}.featured-img img{height:170px!important}}.product-detail-page{padding:35px 18px 70px}.product-detail-card{max-width:1180px;box-shadow:var(--shadow);background:#fff;border-radius:26px;grid-template-columns:1.05fr .95fr;gap:0;margin:0 auto;display:grid;overflow:hidden}.product-detail-image{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:520px;padding:22px;display:flex}.product-detail-image>img{object-fit:contain;width:100%;max-height:560px;display:block}.product-detail-gallery{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:10px;width:100%;display:grid}.gallery-thumb{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;padding:6px}.gallery-thumb.active{border-color:var(--orange);box-shadow:0 0 0 3px #f9731624}.gallery-thumb img{object-fit:contain;width:100%;height:64px;display:block}.product-detail-info{flex-direction:column;padding:42px;display:flex}.product-detail-category{color:var(--orange);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:.85rem;font-weight:900}.product-detail-info h1{color:var(--navy);margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.product-detail-stock-row{margin-bottom:18px}.product-detail-price{color:var(--navy);margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.product-detail-description{color:var(--muted);margin-bottom:28px;font-size:1.05rem;line-height:1.7}.product-detail-actions{flex-wrap:wrap;gap:14px;margin-bottom:28px;display:flex}.product-detail-buy,.product-detail-back,.back-button{cursor:pointer;text-align:center;border:none;border-radius:14px;padding:15px 22px;font-weight:900}.product-detail-buy{background:var(--green);color:#fff;flex:1}.product-detail-buy:hover{background:#1ebe5d}.product-detail-back,.back-button{background:var(--navy);color:#fff}.product-detail-back:hover,.back-button:hover{background:var(--orange)}.product-detail-benefits{border-top:1px solid #e5e7eb;grid-template-columns:repeat(3,1fr);gap:14px;padding-top:22px;display:grid}.product-detail-benefits div{background:#f8fafc;border-radius:16px;padding:14px}.product-detail-benefits strong{color:var(--navy);margin-bottom:5px;display:block}.product-detail-benefits span{color:var(--muted);font-size:.88rem}.product-not-found{max-width:720px;box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:22px;margin:0 auto;padding:36px}.product-not-found h1{color:var(--navy)}.product-not-found p{color:var(--muted);margin-bottom:24px}@media (width<=900px){.product-detail-card{grid-template-columns:1fr}.product-detail-image{min-height:auto}.product-detail-image>img{max-height:360px}.product-detail-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}.product-detail-info{padding:26px}}@media (width<=768px){.product-detail-page{padding:22px 10px 50px}.product-detail-card{border-radius:18px}.product-detail-info{padding:20px}.product-detail-actions{flex-direction:column}.product-detail-buy,.product-detail-back{width:100%}.product-detail-benefits{grid-template-columns:1fr}}.logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;padding:10px 14px;font-weight:700}.logout-btn:hover{background:#b91c1c}.search-assistant{background:var(--white);max-width:1380px;box-shadow:var(--shadow);border:1px solid #dbe3ef;border-radius:22px;margin:0 auto 26px;overflow:hidden}.assistant-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.assistant-header span{color:var(--orange);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.assistant-header h2{color:var(--navy);margin:4px 0 0;font-size:1.35rem;line-height:1.2}.assistant-header button{background:var(--navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:10px 14px;font-weight:900}.assistant-header button:hover{background:var(--orange)}.assistant-result{grid-template-columns:260px minmax(0,1fr) 280px;align-items:stretch;gap:20px;padding:22px;display:grid}.assistant-image{background:#f8fafc;border-radius:18px;min-height:210px;overflow:hidden}.assistant-image img{object-fit:cover;width:100%;height:100%;min-height:210px;display:block}.assistant-info{flex-direction:column;min-width:0;display:flex}.assistant-match{color:#166534;background:#dcfce7;border-radius:999px;width:fit-content;margin-bottom:10px;padding:6px 10px;font-size:.78rem;font-weight:900}.assistant-info h3{color:var(--navy);margin:0 0 10px;font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.12}.assistant-info p{color:var(--muted);margin:0 0 16px;line-height:1.55}.assistant-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;display:flex}.assistant-meta strong{color:var(--navy);font-size:1.45rem;font-weight:900}.assistant-meta>span:not(.stock-badge){color:var(--orange);font-weight:900}.assistant-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.assistant-actions a,.assistant-actions button{cursor:pointer;text-align:center;border:none;border-radius:13px;padding:12px 16px;font-weight:900}.assistant-actions a{background:var(--navy);color:#fff}.assistant-actions a:hover{background:var(--orange)}.assistant-actions button{background:var(--green);color:#fff}.assistant-actions button:hover{background:#1ebe5d}.assistant-related{border-left:1px solid #e5e7eb;align-content:start;gap:10px;padding-left:20px;display:grid}.assistant-related h4{color:var(--navy);margin:0 0 4px}.assistant-related a{color:var(--navy);background:#f8fafc;border-radius:14px;grid-template-columns:58px 1fr;align-items:center;gap:10px;padding:8px;display:grid}.assistant-related a:hover{background:#eef4ff}.assistant-related img{object-fit:cover;border-radius:10px;grid-row:span 2;width:58px;height:58px}.assistant-related span{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:.88rem;line-height:1.25;display:-webkit-box;overflow:hidden}.assistant-related strong{color:var(--orange);font-size:.88rem}.assistant-empty{color:var(--muted);margin:0;padding:24px;font-weight:800}@media (width<=980px){.assistant-result{grid-template-columns:220px minmax(0,1fr)}.assistant-related{border-top:1px solid #e5e7eb;border-left:none;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:16px;padding-left:0}.assistant-related h4{grid-column:1/-1}}@media (width<=768px){.search-assistant{border-radius:18px;margin-bottom:20px}.assistant-header{flex-direction:column;align-items:flex-start;padding:16px}.assistant-header button{width:100%}.assistant-result{grid-template-columns:1fr;gap:14px;padding:16px}.assistant-image,.assistant-image img{min-height:190px}.assistant-actions{flex-direction:column}.assistant-actions a,.assistant-actions button{width:100%}.assistant-related{grid-template-columns:1fr}}
