editor-style-settings{display:block;width:100%;height:100%}editor-style-settings .editor-style-settings-container{display:flex;width:100%;height:100%;background-color:var(--md-sys-color-surface, #1e1e1e);gap:0}editor-style-settings .settings-panel{width:320px;min-width:280px;background-color:var(--md-sys-color-surface-container, #2a2a2a);border-right:1px solid var(--md-sys-color-outline, #404040);padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}editor-style-settings .settings-title{margin:0;font-size:20px;font-weight:500;color:var(--md-sys-color-on-surface, #e0e0e0)}editor-style-settings .settings-fields-container{display:flex;flex-direction:column;gap:20px}editor-style-settings .setting-field-group{display:flex;flex-direction:column;gap:8px}editor-style-settings .setting-label{font-size:14px;font-weight:500;color:var(--md-sys-color-on-surface, #e0e0e0)}editor-style-settings .setting-label-small{font-size:12px;font-weight:400;color:var(--md-sys-color-on-surface-variant, #a0a0a0)}editor-style-settings .setting-select{width:100%;padding:10px 12px;background-color:var(--md-sys-color-surface-variant, #333333);border:1px solid var(--md-sys-color-outline, #505050);border-radius:8px;color:var(--md-sys-color-on-surface, #e0e0e0);font-size:14px;cursor:pointer;outline:0;transition:border-color .2s}editor-style-settings .setting-select:focus{border-color:var(--md-sys-color-primary, #6a5acd)}editor-style-settings .setting-select option{background-color:var(--md-sys-color-surface-variant, #333333);color:var(--md-sys-color-on-surface, #e0e0e0)}editor-style-settings .setting-select optgroup{font-weight:600;color:var(--md-sys-color-primary, #6a5acd)}editor-style-settings .range-input-group{display:flex;align-items:center;gap:12px}editor-style-settings .setting-range{flex:1;height:6px;border-radius:3px;background-color:var(--md-sys-color-surface-variant, #333333);outline:0;cursor:pointer}editor-style-settings .setting-range::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background-color:var(--md-sys-color-primary, #6a5acd);cursor:pointer;transition:transform .2s}editor-style-settings .setting-range::-webkit-slider-thumb:hover{transform:scale(1.2)}editor-style-settings .setting-range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background-color:var(--md-sys-color-primary, #6a5acd);cursor:pointer;border:0;transition:transform .2s}editor-style-settings .setting-range::-moz-range-thumb:hover{transform:scale(1.2)}editor-style-settings .range-value{min-width:48px;text-align:right;font-size:13px;font-weight:500;color:var(--md-sys-color-on-surface-variant, #a0a0a0)}editor-style-settings .tab-options{display:flex;flex-direction:column;gap:12px;padding:12px;background-color:var(--md-sys-color-surface, #1e1e1e);border-radius:8px}editor-style-settings .radio-option{display:flex;align-items:center;gap:8px}editor-style-settings .radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--md-sys-color-primary, #6a5acd)}editor-style-settings .radio-option label{font-size:14px;color:var(--md-sys-color-on-surface, #e0e0e0);cursor:pointer}editor-style-settings .tab-size-field{margin-top:8px;padding-top:12px;border-top:1px solid var(--md-sys-color-outline, #404040)}editor-style-settings .reset-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background-color:var(--md-sys-color-error-container, #5a2828);border:0;border-radius:8px;color:var(--md-sys-color-on-error-container, #ffd9d9);font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}editor-style-settings .reset-button:hover{background-color:var(--md-sys-color-error, #8b3a3a)}editor-style-settings .reset-button icon{font-size:18px}editor-style-settings .preview-panel{flex:1;display:flex;flex-direction:column;padding:24px;background-color:var(--md-sys-color-surface, #1e1e1e);overflow:hidden}editor-style-settings .preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}editor-style-settings .preview-title{margin:0;font-size:18px;font-weight:500;color:var(--md-sys-color-on-surface, #e0e0e0)}editor-style-settings .preview-lang-tabs{display:flex;gap:4px;background-color:var(--md-sys-color-surface-container, #2a2a2a);border-radius:8px;padding:4px}editor-style-settings .preview-lang-tab{padding:6px 16px;background-color:transparent;border:0;border-radius:6px;color:var(--md-sys-color-on-surface-variant, #a0a0a0);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}editor-style-settings .preview-lang-tab:hover{background-color:var(--md-sys-color-surface-variant, #333333)}editor-style-settings .preview-lang-tab.active{background-color:var(--md-sys-color-primary, #6a5acd);color:var(--md-sys-color-on-primary, #ffffff)}editor-style-settings .preview-editor-container{flex:1;border:1px solid var(--md-sys-color-outline, #404040);border-radius:8px;overflow:hidden;background-color:var(--md-sys-color-surface-container, #2a2a2a)}@media (max-width:1024px){editor-style-settings .editor-style-settings-container{flex-direction:column}editor-style-settings .settings-panel{width:100%;max-height:400px;border-right:none;border-bottom:1px solid var(--md-sys-color-outline, #404040)}editor-style-settings .preview-panel{min-height:400px}}@media (max-width:640px){editor-style-settings .preview-panel,editor-style-settings .settings-panel{padding:16px}editor-style-settings .preview-header{flex-direction:column;align-items:flex-start;gap:12px}editor-style-settings .preview-lang-tabs{width:100%}editor-style-settings .preview-lang-tab{flex:1;text-align:center}}