:root{--text: #4b5563;--text-muted: #6b7280;--text-h: #111827;--bg-page: #f8f9fa;--bg: #ffffff;--surface: #ffffff;--surface-hover: #f9fafb;--border: #e5e7eb;--border-strong: #d1d5db;--code-bg: #f3f4f6;--accent: #7c3aed;--accent-bright: #9f67fa;--accent-bg: rgba(124, 58, 237, .07);--accent-border: rgba(124, 58, 237, .3);--accent-glow: rgba(124, 58, 237, .15);--social-bg: rgba(249, 250, 251, .95);--success: #059669;--success-bg: rgba(5, 150, 105, .1);--success-border: rgba(5, 150, 105, .35);--danger: #dc2626;--danger-bg: rgba(220, 38, 38, .08);--danger-border: rgba(220, 38, 38, .35);--warn: #d97706;--shadow: rgba(15, 23, 42, .05) 0 4px 6px -1px, rgba(15, 23, 42, .03) 0 2px 4px -2px;--shadow-md: rgba(15, 23, 42, .07) 0 10px 15px -3px, rgba(15, 23, 42, .04) 0 4px 6px -2px;--sans: "Plus Jakarta Sans", system-ui, "Segoe UI", sans-serif;--heading: "Plus Jakarta Sans", system-ui, "Segoe UI", sans-serif;--mono: ui-monospace, "SF Mono", Consolas, monospace;font:17px/150% var(--sans);letter-spacing:.01em;color-scheme:light dark;color:var(--text);background:var(--bg-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 1024px){:root{font-size:16px}}@media (prefers-color-scheme: dark){:root{--text: #9aa7b8;--text-muted: #7d8a9a;--text-h: #f0f4f8;--bg-page: #06080d;--bg: #0d1117;--surface: #161b22;--surface-hover: #21262d;--border: #30363d;--border-strong: #484f58;--code-bg: #21262d;--accent: #58a6ff;--accent-bright: #79c0ff;--accent-bg: rgba(88, 166, 255, .14);--accent-border: rgba(121, 192, 255, .45);--accent-glow: rgba(88, 166, 255, .22);--social-bg: rgba(22, 27, 34, .92);--success: #3fb950;--success-bg: rgba(63, 185, 80, .12);--success-border: rgba(63, 185, 80, .45);--danger: #f85149;--danger-bg: rgba(248, 81, 73, .12);--danger-border: rgba(248, 81, 73, .45);--warn: #d29922;--shadow: rgba(0, 0, 0, .45) 0 8px 24px -4px, rgba(0, 0, 0, .35) 0 4px 8px -4px;--shadow-md: rgba(0, 0, 0, .55) 0 12px 28px -6px, rgba(0, 0, 0, .4) 0 6px 12px -6px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:100%;max-width:100%;margin:0 auto;text-align:left;min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box;background:var(--bg-page)}body{margin:0;background:var(--bg-page)}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:1.75rem;letter-spacing:-.03em;margin:0 0 .5rem}@media (max-width: 1024px){h1{font-size:1.5rem}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media (max-width: 1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}@keyframes spin{to{transform:rotate(360deg)}}.wizard-bubble-row{display:flex;margin-bottom:10px}.wizard-bubble-row--user{justify-content:flex-end}.wizard-bubble-row--bot{justify-content:flex-start;align-items:flex-start}.wizard-bubble{max-width:75%;padding:.45rem .75rem;border-radius:10px;font-size:.83rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.wizard-bubble--user{background:var(--accent);color:#fff;border-bottom-right-radius:3px}.wizard-bubble--bot{border-bottom-left-radius:3px}.wizard-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-right:8px;margin-top:2px}.wizard-file-chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px}.wizard-file-chip{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;border-radius:4px;padding:2px 7px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wizard-input-row{display:flex;gap:8px;align-items:center}.wizard-preview-card{margin:0 1rem 1rem;padding:.85rem 1rem;border-radius:8px}.wizard-preview-footer{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width: 480px){.wizard-bubble{max-width:88%;font-size:.81rem}.wizard-preview-card{margin:0 .5rem .75rem;padding:.65rem .75rem}.wizard-preview-footer{flex-direction:column;align-items:stretch}.wizard-preview-footer button{width:100%;justify-content:center}.wizard-input-row{flex-wrap:wrap}.wizard-input-row input[type=text]{min-width:0}}.shell{display:flex;flex-direction:column;min-height:100%;text-align:left}.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10;box-shadow:0 1px 0 var(--accent-glow)}.navbar__brand{font-weight:600;font-size:1rem;color:var(--text-h);letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.5rem}.navbar__brand:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--accent-bright),var(--accent));box-shadow:0 0 12px var(--accent-glow)}.navbar__links{display:flex;gap:.25rem;flex:1;justify-content:center;flex-wrap:wrap}.navbar__session{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:7px;background:var(--surface-hover);cursor:pointer;flex-shrink:0}.navbar__hamburger span{display:block;width:18px;height:2px;background:var(--text-h);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.navbar__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;background:transparent}.navbar__mobile-menu{position:fixed;top:53px;right:.75rem;left:auto;z-index:20;width:min(240px,calc(100vw - 1.5rem));background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000038;padding:.65rem .75rem .85rem}.navbar__mobile-menu{position:fixed;top:53px;right:.75rem;left:auto;z-index:20;width:min(200px,calc(100vw - 1.5rem));background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000038;padding:.5rem .5rem .65rem}.navbar__mobile-links{display:flex;flex-direction:column;gap:1px}.navbar__mobile-links .navbar__link{padding:.5rem .7rem;font-size:.875rem;border-radius:7px}.navbar__mobile-session{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.navbar__mobile-user{display:flex;flex-direction:column;gap:1px;min-width:0}.navbar__mobile-user .navbar__user{font-size:.8rem}.navbar__mobile-user .navbar__role{font-size:.67rem;padding:0;border:none;background:none;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:600}.navbar__logout--mobile{font-size:.8rem;padding:.3rem .55rem;white-space:nowrap;flex-shrink:0}@media (max-width: 1024px){.navbar__links--desktop,.navbar__session--desktop{display:none}.navbar__hamburger{display:flex}.navbar{padding:.7rem 1rem}}.navbar__user{font-size:.85rem;color:var(--text-muted);max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__role{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .45rem;border-radius:4px;border:1px solid var(--border);color:var(--text-muted)}.navbar__role--admin{color:var(--accent-bright);border-color:var(--accent-border);background:var(--accent-bg)}.navbar__logout{font:inherit;font-size:.85rem;font-weight:600;padding:.35rem .65rem;border-radius:6px;border:1px solid var(--border-strong);background:transparent;color:var(--text-h);cursor:pointer}.navbar__logout:hover{border-color:var(--accent-border);color:var(--accent-bright);background:var(--accent-bg)}.navbar__link{padding:.45rem .85rem;border-radius:6px;font-size:.9rem;color:var(--text);text-decoration:none;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.navbar__link:hover{color:var(--text-h);background:var(--surface-hover)}.navbar__link.active{color:var(--accent-bright);background:var(--accent-bg);border:1px solid var(--accent-border);font-weight:600}.shell__main{flex:1;max-width:100%;width:100%;margin:0 auto;padding:2rem 1.5rem 3rem;box-sizing:border-box;background:var(--bg-page)}.shell__main--flush{padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;height:100%!important;flex:1!important}.page-title{font-size:1.35rem;font-weight:600;color:var(--text-h);margin:0 0 .5rem;letter-spacing:-.02em}.page-lead{color:var(--text-muted);font-size:.95rem;line-height:1.55;margin:0 0 1.5rem}.card{border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;background:var(--surface);box-shadow:var(--shadow)}.card+.card{margin-top:1rem}.health-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mono);font-size:.85rem;padding:.35rem .65rem;border-radius:6px;background:var(--code-bg);color:var(--text-h)}.health-badge--ok{outline:1px solid var(--success-border);background:var(--success-bg);color:var(--success)}.health-badge--bad{outline:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger)}.action-list{margin:0;padding-left:1.15rem;line-height:1.65;font-size:.95rem;color:var(--text)}.action-list li{margin-bottom:.35rem}.action-list strong{color:var(--text-h);font-weight:500}.table-wrap{overflow-x:auto;margin-top:.75rem;border:1px solid var(--border);border-radius:8px}.data-table{width:100%;border-collapse:collapse;font-size:.8rem}.data-table th,.data-table td{padding:.45rem .65rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{font-weight:600;color:var(--text-h);background:var(--code-bg);white-space:nowrap;border-bottom:1px solid var(--border)}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:var(--accent-bg)}.muted{font-size:.85rem;color:var(--text-muted);margin-top:.75rem}.error-box{padding:.75rem 1rem;border-radius:8px;border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--text-h);font-size:.9rem}.upload-form{display:flex;flex-direction:column;gap:1rem}.form-row label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.9rem;color:var(--text-h)}.form-row input[type=number],.form-row input[type=text],.form-row input[type=file]{font:inherit;font-size:.9rem;max-width:100%}.form-row input[type=number]{width:7rem;padding:.4rem .5rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text-h)}.form-row input[type=text]{display:block;width:100%;max-width:22rem;padding:.4rem .5rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);box-sizing:border-box}.form-row input[type=number]:focus-visible,.form-row input[type=text]:focus-visible,.form-row input[type=file]:focus-visible,.table-toolbar__input:focus-visible,.query-textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent-border)}.query-textarea{width:100%;max-width:100%;box-sizing:border-box;font:inherit;font-size:.9rem;line-height:1.5;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;min-height:5rem}@media (prefers-color-scheme: dark){.query-textarea{background:var(--bg);border-color:var(--border-strong)}}.query-answer{margin:0;font-size:.95rem;line-height:1.6;white-space:pre-wrap;color:var(--text-h)}.query-contexts-heading{margin:1.25rem 0 .35rem;font-size:.95rem;font-weight:600;color:var(--text-h)}.query-cell-wrap{max-width:22rem;white-space:normal;word-break:break-word}.btn-primary{align-self:flex-start;font:inherit;font-size:.95rem;font-weight:600;padding:.55rem 1.15rem;border-radius:8px;border:1px solid var(--accent-border);background:linear-gradient(180deg,var(--accent-bright) 0%,var(--accent) 100%);color:#fff;cursor:pointer;box-shadow:0 1px #ffffff1f inset,0 2px 8px var(--accent-glow)}.btn-primary:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 1px #ffffff26 inset,0 4px 14px var(--accent-glow)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}@media (prefers-color-scheme: light){.btn-primary{border-color:#1d4ed8;background:linear-gradient(180deg,#3b82f6,#2563eb)}}.sub-nav{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;padding:.35rem;border-radius:12px;background:var(--social-bg);border:1px solid var(--border);box-shadow:inset 0 1px #ffffff0a}.sub-nav__tab{font:inherit;font-size:.95rem;font-weight:500;padding:.45rem 1rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer}.sub-nav__tab:hover{color:var(--text-h);background:var(--surface-hover)}.sub-nav__tab--active{color:var(--accent-bright);background:var(--surface);border-color:var(--accent-border);box-shadow:var(--shadow)}.assistant-upload-card__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600;color:var(--text-h)}.assistant-upload-card__hint{margin:0 0 .85rem;font-size:.88rem}.upload-form--inline{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem}.upload-form--inline .form-row{margin:0}.upload-form--inline .btn-primary{align-self:center}.csv-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2rem;border:2px dashed var(--border);border-radius:10px;background:var(--social-bg);cursor:pointer;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none;outline:none}.csv-drop-zone:hover:not(.csv-drop-zone--disabled),.csv-drop-zone:focus-visible:not(.csv-drop-zone--disabled){border-color:var(--accent-border);background:var(--surface-hover)}.csv-drop-zone--over{border-color:var(--accent-bright);background:var(--surface-hover)}.csv-drop-zone--disabled{opacity:.6;cursor:not-allowed}.csv-drop-zone__input{display:none}.csv-drop-zone__icon{font-size:1.75rem;line-height:1}.csv-drop-zone__label{font-size:.9rem;font-weight:500;color:var(--text-h)}.import-section{border-top:1px solid var(--border);padding-top:1rem}.import-section:first-child{border-top:none;padding-top:0}.import-section__heading{font-size:.9rem;font-weight:600;color:var(--text-h);margin:0 0 .6rem}.import-section__toggle,.format-guide{margin-bottom:.75rem}.format-guide__summary{font-size:.82rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.25rem 0}.format-guide__summary:hover{color:var(--accent)}.format-guide__body{margin-top:.5rem;padding:.75rem;background:var(--surface-hover);border-radius:6px;border:1px solid var(--border)}.format-guide__label{font-size:.8rem;font-weight:600;color:var(--text-muted);margin:0 0 .25rem}.format-guide__example{display:block;font-size:.78rem;word-break:break-all;color:var(--text-h);background:var(--surface);padding:.35rem .5rem;border-radius:4px;border:1px solid var(--border)}.format-guide__note{font-size:.8rem;color:var(--text-muted);margin:0}.single-add-form{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem;padding:.9rem;background:var(--surface-hover);border-radius:8px;border:1px solid var(--border)}.single-add-form__row{display:grid;grid-template-columns:9rem 1fr;align-items:start;gap:.5rem}.single-add-form__label{font-size:.85rem;font-weight:600;color:var(--text-muted);padding-top:.35rem}.single-add-form__input{font:inherit;font-size:.88rem;padding:.35rem .6rem;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface);color:var(--text-h);width:100%;box-sizing:border-box}.single-add-form__input:focus{outline:2px solid var(--accent);outline-offset:1px}.single-add-form__textarea{resize:vertical;min-height:3rem}.required{color:var(--accent)}.btn-secondary{font:inherit;font-size:.9rem;font-weight:600;padding:.4rem .85rem;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface-hover);color:var(--text-h);cursor:pointer}.btn-secondary:hover:not(:disabled){border-color:var(--accent-border);color:var(--accent-bright);background:var(--accent-bg)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.table-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.25rem}.table-toolbar__label{font-size:.88rem;font-weight:600;color:var(--text-h)}.table-toolbar__input{flex:1;min-width:12rem;font:inherit;font-size:.9rem;padding:.45rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h)}@media (prefers-color-scheme: dark){.table-toolbar__input{border-color:var(--border-strong)}}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border)}.pagination__buttons{display:flex;gap:.5rem}.pagination__info{font-size:.88rem;margin:0}.wiz{border-radius:10px;margin-bottom:1.25rem;overflow:hidden;border:1px solid var(--border);border-left:3px solid #0d9488;background:var(--surface)}.wiz--idle,.wiz--done{padding:.85rem 1rem}.wiz--done{border-color:var(--success-border);border-left-color:var(--success);background:var(--success-bg)}.wiz-idle__body{display:flex;align-items:flex-start;gap:12px}.wiz-idle__text{flex:1;min-width:0}.wiz-idle__label{font-size:.72rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.06em}.wiz-idle__desc{font-size:.82rem;color:var(--text-muted);margin-top:2px;line-height:1.5}.wiz-idle__actions{display:flex;gap:6px;flex-shrink:0;align-items:flex-start}.wiz-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.wiz-chip{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;background:color-mix(in srgb,#0d9488 12%,transparent);color:#0d9488;border:1px solid color-mix(in srgb,#0d9488 35%,transparent);border-radius:4px;padding:2px 7px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wiz-chip__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.wiz-chip__remove{background:none;border:none;cursor:pointer;color:inherit;font-size:.75rem;line-height:1;padding:0;flex-shrink:0}.wiz-header{padding:.65rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.wiz-header__title{font-weight:700;font-size:.82rem;color:#0d9488;flex:1;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wiz-badge{font-size:.68rem;border-radius:4px;padding:1px 7px;font-weight:600}.wiz-badge--preview{background:color-mix(in srgb,#0d9488 12%,transparent);color:#0d9488;border:1px solid color-mix(in srgb,#0d9488 35%,transparent)}.wiz-badge--building{background:color-mix(in srgb,var(--warn) 12%,transparent);color:var(--warn)}.wiz-messages{max-height:320px;overflow-y:auto;padding:.85rem 1rem;display:flex;flex-direction:column;gap:10px}.wiz-msg{display:flex;gap:8px}.wiz-msg--user{flex-direction:row-reverse}.wiz-msg__avatar{width:26px;height:26px;border-radius:50%;background:color-mix(in srgb,#0d9488 12%,transparent);border:1px solid color-mix(in srgb,#0d9488 35%,transparent);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-top:2px}.wiz-msg__bubble{max-width:75%;padding:.45rem .75rem;border-radius:10px;font-size:.83rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.wiz-msg--bot .wiz-msg__bubble{background:color-mix(in srgb,#0d9488 12%,transparent);color:var(--text-h);border:1px solid color-mix(in srgb,#0d9488 35%,transparent);border-bottom-left-radius:3px}.wiz-msg--user .wiz-msg__bubble{background:var(--accent);color:#fff;border:none;border-bottom-right-radius:3px}.wiz-thinking{display:flex;gap:8px;align-items:center}.wiz-thinking__bubble{padding:.45rem .75rem;border-radius:10px;background:color-mix(in srgb,#0d9488 12%,transparent);border:1px solid color-mix(in srgb,#0d9488 35%,transparent);font-size:.83rem;color:var(--text-muted);font-style:italic}.wiz-gaps{margin:0 1rem .75rem;padding:.5rem .75rem;border-radius:6px;background:color-mix(in srgb,var(--warn) 12%,transparent);border:1px solid color-mix(in srgb,var(--warn) 44%,transparent)}.wiz-gaps__title{font-size:.72rem;font-weight:700;color:var(--warn);margin-bottom:3px}.wiz-gaps__item{font-size:.75rem;color:var(--warn)}.wiz-preview{margin:0 1rem 1rem;padding:.85rem 1rem;border-radius:8px;background:var(--bg);border:1px solid var(--border)}.wiz-preview__header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.wiz-preview__name{font-weight:700;font-size:.9rem;color:var(--text-h);flex:1;min-width:0;word-break:break-word}.wiz-preview__desc{font-size:.78rem;color:var(--text-muted);margin-bottom:8px;line-height:1.5}.wiz-preview__footer{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.wiz-preview__meta{font-size:.72rem;color:var(--text-muted)}.wiz-error{margin:0 1rem .75rem;color:var(--danger);font-size:.78rem;background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:6px;padding:.4rem .65rem}.wiz-input{padding:.65rem 1rem;border-top:1px solid var(--border)}.wiz-input__row{display:flex;gap:8px;align-items:center}.wiz-input__text{flex:1;min-width:0;border-radius:7px;border:1px solid var(--border);padding:.48rem .75rem;font-size:.83rem;font-family:inherit;background:var(--bg);color:var(--text-h);outline:none}.wiz-input__text:disabled{opacity:.6}.wiz-btn{padding:.48rem .7rem;border-radius:7px;border:1px solid var(--border);background:var(--bg);color:var(--text-muted);font-size:.9rem;cursor:pointer;line-height:1;flex-shrink:0}.wiz-btn--send{padding:.48rem 1rem;border:none;background:#0d9488;color:#fff;font-weight:700;font-size:.83rem;white-space:nowrap}.wiz-btn--send:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.wiz-btn--build{padding:.45rem 1.2rem;border:none;background:#0d9488;color:#fff;font-weight:700;font-size:.83rem;border-radius:7px;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap}.wiz-btn--build:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.wiz-btn--attach{padding:.48rem .85rem;border-radius:7px;border:1px solid color-mix(in srgb,#0d9488 35%,transparent);background:color-mix(in srgb,#0d9488 12%,transparent);color:#0d9488;font-weight:600;font-size:.8rem;cursor:pointer;flex-shrink:0;white-space:nowrap}.wiz-btn--start{padding:.48rem 1.1rem;border-radius:7px;border:none;background:#0d9488;color:#fff;font-weight:700;font-size:.83rem;cursor:pointer;flex-shrink:0;white-space:nowrap}.wiz-btn--close{background:none;border:none;cursor:pointer;font-size:.8rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.wiz-done__body{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.wiz-done__text{flex:1;min-width:0}.wiz-done__title{font-weight:700;color:var(--success);font-size:.9rem}.wiz-done__meta{font-size:.78rem;color:var(--text-muted);margin-top:2px}.wiz-btn--another{padding:.4rem .9rem;border-radius:6px;border:1px solid var(--success-border);background:transparent;color:var(--success);font-weight:600;font-size:.78rem;cursor:pointer;white-space:nowrap}.quickgen{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:10px;padding:.85rem 1rem;margin-bottom:1.25rem}.quickgen__label{font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.quickgen__row{display:flex;gap:8px;align-items:flex-start}.quickgen__textarea{width:100%;box-sizing:border-box;border-radius:7px;border:1px solid var(--border);padding:.55rem .75rem;font-size:.83rem;font-family:inherit;resize:vertical;background:var(--bg);color:var(--text-h);outline:none}.quickgen__textarea::placeholder{color:var(--text-muted);font-size:.8rem}.quickgen__textarea:disabled{opacity:.6}.quickgen__btn{padding:.55rem 1.1rem;border-radius:7px;border:none;flex-shrink:0;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;font-size:.83rem;white-space:nowrap;display:flex;align-items:center;gap:6px}.quickgen__btn:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.quickgen__tip{font-size:.68rem;color:var(--text-muted);margin-top:5px}@media (max-width: 480px){.wiz-idle__body{flex-direction:column;gap:8px}.wiz-idle__actions{width:100%;justify-content:stretch}.wiz-btn--attach,.wiz-btn--start{flex:1;text-align:center;justify-content:center}.wiz-messages{max-height:260px;padding:.65rem .75rem}.wiz-msg__bubble{max-width:88%;font-size:.82rem}.wiz-preview{margin:0 .65rem .75rem;padding:.75rem}.wiz-preview__footer{flex-direction:column;align-items:stretch;gap:8px}.wiz-btn--build{width:100%;justify-content:center}.wiz-input{padding:.5rem .75rem}.wiz-input__row{gap:6px}.wiz-input__text{font-size:.82rem;min-width:0}.wiz-btn--send{padding:.48rem .65rem;font-size:.78rem}.wiz-done__body{flex-direction:column;gap:8px}.wiz-chip__name{max-width:100px}.quickgen__row{flex-direction:column}.quickgen__textarea{font-size:.82rem;rows:3}.quickgen__textarea::placeholder{font-size:.76rem}.quickgen__btn{width:100%;justify-content:center}}.wizard-page{max-width:64rem;margin:0 auto;padding:2.5rem 1.5rem 6rem}.wizard-steps{display:flex;align-items:center;gap:.4rem;margin-bottom:1.75rem}.wizard-step-dot{width:.7rem;height:.7rem;border-radius:50%;flex-shrink:0;background:var(--border);transition:background .2s}.wizard-step-dot--done{background:var(--accent)}.wizard-step-dot--active{background:var(--accent-bright);box-shadow:0 0 0 3px var(--accent-glow)}.wizard-step-line{flex:1;height:2px;background:var(--border);transition:background .2s}.wizard-step-line--done{background:var(--accent)}.wizard-step-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .35rem}.wizard-heading{font-size:1.6rem;font-weight:700;color:var(--text-h);margin:0 0 .35rem;letter-spacing:-.025em;text-align:center}.wizard-subtitle{font-size:.95rem;color:var(--text-muted);margin:0 0 1.75rem;line-height:1.55;text-align:center}.wizard-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.9rem;margin-bottom:2rem}.wizard-type-card{position:relative;border:1.5px solid var(--border);border-radius:12px;padding:1.25rem 1.05rem;background:var(--surface);cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s,background .15s;font:inherit}.wizard-type-card:hover{background:var(--surface-hover);border-color:var(--border-strong)}.wizard-type-card__check{position:absolute;top:.7rem;right:.7rem;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700}.wizard-type-card__emoji{font-size:1.9rem;display:block;margin-bottom:.55rem;line-height:1}.wizard-type-card__label{font-weight:700;font-size:.92rem;color:var(--text-h);margin:0 0 .2rem}.wizard-type-card__desc{font-size:.8rem;color:var(--text-muted);line-height:1.45;margin:0}.wizard-input,.wizard-textarea,.wizard-select{font:inherit;font-size:.9rem;padding:.55rem .85rem;border:1.5px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-h);outline:none;width:100%;box-sizing:border-box;color-scheme:light dark;transition:border-color .15s,box-shadow .15s}.wizard-input:focus-visible,.wizard-textarea:focus-visible,.wizard-select:focus-visible{border-color:var(--accent-border);box-shadow:0 0 0 2px var(--accent-glow)}.wizard-input--lg{font-size:1.05rem;padding:.7rem 1rem}.wizard-textarea{resize:vertical;line-height:1.55}.wizard-select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.wizard-name-row{display:flex;gap:.65rem;align-items:stretch;margin-bottom:2rem}.wizard-name-row .wizard-input{flex:1}.wizard-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-h);margin-bottom:.35rem}.wizard-hint{font-size:.8rem;color:var(--text-muted);margin:0 0 .6rem;line-height:1.45}.wizard-section{border-radius:10px;padding:1.15rem 1.2rem;margin-bottom:1rem;border:1.5px solid}.wizard-section--blue{background:var(--accent-bg);border-color:var(--accent-border)}.wizard-section--green{background:var(--success-bg);border-color:var(--success-border)}.wizard-section--red{background:var(--danger-bg);border-color:var(--danger-border)}.wizard-section--amber{background:#d9770614;border-color:#d977064d}.wizard-section-title{font-weight:700;font-size:.88rem;color:var(--text-h);margin:0 0 .35rem}.wizard-section-desc{font-size:.82rem;color:var(--text-muted);margin:0 0 .85rem;line-height:1.5}.wizard-image-row{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:flex-start;margin-bottom:1.5rem}.wizard-image-frame{width:8.5rem;height:11.3rem;border-radius:10px;border:2px dashed var(--border);background:var(--surface-hover);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.wizard-image-frame img{width:100%;height:100%;object-fit:cover;border-radius:8px}.wizard-image-placeholder{text-align:center;color:var(--text-muted);font-size:.75rem;padding:.75rem}.wizard-image-placeholder span{font-size:1.6rem;display:block;margin-bottom:.3rem}.wizard-deploy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:.9rem;margin-bottom:1.5rem}.wizard-deploy-card{position:relative;border:1.5px solid var(--border);border-radius:12px;padding:1.25rem 1.05rem;background:var(--surface);cursor:pointer;text-align:left;transition:border-color .15s,background .15s;font:inherit}.wizard-deploy-card:hover{background:var(--surface-hover)}.wizard-deploy-card__check{position:absolute;top:.7rem;right:.7rem;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700}.wizard-deploy-card__emoji{font-size:1.75rem;display:block;margin-bottom:.5rem;line-height:1}.wizard-deploy-card__headline{font-weight:700;font-size:.92rem;color:var(--text-h);margin:0 0 .2rem}.wizard-deploy-card__detail{font-size:.8rem;color:var(--text-muted);line-height:1.45;margin:0 0 .6rem}.wizard-deploy-card__behavior{font-size:.77rem;font-weight:600;margin:0}.wizard-key-row{display:flex;gap:.55rem;align-items:stretch;flex-wrap:wrap}.wizard-key-row .wizard-select{flex-shrink:0;width:10.5rem;height:2.5rem;padding-top:0;padding-bottom:0}.wizard-key-row .wizard-input{flex:1;min-width:9rem;height:2.5rem;padding-top:0;padding-bottom:0;font-family:var(--mono);font-size:.85rem}.wizard-key-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--success-bg);color:var(--success);border:1px solid var(--success-border);border-radius:9999px;padding:.4rem 1rem;font-size:.83rem;font-weight:700}.wizard-key-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.wizard-finetune-grid{display:grid;grid-template-columns:minmax(300px,400px) 1fr;gap:1.75rem;align-items:start}.wizard-finetune-grid--full{display:flex;flex-direction:column;gap:1.75rem}.wizard-chat-col{display:flex;flex-direction:column}.wizard-chat-messages{flex:1;min-height:15rem;max-height:22rem;overflow-y:auto;border:1.5px solid var(--border);border-radius:10px;background:var(--surface-hover);padding:.9rem;margin-bottom:.65rem;display:flex;flex-direction:column;gap:.6rem}.wizard-chat-empty{color:var(--text-muted);font-size:.83rem;text-align:center;margin:auto}.wizard-chat-bubble{max-width:85%;padding:.5rem .8rem;border-radius:10px;font-size:.83rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.wizard-chat-bubble--user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:3px}.wizard-chat-bubble--bot{align-self:flex-start;background:var(--surface);color:var(--text-h);border:1px solid var(--border);border-bottom-left-radius:3px}.wizard-chat-input-row{display:flex;gap:.45rem;align-items:stretch}.wizard-chat-input-row .wizard-input{flex:1}.wizard-chat-send{flex-shrink:0;padding:0 1rem;border-radius:0;border:none;border-left:1px solid var(--border);background:var(--accent);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:filter .15s;line-height:1;display:flex;align-items:center;justify-content:center;align-self:stretch}.wizard-chat-send:hover:not(:disabled){filter:brightness(1.1)}.wizard-chat-send:disabled{opacity:.45;cursor:not-allowed}.wizard-code-block{position:relative;background:var(--code-bg);border:1px solid var(--border);border-radius:10px;padding:1.2rem 3.5rem 1.2rem 1.4rem;margin-bottom:1.25rem;overflow-x:auto}.wizard-code-block pre{margin:0;font-family:var(--mono);font-size:.82rem;color:var(--accent-bright);white-space:pre-wrap;word-break:break-all;line-height:1.65}.wizard-code-copy{position:absolute;top:.75rem;right:.75rem}.wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.wizard-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1.1rem 1rem;border:2px dashed var(--border);border-radius:10px;background:var(--social-bg);cursor:pointer;text-align:center;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none;outline:none}.wizard-drop-zone:hover{border-color:var(--accent-border);background:var(--surface-hover)}.wizard-drop-zone--over{border-color:var(--accent-bright);background:var(--accent-bg)}.wizard-drop-zone--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.wizard-drop-zone__icon{font-size:1.35rem;line-height:1}.wizard-drop-zone__label{font-size:.85rem;font-weight:600;color:var(--text-h);margin:0}.wizard-drop-zone__hint{font-size:.76rem;color:var(--text-muted);margin:0}.wizard-drop-zone__ok{font-size:.85rem;font-weight:700;color:var(--success);margin:0}.wizard-drop-zone__files{font-size:.76rem;color:var(--text-muted);margin:0}.wizard-drop-zone__redo{font-size:.74rem;color:var(--accent);margin:0}.wizard-warn{padding:.65rem .9rem;border-radius:8px;border:1px solid rgba(217,119,6,.4);background:#d9770614;color:var(--warn);font-size:.83rem;line-height:1.45;margin-bottom:.75rem}Inline */action buttons Settings Modal .wizard-optional-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;background:transparent;border:1.5px dashed var(--border);color:var(--text-muted);transition:border-color .15s,color .15s,background .15s}.wizard-optional-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.acc-box{display:flex;justify-content:center;margin-bottom:3rem}.acc-card{width:100%;max-width:720px;padding:36px 40px 48px;border-radius:20px;background:var(--surface, #1e1e2e);box-shadow:0 0 28px #0000002e}@media (max-width: 600px){.acc-card{padding:24px 18px 32px}}.acc-main-title{font-size:1.75rem;font-weight:800;color:var(--text-h);margin:0 0 .3rem;text-align:center}.acc-main-subtitle{font-size:.92rem;color:var(--text-muted);margin:0 0 1.75rem;text-align:center}.acc-step{padding-bottom:0}.acc-step+.acc-step{border-top:1px solid var(--border, rgba(255,255,255,.08));padding-top:16px;margin-top:4px}.acc-step--expanded{padding-bottom:8px}.acc-step--locked{opacity:.38;pointer-events:none}.acc-step-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;text-align:left;padding:10px 0;margin:0;gap:.5rem;font-family:inherit;color:inherit}.acc-step--locked .acc-step-header{cursor:default}.acc-step:not(.acc-step--expanded) .acc-step-header:hover .acc-step-title-wrap{transform:translate(4px)}.acc-step-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.acc-step-digit{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border, rgba(255,255,255,.3));box-shadow:0 2px 4px #0000001f;font-size:13px;font-weight:600;color:var(--text-h);background:transparent}.acc-step--done:not(.acc-step--expanded) .acc-step-digit{background:var(--success, #10b981);border-color:var(--success, #10b981);color:#fff}.acc-step-title-wrap{display:flex;align-items:center;gap:12px;flex:1;min-width:0;transition:transform .25s ease}.acc-step-title{font-size:.97rem;font-weight:500;color:var(--text-h);white-space:nowrap}.acc-step--expanded .acc-step-title{font-weight:700}.acc-step-badge{font-size:.72rem;font-weight:500;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.acc-step-arrow{font-size:.62rem;color:var(--text-muted);flex-shrink:0;transition:transform .25s ease;margin-left:auto}.acc-step--expanded .acc-step-arrow{transform:rotate(180deg)}.acc-step-body{padding-top:4px;padding-bottom:12px;padding-left:36px;display:flex;flex-direction:column;gap:1rem}@media (max-width: 575px){.acc-step-body{padding-left:0}}.acc-step-footer{display:flex;justify-content:flex-end;padding-top:.5rem}.acc-step-error{font-size:.82rem;color:var(--error, #ef4444);margin:0}.acc-continue-btn{background:var(--accent, #6366f1);color:#fff;border:none;border-radius:10px;padding:.6rem 1.75rem;font-size:.88rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s,transform .1s}.acc-continue-btn:hover:not(:disabled){opacity:.87}.acc-continue-btn:active:not(:disabled){transform:scale(.97)}.acc-continue-btn:disabled{opacity:.45;cursor:not-allowed}.acc-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:.65rem}.acc-template-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem .65rem;border:1.5px solid var(--border, rgba(255,255,255,.1));border-radius:12px;background:var(--bg-page);cursor:pointer;text-align:center;font-family:inherit;transition:border-color .15s,background .15s}.acc-template-card:hover{border-color:var(--accent)}.acc-template-card--selected{border-color:var(--accent);background:var(--accent-bg, rgba(99,102,241,.08))}.acc-template-check{position:absolute;top:.35rem;right:.35rem;width:1.1rem;height:1.1rem;border-radius:50%;color:#fff;font-size:.6rem;font-weight:700;display:grid;place-items:center}.acc-template-emoji{font-size:1.65rem;line-height:1}.acc-template-label{font-size:.8rem;font-weight:700;color:var(--text-h);margin:.15rem 0 0}.acc-template-desc{font-size:.7rem;color:var(--text-muted);margin:0;line-height:1.3}.acc-design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.acc-design-card{position:relative;border:2px solid var(--border, rgba(255,255,255,.1));border-radius:12px;overflow:hidden;background:var(--bg-page);cursor:pointer;padding:0;font-family:inherit;transition:border-color .15s}.acc-design-card:hover,.acc-design-card--selected{border-color:var(--accent)}.acc-design-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.acc-design-check{position:absolute;top:.35rem;right:.35rem;width:1.3rem;height:1.3rem;border-radius:50%;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;display:grid;place-items:center}.acc-design-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-align:center;padding:.3rem 0;margin:0}.acc-personality-row{display:flex;flex-direction:column;gap:.3rem}.acc-personality-label-row{display:flex;justify-content:space-between;align-items:baseline}.acc-personality-name{font-size:.83rem;font-weight:700;color:var(--text-h)}.acc-personality-dim-label{font-size:.76rem;font-weight:600;color:var(--accent)}.acc-range{flex:1;accent-color:var(--accent);cursor:pointer}.acc-api-details{border:1px solid var(--border);border-radius:10px;overflow:hidden}.acc-api-summary{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;font-size:.82rem;font-weight:600;color:var(--text-h);cursor:pointer;list-style:none;background:var(--bg-page);-webkit-user-select:none;user-select:none}.acc-api-summary::-webkit-details-marker{display:none}.acc-api-info-icon{font-size:.95rem}.acc-api-instructions{padding:.7rem .9rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.45rem}.acc-api-instructions p{font-size:.8rem;color:var(--text-body);margin:0;line-height:1.5}.acc-api-instructions a{color:var(--accent);text-decoration:underline}.done-page{max-width:860px;margin:0 auto;padding:0 0 4rem}.done-hero{text-align:center;padding:2.5rem 1rem 1.75rem}.done-confetti{font-size:2.8rem;margin-bottom:.65rem}.done-title{font-size:2.2rem;font-weight:900;color:var(--text-h);margin:0 0 .45rem}.done-subtitle{font-size:1rem;color:var(--text-muted);margin:0}.done-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1.75rem;align-items:start}@media (max-width: 640px){.done-grid{grid-template-columns:1fr}}.done-left{display:flex;flex-direction:column;gap:1.1rem}.done-bot-img{width:100%;max-width:180px;border-radius:14px;border:2.5px solid var(--accent);box-shadow:0 4px 20px #00000026;display:block;margin:0 auto}.done-api-box{border:1.5px solid var(--border);border-radius:12px;overflow:hidden;background:var(--bg-page)}.done-api-box__header{display:flex;align-items:center;justify-content:space-between;padding:.55rem .85rem;background:var(--surface);border-bottom:1px solid var(--border);font-size:.8rem;font-weight:700;color:var(--text-h)}.done-embed-code{font-size:.7rem;padding:.7rem .85rem;margin:0;white-space:pre-wrap;word-break:break-all;color:var(--text-body);line-height:1.6;max-height:9rem;overflow-y:auto}.done-actions{display:flex;flex-direction:column;gap:.6rem}.done-preview-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:10px;font-size:.88rem;font-weight:700;text-decoration:none;border:2px solid var(--accent);color:var(--accent);background:transparent;transition:background .15s,color .15s}.done-preview-btn:hover{background:var(--accent);color:#fff}.done-publish-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:10px;font-size:.88rem;font-weight:700;border:none;background:var(--accent);color:#fff;cursor:pointer;font-family:inherit;transition:opacity .15s}.done-publish-btn:hover{opacity:.87}.acc-design-card--upload{display:flex;align-items:center;justify-content:center;aspect-ratio:3/4}.acc-design-upload-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;width:100%;height:100%}.acc-design-upload-icon{width:52px;height:52px;color:var(--text-muted)}*/ Pinwheel Spinner .dust{position:absolute;font-size:.65rem;opacity:0;pointer-events:none;animation:dust-float 2.4s ease-in-out infinite}.d1{top:4px;left:8px;color:#f06292;animation-delay:0s;animation-duration:2s}.d2{top:2px;right:10px;color:#ffb347;animation-delay:.35s;animation-duration:2.2s}.d3{top:18px;left:2px;color:#66bb6a;animation-delay:.7s;animation-duration:1.9s}.d4{top:18px;right:2px;color:#4dd0e1;animation-delay:1.05s;animation-duration:2.3s}.d5{bottom:8px;left:6px;color:#ffb347;animation-delay:1.4s;animation-duration:2.1s}.d6{bottom:8px;right:6px;color:#f06292;animation-delay:1.75s;animation-duration:2s}@keyframes dust-float{0%{opacity:0;transform:translateY(0) scale(.6)}20%{opacity:.9;transform:translateY(-6px) scale(1)}60%{opacity:.5;transform:translateY(-14px) scale(.8)}to{opacity:0;transform:translateY(-22px) scale(.4)}}.pinwheel-wrap{display:flex;flex-direction:row;align-items:center;gap:.65rem;padding:.6rem 0}.pinwheel-label{font-size:.85rem;color:var(--text-muted, #888);margin:0;font-style:italic}.acc-layout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:.5rem}.acc-layout-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.85rem .75rem .75rem;background:var(--surface-2, #1a1a2e);border:2px solid var(--border, #2a2a3e);border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:center}.acc-layout-card:hover{border-color:var(--accent, #3B82F6)}.acc-layout-card--selected{border-color:var(--accent, #3B82F6);box-shadow:0 0 0 3px #3b82f633}.acc-layout-svg{width:100%;max-width:110px;height:auto;border-radius:6px;overflow:visible}.acc-layout-check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:var(--accent, #3B82F6);color:#fff;font-size:.7rem;display:flex;align-items:center;justify-content:center}.acc-layout-label{font-weight:600;font-size:.88rem;margin:0;color:var(--text)}.acc-layout-desc{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.3}.chat-preview-layout-badge{font-size:.72rem;font-weight:500;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:999px;padding:.15rem .55rem;margin-left:.6rem;vertical-align:middle}.cpf-placeholder-col{display:flex;flex-direction:column;justify-content:flex-start}.cpf-placeholder-hint{font-size:.85rem;color:var(--text-muted);margin-top:.5rem;line-height:1.5}.cpf-popup-card{position:fixed;bottom:90px;right:24px;width:340px;height:460px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 48px #0000008c;overflow:hidden;z-index:9999}.cpf-popup-bubble{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000080;z-index:9999;transition:transform .15s ease}.cpf-popup-bubble:hover{transform:scale(1.08)}.cpf-aside-panel{position:fixed;top:0;right:0;width:360px;height:100vh;display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--border);box-shadow:-4px 0 32px #0006;z-index:9}.cpf-aside-reopen{position:fixed;top:calc(53px + 50%);right:0;transform:translateY(-50%);background:var(--accent);color:#fff;border:none;border-radius:8px 0 0 8px;padding:.6rem .5rem;font-size:1.1rem;cursor:pointer;z-index:9;box-shadow:-2px 0 12px #0000004d}.cpf-full-panel{display:flex;flex-direction:column;width:100%;height:600px;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.cpf-header-close{margin-left:auto;background:transparent;border:none;color:#ffffffd9;font-size:.9rem;cursor:pointer;padding:0 4px;line-height:1}.cpf-header-close:hover{color:#fff}.cpf-bot-header{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--accent);flex-shrink:0}.cpf-bot-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.cpf-bot-name{font-size:13px;font-weight:600;color:#fff}.cpf-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.cpf-input-row{display:flex;gap:0;padding:0;border-top:1px solid var(--border);flex-shrink:0;align-items:stretch}.cpf-chat-input{flex:1;background:var(--bg-page);border:none;border-radius:0;color:var(--text-h);font-size:13px;padding:10px 12px;outline:none;min-height:0}.cpf-chat-input:focus{outline:none}.pinwheel-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;padding:.6rem 0}.pinwheel-scene{position:relative;width:48px;height:72px;flex-shrink:0}.pinwheel-blades{position:absolute;top:0;left:0;width:48px;height:48px;animation:pinwheel-spin .55s linear infinite;transform-origin:24px 24px;z-index:1}.pinwheel-inline{display:inline-block;width:18px;height:18px;animation:pinwheel-spin .55s linear infinite;transform-origin:9px 9px;vertical-align:middle}.pinwheel-stick{position:absolute;top:24px;left:50%;transform:translate(-50%);width:5px;height:48px;background:#c47b2b;border-radius:0 0 3px 3px;z-index:0}@keyframes pinwheel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pinwheel-label{font-size:.92rem;color:var(--text-muted, #888);margin:0;font-style:italic;text-align:center}.dust{position:absolute;width:6px;height:6px;border-radius:50%;opacity:0;pointer-events:none;animation:dust-burst 1.8s ease-out infinite}.d1{top:8px;left:2px;background:#f06292;animation-delay:0s;--dx: -8px;--dy: -10px}.d2{top:0;left:20px;background:#ffb347;animation-delay:.22s;--dx: 0px;--dy: -13px}.d3{top:8px;right:2px;background:#4dd0e1;animation-delay:.45s;--dx: 9px;--dy: -8px}.d4{top:20px;right:-2px;background:#66bb6a;animation-delay:.67s;--dx: 12px;--dy: 0px}.d5{top:34px;right:2px;background:#f06292;animation-delay:.9s;--dx: 9px;--dy: 9px}.d6{top:34px;left:2px;background:#ffb347;animation-delay:1.12s;--dx: -8px;--dy: 9px}.d7{top:20px;left:-2px;background:#4dd0e1;animation-delay:1.35s;--dx: -12px;--dy: 2px}.d8{top:0;right:12px;background:#66bb6a;animation-delay:1.57s;--dx: 5px;--dy: -12px}@keyframes dust-burst{0%{opacity:0;transform:translate(0) scale(1.2)}15%{opacity:1;transform:translate(0) scale(1)}75%{opacity:.4;transform:translate(var(--dx),var(--dy)) scale(.7)}to{opacity:0;transform:translate(var(--dx),var(--dy)) scale(.2)}}.fork-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--background, #0d0f14)}.fork-page--loading{flex-direction:column;gap:1rem}.fork-card{background:var(--surface, #1a1d26);border:1px solid var(--border, #2a2d3a);border-radius:16px;width:100%;max-width:520px;overflow:hidden;display:flex;flex-direction:column}.fork-hero{height:220px;display:flex;align-items:center;justify-content:center;background:var(--surface-2, #12151f);border-bottom:1px solid var(--border, #2a2d3a)}.fork-hero__img{width:100%;height:100%;object-fit:cover}.fork-hero__placeholder{font-size:5rem;line-height:1}.fork-body{padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.fork-type-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;padding:.25rem .7rem;border-radius:9999px;border:1px solid var(--border, #2a2d3a);color:var(--text-muted, #9ca3af);background:var(--surface-2, #12151f);width:fit-content}.fork-title{font-size:1.5rem;font-weight:700;color:var(--text, #e8eaf0);margin:0}.fork-desc{font-size:.9rem;color:var(--text-muted, #9ca3af);line-height:1.6;margin:0}.fork-key-section{background:var(--surface-2, #12151f);border:1px solid var(--border, #2a2d3a);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.85rem}.fork-key-title{font-size:1rem;font-weight:600;color:var(--text, #e8eaf0);margin:0}.fork-key-hint{font-size:.82rem;color:var(--text-muted, #9ca3af);margin:0}.fork-key-row{display:flex;flex-direction:column;gap:.35rem}.fork-label{font-size:.82rem;font-weight:600;color:var(--text-muted, #9ca3af)}.fork-select,.fork-input{padding:.5rem .8rem;border-radius:8px;border:1.5px solid var(--border, #2a2d3a);background:var(--surface, #1a1d26);color:var(--text, #e8eaf0);font:inherit;font-size:.9rem;outline:none;transition:border-color .15s}.fork-select:focus,.fork-input:focus{border-color:var(--primary, #7C3AED)}.fork-checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted, #9ca3af);cursor:pointer}.fork-key-saved{background:#0d2e1a;border:1px solid #1a5c32;border-radius:8px;padding:.75rem 1rem;color:#4ade80;font-size:.9rem}.fork-activate-btn{width:100%;padding:.75rem;font-size:1rem;font-weight:700;border-radius:10px;margin-top:.25rem}.fork-error-box{background:#2e0d0d;border:1px solid #5c1a1a;border-radius:8px;padding:.75rem 1rem;color:#f87171;font-size:.88rem}.fork-success-box{background:#0d2e1a;border:1px solid #1a5c32;border-radius:8px;padding:.75rem 1rem;color:#4ade80;font-size:.88rem}.fork-error{color:#f87171}.fork-tagline{border-top:1px solid var(--border, #2a2d3a);padding:.85rem 1.75rem;text-align:center;font-size:.78rem;color:var(--text-muted, #9ca3af)}.my-bots-page{max-width:64rem;margin:0 auto;padding:2.5rem 1.5rem 6rem}.my-bots-loading{color:var(--text-muted);font-size:.95rem;margin-top:3rem;text-align:center}.my-bots-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.my-bots-title{font-size:1.6rem;font-weight:700;color:var(--text-h);margin:0 0 .2rem;letter-spacing:-.025em}.my-bots-subtitle{font-size:.9rem;color:var(--text-muted);margin:0}.my-bots-search-wrap{margin-bottom:1rem}.my-bots-search{width:100%;max-width:420px;padding:.5rem .9rem;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-size:.9rem;outline:none;transition:border-color .15s}.my-bots-search:focus{border-color:var(--primary)}.my-bots-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.5rem}.my-bots-pill{display:inline-flex;align-items:center;gap:.4rem;font:inherit;font-size:.82rem;font-weight:600;padding:.35rem .85rem;border-radius:9999px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.my-bots-pill:hover{border-color:var(--accent-border);color:var(--accent);background:var(--accent-bg)}.my-bots-pill--active{border-color:var(--accent);background:var(--accent);color:#fff}.my-bots-pill--active:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.my-bots-pill__count{font-size:.72rem;font-weight:700;background:#ffffff40;border-radius:9999px;padding:0 .38rem;min-width:1.2rem;text-align:center;line-height:1.5}.my-bots-pill:not(.my-bots-pill--active) .my-bots-pill__count{background:var(--border);color:var(--text-muted)}.my-bots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(19rem,1fr));gap:1.1rem}.my-bots-card{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:box-shadow .15s,border-color .15s}.my-bots-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md)}.my-bots-card__img-wrap{width:100%;aspect-ratio:3 / 4;max-height:14rem;overflow:hidden;background:var(--surface-hover);flex-shrink:0}.my-bots-card__img{width:100%;height:100%;object-fit:cover;display:block}.my-bots-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.5rem}.my-bots-card__body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.my-bots-card__top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.my-bots-card__type-badge{font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:9999px;border:1px solid;letter-spacing:.01em}.my-bots-card__pub-badge{font-size:.68rem;font-weight:700;padding:.2rem .55rem;border-radius:9999px;background:var(--success-bg);color:var(--success);border:1px solid var(--success-border);letter-spacing:.01em}.my-bots-card__name{font-size:1rem;font-weight:700;color:var(--text-h);margin:0;letter-spacing:-.015em}.my-bots-card__instructions{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin:0}.my-bots-card__actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.4rem}.my-bots-card__fork-banner{background:#2a1f00;border:1px solid #7c5800;border-radius:8px;padding:.55rem .8rem;font-size:.8rem;color:#fbbf24;line-height:1.4}.my-bots-card__fork-link{background:none;border:none;color:#fbbf24;text-decoration:underline;cursor:pointer;font:inherit;font-size:inherit;padding:0}.jira-channel-header{display:none}.jira-channel-row{position:relative;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:.75rem;border-radius:8px;background:var(--bg-subtle, rgba(255, 255, 255, .04));border:1px solid var(--border);overflow:hidden}.jira-channel-row__field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.jira-channel-row__field-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.jira-channel-row__remove{position:absolute;top:.4rem;right:.4rem;width:1.5rem;height:1.5rem;padding:0;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;flex-shrink:0;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:4px;opacity:.6;transition:opacity .15s,color .15s}.jira-channel-row__remove:hover:not(:disabled){opacity:1;color:var(--danger, #ef4444)}.jira-channel-row__remove:disabled{cursor:default;opacity:.3}@media (min-width: 900px){.jira-channel-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 2rem;gap:.5rem;margin-bottom:.4rem;padding:0 .75rem}.jira-channel-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 2rem;gap:.5rem;align-items:start;padding:.6rem .75rem;overflow:visible}.jira-channel-row__field-label{display:none}.jira-channel-row__remove{position:static;align-self:center;margin-top:0}}.jira-emoji-row{display:flex;gap:.75rem 1.5rem;flex-wrap:wrap}.jira-emoji-field{display:flex;align-items:stretch;height:2.1rem}.jira-emoji-field .jira-emoji-input{border-radius:0 6px 6px 0;border-left:none}.jira-emoji-input{width:9rem;max-width:9rem;min-width:0;padding:.4rem .6rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);font-size:.9rem;font:inherit;box-sizing:border-box}.jira-action-bar{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.jira-action-bar__left{display:flex;flex-direction:column;gap:.5rem}.jira-action-bar__left button,.jira-action-bar__save{width:100%}@media (min-width: 540px){.jira-action-bar{flex-direction:row;align-items:center;justify-content:space-between}.jira-action-bar__left{flex-direction:row;gap:.6rem;flex-wrap:wrap}.jira-action-bar__left button{width:auto}.jira-action-bar__save{width:auto;flex-shrink:0}}.login-shell{min-height:100vh;justify-content:center}.login-shell__main{display:flex;align-items:center;justify-content:center;padding-top:3rem;padding-bottom:3rem}.login-card{width:100%;max-width:22rem;text-align:center}.login-card__lead{margin-bottom:1.25rem}.login-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.login-form .btn-primary{width:100%}.login-form .form-row input[type=text],.login-form .form-row input[type=password]{width:100%;box-sizing:border-box;font:inherit;font-size:.95rem;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h)}.login-form .form-row input:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent-border)}
