@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650&display=swap";.debug-root{width:100vw;height:100vh;display:flex;background:#0b0d10;color:#e2e8f0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;overflow:hidden}.debug-sidebar{width:260px;flex-shrink:0;background:#11141a;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;overflow-y:auto}.debug-logo{display:flex;align-items:center;justify-content:center;padding:16px 12px 12px;border-bottom:1px solid rgba(255,255,255,.05)}.debug-logo img{width:110px;height:auto;object-fit:contain;opacity:.95;transition:opacity .15s}.debug-logo:hover img{opacity:1}.debug-nav{padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}.debug-nav-title{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px;padding:5px 8px;text-decoration:none;border-radius:6px;transition:background .12s,color .12s}.debug-nav-title:hover{color:#e2e8f0;background:#131a26}.debug-nav-title.active{color:#f8fafc;background:#1a2435}.debug-nav a{display:block;padding:5px 8px;border-radius:6px;font-size:13px;color:#cbd5f5;opacity:.75;text-decoration:none;transition:background .12s,color .12s,opacity .12s}.debug-nav a:hover{background:#131a26;color:#e2e8f0;opacity:1}.debug-nav a.active{background:#1a2435;color:#f8fafc;opacity:1;font-weight:600}.debug-sections{display:flex;flex-direction:column;flex:1;overflow-y:auto}.debug-bottom{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.05);background:#0d1016}.debug-section{border-bottom:1px solid rgba(255,255,255,.04);flex-shrink:0;min-width:0;overflow:hidden}.debug-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;cursor:pointer;user-select:none;transition:background .12s,color .12s}.debug-section-header:hover{color:#e2e8f0;background:#ffffff05}.debug-section-body{padding:4px 12px 12px;display:flex;flex-direction:column;gap:8px;min-width:0;overflow:hidden}.debug-right-sidebar{width:320px;flex-shrink:0;background:#11141a;border-left:1px solid rgba(255,255,255,.05);display:block;overflow-y:auto;height:100%}.debug-right-sidebar:empty{display:none}.debug-main{flex:1;display:flex;flex-direction:column;min-width:0}.debug-statsbar{height:32px;border-bottom:1px solid rgba(255,255,255,.05);background:#11141a;display:flex;align-items:center;padding:0 14px;gap:18px;font-size:12px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;color:#94a3b8}.debug-statsbar b{color:#f8fafc;font-weight:600}.debug-viewport{flex:1;min-height:0;display:flex;flex-direction:column;background:#01030a}.debug-pane{flex:1;min-height:0;position:relative;background:#01030a}.debug-pane+.debug-pane{border-top:1px solid rgba(255,255,255,.05)}.debug-pane-label{position:absolute;top:8px;right:12px;font-size:11px;color:#94a3b8;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;z-index:1;pointer-events:none}.debug-row{display:flex;gap:6px;align-items:center;font-size:13px;min-width:0}.debug-row>span:first-child{min-width:50px;color:#94a3b8;flex-shrink:0;font-size:12px}.debug-row>input[type=range]{flex:1;min-width:0;height:5px;padding:0;border-radius:999px;background:#0f172a;border:1px solid #3f4c62;appearance:none}.debug-row>input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#94a3b8;border:1px solid #94a3b8;cursor:pointer}.debug-row>input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#94a3b8;border:1px solid #94a3b8;cursor:pointer}.debug-btn{padding:5px 10px;background:#0f172a;color:#e2e8f0;border:0;border-radius:8px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:650;transition:background .12s}.debug-btn:hover{background:#1e293b}.debug-btn:active{background:#0b1020}.debug-btn.active{background:#1a2435;color:#f8fafc}.debug-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#cbd5f5;cursor:pointer}.model-picker{display:flex;flex-direction:column;gap:8px;min-width:0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}.model-picker__search{width:100%;padding:7px 8px;border-radius:8px;border:0;background:#0b0f18;color:#e2e8f0;font-size:13px;font-family:inherit}.model-picker__search:focus{outline:none;background:#111827}.model-picker__search::placeholder{color:#64748b;font-weight:500}.model-picker__empty{padding:10px 4px;color:#94a3b8;font-weight:600;font-size:13px}.model-picker__tree{min-width:0}.model-picker__category+.model-picker__category{margin-top:6px}.model-picker__heading{margin:0;padding:4px 0 3px;border:0;background:transparent;color:#e2e8f0;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.02em;display:flex;align-items:baseline;justify-content:space-between;gap:10px;cursor:pointer;text-align:left;width:100%}.model-picker__label{font-weight:inherit;display:inline-flex;align-items:baseline;gap:6px}.model-picker__caret{display:inline-block;width:10px;color:#cbd5e1;transform:rotate(0);font-size:11px}.model-picker__caret.open{transform:rotate(90deg)}.model-picker__count{color:#94a3b8;font-weight:700;font-size:12px}.model-picker__items{margin-top:4px;display:grid;gap:2px;padding-right:6px}.model-picker__item{width:100%;border:0;background:#0b0f18;color:#e2e8f0;padding:4px 6px;border-radius:6px;cursor:pointer;text-align:left;line-height:1.2;font-family:inherit;font-size:13px}.model-picker__item:hover{background:#131a26}.model-picker__item.active{background:#1a2435}.debug-help{font-size:12px;line-height:1.5;color:#94a3b8;background:#0f172a80;border-left:2px solid rgba(148,163,184,.35);border-radius:4px;padding:8px 10px}.debug-help__title{color:#e2e8f0;font-weight:600;margin-bottom:4px}.debug-checkbox input[type=checkbox]{accent-color:#0ea5e9}.debug-checkbox input[type=checkbox]:not(:checked)+span{color:#94a3b8}.debug-checkbox:hover input[type=checkbox]:not(:checked)+span{color:#cbd5f5}.debug-select{flex:1;min-width:0;font-family:inherit;font-size:12px;background:#0f172a;color:#f1f5f9;border:1px solid #475569;border-radius:8px;padding:5px 8px;cursor:pointer}.debug-color-swatch{-webkit-appearance:none;appearance:none;width:14px;height:14px;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:3px;background:transparent;cursor:pointer;overflow:hidden}.debug-color-swatch::-webkit-color-swatch-wrapper{padding:0}.debug-color-swatch::-webkit-color-swatch{border:none;border-radius:2px}.debug-color-swatch::-moz-color-swatch{border:none;border-radius:2px}.debug-sidebar,.debug-right-sidebar,.debug-sections{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.4) transparent}.debug-sidebar::-webkit-scrollbar,.debug-right-sidebar::-webkit-scrollbar,.debug-sections::-webkit-scrollbar{width:10px}.debug-sidebar::-webkit-scrollbar-track,.debug-right-sidebar::-webkit-scrollbar-track,.debug-sections::-webkit-scrollbar-track{background:#0f172a80}.debug-sidebar::-webkit-scrollbar-thumb,.debug-right-sidebar::-webkit-scrollbar-thumb,.debug-sections::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}.debug-sidebar::-webkit-scrollbar-thumb:hover,.debug-right-sidebar::-webkit-scrollbar-thumb:hover,.debug-sections::-webkit-scrollbar-thumb:hover{background:#94a3b899}
