#gptgen-chatbot{position:fixed;bottom:20px;right:20px;z-index:999999;font-family:Arial,sans-serif}.gptgen-toggle{background:#0f172a;border:1px solid #00f0ff;color:#00f0ff;width:54px;height:54px;padding:0;border-radius:50%;cursor:pointer;box-shadow:0 0 20px rgba(0,240,255,.4),0 0 40px rgba(0,240,255,.15);display:flex;align-items:center;justify-content:center;transition:box-shadow .25s,background .25s}.gptgen-toggle:hover{background:#0a1628;box-shadow:0 0 28px rgba(0,240,255,.65),0 0 60px rgba(0,240,255,.25)}.gptgen-toggle svg{width:26px;height:26px;flex-shrink:0}.gptgen-window{display:none;width:360px;height:560px;background:#050816;border:1px solid #1e293b;border-radius:18px;overflow:hidden;box-shadow:0 0 30px rgba(0,255,255,.2);margin-top:10px}.gptgen-header{padding:12px 18px;background:#020617;border-bottom:1px solid #1e293b;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;color:#fff}.gptgen-header-text{display:flex;flex-direction:column}.gptgen-header span{font-size:12px;color:#00f0ff;margin-top:4px}.gptgen-messages{height:400px;overflow:auto;padding:15px;background:#050816}.gptgen-message{margin-bottom:14px;padding:12px;border-radius:14px;line-height:1.5;font-size:14px}.gptgen-message.bot{background:#0f172a;color:#e2e8f0;border:1px solid rgba(0,240,255,.2)}.gptgen-message.user{background:#00f0ff;color:#020617}.gptgen-message a{color:#00f0ff;font-weight:700}.gptgen-message.bot strong{color:#fff}.gptgen-message.bot ol,.gptgen-message.bot ul{margin:8px 0 8px 20px;padding:0}.gptgen-message.bot li{margin-bottom:4px}.gptgen-message.bot p{margin:0 0 8px}.gptgen-message.bot p:last-child{margin-bottom:0}.gptgen-message.bot code{background:rgba(0,240,255,.1);border:1px solid rgba(0,240,255,.2);border-radius:4px;padding:1px 5px;font-size:12.5px;font-family:Menlo,Consolas,monospace}.gptgen-message.bot pre{background:#020617;border:1px solid rgba(0,240,255,.2);border-radius:8px;padding:10px 12px;overflow-x:auto;margin:8px 0}.gptgen-message.bot pre code{background:0 0;border:none;padding:0}.gptgen-starters{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.gptgen-starter-btn{text-align:left;background:0 0;color:#00f0ff;border:1px solid rgba(0,240,255,.35);border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.4;cursor:pointer;transition:background .15s,border-color .15s}.gptgen-starter-btn:hover{background:rgba(0,240,255,.1);border-color:#00f0ff}.gptgen-typing{display:flex;align-items:center;gap:6px;padding:14px 16px}.gptgen-typing span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#00f0ff;animation:.9s infinite gptgen-bounce}.gptgen-typing span:nth-child(2){animation-delay:.15s}.gptgen-typing span:nth-child(3){animation-delay:.3s}@keyframes gptgen-bounce{0%,100%,80%{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}.gptgen-stream-dots{display:inline-flex;align-items:center;gap:5px;padding:2px 0}.gptgen-stream-dots span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#00f0ff;animation:.9s infinite gptgen-bounce;opacity:.5}.gptgen-stream-dots span:nth-child(2){animation-delay:.15s}.gptgen-stream-dots span:nth-child(3){animation-delay:.3s}.gptgen-input{padding:12px;display:flex;gap:10px;border-top:1px solid #1e293b;background:#020617}.gptgen-input textarea{flex:1;resize:none;height:50px;background:#0f172a;border:1px solid #1e293b;color:#fff;border-radius:10px;padding:10px}.gptgen-send{background:#00f0ff;color:#020617;border:none;padding:0 18px;border-radius:10px;cursor:pointer;font-weight:700}.gptgen-related{margin:4px 0 10px}.gptgen-related-label{font-size:11px;font-weight:700;color:#00f0ff;letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px;padding:0 2px}.gptgen-related-cards{display:flex;flex-direction:column;gap:8px}.gptgen-card{display:flex;align-items:center;gap:10px;background:#0f172a;border:1px solid rgba(0,240,255,.18);border-radius:10px;padding:8px;text-decoration:none;color:#e2e8f0;transition:border-color .2s,background .2s;overflow:hidden}.gptgen-card:hover{border-color:rgba(0,240,255,.5);background:#131e30}.gptgen-card-thumb{width:52px;height:52px;object-fit:cover;border-radius:7px;flex-shrink:0}.gptgen-card-thumb-placeholder{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#1e293b;border-radius:7px;font-size:20px;flex-shrink:0}.gptgen-card-body{display:flex;flex-direction:column;gap:3px;min-width:0}.gptgen-card-title{font-size:12px;font-weight:600;line-height:1.35;color:#e2e8f0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gptgen-card-excerpt{font-size:11px;color:#64748b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.gptgen-card-views{font-size:10px;color:#00f0ff;opacity:.8;margin-top:2px}.gptgen-cursor{display:inline-block;width:2px;height:1em;background:#00f0ff;margin-left:2px;vertical-align:text-bottom;border-radius:1px;animation:.7s step-end infinite gptgen-blink}@keyframes gptgen-blink{0%,100%{opacity:1}50%{opacity:0}}.gptgen-streaming{border-left:2px solid rgba(0,240,255,.7)!important;transition:border-color .4s}.gptgen-send--disabled{opacity:.45;cursor:not-allowed}.gptgen-chatbot-inline{width:100%;margin:1.5em 0}.gptgen-chatbot-inline .gptgen-window--inline{position:static;display:flex;flex-direction:column;width:100%;max-width:680px;max-height:520px;border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.35);overflow:hidden}.gptgen-chatbot-inline .gptgen-messages{flex:1;overflow-y:auto;max-height:340px}.gptgen-message.bot{position:relative}.gptgen-copy-btn{position:absolute;bottom:7px;right:8px;background:0 0;border:1px solid rgba(0,240,255,.25);border-radius:6px;color:rgba(0,240,255,.5);padding:3px 5px;cursor:pointer;line-height:0;opacity:0;transition:opacity .2s,color .2s,border-color .2s,background .2s}.gptgen-message.bot:hover .gptgen-copy-btn{opacity:1}.gptgen-copy-btn:hover{color:#00f0ff;border-color:rgba(0,240,255,.6);background:rgba(0,240,255,.08)}.gptgen-copy-btn--copied{color:#4ade80!important;border-color:rgba(74,222,128,.5)!important;opacity:1!important}.gptgen-message--error{border-color:rgba(255,100,80,.35)!important;background:rgba(255,60,40,.07)!important;color:#fca5a5!important}.gptgen-error-icon{font-style:normal;margin-right:5px;opacity:.85}.gptgen-stream-status{display:flex;align-items:center;gap:8px;margin-top:8px;opacity:1;transition:opacity .3s}.gptgen-stream-bar{flex:1;height:3px;background:rgba(0,240,255,.12);border-radius:99px;overflow:hidden}.gptgen-stream-fill{display:block;height:100%;width:0%;background:linear-gradient(90deg,#00f0ff 0,#a78bfa 100%);border-radius:99px;transition:width .35s cubic-bezier(.4, 0, .2, 1);box-shadow:0 0 6px rgba(0,240,255,.4)}.gptgen-stream-count{font-size:10px;color:rgba(0,240,255,.5);white-space:nowrap;font-variant-numeric:tabular-nums;min-width:48px;text-align:right}.gptgen-new-conv{display:flex;align-items:center;gap:5px;background:0 0;border:1px solid rgba(0,240,255,.2);border-radius:6px;color:rgba(0,240,255,.55);font-size:10px;padding:4px 9px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s,color .2s,border-color .2s}.gptgen-new-conv:hover{background:rgba(0,240,255,.08);border-color:rgba(0,240,255,.45);color:#00f0ff}.gptgen-new-conv svg{flex-shrink:0}.gptgen-message.gptgen-restored{opacity:.85}.gptgen-suggestions{margin:8px 0 4px;padding:10px 12px;background:rgba(0,240,255,.04);border:1px solid rgba(0,240,255,.1);border-radius:10px}.gptgen-suggestions-label{font-size:10px;color:rgba(0,240,255,.45);margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em}.gptgen-suggestion-btn{display:block;width:100%;text-align:left;background:0 0;border:1px solid rgba(0,240,255,.15);border-radius:7px;color:rgba(255,255,255,.75);font-size:12px;padding:6px 10px;margin-bottom:5px;cursor:pointer;line-height:1.4;transition:background .18s,border-color .18s,color .18s}.gptgen-suggestion-btn:last-child{margin-bottom:0}.gptgen-suggestion-btn:hover{background:rgba(0,240,255,.08);border-color:rgba(0,240,255,.4);color:#fff}.gptgen-suggestion-btn::before{content:'→ ';color:rgba(0,240,255,.5);font-size:11px}.gptgen-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.gptgen-close-btn{display:none;background:0 0;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:rgba(255,255,255,.5);padding:4px 6px;cursor:pointer;line-height:0;transition:background .18s,color .18s}.gptgen-close-btn:hover{background:rgba(255,255,255,.08);color:#fff}@media (max-width:600px){body.gptgen-noscroll{overflow:hidden}#gptgen-chatbot.gptgen--open .gptgen-window{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important;border:none!important;z-index:9999999}#gptgen-chatbot.gptgen--open .gptgen-messages{max-height:none!important;flex:1}.gptgen-close-btn{display:flex;align-items:center;justify-content:center}.gptgen-new-conv,.gptgen-new-conv span{font-size:0;padding:4px 6px}.gptgen-new-conv svg{font-size:initial}}.gptgen-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:4px;gap:6px}.gptgen-conf-badge{font-size:9px;font-weight:600;letter-spacing:.03em;padding:2px 6px;border-radius:99px;white-space:nowrap;flex-shrink:0}.gptgen-conf--high{background:rgba(74,222,128,.15);color:#4ade80;border:1px solid rgba(74,222,128,.3)}.gptgen-conf--mid{background:rgba(251,191,36,.12);color:#fbbf24;border:1px solid rgba(251,191,36,.25)}.gptgen-conf--low{background:rgba(148,163,184,.1);color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.gptgen-prefs-btn{display:flex;align-items:center;justify-content:center;background:0 0;border:1px solid rgba(0,240,255,.2);border-radius:6px;color:rgba(0,240,255,.55);padding:4px 6px;cursor:pointer;line-height:0;transition:background .18s,color .18s,border-color .18s}.gptgen-prefs-btn:hover{background:rgba(0,240,255,.08);border-color:rgba(0,240,255,.45);color:#00f0ff}.gptgen-prefs-popover{position:absolute;top:58px;right:12px;z-index:100;background:#0d1424;border:1px solid rgba(0,240,255,.2);border-radius:12px;padding:14px 16px;width:210px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.gptgen-window{position:relative}.gptgen-prefs-title{font-size:11px;font-weight:700;color:rgba(0,240,255,.7);margin:0 0 12px;text-transform:uppercase;letter-spacing:.06em}.gptgen-prefs-label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:rgba(255,255,255,.6);margin-bottom:10px}.gptgen-custom-select{position:relative;width:100%;font-size:12px;user-select:none}.gptgen-custom-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#0a0f1e;border:1px solid rgba(0,240,255,.25);border-radius:7px;color:#e2e8f0;padding:7px 10px;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s}.gptgen-custom-select--open .gptgen-custom-select__trigger,.gptgen-custom-select__trigger:hover{border-color:rgba(0,240,255,.55);background:#0d1628}.gptgen-custom-select--open .gptgen-custom-select__trigger{box-shadow:0 0 0 2px rgba(0,240,255,.1)}.gptgen-custom-select__arrow{flex-shrink:0;width:10px;height:6px;transition:transform .2s}.gptgen-custom-select--open .gptgen-custom-select__arrow{transform:rotate(180deg)}.gptgen-custom-select__dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#0d1424;border:1px solid rgba(0,240,255,.3);border-radius:8px;overflow:hidden;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,.55)}.gptgen-custom-select--open .gptgen-custom-select__dropdown{display:block}.gptgen-custom-select__option{padding:8px 12px;color:rgba(226,232,240,.75);cursor:pointer;font-size:12px;transition:background .14s,color .14s}.gptgen-custom-select__option:hover{background:rgba(0,240,255,.08);color:#e2e8f0}.gptgen-custom-select__option--selected{color:#00f0ff;background:rgba(0,240,255,.05)}.gptgen-custom-select__option+.gptgen-custom-select__option{border-top:1px solid rgba(0,240,255,.07)}.gptgen-prefs-save{width:100%;background:rgba(0,240,255,.1);border:1px solid rgba(0,240,255,.3);border-radius:7px;color:#00f0ff;font-size:12px;font-weight:600;padding:7px;cursor:pointer;transition:background .18s;margin-top:2px}.gptgen-prefs-save:hover{background:rgba(0,240,255,.18)}.gptgen-source-link{display:inline-flex;align-items:center;gap:3px;background:rgba(0,240,255,.08);border:1px solid rgba(0,240,255,.25);border-radius:4px;color:#00f0ff;text-decoration:none;font-size:11px;font-weight:600;padding:1px 5px 1px 4px;vertical-align:middle;line-height:1.4;transition:background .15s,border-color .15s;cursor:pointer}.gptgen-source-link:hover{background:rgba(0,240,255,.18);border-color:rgba(0,240,255,.5);color:#00f0ff;text-decoration:none}.gptgen-source-link svg{flex-shrink:0;opacity:.8}.gptgen-source-link span{opacity:.9}