.settings-content{display:flex;flex-direction:column;gap:20px}.settings-phase{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm)}.settings-phase-header{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border-light)}.settings-tags{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:start;grid-gap:10px;gap:10px}.settings-tag-card{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius);transition:box-shadow .2s ease}.settings-tag-card:hover{box-shadow:var(--shadow-sm)}.settings-tag-header,.settings-tag-slider-row{display:flex;align-items:center;gap:8px}.settings-remove-btn{width:20px;height:20px;padding:0;background:none;border:1px solid var(--border);border-radius:4px;color:var(--text-muted);cursor:pointer;font-size:11px;line-height:1;flex-shrink:0;font-family:inherit;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.settings-remove-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-bg)}.settings-tag-name{font-size:12px;color:var(--text);font-weight:500;letter-spacing:.02em}.settings-slider{flex:1 1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,var(--green) 0,var(--yellow) 50%,var(--red) 100%);border-radius:2px;outline:none}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);cursor:pointer;box-shadow:var(--shadow-sm);-webkit-transition:box-shadow .2s ease;transition:box-shadow .2s ease}.settings-slider::-webkit-slider-thumb:hover{box-shadow:var(--shadow-md)}.settings-threshold-value{width:32px;font-size:11px;color:var(--text-dim);text-align:right;flex-shrink:0;font-family:DM Mono,monospace}.settings-add-card{border-style:dashed;justify-content:center;align-items:center;gap:8px}.settings-add-input{width:100%;padding:8px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:12px;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.settings-add-input::placeholder{color:var(--text-muted)}.settings-add-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(26,26,26,.06)}.settings-add-btn{width:100%;padding:8px 16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:11px;font-weight:500;font-family:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.settings-add-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.settings-add-btn:disabled{opacity:.3;cursor:not-allowed}.settings-tag-prompt{width:100%;padding:8px 10px;background:var(--bg);border:1px solid var(--border-light);border-radius:4px;color:var(--text);font-size:12px;font-family:inherit;outline:none;line-height:1.5;white-space:pre-wrap;word-break:break-word;min-height:1.5em;transition:border-color .2s ease,box-shadow .2s ease}.settings-tag-prompt:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(26,26,26,.06)}.settings-tag-prompt:empty:before{content:attr(data-placeholder);color:var(--text-muted)}.settings-status{font-size:11px;color:var(--text-muted);text-align:center;min-height:18px;letter-spacing:.06em;text-transform:uppercase}.settings-error{color:var(--red);font-size:12px;padding:10px 14px;background:var(--red-bg);border:1px solid #e8c5c1;border-radius:var(--radius);line-height:1.5}.ide-container{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:#1e1e1e}.ide-tabs{display:flex;background:#252526;border-bottom:1px solid #1e1e1e;overflow-x:auto;flex-shrink:0}.ide-tabs::-webkit-scrollbar{height:0}.ide-tab{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-family:DM Mono,SF Mono,Fira Code,monospace;color:#969696;background:#2d2d2d;border-right:1px solid #1e1e1e;cursor:pointer;white-space:nowrap;transition:background .1s,color .1s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ide-tab:hover{background:#323232;color:#cccccc}.ide-tab.active{background:#1e1e1e;color:#ffffff;border-bottom:1px solid #1e1e1e;margin-bottom:-1px}.ide-tab-name{overflow:hidden;text-overflow:ellipsis}.ide-tab-dot{width:6px;height:6px;border-radius:50%;background:#e8e8e8;flex-shrink:0}.ide-tab-close{background:none;border:none;color:transparent;cursor:pointer;padding:2px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:color .1s,background .1s}.ide-tab:hover .ide-tab-close{color:#969696}.ide-tab-close:hover{color:#ffffff!important;background:rgba(255,255,255,.1)}.ide-body{display:flex;flex:1 1;min-height:0}.ide-sidebar{width:160px;flex-shrink:0;background:#252526;border-right:1px solid #1e1e1e;display:flex;flex-direction:column;overflow:hidden}.ide-sidebar-header{padding:8px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#bbbbbb;border-bottom:1px solid #1e1e1e}.ide-sidebar-list{flex:1 1;overflow-y:auto;padding:4px 0}.ide-sidebar-list::-webkit-scrollbar{width:3px}.ide-sidebar-list::-webkit-scrollbar-thumb{background:#424242;border-radius:2px}.ide-sidebar-item{display:flex;align-items:center;gap:6px;padding:3px 12px;cursor:pointer;font-size:12px;font-family:DM Mono,SF Mono,Fira Code,monospace;color:#bbbbbb;transition:background .1s,color .1s}.ide-sidebar-item:hover{background:#2a2d2e;color:#e0e0e0}.ide-sidebar-item.active{background:#37373d;color:#ffffff}.ide-sidebar-file-icon{flex-shrink:0;color:#75beff;width:14px;height:14px}.ide-sidebar-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ide-sidebar-delete{background:none;border:none;color:transparent;cursor:pointer;padding:2px;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .1s,background .1s}.ide-sidebar-item:hover .ide-sidebar-delete{color:#969696}.ide-sidebar-delete:hover{color:#f48771!important;background:rgba(244,135,113,.12)}.ide-sidebar-create{padding:6px 8px;border-top:1px solid #1e1e1e}.ide-sidebar-create-input{width:100%;background:#3c3c3c;border:1px solid #555555;border-radius:3px;padding:4px 8px;outline:none;color:#cccccc;font-size:11px;font-family:DM Mono,SF Mono,Fira Code,monospace;transition:border-color .2s}.ide-sidebar-create-input:focus{border-color:#007acc}.ide-sidebar-create-input::placeholder{color:#6e6e6e}.ide-editor-area{flex:1 1;display:flex;flex-direction:column;min-width:0;min-height:0}.policies-error-bar{color:#f48771;font-size:11px;padding:6px 14px;background:#332222;flex-shrink:0}.policies-editor{flex:1 1;min-height:0}.ide-statusbar{display:flex;align-items:center;padding:0 12px;height:22px;background:#007acc;font-size:11px;font-family:DM Mono,SF Mono,Fira Code,monospace;color:#ffffff;flex-shrink:0;gap:0}.ide-statusbar-item{padding:0 8px;white-space:nowrap}.ide-statusbar-sep{width:1px;height:12px;background:rgba(255,255,255,.3);flex-shrink:0}.ide-statusbar-right{margin-left:auto;padding:0 8px;white-space:nowrap}