.dev-ui{display:flex;flex-direction:column;height:100%;min-height:0;background:#1a1a2e;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:#e0e0e0}.dev-tabs{display:flex;gap:2px;padding:8px 8px 0;background:#0f0f1a;border-bottom:1px solid #2a2a4a;overflow-x:auto;flex-shrink:0}.dev-tabs::-webkit-scrollbar{display:none}.dev-tabs::-webkit-scrollbar-track{background:transparent}.dev-tabs::-webkit-scrollbar-thumb{background:transparent}.dev-tab{padding:8px 16px;background:transparent;border:none;border-radius:6px 6px 0 0;color:#888;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s;white-space:nowrap}.dev-tab:hover{color:#ccc;background:#ffffff0d}.dev-tab--active{color:#fff;background:#1a1a2e}.dev-tab__icon{margin-right:6px}.dev-panel{flex:1;min-height:0;padding:16px;overflow-y:auto;overflow-x:hidden}.dev-panel__source{display:inline-block;padding:4px 8px;margin-bottom:12px;background:#4a9eff26;border:1px solid rgba(74,158,255,.3);border-radius:4px;font-size:11px;font-weight:500;color:#4a9eff}.dev-panel__description{margin:0 0 16px;color:#888;font-size:12px}.dev-no-extensions{padding:32px;text-align:center;color:#666}.dev-group-header{display:flex;align-items:center;gap:8px;margin:16px 0 8px;padding-bottom:4px;border-bottom:1px solid #2a2a4a}.dev-group-header:first-child{margin-top:0}.dev-group-header__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6a6a8a}.dev-group-header__desc{font-size:11px;color:#555}.dev-controls-group{display:flex;flex-direction:column;gap:8px}.dev-control{display:flex;align-items:center;gap:8px;padding:6px 0}.dev-control--disabled{opacity:.5;pointer-events:none}.dev-control__label{min-width:100px;font-size:13px;color:#ccc}.dev-control--slider{flex-wrap:wrap}.dev-slider-wrapper{display:flex;align-items:center;gap:8px;flex:1}.dev-slider{flex:1;height:4px;-webkit-appearance:none;appearance:none;background:#2a2a4a;border-radius:2px;cursor:pointer}.dev-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#4a9eff;border-radius:50%;cursor:pointer;transition:transform .1s}.dev-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.dev-slider::-moz-range-thumb{width:14px;height:14px;background:#4a9eff;border:none;border-radius:50%;cursor:pointer}.dev-slider__value{min-width:48px;text-align:right;font-size:12px;color:#888;font-variant-numeric:tabular-nums}.dev-control--button{padding:4px 0}.dev-button{padding:8px 16px;background:#2a2a4a;border:none;border-radius:6px;color:#e0e0e0;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.dev-button:hover{background:#3a3a5a}.dev-button:active{transform:scale(.98)}.dev-button--primary{background:#4a9eff;color:#fff}.dev-button--primary:hover{background:#5aafff}.dev-button--success{background:#2ecc71;color:#fff}.dev-button--success:hover{background:#3edc81}.dev-button--danger{background:#e74c3c;color:#fff}.dev-button--danger:hover{background:#f75c4c}.dev-button--loading{opacity:.7;cursor:wait}.dev-toggle{padding:6px 12px;min-width:70px;background:#2a2a4a;border:none;border-radius:4px;color:#888;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.dev-toggle:hover{background:#3a3a5a}.dev-toggle--on{background:#4a9eff;color:#fff}.dev-toggle--on:hover{background:#5aafff}.dev-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.dev-checkbox{width:16px;height:16px;accent-color:#4a9eff;cursor:pointer}.dev-text-input{flex:1;padding:8px 12px;background:#0f0f1a;border:1px solid #2a2a4a;border-radius:4px;color:#e0e0e0;font-size:13px}.dev-text-input:focus{outline:none;border-color:#4a9eff}.dev-text-input--error{border-color:#e74c3c}.dev-text-input__error{font-size:11px;color:#e74c3c}.dev-select{flex:1;padding:8px 12px;background:#0f0f1a;border:1px solid #2a2a4a;border-radius:4px;color:#e0e0e0;font-size:13px;cursor:pointer}.dev-select:focus{outline:none;border-color:#4a9eff}.dev-number-input{width:80px;padding:8px 12px;background:#0f0f1a;border:1px solid #2a2a4a;border-radius:4px;color:#e0e0e0;font-size:13px;font-variant-numeric:tabular-nums}.dev-number-input:focus{outline:none;border-color:#4a9eff}.dev-color-wrapper{display:flex;align-items:center;gap:8px}.dev-color-input{width:40px;height:28px;padding:0;border:1px solid #2a2a4a;border-radius:4px;cursor:pointer}.dev-color-input::-webkit-color-swatch-wrapper{padding:2px}.dev-color-input::-webkit-color-swatch{border-radius:2px;border:none}.dev-color__value{font-size:12px;color:#888;font-family:monospace}.dev-progress-wrapper{display:flex;align-items:center;gap:8px;flex:1}.dev-progress{flex:1;height:8px;background:#2a2a4a;border-radius:4px;overflow:hidden}.dev-progress__bar{height:100%;background:#4a9eff;border-radius:4px;transition:width .2s ease-out}.dev-progress--success .dev-progress__bar{background:#2ecc71}.dev-progress--warning .dev-progress__bar{background:#f39c12}.dev-progress--danger .dev-progress__bar{background:#e74c3c}.dev-progress__value{min-width:40px;text-align:right;font-size:12px;color:#888;font-variant-numeric:tabular-nums}.dev-control--tile-list{flex-direction:column;align-items:stretch;gap:12px}.dev-tile-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--tile-size, 80px),1fr));gap:8px;padding:8px;background:#0f0f1a;border-radius:6px;border:1px solid #2a2a4a}.dev-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:var(--tile-size, 80px);padding:8px;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:4px;transition:all .2s;overflow:hidden}.dev-tile:hover{background:#2a2a4e;border-color:#4a9eff;transform:translateY(-2px)}.dev-tile__preview{width:100%;height:70px;display:flex;align-items:center;justify-content:center;background:#0f0f1a;border-radius:4px;margin-bottom:6px;overflow:hidden;position:relative;border:1px solid #2a2a4a}.dev-tile__preview:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#1a1a2e 25%,transparent 25%),linear-gradient(-45deg,#1a1a2e 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#1a1a2e 75%),linear-gradient(-45deg,transparent 75%,#1a1a2e 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;opacity:.3;z-index:0}.dev-tile__preview--loaded:before{opacity:0}.dev-tile__preview-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:2px;position:relative;z-index:1;transition:opacity .2s;display:block}.dev-tile__preview:not(.dev-tile__preview--loaded) .dev-tile__preview-img{opacity:.7}.dev-tile__preview-error{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:24px;color:#6a6a8a;position:relative;z-index:1}.dev-tile img{max-width:100%;max-height:60px;object-fit:contain;border-radius:2px}.dev-tile__icon{font-size:24px;margin-bottom:4px}.dev-tile__label{font-size:10px;color:#888;text-align:center;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%}.dev-tile__type{font-size:9px;color:#6a6a8a;text-transform:uppercase;margin-top:4px;font-weight:600;letter-spacing:.5px}.dev-panel::-webkit-scrollbar{width:6px}.dev-panel::-webkit-scrollbar-track{background:transparent}.dev-panel::-webkit-scrollbar-thumb{background:#2a2a4a;border-radius:3px}.dev-panel::-webkit-scrollbar-thumb:hover{background:#3a3a5a}.dev-system-container{display:flex;flex-direction:column;height:100%;min-height:0;gap:12px}.dev-system-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px;background:#0f0f1a;border-radius:6px;flex-shrink:0}.dev-stat-row{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:#ffffff05;border-radius:4px}.dev-stat-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.dev-stat-value{font-size:12px;font-weight:600;color:#4a9eff;font-variant-numeric:tabular-nums;font-family:Monaco,Menlo,Consolas,monospace;text-align:right}.dev-profiling-container{display:flex;flex-direction:column;gap:12px;padding:4px 0}.dev-profiling-section{background:#0f0f1a;border-radius:6px;padding:10px}.dev-profiling-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.dev-profiling-select{background:#1e1e32e6;color:#e0e0e0;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:4px 8px;font-size:12px;font-family:inherit;outline:none;cursor:pointer}.dev-profiling-select:hover{border-color:#ffffff4d}.dev-profiling-select:focus{border-color:#4a9eff}.dev-profiling-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6a6a8a}.dev-profiling-value{font-size:14px;font-weight:700;color:#4a9eff;font-variant-numeric:tabular-nums;font-family:Monaco,Menlo,Consolas,monospace}.dev-profiling-graph{width:100%;height:60px;border-radius:4px;display:block}.dev-profiling-range{display:flex;justify-content:space-between;margin-top:4px;font-size:10px;color:#6a6a8a;font-family:Monaco,Menlo,Consolas,monospace}.dev-profiling-section-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#4a4a6a;padding:8px 0 4px;border-bottom:1px solid #2a2a4a;margin-bottom:8px}.dev-profiling-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.dev-profiling-card{background:#0f0f1a;border-radius:6px;padding:10px;display:flex;flex-direction:column;gap:4px}.dev-profiling-card-title{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6a6a8a}.dev-profiling-card-value{font-size:13px;font-weight:600;color:#e0e0e0;font-variant-numeric:tabular-nums;font-family:Monaco,Menlo,Consolas,monospace;word-break:break-all}.dev-profiling-card-value--small{font-size:11px}.dev-console-fullscreen{display:flex;flex-direction:column;height:100%;min-height:0;gap:8px}.dev-console-container{display:flex;flex-direction:column;flex:1;min-height:0;gap:8px}.dev-console-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-shrink:0}.dev-console-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6a6a8a}.dev-console-output{flex:1;min-height:0;background:#0f0f1a;border-radius:4px;padding:8px;font-family:Monaco,Menlo,Consolas,monospace;font-size:11px;overflow-y:auto;overflow-x:hidden}.dev-console-fullscreen .dev-console-output{flex:1}.dev-console-output .log{padding:3px 0;border-bottom:1px solid #1a1a2e;word-break:break-all}.dev-console-output .log:last-child{border-bottom:none}.dev-console-output .log.error{color:#f87171}.dev-console-output .log.warn{color:#fbbf24}.dev-console-output .log.info{color:#60a5fa}.dev-console-output::-webkit-scrollbar{width:6px}.dev-console-output::-webkit-scrollbar-track{background:transparent}.dev-console-output::-webkit-scrollbar-thumb{background:#2a2a4a;border-radius:3px}.dev-console-output::-webkit-scrollbar-thumb:hover{background:#3a3a5a}.dev-engine-container{display:flex;flex-direction:column;gap:16px;padding:4px 0}.dev-engine-section{background:#0f0f1a;border-radius:6px;padding:16px}.dev-engine-title{margin:0 0 16px;font-size:14px;font-weight:600;color:#e0e0e0}.dev-engine-status{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:12px;background:#1a1a2e;border-radius:4px;border:1px solid #2a2a4a}.dev-engine-status-label{font-size:12px;color:#888;font-weight:500}.dev-engine-status-value{font-size:13px;font-weight:600;font-family:Monaco,Menlo,Consolas,monospace;padding:4px 8px;border-radius:4px}.engine-status--running{color:#2ecc71;background:#2ecc711a}.engine-status--stopped{color:#e74c3c;background:#e74c3c1a}.dev-engine-buttons{display:flex;gap:8px}.dev-engine-buttons .dev-button{flex:1}
