/*! the-crib-docent | Copyright (c) 2026 dihwang. All rights reserved.
 * Proprietary and confidential. Unauthorized copying, distribution, modification,
 * or reverse engineering is strictly prohibited. */
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #222535;--border: #2e3147;--accent: #6c63ff;--accent2: #a78bfa;--text: #e4e6f0;--text-sub: #7b7f99;--green: #4ade80;--red: #f87171;--radius: 12px;--radius-sm: 8px}body{background:var(--bg);color:var(--text);font-family:Segoe UI,Malgun Gothic,sans-serif;min-height:100vh;padding:0;margin:0}.header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 4px 12px #0000004d}.header-inner{max-width:860px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:24px 16px}.container{max-width:860px;margin:32px auto;padding:0 16px;display:flex;flex-direction:column;gap:20px}.header-left{display:flex;align-items:center;gap:16px}.header-right{display:flex;align-items:center}.kebab-btn{background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;padding:4px 12px;border-radius:var(--radius-sm);transition:background .2s}.kebab-btn:hover{background:var(--surface2)}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 4px 12px #0000004d;padding:8px 0;z-index:100;min-width:150px}.dropdown-menu.hidden{display:none}.dropdown-item{display:block;width:100%;text-align:left;padding:10px 16px;background:none;border:none;color:var(--text);cursor:pointer;font-family:inherit;font-size:.95rem}.dropdown-item:hover{background:var(--surface2)}.modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(4px)}.modal.hidden{display:none}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:500px;overflow:hidden;box-shadow:0 10px 25px #00000080;animation:modalFadeIn .2s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--surface2)}.modal-header h2{font-size:1.2rem;font-weight:600;margin:0}.modal-close{background:none;border:none;color:var(--text-sub);font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:var(--text)}.modal-body{padding:20px}.voice-modal-content{max-width:600px;width:90%}.voice-layout{display:flex;gap:20px}.voice-column{flex:1}.voice-column h3{margin-bottom:12px;font-size:1.1rem;color:var(--accent2);border-bottom:1px solid var(--border);padding-bottom:8px}.voice-list{display:flex;flex-direction:column;gap:8px}.voice-item{display:flex;flex-direction:column;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2);cursor:pointer;transition:border-color .2s,background .2s}.voice-item:hover:not(.disabled){border-color:var(--accent);background:#6c63ff1a}.voice-item.selected{border-color:var(--accent);border-width:2px;background:#6c63ff26}.voice-item.disabled{opacity:.5;cursor:not-allowed;filter:grayscale(100%)}.voice-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.voice-name{font-weight:600;font-size:1rem}.voice-host{font-size:.7rem;padding:2px 6px;border-radius:4px;background:var(--surface);border:1px solid var(--border)}.voice-desc{font-size:.85rem;color:var(--text-sub)}.host-typecast{color:#f87171;border-color:#f87171}.host-clova{color:#4ade80;border-color:#4ade80}.host-edge{color:#60a5fa;border-color:#60a5fa}.header-icon{font-size:2.4rem}.header h1{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.target-url{font-size:.78rem;color:var(--accent2);margin-top:4px;font-family:Consolas,monospace;word-break:break-all}.input-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.tab-group{display:flex;border-bottom:1px solid var(--border)}.tab{flex:1;padding:14px;background:none;border:none;color:var(--text-sub);font-size:.9rem;cursor:pointer;transition:color .2s,background .2s;font-family:inherit;position:relative}.tab:hover{background:var(--surface2);color:var(--text)}.tab.active{color:var(--accent2);background:var(--surface2);border-bottom:2px solid var(--accent)}.tab-loading-badge{display:inline-block;width:10px;height:10px;margin-left:6px;border:2px solid var(--accent);border-top-color:transparent;border-radius:50%;animation:tab-spin .7s linear infinite;vertical-align:middle}@keyframes tab-spin{to{transform:rotate(360deg)}}.analysis-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(20px);background:var(--accent);color:#fff;padding:12px 28px;border-radius:99px;font-size:.92rem;font-weight:600;box-shadow:0 4px 20px #00000059;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none;z-index:9999;white-space:nowrap}.analysis-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.tab-panel{padding:20px}.tab-panel.hidden{display:none}.input-row{display:flex;gap:10px}.path-input{flex:1;padding:12px 16px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.95rem;font-family:Consolas,monospace;outline:none;transition:border-color .2s}.path-input:focus{border-color:var(--accent)}.path-input::placeholder{color:var(--text-sub)}.hint{margin-top:8px;font-size:.76rem;color:var(--text-sub)}.btn-analyze{padding:12px 22px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap;font-family:inherit}.btn-analyze:hover{background:#7c73ff}.btn-analyze:active{transform:scale(.97)}.btn-analyze:disabled{background:var(--border);cursor:not-allowed}.drop-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--accent);background:#6c63ff0f}.drop-icon{font-size:3rem;margin-bottom:12px}.drop-text{font-size:1rem;color:var(--text);margin-bottom:4px}.drop-sub{font-size:.8rem;color:var(--text-sub)}.file-preview-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}.file-preview-wrap.hidden{display:none}.file-preview{max-height:240px;max-width:100%;border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:contain}.file-name{font-size:.82rem;color:var(--text-sub);font-family:monospace}.analysis-progress-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:overlay-fadein .2s ease}.analysis-progress-overlay.hidden{display:none}@keyframes overlay-fadein{0%{opacity:0}to{opacity:1}}.analysis-progress-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:36px 48px;min-width:300px;max-width:420px;width:90%;text-align:center;box-shadow:0 24px 64px #0009}.analysis-progress-text{font-size:.95rem;color:var(--text-sub);font-weight:500;margin-bottom:20px;letter-spacing:.01em}.analysis-progress-bar-track{width:100%;height:4px;background:var(--surface2);border-radius:2px;overflow:hidden}.analysis-progress-bar-fill{height:100%;width:45%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:2px;animation:progress-slide 1.4s cubic-bezier(.4,0,.2,1) infinite}@keyframes progress-slide{0%{transform:translate(-120%);width:45%}50%{width:65%}to{transform:translate(240%);width:45%}}.result-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.result-section.hidden{display:none}.result-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--surface2)}.result-title{font-weight:600;font-size:.95rem}.result-actions{display:flex;gap:8px;align-items:center}.btn-copy{padding:6px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-sub);font-size:.82rem;cursor:pointer;transition:color .2s,border-color .2s;font-family:inherit}.btn-copy:hover{color:var(--text);border-color:var(--accent)}.result-content{padding:24px;line-height:1.75;font-size:.95rem;overflow-x:auto}.result-content h1,.result-content h2,.result-content h3,.result-content h4{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.result-content h1,.result-content h2{border-bottom:1px solid var(--border);padding-bottom:6px;margin:24px 0 12px}.result-content h3{margin:20px 0 8px;color:var(--accent2)}.result-content p{margin:8px 0}.result-content ul,.result-content ol{margin:8px 0 8px 20px}.result-content li{margin:4px 0}.result-content code{background:var(--surface2);padding:2px 6px;border-radius:4px;font-family:Consolas,monospace;font-size:.88rem;color:var(--accent2)}.result-content pre{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;overflow-x:auto;margin:12px 0}.result-content pre code{background:none;padding:0;color:var(--text)}.result-content hr{border:none;border-top:1px solid var(--border);margin:16px 0}.result-content strong{color:var(--text)}.result-content blockquote{border-left:3px solid var(--accent);padding-left:12px;color:var(--text-sub);margin:8px 0}.result-content table{border-collapse:collapse;width:100%;margin:12px 0}.result-content th,.result-content td{border:1px solid var(--border);padding:8px 12px;text-align:left}.result-content th{background:var(--surface2)}.btn-tts{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--accent2);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;margin-left:12px;font-family:inherit;white-space:nowrap}.btn-tts:hover{background:var(--surface);color:var(--text);border-color:var(--accent)}.btn-tts.playing{background:var(--accent);color:#fff;border-color:var(--accent);animation:pulse 1.5s infinite}.btn-tts.loading{color:var(--accent2);border-color:var(--accent);cursor:wait}.btn-tts.loading:before{content:"";width:9px;height:9px;flex-shrink:0;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:btn-tts-spin .7s linear infinite}@keyframes btn-tts-spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.btn-correct{padding:6px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-sub);font-size:.82rem;cursor:pointer;transition:color .2s,border-color .2s;font-family:inherit;white-space:nowrap}.btn-correct:hover{color:#f59e0b;border-color:#f59e0b}.btn-correct.active{color:#f59e0b;border-color:#f59e0b;background:#f59e0b14}.btn-correct:disabled{opacity:.4;cursor:not-allowed}.correct-panel{border-top:1px solid var(--border);padding:20px;background:var(--surface2)}.correct-panel.hidden{display:none}.correct-title{font-size:.95rem;font-weight:600;color:var(--accent2);margin-bottom:6px}.correct-hint{font-size:.78rem;color:var(--text-sub);margin-bottom:14px;line-height:1.5}.correct-drop-zone{border:2px dashed var(--border);border-radius:var(--radius-sm);padding:18px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:12px}.correct-drop-zone:hover,.correct-drop-zone.drag-over{border-color:var(--accent);background:#6c63ff0f}.correct-drop-zone .drop-icon{font-size:1.8rem;margin-bottom:6px}.correct-drop-zone .drop-text{font-size:.88rem;color:var(--text-sub)}.correct-preview-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.correct-preview-list:empty{display:none;margin-bottom:0}.correct-preview-item{position:relative;width:76px;height:76px;flex-shrink:0}.correct-preview-item img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border)}.correct-preview-item .remove-btn{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:var(--red);border:none;border-radius:50%;color:#fff;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;line-height:1}.correct-preview-item .remove-btn:hover{background:#ef4444}.correct-actions{display:flex;align-items:center;gap:12px}.correct-file-count{font-size:.78rem;color:var(--text-sub)}.loading-overlay{position:fixed;inset:0;background:#000000b8;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(3px)}.loading-overlay.hidden{display:none}.loading-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px 52px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;min-width:280px}.spinner-lg{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.overlay-text{font-size:1rem;font-weight:600;color:var(--text)}.overlay-sub{font-size:.8rem;color:var(--text-sub);margin-top:-8px}.error-section{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#f8717114;border:1px solid rgba(248,113,113,.3);border-radius:var(--radius)}.error-section.hidden{display:none}.error-icon{font-size:1.4rem;flex-shrink:0}.error-message{color:var(--red);font-size:.92rem;line-height:1.6;word-break:break-all;font-family:Consolas,monospace}.mds-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mds-header-row h3{font-size:1.1rem;font-weight:600;color:var(--text)}.btn-add-mds{padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-add-mds:hover{background:#7c73ff}.mds-search-panel{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px 14px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm)}.mds-search-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mds-search-row-bottom{justify-content:space-between}.mds-search-input{flex:1;min-width:160px;padding:7px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.88rem;font-family:inherit;outline:none;transition:border-color .2s}.mds-search-input:focus{border-color:var(--accent)}.mds-search-input::placeholder{color:var(--text-muted, var(--text-sub))}.mds-search-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mds-label{font-size:.78rem;color:var(--text-sub);white-space:nowrap}.mds-select{padding:6px 8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.82rem;font-family:inherit;cursor:pointer;outline:none;transition:border-color .2s}.mds-select:focus,.mds-select:hover{border-color:var(--accent)}.mds-result-count{font-size:.8rem;color:var(--text-sub)}.mds-result-count-wrap{display:flex;align-items:center;gap:10px}.mds-page-size-wrap{display:flex;align-items:center;gap:8px}.mds-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0 4px}.mds-page-btn{min-width:34px;height:34px;padding:0 8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-sub);font-size:.85rem;font-family:inherit;cursor:pointer;transition:all .15s}.mds-page-btn:hover:not(:disabled){background:var(--surface2);border-color:var(--accent);color:var(--text)}.mds-page-btn.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700;pointer-events:none}.mds-page-btn:disabled{opacity:.35;cursor:default}.mds-page-ellipsis{font-size:.85rem;color:var(--text-sub);padding:0 4px;user-select:none}.mds-table-container{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2)}.mds-table{width:100%;border-collapse:collapse;font-size:.88rem;text-align:left}.mds-table th,.mds-table td{padding:12px 16px;border-bottom:1px solid var(--border);word-break:break-all}.mds-table th{background:#0003;color:var(--text-sub);font-weight:600}.mds-table tr:last-child td{border-bottom:none}.mds-table tr:hover td{background:#ffffff05}.mds-action-buttons{display:flex;gap:8px;align-items:center}.btn-mds-edit,.btn-mds-delete{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text-sub);font-size:.75rem;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.btn-mds-edit:hover{color:var(--accent2);border-color:var(--accent)}.btn-mds-delete:hover{color:var(--red);border-color:var(--red);background:#f871710d}.btn-mds-delete:disabled{opacity:.4;cursor:not-allowed}.btn-mds-delete:disabled:hover{color:var(--text-sub);border-color:var(--border);background:var(--surface)}.mds-empty-state{padding:40px;text-align:center;color:var(--text-sub);font-size:.9rem}.mds-empty-state.hidden{display:none}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s,background .2s}.history-item:hover{border-color:var(--accent);background:var(--surface)}.history-item-info{flex:1;min-width:0;cursor:pointer}.history-item-title{font-size:.9rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-time{font-size:.75rem;color:var(--text-sub);margin-top:2px}.history-item-delete{flex-shrink:0;padding:6px 10px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text-sub);font-size:.75rem;cursor:pointer;transition:all .2s}.history-item-delete:hover{color:var(--red);border-color:var(--red);background:#f871710d}.mds-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(4px)}.mds-modal.hidden{display:none}.mds-modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:500px;overflow:hidden;box-shadow:0 10px 25px #00000080;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mds-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--surface2)}.mds-modal-header h3{font-size:1rem;font-weight:600}.mds-modal-close{background:none;border:none;color:var(--text-sub);font-size:1.1rem;cursor:pointer}.mds-modal-close:hover{color:var(--text)}.mds-modal-body{padding:20px;display:flex;flex-direction:column;gap:16px}.mds-form-group{display:flex;flex-direction:column;gap:6px}.mds-form-group-header{display:flex;justify-content:space-between;align-items:center}.btn-sample-mds{background:none;border:none;color:var(--accent2);font-size:.75rem;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:var(--radius-sm);transition:all .2s;font-family:inherit}.btn-sample-mds:hover{color:var(--text);background:#a78bfa26}.mds-form-group label{font-size:.8rem;color:var(--text-sub);font-weight:500}.mds-form-group input,.mds-form-group textarea{padding:10px 12px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;outline:none;font-family:inherit}.mds-form-group input:focus,.mds-form-group textarea:focus{border-color:var(--accent)}.mds-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border);background:var(--surface2)}.btn-cancel{padding:8px 16px;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-sub);font-size:.85rem;cursor:pointer}.btn-cancel:hover{color:var(--text);border-color:var(--text-sub)}.btn-save-mds{padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer}.btn-save-mds:hover{background:#7c73ff}.mds-json-container{background:#00000026;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;max-width:100%;overflow-x:auto}.mds-json-table{width:100%;border-collapse:collapse;font-size:.8rem;font-family:Consolas,monospace}.mds-json-table tr{border-bottom:1px solid rgba(255,255,255,.03)}.mds-json-table tr:last-child{border-bottom:none}.mds-json-table tr:hover td,.mds-json-table tr:hover th{background:none!important}.mds-json-table th{text-align:left;color:var(--accent2);font-weight:600;padding:4px 8px 4px 0;vertical-align:top;width:110px;background:none!important;border-bottom:none!important}.mds-json-table td{padding:4px 0 4px 8px;color:var(--text);vertical-align:top;border-bottom:none!important}.mds-expandable-wrapper{position:relative;display:flex;flex-direction:column}.mds-expandable-content{position:relative;max-height:250px;overflow-y:auto;overflow-x:hidden;transition:max-height .25s ease-out}.mds-expandable-content::-webkit-scrollbar{width:6px}.mds-expandable-content::-webkit-scrollbar-track{background:transparent}.mds-expandable-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.mds-expandable-content::-webkit-scrollbar-thumb:hover{background:var(--text-sub)}.mds-expandable-wrapper.collapsed .mds-expandable-content{max-height:64px;overflow:hidden}.mds-expandable-wrapper.collapsed.has-more .mds-expandable-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:24px;background:linear-gradient(transparent,var(--surface2));pointer-events:none}.btn-mds-toggle{background:var(--surface2);border:1px solid var(--border);color:var(--accent2);font-size:.8rem;font-weight:600;cursor:pointer;padding:6px 12px;margin-top:8px;border-radius:var(--radius-sm);align-self:flex-start;display:none;font-family:inherit;outline:none;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000001a}.mds-expandable-wrapper.has-more .btn-mds-toggle{display:inline-flex;align-items:center;gap:4px}.btn-mds-toggle:hover{background:var(--accent);color:var(--text);border-color:var(--accent);box-shadow:0 4px 8px #6c63ff40;transform:translateY(-1px)}.btn-mds-toggle:active{transform:translateY(0)}.tts-btn{margin-left:12px;padding:4px 10px;background:#6c63ff1a;border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--accent2);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;vertical-align:middle}.tts-btn:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}
