:root{--panel-bg:#1e1e2e;--sidebar-width:420px;--header-height:48px;--accent:#4f46e5;--accent-light:#6366f1;--text:#e2e8f0;--text-muted:#94a3b8;--border:#334155;--surface:#0f172a;--surface-elevated:#1e293b}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:var(--surface);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.portal-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.portal-header{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 16px;background:var(--surface-elevated);border-bottom:1px solid var(--border);flex-shrink:0}.portal-header h1{font-size:15px;font-weight:600;letter-spacing:-.01em}.portal-header .badge{font-size:11px;padding:2px 8px;border-radius:4px;background:var(--accent);color:white;font-weight:500}.portal-main{display:flex;flex:1 1;overflow:hidden}.portal-layout.dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:ew-resize}.portal-layout.dragging iframe{pointer-events:none}.panel-left{flex-shrink:0;border-right:none;display:flex;flex-direction:column;background:var(--panel-bg);overflow:hidden}.resize-handle{width:8px;background:var(--border);cursor:ew-resize;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease;z-index:10}.resize-handle:hover{background:var(--accent)}.portal-layout.dragging .resize-handle{background:var(--accent-light)}.resize-handle-grip{width:3px;height:36px;background:var(--text-muted);border-radius:2px;opacity:.4}.resize-handle:hover .resize-handle-grip{opacity:.8}.panel-right{flex:1 1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--surface)}.tab-bar{display:flex;gap:0;border-bottom:1px solid var(--border);background:var(--surface-elevated);flex-shrink:0}.tab-bar button{padding:10px 20px;background:none;color:var(--text-muted);font-size:13px;font-weight:500;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tab-bar button:hover{color:var(--text)}.tab-bar button[data-active=true]{color:var(--accent-light);border-bottom-color:var(--accent-light)}.tab-content{flex:1 1;min-height:0;overflow:auto}.tree-container{padding:12px;font-size:13px;height:100%}.tree-node{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.tree-node:hover{background:var(--surface-elevated)}.tree-node-icon{font-size:14px;width:18px;text-align:center;flex-shrink:0}.tree-node-name{color:var(--text)}.tree-node-meta{color:var(--text-muted);font-size:11px;margin-left:4px}.tree-node-action{margin-left:auto;font-size:11px;color:var(--accent-light);opacity:0;transition:opacity .15s}.tree-node:hover .tree-node-action{opacity:1}.entity-browser{padding:16px}.entity-browser h2{font-size:16px;font-weight:600;margin-bottom:12px}.entity-table{width:100%;border-collapse:collapse;font-size:13px}.entity-table th{text-align:left;padding:8px 12px;border-bottom:2px solid var(--border);color:var(--text-muted);font-weight:500;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.entity-table td{padding:8px 12px;border-bottom:1px solid var(--border);color:var(--text)}.entity-table tr:hover td{background:var(--surface-elevated)}.pagination{display:flex;align-items:center;gap:12px;margin-top:12px;font-size:13px;color:var(--text-muted)}.pagination button{padding:4px 12px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:4px;color:var(--text);cursor:pointer;font-size:12px}.pagination button:disabled{opacity:.4;cursor:not-allowed}.plan-viewer{padding:16px}.plan-progress{height:6px;background:var(--surface-elevated);border-radius:3px;margin-bottom:20px;overflow:hidden}.plan-progress-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .3s ease}.plan-stage{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin-bottom:10px}.plan-stage-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.plan-stage-name{font-weight:600;font-size:14px}.plan-stage-resources{display:flex;flex-wrap:wrap;gap:6px}.plan-stage-resources span{font-size:12px;padding:2px 8px;background:var(--surface);border-radius:4px;color:var(--text-muted)}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.pending{background:#64748b}.status-dot.running{background:#3b82f6;animation:pulse 1.5s ease-in-out infinite}.status-dot.done{background:#22c55e}.status-dot.error{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.diff-viewer{height:100%;display:flex;flex-direction:column}.diff-viewer-header{display:flex;border-bottom:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text-muted)}.diff-viewer-header span{flex:1 1;padding:8px 16px;text-transform:uppercase;letter-spacing:.05em}.diff-viewer-header span:first-child{border-right:1px solid var(--border)}.yaml-editor-container{height:100%;display:flex;flex-direction:column}.yaml-editor-status{padding:6px 12px;font-size:11px;color:var(--text-muted);border-top:1px solid var(--border);display:flex;justify-content:flex-end}.yaml-editor-status .saved{color:#22c55e}.panel-left .copilotKitChat{height:100%!important;max-height:100%!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.preview-frame{width:100%;height:100%;border:none;background:white}[class*=DevConsole],[class*=copilotKitDevConsole],[data-copilotkit-dev-console],div[style*="position: fixed"][style*="z-index: 9999"],div[style*="position: fixed"][style*="z-index: 99999"]{display:none!important}.workspace-status-bar{display:flex;align-items:center;gap:16px}.workspace-status-modes{display:flex;gap:2px;background:var(--surface);border-radius:6px;padding:2px}.workspace-status-mode{padding:4px 12px;border:none;border-radius:4px;background:transparent;color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.workspace-status-mode:hover:not(:disabled){color:var(--text)}.workspace-status-mode.active{background:var(--accent);color:#fff;font-weight:600}.workspace-status-mode:disabled{opacity:.35;cursor:not-allowed}.workspace-status-info{display:flex;gap:12px;font-size:11px;color:var(--text-muted)}.workspace-status-draft{color:#f59e0b}.workspace-status-prod{color:#22c55e}.explorer-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);background:var(--surface-elevated);flex-shrink:0;overflow-x:auto}.explorer-tabs button{padding:8px 14px;background:none;color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;white-space:nowrap}.explorer-tabs button:hover{color:var(--text)}.explorer-tabs button[data-active=true]{color:var(--accent-light);border-bottom-color:var(--accent-light)}.sub-toolbar{display:flex;align-items:center;gap:12px;padding:4px 14px;border-bottom:1px solid var(--border);background:var(--surface-elevated);flex-shrink:0}.sub-toolbar-toggle{display:flex;gap:1px;background:var(--surface);border-radius:5px;padding:2px}.sub-toolbar-toggle button{padding:3px 10px;border:none;border-radius:3px;background:transparent;color:var(--text-muted);font-size:11px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.sub-toolbar-toggle button:hover{color:var(--text)}.sub-toolbar-toggle button[data-active=true]{background:var(--accent);color:#fff;font-weight:600}.dsl-explorer{display:flex;flex-direction:column;min-height:0;flex:1 1}.dsl-explorer-modules{flex:1 1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.explorer-loading{padding:20px 12px;color:var(--text-muted);font-size:13px}.dsl-explorer-workspace{padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface-elevated);flex-shrink:0}.dsl-explorer-workspace-name{font-weight:600;font-size:14px;color:var(--text)}.module-accordion{border:1px solid var(--border);border-radius:8px;background:var(--surface-elevated);overflow:hidden}.module-accordion-header{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;color:var(--text);font-size:14px;cursor:pointer;text-align:left;transition:background .15s}.module-accordion-header:hover{background:rgba(255,255,255,.03)}.module-accordion-header.static{cursor:default}.module-accordion-chevron{width:14px;text-align:center;flex-shrink:0;font-size:12px;color:var(--text-muted)}.module-accordion-name{font-weight:600}.module-accordion-summary{margin-left:auto;font-size:11px;color:var(--text-muted);font-weight:400}.module-accordion-badge{font-size:10px;padding:1px 6px;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.diff-badge-added{background:rgba(34,197,94,.15);color:#22c55e}.diff-badge-removed{background:rgba(239,68,68,.15);color:#ef4444}.diff-badge-changed{background:rgba(59,130,246,.15);color:#3b82f6}.module-accordion-body{padding:4px 16px 16px;border-top:1px solid var(--border)}.workspace-section .module-accordion-header{padding:8px 14px}.diff-added{background:rgba(34,197,94,.08);border-left:3px solid #22c55e;padding-left:8px}.diff-removed{background:rgba(239,68,68,.08);border-left:3px solid #ef4444;padding-left:8px;text-decoration:line-through;opacity:.7}.diff-changed{background:rgba(59,130,246,.08);border-left:3px solid #3b82f6;padding-left:8px}.module-accordion.diff-removed{text-decoration:none;opacity:.75;border-color:#ef4444}.module-accordion.diff-removed .module-accordion-name{text-decoration:line-through}.module-generic{display:flex;flex-direction:column;gap:6px;padding-top:8px;font-size:13px}.module-generic-row{display:flex;gap:8px;padding:3px 4px;border-radius:4px}.module-generic-key{color:var(--text-muted);min-width:120px;flex-shrink:0}.module-generic-value{color:var(--text)}.diff-kv-value{display:flex;align-items:center;gap:6px}.diff-kv-old{text-decoration:line-through;opacity:.55;color:#ef4444}.diff-kv-arrow{color:var(--text-muted);font-size:11px}.diff-kv-new{color:#22c55e;font-weight:500}.module-empty{color:var(--text-muted);font-size:12px;font-style:italic;padding:8px 0}.entity-sub-panel{flex-shrink:0;border-top:2px solid var(--accent);display:flex;flex-direction:column;background:var(--surface)}.entity-sub-panel.dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.entity-sub-panel-handle{height:6px;background:var(--border);cursor:ns-resize;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.entity-sub-panel-handle:hover{background:var(--accent)}.entity-sub-panel-grip{width:36px;height:3px;background:var(--text-muted);border-radius:2px;opacity:.4}.entity-sub-panel-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid var(--border);background:var(--surface-elevated);flex-shrink:0}.entity-sub-panel-breadcrumb{font-size:12px;color:var(--text-muted)}.entity-sub-panel-close{background:none;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;padding:0 4px;line-height:1}.entity-sub-panel-close:hover{color:var(--text)}.entity-sub-panel-content{flex:1 1;overflow:auto}.pdsl-resource-list{display:flex;flex-direction:column;gap:3px;padding-top:8px;font-size:12px}.pdsl-resource-item{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:4px}.pdsl-resource-item:hover{background:rgba(255,255,255,.03)}.pdsl-resource-family-badge{font-size:10px;padding:1px 6px;border-radius:3px;background:var(--surface);color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.pdsl-resource-name{color:var(--text);font-weight:500}.pdsl-resource-meta{color:var(--text-muted);font-size:11px;opacity:.7}.config-entry-row{display:flex;flex-direction:column}.config-entry-toggle{cursor:pointer;background:none;border:none;width:100%;text-align:left;font:inherit;color:inherit}.config-entry-toggle:hover{background:rgba(255,255,255,.03)}.config-entry-chevron{font-size:10px;margin-right:6px;opacity:.5}.config-entry-detail{background:rgba(0,0,0,.25);border-radius:6px;margin:2px 0 6px 20px;padding:8px 12px;overflow-x:auto;max-height:400px;overflow-y:auto}.config-entry-detail pre{margin:0;font-size:11px;line-height:1.5;color:var(--text-muted);white-space:pre-wrap;word-break:break-word}.pdsl-resource-source{margin-left:auto;color:var(--text-muted);font-size:11px}.pdsl-resource-item.diff-added{background:rgba(34,197,94,.08);border-left:3px solid #22c55e;padding-left:9px}.pdsl-resource-item.diff-removed{background:rgba(239,68,68,.08);border-left:3px solid #ef4444;padding-left:9px;text-decoration:line-through;opacity:.7}.pdsl-resource-item.diff-changed{background:rgba(59,130,246,.08);border-left:3px solid #3b82f6;padding-left:9px}.config-entry-row.diff-added .config-entry-toggle{background:rgba(34,197,94,.08);border-left:3px solid #22c55e;padding-left:9px}.config-entry-row.diff-removed .config-entry-toggle{background:rgba(239,68,68,.08);border-left:3px solid #ef4444;padding-left:9px;text-decoration:line-through;opacity:.7}.config-entry-row.diff-changed .config-entry-toggle{background:rgba(59,130,246,.08);border-left:3px solid #3b82f6;padding-left:9px}.pdsl-diff-badge{font-size:9px;padding:1px 5px;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-left:6px;flex-shrink:0}.pdsl-diff-badge.diff-badge-added{background:rgba(34,197,94,.15);color:#22c55e}.pdsl-diff-badge.diff-badge-removed{background:rgba(239,68,68,.15);color:#ef4444}.pdsl-diff-badge.diff-badge-changed{background:rgba(59,130,246,.15);color:#3b82f6}.pdsl-expandable-row{display:flex;flex-direction:column}.pdsl-resource-expandable{cursor:pointer;background:none;border:none;width:100%;text-align:left;font:inherit;color:inherit}.pdsl-endpoint-detail,.pdsl-table-detail{margin:2px 0 6px 20px;padding:6px 0;font-size:11px}.pdsl-column-row{display:flex;align-items:center;gap:8px;padding:2px 8px;border-radius:3px}.pdsl-column-row.diff-added{background:rgba(34,197,94,.08);border-left:2px solid #22c55e}.pdsl-column-row.diff-removed{background:rgba(239,68,68,.08);border-left:2px solid #ef4444;text-decoration:line-through;opacity:.7}.pdsl-column-row.diff-changed{background:rgba(59,130,246,.08);border-left:2px solid #3b82f6}.pdsl-column-name{font-weight:500;color:var(--text);min-width:120px}.pdsl-column-type{font-family:monospace}.pdsl-column-badges,.pdsl-column-type{color:var(--text-muted);font-size:10px}.pdsl-column-badges{opacity:.7}.pdsl-column-check{color:var(--text-muted);font-family:monospace;font-size:10px;opacity:.6}.pdsl-json-diff-detail{margin:2px 0 6px 20px;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.pdsl-detail-row{display:flex;gap:8px;padding:2px 8px}.pdsl-detail-label{font-weight:500;color:var(--text-muted);min-width:80px;font-size:10px;text-transform:uppercase}.pdsl-detail-row code{font-size:11px;color:var(--text)}.browse-action{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;border:1px solid var(--border);background:transparent;color:var(--accent-light);font-size:11px;cursor:pointer;transition:background .15s}.browse-action:hover{background:rgba(99,102,241,.1)}.module-section{padding:12px 0}.module-section+.module-section{border-top:1px solid var(--border);margin-top:4px}.module-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:10px;display:flex;align-items:center;gap:8px}.module-section-badge{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:4px}.module-section.diff-added{border-left:3px solid #22c55e;padding-left:12px}.module-section.diff-removed{border-left:3px solid #ef4444;padding-left:12px;opacity:.7}.module-section.diff-changed{border-left:3px solid #3b82f6;padding-left:12px}.module-entity-list{display:flex;flex-wrap:wrap;gap:6px}.module-entity-card{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-size:13px}.module-entity-name{font-weight:600;color:var(--text)}.module-entity-count{color:var(--text-muted);font-size:11px}.crm-entity-list{display:flex;flex-direction:column;gap:4px}.crm-entity-expandable{border:1px solid var(--border);border-radius:6px;background:var(--surface);font-size:13px;overflow:hidden}.crm-entity-expandable.diff-added{border-left:3px solid #22c55e;background:rgba(34,197,94,.04)}.crm-entity-expandable.diff-removed{border-left:3px solid #ef4444;background:rgba(239,68,68,.04);opacity:.7}.crm-entity-expandable.diff-changed{border-left:3px solid #3b82f6;background:rgba(59,130,246,.04)}.crm-entity-header{display:flex;align-items:center;gap:8px;padding:6px 12px}.crm-entity-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;font:inherit;color:inherit;cursor:pointer;padding:0;flex:1 1;text-align:left}.crm-entity-field-count{color:var(--text-muted);font-size:11px;font-weight:400}.crm-entity-fields{border-top:1px solid var(--border);padding:4px 8px 6px 24px}.crm-field-row{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:3px;font-size:12px}.crm-field-row.diff-added{background:rgba(34,197,94,.08);border-left:2px solid #22c55e}.crm-field-row.diff-removed{background:rgba(239,68,68,.08);border-left:2px solid #ef4444;text-decoration:line-through;opacity:.7}.crm-field-row.diff-changed{background:rgba(59,130,246,.08);border-left:2px solid #3b82f6}.crm-field-name{font-weight:500;color:var(--text);min-width:120px;display:flex;align-items:baseline;gap:6px}.crm-field-label{font-weight:400;opacity:.7}.crm-field-label,.crm-field-type{font-size:11px;color:var(--text-muted)}.crm-field-type{font-family:monospace}.crm-field-badges{color:var(--text-muted);font-size:10px;opacity:.7}.pipeline-stages{display:flex;flex-wrap:wrap;gap:4px}.pipeline-stage-chip{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;border:1px solid;font-size:12px;color:var(--text);background:var(--surface)}.pipeline-stage-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.module-segment-list{display:flex;flex-direction:column;gap:4px}.module-segment-item{display:flex;align-items:baseline;gap:8px;padding:5px 6px;border-radius:4px;font-size:13px}.module-segment-item:hover{background:rgba(255,255,255,.03)}.module-segment-label{font-weight:500;color:var(--text)}.module-segment-rule{color:var(--text-muted);font-family:monospace;font-size:11px}.schedule-grid{display:flex;flex-direction:column;gap:2px}.schedule-day{display:flex;align-items:center;gap:8px;padding:3px 6px;border-radius:4px;font-size:12px}.schedule-day-name{width:36px;font-weight:600;color:var(--text);flex-shrink:0}.schedule-day-closed,.schedule-day-hours{color:var(--text-muted)}.schedule-day-closed{font-style:italic;opacity:.6}.service-list{display:flex;flex-direction:column;gap:6px}.service-card{padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.service-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.service-card-name{font-weight:500;font-size:13px;color:var(--text)}.service-card-duration{font-size:11px;color:var(--accent-light);font-family:monospace}.service-card-resources{display:flex;flex-wrap:wrap;gap:4px}.service-resource-tag{font-size:10px;padding:1px 6px;border-radius:3px;background:var(--surface-elevated);color:var(--text-muted)}.mini-table{width:100%;border-collapse:collapse;font-size:12px}.mini-table th{text-align:left;padding:4px 8px;border-bottom:1px solid var(--border);color:var(--text-muted);font-weight:500;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.mini-table td{padding:4px 8px;border-bottom:1px solid rgba(51,65,85,.5);color:var(--text)}.mini-table tr:hover td{background:rgba(255,255,255,.02)}.automation-rule-card{padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.automation-rule-name{font-weight:500;font-size:13px;color:var(--text);margin-bottom:4px}.automation-rule-flow{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-muted);flex-wrap:wrap}.automation-rule-flow .flow-badge{padding:1px 6px;border-radius:3px;font-size:10px;font-weight:500}.flow-badge.trigger{background:rgba(245,158,11,.15);color:#f59e0b}.flow-badge.condition{background:rgba(139,92,246,.15);color:#8b5cf6}.flow-badge.action{background:rgba(34,197,94,.15);color:#22c55e}.automation-arrow{color:var(--text-muted);font-size:10px}.ai-persona-card{padding:10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);display:flex;flex-direction:column;gap:4px}.ai-persona-name{font-weight:600;font-size:14px;color:var(--text)}.ai-persona-detail{font-size:12px;color:var(--text-muted)}.capability-list,.guardrail-list{display:flex;flex-direction:column;gap:3px}.capability-item,.guardrail-item{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:4px;font-size:12px}.capability-item:hover,.guardrail-item:hover{background:rgba(255,255,255,.03)}.color-swatch{display:inline-block;width:16px;height:16px;border-radius:3px;border:1px solid var(--border);vertical-align:middle}.website-design-grid{display:flex;flex-direction:column;gap:8px;padding-top:4px}.website-design-block{display:flex;align-items:flex-start;gap:12px;font-size:12px}.website-palette{display:flex;gap:12px}.website-palette-item{display:flex;align-items:center;gap:6px}.website-palette-label{color:var(--text);font-weight:500}.website-palette-hex{color:var(--text-muted);font-family:monospace;font-size:11px}.website-pages{display:flex;flex-direction:column;gap:6px}.website-page-card{padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.website-page-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.website-page-toggle{width:100%;background:none;border:none;font:inherit;color:inherit;cursor:pointer;text-align:left;padding:0}.website-page-key{font-weight:600;font-size:13px;color:var(--text)}.website-page-path{font-family:monospace;font-size:11px;color:var(--accent-light)}.website-page-count{margin-left:auto;font-size:11px;color:var(--text-muted)}.website-page-kinds{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:2px}.website-kind-tag{font-size:10px;padding:1px 5px;border-radius:3px;background:var(--surface-elevated);color:var(--text-muted)}.website-page-bindings{display:flex;flex-wrap:wrap;gap:3px}.website-binding-tag{font-size:10px;padding:1px 5px;border-radius:3px;background:rgba(99,102,241,.1);color:var(--accent-light)}.website-page-sections-diff{display:flex;flex-wrap:wrap;gap:3px}.website-kind-tag.diff-added{background:rgba(34,197,94,.15);color:#22c55e;border-left:none;padding-left:5px;text-decoration:none;opacity:1}.website-kind-tag.diff-removed{background:rgba(239,68,68,.15);color:#ef4444;border-left:none;padding-left:5px}.website-kind-tag.diff-changed{background:rgba(59,130,246,.15);color:#3b82f6;border-left:none;padding-left:5px}.website-section-diff-indicator{margin-left:3px;font-weight:700}.analytics-dashboard-card{padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.analytics-dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.analytics-dashboard-name{font-weight:600;font-size:13px}.analytics-dashboard-meta{font-size:11px;color:var(--text-muted)}.analytics-widget-list{display:flex;flex-wrap:wrap;gap:4px}.analytics-widget-tag{font-size:10px;padding:1px 6px;border-radius:3px;background:var(--surface-elevated);color:var(--text-muted);display:flex;align-items:center;gap:4px}.analytics-widget-type{font-weight:600;color:var(--accent-light)}.raw-yaml-viewer{height:100%;display:flex;flex-direction:column}.raw-yaml-content{flex:1 1;overflow:auto;padding:12px 16px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.5;color:var(--text);white-space:pre;-moz-tab-size:2;tab-size:2}