@charset "UTF-8";.settings-panel.svelte-feb5js{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--spacing-md)}.settings-panel.svelte-feb5js:not(.standalone){position:absolute;top:calc(100% + var(--spacing-xs));right:0;width:16rem;z-index:1000;animation:svelte-feb5js-slideIn var(--transition-slow)}@media(max-width:768px){.settings-panel.svelte-feb5js:not(.standalone){position:fixed;inset:auto 0 0;width:100%;max-height:85vh;overflow-y:auto;border-radius:var(--radius-lg) var(--radius-lg) 0 0;animation:svelte-feb5js-slideUp var(--transition-slow)}}.settings-panel.standalone.svelte-feb5js{margin:0 auto;border:none;box-shadow:none;background:transparent;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--spacing-lg)}.settings-panel.standalone.svelte-feb5js .settings-section:where(.svelte-feb5js){background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--spacing-lg);margin:0}.settings-panel.standalone.svelte-feb5js .settings-section.theme-section:where(.svelte-feb5js){grid-row:span 3}.settings-panel.standalone.svelte-feb5js .settings-section.language-section:where(.svelte-feb5js){grid-row:span 2}.settings-panel.standalone.svelte-feb5js .settings-section.accessibility-section:where(.svelte-feb5js){grid-row:span 2}.settings-panel.standalone.svelte-feb5js .settings-section.site-branding-section:where(.svelte-feb5js){grid-column:span 2}.settings-panel.standalone.svelte-feb5js .settings-section.color-section:where(.svelte-feb5js){grid-row:span 1}.settings-panel.standalone.svelte-feb5js .settings-section.custom-css-section:where(.svelte-feb5js){grid-column:span 2}.settings-panel.standalone.svelte-feb5js .settings-section.info-more-section:where(.svelte-feb5js){grid-column:span 2}.settings-panel.standalone.svelte-feb5js .settings-section.saving-section:where(.svelte-feb5js){grid-column:1/-1}.settings-panel.standalone.svelte-feb5js .settings-section.saving-section:where(.svelte-feb5js) .line-1:where(.svelte-feb5js){color:var(--text-tertiary);font-size:var(--font-size-md);font-style:italic}.settings-panel.standalone.svelte-feb5js .settings-section:where(.svelte-feb5js) .theme-option:where(.svelte-feb5js){flex-direction:column}@media(max-width:768px){.settings-panel.standalone.svelte-feb5js .settings-section.theme-section:where(.svelte-feb5js),.settings-panel.standalone.svelte-feb5js .settings-section.accessibility-section:where(.svelte-feb5js),.settings-panel.standalone.svelte-feb5js .settings-section.site-branding-section:where(.svelte-feb5js),.settings-panel.standalone.svelte-feb5js .settings-section.color-section:where(.svelte-feb5js),.settings-panel.standalone.svelte-feb5js .settings-section.info-more-section:where(.svelte-feb5js),.settings-panel.standalone.svelte-feb5js .settings-section.custom-css-section:where(.svelte-feb5js){grid-row:span 1;grid-column:span 1}}@media(max-width:990px){.settings-panel.standalone.svelte-feb5js .settings-section.site-branding-section:where(.svelte-feb5js){grid-column:span 1}.settings-panel.standalone.svelte-feb5js .settings-section.delete-section:where(.svelte-feb5js){grid-column:1/-1}.settings-panel.standalone.svelte-feb5js .settings-section.info-more-section:where(.svelte-feb5js){grid-column:1/-1}}.settings-panel.standalone.svelte-feb5js .theme-options:where(.svelte-feb5js){grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.settings-section.svelte-feb5js:not(:last-child){margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-primary)}.settings-section.svelte-feb5js h3:where(.svelte-feb5js){font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin:0 0 var(--spacing-sm) 0}.standalone.svelte-feb5js .settings-section:where(.svelte-feb5js) h3:where(.svelte-feb5js){font-size:var(--font-size-lg);margin-bottom:var(--spacing-sm)}.theme-options.svelte-feb5js{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:var(--spacing-xs)}.additional-themes.svelte-feb5js{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:var(--spacing-xs);grid-column:1/-1}.theme-option.svelte-feb5js{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-normal);font-size:var(--font-size-xs);color:var(--text-secondary)}.theme-option.svelte-feb5js:hover:not(.disabled){border-color:var(--border-secondary)}.theme-preview.svelte-feb5js{width:1.5rem;height:1rem;border-radius:var(--radius-xs);border:1px solid var(--border-secondary)}.font-scale-slider.svelte-feb5js{display:flex;flex-direction:column;gap:var(--spacing-sm)}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js){width:100%;height:.375rem;background:linear-gradient(to right,var(--bg-tertiary) 0%,var(--border-primary) 50%,var(--bg-tertiary) 100%);border-radius:var(--radius-sm);outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;position:relative}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js)::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.25rem;height:1.25rem;background:var(--color-primary);border:2px solid var(--bg-secondary);border-radius:50%;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 2px 4px #0003}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js)::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #0000004d}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js)::-moz-range-thumb{width:1.25rem;height:1.25rem;background:var(--color-primary);border:2px solid var(--bg-secondary);border-radius:50%;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 2px 4px #0003}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js)::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #0000004d}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js):focus::-webkit-slider-thumb{outline:2px solid var(--color-primary);outline-offset:2px}.font-scale-slider.svelte-feb5js .slider:where(.svelte-feb5js):focus::-moz-range-thumb{outline:2px solid var(--color-primary);outline-offset:2px}.font-scale-slider.svelte-feb5js .slider-labels:where(.svelte-feb5js){display:flex;justify-content:space-between;font-size:var(--font-size-sm);color:var(--text-tertiary);margin-top:var(--spacing-xs)}.font-scale-slider.svelte-feb5js .slider-labels:where(.svelte-feb5js) .slider-label:where(.svelte-feb5js){flex:1;text-align:center;transition:all var(--transition-fast);font-size:var(--font-size-xs)}.font-scale-slider.svelte-feb5js .slider-labels:where(.svelte-feb5js) .slider-label.active:where(.svelte-feb5js){color:var(--color-primary);font-weight:500}.font-scale-slider.svelte-feb5js .slider-labels:where(.svelte-feb5js) .slider-label:where(.svelte-feb5js):first-child{text-align:left}.font-scale-slider.svelte-feb5js .slider-labels:where(.svelte-feb5js) .slider-label:where(.svelte-feb5js):last-child{text-align:right}.language-dropdown.svelte-feb5js{gap:var(--spacing-xs);display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}.language-option.svelte-feb5js:hover:not(.disabled),.theme-option.svelte-feb5js:hover:not(.disabled){background:var(--surface-hover);color:var(--text-primary)}.language-option.active.svelte-feb5js,.theme-option.active.svelte-feb5js{background:color-mix(in srgb,var(--color-primary),transparent 90%);border-color:var(--color-primary);color:var(--text-primary)}.language-option.disabled.svelte-feb5js,.theme-option.disabled.svelte-feb5js{opacity:.6;cursor:not-allowed}.language-option.svelte-feb5js{padding:var(--spacing-sm);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);text-align:left;cursor:pointer;transition:all var(--transition-normal);font-size:var(--font-size-sm);color:var(--text-secondary)}.navbar-select-wrapper.svelte-feb5js{position:relative;display:block}.navbar-select-wrapper.svelte-feb5js .dropdown-icon:where(.svelte-feb5js){position:absolute;right:var(--spacing-sm);top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-secondary);transition:all var(--transition-fast);width:.75rem;height:.75rem;z-index:1}.navbar-select.svelte-feb5js{width:100%;padding:var(--spacing-sm) 2rem var(--spacing-sm) var(--spacing-sm);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);cursor:pointer;transition:all var(--transition-normal);appearance:none;position:relative}.navbar-select.svelte-feb5js:hover{background:var(--surface-hover);border-color:var(--border-secondary)}.navbar-select.svelte-feb5js:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary),transparent 85%)}.navbar-select.svelte-feb5js:focus~.dropdown-icon:where(.svelte-feb5js){color:var(--color-primary);transform:translateY(-50%) rotate(180deg)}.navbar-select.svelte-feb5js:hover~.dropdown-icon:where(.svelte-feb5js){color:var(--text-primary)}.navbar-select.svelte-feb5js option:where(.svelte-feb5js){background:var(--bg-secondary);color:var(--text-primary);padding:var(--spacing-sm)}.navbar-select.svelte-feb5js option:where(.svelte-feb5js):hover{background:var(--surface-hover)}.navbar-select.svelte-feb5js option:where(.svelte-feb5js):checked{background:color-mix(in srgb,var(--color-primary),transparent 90%);color:var(--text-primary)}.navbar-description.svelte-feb5js{color:var(--text-tertiary);font-size:var(--font-size-xs);line-height:1.3;margin-top:var(--spacing-xs);display:none}.standalone.svelte-feb5js .navbar-description:where(.svelte-feb5js){display:block}.accessibility-options.svelte-feb5js{display:flex;flex-direction:column;gap:var(--spacing-sm)}.toggle-option.svelte-feb5js{display:flex;align-items:flex-start;gap:var(--spacing-sm);cursor:pointer;font-size:var(--font-size-sm);color:var(--text-primary);padding:var(--spacing-xs) 0}.toggle-option.svelte-feb5js input[type=checkbox]:where(.svelte-feb5js){position:absolute;opacity:0;width:0;height:0}.toggle-option.svelte-feb5js input[type=checkbox]:where(.svelte-feb5js):checked+.toggle-slider:where(.svelte-feb5js){background:var(--color-primary)}.toggle-option.svelte-feb5js input[type=checkbox]:where(.svelte-feb5js):checked+.toggle-slider:where(.svelte-feb5js):before{transform:translate(1rem)}.toggle-option.svelte-feb5js input[type=checkbox]:where(.svelte-feb5js):focus+.toggle-slider:where(.svelte-feb5js){outline:2px solid var(--color-primary);outline-offset:2px}.toggle-option.svelte-feb5js .toggle-slider:where(.svelte-feb5js){position:relative;width:2rem;height:1.125rem;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:1rem;transition:all var(--transition-normal);flex-shrink:0;margin-top:.125rem}.toggle-option.svelte-feb5js .toggle-slider:where(.svelte-feb5js):before{content:"";position:absolute;top:1px;left:1px;width:.875rem;height:.875rem;background:var(--bg-primary);border-radius:50%;transition:transform var(--transition-normal)}.toggle-option.svelte-feb5js .toggle-content:where(.svelte-feb5js){display:flex;flex-direction:column;gap:var(--spacing-xs);min-width:0;flex:1;font-weight:400}.toggle-option.svelte-feb5js .toggle-content:where(.svelte-feb5js) .toggle-description:where(.svelte-feb5js){color:var(--text-secondary);font-size:var(--font-size-xs);line-height:1.3}.standalone.svelte-feb5js .toggle-option:where(.svelte-feb5js) .toggle-content:where(.svelte-feb5js) .toggle-description:where(.svelte-feb5js){display:block}.additional-options.svelte-feb5js{overflow:hidden}.show-more-btn.svelte-feb5js,.custom-color-toggle.svelte-feb5js{display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm);background:transparent;border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--font-size-xs);cursor:pointer;transition:all var(--transition-normal)}.show-more-btn.svelte-feb5js:hover,.custom-color-toggle.svelte-feb5js:hover{background:var(--surface-hover);color:var(--text-primary);border-color:var(--border-secondary)}.show-more-btn.svelte-feb5js{min-width:14rem;display:flex;justify-content:center;margin:var(--spacing-md) auto 0 auto}.show-more-btn[aria-expanded=true].svelte-feb5js{color:var(--color-primary);border-color:var(--color-primary)}.settings-links.svelte-feb5js{border-bottom:none;padding-bottom:0;margin:0}.settings-links.svelte-feb5js .settings-link:where(.svelte-feb5js){display:flex;align-items:center;gap:var(--spacing-sm);width:100%;padding:var(--spacing-sm) var(--spacing-md);background:transparent;border:none;border-radius:var(--radius-sm);text-decoration:none;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-normal);font-size:var(--font-size-sm);justify-content:center}.settings-links.svelte-feb5js .settings-link:where(.svelte-feb5js):hover{background:var(--surface-hover);color:var(--text-primary)}.site-branding-section.svelte-feb5js .section-description:where(.svelte-feb5js),.color-section.svelte-feb5js .section-description:where(.svelte-feb5js),.custom-css-section.svelte-feb5js .section-description:where(.svelte-feb5js){font-size:var(--font-size-sm);color:var(--text-secondary);margin:0 0 var(--spacing-md) 0}.site-branding-section.svelte-feb5js .form-field:where(.svelte-feb5js),.color-section.svelte-feb5js .form-field:where(.svelte-feb5js){margin-bottom:var(--spacing-md)}.site-branding-section.svelte-feb5js .form-field:where(.svelte-feb5js) label:where(.svelte-feb5js),.color-section.svelte-feb5js .form-field:where(.svelte-feb5js) label:where(.svelte-feb5js){display:block;font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:var(--spacing-xs)}.site-branding-section.svelte-feb5js .form-field:where(.svelte-feb5js) input:where(.svelte-feb5js),.color-section.svelte-feb5js .form-field:where(.svelte-feb5js) input:where(.svelte-feb5js){width:100%;padding:var(--spacing-sm) var(--spacing-md);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);transition:all var(--transition-normal)}.site-branding-section.svelte-feb5js .form-field:where(.svelte-feb5js) input:where(.svelte-feb5js):focus,.color-section.svelte-feb5js .form-field:where(.svelte-feb5js) input:where(.svelte-feb5js):focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary),transparent 85%)}.site-branding-section.svelte-feb5js .form-field:where(.svelte-feb5js) input:where(.svelte-feb5js)::placeholder,.color-section.svelte-feb5js .form-field:where(.svelte-feb5js) input:where(.svelte-feb5js)::placeholder{color:var(--text-tertiary)}.color-section.svelte-feb5js .color-palette:where(.svelte-feb5js){display:grid;grid-template-columns:repeat(auto-fill,minmax(30px,1fr));gap:var(--spacing-sm);margin-bottom:var(--spacing-md);width:100%}.color-section.svelte-feb5js .color-swatch:where(.svelte-feb5js){aspect-ratio:1;border:2px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-normal);position:relative;outline:1px solid var(--border-primary)}.color-section.svelte-feb5js .color-swatch:where(.svelte-feb5js):hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.color-section.svelte-feb5js .color-swatch.active:where(.svelte-feb5js){outline:2px solid var(--text-primary);box-shadow:0 0 0 3px var(--bg-secondary)}.color-section.svelte-feb5js .color-swatch.active:where(.svelte-feb5js):after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:1.2rem;text-shadow:0 0 3px rgba(0,0,0,.8)}.color-section.svelte-feb5js .color-actions:where(.svelte-feb5js){display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.color-section.svelte-feb5js .custom-color-toggle:where(.svelte-feb5js){flex:1;justify-content:center;padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm)}.color-section.svelte-feb5js .custom-color-inputs:where(.svelte-feb5js){display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);overflow:hidden}@media(max-width:768px){.color-section.svelte-feb5js .custom-color-inputs:where(.svelte-feb5js){flex-direction:column}}.color-section.svelte-feb5js .color-picker-wrapper:where(.svelte-feb5js){flex:0 0 auto}.color-section.svelte-feb5js .color-picker-wrapper:where(.svelte-feb5js) label:where(.svelte-feb5js){display:block;font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin-bottom:var(--spacing-xs)}.color-section.svelte-feb5js .color-picker-wrapper:where(.svelte-feb5js) input[type=color]:where(.svelte-feb5js){width:80px;height:40px;padding:2px;border:1px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;background:var(--bg-tertiary)}.color-section.svelte-feb5js .color-picker-wrapper:where(.svelte-feb5js) input[type=color]:where(.svelte-feb5js):hover{border-color:var(--border-secondary)}.color-section.svelte-feb5js .color-picker-wrapper:where(.svelte-feb5js) input[type=color]:where(.svelte-feb5js):focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary),transparent 85%)}.action-btn.svelte-feb5js{display:flex;align-items:center;display:inline-flex;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:all var(--transition-normal);border:1px solid var(--border-primary)}.action-btn.apply.svelte-feb5js{background:var(--color-primary);color:var(--bg-primary);border-color:var(--color-primary);float:right;width:fit-content!important}.action-btn.apply.svelte-feb5js:hover{background:color-mix(in srgb,var(--color-primary),black 10%);border-color:color-mix(in srgb,var(--color-primary),black 10%)}.action-btn.clear.svelte-feb5js{background:transparent;color:var(--text-secondary)}.action-btn.clear.svelte-feb5js:hover{background:var(--surface-hover);color:var(--text-primary);border-color:var(--border-secondary)}.custom-css-section.svelte-feb5js .css-editor:where(.svelte-feb5js){width:100%;min-height:120px;padding:var(--spacing-md);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);font-family:Courier New,monospace;font-size:var(--font-size-sm);color:var(--text-primary);resize:vertical;transition:all var(--transition-normal)}.custom-css-section.svelte-feb5js .css-editor:where(.svelte-feb5js):focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary),transparent 85%)}.custom-css-section.svelte-feb5js .css-editor:where(.svelte-feb5js)::placeholder{color:var(--text-tertiary)}.custom-css-section.svelte-feb5js .css-meta:where(.svelte-feb5js){display:flex;justify-content:flex-end;margin-top:var(--spacing-xs)}.custom-css-section.svelte-feb5js .css-meta:where(.svelte-feb5js) .char-count:where(.svelte-feb5js){font-size:var(--font-size-xs);color:var(--text-tertiary)}.custom-css-section.svelte-feb5js .validation-messages:where(.svelte-feb5js){display:flex;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-sm);margin-top:var(--spacing-md);font-size:var(--font-size-sm);line-height:1.4}.custom-css-section.svelte-feb5js .validation-messages:where(.svelte-feb5js) svg{flex-shrink:0;margin-top:.125rem}.custom-css-section.svelte-feb5js .validation-messages:where(.svelte-feb5js) p:where(.svelte-feb5js){margin:0}.custom-css-section.svelte-feb5js .validation-messages:where(.svelte-feb5js) p:where(.svelte-feb5js):not(:last-child){margin-bottom:var(--spacing-xs)}.custom-css-section.svelte-feb5js .validation-messages.errors:where(.svelte-feb5js){background:linear-gradient(135deg,color-mix(in srgb,var(--color-error),transparent 90%),color-mix(in srgb,var(--color-error),transparent 95%));border:1px solid color-mix(in srgb,var(--color-error),transparent 70%);color:var(--color-error)}.custom-css-section.svelte-feb5js .validation-messages.warnings:where(.svelte-feb5js){background:linear-gradient(135deg,color-mix(in srgb,var(--color-warning),transparent 90%),color-mix(in srgb,var(--color-warning),transparent 95%));border:1px solid color-mix(in srgb,var(--color-warning),transparent 70%);color:var(--color-warning)}.custom-css-section.svelte-feb5js .css-actions:where(.svelte-feb5js){display:flex;gap:var(--spacing-sm)}.info-more-section.svelte-feb5js .line-1:where(.svelte-feb5js){font-style:italic;color:var(--text-tertiary);font-size:var(--font-size-md)}.info-more-section.svelte-feb5js p:where(.svelte-feb5js){margin:0 0 var(--spacing-sm) 0}.info-more-section.svelte-feb5js a:where(.svelte-feb5js){color:var(--color-primary);transition:all var(--transition-normal)}.info-more-section.svelte-feb5js a:where(.svelte-feb5js):hover{text-decoration:underline;color:color-mix(in srgb,var(--color-primary),black 10%)}.delete-section.svelte-feb5js .caution-message:where(.svelte-feb5js){display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);background:linear-gradient(135deg,color-mix(in srgb,var(--color-warning),transparent 90%),color-mix(in srgb,var(--color-warning),transparent 95%));border:1px solid color-mix(in srgb,var(--color-warning),transparent 70%);border-radius:var(--radius-sm);margin-bottom:var(--spacing-md)}.delete-section.svelte-feb5js .caution-message:where(.svelte-feb5js) svg{flex-shrink:0;color:var(--color-warning)}.delete-section.svelte-feb5js .caution-message:where(.svelte-feb5js) p:where(.svelte-feb5js){margin:0;font-size:var(--font-size-sm);color:var(--text-primary);font-weight:500}.delete-section.svelte-feb5js .action-btn.danger:where(.svelte-feb5js){width:100%;justify-content:center;background:var(--color-error);color:var(--bg-secondary);border-color:var(--color-error)}.delete-section.svelte-feb5js .action-btn.danger:where(.svelte-feb5js):hover{background:color-mix(in srgb,var(--color-error),black 15%);border-color:color-mix(in srgb,var(--color-error),black 15%);transform:translateY(-1px);box-shadow:0 2px 8px color-mix(in srgb,var(--color-error),transparent 60%)}.delete-section.svelte-feb5js .action-btn.danger:where(.svelte-feb5js):active{transform:translateY(0);box-shadow:none}.saving-section.svelte-feb5js .show-more-btn:where(.svelte-feb5js){margin-top:var(--spacing-md)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js){margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--border-primary)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .env-header:where(.svelte-feb5js){display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .env-header:where(.svelte-feb5js) h4:where(.svelte-feb5js){margin:0;font-size:var(--font-size-md);font-weight:600;color:var(--text-primary)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .section-description:where(.svelte-feb5js){font-size:var(--font-size-sm);color:var(--text-secondary);margin:0 0 var(--spacing-md) 0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .env-block:where(.svelte-feb5js){width:100%;padding:var(--spacing-md);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);margin-bottom:var(--spacing-md);overflow-x:auto}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .env-block:where(.svelte-feb5js) code:where(.svelte-feb5js){font-family:Courier New,monospace;font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.6;white-space:pre;padding:0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .action-btn:where(.svelte-feb5js){width:100%;justify-content:center}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js){margin-top:var(--spacing-md)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .code-label:where(.svelte-feb5js){font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary);margin:var(--spacing-md) 0 var(--spacing-xs) 0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .code-label:where(.svelte-feb5js):first-child{margin-top:0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .code-label:where(.svelte-feb5js) code:where(.svelte-feb5js){background:var(--bg-tertiary);padding:.125rem .375rem;border-radius:var(--radius-xs);font-family:Courier New,monospace;font-size:.9em}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .mount-options:where(.svelte-feb5js){margin-top:var(--spacing-sm);padding-left:var(--spacing-md);border-left:2px solid var(--border-primary)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .mount-options:where(.svelte-feb5js) .mount-option-label:where(.svelte-feb5js){font-size:var(--font-size-sm);color:var(--text-secondary);margin:var(--spacing-md) 0 var(--spacing-xs) 0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .mount-options:where(.svelte-feb5js) .mount-option-label:where(.svelte-feb5js):first-child{margin-top:0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .mount-options:where(.svelte-feb5js) .mount-option-label:where(.svelte-feb5js) strong:where(.svelte-feb5js){color:var(--text-primary);font-weight:600}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .code-block:where(.svelte-feb5js){width:100%;padding:var(--spacing-md);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);margin-bottom:var(--spacing-sm);overflow-x:auto}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .code-block:where(.svelte-feb5js) code:where(.svelte-feb5js){font-family:Courier New,monospace;font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.6;white-space:pre;padding:0}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .info-message:where(.svelte-feb5js){display:flex;gap:var(--spacing-sm);padding:var(--spacing-md);background:linear-gradient(135deg,color-mix(in srgb,var(--color-info),transparent 90%),color-mix(in srgb,var(--color-info),transparent 95%));border:1px solid color-mix(in srgb,var(--color-info),transparent 70%);border-radius:var(--radius-sm);margin-top:var(--spacing-md)}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .info-message:where(.svelte-feb5js) svg{flex-shrink:0;color:var(--color-info);margin-top:.125rem}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .info-message:where(.svelte-feb5js) p:where(.svelte-feb5js){margin:0;font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.5}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .info-message:where(.svelte-feb5js) p:where(.svelte-feb5js) strong:where(.svelte-feb5js){font-weight:600}.saving-section.svelte-feb5js .env-vars-section:where(.svelte-feb5js) .code-block-section:where(.svelte-feb5js) .info-message:where(.svelte-feb5js) p:where(.svelte-feb5js) code:where(.svelte-feb5js){background:var(--bg-tertiary);padding:.125rem .375rem;border-radius:var(--radius-xs);font-family:Courier New,monospace;font-size:.9em}@keyframes svelte-feb5js-slideIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-feb5js-slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
