:root{--bg-page: #fafafa;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-hover: #f3f4f6;--bg-active: #e5e7eb;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--text-on-brand: #111827;--border-primary: #e5e7eb;--border-secondary: #d1d5db;--border-focus: #f59e0b;--brand: #ffcc00;--brand-hover: #ffd633;--brand-active: #e0b700;--brand-border: #d4af00;--primary: #f59e0b;--primary-hover: #d97706;--primary-active: #b45309;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--info: #3b82f6;--selected-bg: #fff3cd;--selected-text: #111827;--selected-bg-alt: #dbeafe;--selected-text-alt: #1e40af;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--ring: 0 0 0 3px rgba(245, 158, 11, .3);--radius: 10px;--transition: .2s ease;--divider: #e5e7eb}[data-theme=dark]{--bg-page: #0f172a;--bg-primary: #1e293b;--bg-secondary: #334155;--bg-hover: #475569;--bg-active: #64748b;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-on-brand: #0f172a;--border-primary: #334155;--border-secondary: #475569;--border-focus: #fbbf24;--brand: #fbbf24;--brand-hover: #fcd34d;--brand-active: #f59e0b;--brand-border: #d97706;--primary: #fbbf24;--primary-hover: #fcd34d;--primary-active: #fde68a;--success: #34d399;--error: #f87171;--warning: #fbbf24;--info: #60a5fa;--selected-bg: #854d0e;--selected-text: #fef3c7;--selected-bg-alt: #1e40af;--selected-text-alt: #dbeafe;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--ring: 0 0 0 3px rgba(251, 191, 36, .3);--divider: #475569}html,body,#root{height:100%}body{margin:0;padding:0;font-family:ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text-primary);background:var(--bg-page);transition:background-color .2s ease,color .2s ease}*,*:before,*:after{box-sizing:border-box}input[type=text],input[type=email],input[type=password],input[type=number],input[type=color],textarea,select{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-primary)}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{border-color:var(--border-focus)}.container{padding:24px}.card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all var(--transition)}.section{padding:16px}.section-title{margin:0 0 8px;font-size:18px;color:var(--text-primary)}.muted{color:var(--text-muted)}.input{border:1px solid var(--border-primary);border-radius:8px;padding:8px 10px;background:var(--bg-primary);color:var(--text-primary);transition:all var(--transition)}.input:focus{outline:none;box-shadow:var(--ring);border-color:var(--border-focus)}.input::placeholder{color:var(--text-muted)}.btn{padding:8px 12px;border:1px solid var(--border-primary);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;cursor:pointer;transition:all var(--transition);font-weight:500}.btn:hover{background:var(--bg-hover);box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(1px);background:var(--bg-active)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--primary);border-color:var(--primary);color:var(--text-on-brand)}.btn.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn.primary:active{background:var(--primary-active)}.btn.secondary{background:var(--bg-secondary);border-color:var(--border-primary);color:var(--text-primary)}.btn.danger{background:var(--error);border-color:var(--error);color:#fff}.btn.danger:hover{background:#dc2626}.icon-btn{padding:6px;line-height:0;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;color:var(--text-secondary);transition:all var(--transition)}.icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:8px 6px;border-bottom:1px solid var(--border-primary);color:var(--text-primary)}.table th{font-weight:600;color:var(--text-secondary)}.table tbody tr{transition:background-color var(--transition)}.table tbody tr:hover{background:var(--bg-hover)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spin{animation:spin 1s linear infinite}.fade-in{animation:fadeIn .2s ease}.slide-down{animation:slideDown .2s ease}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-6{margin:24px}.w-full{width:100%}.h-full{height:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.border{border:1px solid var(--border-primary)}.border-b{border-bottom:1px solid var(--border-primary)}.border-t{border-top:1px solid var(--border-primary)}.border-l{border-left:1px solid var(--border-primary)}.border-r{border-right:1px solid var(--border-primary)}.rounded{border-radius:var(--radius)}.rounded-sm{border-radius:4px}.rounded-lg{border-radius:12px}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.transition{transition:all var(--transition)}.dark-mode-select .ant-select-dropdown{background:var(--bg-primary)!important}.dark-mode-select .ant-select-item{background:var(--bg-primary)!important;color:var(--text-primary)!important}.dark-mode-select .ant-select-item-option-active{background:var(--bg-hover)!important}.dark-mode-select .ant-select-item-option-selected{background:var(--selected-bg)!important;color:var(--selected-text)!important}.dark-mode-select .ant-select-item-option-content{color:var(--text-primary)!important}[data-theme=dark] .ant-table{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .ant-table-thead>tr>th{background:var(--bg-secondary);color:var(--text-primary);border-bottom:1px solid var(--border-primary)}[data-theme=dark] .ant-table-thead>tr>th .ant-table-column-title{color:var(--text-primary)}[data-theme=dark] .ant-table-thead>tr>th .ant-table-column-sorter{color:var(--text-secondary)}[data-theme=dark] .ant-table-thead>tr>th.ant-table-column-sort{background:var(--bg-hover)}[data-theme=dark] .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:var(--bg-hover)}[data-theme=dark] .ant-table-column-sorter-up.active,[data-theme=dark] .ant-table-column-sorter-down.active{color:var(--primary)}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom:1px solid var(--border-primary);background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:var(--bg-hover)}[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--selected-bg-alt)}[data-theme=dark] .ant-tabs-tab{color:var(--text-secondary)}[data-theme=dark] .ant-tabs-tab-active{color:var(--primary)}[data-theme=dark] .ant-tabs-ink-bar{background:var(--primary)}[data-theme=dark] .ant-tabs-nav:before{border-bottom-color:var(--border-primary)}[data-theme=dark] .ant-select-selector{background:var(--bg-primary)!important;border-color:var(--border-primary)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-select-selection-placeholder{color:var(--text-muted)!important}[data-theme=dark] .ant-select-arrow{color:var(--text-secondary)!important}[data-theme=dark] .ant-input{background:var(--bg-primary);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .ant-input::placeholder{color:var(--text-muted)}[data-theme=dark] .ant-picker{background:var(--bg-primary);border-color:var(--border-primary)}[data-theme=dark] .ant-picker-input>input{color:var(--text-primary)}[data-theme=dark] .ant-picker-suffix{color:var(--text-secondary)}[data-theme=dark] .ant-form-item-label>label{color:var(--text-primary)}[data-theme=dark] .ant-btn-default{background:var(--bg-primary);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .ant-btn-default:hover{background:var(--bg-hover);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .ant-pagination-item{background:var(--bg-primary);border-color:var(--border-primary)}[data-theme=dark] .ant-pagination-item a{color:var(--text-primary)}[data-theme=dark] .ant-pagination-item-active{background:var(--primary);border-color:var(--primary)}[data-theme=dark] .ant-pagination-item-active a{color:var(--text-on-brand)}[data-theme=dark] .ant-select-dropdown{background:var(--bg-primary);border:1px solid var(--border-primary)}[data-theme=dark] .ant-select-item{color:var(--text-primary)}[data-theme=dark] .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--bg-hover)}[data-theme=dark] .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--selected-bg);color:var(--selected-text)}[data-theme=dark] .ant-picker-dropdown{background:var(--bg-primary);border:1px solid var(--border-primary)}[data-theme=dark] .ant-picker-panel-container{background:var(--bg-primary)}[data-theme=dark] .ant-picker-header{color:var(--text-primary);border-bottom-color:var(--border-primary)}[data-theme=dark] .ant-picker-content th,[data-theme=dark] .ant-picker-cell{color:var(--text-primary)}[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:var(--primary);color:var(--text-on-brand)}[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:var(--primary)}[data-theme=dark] .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end) .ant-picker-cell-inner{background:var(--bg-hover)}[data-theme=dark] .ant-table-expanded-row>td{background:var(--bg-secondary)}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ai-editor-font: Menlo, "SFMono-Regular", "JetBrains Mono", Monaco, Consolas, "Liberation Mono", monospace}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:var(--bg-page);color:var(--text-primary)}#root{width:100%}h1{font-size:3.2em;line-height:1.1}#root{width:100%;margin:0 auto;text-align:center}.under-construction{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.module-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#0ea5e9,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.status-badge{display:inline-block;padding:.5rem 1.5rem;background:#fde68a;color:#92400e;border-radius:2rem;font-weight:600;margin-bottom:2rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.description{font-size:1.2rem;color:#334155;max-width:600px;margin:0 auto 2rem;line-height:1.6}.features{text-align:left;max-width:500px;margin:2rem auto;padding:2rem;background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a14}.features h2{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.features ul{list-style:none;padding:0}.features li{padding:.5rem 0;color:#334155;display:flex;align-items:center}.features li:before{content:"🚧";margin-right:.75rem;font-size:1.2rem}.back-link{margin-top:2rem;display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:transform .2s}.back-link:hover{transform:translateY(-2px)}.ai-app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-page);color:var(--text-primary)}.ai-main{padding:12px 16px;width:100%;margin:0;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;flex:1}.ai-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 10px 30px #0f172a14}.ai-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#0ea5e9;margin:0 0 4px}.muted{color:var(--text-secondary);margin:4px 0 0}.modules-list{display:flex;flex-direction:column;gap:6px;margin-top:12px}.module-item{border:1px solid var(--border);border-radius:8px;padding:10px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;background:var(--bg-secondary);cursor:pointer;transition:all .15s ease;position:relative}.module-item:hover{background:var(--bg-hover)}.module-item.selected{border-color:#0ea5e9;background:#0ea5e914;box-shadow:0 2px 8px #0ea5e926}.module-item-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0;align-items:flex-start}.module-item-code{align-self:flex-start}.module-item-name{font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.3;text-align:left}.pill-small{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--bg-primary);color:var(--text-secondary);border:1px solid var(--border)}.pill-small.system{background:#e0f2fe;color:#075985;border-color:#bae6fd}.module-item-meta{font-size:.85rem;line-height:1.3;text-align:left}.module-item-desc{font-size:.85rem;line-height:1.4;overflow:hidden;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.module-item-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto;position:relative}.module-type-icon{font-size:1.1rem;opacity:.7;cursor:help}.module-item-menu{position:relative;flex:0 0 auto}.module-item-menu .menu-trigger,.module-item-actions .menu-trigger{width:28px;height:28px;padding:0;font-size:1.2rem;display:flex;align-items:center;justify-content:center;position:relative}.module-item-actions .dropdown-menu{position:absolute;right:0;top:calc(100% + 4px);background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:140px;padding:4px;z-index:10}.dropdown-menu button{width:100%;background:transparent;border:none;text-align:left;padding:8px 12px;border-radius:6px;color:var(--text-primary);cursor:pointer;font-size:.9rem;transition:background .15s ease}.dropdown-menu button:hover{background:var(--bg-hover)}.dropdown-menu button.danger{color:#dc2626}.dropdown-menu button.danger:hover{background:#fef2f2}.pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-weight:600;background:var(--bg-secondary);color:var(--text-primary)}.pill.success{background:#d1fae5;color:#065f46}.chat-placeholder{margin-top:12px;padding:20px;border:1px dashed var(--border);border-radius:12px;background:var(--bg-secondary)}.selector-row{display:flex;gap:8px;align-items:center}.selector-field select.input{min-width:180px}.user-chip{display:flex;align-items:center;gap:8px;background:#ffffff14;padding:6px 10px;border-radius:12px;color:var(--text-primary)}.user-avatar{height:32px;width:32px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#6366f1);display:grid;place-items:center;color:#fff;font-weight:700}.user-meta{display:flex;flex-direction:column;line-height:1.1}.user-name{font-weight:600}.user-role{color:var(--text-secondary);font-size:.875rem}.config-grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.config-card{border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--bg-secondary)}.config-list{margin:8px 0 0;padding-left:18px;color:#334155}.alert{margin-top:12px;padding:12px;border-radius:12px}.alert.error{background:#fef2f2;border:1px solid #fecdd3;color:#991b1b}.alert.info{background:#ecfeff;border:1px solid #a5f3fc;color:#0f172a}.header-actions,.header-left-group{display:flex;align-items:center;gap:.75rem}.module-name{font-size:1.15rem;font-weight:600;color:#0f172a}.icon-button{background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;width:36px;height:36px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;color:var(--text-primary);transition:background .15s ease;font-size:.95rem}.icon-button.back-button{width:auto;height:auto;padding:8px 12px;gap:6px}.icon-button:hover{background:var(--bg-hover)}.icon-button.danger{border-color:#fecaca;color:#b91c1c}.prompt-list{list-style:none;padding:0;margin:0}.prompt-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0}.prompt-info{display:flex;flex-direction:column;gap:2px}.prompt-meta{font-size:.8rem}.prompt-actions{display:flex;gap:6px}.manual-list{list-style:none;margin:0;padding:0}.manual-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0}.manual-info{display:flex;flex-direction:column;gap:4px}.manual-name{font-weight:600;color:var(--text-primary)}.manual-meta{font-size:.85rem}.manual-actions{display:flex;gap:6px}.user-menu{position:relative}.user-menu-trigger{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:6px;padding:6px 12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;transition:border-color .15s ease}.user-menu-trigger:hover,.user-menu-trigger:focus{border-color:#0ea5e9}.user-menu-dropdown{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 30px #0f172a1a;min-width:180px;padding:6px;z-index:20}.user-menu-item{width:100%;background:transparent;border:none;text-align:left;padding:8px 12px;border-radius:6px;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;gap:8px}.user-menu-item:hover{background:var(--bg-hover)}.header-center-title{font-weight:600;color:var(--text-secondary)}.table{border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:12px}.table-head,.table-row{display:grid;grid-template-columns:1.2fr 1fr 1.5fr 1fr .6fr;gap:12px;padding:10px 12px;align-items:center}.table-head{background:var(--bg-secondary);font-weight:600}.table-row:nth-child(odd){background:#00000005}.table-actions{display:flex;gap:6px;justify-content:flex-end}.ghost{border:1px solid var(--border);background:transparent;padding:6px 10px;border-radius:8px;cursor:pointer;color:var(--text-primary)}.ghost:hover{border-color:#0ea5e9}.ghost.danger{border-color:#fecdd3;color:#991b1b}.form-grid{display:grid;gap:12px;margin-top:12px;border-top:1px solid var(--border);padding-top:12px}.form-field{display:flex;flex-direction:column;gap:4px}.form-field input,.form-field select,.form-field textarea{padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);font-size:.95rem}.form-field.checkbox-inline{flex-direction:row;align-items:center;gap:8px}.form-actions{display:flex;gap:8px;align-items:center}.form-actions button{padding:8px 14px;border:none;border-radius:8px;background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;cursor:pointer}.form-inline{display:flex;gap:12px;flex-wrap:wrap}.form-inline .form-field{flex:1 1 200px}.flex-grow{flex:1}.table .small{font-size:.85rem}.table .mono{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.three-panel-layout{display:grid;grid-template-columns:var(--col-1, 22%) 6px var(--col-2, 40%) 6px var(--col-3, 38%);gap:8px;width:100%;align-items:stretch;min-height:calc(100vh - 140px)}.panel{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:12px;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.panel h3{margin:0 0 6px}.panel-scroll{overflow:auto;flex:1;margin-top:8px}.resizer{width:6px;cursor:col-resize;background:var(--border);border-radius:4px;transition:background .1s ease;min-height:100%}.resizer:hover{background:#0ea5e9}.effective-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.small{font-size:.9rem}.module-title-row{display:flex;align-items:center;gap:6px}.module-summary{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.module-summary.centered{width:100%;display:flex;justify-content:center}.module-code{font-size:1.3rem}.module-name-big{font-size:1.1rem;font-weight:600}.panel .ai-card{border:1px solid var(--border);background:var(--bg-secondary);border-radius:10px;margin:0 0 8px;box-shadow:none}.panel .ai-card:last-child{margin-bottom:0}.module-card.selected{border-color:#0ea5e9;box-shadow:0 8px 20px #0ea5e926}.module-card .module-actions{display:flex;justify-content:flex-end;gap:8px}.pill.system{background:#e0f2fe;color:#075985}.modal-backdrop{position:fixed;inset:0;background:#0006;display:grid;place-items:center;z-index:1000}.modal{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:16px;max-width:720px;width:min(90vw,720px);max-height:90vh;overflow:auto;box-shadow:0 15px 40px #0003}.modal header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--border)}.modal footer{margin-top:12px;display:flex;gap:8px;justify-content:flex-end}.modal-body{margin-top:8px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:12px}.form-section{background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.form-section input,.form-section select{background:var(--bg-secondary);border:1px solid #cbd5f5}.form-section input:focus,.form-section select:focus{border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e959}.form-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.form-row span{min-width:150px;width:180px;font-weight:600;display:inline-flex;align-items:center;justify-content:flex-start}.form-row.switch-row .switch-check{flex:0 0 auto}.form-row input,.form-row textarea,.form-row select{flex:1 1 auto;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary)}.form-row textarea{resize:vertical;min-height:120px;overflow:auto}.value-chip{padding:6px 12px;border-radius:8px;background:var(--bg-secondary);border:1px dashed var(--border);font-weight:600;color:var(--text-primary)}.ai-app textarea{resize:vertical!important;overflow:auto}.form-row.checkbox-inline{align-items:center;justify-content:space-between}.form-row.checkbox-inline span{display:flex;align-items:center}.form-row.checkbox-simple{justify-content:flex-start}.form-row.checkbox-simple label{display:inline-flex;align-items:center;gap:8px;justify-content:space-between;font-weight:600}.form-row.checkbox-simple input[type=checkbox]{width:auto;height:auto}.modal footer button{padding:8px 14px;border-radius:10px}.modal footer .primary{background:#fbbf24;color:#1f2937;border:1px solid #f59e0b}.modal footer .primary:hover{background:#fcd34d}.modal footer .ghost{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.form-row.checkbox-inline input[type=checkbox]{flex:0 0 auto;width:auto}.form-row.column{flex-direction:column;align-items:flex-start}.form-row.column textarea{width:100%}.monaco-wrapper{width:100%;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg-primary)}.markdown-preview{width:100%;border-radius:8px;border:1px solid var(--border);background:var(--bg-primary);padding:12px;max-height:360px;overflow:auto;line-height:1.55;text-align:left}.markdown-preview pre{background:#0f172a;color:#f8fafc;padding:10px;border-radius:6px;overflow:auto}.markdown-preview code{font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.85rem}.switch-check{--switch-width: 48px;--switch-height: 24px;--switch-knob: 20px;position:relative;display:inline-flex;align-items:center;width:var(--switch-width);max-width:var(--switch-width);min-width:var(--switch-width);height:var(--switch-height);min-height:var(--switch-height);max-height:var(--switch-height);flex:0 0 auto}.switch-check input{opacity:0;width:0;height:0;position:absolute;pointer-events:none}.switch-slider{position:relative;width:var(--switch-width);min-width:var(--switch-width);max-width:var(--switch-width);height:var(--switch-height);min-height:var(--switch-height);max-height:var(--switch-height);cursor:pointer;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:999px;transition:background-color .2s ease,border-color .2s ease}.switch-slider:before{position:absolute;content:"";width:var(--switch-knob);height:var(--switch-knob);left:2px;top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 2px #0f172a40}.switch-check input:checked+.switch-slider{background-color:#fbbf24;border-color:#f59e0b}.switch-check input:checked+.switch-slider:before{transform:translate(calc(var(--switch-width) - var(--switch-knob) - 4px),-50%)}.chat-panel{display:flex;flex-direction:column;gap:8px}.chat-log{flex:1;border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--bg-secondary);overflow:auto;min-height:220px}.chat-input{display:flex;flex-direction:column;gap:6px}.chat-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}@media(max-width:768px){.selector-row{flex-direction:column;align-items:flex-start}.selector-field select.input{width:100%}.table-head,.table-row,.three-panel-layout{grid-template-columns:1fr}.resizer{display:none}}
