@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light dark;--bg: #f3f5f8;--bg-accent: rgba(30, 41, 59, .06);--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--surface-muted: rgba(248, 250, 252, .92);--topbar-bg: rgba(13, 18, 28, .94);--topbar-border: rgba(255, 255, 255, .08);--topbar-text: #f8fafc;--topbar-muted: rgba(248, 250, 252, .6);--topbar-chip: rgba(255, 255, 255, .06);--topbar-chip-border: rgba(255, 255, 255, .08);--text: #0f172a;--muted: #667085;--muted-strong: #344054;--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--primary: #1f4fd6;--primary-strong: #173fb0;--primary-soft: rgba(31, 79, 214, .1);--danger: #b42318;--danger-soft: #fef2f2;--success: #166534;--success-soft: #ecfdf5;--warning: #92400e;--warning-soft: #fffbeb;--shadow: 0 18px 50px rgba(15, 23, 42, .08);--shadow-soft: 0 10px 28px rgba(15, 23, 42, .06);--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px}[data-theme=dark]{--bg: #0b1220;--bg-accent: rgba(59, 130, 246, .08);--surface: rgba(15, 23, 42, .86);--surface-strong: #0f172a;--surface-muted: rgba(15, 23, 42, .76);--topbar-bg: rgba(7, 11, 20, .96);--topbar-border: rgba(148, 163, 184, .12);--topbar-text: #f8fafc;--topbar-muted: rgba(248, 250, 252, .58);--topbar-chip: rgba(255, 255, 255, .06);--topbar-chip-border: rgba(255, 255, 255, .08);--text: #e5e7eb;--muted: #a7b0bf;--muted-strong: #cbd5e1;--border: rgba(148, 163, 184, .16);--border-strong: rgba(148, 163, 184, .24);--primary: #5b8cff;--primary-strong: #3f6fe0;--primary-soft: rgba(91, 140, 255, .14);--danger: #fb7185;--danger-soft: rgba(251, 113, 133, .12);--success: #4ade80;--success-soft: rgba(74, 222, 128, .12);--warning: #fbbf24;--warning-soft: rgba(251, 191, 36, .12);--shadow: 0 20px 44px rgba(0, 0, 0, .32);--shadow-soft: 0 10px 24px rgba(0, 0, 0, .22)}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,var(--bg-accent),transparent 28%),linear-gradient(180deg,color-mix(in srgb,var(--bg) 76%,#ffffff 24%) 0%,var(--bg) 100%);transition:background-color .2s ease,color .2s ease}*{box-sizing:border-box}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}a{color:inherit;text-decoration:none}.admin-app-shell{min-height:100vh;display:flex;flex-direction:column}.admin-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem;align-items:center;padding:1rem 1.25rem;margin:1rem;background:var(--topbar-bg);color:var(--topbar-text);border:1px solid var(--topbar-border);border-radius:16px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-topbar__brand{display:flex;align-items:center;gap:.8rem;min-width:0}.admin-logo{width:2.35rem;height:2.35rem;border-radius:12px;background:linear-gradient(135deg,#4f7eff,#2447c7);display:grid;place-items:center;box-shadow:0 10px 24px #2563eb47;flex:0 0 auto}.admin-logo svg{width:1rem;height:1rem;fill:#fff}.admin-eyebrow{margin:0 0 .12rem;font-size:.72rem;letter-spacing:0;text-transform:uppercase;color:var(--topbar-muted)}.admin-topbar__brand h1{margin:0;font-size:1.05rem;line-height:1.1;letter-spacing:0}.admin-nav{display:inline-flex;justify-content:center;gap:.45rem;padding:.25rem;background:var(--topbar-chip);border:1px solid var(--topbar-chip-border);border-radius:14px}.admin-nav__link{padding:.72rem 1rem;border-radius:12px;color:#ffffffc2;font-size:.88rem;font-weight:600;transition:background .15s ease,color .15s ease,transform .15s ease}.admin-nav__link:hover{color:#fff;background:#ffffff14;transform:translateY(-1px)}.admin-nav__link.is-active{color:var(--text);background:var(--surface-strong);box-shadow:0 8px 18px #0f172a1f}.admin-topbar__user{display:flex;align-items:center;justify-content:flex-end;gap:.8rem}.admin-user-chip{display:flex;align-items:center;gap:.7rem;min-width:0;padding:.55rem .75rem;border-radius:14px;background:var(--topbar-chip);border:1px solid var(--topbar-chip-border)}.admin-user-chip__icon{width:1.9rem;height:1.9rem;border-radius:10px;background:#ffffff14;display:grid;place-items:center;flex:0 0 auto}.admin-user-chip__icon svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.admin-user-chip__label{display:block;font-size:.7rem;color:var(--topbar-muted);line-height:1}.admin-user-chip strong{display:block;font-size:.9rem;line-height:1.1;font-weight:600;max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.65rem 1rem;border-radius:12px;border:1px solid transparent;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.admin-button:hover{transform:translateY(-1px)}.admin-button--danger{color:#fff;background:linear-gradient(180deg,#dc2626,#b91c1c);box-shadow:0 12px 24px #dc26262e}.theme-toggle{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:12px;border:1px solid var(--topbar-chip-border);background:var(--topbar-chip);color:var(--topbar-text);box-shadow:none}.theme-toggle svg{width:1.05rem;height:1.05rem;fill:currentColor}.admin-main{width:min(1200px,calc(100vw - 2rem));margin:0 auto;padding:0 0 2rem}.page-shell{display:grid;gap:1rem}.hero-panel,.surface-panel,.card-panel,.table-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-panel{padding:1.4rem}.hero-title{margin:0;font-size:clamp(1.7rem,2.5vw,2.7rem);line-height:1.05;letter-spacing:0}.hero-copy{margin:.8rem 0 0;color:var(--muted);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.button-pill{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.66rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface-strong);color:var(--text);font-weight:600}.button-pill--primary{border-color:transparent;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff;box-shadow:0 12px 24px #2563eb33}.section-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem}.bot-config-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr)}.bot-config-grid--kb{grid-template-columns:minmax(0,1fr)}.bot-config-grid--kb .sidebar{display:grid}.summary-list,.key-list{display:grid;gap:.75rem}.summary-list--spaced{margin-top:.85rem}.summary-card{padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-strong)}.summary-card__label{display:block;margin-bottom:.3rem;font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:0}.summary-card__value{margin:0;font-size:.98rem;line-height:1.4;font-weight:600;color:var(--text);word-break:break-word}.summary-card__note{margin:.35rem 0 0;color:var(--muted);line-height:1.45;font-size:.9rem}.code-preview{margin:0;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#0f172a;color:#e2e8f0;overflow:auto;white-space:pre-wrap;word-break:break-word;line-height:1.55}.code-preview code{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8rem}.page-heading{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:0;color:var(--muted)}.page-title{margin:.15rem 0 0;font-size:1.5rem;line-height:1.15;letter-spacing:0}.page-subtitle{margin:.5rem 0 0;color:var(--muted);line-height:1.55}.inline-actions{display:flex;flex-wrap:wrap;gap:.6rem}.inline-actions--spaced{margin-top:.75rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.field{display:grid;gap:.45rem}.field label,.field-title{font-size:.76rem;text-transform:uppercase;color:var(--muted);letter-spacing:0;font-weight:700}.field input,.field textarea,.field select,.panel-input,.panel-textarea{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:var(--surface-strong);color:var(--text);padding:.78rem .9rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field textarea:focus,.field select:focus,.panel-input:focus,.panel-textarea:focus{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb1a}.field textarea,.panel-textarea{min-height:8rem;resize:vertical;line-height:1.45}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:12px;background:var(--primary-soft);color:var(--primary-strong);font-size:.82rem;font-weight:600}.tabs{display:flex;gap:.45rem;flex-wrap:nowrap;overflow-x:auto;align-items:stretch;padding:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:14px}.tab-button{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;padding:.65rem 1rem;border-radius:12px;color:var(--muted-strong);background:transparent;border:1px solid transparent;font-weight:600;white-space:nowrap;line-height:1;flex:0 0 auto}.tab-button.is-active{background:var(--surface-strong);color:var(--text);border-color:var(--border);box-shadow:inset 0 0 0 1px #0f172a05}.bot-config-panel{min-height:clamp(34rem,58vh,48rem)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.toolbar .left,.toolbar .right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.data-grid{display:grid;gap:.75rem}.stack{display:grid;gap:1rem}.card-panel{padding:1rem}.table-panel{overflow:hidden}.table-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1rem 0}.table-meta{color:var(--muted);font-size:.9rem}.table-wrap{overflow-x:auto}.kb-table-shell .admin-table{min-width:100%;table-layout:fixed}.kb-table-shell .admin-table th:first-child,.kb-table-shell .admin-table td:first-child{width:36%}.kb-table-shell .admin-table th:nth-child(2),.kb-table-shell .admin-table td:nth-child(2){width:18%}.kb-table-shell .admin-table th:nth-child(3),.kb-table-shell .admin-table td:nth-child(3){width:10%}.kb-table-shell .admin-table th:nth-child(4),.kb-table-shell .admin-table td:nth-child(4){width:16%}.kb-table-shell .admin-table th:nth-child(5),.kb-table-shell .admin-table td:nth-child(5){width:20%}table.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table thead th{padding:.9rem 1rem;text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:0;color:var(--muted);background:var(--surface-muted);border-bottom:1px solid var(--border)}.admin-table tbody td{padding:1rem;vertical-align:top;border-bottom:1px solid rgba(148,163,184,.12)}.status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:12px;font-size:.78rem;font-weight:700}.status-badge--success{background:var(--success-soft);color:var(--success)}.status-badge--warning{background:var(--warning-soft);color:var(--warning)}.status-badge--danger{background:var(--danger-soft);color:var(--danger)}.status-badge--info{background:#2563eb1a;color:var(--primary-strong)}.status-badge--neutral{background:var(--surface-muted);color:var(--muted-strong)}.muted{color:var(--muted)}.subtle{color:var(--muted);font-size:.9rem;line-height:1.55}.kb-error{margin-top:.35rem}.code-block{display:block;padding:.85rem .95rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);color:var(--text);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.82rem;word-break:break-all}.empty-state{padding:1.2rem;border:1px dashed rgba(100,116,139,.35);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--muted)}.empty-state__title{display:block;margin-bottom:.35rem;color:var(--text);font-size:.95rem;font-weight:700}.empty-state__copy{margin:0;line-height:1.5}.empty-state--danger{color:var(--danger)}.split-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1rem;align-items:start}.prompt-list{display:grid;gap:.75rem}.prompt-item{padding:.95rem;background:var(--surface-strong);border:1px solid var(--border);border-radius:12px}.bot-card__title{margin:.45rem 0 0;font-size:1.1rem;line-height:1.2;letter-spacing:0}.bot-card__description{margin-top:.35rem}.prompt-item__body{padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted)}.prompt-item__snippet{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.55;max-height:14rem;overflow:auto;color:var(--text)}.prompt-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.prompt-item__meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.prompt-content{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.55;color:var(--text)}.kb-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:center}.kb-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.kb-table-shell{background:var(--surface-strong)}.status-banner{padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--muted)}.status-banner--success{border-color:#15803d29;background:#15803d14;color:#166534}.status-banner--warning{border-color:#d9770629;background:#d9770614;color:#92400e}.status-banner--danger{border-color:#b91c1c29;background:#b91c1c14;color:#991b1b}.kb-status-stack{display:grid;gap:.4rem}.kb-file-name{font-weight:700;color:var(--text);line-height:1.35}.kb-file-meta{margin-top:.3rem}.kb-row-actions{align-items:center}.prompt-editor-panel{position:sticky;top:5.25rem;align-self:start}.mini-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;padding:.55rem .85rem;border-radius:12px;background:var(--surface-strong);color:var(--text);border:1px solid var(--border);font-weight:600}.mini-button--primary{border-color:transparent;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff}.mini-button--danger{border-color:#b4231829;background:var(--surface-strong);color:var(--danger)}.sidebar{display:grid;gap:1rem}.hero-figure{display:grid;gap:.9rem}.timeline{display:grid;gap:.65rem}.timeline--spaced{margin-top:.8rem}.timeline-item{display:flex;gap:.75rem;align-items:flex-start;padding:.95rem;border-radius:12px;border:1px solid var(--border);background:var(--surface-strong)}.timeline-item__dot{width:.75rem;height:.75rem;border-radius:999px;margin-top:.35rem;flex:0 0 auto;background:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.timeline-item__dot.is-muted{background:#94a3b8;box-shadow:0 0 0 4px #94a3b824}.timeline-item__dot.is-success{background:#16a34a;box-shadow:0 0 0 4px #16a34a24}.timeline-item__dot.is-warning{background:#d97706;box-shadow:0 0 0 4px #d9770624}.timeline-item strong{display:block;margin-bottom:.15rem}.timeline-item p{margin:0;color:var(--muted);line-height:1.5;font-size:.9rem}.inline-code{padding:.2rem .45rem;border-radius:12px;background:#2563eb14;color:var(--primary-strong);font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}@media (max-width: 1024px){.admin-topbar{grid-template-columns:1fr;justify-items:stretch}.admin-nav{justify-content:flex-start;overflow-x:auto}.admin-topbar__user{justify-content:space-between}.section-grid,.split-layout,.field-grid{grid-template-columns:1fr}.prompt-editor-panel{position:static;top:auto}.admin-main{width:min(1200px,calc(100vw - 1.2rem))}}@media (max-width: 640px){.admin-topbar{margin:.5rem;padding:.9rem}.admin-main{width:min(1200px,calc(100vw - 1rem))}.hero-panel,.surface-panel,.card-panel,.table-panel{border-radius:16px}.table-header,.card-panel,.hero-panel{padding:.9rem}.admin-user-chip strong{max-width:9rem}}
