.quote__inner{max-width:720px}.quote[data-variant=drawer] .quote__inner{max-width:none}.quote__title{color:var(--ink-navy,#000555);margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.2}.quote__lede,.quote__empty,.quote__hint{color:var(--ink-body,#767682);margin:0 0 20px;font-size:15px;line-height:1.7}.quote__hint{margin:12px 0 0;font-size:13px}.quote__list{margin:0 0 24px;padding:0;list-style:none}.quote__item{border-bottom:1px solid var(--line,#e4e4ea);grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:12px 0;display:grid}.quote__item img{background:var(--surface-muted,#f4f4f7);object-fit:cover;border-radius:8px;width:64px;height:64px}.quote__name{color:var(--brand,#8e0000);font-size:15px;font-weight:700;line-height:1.4}.quote__name:hover{color:var(--brand-accent,#e21e2e)}.quote__qty{align-items:center;gap:2px;display:inline-flex}.quote__qty button{border:1px solid var(--line,#e4e4ea);width:30px;height:30px;color:var(--ink-navy,#000555);cursor:pointer;background:#fff;border-radius:6px;font-size:16px;line-height:1}.quote__qty button:hover{border-color:var(--brand,#8e0000);color:var(--brand,#8e0000)}.quote__qty button:focus-visible,.quote__send:focus-visible,.quote__clear:focus-visible,.quote__remove:focus-visible{outline:2px solid var(--ink-navy,#000555);outline-offset:2px}.quote__qty output{text-align:center;min-width:28px;font-size:15px;font-weight:700}.quote__remove{color:var(--ink-body,#767682);cursor:pointer;background:0 0;border:0;margin-left:8px;font-size:13px;text-decoration:underline}.quote__remove:hover{color:var(--brand-accent,#e21e2e)}.quote__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.quote__field{margin-bottom:16px}.quote__grid .quote__field{margin-bottom:0}.quote__field label{color:var(--ink-navy,#000555);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.quote__field label span{color:var(--ink-body,#767682);font-weight:400}.quote__field input,.quote__field textarea{border:1px solid var(--line,#e4e4ea);width:100%;color:var(--ink-navy,#000555);background:#fff;border-radius:6px;padding:11px 14px;font-family:inherit;font-size:15px}.quote__field input:focus-visible,.quote__field textarea:focus-visible{outline:2px solid var(--ink-navy,#000555);outline-offset:1px}.quote__field[data-invalid] input{border-color:var(--brand-accent,#e21e2e)}.quote__error{color:var(--brand-accent,#e21e2e);margin:6px 0 0;font-size:13px}.quote__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.quote__send{background:var(--success,#189d0e);color:#fff;cursor:pointer;transition:background var(--dur-fast,.18s) var(--ease-out,cubic-bezier(.16, 1, .3, 1));border:0;border-radius:6px;padding:13px 26px;font-family:inherit;font-size:15px;font-weight:700}.quote__send:hover{background:#147d0b}.quote__send:active{background:#116a09}.quote__send[disabled]{background:var(--ink-body,#767682);cursor:not-allowed}.quote__send[data-state=loading] .quote__send-label:after{content:"…"}.quote__clear{color:var(--ink-body,#767682);cursor:pointer;background:0 0;border:0;font-family:inherit;font-size:14px;text-decoration:underline}.quote__clear:hover{color:var(--brand-accent,#e21e2e)}.quote__status{margin:12px 0 0;font-size:14px}.quote__status[data-state=error]{color:var(--brand-accent,#e21e2e)}.quote__status[data-state=success]{color:var(--success,#189d0e)}.quote[data-variant=drawer] .quote__item{grid-template-columns:56px minmax(0,1fr);grid-template-areas:"img name""ctl ctl";row-gap:10px}.quote[data-variant=drawer] .quote__item img{grid-area:img;width:56px;height:56px}.quote[data-variant=drawer] .quote__name{grid-area:name}.quote[data-variant=drawer] .quote__controls{grid-area:ctl;justify-content:space-between;align-items:center;display:flex}.quote[data-variant=drawer] .quote__grid{grid-template-columns:minmax(0,1fr)}@media (width<=600px){.quote__grid{grid-template-columns:minmax(0,1fr)}.quote__item{grid-template-columns:52px 1fr;grid-template-areas:"img name""qty qty"}.quote__item img{grid-area:img;width:52px;height:52px}.quote__item .quote__name{grid-area:name}.quote__item .quote__controls{grid-area:qty}}.chat__launcher{z-index:60;color:#fff;cursor:pointer;background:#8e0000;border:0;border-radius:999px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 5px 15px #0003}.chat__launcher:hover{background:#910a15}.chat__panel{z-index:61;color:#0d0d3f;background:#fff;border-radius:16px;flex-direction:column;width:min(400px,100vw - 24px);max-height:min(640px,100vh - 48px);font-size:14px;line-height:22px;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 12px 32px #00000040}.chat__panel[hidden]{display:none}.chat__head{color:#fff;background:#8e0000;justify-content:space-between;align-items:flex-start;gap:10px;padding:16px 18px;display:flex}.chat__head strong{font-size:15px;display:block}.chat__head span{opacity:.85;font-size:12px;display:block}.chat__close{color:inherit;cursor:pointer;background:0 0;border:0;font-size:22px;line-height:1}.chat__log{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex;overflow-y:auto}.chat__msg{border-radius:14px;max-width:90%;padding:10px 14px;font-size:14px;line-height:22px}.chat__msg p{margin:0 0 8px}.chat__msg p:last-child,.chat__msg ul:last-child,.chat__msg ol:last-child{margin-bottom:0}.chat__msg ul,.chat__msg ol{margin:0 0 8px;padding-left:20px}.chat__msg li{margin-bottom:4px}.chat__msg code{background:#0000000f;border-radius:4px;padding:1px 5px;font-size:13px}.chat__h{margin:10px 0 4px;display:block}.chat__msg--bot{background:#f4f4f7;align-self:flex-start}.chat__msg--user{color:#fff;background:#8e0000;align-self:flex-end}.chat__msg--error{color:#910a15;background:#fdecec;align-self:flex-start}.chat__msg a{color:inherit;text-decoration:underline}.chat__typing{align-items:center;gap:5px;height:22px;display:inline-flex}.chat__typing i{background:#9a9aa8;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite chat-typing}.chat__typing i:nth-child(2){animation-delay:.15s}.chat__typing i:nth-child(3){animation-delay:.3s}@keyframes chat-typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.chat__typing i{opacity:.5;animation:none}}.chat__picks{flex-wrap:wrap;align-self:flex-start;gap:6px;max-width:90%;display:flex}.chat__pick{color:#189d0e;text-align:left;cursor:pointer;background:#fff;border:1px solid #189d0e;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;line-height:1.3;display:inline-flex}.chat__pick:hover,.chat__pick[data-added]{color:#fff;background:#189d0e}.chat__suggestions{flex-wrap:wrap;gap:8px;margin:0;padding:0 18px 12px;list-style:none;display:flex}.chat__suggestions button{color:#767682;text-align:left;cursor:pointer;background:0 0;border:1px solid #e4e4ea;border-radius:999px;padding:7px 12px;font-size:12px}.chat__suggestions button:hover{color:#8e0000;border-color:#8e0000}.chat__suggestions[hidden]{display:none}.chat__form{border-top:1px solid #ececf1;align-items:flex-end;gap:8px;padding:12px 18px;display:flex}.chat__form textarea{max-height:120px;font:inherit;resize:none;border:1px solid #d9d9e3;border-radius:10px;flex:1;padding:10px}.chat__form button{color:#fff;cursor:pointer;background:#8e0000;border:0;border-radius:10px;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.chat__form button:disabled{opacity:.5;cursor:not-allowed}.chat__foot{padding:0 18px 14px}.chat__wa{color:#fff;cursor:pointer;background:#189d0e;border:0;border-radius:10px;width:100%;margin-bottom:8px;padding:10px;font-size:13px;font-weight:700}.chat__wa:hover{background:#147d0b}.chat__foot p{color:#9a9aa8;margin:0;font-size:11px;line-height:16px}.chat__sr{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=600px){.chat__launcher{padding:14px;font-size:18px;bottom:16px;right:16px}.chat__launcher-label{display:none}.chat__panel{border-radius:16px 16px 0 0;width:100vw;max-height:88vh;bottom:0;right:0}}.chat__proposal{background:#fff;border:1px solid #d9d9e3;border-radius:10px;margin:10px 0;padding:14px}.chat__proposal-text{color:#0d0d3f;margin:0 0 8px;font-size:14px;font-weight:700}.chat__proposal-list{color:#767682;margin:0 0 12px;padding-left:18px;font-size:13px;line-height:1.6}.chat__proposal-actions{gap:8px;display:flex}.chat__proposal-yes,.chat__proposal-no{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:700}.chat__proposal-yes{color:#fff;background:#189d0e}.chat__proposal-yes:hover{background:#147d0b}.chat__proposal-no{color:#767682;background:#fff;border-color:#d9d9e3}.chat__proposal-no:hover{color:#910a15;border-color:#910a15}.chat__proposal-yes:focus-visible,.chat__proposal-no:focus-visible{outline-offset:2px;outline:2px solid #0d0d3f}.chat__proposal-done{color:#189d0e;margin:0;font-size:13px;font-weight:700}:root{--brand:#8e0000;--brand-dark:#650008;--brand-soft:#f8eeee;--navy:#0d1535;--navy-deep:#080d22;--ink:#10152b;--ink-body:#555d70;--ink-muted:#747b8b;--surface:#fff;--surface-subtle:#f6f7f9;--surface-strong:#eceef2;--line:#dfe2e8;--line-strong:#c9ced8;--success:#17784a;--danger:#a31922;--focus:#2367d1;--font-sans:Poppins, Arial, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:clamp(1.4rem, 1.15rem + .8vw, 1.875rem);--text-3xl:clamp(1.85rem, 1.35rem + 1.5vw, 2.75rem);--text-display:clamp(2.2rem, 1.35rem + 3.2vw, 4.5rem);--leading-body:1.7;--leading-tight:1.15;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--container:1200px;--container-wide:1440px;--measure:65ch;--radius-sm:5px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--shadow-sm:0 2px 8px #0c122a14;--shadow-md:0 14px 36px #0c122a1f;--shadow-overlay:0 24px 70px #080d223d;--dur-fast:.16s;--dur-base:.26s;--ease-out:cubic-bezier(.16, 1, .3, 1);--z-header:100;--z-dock:600;--z-scrim:700;--z-overlay:710;--z-toast:800}*,:before,:after{box-sizing:border-box}html{overscroll-behavior-y:none;scroll-behavior:smooth;background:#fff}body{background:var(--surface);color:var(--ink-body);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-body);text-rendering:optimizelegibility;margin:0;overflow-x:clip}body[data-overlay-open=true]{overflow:hidden}img,svg{vertical-align:top;max-width:100%;height:auto}a{color:inherit;transition:color var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);text-decoration:none}button,input,select,textarea{font:inherit}button,[role=button]{touch-action:manipulation}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.025em;font-weight:700;line-height:var(--leading-tight);margin:0}p{margin:0 0 1rem}ul,ol,li{list-style:none}ul,ol{margin:0;padding:0}:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 70%, white);outline-offset:3px}.container,.fanos-container{width:min(100% - 32px, var(--container));margin-inline:auto}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=480px){.container,.fanos-container{width:min(100% - 24px, var(--container))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
