@charset "UTF-8";.gg-chat-free{max-width:600px;padding:0;margin:0 auto}.gg-chat-header.logo-inline{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.gg-chat-header.logo-inline img{margin:0;height:48px}.gg-chat-header.logo-inline .header-text{display:flex;flex-direction:column;flex:1}.gg-header-controls{display:flex;gap:8px;align-items:center}.gg-maximize-button{background:rgba(255,215,0,.1);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;gap:6px;animation:gg-maximize-pulse 3s ease-in-out infinite;box-shadow:0 0 0 0 rgba(255,255,255,.4)}.gg-maximize-button:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:scale(1.05);animation:none;box-shadow:0 0 15px rgba(255,255,255,.3)}.gg-maximize-button svg{transition:transform .2s ease;transform-origin:center;display:block;color:gold}.gg-maximize-button:hover svg{transform:scale(1.5)}.gg-reset-button{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:6px;padding:6px 8px;font-size:.75rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.gg-reset-button:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.4)}@media (min-width:769px){.gg-chat-maximized-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);z-index:999999;display:flex;align-items:center;justify-content:center;animation:gg-overlay-fade-in .3s ease-out}.gg-chat-maximized{width:95%;height:95%;max-width:1400px;background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;animation:gg-modal-slide-in .4s ease-out;box-shadow:0 20px 50px rgba(0,0,0,.3)}.gg-maximized-header{flex-shrink:0;background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:8px 16px;display:flex;justify-content:flex-end;align-items:center;border-radius:16px 16px 0 0}.gg-maximized-header-controls{display:flex;align-items:center}.gg-maximized-header .gg-close-button{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:6px;padding:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.gg-maximized-header .gg-close-button:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:scale(1.05)}.gg-maximized-content{flex:1;display:flex;overflow:hidden}.gg-maximized-sidebar{width:302px;background:#fff;border-right:1px solid #e5e7eb;padding:20px 0 0;overflow:hidden;flex-shrink:0;transition:width .3s ease;display:flex;flex-direction:column}.gg-maximized-chat-container{flex:1;display:flex;padding:20px;align-items:stretch;overflow:hidden}.gg-maximized-widget-holder{flex:1;display:flex;height:100%;position:relative}.gg-chat-maximized-overlay .gg-chat-free{flex:1;max-width:none!important;width:100%;height:100%;display:flex;flex-direction:column}.gg-chat-maximized-overlay .gg-chat-widget{height:100%!important;flex:1;display:flex!important;flex-direction:column!important}.gg-chat-maximized-overlay .gg-chat-messages{flex:1!important;height:auto!important}.gg-chat-maximized-overlay .gg-typing{flex-shrink:0}.gg-chat-maximized-overlay .gg-chat-widget>div:last-child{flex-shrink:0}}@media (min-width:769px) and (max-width:1200px){.gg-maximized-sidebar{width:240px}}@media (min-width:769px) and (max-width:1024px){.gg-maximized-sidebar{width:200px}}@media (min-width:769px) and (max-width:900px){.gg-maximized-sidebar{display:none}.gg-maximized-chat-container{padding:16px}}.gg-chat-widget{background:#fff;border-radius:16px!important;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden;height:650px;display:flex;flex-direction:column;transform:translateZ(0);contain:layout style;backface-visibility:hidden}.gg-chat-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff!important;padding:16px;text-align:center;align-items:center;justify-content:center;position:relative}.gg-chat-header h3{margin:0 0 .5rem 0;font-size:1.2rem;color:#fff!important}.gg-chat-header p{margin:0;opacity:.9;font-size:.9rem}.gg-chat-messages{flex:1;padding:16px;overflow-y:auto;background:#f8fafc}.gg-message{margin-bottom:16px;display:flex;gap:12px}.gg-message.user{flex-direction:row-reverse}.gg-message-bubble{max-width:90%;padding:12px 16px;border-radius:18px;line-height:1.4;font-size:.95rem}.gg-message.user .gg-message-bubble{background:#4f46e5;color:#fff;border-bottom-right-radius:6px}.gg-message.ai .gg-message-bubble{background:#fff;color:#374151;border:1px solid #e5e7eb;border-bottom-left-radius:6px}.gg-message.ai .gg-message-bubble strong{color:#1f2937;font-weight:600}.gg-message.ai .gg-message-bubble em{color:#6b7280;font-style:italic}.gg-message.ai .gg-message-bubble ol,.gg-message.ai .gg-message-bubble ul{margin:8px 0;padding-left:16px}.gg-message.ai .gg-message-bubble li{margin:4px 0}.gg-message.ai .gg-message-bubble p{margin:8px 0}.gg-message.ai .gg-message-bubble p:first-child{margin-top:0}.gg-message.ai .gg-message-bubble p:last-child{margin-bottom:0}.gg-message.ai .gg-message-bubble code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:Monaco,Consolas,monospace;font-size:.9em}.gg-message.ai .gg-message-bubble pre{background:#f1f5f9;padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0}.gg-message.ai .gg-message-bubble pre code{background:0 0;padding:0}.gg-message.ai .gg-message-bubble blockquote{border-left:4px solid #e5e7eb;margin:8px 0;padding-left:12px;color:#6b7280}.gg-message.ai .gg-message-bubble table{border-collapse:collapse;width:100%;margin:8px 0}.gg-message.ai .gg-message-bubble td,.gg-message.ai .gg-message-bubble th{border:1px solid #e5e7eb;padding:8px;text-align:left}.gg-message.ai .gg-message-bubble th{background:#f8fafc;font-weight:600}.gg-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.gg-avatar.user{background:#4f46e5;color:#fff}.gg-avatar.ai{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.gg-typing{display:none;align-items:center;gap:12px;padding:5px 16px}.gg-typing-dots{display:flex;gap:4px;background:#fff;padding:12px 16px;border-radius:18px;border:1px solid #e5e7eb}.gg-typing-dot{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:gg-typing 1.4s infinite ease-in-out}.gg-typing-dot:nth-child(2){animation-delay:.2s}.gg-typing-dot:nth-child(3){animation-delay:.4s}.gg-custom-input-section{margin-top:12px;padding-bottom:5px}.gg-terms-notice{align-items:center;text-align:center;max-height:60px;padding-bottom:2px;margin:auto}.gg-chat-title{margin-top:0!important;margin-bottom:0!important}.gg-input-container{display:flex;gap:6px;align-items:center}.gg-custom-input{width:100%;border:1px solid #d1d5db;border-radius:16px;padding:8px 14px;font-size:.85rem;outline:0;transition:all .2s;background:#fff;min-height:40px;max-height:120px;resize:none;font-family:inherit;line-height:1.4;box-sizing:border-box;box-shadow:0 2px 2px rgba(0,0,0,.1)}.gg-custom-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15),0 2px 8px rgba(0,0,0,.1)}.gg-custom-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.gg-custom-input::placeholder{color:#6b7280;font-weight:500}.gg-input-wrapper{flex:1;position:relative;border-radius:16px}.gg-char-counter{position:absolute;bottom:-18px;right:0;font-size:.7rem;color:#6b7280;transition:color .2s}.gg-char-counter.warning{color:#f59e0b}.gg-char-counter.danger{color:#ef4444}.gg-send-button{background:#4f46e5;border:none;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0;align-self:flex-start;box-shadow:0 2px 4px rgba(79,70,229,.2)}.gg-send-button:hover{background:#4338ca;transform:scale(1.05);box-shadow:0 4px 8px rgba(79,70,229,.3)}.gg-send-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.gg-send-button.loading{background:#6366f1;cursor:not-allowed;transform:none}.gg-send-button.loading svg{animation:spin 1s linear infinite}.gg-prompt-bubble{background:linear-gradient(135deg,#fef2f2,#fff5f5)!important;border:2px solid #fca5a5!important;box-shadow:0 4px 12px rgba(239,68,68,.15)!important}.gg-prompt-title{font-size:1.2rem;font-weight:700;color:#dc2626;margin-bottom:8px}.gg-prompt-subtitle{color:#991b1b;margin-bottom:14px;font-size:.9rem;line-height:1.5}.gg-prompt-actions{display:flex;gap:10px;flex-wrap:wrap}.gg-prompt-cta{border:none;padding:10px 18px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;gap:4px}.gg-prompt-cta img{margin-left:6px;vertical-align:middle;display:inline-block}.gg-prompt-cta:first-child{background:#1f2937;color:#fff}.gg-prompt-cta:first-child:hover{background:#111827;box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-1px)}.gg-prompt-cta:last-child{background:#fff;border:2px solid #e5e7eb;color:#1f2937}.gg-prompt-cta:last-child:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-1px)}.gg-prompt-cta strong{font-weight:700!important}.gg-prompt-cta strong{color:#fff!important;font-weight:800!important}.logo-guideglare-chat-header{width:140px;padding:10px}@keyframes gg-maximize-pulse{0%,100%{box-shadow:0 0 0 0 gold}50%{box-shadow:0 0 0 8px rgba(255,215,0,0)}}@keyframes gg-overlay-fade-in{from{opacity:0}to{opacity:1}}@keyframes gg-modal-slide-in{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes gg-typing{0%,100%,80%{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:500px){.gg-chat-subtitle{display:none}}@media (max-width:768px){.gg-chat-free{padding:0}.gg-chat-widget{height:600px}.gg-custom-input-section{padding-bottom:10px}.gg-header-controls{gap:6px}}@media (max-width:900px){.gg-maximize-button{display:none}}@keyframes gg-fade-in-down{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gg-input-container{align-items:flex-start}.gg-message-content-wrapper{display:flex;align-items:flex-start;gap:8px;max-width:calc(100% - 44px)}.gg-message-bubble{max-width:100%}.gg-copy-button{background:0 0;border:1px solid #e5e7eb;color:#9ca3af;border-radius:50%;width:32px;height:32px;flex-shrink:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:4px;transition:all .2s}.gg-copy-button:hover{background:#f9fafb;color:#4f46e5;border-color:#d1d5db}.gg-facebook-prompt{display:flex;align-items:center;gap:12px;background:#e7f3ff;border:1px solid #cce0ff;padding:12px 16px;position:relative;animation:gg-fade-in-down .4s ease-out;transition:opacity .2s,transform .2s;flex-shrink:0}.gg-facebook-prompt-text{margin:0 8px 0 0;font-size:.85rem;color:#1c2b4d;line-height:1.4;flex-shrink:1}.gg-facebook-prompt-close{background:rgba(0,0,0,.05);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#568;transition:background-color .2s,color .2s;padding:0;flex-shrink:0}.gg-facebook-prompt-close:hover{background:rgba(0,0,0,.1);color:#1c2b4d}.gg-combined-ad-container{display:flex;gap:16px;align-items:center;justify-content:center;min-height:300px;height:auto;flex-wrap:wrap;width:100%;padding:8px}.gg-combined-ad-container:has(.gg-ad-slot-google-2){gap:12px}.gg-ad-slot-google{flex-shrink:0;max-width:100%;display:flex;align-items:center;justify-content:center;min-width:336px;min-height:280px}.gg-ad-slot-google ins{max-width:100%!important;display:inline-block!important}.gg-ad-slot-google:empty{min-height:280px;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px}.gg-ad-slot-internal{cursor:pointer;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;max-width:336px;width:100%;flex-shrink:1}.gg-ad-slot-internal img{width:100%;height:auto;display:block;max-width:336px}.gg-ad-slot-internal:hover{transform:scale(1.05);box-shadow:0 5px 20px rgba(0,0,0,.2)}@media (max-width:768px){.gg-combined-ad-container{gap:12px;padding:12px;min-height:auto}.gg-ad-slot-internal{max-width:100%;width:100%}.gg-ad-slot-internal img{width:100%}.gg-combined-ad-container:has(.gg-ad-slot-google-2){flex-direction:column}}@media (max-width:400px){.gg-combined-ad-container{gap:8px;padding:8px}.gg-ad-slot-internal{border-radius:8px;max-width:100%}.gg-ad-slot-google{min-width:300px}}@media (max-width:350px){.gg-ad-slot-internal{max-width:100%}.gg-ad-slot-internal img{width:100%}}@media (min-width:769px) and (max-width:1024px){.gg-combined-ad-container:has(.gg-ad-slot-google-2){gap:8px}}