:root{--md-sys-color-primary: #3b5bdb;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #dbe4ff;--md-sys-color-on-primary-container: #102a71;--md-sys-color-secondary: #495057;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #e9ecef;--md-sys-color-on-secondary-container: #212529;--md-sys-color-tertiary: #0c8599;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #c5f6fa;--md-sys-color-on-tertiary-container: #0b4953;--md-sys-color-error: #e03131;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #ffe3e3;--md-sys-color-on-error-container: #911818;--md-sys-color-background: #f8f9fa;--md-sys-color-on-background: #1a1b1e;--md-sys-color-surface: #ffffff;--md-sys-color-on-surface: #1a1b1e;--md-sys-color-surface-variant: #f1f3f5;--md-sys-color-on-surface-variant: #495057;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f8f9fa;--md-sys-color-surface-container: #f1f3f5;--md-sys-color-surface-container-high: #e9ecef;--md-sys-color-surface-container-highest: #dee2e6;--md-sys-color-outline: #ced4da;--md-sys-color-outline-variant: #e9ecef;--md-sys-color-inverse-surface: #212529;--md-sys-color-inverse-on-surface: #f8f9fa;--md-sys-color-inverse-primary: #91a7ff;--md-sys-elevation-1: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--md-sys-elevation-2: 0 3px 6px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);--md-sys-elevation-3: 0 10px 20px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .06);--md-sys-elevation-4: 0 14px 28px rgba(0, 0, 0, .12), 0 10px 10px rgba(0, 0, 0, .08);--md-sys-shape-corner-none: 0px;--md-sys-shape-corner-xs: 4px;--md-sys-shape-corner-sm: 8px;--md-sys-shape-corner-md: 12px;--md-sys-shape-corner-lg: 16px;--md-sys-shape-corner-xl: 24px;--md-sys-shape-corner-2xl: 32px;--md-sys-shape-corner-full: 9999px;--reader-font-size: 18px;--reader-line-height: 1.7;--reader-letter-spacing: .02em;--reader-font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--word-highlight-bg: #fff3bf;--word-highlight-border: #fab005;--word-highlight-color: #000000}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--reader-font-family);font-size:16px;color:var(--md-sys-color-on-background);background-color:var(--md-sys-color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column;background-color:var(--md-sys-color-background);color:var(--md-sys-color-on-background);transition:background-color .25s ease,color .25s ease}:focus-visible{outline:3px solid var(--md-sys-color-primary);outline-offset:3px;border-radius:var(--md-sys-shape-corner-xs)}.m3-top-app-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--md-sys-color-surface);border-bottom:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-1);position:sticky;top:0;z-index:100}.m3-top-app-bar .brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--md-sys-color-on-surface)}.m3-top-app-bar .brand-icon{width:42px;height:42px;border-radius:var(--md-sys-shape-corner-md);background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.m3-top-app-bar .brand-title{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.m3-top-app-bar .brand-badge{font-size:.75rem;font-weight:600;padding:.2rem .6rem;background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container);border-radius:var(--md-sys-shape-corner-full)}.m3-actions-row{display:flex;align-items:center;gap:.5rem}.app-container{width:100%;max-width:1400px;margin:0 auto;padding:1.5rem 1rem 3rem;display:grid;grid-template-columns:1fr 1.35fr;gap:1.5rem}@media (max-width: 1024px){.app-container{grid-template-columns:1fr}}.m3-card{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-xl);padding:1.5rem;box-shadow:var(--md-sys-elevation-1);border:1px solid var(--md-sys-color-outline-variant);transition:box-shadow .2s ease,border-color .2s ease}.m3-card-elevated{box-shadow:var(--md-sys-elevation-2)}.m3-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--md-sys-color-outline-variant)}.m3-card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--md-sys-color-on-surface)}.m3-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;border-radius:var(--md-sys-shape-corner-full);border:none;cursor:pointer;transition:all .18s cubic-bezier(.2,0,0,1);text-decoration:none}.m3-btn-filled{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:var(--md-sys-elevation-1)}.m3-btn-filled:hover{filter:brightness(1.08);box-shadow:var(--md-sys-elevation-2)}.m3-btn-filled:active{filter:brightness(.95)}.m3-btn-tonal{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.m3-btn-tonal:hover{background:var(--md-sys-color-surface-container-highest)}.m3-btn-outlined{background:transparent;color:var(--md-sys-color-primary);border:1.5px solid var(--md-sys-color-outline)}.m3-btn-outlined:hover{background:var(--md-sys-color-primary-container);border-color:var(--md-sys-color-primary)}.m3-btn-text{background:transparent;color:var(--md-sys-color-primary);padding:.5rem .75rem}.m3-btn-text:hover{background:var(--md-sys-color-surface-container)}.m3-icon-btn{width:42px;height:42px;border-radius:var(--md-sys-shape-corner-full);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--md-sys-color-on-surface);cursor:pointer;font-size:1.25rem;transition:background-color .15s ease}.m3-icon-btn:hover{background:var(--md-sys-color-surface-container-high)}.m3-icon-btn.active{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.m3-dropzone{border:2px dashed var(--md-sys-color-primary);background:var(--md-sys-color-surface-container-low);border-radius:var(--md-sys-shape-corner-xl);padding:2.25rem 1.5rem;text-align:center;cursor:pointer;transition:all .2s ease;position:relative}.m3-dropzone:hover,.m3-dropzone.drag-over{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-primary-container)}.m3-dropzone-icon{font-size:3rem;margin-bottom:.75rem;color:var(--md-sys-color-primary)}.m3-dropzone-title{font-size:1.15rem;font-weight:700;margin-bottom:.35rem;color:var(--md-sys-color-on-surface)}.m3-dropzone-subtitle{font-size:.85rem;color:var(--md-sys-color-on-surface-variant);margin-bottom:1.25rem}.m3-input-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.image-preview-wrapper{position:relative;background:#000;border-radius:var(--md-sys-shape-corner-lg);overflow:hidden;display:flex;justify-content:center;align-items:center;max-height:420px;margin-top:1rem}.image-preview-wrapper img{max-width:100%;max-height:420px;object-fit:contain;display:block}.preprocess-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;background:var(--md-sys-color-surface-container);border-radius:var(--md-sys-shape-corner-lg);padding:.5rem .75rem;margin-top:.75rem}.preprocess-bar span{font-size:.8rem;font-weight:600;color:var(--md-sys-color-on-surface-variant);margin-right:.25rem}.camera-modal{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.camera-modal.hidden{display:none}.camera-card{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-2xl);overflow:hidden;max-width:680px;width:100%;display:flex;flex-direction:column}.camera-view-box{position:relative;background:#000;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.camera-view-box video{width:100%;height:100%;object-fit:cover}.camera-crosshair{position:absolute;inset:30px;border:2px dashed rgba(255,255,255,.75);border-radius:var(--md-sys-shape-corner-lg);pointer-events:none;box-shadow:0 0 0 9999px #00000059}.camera-controls{display:flex;align-items:center;justify-content:space-around;padding:1rem;background:var(--md-sys-color-surface-container)}.m3-tabs-container{display:flex;background:var(--md-sys-color-surface-container);border-radius:var(--md-sys-shape-corner-full);padding:.25rem;margin-bottom:1.25rem;gap:.25rem;overflow-x:auto}.m3-tab-btn{flex:1;min-width:120px;padding:.6rem .9rem;background:transparent;border:none;border-radius:var(--md-sys-shape-corner-full);font-family:inherit;font-size:.9rem;font-weight:600;color:var(--md-sys-color-on-surface-variant);cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;white-space:nowrap}.m3-tab-btn.active{background:var(--md-sys-color-surface);color:var(--md-sys-color-primary);box-shadow:var(--md-sys-elevation-1)}.reader-content-box{background:var(--md-sys-color-surface-container-low);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-xl);padding:1.5rem;min-height:260px;max-height:480px;overflow-y:auto;font-size:var(--reader-font-size);line-height:var(--reader-line-height);letter-spacing:var(--reader-letter-spacing);white-space:pre-wrap;word-break:break-word;user-select:text;position:relative}.audio-player-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;background:var(--md-sys-color-surface-container);border-radius:var(--md-sys-shape-corner-xl);padding:.85rem 1.25rem;margin-top:1rem}.audio-controls-group{display:flex;align-items:center;gap:.5rem}.audio-settings-group{display:flex;align-items:center;gap:.75rem;margin-left:auto;flex-wrap:wrap}.audio-slider-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}input[type=range].m3-slider{-webkit-appearance:none;appearance:none;width:90px;height:6px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-highest);outline:none}input[type=range].m3-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--md-sys-color-primary);cursor:pointer;transition:transform .1s ease}input[type=range].m3-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.m3-select{padding:.45rem .85rem;border-radius:var(--md-sys-shape-corner-md);border:1px solid var(--md-sys-color-outline);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);font-family:inherit;font-size:.85rem;font-weight:500;outline:none;cursor:pointer}.readability-pill-banner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container);border-radius:var(--md-sys-shape-corner-lg);padding:.65rem 1rem;margin-bottom:1rem;font-size:.88rem;font-weight:600}.readability-metric{background:#ffffff73;padding:.2rem .5rem;border-radius:var(--md-sys-shape-corner-sm)}.key-takeaways-card{margin-top:1rem;background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);border-radius:var(--md-sys-shape-corner-lg);padding:1rem 1.25rem}.key-takeaways-card h4{font-size:.95rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem}.key-takeaways-card ul{padding-left:1.2rem;font-size:.9rem;display:flex;flex-direction:column;gap:.35rem}.m3-fab{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:.6rem;padding:1rem 1.5rem;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-radius:var(--md-sys-shape-corner-xl);box-shadow:var(--md-sys-elevation-3);font-size:1rem;font-weight:700;border:none;cursor:pointer;z-index:90;transition:transform .2s cubic-bezier(.2,0,0,1),box-shadow .2s ease}.m3-fab:hover{transform:translateY(-3px) scale(1.02);box-shadow:var(--md-sys-elevation-4)}.m3-progress-bar{width:100%;height:6px;background:var(--md-sys-color-surface-container-highest);border-radius:var(--md-sys-shape-corner-full);overflow:hidden;margin:.75rem 0;position:relative}.m3-progress-bar-fill{height:100%;background:var(--md-sys-color-primary);width:0%;transition:width .2s ease}.m3-dialog-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.m3-dialog-overlay.hidden{display:none}.m3-dialog{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-2xl);max-width:580px;width:100%;box-shadow:var(--md-sys-elevation-4);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.m3-dialog-header{display:flex;align-items:center;justify-content:space-between}.m3-dialog-title{font-size:1.35rem;font-weight:700}.m3-dialog-body{display:flex;flex-direction:column;gap:1rem;max-height:65vh;overflow-y:auto}.m3-dialog-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--md-sys-color-outline-variant)}.m3-snackbar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--md-sys-color-inverse-surface);color:var(--md-sys-color-inverse-on-surface);padding:.85rem 1.5rem;border-radius:var(--md-sys-shape-corner-md);box-shadow:var(--md-sys-elevation-3);font-size:.9rem;font-weight:500;z-index:1100;transition:transform .25s cubic-bezier(.2,0,0,1),opacity .25s ease;opacity:0;pointer-events:none}.m3-snackbar.visible{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.ocr-stats-card{margin-top:1rem;background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-lg);padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--md-sys-elevation-1);transition:all .25s ease;animation:fadeInStats .3s ease-out}@keyframes fadeInStats{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ocr-stats-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ocr-stats-title{display:flex;align-items:center;gap:.45rem;font-weight:700;font-size:.95rem;color:var(--md-sys-color-on-surface)}.confidence-badge{font-size:.75rem;font-weight:700;padding:.25rem .65rem;border-radius:var(--md-sys-shape-corner-full);display:inline-flex;align-items:center;gap:.3rem;text-transform:uppercase;letter-spacing:.04em}.confidence-badge.confidence-high{background:#d3f9d8;color:#2b8a3e;border:1px solid #b2f2bb}.confidence-badge.confidence-medium{background:#fff3bf;color:#d9480f;border:1px solid #ffe066}.confidence-badge.confidence-low{background:#ffe3e3;color:#c92a2a;border:1px solid #ffc9c9}.theme-m3-dark .confidence-badge.confidence-high,.theme-high-contrast-oled .confidence-badge.confidence-high{background:#1b4725;color:#8ce99a;border-color:#2b8a3e}.theme-m3-dark .confidence-badge.confidence-medium,.theme-high-contrast-oled .confidence-badge.confidence-medium{background:#4d3800;color:#ffd43b;border-color:#f59f00}.theme-m3-dark .confidence-badge.confidence-low,.theme-high-contrast-oled .confidence-badge.confidence-low{background:#491217;color:#ff8787;border-color:#c92a2a}.confidence-meter-container{height:8px;width:100%;background:var(--md-sys-color-surface-container-highest);border-radius:var(--md-sys-shape-corner-full);overflow:hidden;position:relative}.confidence-meter-fill{height:100%;border-radius:var(--md-sys-shape-corner-full);transition:width .6s cubic-bezier(.4,0,.2,1),background .3s ease}.confidence-meter-fill.meter-high{background:linear-gradient(90deg,#40c057,#2b8a3e)}.confidence-meter-fill.meter-medium{background:linear-gradient(90deg,#fab005,#fd7e14)}.confidence-meter-fill.meter-low{background:linear-gradient(90deg,#fa5252,#e03131)}.ocr-stats-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-md);padding:.6rem .75rem;border:1px solid var(--md-sys-color-outline-variant)}.ocr-metric-item{display:flex;flex-direction:column;align-items:center;text-align:center}.ocr-metric-label{font-size:.7rem;font-weight:500;color:var(--md-sys-color-on-surface-variant);margin-bottom:.15rem}.ocr-metric-value{font-size:.95rem;font-weight:700;color:var(--md-sys-color-on-surface)}.ocr-meta-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--md-sys-color-surface-container);border-left:4px solid var(--md-sys-color-primary);padding:.5rem 1rem;border-radius:var(--md-sys-shape-corner-md);margin-bottom:.75rem;animation:fadeInStats .25s ease-out}.ocr-meta-confidence-score{font-weight:700;color:var(--md-sys-color-primary)}.font-lexend{--reader-font-family: "Lexend", "Noto Sans Malayalam", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important}.font-atkinson{--reader-font-family: "Atkinson Hyperlegible", "Noto Sans Malayalam", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important}.font-opendyslexic{--reader-font-family: "OpenDyslexic", "Noto Sans Malayalam", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important}.font-system{--reader-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans Malayalam", sans-serif !important}.dyslexic-mode-active{--reader-line-height: 2.05 !important;--reader-letter-spacing: .06em !important;--reader-word-spacing: .18em !important}.dyslexic-mode-active .reader-content-box{word-spacing:var(--reader-word-spacing);font-weight:500}.dyslexic-mode-active .reader-word{display:inline-block;margin-right:.05em}.bionic-text strong{font-weight:800;color:var(--md-sys-color-primary);letter-spacing:.01em}.syllable-text{letter-spacing:.04em}.word-active-spoken{background:var(--word-highlight-bg)!important;color:var(--word-highlight-color)!important;border-radius:var(--md-sys-shape-corner-xs);box-shadow:0 0 0 2px var(--word-highlight-border),0 2px 8px #0003;padding:.1em .25em;display:inline;font-weight:700;transition:background .05s ease}.reading-ruler-guide{position:fixed;left:0;right:0;height:50px;background:#ffe6002e;border-top:2px solid rgba(255,204,0,.8);border-bottom:2px solid rgba(255,204,0,.8);pointer-events:none;z-index:999;box-shadow:0 0 0 9999px #00000059;transition:top .05s ease-out}.reading-ruler-guide.hidden{display:none!important}.theme-m3-dark{--md-sys-color-primary: #91a7ff;--md-sys-color-on-primary: #102a71;--md-sys-color-primary-container: #2542a6;--md-sys-color-on-primary-container: #dbe4ff;--md-sys-color-secondary: #adb5bd;--md-sys-color-on-secondary: #212529;--md-sys-color-secondary-container: #343a40;--md-sys-color-on-secondary-container: #f8f9fa;--md-sys-color-tertiary: #66d9e8;--md-sys-color-on-tertiary: #0b4953;--md-sys-color-tertiary-container: #1098ad;--md-sys-color-on-tertiary-container: #e3fafc;--md-sys-color-background: #141517;--md-sys-color-on-background: #e9ecef;--md-sys-color-surface: #1a1b1e;--md-sys-color-on-surface: #e9ecef;--md-sys-color-surface-variant: #25262b;--md-sys-color-on-surface-variant: #ced4da;--md-sys-color-surface-container-lowest: #0e0e10;--md-sys-color-surface-container-low: #141517;--md-sys-color-surface-container: #1a1b1e;--md-sys-color-surface-container-high: #25262b;--md-sys-color-surface-container-highest: #2c2e33;--md-sys-color-outline: #373a40;--md-sys-color-outline-variant: #25262b;--word-highlight-bg: #ffe066;--word-highlight-border: #fcc419;--word-highlight-color: #000000}.theme-high-contrast-oled{--md-sys-color-primary: #ffff00;--md-sys-color-on-primary: #000000;--md-sys-color-primary-container: #333300;--md-sys-color-on-primary-container: #ffff99;--md-sys-color-secondary: #00ffff;--md-sys-color-on-secondary: #000000;--md-sys-color-secondary-container: #003333;--md-sys-color-on-secondary-container: #ccffff;--md-sys-color-tertiary: #00ff66;--md-sys-color-on-tertiary: #000000;--md-sys-color-tertiary-container: #003311;--md-sys-color-on-tertiary-container: #ccffdd;--md-sys-color-background: #000000;--md-sys-color-on-background: #ffffff;--md-sys-color-surface: #000000;--md-sys-color-on-surface: #ffffff;--md-sys-color-surface-variant: #111111;--md-sys-color-on-surface-variant: #ffffff;--md-sys-color-surface-container-lowest: #000000;--md-sys-color-surface-container-low: #080808;--md-sys-color-surface-container: #111111;--md-sys-color-surface-container-high: #1a1a1a;--md-sys-color-surface-container-highest: #222222;--md-sys-color-outline: #ffffff;--md-sys-color-outline-variant: #888888;--word-highlight-bg: #ffff00;--word-highlight-border: #ffffff;--word-highlight-color: #000000}.theme-yellow-on-black{--md-sys-color-primary: #ffee00;--md-sys-color-on-primary: #000000;--md-sys-color-primary-container: #2b2800;--md-sys-color-on-primary-container: #fff9a6;--md-sys-color-secondary: #e6d800;--md-sys-color-on-secondary: #000000;--md-sys-color-secondary-container: #1f1d00;--md-sys-color-on-secondary-container: #fffbcc;--md-sys-color-tertiary: #ffee55;--md-sys-color-on-tertiary: #000000;--md-sys-color-tertiary-container: #3d3a00;--md-sys-color-on-tertiary-container: #ffffcc;--md-sys-color-background: #000000;--md-sys-color-on-background: #ffee00;--md-sys-color-surface: #000000;--md-sys-color-on-surface: #ffee00;--md-sys-color-surface-variant: #1a1800;--md-sys-color-on-surface-variant: #ffe600;--md-sys-color-surface-container-lowest: #000000;--md-sys-color-surface-container-low: #0a0900;--md-sys-color-surface-container: #141300;--md-sys-color-surface-container-high: #1f1d00;--md-sys-color-surface-container-highest: #2b2800;--md-sys-color-outline: #ffee00;--md-sys-color-outline-variant: #807700;--word-highlight-bg: #ffffff;--word-highlight-border: #ffee00;--word-highlight-color: #000000}.theme-irlen-cream{--md-sys-color-primary: #5c4033;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #e6d3c0;--md-sys-color-on-primary-container: #2b1d16;--md-sys-color-secondary: #6e584d;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #ebdcd1;--md-sys-color-on-secondary-container: #2e231c;--md-sys-color-background: #faf3e0;--md-sys-color-on-background: #362d28;--md-sys-color-surface: #fdfaf3;--md-sys-color-on-surface: #362d28;--md-sys-color-surface-variant: #f2e9d2;--md-sys-color-on-surface-variant: #544740;--md-sys-color-surface-container: #f5eed8;--md-sys-color-surface-container-high: #ebdcc0;--md-sys-color-outline: #c4b5a2;--md-sys-color-outline-variant: #e0d2c0;--word-highlight-bg: #ffe4a0;--word-highlight-border: #d4a350;--word-highlight-color: #2b1d16}.theme-irlen-mint{--md-sys-color-primary: #2d6a4f;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #d8f3dc;--md-sys-color-on-primary-container: #081c15;--md-sys-color-background: #e8f5e9;--md-sys-color-on-background: #1b4332;--md-sys-color-surface: #f1f8e9;--md-sys-color-on-surface: #1b4332;--md-sys-color-surface-container: #dcedc8;--md-sys-color-outline: #a3b18a;--md-sys-color-outline-variant: #c7d2b6;--word-highlight-bg: #b7e4c7;--word-highlight-border: #40916c;--word-highlight-color: #081c15}.theme-irlen-peach{--md-sys-color-primary: #bc4749;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #ffe5d9;--md-sys-color-on-primary-container: #3d1314;--md-sys-color-background: #fdf0ed;--md-sys-color-on-background: #382424;--md-sys-color-surface: #fff8f6;--md-sys-color-on-surface: #382424;--md-sys-color-surface-container: #fae1dd;--md-sys-color-outline: #e5989b;--md-sys-color-outline-variant: #f2c6c2;--word-highlight-bg: #ffccd5;--word-highlight-border: #bc4749;--word-highlight-color: #382424}.theme-irlen-blue{--md-sys-color-primary: #0077b6;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #caf0f8;--md-sys-color-on-primary-container: #03045e;--md-sys-color-background: #edf6f9;--md-sys-color-on-background: #1d3557;--md-sys-color-surface: #f5fafd;--md-sys-color-on-surface: #1d3557;--md-sys-color-surface-container: #e0f2fe;--md-sys-color-outline: #90e0ef;--md-sys-color-outline-variant: #bae6fd;--word-highlight-bg: #90e0ef;--word-highlight-border: #0077b6;--word-highlight-color: #03045e}
