.doc-ui{background:#f6f4fb;border:1px solid rgba(0,0,0,.06);border-radius:1rem;padding:1.25rem;margin:1.5rem 0;box-shadow:0 2px 12px #0000000a}.doc-ui-tabs{display:flex;gap:.25rem;background:#fff;padding:.25rem;border-radius:.65rem;border:1px solid #e8e8f0;margin-bottom:1rem;font-size:.8rem;overflow-x:auto}.doc-ui-tab{padding:.4rem .85rem;border-radius:.45rem;color:#666;font-weight:500;white-space:nowrap}.doc-ui-tab.active{background:#f3eefc;color:#7b2cbf;font-weight:600}.doc-ui-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #00000008}.doc-ui-card+.doc-ui-card{margin-top:.85rem}.doc-ui-card-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}.doc-ui-label{display:block;font-size:.8rem;font-weight:500;color:#374151;margin-bottom:.35rem}.doc-ui-hint{font-size:.72rem;color:#6b7280;margin:.35rem 0 0;line-height:1.5}.doc-ui-input,.doc-ui-textarea{display:block;width:100%;padding:.5rem .85rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:.85rem;font-family:inherit;line-height:1.4}.doc-ui-textarea{line-height:1.55;min-height:4.5rem;white-space:pre-wrap}.doc-ui-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.15rem;border-radius:.5rem;background:#9333ea;color:#fff;font-weight:500;font-size:.85rem}.doc-ui-btn-secondary{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.doc-ui-btn-ghost{background:transparent;color:#7b2cbf;font-weight:500;padding:.3rem .6rem;font-size:.85rem}.doc-ui-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.doc-ui-row-text{flex:1;min-width:0}.doc-ui-toggle{flex-shrink:0;width:40px;height:22px;background:#9333ea;border-radius:9999px;position:relative;transition:background .2s}.doc-ui-toggle.off{background:#d1d5db}.doc-ui-toggle:after{content:"";position:absolute;top:2px;right:2px;width:18px;height:18px;background:#fff;border-radius:9999px;box-shadow:0 1px 2px #0003}.doc-ui-toggle.off:after{right:auto;left:2px}.doc-ui-pro{display:inline-block;margin-top:.35rem;font-size:.72rem;color:#7b2cbf;font-weight:500}.doc-ui-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;border-radius:9999px;font-size:.72rem;font-weight:600}.doc-ui-pill-success{background:#dcfce7;color:#166534}.doc-ui-pill-warn{background:#fef3c7;color:#92400e}.doc-ui-pill-info{background:#ede9fe;color:#6d28d9}.doc-ui-pill-neutral{background:#f3f4f6;color:#374151}.doc-ui-question{display:flex;align-items:center;gap:.5rem}.doc-ui-question-num{width:1.5rem;height:2rem;color:#9ca3af;font-size:.8rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.doc-ui-question .doc-ui-input{flex:1}.doc-ui-question-del{width:2rem;height:2rem;color:#d1d5db;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.doc-ui-code{margin:0;background:#1e1e2e;color:#cdd6f4;padding:.8rem 1rem;border-radius:.5rem;font-size:.78rem;line-height:1.55;overflow-x:auto;font-family:SF Mono,Fira Code,ui-monospace,monospace;white-space:pre}.doc-ui-wizard{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 24px #0000000f}.doc-ui-wizard-steps{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.7rem}.doc-ui-wizard-step{flex:1;text-align:center;color:#9ca3af}.doc-ui-wizard-step.done{color:#9333ea;font-weight:500}.doc-ui-wizard-step.active{color:#9333ea;font-weight:700}.doc-ui-wizard-progress{height:.4rem;background:#e5e7eb;border-radius:9999px;overflow:hidden;margin-bottom:1.25rem}.doc-ui-wizard-progress>span{display:block;height:100%;background:#9333ea;transition:width .3s}.doc-ui-wizard h3,.doc-ui-wizard-title{font-size:1.15rem;font-weight:700;color:#111827;margin:0 0 .35rem}.doc-ui-wizard-desc{font-size:.82rem;color:#6b7280;margin:0 0 1rem;line-height:1.55}.doc-ui-wizard-actions{display:flex;gap:.6rem;margin-top:1rem}.doc-ui-wizard-actions .doc-ui-btn{flex:1;justify-content:center}.doc-ui-wizard-actions .doc-ui-btn-secondary{flex:0 0 auto}.doc-ui-slider{display:flex;align-items:center;gap:.75rem}.doc-ui-slider-track{flex:1;height:.35rem;background:#e5e7eb;border-radius:9999px;position:relative}.doc-ui-slider-fill{position:absolute;top:0;left:0;bottom:0;background:#9333ea;border-radius:9999px}.doc-ui-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;background:#9333ea;border-radius:9999px;box-shadow:0 0 0 3px #9333ea33}.doc-ui-slider-value{font-size:.82rem;font-weight:600;color:#374151;min-width:4rem;text-align:right;white-space:nowrap}.doc-ui-slider-scale{display:flex;justify-content:space-between;font-size:.68rem;color:#9ca3af;margin-top:.35rem}.doc-ui-test{display:grid;grid-template-columns:1fr;gap:.85rem;background:#f6f4fb;border:1px solid rgba(0,0,0,.06);border-radius:1rem;padding:.85rem;margin:1.5rem 0;box-shadow:0 2px 12px #0000000a}@media(min-width:640px){.doc-ui-test{grid-template-columns:240px 1fr}}.doc-ui-chatlist{background:#fff;border:1px solid #e5e7eb;border-radius:.85rem;overflow:hidden}.doc-ui-chatlist-header{padding:.7rem;background:#f9fafb80;border-bottom:1px solid #f3f4f6}.doc-ui-chatlist-new{width:100%;padding:.55rem .85rem;background:#9333ea;color:#fff;border-radius:.65rem;font-size:.8rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.4rem}.doc-ui-chatlist-item{padding:.65rem .85rem;border-left:2px solid transparent;font-size:.82rem;color:#111827}.doc-ui-chatlist-item.active{background:#f3eefc;border-left-color:#9333ea;color:#581c87;font-weight:600}.doc-ui-chatlist-item-time{font-size:.68rem;color:#9ca3af;margin-top:.1rem}.doc-ui-chatpanel{background:#fff;border:1px solid #e5e7eb;border-radius:.85rem;overflow:hidden;display:flex;flex-direction:column;min-height:240px}.doc-ui-chatpanel-header{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:#111827}.doc-ui-chatpanel-avatar{width:30px;height:30px;border-radius:9999px;background:linear-gradient(135deg,#9d4edd,#ff6b9d);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.doc-ui-chatpanel-body{padding:.85rem 1rem;background:linear-gradient(180deg,#f3eefc66,#fff);flex:1;display:flex;flex-direction:column;gap:.45rem}.doc-ui-msg{max-width:82%;padding:.55rem .85rem;border-radius:1rem;font-size:.83rem;line-height:1.45}.doc-ui-msg.bot{background:#f3f4f6;color:#111827;align-self:flex-start;border-top-left-radius:.3rem}.doc-ui-msg.user{background:#9333ea;color:#fff;align-self:flex-end;border-top-right-radius:.3rem}.doc-ui-catalog{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.1rem;display:flex;gap:1rem;align-items:center;box-shadow:0 1px 2px #00000008;margin:1.5rem 0}.doc-ui-catalog-avatar{width:52px;height:52px;border-radius:1rem;background:linear-gradient(135deg,#9d4edd,#ff6b9d);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.doc-ui-catalog-body{flex:1;min-width:0}.doc-ui-catalog-name{font-weight:600;color:#111827;font-size:.95rem;margin-bottom:.15rem}.doc-ui-catalog-desc{font-size:.78rem;color:#6b7280;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.doc-ui-catalog-btn{background:#527da3;color:#fff;padding:.5rem .9rem;border-radius:.55rem;font-size:.78rem;font-weight:600;white-space:nowrap;flex-shrink:0}.doc-split{display:grid;grid-template-columns:1fr;gap:1.25rem;margin:1.75rem 0;align-items:stretch}@media(min-width:640px){.doc-split{grid-template-columns:1fr 1fr}}.doc-split>*{margin:0}.doc-ui-group-list{padding:.75rem;background:#f9fafb;border-radius:.65rem;margin-top:.6rem}.doc-ui-group-list+.doc-ui-group-list{margin-top:.5rem}.doc-ui-group-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.doc-ui-group-row-text{flex:1;min-width:0}.doc-ui-group-row-name{font-size:.85rem;font-weight:500;color:#111827}.doc-ui-group-row-meta{font-size:.72rem;color:#6b7280;margin-top:.1rem}.doc-ui-group-actions{display:flex;align-items:center;gap:.5rem}.doc-ui-eye-btn{width:2rem;height:2rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;background:transparent;font-size:1rem}.doc-ui-eye-btn.highlighted{color:#9333ea;background:#9333ea1a;box-shadow:0 0 0 3px #9333ea40;animation:doc-ui-eye-pulse 2s ease-in-out infinite}@keyframes doc-ui-eye-pulse{0%,to{box-shadow:0 0 0 3px #9333ea40}50%{box-shadow:0 0 0 6px #9333ea26}}.doc-ui-preview-box{margin-top:.6rem;padding:.55rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.45rem;font-size:.8rem;color:#374151;line-height:1.55}.doc-ui-callout{display:flex;align-items:center;gap:.4rem;margin-top:.6rem;padding:.5rem .8rem;background:#9333ea14;border:1px dashed rgba(147,51,234,.4);border-radius:.55rem;font-size:.78rem;color:#7b2cbf;font-weight:500}.doc-ui-callout:before{content:"←";font-size:1rem}.doc-memory-timeline{display:flex;flex-direction:column;gap:.9rem;margin:1.5rem 0}.doc-memory-step{display:grid;grid-template-columns:1fr;gap:.65rem;padding:.85rem;background:#f6f4fb;border:1px solid rgba(0,0,0,.06);border-radius:.9rem}@media(min-width:640px){.doc-memory-step{grid-template-columns:1fr 1fr;align-items:stretch}}.doc-memory-step>.doc-tg-chat,.doc-memory-step>.doc-ui-card{margin:0}.doc-memory-step-label{grid-column:1 / -1;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7b2cbf;display:flex;align-items:center;gap:.5rem}.doc-memory-step-label:before{content:"";width:1.5rem;height:1.5rem;border-radius:9999px;background:#9333ea;color:#fff;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.doc-memory-step[data-step="1"] .doc-memory-step-label:before{content:"1"}.doc-memory-step[data-step="2"] .doc-memory-step-label:before{content:"2"}.doc-memory-step[data-step="3"] .doc-memory-step-label:before{content:"3"}.doc-memory-step[data-step="4"] .doc-memory-step-label:before{content:"4"}.doc-memory-step[data-step="5"] .doc-memory-step-label:before{content:"5"}.doc-memory-new{background:#9d4edd26;padding:0 .2rem;border-radius:.2rem}.doc-tg-chat{border:1px solid rgba(0,0,0,.08);border-radius:1rem;overflow:hidden;background:#e6ebee;margin:1.5rem 0;box-shadow:0 2px 12px #0000000a}.doc-tg-header{background:linear-gradient(135deg,#527da3,#3f6a8a);color:#fff;padding:.7rem .9rem;font-weight:600;display:flex;align-items:center;gap:.6rem;font-size:.9rem}.doc-tg-avatar{width:32px;height:32px;border-radius:9999px;background:linear-gradient(135deg,#9d4edd,#ff6b9d);flex-shrink:0;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.doc-tg-title{display:flex;flex-direction:column;line-height:1.2}.doc-tg-subtitle{font-size:.7rem;font-weight:400;opacity:.85}.doc-tg-body{padding:.85rem;display:flex;flex-direction:column;gap:.4rem;min-height:100px;background-image:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4),transparent 50%)}.doc-tg-msg{padding:.5rem .75rem;border-radius:1rem;max-width:82%;font-size:.83rem;line-height:1.45;color:#2d2a1e;box-shadow:0 1px 1px #0000000f}.doc-tg-msg.bot{background:#fff;align-self:flex-start;border-top-left-radius:.3rem}.doc-tg-msg.user{background:#effdde;align-self:flex-end;border-top-right-radius:.3rem}.doc-tg-msg.system{background:#0000000f;color:#4a4a4a;align-self:center;font-size:.75rem;max-width:100%;text-align:center;padding:.3rem .7rem;border-radius:.7rem;box-shadow:none}.doc-tg-msg-small{font-size:.74rem;color:#666;max-width:100%;background:transparent!important;align-self:center;box-shadow:none}.doc-tg-msg-sender{font-size:.72rem;font-weight:700;color:#7b2cbf;margin-bottom:.15rem;display:block}.doc-tg-buttons{display:flex;flex-direction:column;gap:.35rem;max-width:82%;align-self:flex-start}.doc-tg-buttons button{background:#fff;color:#2b5278;border:none;padding:.5rem .85rem;border-radius:.5rem;font-size:.8rem;font-weight:500;cursor:default;font-family:inherit;text-align:left;box-shadow:0 1px 2px #0000000f}
