@keyframes rm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes rm-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes rm-popup-sheet-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes rm-popup-in{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes rm-vocab-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes rm-wave{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@keyframes rm-slide-from-right{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes rm-slide-from-left{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.rm-overlay{--rm-bg:#0e0e10;--rm-surface:#ffffff0a;--rm-surface-2:#ffffff12;--rm-border:#ffffff14;--rm-text:#e8e4dc;--rm-text-2:#c0bcb4;--rm-text-muted:#7a7772;--rm-accent:#7b6ef6;--rm-accent-soft:#7b6ef624;--rm-accent-glow:#7b6ef64d;--rm-hard:#fbbf242e;--rm-hard-border:#fbbf2473;--rm-hard-text:#fbbf24;--rm-toolbar-bg:#0e0e10f0;--rm-popup-bg:#18181c;--rm-vocab-bg:#111115;--rm-progress:#7b6ef6;--rm-shadow:0 12px 48px #0009;--rm-focus-bg:#7b6ef612;--rm-dim:.28;--rm-nav-bg:#ffffff0d;--rm-nav-hover:#ffffff1a}.rm-theme--sepia{--rm-bg:#f5efe3;--rm-surface:#0000000a;--rm-surface-2:#00000012;--rm-border:#00000017;--rm-text:#382e1c;--rm-text-2:#6b5d3f;--rm-text-muted:#a09070;--rm-accent:#9c6f28;--rm-accent-soft:#9c6f281f;--rm-accent-glow:#9c6f2840;--rm-hard:#9c6f281f;--rm-hard-border:#9c6f2866;--rm-hard-text:#7a4f10;--rm-toolbar-bg:#f5efe3f5;--rm-popup-bg:#ede5d4;--rm-vocab-bg:#e8e0ce;--rm-progress:#9c6f28;--rm-shadow:0 12px 48px #00000026;--rm-focus-bg:#9c6f280f;--rm-dim:.35;--rm-nav-bg:#0000000a;--rm-nav-hover:#00000014}.rm-theme--light{--rm-bg:#f8f8fb;--rm-surface:#00000008;--rm-surface-2:#0000000e;--rm-border:#00000012;--rm-text:#18182a;--rm-text-2:#4a4a6a;--rm-text-muted:#9090aa;--rm-accent:#5b4bdb;--rm-accent-soft:#5b4bdb1a;--rm-accent-glow:#5b4bdb38;--rm-hard:#5b4bdb14;--rm-hard-border:#5b4bdb59;--rm-hard-text:#4535b8;--rm-toolbar-bg:#f8f8fbf5;--rm-popup-bg:#fff;--rm-vocab-bg:#f1f1f8;--rm-progress:#5b4bdb;--rm-shadow:0 12px 48px #0000001f;--rm-focus-bg:#5b4bdb0d;--rm-dim:.35;--rm-nav-bg:#00000008;--rm-nav-hover:#00000012}.rm-theme--forest{--rm-bg:#0b1a0f;--rm-surface:#ffffff0a;--rm-surface-2:#ffffff12;--rm-border:#ffffff14;--rm-text:#c8e8bc;--rm-text-2:#88b87a;--rm-text-muted:#4e7045;--rm-accent:#52b86a;--rm-accent-soft:#52b86a1f;--rm-accent-glow:#52b86a47;--rm-hard:#52b86a1a;--rm-hard-border:#52b86a61;--rm-hard-text:#5cca76;--rm-toolbar-bg:#0b1a0ff0;--rm-popup-bg:#112017;--rm-vocab-bg:#0d1c12;--rm-progress:#52b86a;--rm-shadow:0 12px 48px #0000008c;--rm-focus-bg:#52b86a0f;--rm-dim:.25;--rm-nav-bg:#ffffff0a;--rm-nav-hover:#ffffff17}.rm-overlay{z-index:9999;background:var(--rm-bg);flex-direction:column;transition:background .3s;animation:.22s ease-out rm-fade-in;display:flex;position:fixed;inset:0}.rm-progress{background:var(--rm-progress);z-index:10002;height:2px;box-shadow:0 0 10px var(--rm-accent-glow);transition:width .3s ease-out;position:fixed;top:0;left:0}.rm-toolbar{z-index:10001;background:var(--rm-toolbar-bg);border-bottom:1px solid var(--rm-border);-webkit-backdrop-filter:blur(24px)saturate(180%);opacity:0;pointer-events:none;justify-content:space-between;align-items:center;gap:12px;height:54px;padding:0 20px;transition:opacity .3s,transform .3s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-6px)}.rm-toolbar--visible{opacity:1;pointer-events:all;transform:translateY(0)}.rm-toolbar-left,.rm-toolbar-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.rm-toolbar-center{flex:1;justify-content:center;display:flex}.rm-level-badge{background:var(--rm-accent-soft);border:1px solid var(--rm-accent-glow);color:var(--rm-accent);letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-family:Fraunces,Georgia,serif;font-size:12.5px;font-weight:500}.rm-meta{color:var(--rm-text-muted);align-items:center;gap:5px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;display:flex}.rm-meta-dot{opacity:.4}.rm-lang-tools{background:var(--rm-surface);border:1px solid var(--rm-border);border-radius:10px;align-items:center;gap:4px;padding:4px;display:flex}.rm-tool-btn{color:var(--rm-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:5px 10px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400;transition:all .18s;display:inline-flex;position:relative}.rm-tool-btn:hover{background:var(--rm-surface-2);color:var(--rm-text)}.rm-tool-btn--active{background:var(--rm-accent-soft);color:var(--rm-accent)}.rm-tool-btn--active:hover{background:var(--rm-accent-soft);color:var(--rm-accent);filter:brightness(1.1)}.rm-tool-btn--speaking{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.rm-tool-btn--speaking:hover{color:#fca5a5;background:#ef444426}.rm-tool-badge{background:var(--rm-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:3px;padding:0 4px;font-size:10px;font-style:normal;font-weight:600;display:inline-flex}.rm-close{border:1px solid var(--rm-border);color:var(--rm-text-muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-family:Geist,system-ui,sans-serif;font-size:12px;transition:all .18s;display:inline-flex}.rm-close:hover{color:#f87171;background:#ef444412;border-color:#ef444459}.rm-tts-bar{z-index:10000;background:var(--rm-toolbar-bg);border:1px solid var(--rm-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--rm-text-muted);border-top:none;border-radius:0 0 12px 12px;align-items:center;gap:10px;padding:6px 16px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;animation:.2s ease-out rm-fade-in;display:inline-flex;position:fixed;top:54px;left:50%;transform:translate(-50%)}.rm-tts-wave{align-items:center;gap:2.5px;height:16px;display:flex}.rm-tts-dot{background:var(--rm-accent);transform-origin:50%;border-radius:999px;width:3px;height:16px;animation:.9s ease-in-out infinite rm-wave}.rm-tts-dot--paused{opacity:.4;animation-play-state:paused}.rm-tts-scroll-lock{background:var(--rm-surface);border:1px solid var(--rm-border);color:var(--rm-text-muted);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;margin-left:auto;padding:3px 9px;font-family:Geist,system-ui,sans-serif;font-size:11px;transition:all .15s;display:inline-flex}.rm-tts-scroll-lock:hover{background:var(--rm-surface-2);color:var(--rm-text)}.rm-tts-scroll-lock.active{background:var(--rm-accent-soft);border-color:var(--rm-accent-glow);color:var(--rm-accent)}.rm-tts-scroll-lock svg{flex-shrink:0}.rm-controls{z-index:9999;background:var(--rm-toolbar-bg);border:1px solid var(--rm-border);-webkit-backdrop-filter:blur(24px)saturate(180%);opacity:0;pointer-events:none;border-top:none;border-radius:0 0 16px 16px;width:min(500px,94vw);max-height:0;transition:max-height .32s cubic-bezier(.4,0,.2,1),opacity .22s,box-shadow .2s;position:fixed;top:54px;left:50%;overflow:hidden;transform:translate(-50%)}.rm-controls--open{opacity:1;pointer-events:all;max-height:200px;box-shadow:var(--rm-shadow)}.rm-controls-inner{grid-template-columns:repeat(4,1fr);gap:0;padding:14px 18px;display:grid}.rm-control-group{flex-direction:column;gap:9px;padding:0 10px;display:flex}.rm-control-group+.rm-control-group{border-left:1px solid var(--rm-border)}.rm-control-label{text-transform:uppercase;letter-spacing:.1em;color:var(--rm-text-muted);font-family:Geist,system-ui,sans-serif;font-size:9.5px;font-weight:700}.rm-size-row{align-items:center;gap:7px;display:flex}.rm-size-btn{background:var(--rm-surface);border:1px solid var(--rm-border);width:26px;height:26px;color:var(--rm-text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.rm-size-btn:hover{background:var(--rm-surface-2);color:var(--rm-text)}.rm-size-value{color:var(--rm-text);text-align:center;min-width:34px;font-family:Geist Mono,Courier New,monospace;font-size:11.5px}.rm-spacing-pills{gap:3px;display:flex}.rm-spacing-pill{background:var(--rm-surface);border:1px solid var(--rm-border);width:30px;height:28px;color:var(--rm-text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.rm-spacing-pill:hover,.rm-spacing-pill.active{background:var(--rm-accent);border-color:var(--rm-accent);color:#fff}.rm-font-pills{flex-direction:column;gap:3px;display:flex}.rm-font-pill{background:var(--rm-surface);border:1px solid var(--rm-border);color:var(--rm-text-muted);cursor:pointer;text-align:left;border-radius:6px;padding:4px 9px;font-size:11.5px;transition:all .15s}.rm-font-pill:hover{background:var(--rm-surface-2);color:var(--rm-text)}.rm-font-pill.active{background:var(--rm-accent);border-color:var(--rm-accent);color:#fff}.rm-theme-pills{flex-wrap:wrap;gap:6px;display:flex}.rm-theme-pill{cursor:pointer;border:2px solid #0000;border-radius:50%;width:24px;height:24px;transition:all .15s}.rm-theme-pill:hover{transform:scale(1.15)}.rm-theme-pill.active{box-shadow:0 0 0 2px var(--rm-bg),0 0 0 4px var(--rm-accent);transform:scale(1.1)}.rm-theme-pill--dark{background:#0e0e10;border-color:#ffffff2e}.rm-theme-pill--sepia{background:#c8a97e}.rm-theme-pill--light{background:#ededf4;border-color:#00000024}.rm-theme-pill--forest{background:#1e4a28}.rm-layout{flex:1;align-items:stretch;padding-top:54px;display:flex;position:relative;overflow:hidden}.rm-page-nav{cursor:pointer;width:56px;color:var(--rm-text-muted);z-index:10;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .18s,background .18s;display:flex;position:relative}.rm-page-nav:hover:not(.rm-page-nav--disabled){color:var(--rm-accent);background:var(--rm-nav-hover)}.rm-page-nav--disabled{opacity:.18;cursor:default;pointer-events:none}.rm-page-nav svg{flex-shrink:0;width:20px;height:20px}.rm-page-nav--toolbar-visible{padding-top:0}.rm-scroll{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--rm-border)transparent;flex:1;padding-bottom:48px;overflow-y:auto}.rm-scroll::-webkit-scrollbar{width:4px}.rm-scroll::-webkit-scrollbar-track{background:0 0}.rm-scroll::-webkit-scrollbar-thumb{background:var(--rm-border);border-radius:99px}.rm-article{max-width:700px;margin:0 auto;padding:44px 32px 64px}.rm-page--slide-left{animation:.32s cubic-bezier(.2,0,0,1) rm-slide-from-right}.rm-page--slide-right{animation:.32s cubic-bezier(.2,0,0,1) rm-slide-from-left}.rm-page--idle{animation:.38s ease-out 50ms both rm-slide-up}.rm-article-header{border-bottom:1px solid var(--rm-border);text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:44px;padding-bottom:24px;display:flex}.rm-article-tag{background:var(--rm-accent-soft);border:1px solid var(--rm-accent-glow);letter-spacing:.1em;text-transform:uppercase;color:var(--rm-accent);border-radius:999px;align-items:center;padding:4px 13px;font-family:Geist,system-ui,sans-serif;font-size:10.5px;font-weight:600;display:inline-flex}.rm-article-subtitle{color:var(--rm-text-muted);margin:0;font-family:Geist,system-ui,sans-serif;font-size:12.5px}.rm-click-hint{color:var(--rm-text-muted);opacity:.7;align-items:center;gap:5px;margin:0;font-family:Geist,system-ui,sans-serif;font-size:11.5px;display:inline-flex}.rm-click-hint svg{opacity:.6;flex-shrink:0}.rm-highlight-legend{background:var(--rm-hard);border:1px solid var(--rm-hard-border);color:var(--rm-text-muted);border-radius:999px;align-items:center;gap:7px;padding:5px 12px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;display:inline-flex}.rm-legend-sample{color:var(--rm-hard-text);border-bottom:2px solid var(--rm-hard-border);padding-bottom:1px;font-family:inherit;font-size:11.5px;font-weight:500}.rm-article-body{color:var(--rm-text)}.rm-paragraph{color:var(--rm-text);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;border-radius:4px;margin:0 -6px 1.6em;padding:2px 6px;transition:opacity .2s,background .2s}.rm-paragraph:last-child{margin-bottom:0}.rm-paragraph:first-child:first-letter{float:left;color:var(--rm-accent);margin:.05em .1em 0 0;font-family:Fraunces,Georgia,serif;font-size:3.5em;font-weight:500;line-height:.85}.rm-word{cursor:pointer;border-radius:3px;transition:background .12s,color .12s;display:inline}.rm-word:hover{background:var(--rm-accent-soft);color:var(--rm-accent)}.rm-word:focus-visible{outline:2px solid var(--rm-accent);outline-offset:1px;border-radius:3px}.rm-word--hard{border-bottom:2px solid var(--rm-hard-border);color:var(--rm-hard-text)}.rm-word--hard:hover{background:var(--rm-hard);color:var(--rm-hard-text);border-bottom-color:var(--rm-hard-text)}@keyframes rm-word-pulse{0%{box-shadow:0 0 0 0 var(--rm-accent-glow)}60%{box-shadow:0 0 0 5px #0000}to{box-shadow:0 0 #0000}}.rm-word--speaking{border-radius:3px;transition:background 80ms,color 80ms;animation:.45s ease-out rm-word-pulse;background:var(--rm-accent-soft)!important;color:var(--rm-accent)!important;border-bottom:2px solid var(--rm-accent)!important}.rm-article-footer{text-align:center;margin-top:56px}.rm-footer-line{background:var(--rm-border);width:48px;height:1px;margin:0 auto 14px}.rm-footer-text{color:var(--rm-text-muted);opacity:.5;letter-spacing:.06em;margin:0;font-family:Geist,system-ui,sans-serif;font-size:11px}.rm-popup{background:var(--rm-popup-bg);border:1px solid var(--rm-border);width:300px;box-shadow:var(--rm-shadow),0 0 0 1px var(--rm-border);border-radius:14px;animation:.18s cubic-bezier(.2,0,0,1) rm-popup-in;overflow:hidden}.rm-popup-header{border-bottom:1px solid var(--rm-border);background:var(--rm-surface);justify-content:space-between;align-items:flex-start;gap:8px;padding:12px 14px 10px;display:flex}.rm-popup-word-row{flex:1;align-items:baseline;gap:8px;min-width:0;display:flex}.rm-popup-word{color:var(--rm-text);letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-size:18px;font-weight:500}.rm-popup-phonetic{color:var(--rm-accent);flex-shrink:0;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400}.rm-popup-actions{flex-shrink:0;gap:4px;display:flex}.rm-popup-btn{background:var(--rm-surface-2);border:1px solid var(--rm-border);width:28px;height:28px;color:var(--rm-text-muted);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;transition:all .15s;display:flex}.rm-popup-btn:hover{background:var(--rm-accent-soft);border-color:var(--rm-accent-glow);color:var(--rm-accent)}.rm-popup-btn--saved{color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.rm-popup-btn--close:hover{color:#f87171;background:#ef44441a;border-color:#ef444440}.rm-popup-body{scrollbar-width:thin;scrollbar-color:var(--rm-border)transparent;max-height:260px;padding:12px 14px;overflow-y:auto}.rm-popup-loading{color:var(--rm-text-muted);align-items:center;gap:8px;padding:8px 0;font-family:Geist,system-ui,sans-serif;font-size:12.5px;display:flex}.rm-popup-spinner{border:1.5px solid var(--rm-border);border-top-color:var(--rm-accent);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite rm-spin}@keyframes rm-spin{to{transform:rotate(360deg)}}.rm-popup-error{color:var(--rm-text-muted);align-items:center;gap:7px;padding:8px 0;font-family:Geist,system-ui,sans-serif;font-size:12.5px;display:flex}.rm-popup-error svg{color:var(--rm-text-muted);flex-shrink:0}.rm-popup-error em{color:var(--rm-text-2);font-style:italic}.rm-popup-meanings{flex-direction:column;gap:10px;display:flex}.rm-popup-meaning{flex-direction:column;gap:4px;display:flex}.rm-popup-pos{background:var(--rm-accent-soft);text-transform:uppercase;letter-spacing:.08em;color:var(--rm-accent);border-radius:999px;width:fit-content;padding:1px 7px;font-family:Geist,system-ui,sans-serif;font-size:10px;font-weight:600;display:inline-block}.rm-popup-def{color:var(--rm-text);margin:0;font-family:Geist,system-ui,sans-serif;font-size:13px;line-height:1.55}.rm-popup-example{color:var(--rm-text-muted);border-left:2px solid var(--rm-border);margin:0;padding-left:8px;font-family:Fraunces,Georgia,serif;font-size:12.5px;font-style:italic;line-height:1.5}.rm-popup-synonyms{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.rm-popup-synonym{background:var(--rm-surface);border:1px solid var(--rm-border);color:var(--rm-text-muted);border-radius:999px;padding:2px 8px;font-family:Geist,system-ui,sans-serif;font-size:11px;display:inline-block}.rm-vocab-panel{background:var(--rm-vocab-bg);border-left:1px solid var(--rm-border);flex-direction:column;flex-shrink:0;width:280px;animation:.24s cubic-bezier(.2,0,0,1) rm-vocab-in;display:flex;overflow:hidden}.rm-vocab-header{border-bottom:1px solid var(--rm-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.rm-vocab-title{color:var(--rm-text-2);align-items:center;gap:7px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:500;display:flex}.rm-vocab-title svg{color:var(--rm-accent);flex-shrink:0}.rm-vocab-count{background:var(--rm-accent-soft);min-width:18px;height:18px;color:var(--rm-accent);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:10.5px;font-weight:600;display:inline-flex}.rm-vocab-header-actions{align-items:center;gap:6px;display:flex}.rm-vocab-export{background:var(--rm-surface);border:1px solid var(--rm-border);color:var(--rm-text-muted);cursor:pointer;border-radius:7px;align-items:center;gap:4px;padding:4px 9px;font-family:Geist,system-ui,sans-serif;font-size:11px;transition:all .15s;display:inline-flex}.rm-vocab-export:hover{background:var(--rm-accent-soft);border-color:var(--rm-accent-glow);color:var(--rm-accent)}.rm-export-wrap{position:relative}.rm-export-dropdown{z-index:200;background:var(--rm-bg);border:1px solid var(--rm-border);border-radius:12px;min-width:260px;animation:.15s ease-out rmDropIn;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 12px 40px #00000073}@keyframes rmDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.rm-export-option{border:none;border-bottom:1px solid var(--rm-border);cursor:pointer;text-align:left;background:0 0;align-items:flex-start;gap:10px;width:100%;padding:10px 14px;transition:background .12s;display:flex}.rm-export-option:last-child{border-bottom:none}.rm-export-option:hover{background:var(--rm-accent-soft)}.rm-export-option-icon{background:var(--rm-surface);width:28px;height:28px;color:var(--rm-accent);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.rm-export-option-body{flex-direction:column;gap:2px;min-width:0;display:flex}.rm-export-option-label{color:var(--rm-text);white-space:nowrap;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:500}.rm-export-option-desc{color:var(--rm-text-muted);white-space:nowrap;text-overflow:ellipsis;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:300;overflow:hidden}.rm-vocab-close{border:1px solid var(--rm-border);width:26px;height:26px;color:var(--rm-text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.rm-vocab-close:hover{background:var(--rm-surface-2);color:var(--rm-text)}.rm-vocab-body{scrollbar-width:thin;scrollbar-color:var(--rm-border)transparent;flex:1;overflow-y:auto}.rm-vocab-empty{text-align:center;opacity:.5;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 20px;display:flex}.rm-vocab-empty svg{color:var(--rm-text-muted)}.rm-vocab-empty p{color:var(--rm-text-muted);margin:0;font-family:Fraunces,Georgia,serif;font-size:14px}.rm-vocab-empty span{color:var(--rm-text-muted);font-family:Geist,system-ui,sans-serif;font-size:11.5px;line-height:1.5}.rm-vocab-list{margin:0;padding:0;list-style:none}.rm-vocab-item{border-bottom:1px solid var(--rm-border);flex-direction:column;gap:4px;padding:11px 16px;transition:background .15s;display:flex}.rm-vocab-item:hover{background:var(--rm-surface)}.rm-vocab-item:last-child{border-bottom:none}.rm-vocab-item-top{align-items:center;gap:6px;display:flex}.rm-vocab-item-word{color:var(--rm-text);letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:500}.rm-vocab-item-phonetic{color:var(--rm-accent);flex:1;font-family:Geist,system-ui,sans-serif;font-size:11px}.rm-vocab-item-actions{flex-shrink:0;gap:3px;margin-left:auto;display:flex}.rm-vocab-action{width:24px;height:24px;color:var(--rm-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;transition:all .13s;display:flex}.rm-vocab-action:hover{background:var(--rm-accent-soft);border-color:var(--rm-accent-glow);color:var(--rm-accent)}.rm-vocab-action--remove:hover{color:#f87171;background:#ef44441a;border-color:#ef444433}.rm-vocab-item-def{color:var(--rm-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Geist,system-ui,sans-serif;font-size:11.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.rm-vocab-item-pos{text-transform:uppercase;letter-spacing:.06em;color:var(--rm-accent);margin-right:2px;font-size:10px;font-weight:600}.rm-bottom-bar{z-index:10001;background:var(--rm-toolbar-bg);border-top:1px solid var(--rm-border);-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;align-items:center;gap:16px;height:48px;padding:0 24px;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(6px)}.rm-bottom-bar--visible{opacity:1;pointer-events:all;transform:translateY(0)}.rm-progress-track{background:var(--rm-border);border-radius:999px;flex:1;height:4px;overflow:hidden}.rm-progress-fill{background:var(--rm-progress);height:100%;box-shadow:0 0 6px var(--rm-accent-glow);border-radius:999px;transition:width .3s ease-out}.rm-page-indicator{white-space:nowrap;flex-shrink:0;align-items:baseline;gap:5px;display:flex}.rm-page-label{color:var(--rm-text-muted);text-transform:uppercase;letter-spacing:.07em;font-family:Geist,system-ui,sans-serif;font-size:11px}.rm-page-current{color:var(--rm-accent);text-align:right;min-width:16px;font-family:Geist Mono,Courier New,monospace;font-size:14px;font-weight:700}.rm-page-sep{color:var(--rm-text-muted);opacity:.55;font-family:Geist,system-ui,sans-serif;font-size:11px}.rm-page-total{color:var(--rm-text-2);min-width:16px;font-family:Geist Mono,Courier New,monospace;font-size:13px;font-weight:500}@media (max-width:768px){.rm-page-nav{display:none}}@media (max-width:900px){.rm-vocab-panel{z-index:9998;border-left:1px solid var(--rm-border);width:min(300px,85vw);position:fixed;top:54px;bottom:42px;right:0;box-shadow:-8px 0 32px #0000004d}}@media (max-width:768px){.rm-toolbar{gap:8px;height:50px;padding:0 14px}.rm-layout{padding-top:50px}.rm-tts-bar,.rm-controls{top:50px}.rm-meta{display:none}.rm-level-badge{padding:2px 8px;font-size:11.5px}.rm-lang-tools{gap:2px;padding:3px}.rm-tool-btn{gap:4px;padding:5px 7px;font-size:11px}.rm-tool-btn span,.rm-tts-scroll-lock span{display:none}.rm-tts-scroll-lock{padding:4px 7px}.rm-controls-inner{grid-template-columns:1fr 1fr;padding:12px 14px}.rm-control-group:nth-child(2n){border-left:1px solid var(--rm-border)}.rm-control-group:nth-child(3),.rm-control-group:nth-child(4){border-top:1px solid var(--rm-border);margin-top:6px;padding-top:10px}.rm-control-group+.rm-control-group{border-left:none}.rm-article{padding:28px 18px 48px}.rm-article-header{margin-bottom:28px}.rm-popup{border-bottom:none;border-radius:18px 18px 0 0;animation:.22s cubic-bezier(.2,0,0,1) rm-popup-sheet-in;width:100%!important}.rm-popup-word-row{flex-wrap:wrap;align-items:center;gap:6px}.rm-popup-translation-badge{padding:2px 8px;font-size:14px}.rm-bottom-bar{height:44px;padding:0 14px}}@media (max-width:480px){.rm-toolbar{padding:0 12px}.rm-article{padding:20px 14px 40px}.rm-close span{display:none}.rm-close{padding:5px 8px}.rm-paragraph:first-child:first-letter{font-size:2.8em}.rm-controls-inner{grid-template-columns:1fr 1fr;padding:10px 12px}.rm-vocab-panel{width:92vw}}@media (hover:none) and (pointer:coarse){.rm-tool-btn,.rm-size-btn,.rm-spacing-pill,.rm-font-pill,.rm-close,.rm-popup-btn{min-width:40px;min-height:40px}.rm-word{padding:2px 1px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.rm-vocab-toast{z-index:10200;background:var(--rm-toolbar-bg,#18181cf2);border:1px solid var(--rm-border);-webkit-backdrop-filter:blur(20px);color:var(--rm-accent,#7b6ef6);white-space:nowrap;pointer-events:none;border-radius:99px;align-items:center;gap:8px;padding:9px 18px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;animation:.2s cubic-bezier(.2,0,0,1) rm-toast-in,.2s cubic-bezier(.2,0,0,1) 2.3s forwards rm-toast-out;display:inline-flex;position:fixed;bottom:64px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #00000059}.rm-vocab-toast svg{color:var(--rm-accent,#7b6ef6);flex-shrink:0}@keyframes rm-toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes rm-toast-out{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(8px)}}@media (max-width:640px){.rm-vocab-toast{white-space:normal;text-align:center;border-radius:14px;max-width:calc(100vw - 40px);padding:8px 16px;font-size:12.5px;bottom:72px}}.rm-popup-translation-badge{color:var(--rm-accent,#7b6ef6);letter-spacing:-.01em;background:#7b6ef61a;border:1px solid #7b6ef638;border-radius:7px;flex-shrink:0;margin-left:6px;padding:2px 9px;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:500;line-height:1.4}
@keyframes stFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes stSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes stSpin{to{transform:rotate(360deg)}}@keyframes stBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes stShimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes stDot{0%,80%,to{opacity:.3;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}@keyframes stToastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)scale(.97)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.st-page{flex-direction:column;gap:20px;width:100%;padding-bottom:48px;animation:.35s ease-out stFadeUp;display:flex}.st-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.st-header-left{flex:1;min-width:220px}.st-header-right{flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:2px;display:flex}.st-eyebrow{color:var(--t-accent-2);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;margin-bottom:6px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.st-eyebrow svg{opacity:.8}.st-title{color:var(--t-text);letter-spacing:-.03em;margin:0 0 6px;font-family:Fraunces,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.1}.st-desc{color:var(--t-text-3);max-width:480px;margin:0;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:300;line-height:1.5}.st-plan-chip{background:var(--t-surface-2);border:1px solid var(--t-border);color:var(--t-text-2);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400;display:inline-flex}.st-plan-chip svg{color:var(--t-accent-2);flex-shrink:0}.st-plan-chip--warn{background:var(--t-error-soft);border-color:var(--t-error-border);color:var(--t-error-2)}.st-plan-chip--warn svg{color:var(--t-error-2)}.st-error{background:var(--t-error-soft);border:1px solid var(--t-error-border);color:#fca5a5;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-family:Geist,system-ui,sans-serif;font-size:13px;animation:.2s ease-out stSlideDown;display:flex}.st-error svg{color:var(--t-error);flex-shrink:0}.st-error-link{color:var(--t-accent-2);white-space:nowrap;margin-left:auto;font-size:12px;font-weight:500;text-decoration:none}.st-error-link:hover{text-decoration:underline}.st-workspace{grid-template-columns:1fr auto 1fr;align-items:start;gap:0;min-height:540px;display:grid}.st-left{flex-direction:column;gap:16px;height:100%;display:flex}.st-panel{background:var(--t-surface);border:1px solid var(--t-border);border-radius:18px;flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.st-panel:before{content:"";background:linear-gradient(90deg,transparent,var(--t-accent)50%,transparent);opacity:.25;pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.st-panel--input{flex:1;min-height:340px}.st-panel--input:focus-within{box-shadow:0 0 0 3px var(--t-accent-soft);border-color:#4a3bc466}.st-panel--output{height:100%;min-height:340px;max-height:calc(100vh - 280px);overflow:hidden}.st-panel-header{background:var(--t-border-2);border-bottom:1px solid var(--t-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.st-panel-title{color:var(--t-text-2);letter-spacing:-.01em;align-items:center;gap:7px;font-family:Fraunces,Georgia,serif;font-size:13px;font-weight:500;display:inline-flex}.st-panel-title svg{color:var(--t-accent-2);flex-shrink:0}.st-panel-actions{align-items:center;gap:6px;display:flex}.st-textarea{resize:none;color:var(--t-text);caret-color:var(--t-accent-2);scrollbar-width:thin;scrollbar-color:var(--t-border)transparent;word-break:break-word;background:0 0;border:none;outline:none;flex:1;padding:18px;font-family:Geist,system-ui,sans-serif;font-size:14.5px;font-weight:300;line-height:1.75;overflow-y:auto}.st-textarea::placeholder{color:var(--t-text-3);opacity:.5;line-height:1.65}.st-textarea:disabled{opacity:.5;cursor:not-allowed}.st-clear-btn{border:1px solid var(--t-border);color:var(--t-text-3);cursor:pointer;background:0 0;border-radius:7px;align-items:center;gap:5px;padding:4px 10px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:400;transition:all .15s;display:inline-flex}.st-clear-btn:hover{background:var(--t-error-soft);border-color:var(--t-error-border);color:var(--t-error-2)}.st-insights{border-top:1px solid var(--t-border);background:var(--t-border-2);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;min-height:34px;padding:7px 14px;display:flex}.st-pill{border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-flex}.st-pill--ok{background:var(--t-success-soft);border:1px solid var(--t-success-mid);color:#4ade80}.st-pill--warn{background:var(--t-warning-soft);border:1px solid var(--t-warning-soft);color:var(--t-warning)}.st-pill--over{background:var(--t-error-soft);border:1px solid var(--t-error-border);color:var(--t-error-2)}.st-meta{color:var(--t-text-3);align-items:center;gap:4px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:400;display:inline-flex}.st-meta svg{opacity:.7}.st-meta--right{opacity:.5;margin-left:auto;font-size:10.5px}.st-complexity--success{color:#4ade80}.st-complexity--neutral{color:var(--t-accent-2)}.st-complexity--warn{color:var(--t-warning)}.st-complexity--advanced{color:var(--t-error-2)}.st-level-card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:18px;flex-shrink:0;padding:16px}.st-level-label{color:var(--t-text-3);text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:6px;margin-bottom:12px;font-family:Geist,system-ui,sans-serif;font-size:10.5px;font-weight:600;display:flex}.st-level-label svg{color:var(--t-accent-2)}.st-level-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.st-level-btn{border:1px solid var(--t-border);cursor:pointer;text-align:left;background:0 0;border-radius:11px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 11px;transition:all .18s;display:flex}.st-level-btn:hover:not(:disabled){background:var(--t-surface-2);border-color:var(--t-border-3)}.st-level-btn.active{background:var(--t-accent-soft);border-color:#4a3bc466}.st-level-btn.active--success{background:var(--t-success-soft);border-color:var(--t-success-mid)}.st-level-btn.active--secondary{background:var(--t-info-soft);border-color:var(--t-info-soft)}.st-level-btn:disabled{opacity:.35;cursor:not-allowed}.st-level-code{color:var(--t-accent-2);letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:600;line-height:1}.active--success .st-level-code{color:#4ade80}.active--secondary .st-level-code{color:var(--t-info)}.st-level-name{color:var(--t-text-2);font-family:Geist,system-ui,sans-serif;font-size:10.5px;font-weight:500;line-height:1.2}.st-level-desc{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:10px;font-weight:300;line-height:1.3}.st-level-btn.active .st-level-desc{color:var(--t-text-2)}.st-center{justify-content:center;align-self:center;align-items:center;padding:0 20px;display:flex;position:sticky;top:40%}.st-center-inner{flex-direction:column;align-items:center;gap:10px;display:flex}.st-simplify-btn{background:var(--t-accent);color:#fff;cursor:pointer;box-shadow:0 4px 20px var(--t-accent-glow);letter-spacing:-.01em;white-space:nowrap;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:600;transition:filter .18s,transform .18s,box-shadow .18s;display:flex}.st-simplify-btn:hover:not(:disabled){filter:brightness(1.12);transform:translateY(-2px);box-shadow:0 8px 28px #4a3bc473}.st-simplify-btn:active:not(:disabled){transform:translateY(0)}.st-simplify-btn:disabled{opacity:.4;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.st-center-level{color:var(--t-text-3);text-align:center;white-space:nowrap;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:400}.st-spinner{border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.55s linear infinite stSpin}.st-spinner--sm{border-width:1.5px;border-color:var(--t-border);border-top-color:var(--t-accent-2);width:13px;height:13px}.st-icon-btn{border:1px solid var(--t-border);width:32px;height:32px;color:var(--t-text-3);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.st-icon-btn:hover:not(:disabled){background:var(--t-surface-2);border-color:var(--t-border-3);color:var(--t-text);transform:translateY(-1px)}.st-icon-btn:disabled{opacity:.3;cursor:not-allowed}.st-icon-btn--reader{background:var(--t-accent-soft);color:var(--t-accent-2);border-color:#4a3bc44d}.st-icon-btn--reader:hover:not(:disabled){background:var(--t-accent-mid);box-shadow:0 0 14px var(--t-accent-mid)}.st-icon-btn--done{background:var(--t-success-soft);border-color:var(--t-success-mid);color:#4ade80}.st-icon-btn--error{background:var(--t-error-soft);border-color:var(--t-error-border);color:var(--t-error-2)}.st-icon-btn--dup{background:var(--t-warning-soft);border-color:var(--t-warning-soft);color:var(--t-warning)}.st-output-text{color:var(--t-text);scrollbar-width:thin;scrollbar-color:var(--t-border)transparent;white-space:pre-wrap;word-break:break-word;flex:1;min-height:0;padding:18px;font-family:Geist,system-ui,sans-serif;font-size:14.5px;font-weight:300;line-height:1.75;overflow-y:auto}.st-output-text--streaming:after{content:"▋";color:var(--t-accent-2);margin-left:2px;font-size:.85em;animation:.85s ease-in-out infinite stBlink;display:inline-block}.st-streaming-dots{align-items:center;gap:3px;margin-left:8px;display:inline-flex}.st-streaming-dots span{background:var(--t-accent-2);border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite stDot;display:inline-block}.st-streaming-dots span:nth-child(2){animation-delay:.2s}.st-streaming-dots span:nth-child(3){animation-delay:.4s}.st-shimmer-wrap{flex-direction:column;flex:1;gap:12px;min-height:0;padding:18px;display:flex;overflow:hidden}.st-shimmer{background:linear-gradient(90deg,var(--t-surface-2)0%,var(--t-accent-soft)40%,var(--t-surface-2)80%);background-size:600px 100%;border-radius:6px;width:100%;height:14px;animation:1.4s ease-in-out infinite stShimmer}.st-shimmer--mid{width:82%}.st-shimmer--short{width:58%}.st-empty{text-align:center;opacity:.5;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:0;padding:40px 24px;display:flex;overflow:hidden}.st-empty-icon{background:var(--t-surface-2);border:1px solid var(--t-border);width:64px;height:64px;color:var(--t-text-3);border-radius:18px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.st-empty p{color:var(--t-text-2);letter-spacing:-.01em;margin:0;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:400}.st-empty span{color:var(--t-text-3);max-width:260px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.55}.st-tips{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.st-tip{background:var(--t-surface);border:1px solid var(--t-border);color:var(--t-text-3);border-radius:12px;align-items:flex-start;gap:10px;padding:14px 16px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.5;display:flex}.st-tip-icon{flex-shrink:0;margin-top:1px;font-size:16px}.st-toast{z-index:9000;background:var(--t-success-soft);border:1px solid var(--t-success-mid);color:#4ade80;pointer-events:none;white-space:nowrap;border-radius:12px;align-items:center;gap:9px;max-width:calc(100vw - 32px);padding:11px 20px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:500;animation:.2s cubic-bezier(.2,0,0,1) stToastIn;display:inline-flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.st-toast svg{flex-shrink:0}.st-toast--error{background:var(--t-error-soft);border-color:var(--t-error-border);color:#fca5a5}.st-toast--warn{background:var(--t-warning-soft);border-color:var(--t-warning-soft);color:var(--t-warning)}@media (max-width:1100px){.st-workspace{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.st-left{grid-area:1/1/span 2}.st-center{flex-direction:row;grid-area:1/2;justify-content:flex-start;padding:16px 0 0;position:static}.st-center-inner{flex-direction:row;align-items:center;gap:12px}.st-center-level{display:none}.st-panel--output{grid-area:2/2}}@media (max-width:780px){.st-workspace{flex-direction:column;gap:0;display:flex}.st-center{justify-content:center;padding:16px 0}.st-center-inner{flex-direction:row;align-items:center;gap:12px}.st-center-level{display:block}.st-simplify-btn{justify-content:center;width:100%}.st-level-grid{grid-template-columns:repeat(2,1fr)}.st-tips{grid-template-columns:1fr}.st-panel--input,.st-panel--output{grid-column:unset;grid-row:unset;width:100%;min-height:280px;max-height:420px}}@media (max-width:520px){.st-header{flex-direction:column;align-items:flex-start}.st-level-grid{grid-template-columns:repeat(3,1fr)}.st-toast{left:16px;right:16px;transform:none}}@media (hover:none) and (pointer:coarse){.st-level-btn,.st-simplify-btn{min-height:44px}.st-textarea{font-size:16px}}
@keyframes sfFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes sfSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes sfSpin{to{transform:rotate(360deg)}}@keyframes sfShimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes sfToastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)scale(.97)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes sfPulse{0%,to{opacity:1}50%{opacity:.5}}.sf-page{flex-direction:column;gap:20px;width:100%;padding-bottom:48px;animation:.35s ease-out sfFadeUp;display:flex}.sf-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.sf-header-left{flex:1;min-width:220px}.sf-header-right{flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:2px;display:flex}.sf-eyebrow{color:#22c55e;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;margin-bottom:6px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.sf-eyebrow svg{opacity:.85}.sf-title{color:var(--t-text);letter-spacing:-.03em;margin:0 0 6px;font-family:Fraunces,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.1}.sf-desc{color:var(--t-text-3);max-width:480px;margin:0;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:300;line-height:1.5}.sf-quota-badge{background:var(--t-surface-2);border:1px solid var(--t-border);color:var(--t-text-2);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400;display:inline-flex}.sf-quota-badge svg{color:#22c55e;flex-shrink:0}.sf-quota-badge--empty{background:var(--t-error-soft);border-color:var(--t-error-border);color:var(--t-error-2)}.sf-quota-badge--empty svg{color:var(--t-error-2)}.sf-quota-badge--unlimited{color:#22c55e;background:#22c55e12;border-color:#22c55e40}.sf-upgrade-chip{background:var(--t-accent-soft);border:1px solid var(--t-accent-mid);color:var(--t-accent-2);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.sf-upgrade-chip:hover{background:var(--t-accent-mid)}.sf-upgrade-chip svg{flex-shrink:0}.sf-error{background:var(--t-error-soft);border:1px solid var(--t-error-border);color:#fca5a5;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;font-family:Geist,system-ui,sans-serif;font-size:13px;animation:.2s ease-out sfSlideDown;display:flex}.sf-error svg{color:var(--t-error);flex-shrink:0}.sf-error-link{color:var(--t-accent-2);white-space:nowrap;margin-left:auto;font-size:12px;font-weight:500;text-decoration:none}.sf-error-link:hover{text-decoration:underline}.sf-layout{grid-template-columns:400px 1fr;align-items:start;gap:20px;display:grid}.sf-left{flex-direction:column;gap:16px;display:flex}.sf-dropzone{background:var(--t-surface);border:1.5px dashed var(--t-border-3);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:280px;padding:40px 28px;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.sf-drop-glow{pointer-events:none;opacity:0;background:radial-gradient(circle,#22c55e14 0%,#0000 70%);border-radius:50%;width:240px;height:240px;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.sf-dropzone:hover:not(.sf-dropzone--locked) .sf-drop-glow,.sf-dropzone--drag .sf-drop-glow{opacity:1}.sf-dropzone:hover:not(.sf-dropzone--locked){background:#22c55e05;border-color:#22c55e80}.sf-dropzone--drag{background:#22c55e0d;border-style:solid;border-color:#22c55e;transform:scale(1.01);box-shadow:0 0 0 4px #22c55e1a}.sf-dropzone--locked{cursor:not-allowed;opacity:.5}.sf-drop-icon{background:var(--t-surface-2);border:1px solid var(--t-border);width:72px;height:72px;color:var(--t-text-3);z-index:1;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex;position:relative}.sf-dropzone:hover:not(.sf-dropzone--locked) .sf-drop-icon,.sf-dropzone--drag .sf-drop-icon{color:#22c55e;background:#22c55e1a;border-color:#22c55e66;transform:translateY(-4px);box-shadow:0 10px 28px #22c55e26}.sf-drop-text{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.sf-drop-title{color:var(--t-text);letter-spacing:-.02em;font-family:Fraunces,Georgia,serif;font-size:17px;font-weight:500;line-height:1.3;transition:color .15s}.sf-dropzone--drag .sf-drop-title{color:#22c55e}.sf-drop-sub{color:var(--t-text-3);max-width:280px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.55}.sf-drop-btn{color:#22c55e;z-index:1;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:999px;align-items:center;gap:6px;padding:7px 16px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex;position:relative}.sf-dropzone:hover:not(.sf-dropzone--locked) .sf-drop-btn,.sf-dropzone--drag .sf-drop-btn{background:#22c55e2e;border-color:#22c55e80}.sf-format-chips{z-index:1;flex-wrap:wrap;justify-content:center;gap:6px;display:flex;position:relative}.sf-format-chip{background:var(--t-surface-2);border:1px solid var(--t-border);color:var(--t-text-3);letter-spacing:.04em;border-radius:7px;align-items:center;gap:5px;padding:4px 10px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.sf-format-chip svg{opacity:.6;flex-shrink:0}.sf-dropzone:hover:not(.sf-dropzone--locked) .sf-format-chip,.sf-dropzone--drag .sf-format-chip{color:#22c55e;background:#22c55e14;border-color:#22c55e4d}.sf-loading-state{background:var(--t-surface);border:1px solid var(--t-border);color:var(--t-text-3);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:160px;padding:48px 24px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:300;display:flex}.sf-loading-spinner{border:2.5px solid var(--t-border);border-top-color:#22c55e;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite sfSpin}.sf-file-card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:18px;transition:border-color .2s;position:relative;overflow:hidden}.sf-file-card:hover{border-color:var(--t-border-3)}.sf-file-type-stripe{flex-shrink:0;width:100%;height:3px}.sf-file-type-stripe--pdf{background:linear-gradient(90deg,#ef4444,#f87171)}.sf-file-type-stripe--docx{background:linear-gradient(90deg,var(--t-accent),var(--t-accent-2))}.sf-file-type-stripe--txt{background:linear-gradient(90deg,#22c55e,#4ade80)}.sf-file-card-inner{flex-direction:column;gap:12px;padding:16px 18px;display:flex}.sf-file-meta{align-items:flex-start;gap:12px;display:flex}.sf-file-icon{border:1px solid #0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sf-file-icon--pdf{color:#f87171;background:#ef44441a;border-color:#ef444440}.sf-file-icon--docx{background:var(--t-accent-soft);border-color:var(--t-accent-mid);color:var(--t-accent-2)}.sf-file-icon--txt{color:#4ade80;background:#22c55e14;border-color:#22c55e40}.sf-file-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.sf-file-name{color:var(--t-text);text-overflow:ellipsis;white-space:nowrap;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:500;overflow:hidden}.sf-file-stats{color:var(--t-text-3);align-items:center;gap:7px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300;display:flex}.sf-file-type-badge{letter-spacing:.06em;border:1px solid #0000;border-radius:5px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-block}.sf-file-type-badge--pdf{color:#f87171;background:#ef44441a;border-color:#ef44444d}.sf-file-type-badge--docx{background:var(--t-accent-soft);border-color:var(--t-accent-mid);color:var(--t-accent-2)}.sf-file-type-badge--txt{color:#4ade80;background:#22c55e14;border-color:#22c55e4d}.sf-remove-btn{background:var(--t-error-soft);width:28px;height:28px;color:var(--t-error);cursor:pointer;border:1px solid #0000;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.sf-remove-btn:hover:not(:disabled){border-color:var(--t-error-border);transform:scale(1.05)}.sf-remove-btn:disabled{opacity:.3;cursor:not-allowed}.sf-file-preview{background:var(--t-border-2);border:1px solid var(--t-border);color:var(--t-text-3);white-space:pre-wrap;word-break:break-word;border-radius:10px;max-height:130px;padding:12px 14px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.65;position:relative;overflow:hidden}.sf-preview-fade{color:var(--t-text-3);opacity:.5}.sf-replace-btn{color:var(--t-text-3);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;padding:0;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400;transition:color .15s;display:inline-flex}.sf-replace-btn:hover:not(:disabled){color:var(--t-accent-2)}.sf-replace-btn:disabled{opacity:.3;cursor:not-allowed}.sf-level-card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:18px;padding:16px}.sf-level-label{color:var(--t-text-3);text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:6px;margin-bottom:12px;font-family:Geist,system-ui,sans-serif;font-size:10.5px;font-weight:600;display:flex}.sf-level-label svg{color:#22c55e}.sf-level-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.sf-level-btn{border:1px solid var(--t-border);cursor:pointer;text-align:left;background:0 0;border-radius:11px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 11px;transition:all .18s;display:flex}.sf-level-btn:hover:not(:disabled){background:var(--t-surface-2);border-color:var(--t-border-3)}.sf-level-btn.active{background:var(--t-accent-soft);border-color:#4a3bc466}.sf-level-btn.active--success{background:var(--t-success-soft);border-color:var(--t-success-mid)}.sf-level-btn.active--secondary{background:var(--t-info-soft);border-color:var(--t-info-soft)}.sf-level-btn:disabled{opacity:.35;cursor:not-allowed}.sf-level-code{color:var(--t-accent-2);letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:600;line-height:1}.active--success .sf-level-code{color:#4ade80}.active--secondary .sf-level-code{color:var(--t-info)}.sf-level-name{color:var(--t-text-2);font-family:Geist,system-ui,sans-serif;font-size:10.5px;font-weight:500;line-height:1.2}.sf-level-desc{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:10px;font-weight:300;line-height:1.3}.sf-level-btn.active .sf-level-desc{color:var(--t-text-2)}.sf-simplify-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#16a34a,#22c55e);border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;padding:14px 24px;font-family:Geist,system-ui,sans-serif;font-size:15px;font-weight:600;transition:filter .18s,transform .18s,box-shadow .18s;display:flex;box-shadow:0 4px 20px #22c55e4d}.sf-simplify-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 28px #22c55e66}.sf-simplify-btn:active:not(:disabled){transform:translateY(0)}.sf-simplify-btn:disabled{opacity:.4;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.sf-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:17px;height:17px;animation:.55s linear infinite sfSpin}.sf-spinner--sm{border-width:1.5px;border-color:var(--t-border);border-top-color:var(--t-accent-2);width:13px;height:13px}.sf-right{flex-direction:column;gap:16px;display:flex}.sf-output-panel{background:var(--t-surface);border:1px solid var(--t-border);border-radius:18px;flex-direction:column;min-height:440px;max-height:calc(100vh - 260px);display:flex;position:relative;overflow:hidden}.sf-output-panel:before{content:"";opacity:.2;pointer-events:none;background:linear-gradient(90deg,#0000,#22c55e 50%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.sf-output-header{background:var(--t-border-2);border-bottom:1px solid var(--t-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.sf-output-title{color:var(--t-text-2);letter-spacing:-.01em;align-items:center;gap:7px;font-family:Fraunces,Georgia,serif;font-size:13px;font-weight:500;display:inline-flex}.sf-output-title svg{color:#22c55e;flex-shrink:0}.sf-output-actions{align-items:center;gap:6px;display:flex}.sf-icon-btn{border:1px solid var(--t-border);width:32px;height:32px;color:var(--t-text-3);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.sf-icon-btn:hover:not(:disabled){background:var(--t-surface-2);border-color:var(--t-border-3);color:var(--t-text);transform:translateY(-1px)}.sf-icon-btn:disabled{opacity:.3;cursor:not-allowed}.sf-icon-btn--reader{color:#4ade80;background:#22c55e14;border-color:#22c55e40}.sf-icon-btn--reader:hover:not(:disabled){background:#22c55e26;box-shadow:0 0 14px #22c55e33}.sf-icon-btn--done{background:var(--t-success-soft);border-color:var(--t-success-mid);color:#4ade80}.sf-icon-btn--error{background:var(--t-error-soft);border-color:var(--t-error-border);color:var(--t-error-2)}.sf-icon-btn--dup{background:var(--t-warning-soft);border-color:var(--t-warning-soft);color:var(--t-warning)}.sf-output-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.sf-output-text{min-height:0;color:var(--t-text);scrollbar-width:thin;scrollbar-color:var(--t-border)transparent;white-space:pre-wrap;word-break:break-word;flex:1;padding:20px;font-family:Geist,system-ui,sans-serif;font-size:14.5px;font-weight:300;line-height:1.75;overflow-y:auto}.sf-output-footer{border-top:1px solid var(--t-border);background:var(--t-border-2);color:var(--t-text-3);flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:400;display:flex}.sf-footer-dot{background:var(--t-border-3);border-radius:50%;flex-shrink:0;width:3px;height:3px}.sf-footer-green{color:#4ade80}.sf-empty-output{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:28px;min-height:0;padding:40px 24px;display:flex;overflow:hidden}.sf-empty-steps{flex-direction:column;gap:12px;width:100%;max-width:260px;display:flex}.sf-empty-step{color:var(--t-text-3);align-items:center;gap:12px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:300;transition:color .2s;display:flex}.sf-empty-step.done{color:var(--t-text-2)}.sf-step-num{background:var(--t-surface-2);border:1px solid var(--t-border);width:26px;height:26px;color:var(--t-text-3);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-family:Fraunces,Georgia,serif;font-size:12px;font-weight:500;transition:all .2s;display:flex}.sf-empty-step.done .sf-step-num{color:#4ade80;background:#22c55e1a;border-color:#22c55e4d}.sf-empty-hint{color:var(--t-text-3);text-align:center;opacity:.6;max-width:240px;margin:0;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:300;line-height:1.6}.sf-how{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.sf-how-step{background:var(--t-surface);border:1px solid var(--t-border);border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.sf-how-icon{flex-shrink:0;margin-top:1px;font-size:18px}.sf-how-title{color:var(--t-text-2);margin-bottom:3px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:600}.sf-how-body{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300;line-height:1.5}.sf-toast{z-index:9000;background:var(--t-success-soft);border:1px solid var(--t-success-mid);color:#4ade80;pointer-events:none;white-space:nowrap;border-radius:12px;align-items:center;gap:9px;max-width:calc(100vw - 32px);padding:11px 20px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:500;animation:.2s cubic-bezier(.2,0,0,1) sfToastIn;display:inline-flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.sf-toast svg{flex-shrink:0}.sf-toast--error{background:var(--t-error-soft);border-color:var(--t-error-border);color:#fca5a5}.sf-toast--warn{background:var(--t-warning-soft);border-color:var(--t-warning-soft);color:var(--t-warning)}@media (max-width:1100px){.sf-layout{grid-template-columns:360px 1fr}.sf-how{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.sf-layout{grid-template-columns:1fr}.sf-level-grid{grid-template-columns:repeat(3,1fr)}.sf-how{grid-template-columns:repeat(2,1fr)}.sf-output-panel{min-height:320px;max-height:480px}}@media (max-width:560px){.sf-header{flex-direction:column;align-items:flex-start}.sf-level-grid{grid-template-columns:repeat(2,1fr)}.sf-how{grid-template-columns:1fr}.sf-toast{left:16px;right:16px;transform:none}}@media (hover:none) and (pointer:coarse){.sf-level-btn,.sf-simplify-btn{min-height:44px}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ov-section{flex-direction:column;gap:20px;min-height:100%;padding-bottom:40px;animation:.4s ease-out fadeInUp;display:flex}.ov-hero{background:var(--t-surface);border:1px solid var(--t-border);color:var(--t-text);border-radius:20px;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex;position:relative;overflow:hidden}.ov-hero:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--t-accent)50%,transparent 100%);opacity:.5;pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.ov-hero:after{content:"";background:radial-gradient(circle,var(--t-accent-soft),transparent 70%);pointer-events:none;border-radius:50%;width:280px;height:280px;position:absolute;top:-80px;right:-80px}.ov-hero-left{z-index:1;flex:1;min-width:0;position:relative}.ov-greeting{color:var(--t-text);letter-spacing:-.03em;margin:0 0 6px;font-family:Fraunces,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:500;line-height:1.1}.ov-hero-sub{color:var(--t-text-3);margin:0 0 14px;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:300;line-height:1.6}.ov-hero-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ov-plan-pill{text-transform:uppercase;letter-spacing:.07em;background:var(--t-accent-soft);color:var(--t-accent-2);border:1px solid var(--t-accent-mid);border-radius:999px;align-items:center;padding:3px 10px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.ov-plan-pill.plan-pro,.ov-plan-pill.plan-pro-max{background:var(--t-success-soft);color:#4ade80;border-color:var(--t-success-mid)}.ov-plan-pill.plan-guest{background:var(--t-border-2);color:var(--t-text-3);border-color:var(--t-border)}.ov-streak-pill{background:var(--t-warning-soft);color:#fbbf24;border:1px solid var(--t-warning-soft);border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:500;display:inline-flex}.ov-hero-right{z-index:1;flex-shrink:0;position:relative}.ov-quota-wrap{align-items:center;gap:14px;display:flex}.ov-quota-arc{display:block}.ov-quota-labels{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.ov-quota-used{color:var(--t-text);letter-spacing:-.03em;font-family:Fraunces,Georgia,serif;font-size:2rem;font-weight:500;line-height:1}.ov-quota-sep{display:none}.ov-quota-limit{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:400}.ov-quota-tag{color:var(--t-text-3);opacity:.6;text-transform:uppercase;letter-spacing:.06em;font-family:Geist,system-ui,sans-serif;font-size:10.5px;font-weight:500}.ov-quota-loading{opacity:.3}.ov-stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.ov-stat-card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:16px;align-items:center;gap:14px;padding:16px 18px;transition:border-color .2s,box-shadow .2s;display:flex}.ov-stat-card:hover{border-color:var(--t-border-3);box-shadow:0 8px 24px #0000004d}.ov-stat-card.warn{border-color:var(--t-error-border);background:var(--t-error-soft)}.ov-stat-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ov-stat-icon.tint-primary{background:var(--t-accent-soft);color:var(--t-accent-2)}.ov-stat-icon.tint-secondary{background:var(--t-info-soft);color:var(--t-info)}.ov-stat-icon.tint-success{background:var(--t-success-soft);color:#4ade80}.ov-stat-icon.tint-accent{background:var(--t-warning-soft);color:#fbbf24}.ov-stat-card.warn .ov-stat-icon{background:var(--t-error-mid);color:var(--t-error-2)}.ov-stat-body{flex:1;min-width:0}.ov-stat-value{color:var(--t-text);letter-spacing:-.025em;font-family:Fraunces,Georgia,serif;font-size:1.6rem;font-weight:500;line-height:1.1}.ov-stat-label{color:var(--t-text-2);margin-top:3px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:500}.ov-stat-sub{color:var(--t-text-3);margin-top:1px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:300}.ov-mid-row{grid-template-columns:1fr 1.4fr;align-items:start;gap:16px;display:grid}.ov-card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:16px;padding:18px 20px}.ov-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.ov-card-title{color:var(--t-text-2);letter-spacing:-.01em;align-items:center;gap:7px;margin:0;font-family:Fraunces,Georgia,serif;font-size:13.5px;font-weight:500;display:flex}.ov-card-title svg{color:var(--t-accent-2)}.ov-card-sub{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300}.ov-sparkline{align-items:flex-end;gap:4px;height:80px;padding-bottom:2px;display:flex}.ov-spark-bar{background:var(--t-surface-3);cursor:default;border-radius:3px 3px 0 0;flex:1;min-height:3px;transition:height .4s cubic-bezier(.4,0,.2,1),background .2s}.ov-spark-bar:hover{background:var(--t-accent-2)}.ov-spark-bar.today{background:var(--t-accent);box-shadow:0 0 10px #4a3bc466}.ov-spark-bar.today:hover{opacity:.85}.ov-view-all{color:var(--t-accent-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:4px;padding:4px 8px;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:500;transition:background .2s;display:inline-flex}.ov-view-all:hover{background:var(--t-accent-soft)}.ov-activity-list{flex-direction:column;gap:4px;display:flex}.ov-activity-row{cursor:default;border-radius:10px;align-items:center;gap:12px;padding:10px;transition:background .2s;display:flex}.ov-activity-row:hover{background:var(--t-surface-2)}.ov-activity-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ov-activity-icon.text{background:var(--t-accent-soft);color:var(--t-accent-2)}.ov-activity-icon.file{background:var(--t-info-soft);color:var(--t-info)}.ov-activity-body{flex:1;min-width:0}.ov-activity-preview{color:var(--t-text-2);white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;overflow:hidden}.ov-activity-meta{color:var(--t-text-3);align-items:center;gap:5px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300;display:flex}.ov-meta-sep{color:var(--t-border);opacity:.6}.ov-level-dot{letter-spacing:.03em;border-radius:999px;padding:2px 7px;font-family:Geist,system-ui,sans-serif;font-size:10px;font-weight:600}.ov-level-dot.level-a1{background:var(--t-success-mid);color:#4ade80}.ov-level-dot.level-a2{color:#86efac;background:#22c55e17}.ov-level-dot.level-b1{background:var(--t-accent-soft);color:var(--t-accent-2)}.ov-level-dot.level-b2{color:#c4b5fd;background:#8b5cf61f}.ov-level-dot.level-c1{background:var(--t-info-soft);color:var(--t-info)}.ov-level-dot.level-c2{background:var(--t-warning-soft);color:#fbbf24}.ov-activity-sk{align-items:center;gap:12px;padding:6px 0;display:flex}.ov-empty-feed{color:var(--t-text-3);text-align:center;opacity:.5;flex-direction:column;align-items:center;gap:10px;padding:32px 0;display:flex}.ov-empty-feed p{margin:0;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:300}.ov-section-head{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.ov-section-title{color:var(--t-text-3);letter-spacing:-.01em;text-transform:none;margin:0;font-family:Fraunces,Georgia,serif;font-size:14px;font-weight:500}.ov-actions-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ov-action-card{text-align:left;background:var(--t-surface);border:1px solid var(--t-border);cursor:pointer;border-radius:16px;flex-direction:column;align-items:flex-start;gap:10px;padding:20px 18px;transition:all .2s;display:flex;position:relative;overflow:hidden}.ov-action-card:before{content:"";background:linear-gradient(90deg,transparent,var(--t-accent),transparent);opacity:0;height:1px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.ov-action-card:hover{border-color:#4a3bc44d;transform:translateY(-3px);box-shadow:0 12px 32px #00000059}.ov-action-card:hover:before{opacity:.5}.ov-action-icon{background:var(--t-surface-2);width:44px;height:44px;color:var(--t-accent-2);border:1px solid var(--t-border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex}.ov-action-card:hover .ov-action-icon{background:var(--t-accent-soft);border-color:var(--t-accent-mid)}.ov-action-label{color:var(--t-text);letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-size:14px;font-weight:500;line-height:1.2}.ov-action-desc{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:300;line-height:1.5}.ov-upgrade-strip{background:var(--t-surface);border:1px solid var(--t-accent-mid);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex;position:relative;overflow:hidden}.ov-upgrade-strip:before{content:"";background:linear-gradient(90deg,transparent,var(--t-accent),transparent);opacity:.6;pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.ov-upgrade-left{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.ov-upgrade-icon{background:var(--t-accent);color:#fff;width:40px;height:40px;box-shadow:0 4px 16px var(--t-accent-glow);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ov-upgrade-title{color:var(--t-text);letter-spacing:-.015em;margin:0 0 3px;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:500}.ov-upgrade-desc{color:var(--t-text-3);margin:0;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.55}.ov-upgrade-btn{background:var(--t-accent);color:#fff;cursor:pointer;box-shadow:0 4px 20px var(--t-accent-glow);white-space:nowrap;letter-spacing:-.01em;border:none;border-radius:11px;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:600;transition:filter .2s,transform .2s,box-shadow .2s;display:inline-flex}.ov-upgrade-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 28px #4a3bc473}.ov-sk{background:linear-gradient(90deg,var(--t-surface-2)25%,var(--t-surface-3)50%,var(--t-surface-2)75%);background-size:200% 100%;animation:1.4s infinite shimmer;display:block}@media (max-width:1200px){.ov-mid-row{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.ov-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ov-hero{flex-direction:column;align-items:flex-start;gap:20px;padding:22px}.ov-hero:after{display:none}.ov-hero-right{align-self:flex-start}.ov-quota-wrap{flex-direction:row;align-items:center}.ov-mid-row{grid-template-columns:1fr}.ov-actions-grid{grid-template-columns:repeat(2,1fr)}.ov-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ov-upgrade-strip{flex-direction:column;align-items:flex-start}.ov-upgrade-btn{justify-content:center;width:100%}}@media (max-width:640px){.ov-greeting{font-size:1.4rem}.ov-stat-value{font-size:1.3rem}.ov-stat-card{gap:10px;padding:12px 14px}.ov-stat-icon{width:34px;height:34px}.ov-card{padding:14px 16px}.ov-actions-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ov-action-card{gap:8px;padding:16px 14px}.ov-action-icon{width:38px;height:38px}}@media (max-width:480px){.ov-stats-grid{grid-template-columns:1fr 1fr;gap:8px}.ov-stat-value{font-size:1.2rem}.ov-quota-used{font-size:1.6rem}}@media (hover:none) and (pointer:coarse){.ov-action-card:hover{transform:none}.ov-spark-bar:hover{background:var(--t-surface-3)}.ov-spark-bar.today:hover{opacity:1}}@media print{.ov-upgrade-strip,.ov-actions-grid{display:none}.ov-hero{color:#000;background:#fff;border:1px solid #ccc}}.ov-locked-strip{background:var(--t-border-2);border:1px solid var(--t-border-2);border-radius:16px;padding:18px 20px;animation:.3s ease-out fadeInUp}.ov-locked-title{letter-spacing:.06em;text-transform:uppercase;color:var(--t-text-4);margin-bottom:12px;font-size:12px;font-weight:500}.ov-locked-features{flex-wrap:wrap;gap:8px;display:flex}.ov-locked-item{background:var(--t-border-2);border:1px solid var(--t-border);color:var(--t-text-3);border-radius:8px;align-items:center;gap:6px;padding:5px 11px;font-size:12.5px;display:inline-flex}.ov-locked-item svg{color:var(--t-text-4);flex-shrink:0}.ov-quota-labels .ov-quota-tag{text-transform:uppercase;letter-spacing:.05em;font-size:10px}[data-theme=light] .ov-quota-arc circle:first-child{stroke:#00000017}[data-theme=light] .ov-quota-used{color:#111118!important}[data-theme=light] .ov-quota-limit{color:#74747e!important}[data-theme=light] .ov-sk{background:linear-gradient(90deg,#e8e6ed 25%,#f0eef5 50%,#e8e6ed 75%) 0 0/200% 100%!important}.ov-firstrun{flex-direction:column;gap:16px;display:flex}.ov-firstrun-hero{text-align:center;background:var(--t-surface);border:1px solid var(--t-border);border-radius:20px;flex-direction:column;align-items:center;gap:14px;padding:48px 32px 40px;display:flex;position:relative;overflow:hidden}.ov-firstrun-hero:before{content:"";background:radial-gradient(ellipse at center,var(--t-accent-glow)0%,transparent 70%);pointer-events:none;width:320px;height:200px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.ov-firstrun-icon{background:var(--t-accent-soft);border:1px solid var(--t-accent-mid);width:72px;height:72px;color:var(--t-accent-2);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ov-firstrun-title{color:var(--t-text);letter-spacing:-.02em;margin:0;font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:500}.ov-firstrun-sub{color:var(--t-text-3);max-width:420px;margin:0;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:300;line-height:1.65}.ov-firstrun-cta{background:var(--t-accent);color:#fff;cursor:pointer;box-shadow:0 0 0 0 var(--t-accent-glow);border:none;border-radius:12px;align-items:center;gap:8px;margin-top:4px;padding:12px 28px;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:500;transition:background .18s,transform .12s,box-shadow .18s;display:inline-flex}.ov-firstrun-cta:hover{background:var(--t-accent-2);box-shadow:0 6px 24px var(--t-accent-glow);transform:translateY(-1px)}.ov-firstrun-cta:active{transform:translateY(0)}.ov-firstrun-steps{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ov-firstrun-step{background:var(--t-surface);border:1px solid var(--t-border);border-radius:16px;flex-direction:column;gap:12px;padding:20px;transition:border-color .18s,background .18s;display:flex}.ov-firstrun-step:hover{border-color:var(--t-border-3);background:var(--t-surface-2)}.ov-firstrun-step-icon{background:var(--t-accent-soft);width:44px;height:44px;color:var(--t-accent-2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ov-firstrun-step-title{color:var(--t-text);margin:0;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:500}.ov-firstrun-step-desc{color:var(--t-text-3);margin:0;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.55}@media (max-width:640px){.ov-firstrun-steps{grid-template-columns:1fr}.ov-firstrun-hero{padding:36px 20px 32px}.ov-firstrun-title{font-size:19px}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.hist-section{flex-direction:column;gap:20px;min-height:100%;padding-bottom:40px;animation:.4s ease-out fadeInUp;display:flex}.lib-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.lib-header-left{flex:1;min-width:0}.page-title{color:var(--t-text);letter-spacing:-.03em;margin:0 0 5px;font-family:Fraunces,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.1}.page-description{color:var(--t-text-3);margin:0;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:300;line-height:1.5}.hist-clear-btn{cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:7px;padding:8px 14px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;transition:all .2s;display:inline-flex;border:1px solid var(--t-border)!important;color:var(--t-text-3)!important;background:0 0!important}.hist-clear-btn:hover{background:var(--t-error-soft)!important;border-color:var(--t-error-border)!important;color:var(--t-error-2)!important}.hist-stats-bar{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.hist-stat-card{border-radius:14px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .2s,box-shadow .2s;display:flex;background:var(--t-surface)!important;border:1px solid var(--t-border)!important}.hist-stat-card:hover{box-shadow:0 6px 20px #00000040;border-color:var(--t-border-3)!important}.hist-stat-card.accent{background:var(--t-warning-soft)!important;border-color:var(--t-warning-soft)!important}.hist-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;background:var(--t-accent-soft)!important;color:var(--t-accent-2)!important}.hist-stat-card.accent .hist-stat-icon{background:var(--t-warning-mid)!important;color:#fbbf24!important}.hist-stat-body{min-width:0}.hist-stat-value{letter-spacing:-.025em;font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:500;line-height:1.1;color:var(--t-text)!important}.hist-stat-label{margin-top:3px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300;color:var(--t-text-3)!important}.lib-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lib-search{border-radius:10px;flex:1;align-items:center;gap:9px;min-width:180px;height:38px;padding:0 14px;transition:border-color .2s,box-shadow .2s;display:flex;background:var(--t-surface)!important;border:1px solid var(--t-border)!important;box-shadow:none!important}.lib-search:focus-within{box-shadow:0 0 0 3px var(--t-accent-soft)!important;border-color:#4a3bc466!important}.lib-search svg{color:var(--t-text-3);flex-shrink:0}.lib-search-input,.hist-section .lib-search-input,input.lib-search-input{caret-color:var(--t-accent-2);appearance:none;flex:1;width:100%;margin:0;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:300;box-shadow:none!important;color:var(--t-text)!important;background:0 0!important;border:none!important;outline:none!important;padding:0!important}.lib-search-input::placeholder,.hist-section .lib-search-input::placeholder{opacity:.55;color:var(--t-text-3)!important}.lib-search-input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--t-surface)inset!important;-webkit-text-fill-color:var(--t-text)!important}.lib-search-input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--t-surface)inset!important;-webkit-text-fill-color:var(--t-text)!important}.lib-search-input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--t-surface)inset!important;-webkit-text-fill-color:var(--t-text)!important}.lib-search-input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--t-surface)inset!important;-webkit-text-fill-color:var(--t-text)!important}.lib-search-clear{cursor:pointer;color:var(--t-text-3);border-radius:4px;flex-shrink:0;align-items:center;padding:2px;transition:color .15s;display:flex;background:0 0!important;border:none!important}.lib-search-clear:hover{color:var(--t-text)}.lib-toolbar-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.lib-select,.hist-section select.lib-select,select.lib-select{cursor:pointer;appearance:none;white-space:nowrap;border-radius:10px;outline:none;height:38px;padding:0 32px 0 12px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:300;transition:border-color .2s;background-color:var(--t-surface)!important;background-image:var(--t-select-arrow)!important;border:1px solid var(--t-border)!important;color:var(--t-text-2)!important;background-position:right 10px center!important;background-repeat:no-repeat!important}.lib-select:hover{border-color:var(--t-border-4)!important}.lib-select:focus,select.lib-select:focus{box-shadow:0 0 0 3px var(--t-accent-soft)!important;border-color:#4a3bc466!important;outline:none!important}.lib-select option,select.lib-select option{background-color:var(--t-surface-2)!important;color:var(--t-text-2)!important}.lib-layout-toggle,.hist-section .lib-layout-toggle{border-radius:10px;gap:3px;padding:3px;display:flex;background:var(--t-surface)!important;border:1px solid var(--t-border)!important}.lib-layout-btn,.hist-section .lib-layout-btn{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex;color:var(--t-text-3)!important;background:0 0!important;border:none!important}.lib-layout-btn:hover,.hist-section .lib-layout-btn:hover{color:var(--t-text-2)!important;background:var(--t-surface-2)!important}.lib-layout-btn.active,.hist-section .lib-layout-btn.active{background:var(--t-accent-mid)!important;color:var(--t-accent-2)!important}.lib-results-bar{border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 14px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;display:flex;background:var(--t-surface-2)!important;border:1px solid var(--t-border)!important;color:var(--t-text-3)!important}.lib-clear-filters{cursor:pointer;padding:0;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:500;transition:opacity .15s;color:var(--t-accent-2)!important;background:0 0!important;border:none!important}.lib-clear-filters:hover{opacity:.75}.lib-loading{padding:8px 0}.hist-timeline{flex-direction:column;gap:24px;display:flex}.hist-day-group{flex-direction:column;gap:8px;display:flex}.hist-day-label{border-bottom:1px solid var(--t-border);justify-content:space-between;align-items:center;gap:10px;padding-bottom:10px;display:flex}.hist-day-label>span:first-child{color:var(--t-text-3);letter-spacing:.02em;text-transform:uppercase;font-family:Fraunces,Georgia,serif;font-size:12.5px;font-weight:500}.hist-day-count{color:var(--t-text-3);border:1px solid var(--t-border);border-radius:999px;padding:2px 8px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:400;background:var(--t-surface-2)!important}.hist-day-rows{flex-direction:column;gap:6px;display:flex}.hist-row{cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:13px 14px;transition:all .2s;display:flex;position:relative;background:var(--t-surface)!important;border:1px solid var(--t-border)!important}.hist-row:hover{box-shadow:0 4px 16px #0003;background:var(--t-accent-soft)!important;border-color:#4a3bc44d!important}.hist-row-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hist-row-icon.text{background:var(--t-accent-soft)!important;color:var(--t-accent-2)!important}.hist-row-icon.file{background:var(--t-info-soft)!important;color:var(--t-info)!important}.hist-row-body{flex:1;min-width:0}.hist-row-preview{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:400;overflow:hidden;color:var(--t-text-2)!important}.hist-row-meta{flex-wrap:wrap;align-items:center;gap:5px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300;display:flex;color:var(--t-text-3)!important}.hist-meta-sep{color:var(--t-border-3)}.hist-file-tag{border-radius:999px;padding:1px 7px;font-size:11px;font-weight:500;background:var(--t-info-soft)!important;color:var(--t-info)!important}.hist-row-actions{opacity:0;flex-shrink:0;transition:opacity .2s}.hist-row:hover .hist-row-actions{opacity:1}.hist-level-badge{letter-spacing:.03em;border-radius:999px;align-items:center;padding:2px 7px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.hist-level-badge.level-a1{background:var(--t-success-mid)!important;color:var(--t-success)!important}.hist-level-badge.level-a2{color:#86efac!important;background:#22c55e17!important}.hist-level-badge.level-b1{background:var(--t-accent-soft)!important;color:var(--t-accent-2)!important}.hist-level-badge.level-b2{color:#c4b5fd!important;background:#8b5cf61f!important}.hist-level-badge.level-c1{background:var(--t-info-soft)!important;color:var(--t-info)!important}.hist-level-badge.level-c2{background:var(--t-warning-soft)!important;color:#fbbf24!important}.hist-flat-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.hist-flat-card{cursor:pointer;border-radius:14px;flex-direction:column;gap:10px;padding:14px;transition:all .2s;display:flex;position:relative;overflow:hidden;background:var(--t-surface)!important;border:1px solid var(--t-border)!important}.hist-flat-card:before{content:"";background:linear-gradient(90deg,transparent,var(--t-accent),transparent);opacity:0;height:1px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.hist-flat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;border-color:#4a3bc44d!important}.hist-flat-card:hover:before{opacity:.4}.hist-flat-top{justify-content:space-between;align-items:center;display:flex}.hist-flat-time{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:300}.hist-flat-preview{-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;line-height:1.6;display:-webkit-box;overflow:hidden;color:var(--t-text-3)!important}.hist-flat-foot{color:var(--t-text-3);align-items:center;gap:7px;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:400;display:flex}.hist-skeleton-list{flex-direction:column;gap:6px;display:flex}.hist-skeleton-row{border-radius:12px;height:60px;animation:1.4s infinite shimmer;background:linear-gradient(90deg,var(--t-sk-from)25%,var(--t-sk-to)50%,var(--t-sk-from)75%)!important;background-size:200% 100%!important}.hist-load-more{flex-direction:column;align-items:center;gap:8px;padding-top:8px;display:flex}.hist-load-btn{cursor:pointer;border-radius:10px;align-items:center;gap:7px;padding:10px 22px;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:400;transition:all .2s;display:inline-flex;background:var(--t-surface)!important;border:1px solid var(--t-border)!important;color:var(--t-text-2)!important}.hist-load-btn:hover{background:var(--t-surface-2)!important;border-color:var(--t-border-3)!important;color:var(--t-text)!important}.hist-load-info{color:var(--t-text-3);opacity:.6;font-family:Geist,system-ui,sans-serif;font-size:11.5px;font-weight:300}.hist-load-spinner{border:2px solid var(--t-border);border-top-color:var(--t-accent-2);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite histSpinnerSpin}@keyframes histSpinnerSpin{to{transform:rotate(360deg)}}.lib-menu-wrap{position:relative}.lib-icon-btn{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex;border:1px solid var(--t-border)!important;color:var(--t-text-3)!important;background:0 0!important}.lib-icon-btn:hover{background:var(--t-surface-2)!important;color:var(--t-text-2)!important;border-color:var(--t-border-3)!important}.lib-dropdown{z-index:100;border-radius:12px;min-width:160px;margin:0;padding:5px;list-style:none;animation:.15s ease-out fadeInUp;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 48px #00000080;background:var(--t-surface-2)!important;border:1px solid var(--t-border)!important}.lib-dropdown li{cursor:pointer;border-radius:8px;align-items:center;gap:9px;padding:9px 12px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;transition:background .15s;display:flex;color:var(--t-text-2)!important}.lib-dropdown li:hover{background:var(--t-surface)!important}.lib-dropdown li svg{color:var(--t-text-3);flex-shrink:0}.lib-dropdown li.danger,.lib-dropdown li.danger svg{color:var(--t-error-2)!important}.lib-dropdown li.danger:hover{background:var(--t-error-soft)!important}.lib-empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:60px 24px;display:flex}.lib-empty-icon{width:80px;height:80px;color:var(--t-text-3);opacity:.6;border-radius:20px;justify-content:center;align-items:center;display:flex;background:var(--t-surface-2)!important;border:1px solid var(--t-border)!important}.lib-empty-title{letter-spacing:-.02em;margin:0;font-family:Fraunces,Georgia,serif;font-size:17px;font-weight:500;color:var(--t-text-2)!important}.lib-empty-desc{max-width:340px;margin:0;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:300;line-height:1.6;color:var(--t-text-3)!important}.lib-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeInUp;display:flex;position:fixed;inset:0;background:var(--t-backdrop)!important}.lib-modal{border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #0009;background:var(--t-surface)!important;border:1px solid var(--t-border)!important}.lib-modal:before{content:"";background:linear-gradient(90deg,transparent,var(--t-accent),transparent);opacity:.5;pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.lib-modal-breadcrumb{flex-shrink:0;align-items:center;gap:6px;padding:10px 20px 0;display:flex}.lib-modal-back{color:var(--t-accent-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:4px 0;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400;transition:color .15s;display:inline-flex}.lib-modal-back:hover{color:var(--t-text)}.lib-modal-back svg{flex-shrink:0;transition:transform .15s}.lib-modal-back:hover svg{transform:translate(-2px)}.lib-breadcrumb-sep{color:var(--t-text-4);flex-shrink:0}.lib-breadcrumb-current{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400}.lib-modal-header{border-bottom:1px solid var(--t-border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 14px;display:flex}.lib-modal-meta{flex-direction:column;gap:5px;display:flex}.lib-level-badge{letter-spacing:.04em;border-radius:999px;align-items:center;width:fit-content;padding:2px 8px;font-family:Geist,system-ui,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.lib-level-badge.level-a1{background:var(--t-success-mid)!important;color:var(--t-success)!important}.lib-level-badge.level-a2{color:#86efac!important;background:#22c55e17!important}.lib-level-badge.level-b1{background:var(--t-accent-soft)!important;color:var(--t-accent-2)!important}.lib-level-badge.level-b2{color:#c4b5fd!important;background:#8b5cf61f!important}.lib-level-badge.level-c1{background:var(--t-info-soft)!important;color:var(--t-info)!important}.lib-level-badge.level-c2{background:var(--t-warning-soft)!important;color:#fbbf24!important}.lib-modal-time{color:var(--t-text-3);font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:300}.lib-modal-close{cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;border:1px solid var(--t-border)!important;color:var(--t-text-3)!important;background:0 0!important}.lib-modal-close:hover{background:var(--t-surface-2)!important;color:var(--t-text)!important}.lib-modal-tabs{border-bottom:1px solid var(--t-border);flex-shrink:0;gap:4px;padding:10px 20px 0;display:flex;background:var(--t-surface)!important}.lib-tab{cursor:pointer;margin-bottom:-1px;padding:8px 14px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;transition:all .15s;color:var(--t-text-3)!important;background:0 0!important;border:none!important;border-bottom:2px solid #0000!important}.lib-tab:hover{color:var(--t-text-2)!important}.lib-tab.active{font-weight:500;color:var(--t-accent-2)!important;border-bottom-color:var(--t-accent)!important}.lib-modal-body{scrollbar-width:thin;scrollbar-color:var(--t-scroll-thumb)transparent;flex:1;padding:18px 20px;overflow-y:auto;background:var(--t-surface)!important}.lib-modal-text{white-space:pre-wrap;word-break:break-word;margin:0;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:300;line-height:1.75;color:var(--t-text)!important}.lib-modal-footer{border-top:1px solid var(--t-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex;background:var(--t-surface)!important}.lib-modal-stats{color:var(--t-text-3);align-items:center;gap:10px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300;display:flex}.lib-reduction{border-radius:999px;padding:2px 8px;font-size:11.5px;font-weight:500;background:var(--t-success-soft)!important;color:var(--t-success)!important}.lib-modal-btns{gap:8px;display:flex}.lib-btn-primary{cursor:pointer;letter-spacing:-.01em;border-radius:9px;align-items:center;gap:7px;padding:8px 16px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:600;transition:filter .2s,transform .2s;display:inline-flex;background:var(--t-accent)!important;color:#fff!important;border:none!important}.lib-btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.lib-btn-secondary{cursor:pointer;border-radius:9px;align-items:center;gap:7px;padding:8px 14px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;transition:all .2s;display:inline-flex;border:1px solid var(--t-border)!important;color:var(--t-text-3)!important;background:0 0!important}.lib-btn-secondary:hover{background:var(--t-error-soft)!important;border-color:var(--t-error-border)!important;color:var(--t-error-2)!important}.lib-btn-ghost{cursor:pointer;border-radius:9px;align-items:center;gap:7px;padding:8px 16px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:400;transition:all .15s;display:inline-flex;border:1px solid var(--t-border)!important;color:var(--t-text-2)!important;background:0 0!important}.lib-btn-ghost:hover{background:var(--t-surface-2)!important;border-color:var(--t-border-3)!important}.lib-btn-danger{cursor:pointer;border-radius:9px;align-items:center;gap:7px;padding:8px 16px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;background:var(--t-error-mid)!important;border:1px solid var(--t-error-border)!important;color:var(--t-error-2)!important}.lib-btn-danger:hover{background:var(--t-error-mid)!important;border-color:var(--t-error-border)!important}.lib-confirm{text-align:center;border-radius:18px;width:100%;max-width:380px;padding:28px 24px 22px;position:relative;overflow:hidden;box-shadow:0 24px 64px #0000008c;background:var(--t-surface)!important;border:1px solid var(--t-border)!important}.lib-confirm:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ef444499,#0000);height:1px;position:absolute;top:0;left:0;right:0}.lib-confirm-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex;background:var(--t-error-soft)!important;border:1px solid var(--t-error-border)!important;color:var(--t-error-2)!important}.lib-confirm h3{letter-spacing:-.02em;margin:0 0 8px;font-family:Fraunces,Georgia,serif;font-size:17px;font-weight:500;color:var(--t-text)!important}.lib-confirm p{margin:0 0 22px;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:300;line-height:1.55;color:var(--t-text-3)!important}.lib-confirm-btns{justify-content:center;gap:8px;display:flex}.lib-toast{z-index:300;white-space:nowrap;border-radius:12px;align-items:center;gap:9px;padding:11px 18px;font-family:Geist,system-ui,sans-serif;font-size:13.5px;font-weight:400;animation:.25s ease-out toastIn;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000080;background:var(--t-surface-2)!important;border:1px solid var(--t-success-mid)!important;color:var(--t-text-2)!important}.lib-toast svg{color:#4ade80;flex-shrink:0}.lib-toast-msg{flex:1}.lib-toast--undo{padding-right:12px;border-color:var(--t-border-3)!important}.lib-toast-undo{background:var(--t-accent-soft);border:1px solid var(--t-accent-mid);color:var(--t-accent-2);cursor:pointer;white-space:nowrap;border-radius:7px;flex-shrink:0;padding:4px 12px;font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:500;transition:background .15s,color .15s}.lib-toast-undo:hover{background:var(--t-accent-mid);color:var(--t-text)}@media (max-width:1024px){.hist-stats-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hist-stats-bar{grid-template-columns:repeat(2,1fr);gap:10px}.hist-stat-value{font-size:1.25rem}.hist-flat-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.hist-row{gap:10px;padding:11px 12px}.hist-row-actions{opacity:1}.lib-toolbar{flex-wrap:wrap}}@media (max-width:640px){.hist-stats-bar{grid-template-columns:1fr 1fr}.hist-stat-card{padding:11px 13px}.hist-stat-icon{width:32px;height:32px}.hist-stat-value{font-size:1.15rem}.hist-flat-grid{grid-template-columns:1fr 1fr}.lib-modal{border-radius:16px}.lib-toast{white-space:normal;justify-content:flex-start;animation-name:toastInMobile;left:16px;right:16px;transform:none}}@keyframes toastInMobile{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.hist-stats-bar{grid-template-columns:1fr 1fr;gap:8px}.hist-stat-card{gap:8px;padding:10px 12px}.hist-stat-icon{width:28px;height:28px}.hist-stat-icon svg{width:14px;height:14px}.hist-stat-value{font-size:1.05rem}.hist-stat-label{font-size:10.5px}.hist-flat-grid{grid-template-columns:1fr}.hist-row-preview{font-size:12.5px}.hist-row-actions{opacity:1}.lib-modal-footer{flex-direction:column;align-items:stretch}.lib-modal-btns{justify-content:stretch}.lib-modal-btns .lib-btn-primary,.lib-modal-btns .lib-btn-secondary{flex:1;justify-content:center}.lib-confirm-btns{flex-direction:column}.lib-btn-ghost,.lib-btn-danger{justify-content:center;width:100%}}@media (hover:none) and (pointer:coarse){.hist-row-actions{opacity:1}.hist-row,.hist-flat-card{-webkit-tap-highlight-color:transparent}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media print{.hist-stats-bar,.lib-toolbar,.hist-row-actions,.hist-load-more,.hist-clear-btn,.lib-modal-backdrop,.lib-toast{display:none}.hist-row{break-inside:avoid;box-shadow:none;border:1px solid #333}}.hist-limit-banner{background:var(--t-accent-soft);border:1px solid var(--t-accent-mid);color:var(--t-text-2);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:11px 16px;font-size:13px;animation:.3s ease-out fadeInUp;display:flex}.hist-limit-banner-left{flex:1;align-items:center;gap:9px;min-width:0;display:flex}.hist-limit-banner-left svg{color:var(--t-accent-2);flex-shrink:0}.hist-limit-banner-left strong{color:var(--t-text);font-weight:500}.hist-limit-hidden{color:var(--t-text-3);font-size:12.5px}.hist-limit-upgrade{background:var(--t-accent-mid);color:var(--t-accent-2);white-space:nowrap;border:1px solid #4a3bc44d;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.hist-limit-upgrade:hover{background:var(--t-accent-mid);color:var(--t-accent-2)}.lib-empty-upgrade{background:var(--t-accent-soft);border:1px solid var(--t-accent-mid);color:var(--t-accent-2);border-radius:10px;align-items:center;gap:7px;margin-top:16px;padding:9px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.lib-empty-upgrade:hover{background:var(--t-accent-mid);color:var(--t-accent-2)}.lib-error{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.lib-error-icon{background:var(--t-error-soft);border:1px solid var(--t-error-border);width:52px;height:52px;color:var(--t-error-2);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lib-error-title{color:var(--t-text-3);margin:0;font-family:Geist,system-ui,sans-serif;font-size:14px;font-weight:400}.lib-error-retry{background:var(--t-surface-2);border:1px solid var(--t-border-3);color:var(--t-text-2);cursor:pointer;border-radius:9px;align-items:center;gap:6px;padding:8px 18px;font-family:Geist,system-ui,sans-serif;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.lib-error-retry:hover{background:var(--t-surface-3);border-color:var(--t-border-4);color:var(--t-text)}.lib-error-inline{color:var(--t-error-2);font-family:Geist,system-ui,sans-serif;font-size:12.5px;font-weight:300}
