#fh-chat{--fh-yellow: #EBE618;--fh-yellow-dim: #c9c415;--fh-bg: #0E0E0E;--fh-surface: #181818;--fh-surface-2: #242424;--fh-line: rgba(255, 255, 255, .08);--fh-line-strong: rgba(255, 255, 255, .16);--fh-text: #F5F5F5;--fh-text-dim: #8A8A8A;--fh-text-faint: #5A5A5A;--fh-shadow: 0 24px 60px -12px rgba(0, 0, 0, .6), 0 0 0 1px var(--fh-line);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--fh-text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}#fh-chat *,#fh-chat *:before,#fh-chat *:after{box-sizing:border-box}#fh-chat [hidden]{display:none!important}#fh-chat .fh-chat-toggle{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,0px));right:calc(20px + env(safe-area-inset-right,0px));z-index:2147483000;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:var(--fh-bg);color:var(--fh-yellow);border:1px solid var(--fh-yellow);border-radius:50%;cursor:pointer;box-shadow:var(--fh-shadow);transition:transform .2s cubic-bezier(.2,.8,.2,1),background .2s ease,color .2s ease,opacity .2s ease}#fh-chat .fh-chat-toggle-icon{width:22px;height:22px;display:block}#fh-chat .fh-chat-toggle:hover{background:var(--fh-yellow);color:var(--fh-bg);transform:translateY(-1px)}#fh-chat .fh-chat-toggle--hidden{opacity:0;pointer-events:none;transform:translateY(8px) scale(.96)}#fh-chat .fh-chat-toggle-dot{position:absolute;top:-4px;right:-4px;display:none;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:currentColor;color:var(--fh-bg);font-size:11px;font-weight:700;font-style:normal;letter-spacing:0;line-height:1}#fh-chat .fh-chat-toggle--unread .fh-chat-toggle-dot{display:inline-flex;background:var(--fh-yellow);box-shadow:0 0 0 3px #ebe61833;animation:fh-pulse 1.6s ease-in-out infinite}#fh-chat .fh-chat-toggle--unread:hover .fh-chat-toggle-dot{background:var(--fh-bg);color:var(--fh-yellow);box-shadow:0 0 0 3px #0e0e0e33}@keyframes fh-pulse{0%,to{opacity:1}50%{opacity:.4}}#fh-chat .fh-chat-panel{position:fixed;bottom:24px;right:24px;z-index:2147483001;width:380px;max-width:calc(100vw - 24px);height:560px;max-height:calc(100vh - 48px);background:var(--fh-bg);border:1px solid var(--fh-line);border-radius:8px;box-shadow:var(--fh-shadow);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .22s cubic-bezier(.2,.8,.2,1),transform .22s cubic-bezier(.2,.8,.2,1)}#fh-chat .fh-chat-panel--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#fh-chat .fh-chat-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--fh-line);background:linear-gradient(180deg,var(--fh-surface) 0%,var(--fh-bg) 100%)}#fh-chat .fh-chat-eyebrow{display:block;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--fh-yellow);margin-bottom:4px}#fh-chat .fh-chat-title{margin:0;font-size:18px;font-weight:700;font-style:italic;text-transform:uppercase;letter-spacing:.04em;color:var(--fh-text)}#fh-chat .fh-chat-header-actions{display:inline-flex;align-items:center;gap:6px}#fh-chat .fh-chat-close,#fh-chat .fh-chat-mute{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--fh-line);border-radius:4px;color:var(--fh-text-dim);cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}#fh-chat .fh-chat-close:hover,#fh-chat .fh-chat-mute:hover{color:var(--fh-yellow);border-color:var(--fh-yellow);background:#ebe6180f}#fh-chat .fh-chat-mute .fh-chat-mute-off,#fh-chat .fh-chat-mute--off .fh-chat-mute-on{display:none}#fh-chat .fh-chat-mute--off .fh-chat-mute-off{display:block}#fh-chat .fh-chat-identity{padding:24px 20px 20px;display:flex;flex-direction:column;gap:14px}#fh-chat .fh-chat-intro{margin:0 0 4px;color:var(--fh-text-dim);font-size:13px}#fh-chat .fh-chat-field{display:flex;flex-direction:column;gap:6px}#fh-chat .fh-chat-field span{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--fh-text-dim)}#fh-chat .fh-chat-field input{background:var(--fh-surface);border:1px solid var(--fh-line);border-radius:4px;padding:10px 12px;color:var(--fh-text);font:inherit;font-size:14px;transition:border-color .16s ease,background .16s ease}#fh-chat .fh-chat-field input:focus{outline:none;border-color:var(--fh-yellow);background:var(--fh-surface-2)}#fh-chat .fh-chat-identity-error{margin:-2px 0 0;padding:8px 12px;background:#762b352e;border:1px solid rgba(118,43,53,.4);border-radius:4px;color:#f4b3bb;font-size:13px}#fh-chat .fh-chat-cta{margin-top:6px;background:var(--fh-yellow);color:var(--fh-bg);border:none;border-radius:4px;padding:12px 16px;font:inherit;font-weight:700;font-style:italic;font-size:12px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .16s ease,transform .16s ease}#fh-chat .fh-chat-cta:hover{background:var(--fh-yellow-dim);transform:translateY(-1px)}#fh-chat .fh-chat-cta:disabled{opacity:.6;cursor:wait;transform:none}#fh-chat .fh-chat-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}#fh-chat .fh-chat-log{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;background:var(--fh-bg);scrollbar-width:thin;scrollbar-color:var(--fh-line-strong) transparent}#fh-chat .fh-chat-log::-webkit-scrollbar{width:6px}#fh-chat .fh-chat-log::-webkit-scrollbar-thumb{background:var(--fh-line-strong);border-radius:3px}#fh-chat .fh-chat-msg{max-width:82%;padding:10px 13px;border-radius:4px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word;animation:fh-in .2s cubic-bezier(.2,.8,.2,1)}@keyframes fh-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}#fh-chat .fh-chat-msg--in{align-self:flex-end;background:var(--fh-yellow);color:var(--fh-bg);font-weight:500}#fh-chat .fh-chat-msg--out{align-self:flex-start;background:var(--fh-surface-2);color:var(--fh-text);border:1px solid var(--fh-line)}#fh-chat .fh-chat-msg--system{align-self:center;background:transparent;color:var(--fh-text-faint);font-size:12px;font-style:italic;padding:6px 0;text-align:center}#fh-chat .fh-chat-form{display:flex;align-items:flex-end;gap:8px;padding:12px;background:var(--fh-surface);border-top:1px solid var(--fh-line)}#fh-chat .fh-chat-input{flex:1;background:var(--fh-bg);border:1px solid var(--fh-line);border-radius:4px;color:var(--fh-text);font:inherit;font-size:14px;padding:10px 12px;resize:none;outline:none;min-height:40px;max-height:120px;transition:border-color .16s ease}#fh-chat .fh-chat-input::placeholder{color:var(--fh-text-faint)}#fh-chat .fh-chat-input:focus{border-color:var(--fh-yellow)}#fh-chat .fh-chat-send{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--fh-yellow);color:var(--fh-bg);border:none;border-radius:4px;cursor:pointer;transition:background .16s ease,transform .16s ease;flex-shrink:0}#fh-chat .fh-chat-send:hover{background:var(--fh-yellow-dim);transform:translateY(-1px)}#fh-chat .fh-chat-send:active{transform:translateY(0)}@media(max-width:480px){#fh-chat .fh-chat-toggle{bottom:calc(16px + env(safe-area-inset-bottom,0px));right:calc(16px + env(safe-area-inset-right,0px));width:44px;height:44px}#fh-chat .fh-chat-panel{bottom:0;right:0;left:0;width:100%;max-width:100%;height:80vh;max-height:80vh;border-radius:12px 12px 0 0;border-bottom:none}}@media(prefers-reduced-motion:reduce){#fh-chat .fh-chat-panel,#fh-chat .fh-chat-toggle,#fh-chat .fh-chat-msg,#fh-chat .fh-chat-close,#fh-chat .fh-chat-cta,#fh-chat .fh-chat-send{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/fh-chat.css.map */
