:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e3e6eb;--text: #1a1d22;--text-muted: #5b6471;--accent: #5b6cff;--accent-hover: #4856e6;--accent-soft: #e8ebff;--highlight: #fff3a8;--highlight-text: #1a1d22;--danger: #d64545;--ok: #2e9e5b;--ok-hover: #268a4f;--bar-bg: #e3e6eb;--shadow: 0 1px 2px rgba(15, 20, 30, .04), 0 8px 24px rgba(15, 20, 30, .06);--radius: 12px;--radius-sm: 8px}@media (prefers-color-scheme: dark){:root{--bg: #0f1115;--surface: #181b21;--surface-2: #1f232b;--border: #2a2f38;--text: #e8ebf0;--text-muted: #9aa3b2;--accent: #7c8aff;--accent-hover: #91a0ff;--accent-soft: #2a2f4d;--highlight: #5a4b16;--highlight-text: #fff5c2;--danger: #ff6a6a;--ok: #3fbf76;--ok-hover: #57cf89;--bar-bg: #2a2f38;--shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 8px 24px rgba(0, 0, 0, .35)}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;height:100%}body{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation}input,textarea,select,button{font-family:inherit}.app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.app-header h1{margin:0;font-size:17px;font-weight:600;letter-spacing:-.01em}.app-header h1.brand-logo{font-size:0;line-height:0;display:inline-flex;align-items:center;flex-shrink:0}.app-header h1.brand-logo svg{width:36px;height:36px;border-radius:8px;display:block}.header-doc-title{flex:1;min-width:0;margin:0 12px;padding:6px 12px;background:var(--surface-2, #f1ede5);border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.header-doc-title[hidden]{display:none}.app-header-actions{display:flex;gap:4px;align-items:center}.app-main{width:100%;max-width:880px;margin:0 auto;padding:12px 16px 0;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow:hidden}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.input-card,.playback-card{flex-shrink:0}.reading-card{flex:1;min-height:0;display:flex;flex-direction:column}.tabs{display:flex;gap:4px;padding:4px;background:var(--surface-2);border-radius:var(--radius-sm);margin-bottom:16px}.tab{flex:1;border:none;background:transparent;padding:8px 12px;border-radius:6px;color:var(--text-muted);font-weight:500;font-size:14px;transition:background .12s,color .12s}.tab:hover{color:var(--text)}.tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #00000014}textarea,input[type=text],input[type=url],input[type=password],select{width:100%;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:16px;outline:none;transition:border-color .12s,box-shadow .12s}textarea:focus,input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}textarea{resize:vertical;min-height:140px;line-height:1.5}.panel-actions{display:flex;justify-content:flex-end;margin-top:12px}.url-row{display:flex;gap:8px}.url-row input{flex:1}.panel-status{margin-top:10px;font-size:13px;color:var(--text-muted);min-height:18px}.panel-status.error{color:var(--danger)}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:8px 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;transition:background .12s,border-color .12s}.btn:hover{background:var(--surface-2)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.apple-signin{background:#000;color:#fff;border-color:#000;font-size:17px;font-weight:500;padding:12px 16px;letter-spacing:-.01em}.btn.apple-signin:hover{background:#000}.auth-divider{display:flex;align-items:center;gap:.6rem;color:var(--muted, #888);font-size:.85rem;margin:.25rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1 1 auto;height:1px;background:var(--border)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-sm);transition:background .12s,border-color .12s}.icon-btn:hover{background:var(--surface-2)}.icon-btn.lg{width:44px;height:44px;background:var(--accent);border-color:var(--accent);color:#fff}.icon-btn.lg:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.icon-btn.play-main{width:60px;height:60px;border-radius:50%;background:var(--accent);border-color:var(--accent);color:#fff}.icon-btn.play-main:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.icon-btn.play-main svg{width:28px;height:28px}.icon-btn.play-main.is-ready{background:var(--ok);border-color:var(--ok)}.icon-btn.play-main.is-ready:hover{background:var(--ok-hover);border-color:var(--ok-hover)}.icon-btn.play-main.is-waiting{background:var(--danger);border-color:var(--danger)}.icon-btn.play-main.is-waiting:hover{filter:brightness(1.08)}.icon-btn.small{width:30px;height:30px;position:relative;flex-shrink:0}.icon-btn.small.danger{background:var(--danger);border-color:var(--danger);color:#fff}.icon-btn.small.danger:hover{filter:brightness(.95);background:var(--danger)}.icon-btn.small:disabled{opacity:.4;cursor:not-allowed}.delete-count{position:absolute;top:-4px;right:-4px;background:var(--surface);color:var(--danger);border:1px solid var(--danger);border-radius:8px;font-size:10px;font-weight:700;line-height:1;padding:1px 4px;min-width:14px;text-align:center}.icon-btn.small .ai-progress-label{display:none}.icon-btn.small.progress{width:auto;min-width:30px;padding:0 8px;font-size:11px;font-weight:600;white-space:nowrap}.icon-btn.small.progress svg{display:none}.icon-btn.small.progress .ai-progress-label{display:inline}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:32px 16px;border:2px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);text-align:center;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.dropzone:hover,.dropzone.dragover{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.dropzone-label{font-size:14px;font-weight:500}.dropzone-hint{font-size:12px;opacity:.8}.reading-header{display:grid;grid-template-columns:1fr auto;align-items:start;column-gap:8px;row-gap:4px;margin-bottom:8px}.reading-meta{grid-column:1;grid-row:1;font-size:13px;color:var(--text-muted);min-width:0}.reading-meta strong{display:block;font-size:16px;color:var(--text);font-weight:600;margin-bottom:2px}.resume-debug{grid-column:1 / -1;grid-row:2;font-size:12px;color:var(--text-muted);font-style:italic}.resume-elsewhere{display:flex;align-items:center;gap:8px;width:100%;text-align:left;margin:6px 0 10px;padding:8px 12px;background:var(--surface-2, #f5f5f5);border:1px solid var(--border, #e0e0e0);border-radius:8px;color:var(--text);font-size:13px;cursor:pointer;font:inherit}.resume-elsewhere[hidden]{display:none}.resume-elsewhere:hover{background:var(--surface-3, #ececec)}.resume-elsewhere:focus-visible{outline:2px solid var(--accent, #2c6ce0);outline-offset:2px}.resume-elsewhere .resume-elsewhere-body{flex:1;min-width:0}.resume-elsewhere .resume-elsewhere-action{font-weight:600;color:var(--accent, #2c6ce0);margin-left:8px}.resume-elsewhere-dismiss{flex-shrink:0;background:transparent;border:none;color:var(--text-muted, #888);font-size:20px;line-height:1;padding:2px 8px;border-radius:4px;cursor:pointer}.resume-elsewhere-dismiss:hover{background:var(--surface-3, #ececec);color:var(--text)}.input-card-clean-row{display:flex;justify-content:flex-end;margin-top:10px}.btn.ai-clean-action{display:inline-flex;align-items:center;gap:6px}.btn.ai-clean-action .ai-progress-label:not(:empty){margin-left:4px;font-variant-numeric:tabular-nums;opacity:.8}.reading-header{display:none!important}.end-of-doc-banner{display:flex;justify-content:center;margin:12px 0 4px}.end-of-doc-banner[hidden]{display:none}.end-of-doc-restart{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--accent, #2c6ce0);color:#fff;border:none;cursor:pointer;box-shadow:0 1px 3px #00000026}.end-of-doc-restart:hover{filter:brightness(1.05)}.end-of-doc-restart:focus-visible{outline:2px solid var(--text);outline-offset:2px}.btn.small{padding:4px 10px;font-size:12px;flex-shrink:0}.reading-actions{grid-column:2;grid-row:1;display:flex;align-items:center;gap:4px;justify-content:flex-end}.actions-menu{display:flex;align-items:center;gap:4px}.actions-menu[hidden]{display:none}.actions-toggle-icon,.toggle-chevron{transition:transform .15s ease}[aria-expanded=true] .actions-toggle-icon,[aria-expanded=true] .toggle-chevron{transform:rotate(180deg)}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn.danger:hover{filter:brightness(.95)}.reading-text{flex:1;min-height:0;overflow-y:auto;font-size:16px;line-height:1.7;padding-right:4px}.reading-text .sentence{padding:1px 2px;border-radius:3px;transition:background .15s}.reading-text .sentence.active{background:var(--highlight);color:var(--highlight-text)}.reading-card.editing .reading-text{cursor:pointer;-webkit-user-select:none;user-select:none}.reading-card.editing .reading-text .sentence:hover{background:var(--surface-2)}.reading-text .sentence.marked{background:#d645451f;outline:1.5px solid var(--danger);text-decoration:line-through;text-decoration-color:var(--danger)}.playback-card{padding-bottom:env(safe-area-inset-bottom);border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}@media (hover: hover) and (pointer: fine){.app-main{padding-bottom:12px}.playback-card{padding-bottom:16px;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-bottom:1px solid var(--border)}}.playback-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.playback-side{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.playback-side-left{justify-content:flex-start}.playback-side-right{justify-content:flex-end}.playback-center{display:flex;align-items:center;gap:12px}.playback-scrub-row{display:flex;align-items:center;gap:8px;margin-top:12px}.speed-control,.voice-control{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.speed-control{flex:1;min-width:180px}.speed-control input[type=range]{flex:1;accent-color:var(--accent)}.speed-value{font-variant-numeric:tabular-nums;min-width:44px;color:var(--text)}.chapter-control{display:flex;align-items:center;gap:8px;flex:1;min-width:140px;font-size:13px;color:var(--text-muted)}.chapter-control input[type=range]{flex:1;accent-color:var(--accent)}.chapter-control input[type=range]:disabled{opacity:.5;cursor:not-allowed}.chapter-label{font-variant-numeric:tabular-nums;min-width:64px;text-align:right;color:var(--text)}.voice-control{min-width:180px}.voice-control select{flex:1}.playback-meta{margin-top:10px;font-size:12px;color:var(--text-muted);min-height:16px}.settings-drawer[hidden]{display:none}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f141e66;z-index:20;animation:fade-in .15s ease-out}.drawer-panel{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--surface);border-left:1px solid var(--border);z-index:21;display:flex;flex-direction:column;animation:slide-in .2s ease-out}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top));border-bottom:1px solid var(--border)}.drawer-header h2{margin:0;font-size:16px;font-weight:600}.drawer-body{padding:20px;padding-bottom:max(20px,calc(20px + env(safe-area-inset-bottom)));overflow-y:auto;flex:1}.setting-group{margin-bottom:24px}.setting-group h3{margin:0 0 10px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.radio-row[hidden]{display:none}.radio-row{display:flex;gap:10px;padding:10px;border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:8px;cursor:pointer;transition:border-color .12s,background .12s}.radio-row:hover{border-color:var(--accent)}.radio-row input[type=radio]{margin-top:3px;accent-color:var(--accent)}.radio-row strong{display:block;font-weight:500;font-size:14px}.radio-row small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px}.setting-hint{margin-top:6px;font-size:12px;color:var(--text-muted)}.field-label{display:block;margin-top:12px;margin-bottom:4px;font-size:12px;font-weight:500;color:var(--text-muted)}.field-label:first-child{margin-top:0}.quota-line{margin-top:10px;padding:8px 10px;background:var(--surface-2);border-radius:6px;font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums;min-height:30px}.shortcut-list{list-style:none;padding:0;margin:0;font-size:13px;color:var(--text-muted)}.shortcut-list li{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border)}.shortcut-list li:last-child{border-bottom:none}kbd{display:inline-block;padding:1px 6px;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--text)}.toast-host{position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:30;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow);padding:10px 14px;border-radius:var(--radius-sm);font-size:13px;pointer-events:auto;animation:fade-in .15s ease-out}.toast.error{border-color:var(--danger);color:var(--danger)}.toast.warn{border-color:#d4a017;color:#8a6a10;background:#fff7e0}.toast-action{margin-left:.6rem;background:#0000000f;border:1px solid rgba(0,0,0,.15);border-radius:4px;padding:.25rem .6rem;font-size:.85rem;cursor:pointer;white-space:nowrap}.toast-action:hover{background:#0000001f}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.cache-summary{font-size:.85rem;color:var(--muted, #888);margin-bottom:.5rem;line-height:1.4}.cache-summary .cache-saved{color:var(--accent, #2563eb);font-weight:600}.cache-summary .cache-warn{color:var(--warn, #c97a00);font-weight:500}.cache-list{list-style:none;padding:0;margin:0 0 .5rem;max-height:280px;overflow-y:auto;border:1px solid rgba(0,0,0,.08);border-radius:6px}.cache-list:empty{display:none}.cache-list li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .6rem;border-bottom:1px solid rgba(0,0,0,.06)}.cache-list li:last-child{border-bottom:none}.cache-list .cache-info{flex:1;min-width:0;font-size:.85rem}.cache-list .cache-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cache-list .cache-meta{color:var(--muted, #888);font-size:.75rem;margin-top:.15rem}.cache-list .cache-delete{background:none;border:none;color:var(--muted, #888);cursor:pointer;font-size:1rem;padding:0 .25rem;line-height:1}.cache-list .cache-delete:hover{color:var(--danger, #c0392b)}.cache-empty{font-size:.85rem;color:var(--muted, #888);font-style:italic}.cap-dialog{border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:1rem 1.25rem;max-width:28rem;font-family:inherit}.cap-dialog::backdrop{background:#0006}.cap-dialog-msg{margin:0 0 1rem;line-height:1.4}.cap-dialog-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.cap-dialog-actions button{padding:.5rem .85rem;border:1px solid rgba(0,0,0,.2);background:#fff;border-radius:5px;cursor:pointer;font:inherit}.cap-dialog-actions button.primary{background:var(--accent, #2563eb);color:#fff;border-color:var(--accent, #2563eb)}.cap-dialog-actions button.danger{background:var(--danger, #c0392b);color:#fff;border-color:var(--danger, #c0392b)}.cap-dialog-actions button.danger:disabled{background:#00000014;color:#00000059;border-color:#00000026;cursor:not-allowed}.cap-dialog-actions button:hover:not(:disabled){filter:brightness(.95)}.cap-dialog-input{width:100%;box-sizing:border-box;padding:.5rem .6rem;margin:0 0 .75rem;border:1px solid rgba(0,0,0,.2);border-radius:5px;font:inherit}.tracker-month{font-weight:500;margin-bottom:.4rem;font-size:.85rem}.tracker-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.2rem 0;border-bottom:1px dashed rgba(0,0,0,.06)}.tracker-row:last-child{border-bottom:none}.tracker-row .tracker-used{color:var(--muted, #888);font-variant-numeric:tabular-nums}.cap-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.3rem}.cap-row input{flex:1;min-width:0}.radio-row.row-disabled{opacity:.55;cursor:not-allowed}.radio-row.row-disabled input{cursor:not-allowed}#diagnostic-log-settings summary{cursor:pointer;list-style:revert}.diag-log-actions{display:flex;gap:.5rem;align-items:center;margin:.5rem 0;flex-wrap:wrap}.diag-log-count{font-size:12px;color:var(--text-dim, #888);margin-left:auto}.diag-log-view{max-height:320px;overflow:auto;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.4;white-space:pre-wrap;word-break:break-all;margin:0}#btn-mark.flash{background:var(--accent, #4caf80);color:#fff;transition:background .15s,color .15s}.input-card.collapsed{display:none}#playback-extras{margin-top:10px;padding-top:10px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}#playback-extras[hidden]{display:none}.extras-voice-row{display:flex;flex-wrap:wrap;gap:10px}.extras-voice-row .voice-control{flex:1;min-width:180px}.saved-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f141e66;z-index:25;opacity:0;transition:opacity .2s ease-out}.saved-drawer-backdrop.open{opacity:1}.saved-drawer-backdrop[hidden]{display:none}.saved-drawer{position:fixed;left:0;right:0;bottom:0;max-height:min(80vh,720px);background:var(--surface);border-top:1px solid var(--border);border-radius:16px 16px 0 0;box-shadow:0 -10px 32px #0000002e;z-index:26;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .25s ease-out}.saved-drawer.open{transform:translateY(0)}.saved-drawer[hidden]{display:none}.saved-drawer-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;border-bottom:1px solid var(--border)}.saved-drawer-header h2{margin:0;font-size:16px;font-weight:600}.saved-drawer-handle{position:absolute;top:6px;left:50%;transform:translate(-50%);width:36px;height:4px;border-radius:2px;background:var(--border)}.saved-drawer-body{padding:16px 20px 20px;padding-bottom:max(20px,calc(20px + env(safe-area-inset-bottom)));overflow-y:auto;flex:1}.saved-add-row{display:flex;gap:8px;margin-bottom:8px}.saved-add-row input{flex:1;min-width:0}#saved-add-status{min-height:18px;margin-bottom:12px}.saved-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.saved-item{display:flex;align-items:stretch;gap:4px;border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.saved-item-main{flex:1;text-align:left;background:transparent;border:none;padding:10px 12px;cursor:pointer;display:flex;flex-direction:column;gap:4px;min-width:0}.saved-item-main:hover{background:#28505a0f}.saved-item-title{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-item-meta{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-item-remove{align-self:center;margin-right:6px;color:var(--text-muted)}.saved-empty{margin:16px 0 0;font-size:13px;color:var(--text-muted);text-align:center}.saved-empty[hidden]{display:none}.library-section{margin-top:32px;padding-top:24px;border-top:1px solid var(--border, rgba(255, 255, 255, .1))}.library-heading{margin:0 0 12px;font-size:15px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted)}.library-search{width:100%;padding:8px 12px;margin:0 0 16px;border:1px solid var(--border, rgba(255, 255, 255, .1));border-radius:8px;background:var(--surface, rgba(255, 255, 255, .03));color:inherit;font:inherit;font-size:13px;box-sizing:border-box}.library-search:focus{outline:none;border-color:#ffffff4d}.library-book{margin:12px 0 16px}.library-book-title{margin:0 0 6px;font-size:13px;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.library-source{margin-bottom:24px}.library-source-title{margin:0 0 4px;font-size:14px;font-weight:600}.library-source-tagline{margin:0 0 10px;font-size:12px;color:var(--text-muted);line-height:1.4}.library-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.library-item-btn{width:100%;text-align:left;background:transparent;border:1px solid var(--border, rgba(255, 255, 255, .1));border-radius:10px;padding:10px 12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:2px;font:inherit;transition:background .15s ease,border-color .15s ease}.library-item-btn:hover,.library-item-btn:focus-visible{background:#ffffff0d;border-color:#ffffff40;outline:none}.library-item-title{font-size:14px;font-weight:500;line-height:1.3}.library-item-byline{font-size:12px;color:var(--text-muted)}.library-item-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.library-empty{margin:8px 0 0;font-size:12px;color:var(--text-muted);line-height:1.4}.library-empty[hidden]{display:none}
