.vn-concierge { bottom:22px; color:#241b1e; font-family:Arial,sans-serif; position:fixed; right:22px; z-index:99990; }
.vn-concierge * { box-sizing:border-box; }
.vn-concierge__launcher { align-items:center; background:#5b1024; border:1px solid rgba(255,255,255,.22); border-radius:999px; box-shadow:0 12px 35px rgba(36,11,18,.28); color:#fff; cursor:pointer; display:flex; font-size:.72rem; font-weight:700; gap:9px; letter-spacing:.09em; min-height:52px; padding:8px 17px 8px 8px; text-transform:uppercase; }
.vn-concierge__launcher-mark { align-items:center; background:#f1dfd7; border-radius:50%; color:#5b1024; display:flex; font-family:Georgia,serif; font-size:.78rem; height:36px; justify-content:center; letter-spacing:.02em; width:36px; }
.vn-concierge.is-open .vn-concierge__launcher { opacity:0; pointer-events:none; transform:translateY(8px); }
.vn-concierge__panel { background:#fbf7f2; border:1px solid #d9cbc3; border-radius:18px; bottom:0; box-shadow:0 24px 70px rgba(31,13,18,.28); display:flex; flex-direction:column; height:min(680px,calc(100vh - 48px)); overflow:hidden; position:absolute; right:0; width:min(390px,calc(100vw - 28px)); }
.vn-concierge__panel[hidden] { display:none; }
.vn-concierge__header { align-items:flex-start; background:linear-gradient(135deg,#301017,#64162a); color:#fff; display:flex; justify-content:space-between; padding:22px 21px 19px; }
.vn-concierge__header p { color:#d9a4ab; font-size:.61rem; font-weight:700; letter-spacing:.22em; margin:0 0 5px; text-transform:uppercase; }
.vn-concierge__header h2 { color:#fff; font-family:Georgia,serif; font-size:1.42rem; font-weight:400; line-height:1.1; margin:0 0 7px; }
.vn-concierge__header span { align-items:center; color:#e8d8d7; display:flex; font-size:.65rem; gap:6px; }
.vn-concierge__header i { background:#75c68c; border-radius:50%; display:inline-block; height:7px; width:7px; }
.vn-concierge__close { background:transparent; border:0; color:#fff; cursor:pointer; font-size:1.6rem; line-height:1; padding:0 3px; }
.vn-concierge__messages { display:flex; flex:1; flex-direction:column; gap:10px; min-height:150px; overflow-y:auto; padding:18px 17px 12px; scrollbar-width:thin; }
.vn-concierge__message { border-radius:14px; font-size:.78rem; line-height:1.55; max-width:88%; padding:11px 13px; white-space:pre-wrap; }
.vn-concierge__message--assistant { align-self:flex-start; background:#eee5df; border-bottom-left-radius:4px; }
.vn-concierge__message--user { align-self:flex-end; background:#5b1024; border-bottom-right-radius:4px; color:#fff; }
.vn-concierge__message a { color:#761c34; display:inline-block; font-weight:700; margin-top:5px; text-decoration:underline; text-underline-offset:2px; }
.vn-concierge__loading { align-items:center; display:flex; gap:5px; min-height:38px; padding:12px 15px; }
.vn-concierge__loading span { animation:vn-concierge-pulse 1.15s ease-in-out infinite; background:#8f5362; border-radius:50%; display:block; height:6px; opacity:.35; width:6px; }
.vn-concierge__loading span:nth-child(2) { animation-delay:.16s; }
.vn-concierge__loading span:nth-child(3) { animation-delay:.32s; }
@keyframes vn-concierge-pulse { 0%,60%,100% { opacity:.3; transform:translateY(0); } 30% { opacity:1; transform:translateY(-4px); } }
.vn-concierge__products { align-self:stretch; display:grid; gap:9px; width:100%; }
.vn-concierge__product-card { background:#fff; border:1px solid #ddcec5; border-radius:14px; box-shadow:0 7px 20px rgba(52,22,29,.07); display:grid; grid-template-columns:94px minmax(0,1fr); min-height:122px; overflow:hidden; }
.vn-concierge__product-media { align-items:center; background:#f2e9e2; display:flex; justify-content:center; min-height:122px; overflow:hidden; }
.vn-concierge__product-media img { display:block; height:100%; max-height:132px; object-fit:contain; width:100%; }
.vn-concierge__product-copy { align-content:center; display:grid; gap:5px; min-width:0; padding:10px 11px; }
.vn-concierge__product-category { color:#9a6572; font-size:.52rem; font-weight:700; letter-spacing:.14em; line-height:1.2; margin:0; text-transform:uppercase; }
.vn-concierge__product-title { color:#291b1f; display:-webkit-box; font-family:Georgia,serif; font-size:.9rem; line-height:1.18; overflow:hidden; text-decoration:none; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.vn-concierge__product-meta { align-items:baseline; display:flex; flex-wrap:wrap; gap:3px 9px; }
.vn-concierge__product-meta strong { color:#691329; font-size:.76rem; }
.vn-concierge__product-meta span { color:#8a7d77; font-size:.54rem; letter-spacing:.04em; }
.vn-concierge__product-cta { background:#5b1024; border-radius:7px; color:#fff; font-size:.56rem; font-weight:700; justify-self:start; letter-spacing:.08em; padding:7px 10px; text-decoration:none; text-transform:uppercase; }
.vn-concierge__product-title:focus-visible,.vn-concierge__product-media:focus-visible,.vn-concierge__product-cta:focus-visible { outline:2px solid #a94b62; outline-offset:2px; }
.vn-concierge__quick { display:flex; gap:7px; overflow-x:auto; padding:2px 17px 12px; scrollbar-width:none; }
.vn-concierge__quick::-webkit-scrollbar { display:none; }
.vn-concierge__quick button { background:#fff; border:1px solid #d8c9c1; border-radius:999px; color:#5b1024; cursor:pointer; flex:0 0 auto; font-size:.65rem; padding:7px 10px; }
.vn-concierge__order { border-top:1px solid #e2d7d0; padding:0 17px; }
.vn-concierge__order summary { color:#5b1024; cursor:pointer; font-size:.68rem; font-weight:700; letter-spacing:.08em; padding:11px 0; text-transform:uppercase; }
.vn-concierge__order>div { display:grid; gap:8px; grid-template-columns:1fr 1fr; }
.vn-concierge__order label { color:#746965; font-size:.61rem; }
.vn-concierge__order input { background:#fff; border:1px solid #d3c5bd; border-radius:0; color:#241b1e; display:block; font-size:.75rem; margin-top:4px; min-height:39px; padding:8px; width:100%; }
.vn-concierge__order p { color:#8a7d77; font-size:.59rem; margin:7px 0 11px; }
.vn-concierge__form { align-items:end; border-top:1px solid #e2d7d0; display:grid; gap:8px; grid-template-columns:1fr 62px; padding:12px 17px 8px; }
.vn-concierge__form textarea { background:#fff; border:1px solid #cfc0b8; border-radius:10px; color:#241b1e; font:inherit; font-size:.78rem; line-height:1.4; max-height:92px; min-height:48px; padding:9px 10px; resize:vertical; width:100%; }
.vn-concierge__form button { background:#5b1024; border:0; border-radius:10px; color:#fff; cursor:pointer; font-size:.68rem; font-weight:700; height:48px; text-transform:uppercase; }
.vn-concierge__form button:disabled { cursor:wait; opacity:.58; }
.vn-concierge__note { color:#8a7d77; font-size:.55rem; letter-spacing:.02em; margin:0; padding:0 17px 12px; text-align:center; }
.vn-concierge button:focus-visible,.vn-concierge input:focus-visible,.vn-concierge textarea:focus-visible,.vn-concierge summary:focus-visible { outline:2px solid #a94b62; outline-offset:2px; }
@media(prefers-reduced-motion:reduce){ .vn-concierge__loading span { animation:none; opacity:.7; } }
@media(max-width:600px){
    body.vn-concierge-open #gt_float_wrapper,
    body.vn-concierge-open .gtranslate_wrapper,
    body.vn-concierge-open #trp-floater-ls {
        opacity:0 !important;
        pointer-events:none !important;
        visibility:hidden !important;
    }
    .vn-concierge { bottom:14px; right:14px; }
    .vn-concierge__panel { border-radius:16px 16px 0 0; bottom:-14px; height:min(690px,calc(100dvh - 62px)); position:fixed; right:-14px; width:100vw; }
    .admin-bar .vn-concierge__panel { height:calc(100dvh - 78px); }
    .vn-concierge__header { padding:18px 18px 16px; }
    .vn-concierge__messages { padding-left:14px; padding-right:14px; }
    .vn-concierge__product-card { grid-template-columns:88px minmax(0,1fr); min-height:116px; }
    .vn-concierge__product-media { min-height:116px; }
    .vn-concierge__quick,.vn-concierge__order { padding-left:14px; padding-right:14px; }
    .vn-concierge__form { padding-left:14px; padding-right:14px; }
}
