#dryeyes-concierge-root { position:fixed; right:22px; bottom:22px; z-index:999999; font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color:#071f33; }
.de-concierge-fab { width:68px; height:68px; border-radius:50%; border:0; padding:0; background:#071f33; color:#fff; box-shadow:0 18px 42px rgba(7,31,51,.25); cursor:pointer; display:grid; place-items:center; transition:transform .18s ease, box-shadow .18s ease, background .18s ease; overflow:hidden; box-sizing:border-box; appearance:none; -webkit-appearance:none; }
.de-concierge-fab:hover, .de-concierge-fab:focus { transform:translateY(-3px); background:#0d2d49; box-shadow:0 22px 50px rgba(7,31,51,.32); outline:none; }
.de-concierge-fab:focus-visible { box-shadow:0 0 0 4px rgba(55,214,198,.25), 0 22px 50px rgba(7,31,51,.32); }
.de-fab-eye-svg { width:50px; height:50px; display:block; overflow:visible; filter:drop-shadow(0 6px 10px rgba(0,0,0,.18)); }
.de-fab-eye-open { transform-box:fill-box; transform-origin:center; animation:deFabEyeBlink 7.4s infinite ease-in-out; }
.de-fab-eye-white { fill:#ecffff; stroke:rgba(255,255,255,.82); stroke-width:2.2; }
.de-fab-iris { fill:url(#deFabIrisGradient); stroke:rgba(255,255,255,.5); stroke-width:1.7; transition:transform .18s ease; transform-box:fill-box; transform-origin:center; }
.de-fab-pupil { fill:#071f33; }
.de-fab-highlight { fill:#fff; opacity:.95; }
.de-concierge-fab:hover .de-fab-iris, .de-concierge-fab:focus .de-fab-iris { transform:scale(1.06); }
@keyframes deFabEyeBlink {
  0%, 42%, 46%, 49%, 100% { transform:scaleY(1); }
  44%, 48% { transform:scaleY(.20); }
  45% { transform:scaleY(.06); }
}
.de-concierge-panel { position:absolute; right:0; bottom:78px; width:min(390px, calc(100vw - 30px)); max-height:min(660px, calc(100vh - 120px)); border-radius:24px; background:#fff; border:1px solid #cfe3ea; box-shadow:0 28px 80px rgba(7,31,51,.28); overflow:hidden; display:none; }
.de-concierge-panel.is-open { display:flex; flex-direction:column; }
.de-concierge-header { padding:18px 20px; background:linear-gradient(135deg,#071f33,#0e7880); color:#fff; display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.de-concierge-header h3 { margin:0; font-family:Georgia, "Times New Roman", serif; font-size:24px; line-height:1.05; color:#fff; }
.de-concierge-header p { margin:6px 0 0; color:rgba(255,255,255,.82); font-size:13px; line-height:1.35; }
.de-concierge-close { width:38px; height:38px; min-width:38px; min-height:38px; flex:0 0 38px; border-radius:50%; border:1px solid rgba(255,255,255,.42); background:rgba(255,255,255,.13); color:#fff; cursor:pointer; padding:0; margin:0; display:flex; align-items:center; justify-content:center; text-align:center; box-sizing:border-box; appearance:none; -webkit-appearance:none; font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.de-concierge-close span { display:block; font-size:23px; font-weight:800; line-height:1; transform:translateY(-1px); }
.de-concierge-close:hover, .de-concierge-close:focus { background:rgba(255,255,255,.22); outline:none; }
.de-concierge-messages { padding:16px; overflow:auto; display:grid; gap:12px; background:#f7fbfb; }
.de-concierge-message { max-width:88%; padding:12px 14px; border-radius:18px; font-size:14px; line-height:1.45; }
.de-concierge-message.bot { background:#fff; border:1px solid #dcebed; color:#173349; border-top-left-radius:6px; }
.de-concierge-message.user { justify-self:end; background:#071f33; color:#fff; border-top-right-radius:6px; }
.de-concierge-message a { color:#007f83; font-weight:800; }
.de-concierge-message.user a { color:#fff; }
.de-concierge-quick { display:flex; flex-wrap:wrap; gap:8px; padding:0 16px 14px; background:#f7fbfb; }
.de-concierge-quick button { border:1px solid #cfe3ea; border-radius:999px; padding:8px 11px; background:#fff; color:#071f33; font-weight:800; font-size:12px; cursor:pointer; }
.de-concierge-quick button:hover { background:#dffaf6; border-color:#37d6c6; }
.de-concierge-form { display:flex; gap:8px; padding:14px; border-top:1px solid #dcebed; background:#fff; }
.de-concierge-form input { flex:1; border:1px solid #cfe3ea; border-radius:999px; padding:11px 14px; min-width:0; }
.de-concierge-form button { border:0; border-radius:999px; background:#37d6c6; color:#071f33; font-weight:900; padding:0 16px; cursor:pointer; }
.de-concierge-disclaimer { padding:0 16px 14px; background:#fff; color:#607789; font-size:11px; line-height:1.35; }
@media (max-width: 640px) {
  #dryeyes-concierge-root { right:14px; bottom:14px; }
  .de-concierge-panel { right:-2px; bottom:74px; width:calc(100vw - 24px); }
  .de-concierge-fab { width:64px; height:64px; }
  .de-fab-eye-svg { width:48px; height:48px; }
}
