@charset "UTF-8";:root{--color-surface-base: #17181a;--color-surface-1: #1c1d20;--color-surface-2: #1d1e21;--color-surface-topbar: #1e1f22;--color-surface-bar: #202124;--color-surface-panel: #242529;--color-surface-menu: #26272b;--color-surface-section-header: #2a2b30;--color-surface-control: #2c2d31;--color-surface-hover: #32333a;--color-surface-hover-strong: #34363b;--color-border-strong: #000;--color-border-subtle: #2f3034;--color-border-muted: #35363a;--color-border: #3a3b40;--color-border-highlight: rgba(255, 255, 255, .08);--color-text-on-accent: #fff;--color-text-strong: #e4e4e7;--color-text: #d7d8dc;--color-text-soft: #cfd0d4;--color-text-muted: #9a9ba0;--color-text-dim: #8b8c90;--color-text-dimmer: #86878c;--color-text-faint: #7a7b80;--color-text-marker: #6f7075;--color-text-disabled: #6b6c70;--color-accent: #00afa6;--color-accent-bright: #5ad7e0;--color-accent-text: #cfd7ff;--color-accent-surface: #2a3550;--color-accent-surface-dim: #202433;--color-danger: #b0393f;--color-danger-surface: #7a2e33;--color-danger-surface-dim: #3a1d1f;--color-danger-border: #5a2a2e;--color-danger-text: #ff9ea3;--color-danger-text-bright: #ffd7d9;--color-shadow-soft: rgba(0, 0, 0, .4);--color-shadow: rgba(0, 0, 0, .45);--color-shadow-strong: rgba(0, 0, 0, .5);--color-scrim: rgba(0, 0, 0, .55);--color-scrollbar-thumb: #3a3b40;--color-scrollbar-thumb-hover: #4c4d55}head,body{margin:0;padding:0}html,body{height:100%;overflow:hidden}body>textarea{position:fixed!important}html{font-family:Arial,Helvetica,sans-serif}*{scrollbar-width:thin;scrollbar-color:var(--color-scrollbar-thumb) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb);border:2px solid transparent;background-clip:padding-box;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-thumb-hover);border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}input[type=range]{-webkit-appearance:none;appearance:none;height:4px;border-radius:2px;background:var(--color-surface-control);outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--color-accent);border:none;cursor:pointer;transition:background-color .15s ease}input[type=range]::-webkit-slider-thumb:hover{background:var(--color-accent-bright)}input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:var(--color-surface-control)}input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--color-accent);border:none;cursor:pointer;transition:background-color .15s ease}input[type=range]::-moz-range-thumb:hover{background:var(--color-accent-bright)}input[type=range]:focus-visible{outline:2px solid var(--color-accent-bright);outline-offset:2px}
