.md3-welcome-card[data-astro-cid-wgwksbnk]{background:linear-gradient(145deg,#ffffff52,#ffffff14),var(--md-surface);border-radius:var(--md-shape-xl);border:1px solid color-mix(in srgb,var(--md-primary) 18%,rgba(255,255,255,.36));box-shadow:var(--md-shadow-2);padding:20px 16px;width:100%;max-width:264px;margin:0;display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.md3-welcome-card[data-astro-cid-wgwksbnk]{max-width:100%}}.md3-welcome-header[data-astro-cid-wgwksbnk]{display:flex;align-items:center;gap:10px}.md3-welcome-icon[data-astro-cid-wgwksbnk]{font-size:18px;color:#eab308;flex-shrink:0}.md3-welcome-title[data-astro-cid-wgwksbnk]{font-family:var(--md-font);font-size:var(--md-title-medium);font-weight:800;color:var(--md-on-surface);margin:0}.md3-welcome-body[data-astro-cid-wgwksbnk]{font-size:var(--md-body-medium);line-height:1.65;color:var(--md-on-surface-variant)}.md3-welcome-body[data-astro-cid-wgwksbnk] a{text-decoration:none;transition:opacity .2s}.md3-welcome-body[data-astro-cid-wgwksbnk] a:hover{opacity:.8}.md3-welcome-body[data-astro-cid-wgwksbnk] span[style]{font-weight:500}:root{--hex-fab-bg: #f5f5f5;--hex-fab-fg: #1f2937;--hex-fab-border: rgba(31, 41, 55, .14);--hex-hover: #16a34a;--hex-hover-soft: rgba(22, 163, 74, .14);--hex-ok: #16a34a;--hex-bad: #dc2626;--hex-shadow: 0 18px 50px rgba(0, 0, 0, .18);--hex-surface: #ffffff;--hex-fg: #1f2937;--hex-muted: #6b7280;--hex-border: rgba(31, 41, 55, .14)}html.dark{--hex-fab-bg: #2b2b2b;--hex-fab-fg: #f5f5f5;--hex-fab-border: rgba(255, 255, 255, .16);--hex-hover: #22c55e;--hex-hover-soft: rgba(34, 197, 94, .16);--hex-ok: #22c55e;--hex-bad: #ef4444;--hex-surface: #2b2b2b;--hex-fg: #f5f5f5;--hex-muted: #9ca3af;--hex-border: rgba(255, 255, 255, .16)}.hex-fab{position:fixed;z-index:1200;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 16px;border:1px solid var(--hex-fab-border);border-radius:999px;background:var(--hex-fab-bg);color:var(--hex-fab-fg);box-shadow:var(--hex-shadow);font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.hex-fab:hover,.hex-fab:focus-visible{background:var(--hex-hover);border-color:var(--hex-hover);color:#fff;transform:translateY(-2px);outline:none}.hex-fab:active{transform:translateY(0)}.hex-fab--left{position:fixed;left:18px;bottom:18px;width:46px;height:46px;min-height:46px;padding:0;justify-content:center}.hex-fab--right{right:18px;bottom:18px}.hex-model-pop{position:absolute;right:0;bottom:calc(100% + 8px);width:380px;max-width:calc(100vw - 32px);max-height:min(360px,calc(100dvh - 220px));padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#141414b8;color:#fff;box-shadow:0 18px 50px #00000073;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);overflow:hidden;display:flex;flex-direction:column;z-index:20;animation:hex-model-pop-in .18s ease-out}.hex-model-pop[hidden]{display:none}@keyframes hex-model-pop-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hex-model-glow{position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;opacity:0;transition:opacity .18s ease-out}.hex-model-glow:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(255,255,255,.22),rgba(255,255,255,.08) 22%,rgba(255,255,255,0) 55%);mix-blend-mode:screen}.hex-model-glow:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),#fff,rgba(255,255,255,.7) 20%,rgba(255,255,255,.1) 46%,rgba(255,255,255,0) 62%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.hex-model-pop:hover .hex-model-glow,.hex-model-pop.is-glow-active .hex-model-glow{opacity:1}.hex-model-pop-head{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding:8px 10px 10px;font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px;flex-shrink:0}.hex-model-pop-head i{color:var(--hex-hover)}.hex-fab i.fa-circle-check{color:var(--hex-ok)}.hex-fab i.fa-circle-xmark{color:var(--hex-bad)}.hex-fab:hover i.fa-circle-check,.hex-fab:hover i.fa-circle-xmark{color:#fff}.hex-chat-mask{position:fixed;inset:0;z-index:10001;background:linear-gradient(180deg,#00000059,#000000eb);backdrop-filter:blur(18px) saturate(1.1);opacity:0;pointer-events:none;transition:opacity .25s ease}.hex-chat-mask[hidden]{display:none}.hex-chat-mask.hex-chat-visible{opacity:1;pointer-events:auto}.hex-chat-overlay{position:fixed;inset:0;z-index:10002;pointer-events:none;visibility:hidden;opacity:0;transform:scale(.97);transition:transform .18s ease-in,opacity .18s ease,visibility 0s .18s}.hex-chat-overlay.hex-chat-visible{pointer-events:auto;visibility:visible;opacity:1;transform:scale(1);transition:transform .25s ease-out,opacity .25s ease-out,visibility 0s 0s}.hex-chat-input-wrapper{--glow-x: 50%;--glow-y: 50%}.hex-pointer-glow{position:absolute;inset:0;z-index:1;border-radius:inherit;pointer-events:none}.hex-pointer-glow:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(255,255,255,.22),rgba(255,255,255,.08) 22%,transparent 55%);mix-blend-mode:screen;opacity:var(--glow-opacity, 0);transition:opacity .18s ease-out}.hex-pointer-glow:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),#fff,rgba(255,255,255,.7) 20%,rgba(255,255,255,.1) 46%,transparent 62%);opacity:var(--glow-opacity, 0);transition:opacity .18s ease-out;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.hex-chat-input-wrapper:hover,.hex-chat-input-wrapper.is-glow-active{--glow-opacity: 1}.hex-chat-overlay.hex-chat-windowed{inset:auto auto 76px;inset:auto auto 76px 18px;width:min(420px,calc(100vw - 28px));height:min(640px,calc(100dvh - 92px));border-radius:18px;overflow:hidden;background:#141414;box-shadow:var(--hex-shadow);border:1px solid rgba(255,255,255,.08)}.hex-chat-overlay.hex-chat-windowed .hex-chat-container{max-width:100%;height:100%;padding:0 .75rem 1rem}.hex-chat-overlay.hex-chat-windowed .hex-chat-messages{max-width:100%;padding:1rem .75rem .5rem}.hex-chat-overlay.hex-chat-windowed .hex-chat-input-wrapper,.hex-chat-overlay.hex-chat-windowed .hex-chat-presets,.hex-chat-overlay.hex-chat-windowed .hex-chat-disclaimer{max-width:100%}.hex-chat-overlay.hex-chat-windowed .hex-chat-bubble{font-size:15px}.hex-chat-overlay.hex-chat-windowed .hex-chat-bubble-assistant{max-width:100%}.hex-chat-overlay.hex-chat-windowed .hex-chat-textarea{font-size:15px}@media(max-width:480px){.hex-chat-overlay.hex-chat-windowed{top:30vh;right:0;bottom:0;left:0;width:auto;height:auto;border-radius:1.25rem 1.25rem 0 0}.hex-chat-mode-btn{display:none}}.hex-chat-top-btns{position:absolute;top:.75rem;right:.75rem;z-index:10;display:flex;gap:.375rem}.hex-chat-clear-btn,.hex-chat-close-btn,.hex-chat-mode-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#00000080;color:#fff9;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:0}.hex-chat-clear-btn:hover,.hex-chat-close-btn:hover,.hex-chat-mode-btn:hover{background:#000000b3;color:#fff;border-color:#fff3}.hex-chat-clear-btn svg,.hex-chat-mode-btn svg{width:14px;height:14px}.hex-chat-close-btn svg{width:18px;height:18px}.hex-chat-container{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;width:100%;max-width:56rem;margin:0 auto;padding:0 .75rem 1.25rem}@media(min-width:640px){.hex-chat-container{padding:0 1.5rem 1.25rem}}.hex-chat-messages{flex:1;overflow-y:auto;overscroll-behavior:contain;max-width:48rem;width:100%;margin:0 auto;padding:1rem 2rem 1.5rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.hex-chat-messages::-webkit-scrollbar{width:6px}.hex-chat-messages::-webkit-scrollbar-track{background:transparent}.hex-chat-messages::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-chat-messages-inner{display:flex;flex-direction:column;justify-content:flex-end;min-height:100%}.hex-chat-msg{display:flex;flex-direction:column;padding-bottom:.75rem;animation:hexChatMsgIn .3s ease}.hex-chat-msg-user{align-items:flex-end}.hex-chat-msg-assistant{align-items:flex-start}@keyframes hexChatMsgIn{0%{transform:translateY(8px)}to{transform:translateY(0)}}.hex-chat-bubble{position:relative;max-width:86%;padding:.85rem 1rem;border-radius:1.25rem;font-size:.875rem;line-height:1.6;color:#fff;word-break:break-word;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 8px 32px #00000040;white-space:pre-wrap}.hex-chat-bubble-user{background:#16a34a59;border:1px solid rgba(255,255,255,.15);border-radius:1.25rem 1.25rem .35rem}.hex-chat-bubble-assistant{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem 1.25rem 1.25rem .35rem;color:#fffffff2}.hex-chat-bubble-content{position:relative;z-index:2}.hex-chat-bubble-assistant .hex-chat-bubble-content,.hex-chat-bubble-assistant .hex-chat-bubble-content p,.hex-chat-bubble-assistant .hex-chat-bubble-content li,.hex-chat-bubble-assistant .hex-chat-bubble-content strong,.hex-chat-bubble-assistant .hex-chat-bubble-content span{color:#fff}.hex-chat-bubble-assistant .hex-chat-bubble-content p{margin:.25rem 0}.hex-chat-bubble-assistant .hex-chat-bubble-content ol,.hex-chat-bubble-assistant .hex-chat-bubble-content ul{margin:.25rem 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:2px}.hex-chat-bubble-assistant .hex-chat-bubble-content li{margin:0;padding:2px 0}.hex-chat-bubble-assistant .hex-chat-bubble-content .hex-chat-article-link{display:block;margin-top:2px;font-size:.8rem}.hex-chat-bubble-assistant .hex-chat-bubble-content a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);word-break:break-all;transition:border-color .18s ease}.hex-chat-bubble-assistant .hex-chat-bubble-content a:hover{color:#fff;border-bottom-color:#fff}.hex-chat-thinking{display:inline-flex;align-items:center;gap:5px;padding:2px 0}.hex-chat-thinking span{width:7px;height:7px;border-radius:50%;background:#ffffffd9;animation:hex-think-slide 1.2s ease-in-out infinite}.hex-chat-thinking span:nth-child(2){animation-delay:.15s}.hex-chat-thinking span:nth-child(3){animation-delay:.3s}@keyframes hex-think-slide{0%,to{transform:translate(-6px) scale(.85);opacity:.4}50%{transform:translate(6px) scale(1.1);opacity:1}}.hex-chat-presets{display:flex;gap:6px;max-width:48rem;width:100%;margin:0 auto .5rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;-webkit-overflow-scrolling:touch}.hex-chat-presets::-webkit-scrollbar{height:6px}.hex-chat-presets::-webkit-scrollbar-track{background:transparent}.hex-chat-presets::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-chat-presets::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-chat-preset{padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffbf;font-size:.75rem;cursor:pointer;transition:all .2s;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);white-space:nowrap;font-family:inherit;line-height:1.4}.hex-chat-preset:hover{background:var(--hex-hover);color:#fff;border-color:#fff3}.hex-chat-input-area{position:relative;padding-top:.5rem}.hex-chat-input-wrapper{position:relative;display:flex;align-items:flex-end;gap:.5rem;max-width:48rem;width:100%;margin:0 auto;padding:.4rem;border-radius:1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3);box-shadow:0 8px 32px #00000040;cursor:text}.hex-chat-textarea{flex:1;resize:none;overflow-y:auto;background:transparent;border:none;outline:0;color:#fff;font-size:.875rem;line-height:1.5;padding:.75rem 1rem;min-height:84px;max-height:124px;font-family:inherit;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.hex-chat-textarea::-webkit-scrollbar{width:6px}.hex-chat-textarea::-webkit-scrollbar-track{background:transparent}.hex-chat-textarea::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-chat-textarea::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-chat-textarea::-moz-placeholder{color:#fff9}.hex-chat-textarea::placeholder{color:#fff9}.hex-chat-textarea:focus{border-color:transparent;box-shadow:none;outline:none}.hex-chat-textarea:focus-visible{outline:none;box-shadow:none}.hex-chat-send-btn{display:flex;align-items:center;justify-content:center;width:auto;height:2rem;min-width:2rem;padding:0 .75rem;border-radius:999px;border:none;background:var(--hex-hover);color:#fff;cursor:pointer;transition:opacity .2s,background .2s;flex-shrink:0}.hex-chat-send-btn:hover{opacity:.9}.hex-chat-send-btn:disabled{background:#fff3;color:#ffffff80;cursor:not-allowed}.hex-chat-send-btn svg{width:.85rem;height:.85rem}.hex-chat-disclaimer{max-width:48rem;width:100%;margin:.5rem auto 0;padding:0 .5rem;text-align:center;font-size:.75rem;color:#ffffff73}.hex-model-list{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;flex:0 1 auto;min-height:0;max-height:200px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.hex-model-list[hidden],.hex-model-custom-btn[hidden]{display:none!important}.hex-model-list::-webkit-scrollbar{width:6px}.hex-model-list::-webkit-scrollbar-track{background:transparent}.hex-model-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-model-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-model-empty{padding:18px 10px;color:var(--hex-muted);font-size:13px;text-align:center}.hex-model-item{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:8px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0f;color:#fff;font-family:inherit;text-align:left;cursor:pointer;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);transition:background .15s ease,border-color .15s ease,transform .15s ease}.hex-model-item:hover{background:var(--hex-hover);border-color:var(--hex-hover);color:#fff}.hex-model-item:active{transform:scale(.99)}.hex-model-item.is-current{border-color:var(--hex-hover);background:#16a34a38}.hex-model-item-name{flex:1;min-width:0;font-size:13px;font-weight:800;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hex-model-item-alias{flex-shrink:0;display:inline-flex;align-items:center;min-height:20px;padding:2px 8px;border-radius:999px;background:#ffffff1f;color:#ffffffe6;font-size:11px;font-weight:700;white-space:nowrap}.hex-model-item-status{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;white-space:nowrap}.hex-model-item-status .hex-status-dot{width:8px;height:8px;border-radius:50%;background:var(--hex-ok)}.hex-model-item-status.is-bad{color:var(--hex-bad)}.hex-model-item-status.is-bad .hex-status-dot{background:var(--hex-bad)}.hex-model-item-status.is-loading{color:#fff9}.hex-model-item-status.is-loading .hex-status-dot{background:#fff9;animation:hex-status-blink 1s ease-in-out infinite}@keyframes hex-status-blink{0%,to{opacity:.35}50%{opacity:1}}.hex-chat-toolbar{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:10px;max-width:48rem;width:100%;margin:.45rem auto 0;padding:0 .5rem}.hex-chat-current-model{font-size:.75rem;color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hex-chat-model-btn{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff14;color:#ffffffd9;font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .15s ease,border-color .15s ease,color .15s ease}.hex-chat-model-btn:hover{background:var(--hex-hover);border-color:var(--hex-hover);color:#fff}.hex-chat-model-btn i{font-size:11px}.hex-chat-overlay.hex-chat-windowed .hex-chat-toolbar{max-width:100%;padding:0 .5rem}@media(max-width:640px){.hex-fab{min-height:42px;font-size:13px}.hex-fab--left{left:12px;bottom:12px;width:42px;height:42px;min-height:42px}.hex-fab--right{right:12px;bottom:12px}.hex-model-pop{width:min(320px,calc(100vw - 24px));max-height:calc(100dvh - 180px)}.hex-chat-messages{padding-left:0;padding-right:0}.hex-chat-bubble{max-width:92%;font-size:.8125rem}.hex-chat-bubble-assistant{max-width:100%}.hex-chat-textarea{min-height:72px;font-size:.8125rem}}.hex-chat-article-cards{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 8px;margin:0 -2px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.08);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;cursor:grab}.hex-chat-article-cards::-webkit-scrollbar{height:6px}.hex-chat-article-cards::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.hex-chat-article-cards::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-chat-article-cards::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-chat-article-cards:active{cursor:grabbing}.hex-chat-article-cards.is-pill{cursor:default}.hex-card{position:relative;--glow-x: 50%;--glow-y: 50%;flex:0 0 180px;min-width:160px;max-width:220px;scroll-snap-align:start;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:#ffffff14;border:1px solid rgba(255,255,255,.1);text-decoration:none;color:#fff;transition:transform .18s ease,border-color .18s ease;cursor:pointer}.hex-card:hover{transform:translateY(-3px);border-color:#ffffff4d;background:var(--hex-hover, #22c55e);box-shadow:inset 0 0 32px #ffffff1f,0 10px 24px #22c55e59}.hex-card:hover .hex-card-title,.hex-card:hover .hex-card-desc,.hex-card:hover .hex-card-date,.hex-card:hover .hex-card-meta,.hex-card:hover .hex-card-category{color:#fff}.hex-card:hover .hex-card-category{background:#ffffff38}.hex-card:hover .hex-card-cover-placeholder{background:linear-gradient(135deg,#ffffff38,#ffffff0f)}.hex-card:hover .hex-card-cover{filter:brightness(1.08)}.hex-card:active{transform:translateY(0)}.hex-card:hover{--glow-opacity: 1}.hex-card .hex-pointer-glow:after{background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(255,255,255,.34),rgba(255,255,255,.14) 30%,transparent 68%)}.hex-card .hex-pointer-glow:before{padding:3px;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(255,255,255,.9),rgba(255,255,255,.4) 24%,rgba(255,255,255,.08) 52%,transparent 70%)}.hex-card-cover{width:100%;height:100px;background-size:cover;background-position:center;background-color:#ffffff0f;flex-shrink:0}.hex-card-cover-placeholder{background:linear-gradient(135deg,#ffffff0a,#ffffff1a)}.hex-card-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.hex-card-title{margin:0;font-size:13px;font-weight:700;line-height:1.35;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.hex-card-desc{margin:0;font-size:11px;line-height:1.4;color:#ffffffa6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;flex:1}.hex-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:auto}.hex-card-date{font-size:10px;color:#ffffff80;white-space:nowrap}.hex-card-category{display:inline-block;padding:1px 6px;border-radius:4px;background:#ffffff1a;font-size:10px;font-weight:600;color:#ffffffb3;white-space:nowrap}.hex-card--pill{flex:0 0 auto;min-width:0;max-width:100%;width:100%;flex-direction:row;align-items:center;gap:8px;padding:5px 16px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);transition:transform .18s ease,border-color .18s ease,background .18s ease}.hex-card--pill:hover{transform:translate(3px);border-color:var(--hex-hover, #22c55e);background:var(--hex-hover, #22c55e);box-shadow:0 6px 16px #22c55e4d}.hex-card--pill i{font-size:13px;color:var(--hex-hover, #22c55e);flex-shrink:0;transition:color .18s ease}.hex-card--pill:hover i,.hex-card--pill:hover .hex-card-pill-title{color:#fff}.hex-card-pill-title{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:visible;text-overflow:clip}.hex-chat-article-cards.is-pill{flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:8px;overflow-x:visible;scroll-snap-type:none}.hex-chat-article-cards.is-pill .hex-card--pill{flex:1 1 0;width:auto;min-width:0;padding:5px 14px}.hex-history-pop{position:absolute;top:3.25rem;right:.75rem;z-index:30;width:min(360px,calc(100vw - 32px));max-height:min(340px,calc(100dvh - 160px));display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#141414f0;color:#fff;box-shadow:0 18px 50px #00000080;overflow:hidden;animation:hex-model-pop-in .18s ease-out}.hex-history-pop[hidden]{display:none}.hex-history-head{display:flex;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.hex-history-head i{color:var(--hex-hover)}.hex-history-list{flex:0 1 auto;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:4px;max-height:276px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.hex-history-list::-webkit-scrollbar{width:6px}.hex-history-list::-webkit-scrollbar-track{background:transparent}.hex-history-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-history-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-history-empty{padding:22px 12px;text-align:center;color:#ffffff80;font-size:13px}.hex-history-item{display:flex;align-items:center;gap:6px;width:100%;padding:6px 8px;border:none;border-radius:10px;background:transparent;color:#fff;text-align:left;font-family:inherit;transition:background .15s ease}.hex-history-item:hover{background:#ffffff14}.hex-history-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;padding:4px;border:none;background:transparent;color:#fff;text-align:left;cursor:pointer;font-family:inherit}.hex-history-item-title{font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.hex-history-item-meta{font-size:11px;color:#ffffff80}.hex-history-item-actions{display:flex;align-items:center;flex-shrink:0}.hex-history-del{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(239,68,68,.55);background:#ef44441f;color:#ff5d5d;font-size:11px;font-weight:800;line-height:1;padding:6px 12px;border-radius:999px;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease,border-color .15s ease}.hex-history-del i{font-size:12px}.hex-history-del:hover,.hex-history-del[data-confirm="1"]{background:#ef4444;color:#fff;border-color:#ef4444}.hex-custom-section{position:relative;z-index:1;color:#fff;overflow-y:auto;flex:1 1 auto;min-height:0;max-height:none;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.hex-custom-section::-webkit-scrollbar{width:6px}.hex-custom-section::-webkit-scrollbar-track{background:transparent}.hex-custom-section::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:999px}.hex-custom-section::-webkit-scrollbar-thumb:hover{background:#ffffff80}.hex-custom-section[hidden]{display:none}.hex-custom-section .hex-custom-head{position:sticky;top:0;background:transparent}.hex-custom-head{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.1)}.hex-custom-head i{color:var(--hex-hover)}.hex-custom-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:12px}.hex-custom-field{display:flex;flex-direction:column;gap:5px}.hex-custom-field span{font-size:12px;font-weight:700;color:#ffffffbf}.hex-custom-field input{width:100%;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0f;color:#fff;font-size:13px;font-family:inherit;outline:none}.hex-custom-field input:focus{border-color:var(--hex-hover)}.hex-custom-select{position:relative;width:100%}.hex-custom-select-head{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0f;color:#fff;font-size:13px;font-family:inherit;cursor:pointer;outline:none;transition:border-color .15s ease,background .15s ease}.hex-custom-select-head:hover,.hex-custom-select.is-open .hex-custom-select-head{border-color:var(--hex-hover)}.hex-custom-select-head i{font-size:11px;color:#fff9;transition:transform .18s ease}.hex-custom-select.is-open .hex-custom-select-head i{transform:rotate(180deg)}.hex-custom-select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:6;background:#1f1f1f;border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 10px 28px #00000073;overflow:hidden}.hex-custom-select-menu[hidden]{display:none}.hex-custom-select-opt{display:block;width:100%;padding:8px 10px;border:none;background:transparent;color:#fff;font-size:13px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.hex-custom-select-opt:hover{background:var(--hex-hover);color:#fff}.hex-custom-select-opt.is-active{background:#22c55e38;color:#fff;font-weight:700}.hex-custom-tip{margin:0;font-size:11px;color:#ffffff80;line-height:1.5}.hex-custom-actions{display:flex;gap:10px;justify-content:flex-end}.hex-custom-save,.hex-custom-close{min-height:34px;padding:0 18px;border:none;border-radius:999px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s ease,transform .15s ease}.hex-custom-save{background:var(--hex-hover);color:#fff}.hex-custom-save:hover{transform:translateY(-1px)}.hex-custom-close{background:#ffffff1a;color:#ffffffd9}.hex-custom-close:hover{background:#ffffff2e}.hex-model-custom-btn{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:8px;padding:10px;border:1px dashed rgba(255,255,255,.2);border-radius:10px;background:transparent;color:#fffc;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.hex-model-custom-btn:hover{background:#ffffff0f;border-color:var(--hex-hover);color:#fff}.hex-model-custom-btn i{color:var(--hex-hover)}
