/* Kahve.com owner-authorized reference. Scoped to Hyundai Asistan. */
.hy-chat-root #hyundai-assistant,.hy-chat-root .chatbot-trigger-container{font-family:Rubik,-apple-system,BlinkMacSystemFont,sans-serif}
.hy-chat-root{--primary-gradient: linear-gradient(135deg, #4E9FA7 0%, #5BB5BD 50%, #68CBD3 100%);--secondary-gradient: linear-gradient(135deg, #3A7B83 0%, #4E9FA7 100%);--accent-gradient: linear-gradient(135deg, #4E9FA7 0%, #68CBD3 100%);--surface-glass: rgba(255, 255, 255, .1);--surface-card: rgba(255, 255, 255, .95);--text-primary: #2C3E50;--text-secondary: #6C7B7F;--text-light: #FFFFFF;--shadow-soft: 0 8px 32px rgba(0, 0, 0, .12);--shadow-medium: 0 12px 40px rgba(0, 0, 0, .15);--shadow-strong: 0 20px 60px rgba(0, 0, 0, .2);--border-glass: rgba(255, 255, 255, .2);--backdrop-blur: blur(20px);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .4s cubic-bezier(.68, -.55, .27, 1.55)}
.hy-chat-root .chatbot-trigger-container{position:fixed;bottom:20px;right:20px;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.hy-chat-root #hyundai-assistant-launcher{bottom:70px;width:64px;height:64px;background:var(--primary-gradient);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium);transition:var(--transition-bounce);position:relative;overflow:hidden;-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);border:2px solid var(--border-glass);color:#fff}
.hy-chat-root #hyundai-assistant-launcher svg{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:var(--transition-smooth)}
.hy-chat-root #hyundai-assistant-launcher:hover svg{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}
.hy-chat-root #hyundai-assistant-launcher svg circle{animation:typingDots 2s ease-in-out infinite}
.hy-chat-root #hyundai-assistant-launcher svg circle:nth-child(2){animation-delay:.2s}
.hy-chat-root #hyundai-assistant-launcher svg circle:nth-child(3){animation-delay:.4s}
.hy-chat-root #hyundai-assistant-launcher svg circle:nth-child(4){animation-delay:.6s}
@keyframes typingDots{0%,60%,to{opacity:1;transform:scale(1)}30%{opacity:.3;transform:scale(.8)}}
.hy-chat-root #hyundai-assistant-launcher:hover svg circle{animation-duration:1s}
.hy-chat-root #hyundai-assistant-launcher:hover{transform:translateY(-4px) scale(1.05);box-shadow:var(--shadow-strong)}
.hy-chat-root #hyundai-assistant-launcher:active{transform:translateY(-2px) scale(1.02)}
.hy-chat-root #hyundai-assistant-launcher:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:var(--primary-gradient);animation:pulse 2s infinite;z-index:-1}
@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1.5);opacity:0}}
.hy-chat-root #hyundai-assistant-launcher.with-notification:after{animation:pulse 1.5s infinite}
.hy-chat-root #hyundai-assistant-launcher.with-notification{animation:chatBounce 2s ease-in-out infinite}
.hy-chat-root #hyundai-assistant-launcher.with-notification svg circle{animation:typingDotsNotification 1s ease-in-out infinite}
@keyframes chatBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}
@keyframes typingDotsNotification{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}
.hy-chat-root .chatbot-tooltip{position:absolute;bottom:80px;right:0;background:var(--surface-card);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);color:var(--text-primary);padding:12px 16px;border-radius:12px;font-size:10px;font-weight:500;white-space:nowrap;box-shadow:var(--shadow-soft);border:1px solid var(--border-glass);opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition-smooth);max-width:200px;text-align:center;z-index:10000;bottom:130px}
.hy-chat-root .chatbot-tooltip.visible{opacity:1;visibility:visible;transform:translateY(0)}
.hy-chat-root #hyundai-assistant{position:fixed;bottom:100px;right:20px;width:380px;height:600px;background:var(--surface-glass);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);border-radius:24px;box-shadow:var(--shadow-strong);border:1px solid var(--border-glass);display:none;flex-direction:column;overflow:hidden;z-index:9998;animation:slideIn .4s cubic-bezier(.68,-.55,.27,1.55)}
@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.9);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}
.hy-chat-root .chat-container{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}
.hy-chat-root .chat-header{background:var(--primary-gradient);color:var(--text-light);padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-glass);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur)}
.hy-chat-root .chat-header h3{margin:0;font-size:16px;font-weight:600;letter-spacing:.3px}
.hy-chat-root #hya-close{background:#fff3;border:1px solid rgba(255,255,255,.3);color:var(--text-light);width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:var(--transition-smooth);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.hy-chat-root #hya-close:hover{background:#ffffff4d;transform:rotate(90deg)}
.hy-chat-root .progress-container{height:4px;background:#fff3;overflow:hidden}
.hy-chat-root #hya-progress{height:100%;background:linear-gradient(90deg,#68cbd3,#fff);width:0%;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #68cbd380}
.hy-chat-root .chat-body{flex:1 1 auto;padding:20px;overflow-y:auto;overflow-x:hidden;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;scroll-behavior:smooth;gap:14px;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.hy-chat-root .bot-message,.hy-chat-root .user-message{padding:12px 16px;border-radius:16px;max-width:82%;position:relative;transition:box-shadow .2s ease;font-size:13px;line-height:1.5;word-wrap:break-word;box-shadow:0 4px 12px #00000014;opacity:0;transform:translateY(6px)}
.hy-chat-root .message-appear{animation:progressiveMessageSlide .28s ease-out forwards}
@keyframes progressiveMessageSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.hy-chat-root .bot-message.show,.hy-chat-root .user-message.show{opacity:1;transform:translateY(0)}
.hy-chat-root .bot-message{align-self:flex-start;background:#fffffff2;color:var(--text-primary);margin-right:auto;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.hy-chat-root .user-message{align-self:flex-end;background:var(--accent-gradient);color:var(--text-light);margin-left:auto;border:1px solid rgba(255,255,255,.2)}
.hy-chat-root .bot-message:hover,.hy-chat-root .user-message:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}
.hy-chat-root .option-buttons{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:0}
.hy-chat-root .option-button,.hy-chat-root .start-button,.hy-chat-root .secondary-button{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(78,159,167,.3);color:var(--text-primary);padding:12px 16px;border-radius:12px;cursor:pointer;font-size:12px;font-weight:500;text-align:left;transition:var(--transition-smooth);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}
.hy-chat-root .option-button:before,.hy-chat-root .start-button:before,.hy-chat-root .secondary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--secondary-gradient);transition:left .3s ease;z-index:-1}
.hy-chat-root .option-button:hover:before,.hy-chat-root .start-button:hover:before,.hy-chat-root .secondary-button:hover:before{left:0}
.hy-chat-root .option-button:hover,.hy-chat-root .start-button:hover,.hy-chat-root .secondary-button:hover{color:var(--text-light);transform:translateY(-2px);box-shadow:0 6px 20px #4e9fa74d}
.hy-chat-root .option-button:active,.hy-chat-root .start-button:active,.hy-chat-root .secondary-button:active{transform:translateY(0)}
.hy-chat-root .option-button.selected-option{background:var(--accent-gradient);color:var(--text-light);border-color:#4e9fa780}
.hy-chat-root .back-button{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(78,159,167,.3);color:var(--text-primary);cursor:pointer;font-size:11px;padding:8px 12px;transition:var(--transition-smooth);display:inline-flex;align-items:center;gap:6px;border-radius:10px;margin:6px 0;box-shadow:0 2px 8px #0000000f}
.hy-chat-root .back-button:hover{background:var(--secondary-gradient);color:var(--text-light);transform:translate(-2px)}
.hy-chat-root button#back-to-main{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(78,159,167,.3);color:var(--text-primary);cursor:pointer;font-size:12px;padding:10px 14px;transition:var(--transition-smooth);display:inline-flex;align-items:center;border-radius:12px;margin:8px 0;box-shadow:0 2px 8px #0000000f}
.hy-chat-root .view-button{background:var(--secondary-gradient);color:var(--text-light);border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;text-decoration:none;display:inline-block;text-align:center;transition:var(--transition-smooth);box-shadow:0 4px 12px #4e9fa74d;margin-top:12px}
.hy-chat-root .view-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4e9fa766;background:var(--primary-gradient)}
.hy-chat-root .progressive-typing{display:flex;align-items:center;padding:14px 18px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;max-width:80px;margin-bottom:14px;animation:progressiveMessageSlide .3s ease;box-shadow:0 4px 12px #00000014;align-self:flex-start}
.hy-chat-root .progressive-typing .typing-dots{display:flex;gap:3px}
.hy-chat-root .progressive-typing .typing-dots span{width:7px;height:7px;background:var(--text-secondary);border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out both}
.hy-chat-root .progressive-typing .typing-dots span:nth-child(1){animation-delay:-.32s}
.hy-chat-root .progressive-typing .typing-dots span:nth-child(2){animation-delay:-.16s}
.hy-chat-root .progressive-typing .typing-dots span:nth-child(3){animation-delay:0s}
@keyframes typingBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}
.hy-chat-root .chat-input{padding:20px 24px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-glass);display:block}
.hy-chat-root .chat-input.typing{background:#ffffff26}
.hy-chat-root .input-container{display:flex;gap:12px;align-items:flex-end}
.hy-chat-root #hya-message{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);font-size:13px;resize:none;max-height:120px;transition:var(--transition-smooth);box-shadow:0 2px 8px #0000000f}
.hy-chat-root #hya-message:focus{outline:none;border-color:#4e9fa780;box-shadow:0 4px 15px #4e9fa733;background:#fffffff2}
.hy-chat-root #send-suggest-message{background:var(--accent-gradient);color:var(--text-light);border:none;width:44px;height:44px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:var(--transition-smooth);box-shadow:0 4px 12px #4e9fa74d}
.hy-chat-root #send-suggest-message:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4e9fa766}
.hy-chat-root #send-suggest-message:disabled{opacity:.5;cursor:not-allowed}
.hy-chat-root .bot-message.welcome{background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.4);border-radius:18px;padding:20px;margin:0 0 16px;max-width:100%;align-self:stretch;text-align:center;position:relative;overflow:hidden}
.hy-chat-root .bot-message.welcome:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient)}
.hy-chat-root .bot-message.welcome p{margin:0 0 16px;color:var(--text-primary);font-weight:600;width:100%;box-sizing:border-box;font-size:14px;letter-spacing:.2px}
.hy-chat-root .bot-message.welcome .option-buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.hy-chat-root .toast-message{position:fixed;top:20px;right:20px;background:var(--surface-card);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);color:var(--text-primary);padding:16px 20px;border-radius:12px;box-shadow:var(--shadow-medium);border:1px solid var(--border-glass);z-index:10001;opacity:0;transform:translate(100%);transition:var(--transition-smooth);font-size:14px;font-weight:500;max-width:300px}
.hy-chat-root .toast-message.show{opacity:1;transform:translate(0)}
.hy-chat-root .toast-message.success{border-left:4px solid #4CAF50}
.hy-chat-root .toast-message.error{border-left:4px solid #F44336}
.hy-chat-root .toast-message.warning{border-left:4px solid #FF9800}
.hy-chat-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media  (max-width: 480px){.hy-chat-root .chatbot-trigger-container{bottom:15px;right:15px}
.hy-chat-root #hyundai-assistant{width:100vw!important;height:100vh!important;bottom:0!important;right:0!important;left:0!important;top:0!important;border-radius:0!important;z-index:999999!important;max-height:100vh!important}
.hy-chat-root #hyundai-assistant[style*="display: flex"],.hy-chat-root #hyundai-assistant[style*="display:flex"]{display:flex!important;flex-direction:column!important}
.hy-chat-root .chat-container{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}
.hy-chat-root .progress-container{flex-shrink:0}
.hy-chat-root .chat-header{padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top));flex-shrink:0}
.hy-chat-root .chat-body{padding:16px;padding-bottom:max(80px,calc(16px + env(safe-area-inset-bottom)));flex:1 1 0;min-height:0;max-height:none!important;overflow-y:scroll!important;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.hy-chat-root .chat-input{padding:16px 20px;padding-bottom:max(16px,calc(16px + env(safe-area-inset-bottom)));flex-shrink:0}
.hy-chat-root body.chatbot-open-mobile{overflow:hidden;position:fixed;width:100%;height:100%}
.hy-chat-root body.chatbot-open-mobile #hyundai-assistant-launcher{display:none}}
.hy-chat-root body.chatbot-open-desktop{overflow:hidden}
.hy-chat-root #hyundai-assistant-launcher.chatbot-icon-moli{width:64px;height:64px;padding:0;border-radius:50%;background:#fff;border:3px solid #fff;box-shadow:0 8px 24px #0000002e,0 2px 6px #00000014;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease;cursor:pointer}
.hy-chat-root #hyundai-assistant-launcher.chatbot-icon-moli:hover{transform:scale(1.06);box-shadow:0 10px 30px #00000038,0 4px 10px #0000001a}
.hy-chat-root #hyundai-assistant-launcher.chatbot-icon-moli:active{transform:scale(.96)}
.hy-chat-root #hyundai-assistant-launcher.chatbot-icon-moli:focus-visible{outline:3px solid #4E9FA7;outline-offset:3px}
.hy-chat-root .chatbot-icon-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}
.hy-chat-root .chatbot-icon-avatar img{width:140%;height:140%;object-fit:cover;object-position:center 40%;pointer-events:none}
.hy-chat-root .chatbot-icon-badge{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:#4ade80;border-radius:50%;border:2.5px solid #fff;box-shadow:0 0 #4ade8073;animation:trigger-pulse 2.2s ease-in-out infinite}
@keyframes trigger-pulse{0%,to{box-shadow:0 0 #4ade8073}50%{box-shadow:0 0 0 7px #4ade8000}}
.hy-chat-root .chat-header{display:flex!important;align-items:center;gap:10px}
.hy-chat-root .header-persona{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0}
.hy-chat-root .header-avatar{width:40px;height:40px;border-radius:50%;background:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,.6);overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f}
.hy-chat-root .header-avatar img{width:150%;height:150%;object-fit:cover;object-position:center 40%;pointer-events:none}
.hy-chat-root .header-titles{display:flex;flex-direction:column;line-height:1.15;min-width:0}
.hy-chat-root .header-name{margin:0;font-size:10px;font-weight:700;color:#fff;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hy-chat-root .header-status{font-size:11px;font-weight:500;color:#ffffffd9;display:inline-flex;align-items:center;gap:6px;margin-top:2px}
.hy-chat-root .header-status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 2px #4ade804d;animation:pulse-online 2.5s ease-in-out infinite}
@keyframes pulse-online{0%,to{box-shadow:0 0 0 2px #4ade804d}50%{box-shadow:0 0 0 5px #4ade8000}}
.hy-chat-root .header-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}
.hy-chat-root .header-icon-btn{background:transparent;border:none;color:#fff;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .18s ease,transform .15s ease}
.hy-chat-root .header-icon-btn:hover{background:#ffffff29}
.hy-chat-root .header-icon-btn:active{transform:scale(.92)}
.hy-chat-root .header-icon-btn[aria-pressed=true]{background:#ffffff38}
.hy-chat-root .header-close{color:#fff}
.hy-chat-root .message-row{display:flex;gap:8px;margin-bottom:12px;align-items:flex-end}
.hy-chat-root .message-row.bot-row{justify-content:flex-start}
.hy-chat-root .message-row.user-row{justify-content:flex-end}
.hy-chat-root .message-row.bot-row .bot-message{margin-bottom:0!important;max-width:none!important;flex:1 1 auto;min-width:0}
.hy-chat-root .message-row.user-row .user-message{margin-bottom:0!important;max-width:75%}
.hy-chat-root .message-row.bot-row:has(.bot-message.welcome) .bot-message{max-width:100%}
.hy-chat-root .message-content>*:last-child{margin-bottom:0}
.hy-chat-root .message-meta{font-size:10px;color:var(--text-secondary);margin-top:6px;opacity:.7;text-align:right}
.hy-chat-root .message-row.user-row .message-meta{color:#ffffffd9}
.hy-chat-root .welcome-btn{display:flex!important;align-items:center;gap:12px;justify-content:flex-start!important;text-align:left!important;padding:12px 16px!important}
.hy-chat-root .welcome-btn-icon{width:36px;height:36px;border-radius:50%;background:#4e9fa71a;color:var(--primary-gradient, #4E9FA7);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#4e9fa7;transition:background .18s ease,transform .15s ease}
.hy-chat-root .welcome-btn:hover .welcome-btn-icon{background:#4e9fa72e;transform:scale(1.06)}
.hy-chat-root .welcome-btn-new{position:relative}
.hy-chat-root .welcome-btn-badge{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:#c9a968;color:#1a2340;font-size:9px;font-weight:700;letter-spacing:.8px;padding:3px 6px;border-radius:3px}
.hy-chat-root .chip-group{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}
.hy-chat-root .chip-button{background:#fff;border:1.5px solid rgba(78,159,167,.35);color:var(--text-primary);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:background .18s ease,transform .12s ease,border-color .18s ease;line-height:1.2;font-family:inherit}
.hy-chat-root .chip-button:hover{background:#4e9fa714;border-color:#4e9fa7}
.hy-chat-root .chip-button:active{transform:scale(.96)}
.hy-chat-root .chip-button:focus-visible{outline:2px solid #4E9FA7;outline-offset:2px}
.hy-chat-root .skeleton-card{background:#fff;border:1px solid rgba(78,159,167,.12);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;pointer-events:none}
.hy-chat-root .skeleton-line,.hy-chat-root .skeleton-pill,.hy-chat-root .skeleton-btn{position:relative;overflow:hidden;background:#edf2f4;border-radius:6px}
.hy-chat-root .skeleton-line{height:12px}
.hy-chat-root .skeleton-line-lg{height:14px}
.hy-chat-root .skeleton-pill{width:80px;height:20px;border-radius:999px}
.hy-chat-root .skeleton-btn{width:110px;height:32px;border-radius:10px}
.hy-chat-root .skeleton-row{display:flex;justify-content:space-between;align-items:center;gap:8px}
.hy-chat-root .skeleton-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;padding-top:6px;border-top:1px dashed rgba(44,62,80,.08)}
.hy-chat-root .skeleton-line:after,.hy-chat-root .skeleton-pill:after,.hy-chat-root .skeleton-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.7) 50%,transparent 100%);animation:shimmer 1.4s ease-in-out infinite;transform:translate(-100%)}
@keyframes shimmer{to{transform:translate(100%)}}
.hy-chat-root .empty-state{text-align:center;padding:10px 4px}
.hy-chat-root .empty-state-illu{font-size:44px;margin:4px 0 10px;opacity:.9}
.hy-chat-root .empty-state p{margin:6px 0}
.hy-chat-root .empty-state-sub{color:var(--text-secondary);font-size:13px}
.hy-chat-root .empty-state .action-buttons{margin-top:14px;justify-content:center}
.hy-chat-root .action-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;align-items:stretch}
.hy-chat-root .action-buttons>*{flex:1 1 140px;min-width:0;min-height:44px;margin:0!important;padding:10px 14px!important;font-size:13px!important;font-weight:600!important;border-radius:12px!important;text-align:center!important;display:inline-flex!important;justify-content:center;align-items:center;gap:6px;box-sizing:border-box;line-height:1.2!important;text-decoration:none!important}
.hy-chat-root .history-list{display:flex;flex-direction:column;gap:8px;margin:8px 0 12px}
.hy-chat-root .history-item{background:#fff;border:1px solid rgba(78,159,167,.2);border-radius:10px;padding:10px 14px;text-align:left;cursor:pointer;transition:background .18s ease,transform .15s ease;display:flex;flex-direction:column;gap:4px;font-family:inherit}
.hy-chat-root .history-item:hover{background:#4e9fa70f;transform:translateY(-1px)}
.hy-chat-root .history-item-date{font-size:11px;color:var(--text-secondary);font-weight:600}
.hy-chat-root .history-item-preview{font-size:13px;color:var(--text-primary);line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media  (max-width: 768px){.hy-chat-root #hyundai-assistant{width:100vw!important;height:100vh!important;height:100dvh!important;bottom:0!important;right:0!important;left:0!important;top:0!important;border-radius:0!important;z-index:999999!important;max-height:100vh!important;max-height:100dvh!important}
.hy-chat-root .chat-container{height:100%!important;border-radius:0!important}
.hy-chat-root .chat-header{padding:14px 16px!important;padding-top:max(14px,env(safe-area-inset-top))!important}
.hy-chat-root .header-icon-btn{width:40px;height:40px}
.hy-chat-root .header-avatar{width:38px;height:38px}
.hy-chat-root .welcome-btn{min-height:52px}
.hy-chat-root .chip-button{min-height:40px}}
@media  (prefers-reduced-motion: reduce){.hy-chat-root .skeleton-line:after,.hy-chat-root .skeleton-pill:after,.hy-chat-root .skeleton-btn:after,.hy-chat-root .header-status-dot{animation:none!important}
.hy-chat-root *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.hy-chat-root .result-item{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:16px;margin:8px 0;box-shadow:0 4px 12px #00000014;transition:var(--transition-smooth);position:relative;overflow:hidden}
.hy-chat-root .result-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient)}
.hy-chat-root .result-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000026;border-color:#4e9fa766}
.hy-chat-root .result-item strong{color:var(--text-primary);font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:6px}
.hy-chat-root .result-item strong svg{opacity:.7;min-width:16px}
.hy-chat-root .loading-dots{display:inline-block}
.hy-chat-root .loading-dots:after{content:".";animation:dots 1.5s steps(4,end) infinite}
@keyframes dots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}80%,to{content:""}}
.hy-chat-root .ai-profile-info{background:#fffffff2;border-radius:12px;padding:16px;margin:16px 0;border:1px solid var(--border-glass);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur)}
.hy-chat-root .info-item{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:14px;color:var(--text-primary)}
.hy-chat-root .info-icon{font-size:18px;min-width:24px;text-align:center}
.hy-chat-root .ai-profile-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22C55E;border-radius:12px;padding:20px;margin:16px 0;text-align:center}
.hy-chat-root .ai-profile-success h4{color:#15803d;margin:0 0 12px;font-size:18px;font-weight:700}
.hy-chat-root .ai-profile-success p{color:var(--text-primary);margin:8px 0 16px;font-size:14px}
.hy-chat-root .profile-features{display:flex;justify-content:space-around;margin:16px 0;flex-wrap:wrap;gap:12px}
.hy-chat-root .feature-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;background:#fffc;border-radius:8px;min-width:80px;flex:1;max-width:120px}
.hy-chat-root .feature-icon{font-size:20px}
.hy-chat-root .feature-item span:last-child{font-size:12px;font-weight:600;color:var(--text-secondary);text-align:center}
.hy-chat-root .profile-button{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:var(--text-light);border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-soft);text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-size:14px}
.hy-chat-root .profile-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-medium);background:linear-gradient(135deg,#7c3aed,#9333ea);color:var(--text-light);text-decoration:none}
@media  (max-width: 480px){.hy-chat-root .profile-features{flex-direction:column;gap:8px}
.hy-chat-root .feature-item{max-width:100%;flex-direction:row;justify-content:flex-start;text-align:left}
.hy-chat-root .ai-profile-info{padding:12px}
.hy-chat-root .info-item{font-size:13px}}
.hy-chat-root .order-list{display:flex;flex-direction:column;gap:10px;margin:8px 0 12px}
.hy-chat-root .order-card{background:#fff;border:1px solid rgba(78,159,167,.18);border-radius:14px;padding:14px 14px 12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #2c3e500f;transition:transform .18s ease,box-shadow .18s ease}
.hy-chat-root .order-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2c3e501a}
.hy-chat-root .order-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}
.hy-chat-root .order-id{font-size:15px;color:var(--text-primary);font-weight:700;letter-spacing:.2px}
.hy-chat-root .order-status-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}
.hy-chat-root .order-status-success{background:#10b9811f;color:#059669}
.hy-chat-root .order-status-cancelled{background:#ef44441f;color:#dc2626}
.hy-chat-root .order-status-shipping{background:#3b82f61f;color:#2563eb}
.hy-chat-root .order-status-pending{background:#9ca3af2e;color:#4b5563}
.hy-chat-root .order-card-meta{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:6px 0;border-bottom:1px solid rgba(44,62,80,.06)}
.hy-chat-root .order-date{font-size:13px;color:var(--text-secondary)}
.hy-chat-root .order-amount{font-size:16px;font-weight:700;color:var(--text-primary)}
.hy-chat-root .order-card-foot{display:flex;justify-content:space-between;align-items:center;gap:10px}
.hy-chat-root .order-cargo{font-size:13px;color:var(--text-secondary);display:inline-flex;align-items:center;gap:6px}
.hy-chat-root .order-cargo:before{content:"📦";font-size:14px}
.hy-chat-root .cargo-track-btn{background:var(--primary-gradient);color:#fff;text-decoration:none;font-size:13px;font-weight:600;padding:8px 14px;border-radius:10px;box-shadow:0 2px 8px #4e9fa740;transition:transform .18s ease,box-shadow .18s ease;white-space:nowrap}
.hy-chat-root .cargo-track-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4e9fa759;color:#fff;text-decoration:none}
.hy-chat-root .cargo-track-btn:active{transform:translateY(0)}
@media  (max-width: 480px){.hy-chat-root .order-card-foot{flex-direction:column;align-items:stretch;gap:8px}
.hy-chat-root .cargo-track-btn{text-align:center}}
.hy-chat-root .invoice-list{display:flex;flex-direction:column;gap:10px;margin:8px 0 12px}
.hy-chat-root .invoice-card{background:#fff;border:1px solid rgba(78,159,167,.18);border-radius:14px;padding:14px 14px 12px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #2c3e500f;transition:transform .18s ease,box-shadow .18s ease}
.hy-chat-root .invoice-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2c3e501a}
.hy-chat-root .invoice-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding-bottom:8px;border-bottom:1px solid rgba(44,62,80,.06)}
.hy-chat-root .invoice-id{font-size:15px;color:var(--text-primary);font-weight:700;letter-spacing:.2px}
.hy-chat-root .invoice-date{font-size:13px;color:var(--text-secondary)}
.hy-chat-root .invoice-card-foot{display:flex;justify-content:space-between;align-items:center;gap:10px}
.hy-chat-root .invoice-amount{font-size:17px;font-weight:700;color:var(--text-primary)}
.hy-chat-root .invoice-view-btn{background:var(--primary-gradient);color:#fff;border:none;font-size:13px;font-weight:600;padding:8px 14px;border-radius:10px;cursor:pointer;box-shadow:0 2px 8px #4e9fa740;transition:transform .18s ease,box-shadow .18s ease;white-space:nowrap}
.hy-chat-root .invoice-view-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #4e9fa759}
.hy-chat-root .invoice-view-btn:active:not(:disabled){transform:translateY(0)}
.hy-chat-root .invoice-view-btn:disabled{opacity:.6;cursor:not-allowed}
@media  (max-width: 480px){.hy-chat-root .invoice-card-foot{flex-direction:column;align-items:stretch;gap:8px}
.hy-chat-root .invoice-view-btn{text-align:center}}
.hy-chat-root .support-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin:15px 0}
.hy-chat-root .support-category-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:10px 12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:10px;color:#333;font-family:inherit}
.hy-chat-root .support-category-card:hover{border-color:#4e9fa7;background:#f8fafb;box-shadow:0 2px 6px #4e9fa726}
.hy-chat-root .support-category-card:active{transform:scale(.98)}
.hy-chat-root .support-category-card .category-icon{font-size:20px;display:block;flex-shrink:0;opacity:.8}
.hy-chat-root .support-category-card .category-name{font-size:13px;font-weight:500;line-height:1.3;display:block;flex:1;color:#333}
.hy-chat-root .support-subcategories{display:flex;flex-direction:column;gap:10px;margin:15px 0}
.hy-chat-root .support-subcategory-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px 14px;cursor:pointer;transition:all .2s ease;display:block;font-family:inherit;text-align:left;width:100%;box-shadow:0 1px 2px #0000000a}
.hy-chat-root .support-subcategory-item:hover{background:#f8fafb;border-color:#4e9fa7;box-shadow:0 2px 6px #4e9fa71f}
.hy-chat-root .support-subcategory-item .subcategory-name{font-size:14px;font-weight:500;color:#333}
.hy-chat-root .support-questions{display:flex;flex-direction:column;gap:10px;margin:15px 0}
.hy-chat-root .support-question-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px 14px;cursor:pointer;transition:all .2s ease;display:block;font-family:inherit;text-align:left;width:100%;box-shadow:0 1px 2px #0000000a}
.hy-chat-root .support-question-item:hover{background:#f8fafb;border-color:#4e9fa7;box-shadow:0 2px 6px #4e9fa71f}
.hy-chat-root .support-question-item .question-text{font-size:13px;font-weight:500;color:#333;line-height:1.5}
.hy-chat-root .support-answer{margin:15px 0}
.hy-chat-root .support-answer .answer-content{background:#f8fafb;border:1px solid #e0e0e0;border-radius:10px;padding:16px 18px;box-shadow:0 1px 3px #0000000d;margin-bottom:15px}
.hy-chat-root .support-answer .answer-content p{font-size:14px;line-height:1.6;color:#333;margin:0;white-space:pre-wrap;word-wrap:break-word}
.hy-chat-root .support-feedback{background:#fff;border-radius:10px;padding:16px;border:2px solid #e9ecef;margin-top:15px}
.hy-chat-root .support-feedback .feedback-question{font-size:14px;font-weight:600;color:#333;margin:0 0 12px;text-align:center}
.hy-chat-root .feedback-buttons{display:flex;gap:10px;justify-content:center}
.hy-chat-root .feedback-btn{flex:1;max-width:120px;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:10px 16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:14px;font-weight:500}
.hy-chat-root .feedback-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}
.hy-chat-root .feedback-btn.feedback-yes:hover{border-color:#28a745;background:#f0fff4}
.hy-chat-root .feedback-btn.feedback-no:hover{border-color:#dc3545;background:#fff5f5}
.hy-chat-root .feedback-btn .feedback-icon{font-size:18px}
.hy-chat-root .feedback-response{text-align:center;padding:12px;border-radius:8px;animation:fadeIn .3s ease}
.hy-chat-root .feedback-response .feedback-icon{font-size:32px;display:block;margin-bottom:8px}
.hy-chat-root .feedback-response p{margin:8px 0;font-size:14px;line-height:1.5;color:#333}
.hy-chat-root .feedback-positive{background:#f0fff4;border:2px solid #28a745}
.hy-chat-root .feedback-negative{background:#fff5f5;border:2px solid #dc3545}
.hy-chat-root .contact-options{display:flex;gap:10px;margin-top:12px;justify-content:center;flex-wrap:wrap}
.hy-chat-root .contact-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;text-decoration:none;font-size:13px;font-weight:500;transition:all .3s ease;border:2px solid}
.hy-chat-root .contact-email{background:#fff;color:#667eea;border-color:#667eea}
.hy-chat-root .contact-email:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}
.hy-chat-root .contact-phone{background:#fff;color:#28a745;border-color:#28a745}
.hy-chat-root .contact-phone:hover{background:#28a745;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}
.hy-chat-root .contact-btn .contact-icon{font-size:18px}
.hy-chat-root .support-navigation{display:flex;gap:8px;margin-top:15px;flex-wrap:wrap}
.hy-chat-root .support-nav-btn{flex:1;min-width:fit-content;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;padding:10px 16px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:14px;font-weight:500}
.hy-chat-root .support-nav-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}
.hy-chat-root .support-nav-btn:active{transform:translateY(0)}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.hy-chat-root .support-categories .support-category-card,.hy-chat-root .support-subcategories .support-subcategory-item,.hy-chat-root .support-questions .support-question-item{animation:fadeInUp .3s ease forwards}
.hy-chat-root .support-categories .support-category-card:nth-child(1){animation-delay:.05s}
.hy-chat-root .support-categories .support-category-card:nth-child(2){animation-delay:.1s}
.hy-chat-root .support-categories .support-category-card:nth-child(3){animation-delay:.15s}
.hy-chat-root .support-categories .support-category-card:nth-child(4){animation-delay:.2s}
.hy-chat-root .support-categories .support-category-card:nth-child(5){animation-delay:.25s}
.hy-chat-root .support-categories .support-category-card:nth-child(6){animation-delay:.3s}
.hy-chat-root .support-categories .support-category-card:nth-child(7){animation-delay:.35s}
.hy-chat-root .support-categories .support-category-card:nth-child(8){animation-delay:.4s}
.hy-chat-root .support-categories .support-category-card:nth-child(9){animation-delay:.45s}
.hy-chat-root .support-categories .support-category-card:nth-child(10){animation-delay:.5s}
@media  (max-width: 768px){.hy-chat-root .support-categories{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}
.hy-chat-root .support-category-card{padding:9px 10px}
.hy-chat-root .support-category-card .category-icon{font-size:18px}
.hy-chat-root .support-category-card .category-name{font-size:12px}
.hy-chat-root .support-subcategory-item,.hy-chat-root .support-question-item{padding:12px}
.hy-chat-root .support-answer .answer-content{padding:16px}
.hy-chat-root .support-navigation{flex-direction:column}
.hy-chat-root .support-navigation .secondary-button{width:100%}}
@media  (max-width: 480px){.hy-chat-root .support-categories{grid-template-columns:1fr}
.hy-chat-root .support-category-card{padding:9px 10px}
.hy-chat-root .support-category-card .category-icon{font-size:18px}
.hy-chat-root .support-category-card .category-name{font-size:12px}
.hy-chat-root .support-subcategory-item .subcategory-name,.hy-chat-root .support-question-item .question-text{font-size:13px}
.hy-chat-root .support-answer .answer-content p{font-size:14px}}
.hy-chat-root .reorder-tabs{display:flex;gap:6px;margin:10px 0 14px;overflow-x:auto;padding-bottom:4px}
.hy-chat-root .reorder-tab{background:#fff;border:1.5px solid rgba(78,159,167,.25);border-radius:10px;padding:8px 12px;display:flex;flex-direction:column;gap:2px;cursor:pointer;min-width:90px;font-family:inherit;transition:background .18s ease,border-color .18s ease,transform .15s ease}
.hy-chat-root .reorder-tab:hover{background:#4e9fa70f}
.hy-chat-root .reorder-tab.active{background:var(--primary-gradient);border-color:transparent;color:#fff}
.hy-chat-root .reorder-tab.active .reorder-tab-date,.hy-chat-root .reorder-tab.active .reorder-tab-amount{color:#fff}
.hy-chat-root .reorder-tab-date{font-size:11px;font-weight:600;color:var(--text-secondary)}
.hy-chat-root .reorder-tab-amount{font-size:13px;font-weight:700;color:var(--text-primary)}
.hy-chat-root .reorder-product-list{display:flex;flex-direction:column;gap:8px;margin:8px 0}
.hy-chat-root .reorder-product-card{background:#fff;border:1px solid rgba(78,159,167,.15);border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;transition:border-color .18s ease,box-shadow .18s ease}
.hy-chat-root .reorder-product-card:hover{border-color:#4e9fa759;box-shadow:0 2px 10px #2c3e500f}
.hy-chat-root .reorder-product-image{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f4f7f8;display:flex;align-items:center;justify-content:center;color:#4e9fa7}
.hy-chat-root .reorder-product-image img{width:100%;height:100%;object-fit:cover}
.hy-chat-root .reorder-product-placeholder{opacity:.5}
.hy-chat-root .reorder-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.hy-chat-root .reorder-product-name{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.hy-chat-root .reorder-product-meta{display:flex;gap:8px;align-items:center;font-size:12px}
.hy-chat-root .reorder-product-price{font-weight:700;color:var(--text-primary)}
.hy-chat-root .reorder-product-qty{color:var(--text-secondary)}
.hy-chat-root .reorder-add-btn{background:var(--primary-gradient)!important;color:#fff!important;border:none!important;padding:0!important;width:28px;height:28px;border-radius:50%!important;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .18s ease,background .2s ease;flex-shrink:0;box-shadow:0 2px 5px #4e9fa738}
.hy-chat-root .reorder-add-btn-glyph{display:inline-flex;align-items:center;justify-content:center;color:#fff;line-height:0}
.hy-chat-root .reorder-add-btn-glyph svg{display:block;width:13px;height:13px}
.hy-chat-root .reorder-add-btn.btn-loading .reorder-add-btn-glyph svg{animation:reorder-spin .9s linear infinite}
@keyframes reorder-spin{to{transform:rotate(360deg)}}
.hy-chat-root .reorder-add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4e9fa759;color:#fff!important}
.hy-chat-root .reorder-add-btn:active{transform:translateY(0)}
.hy-chat-root .reorder-add-btn.btn-loading{opacity:.6;pointer-events:none}
.hy-chat-root .reorder-add-btn.reorder-add-btn-done{background:#059669!important;box-shadow:0 2px 6px #0596694d!important;cursor:default!important;pointer-events:none}
.hy-chat-root .reorder-product-grind{display:inline-flex;align-items:center;background:#4e9fa71a;color:#4e9fa7;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;line-height:1.4}
.hy-chat-root .stock-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;letter-spacing:.2px}
.hy-chat-root .stock-chip-dot{width:5px;height:5px;border-radius:50%}
.hy-chat-root .stock-chip-warn{color:#b8742c}
.hy-chat-root .stock-chip-warn .stock-chip-dot{background:#b8742c}
.hy-chat-root .stock-chip-neutral{color:#6c7b7f}
.hy-chat-root .stock-chip-neutral .stock-chip-dot{background:#6c7b7f}
.hy-chat-root .stock-chip-calm{color:#6c7b7f}
.hy-chat-root .stock-chip-calm .stock-chip-dot{background:#9aa3a7}
.hy-chat-root .remind-block{margin-top:14px;padding:16px 16px 14px;background:#faf6ee;border-radius:12px;border:1px solid #EEE8DA}
.hy-chat-root .remind-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.hy-chat-root .remind-head-icon{width:24px;height:24px;color:#1a2340;flex-shrink:0;opacity:.85}
.hy-chat-root .remind-head-icon svg{width:100%;height:100%}
.hy-chat-root .remind-head-text{flex:1;line-height:1.4;min-width:0}
.hy-chat-root .remind-head-title{font-size:12.5px;font-weight:600;color:#1a2340;margin-bottom:2px;letter-spacing:-.1px}
.hy-chat-root .remind-head-sub{font-size:11.5px;color:#4a4a4a}
.hy-chat-root .remind-channels{display:inline-flex;gap:6px;font-size:9.5px;letter-spacing:.6px;text-transform:uppercase;color:#8a8a8a;font-weight:600;margin-top:6px}
.hy-chat-root .remind-channels span{display:inline-flex;align-items:center;gap:4px}
.hy-chat-root .remind-channels svg{width:10px;height:10px}
.hy-chat-root .remind-product{display:block;width:100%;background:#fff;border:1px solid #E6E0D2;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:12.5px;color:#1a2340;margin-bottom:8px}
.hy-chat-root .remind-form{display:flex;align-items:center;gap:8px}
.hy-chat-root .remind-date{flex:1;background:#fff;border:1px solid #E6E0D2;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;color:#1a2340;font-weight:500;-moz-appearance:none;appearance:none;-webkit-appearance:none;letter-spacing:-.1px;min-width:0}
.hy-chat-root .remind-date:focus{outline:2px solid #C9A968;outline-offset:1px;border-color:#c9a968}
.hy-chat-root .remind-confirm{background:#1a2340;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.2px;white-space:nowrap}
.hy-chat-root .remind-confirm:hover{background:#2a3556}
.hy-chat-root .remind-confirm:disabled{opacity:.6;cursor:default}
.hy-chat-root .remind-inline-msg{margin-top:8px;font-size:11.5px;color:#b85a5a}
.hy-chat-root .remind-inline-msg[data-tone=ok]{color:#4a8a5a}
.hy-chat-root .remind-saved{padding:14px 16px;background:#c9a96814;border-radius:12px;border:1px solid rgba(201,169,104,.3);display:flex;align-items:center;gap:12px}
.hy-chat-root .remind-saved-check{width:26px;height:26px;background:#c9a968;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#1a2340;flex-shrink:0}
.hy-chat-root .remind-saved-check svg{width:13px;height:13px}
.hy-chat-root .remind-saved-text{flex:1;font-size:12.5px;line-height:1.4;color:#1a2340;min-width:0}
.hy-chat-root .remind-saved-text strong{font-weight:600}
.hy-chat-root .remind-saved-text .channels{display:block;font-size:9.5px;letter-spacing:.5px;text-transform:uppercase;color:#8a8a8a;margin-top:2px;font-weight:500}
.hy-chat-root .reorder-cart-link{display:inline-flex!important;align-items:center;gap:6px;text-decoration:none!important}
.hy-chat-root .reorder-add-all-btn{width:100%;margin-top:10px;background:#fff;border:2px solid #4E9FA7;color:#4e9fa7;font-size:14px;font-weight:600;padding:11px 16px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;transition:background .18s ease,color .18s ease,transform .15s ease}
.hy-chat-root .reorder-add-all-btn:hover:not(:disabled){background:#4e9fa7;color:#fff}
.hy-chat-root .reorder-add-all-btn:active:not(:disabled){transform:scale(.98)}
.hy-chat-root .reorder-add-all-btn:disabled{opacity:.7;cursor:default}
.hy-chat-root .reorder-add-all-btn.reorder-add-all-done{background:#059669;border-color:#059669;color:#fff}
@media  (max-width: 480px){.hy-chat-root .reorder-product-card{padding:10px;gap:8px}
.hy-chat-root .reorder-product-image{width:44px;height:44px}
.hy-chat-root .reorder-add-btn{width:26px;height:26px}}
.hy-chat-root{--hikayen-navy: #1A2340;--hikayen-navy-soft: #2A3556;--hikayen-gold: #C9A968;--hikayen-cream: #FAF6EE;--hikayen-line: #E6E0D2;--hikayen-line-soft: #EEE8DA;--hikayen-ink: #1A1A1A;--hikayen-ink-soft: #4A4A4A;--hikayen-muted: #8A8A8A}
.hy-chat-root .hikayen-segment{padding:2px 0}
.hy-chat-root .hikayen-title{font-size:10px;letter-spacing:1.6px;text-transform:uppercase;color:var(--hikayen-gold);font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:10px}
.hy-chat-root .hikayen-title:after{content:"";flex:1;height:1px;background:var(--hikayen-line)}
.hy-chat-root .hikayen-greeting{font-size:13px;color:var(--hikayen-muted);font-weight:400;letter-spacing:.1px}
.hy-chat-root .hikayen-hero{font-size:22px;font-weight:500;letter-spacing:-.4px;line-height:1.25;margin:4px 0 18px;color:var(--hikayen-navy)}
.hy-chat-root .hikayen-hero em{font-style:italic;color:var(--hikayen-gold);font-weight:400}
.hy-chat-root .hikayen-lead{font-size:13px;color:var(--hikayen-ink-soft);margin:0 0 12px}
.hy-chat-root .hikayen-empty-line{font-size:13px;color:var(--hikayen-muted);font-style:italic;margin:6px 0}
.hy-chat-root .hikayen-stats{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--hikayen-line);border-bottom:1px solid var(--hikayen-line)}
.hy-chat-root .hikayen-stat{padding:14px 4px 12px;border-right:1px solid var(--hikayen-line)}
.hy-chat-root .hikayen-stat:nth-child(2n){border-right:none}
.hy-chat-root .hikayen-stat:nth-child(1),.hy-chat-root .hikayen-stat:nth-child(2){border-bottom:1px solid var(--hikayen-line)}
.hy-chat-root .hikayen-stat-label{font-size:9.5px;letter-spacing:1.4px;text-transform:uppercase;color:var(--hikayen-muted);margin-bottom:4px;font-weight:500}
.hy-chat-root .hikayen-stat-value{font-size:24px;font-weight:500;color:var(--hikayen-navy);letter-spacing:-.5px;font-variant-numeric:tabular-nums;line-height:1}
.hy-chat-root .hikayen-stat-value .unit{font-size:12px;font-weight:400;color:var(--hikayen-muted);margin-left:3px;letter-spacing:0}
.hy-chat-root .hikayen-fav{display:flex;align-items:center;gap:14px;padding:14px 0 2px}
.hy-chat-root .hikayen-fav-img{width:50px;height:50px;background:var(--hikayen-cream);background-size:cover;background-position:center;border-radius:6px;flex-shrink:0}
.hy-chat-root .hikayen-fav-content{flex:1;min-width:0}
.hy-chat-root .hikayen-fav-label{font-size:9.5px;letter-spacing:1.4px;text-transform:uppercase;color:var(--hikayen-muted);margin-bottom:3px;font-weight:500}
.hy-chat-root .hikayen-fav-name{font-size:14px;font-weight:500;color:var(--hikayen-navy);letter-spacing:-.2px;line-height:1.3}
.hy-chat-root .hikayen-fav-badge{font-size:10.5px;color:var(--hikayen-gold);font-weight:600;letter-spacing:.4px;margin-top:3px}
.hy-chat-root .radar-wrap{display:flex;justify-content:center;padding:6px 0}
.hy-chat-root .radar-svg{width:220px;height:220px}
.hy-chat-root .radar-grid{fill:none;stroke:var(--hikayen-line);stroke-width:.8;stroke-dasharray:2 3}
.hy-chat-root .radar-axis{stroke:var(--hikayen-line);stroke-width:.8}
.hy-chat-root .radar-shape{fill:#1a23401a;stroke:var(--hikayen-navy);stroke-width:1.4;stroke-linejoin:round}
.hy-chat-root .radar-point{fill:var(--hikayen-gold);stroke:#fff;stroke-width:1.5}
.hy-chat-root .radar-label{font-size:9px;letter-spacing:1.6px;text-transform:uppercase;font-weight:600;fill:var(--hikayen-muted)}
.hy-chat-root .radar-verdict{text-align:center;padding:8px 16px 4px}
.hy-chat-root .radar-verdict-tag{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:var(--hikayen-muted);font-weight:500;margin-bottom:4px}
.hy-chat-root .radar-verdict-name{font-size:16px;font-weight:500;color:var(--hikayen-navy);letter-spacing:-.2px}
.hy-chat-root .month-chart{margin-top:4px}
.hy-chat-root .month-row{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:7px 0}
.hy-chat-root .month-label{font-size:10px;font-weight:600;color:var(--hikayen-muted);text-transform:uppercase;letter-spacing:1.4px}
.hy-chat-root .month-bar{height:6px;background:var(--hikayen-line-soft);border-radius:999px;overflow:hidden}
.hy-chat-root .month-fill{height:100%;background:var(--hikayen-navy);border-radius:999px}
.hy-chat-root .month-value{font-size:13px;font-weight:500;color:var(--hikayen-navy);letter-spacing:-.2px;font-variant-numeric:tabular-nums;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}
.hy-chat-root .month-value .sub{font-size:10.5px;font-weight:400;color:var(--hikayen-muted);margin-left:1px}
.hy-chat-root .trend{width:11px;height:11px;display:inline-flex;align-items:center;justify-content:center}
.hy-chat-root .trend svg{width:100%;height:100%}
.hy-chat-root .trend.up svg path{stroke:#4a8a5a}
.hy-chat-root .trend.down svg path{stroke:#b85a5a}
.hy-chat-root .month-comment{margin-top:16px;padding:14px 16px;background:var(--hikayen-cream);border-radius:10px;font-style:italic;font-size:13px;line-height:1.55;color:var(--hikayen-navy-soft);border-left:2px solid var(--hikayen-gold)}
.hy-chat-root .discovery-progress{font-size:15px;font-weight:500;letter-spacing:-.2px;margin:0 0 4px;color:var(--hikayen-navy)}
.hy-chat-root .discovery-progress .count{color:var(--hikayen-gold)}
.hy-chat-root .discovery-progress-bar{height:3px;background:var(--hikayen-line);border-radius:999px;overflow:hidden;margin-bottom:16px}
.hy-chat-root .discovery-progress-fill{height:100%;background:var(--hikayen-gold);transition:width .5s ease}
.hy-chat-root .discovery-section-label{font-size:9.5px;letter-spacing:1.6px;text-transform:uppercase;color:var(--hikayen-muted);font-weight:500;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.hy-chat-root .discovery-section-label:after{content:"";flex:1;height:1px;background:var(--hikayen-line-soft)}
.hy-chat-root .regions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:14px}
.hy-chat-root .region{padding:9px 6px;text-align:center;font-size:11px;font-weight:500;border-radius:6px;border:1px solid var(--hikayen-line-soft);position:relative}
.hy-chat-root .region.tried{color:var(--hikayen-navy);background:var(--hikayen-cream);border-color:var(--hikayen-line)}
.hy-chat-root .region.tried:before{content:"";position:absolute;top:5px;right:6px;width:5px;height:5px;background:var(--hikayen-gold);border-radius:50%}
.hy-chat-root .region.untried{color:var(--hikayen-muted);background:transparent;border-style:dashed;border-color:var(--hikayen-line)}
.hy-chat-root .next-card{margin-top:4px;background:var(--hikayen-navy);color:#fff;border-radius:12px;padding:20px 18px;position:relative;overflow:hidden}
.hy-chat-root .next-card:after{content:"";position:absolute;top:0;left:0;width:36px;height:3px;background:var(--hikayen-gold)}
.hy-chat-root .next-label{font-size:9.5px;letter-spacing:1.6px;text-transform:uppercase;color:var(--hikayen-gold);font-weight:600;margin-bottom:6px}
.hy-chat-root .next-name{font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.3px;margin-bottom:6px}
.hy-chat-root .next-hint{font-size:12px;color:#ffffffb8;line-height:1.5;margin-bottom:12px}
.hy-chat-root .next-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.hy-chat-root .next-price .new{font-size:17px;color:var(--hikayen-gold);font-weight:700;letter-spacing:.2px}
.hy-chat-root .next-price .old{font-size:12px;color:#ffffff73;text-decoration:line-through;font-weight:500}
.hy-chat-root .next-discount-badge{display:inline-block;background:#b85a5a;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.3px}
.hy-chat-root .next-btn{display:inline-block;background:var(--hikayen-gold);color:var(--hikayen-navy);text-decoration:none;border:none;padding:10px 20px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.3px}
@media  (max-width: 480px){.hy-chat-root .hikayen-stat-value{font-size:20px}
.hy-chat-root .radar-svg{width:200px;height:200px}
.hy-chat-root .regions{grid-template-columns:1fr 1fr}}