:root{--bg-color:#f5f5f3;--text-primary:#0f172a;--text-secondary:#475569;--border-color:#cbd5e1;--border-light:#e2e8f0;--primary-color:#3b6ef5;--primary-hover:#2f5fe3;--surface-color:#ffffff;--surface-hover:#f8fafc;--shadow-sm:0 1px 2px 0 rgba(15,23,42,0.05);--shadow-md:0 4px 6px -1px rgba(15,23,42,0.08),0 2px 4px -2px rgba(15,23,42,0.04);--shadow-lg:0 10px 15px -3px rgba(15,23,42,0.08),0 4px 6px -4px rgba(15,23,42,0.04);--shadow-xl:0 20px 25px -5px rgba(15,23,42,0.1),0 8px 10px -6px rgba(15,23,42,0.1);--drop-shadow-glow:0 0 15px rgba(37,99,235,0.15);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:0.15s ease-in-out;--transition-normal:0.25s ease-in-out;color-scheme:light}html[data-theme=dark]{--bg-color:#0a0a0b;--text-primary:#e7e9ee;--text-secondary:#a3a8b3;--border-color:#2e323a;--border-light:#21242b;--primary-color:#84a8ff;--primary-hover:#9fbaff;--surface-color:#111317;--surface-hover:#1a1d23;--shadow-sm:0 1px 2px 0 rgba(2,6,23,0.55);--shadow-md:0 4px 6px -1px rgba(2,6,23,0.55),0 2px 4px -2px rgba(2,6,23,0.45);--shadow-lg:0 10px 15px -3px rgba(2,6,23,0.65),0 4px 6px -4px rgba(2,6,23,0.55);--shadow-xl:0 20px 25px -5px rgba(2,6,23,0.75),0 8px 10px -6px rgba(2,6,23,0.65);color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg-color);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,SF Pro Display,Segoe UI,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.app{padding:0;display:flex;flex-direction:column;gap:0;height:100dvh;overflow:hidden;max-width:100%;margin:0 auto;width:100%;border:1px solid #e2e4e8;border-radius:0;background:#ffffff}.product-header{height:58px;padding:0 20px;font-size:15px;font-weight:600;border:0;border-bottom:1px solid #d6deec;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--text-primary);box-shadow:none;position:relative;z-index:70}.product-header,.product-header-inner{display:flex;align-items:center;justify-content:space-between}.product-header-inner{width:100%}.header-brand-block{display:flex;align-items:center;gap:16px}.app-top-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:0;height:100%;pointer-events:none}.app-top-nav-link{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-secondary);padding:0 4px;height:100%;display:inline-flex;align-items:center;transition:all var(--transition-fast);white-space:nowrap;pointer-events:auto;border-bottom:3px solid transparent;margin:0 10px;background:transparent}.app-top-nav-link:hover{color:var(--primary-color);background:transparent}.app-top-nav-link.active{color:#4f46e5;border-bottom-color:#4f46e5;font-weight:600;background:transparent}html[data-theme=dark] .app-top-nav-link.active{color:#eff6ff;border-bottom-color:#818cf8;background:transparent}html[data-theme=dark] .app-top-nav-link:hover{color:#f1f5f9}.app-top-nav-link.disabled-link{cursor:not-allowed;opacity:.5}.app-top-nav-link.disabled-link:hover{background:transparent;color:var(--text-secondary)}.header-logo-wrapper{display:flex;align-items:center;gap:10px;text-decoration:none;transition:opacity .15s}.header-logo-wrapper:hover{opacity:.9}.logo-icon-badge{width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#3b6ef5,#6c47e8);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(59,110,245,.24)}.logo-title-text{font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.3px;font-family:inherit}html[data-theme=dark] .logo-title-text{color:#f1f5f9}.ui-lang-icon-wrapper{position:relative;display:inline-flex}.header-actions{display:flex;align-items:center}.header-actions-app{gap:16px}.header-actions-landing{gap:12px}.ui-lang-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--surface-color);cursor:pointer;transition:all var(--transition-fast)}.ui-lang-trigger:hover{background:var(--surface-hover);border-color:var(--primary-color)}.ui-lang-trigger:focus-visible{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,130,246,.2)}.panel-controls select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,130,246,.2)}button:disabled{opacity:.5;cursor:not-allowed!important}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:12px 16px;border-radius:var(--radius-md);font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:var(--shadow-sm)}.app-toast-stack{position:fixed;right:16px;bottom:16px;z-index:120;display:flex;flex-direction:column;gap:8px;max-width:min(420px,calc(100vw - 32px))}.app-toast{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.35;box-shadow:0 10px 24px rgba(2,6,23,.2)}.app-toast-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecdd3}.app-toast-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.app-toast-close{margin-left:auto;border:0;background:transparent;color:inherit;font-size:12px;cursor:pointer;opacity:.85}.app-toast-close:hover{opacity:1}.excel-workspace{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;background:#ffffff}.preview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:0;gap:0;min-height:0;flex:1 1;padding:0;border-top:0}.cell-action-menu{position:fixed;z-index:80;border:0;border-radius:10px;background:transparent;box-shadow:none;padding:0}.cell-action-menu.icon-tooltip{border-radius:8px;background:#ffffff;box-shadow:0 4px 12px rgba(15,23,42,.15),0 0 0 1px rgba(15,23,42,.05);padding:4px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transform-origin:top center;animation:tooltipZoom .15s cubic-bezier(.16,1,.3,1) forwards}@keyframes tooltipZoom{0%{opacity:0;transform:scale(.9) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.cell-action-menu-item{width:100%;height:34px;border:1px solid #1d4ed8;border-radius:8px;background:#2563eb;color:#ffffff;font-size:14px;font-weight:600;line-height:1;text-align:center;white-space:nowrap;padding:0 10px;cursor:pointer;box-shadow:0 4px 10px rgba(37,99,235,.35);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.cell-action-menu-item:hover{background:#1d4ed8;color:#ffffff}.cell-action-menu-item.icon-btn{height:28px;width:28px;padding:0;border-radius:6px;border:none;background:transparent;color:var(--text-secondary);box-shadow:none}.cell-action-menu-item.icon-btn:hover{background:#f1f5f9;color:var(--primary-color);box-shadow:none}.preview-column{display:flex;flex-direction:column;position:relative;min-width:0;min-height:0;border:0;border-right:1px solid #f0f1f4;background:#ffffff;border-radius:0;overflow:hidden;box-shadow:none;transition:box-shadow var(--transition-normal)}.preview-column:hover{box-shadow:none}.panel-header{margin:0;min-height:52px;padding:8px 14px;border-bottom:1px solid #f0f1f4;background:#ffffff;font-size:14px;font-weight:600;justify-content:space-between;gap:12px;z-index:10}.panel-header,.panel-title{display:flex;align-items:center}.panel-title{min-width:0;overflow:hidden;white-space:normal;gap:8px;flex-wrap:wrap;color:#374151}.preview-column:last-child{border-right:0;background:#fcfcfe}.lang-tag{--tag-bg:#ffffff;--tag-border:#ddd9ec;--tag-color:#8f93a3;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--tag-border);background:var(--tag-bg);color:var(--tag-color);border-radius:9px;overflow:hidden;height:30px;padding:0 8px 0 12px;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all var(--transition-fast),box-shadow var(--transition-fast)}.lang-tag:hover{filter:brightness(.985)}.lang-tag.status-idle.active{--tag-bg:#ffffff;--tag-border:#78a0ff;--tag-color:#2f5fe3}.lang-tag.status-idle:not(.active){--tag-bg:#ffffff;--tag-border:#e5e6ed;--tag-color:#8f93a3}.lang-tag.status-running.active{--tag-bg:#eaf0ff;--tag-border:#b9ccff;--tag-color:#3f66d7}.lang-tag.status-running:not(.active){--tag-bg:#f3f7ff;--tag-border:#d9e4ff;--tag-color:#7c93cf}.lang-tag.status-translated.active{--tag-bg:#2f5fe3;--tag-border:#2f5fe3;--tag-color:#ffffff}.lang-tag.status-translated:not(.active){--tag-bg:#edf3ff;--tag-border:#c7d8ff;--tag-color:#2f5fe3}.lang-tag.active{box-shadow:0 0 0 1px rgba(59,110,245,.18);z-index:2}.lang-tag.active:hover{box-shadow:0 0 0 1px rgba(59,110,245,.24)}.lang-tag.status-running .lang-tag-label{display:inline-flex;align-items:center;gap:6px}.lang-tag.status-running .lang-tag-label:before{content:"";width:10px;height:10px;border-radius:9999px;border:2px solid;border-top:2px solid transparent;display:inline-block;animation:lang-tag-spin .9s linear infinite}@keyframes lang-tag-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lang-tag-close{width:16px;height:16px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;opacity:.9;transition:background var(--transition-fast),opacity var(--transition-fast),color var(--transition-fast);margin-left:1px}.lang-tag:hover .lang-tag-close{opacity:1}.lang-tag-close:hover{background:rgba(15,23,42,.12)}.lang-tag.active .lang-tag-close{color:currentColor;background:transparent;opacity:1}.lang-tag.active .lang-tag-close:hover{background:rgba(59,110,245,.2);color:currentColor;opacity:1}.lang-tag.status-idle .lang-tag-close:hover{background:rgba(59,110,245,.1)}.lang-tag.status-running .lang-tag-close:hover{background:rgba(59,110,245,.14)}.lang-tag.status-translated .lang-tag-close:hover{background:rgba(255,255,255,.2)}.lang-picker{position:relative}.lang-picker-trigger{display:inline-flex;align-items:center;gap:8px;height:30px;min-width:130px;border:1px solid #d6dbe4;background:#f0f2f5;color:var(--text-secondary);border-radius:var(--radius-md);padding:0 10px;font-size:13px;cursor:pointer;transition:all var(--transition-fast);justify-content:space-between}.lang-picker-trigger.open,.lang-picker-trigger:hover{border-color:var(--primary-color);color:var(--text-primary);background:var(--surface-hover)}.lang-picker-trigger-text{flex:1 1;text-align:left;color:#64748b;font-size:13px}.source-lang-picker-trigger{min-width:120px;cursor:pointer}.source-lang-value{flex:1 1;text-align:left;color:var(--text-primary);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-lang-picker-menu{width:180px}.app-header-lang-picker-menu{width:170px;right:0;left:auto;top:calc(100% + 8px)}.lang-picker-menu{position:absolute;top:calc(100% + 8px);left:0;width:260px;max-height:320px;overflow:auto;border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-lg);background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 32px rgba(15,23,42,.12),0 0 0 1px rgba(226,232,240,.5);padding:8px;z-index:30;transform-origin:top left;animation:pickerMenuIn .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes pickerMenuIn{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lang-picker-group-title{font-size:12px;color:#64748b;font-weight:600;padding:6px 6px 4px}.lang-picker-item{width:100%;height:30px;border:0;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 8px;color:var(--text-primary);font-size:13px;cursor:pointer}.lang-picker-item:hover{background:#f1f5f9}.lang-picker-item.selected{color:#1d4ed8;background:#eff6ff}.lang-picker-empty{padding:12px 8px;color:#94a3b8;font-size:12px}.panel-controls{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;flex-shrink:0}.add-lang-btn{height:32px;padding:0 12px;border:1px dashed #c8ced8;border-radius:9px;background:#f0f2f5;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer}.add-lang-btn:hover{border-color:#9aa5b6;color:#475569}.panel-controls label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-secondary)}.panel-controls input{padding:4px 10px}.panel-controls input,.panel-controls select{height:32px;border:1px solid var(--border-color);background:var(--surface-color);font-size:13px;border-radius:var(--radius-md)}.panel-controls select{padding:4px 28px 4px 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:border-color var(--transition-fast)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border-color);background:rgba(255,255,255,.8);color:var(--text-primary);border-radius:var(--radius-md);height:30px;padding:0 12px;font-size:13px;font-weight:500;cursor:pointer;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-secondary:hover:not(:disabled){background:#ffffff;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,23,42,.05)}.source-file-pill{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;height:34px;padding:0 10px 0 9px;border:1px solid #b7ddb8;border-radius:8px;background:#eaf8ea}.source-file-pill-icon{color:#16a34a;flex-shrink:0}.source-file-pill-name{min-width:0;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;color:#2a6e2a}.source-file-pill-replace{border:0;background:transparent;color:#2563eb;font-size:13px;font-weight:500;padding:0;cursor:pointer;line-height:1;flex-shrink:0}.source-file-pill-replace:hover{color:#1d4ed8;text-decoration:underline}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;background:linear-gradient(135deg,#3b6ef5,#6c47e8);color:#fff;border-radius:9px;height:32px;padding:0 16px;font-size:13px;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4777f6,#6c47e8);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.scroll-pane{position:relative;overflow:auto;scrollbar-gutter:stable both-edges;flex:1 1;width:100%;background:transparent}.scroll-pane::-webkit-scrollbar{width:10px;height:10px}.scroll-pane::-webkit-scrollbar-track{background:transparent}.scroll-pane::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:3px solid var(--surface-color)}.scroll-pane::-webkit-scrollbar-thumb:hover{background:#94a3b8}.drop-zone{transition:background-color var(--transition-normal),box-shadow var(--transition-normal)}.drop-zone.drag-active{background:#eef3ff;box-shadow:inset 0 0 0 2px #5b7cff}.hidden-file-input{display:none}.empty-state{height:100%;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280;font-size:14px}.source-empty-state{gap:14px}.target-empty-state{gap:18px}.empty-state-auto-height{min-height:auto}.empty-hero-icon{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#eef2ff,#f3eeff);display:flex;align-items:center;justify-content:center}.empty-hero-icon svg{width:28px;height:28px}.empty-drop-tip{font-size:15px;color:#2d3340;font-weight:500}.empty-sub-tip{font-size:13px;color:#9ba3b0}.empty-upload-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#3b6ef5,#6c47e8);color:white;border:none;border-radius:10px;padding:10px 22px;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 4px 14px rgba(59,110,245,.3);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.empty-upload-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 18px rgba(59,130,246,.35);background:linear-gradient(135deg,#4777f6,#6c47e8)}.empty-upload-btn:active{transform:translateY(0) scale(.98)}.empty-format-list{display:inline-flex;align-items:center;gap:0;margin-top:2px;color:#b0b6c2;font-size:12px}.empty-format-chip{display:inline-block;background:#f5f6f8;border-radius:4px;padding:2px 7px;margin:2px;font-size:11px;color:#8a8f99}.empty-result-icon-wrap{width:72px;height:72px;border-radius:24px;background:#f7f8fa;border:1.5px dashed #dde0e8;display:flex;align-items:center;justify-content:center}.empty-result-icon-wrap svg{width:32px;height:32px;opacity:.3}.target-empty-state .empty-drop-tip{font-size:14px;color:#b0b6c2;font-weight:400}.target-empty-state .empty-sub-tip{font-size:12px;color:#c8ccd4}.floating-translate-btn{display:inline-flex;align-items:center;gap:10px;border:none;background:linear-gradient(135deg,#3b6ef5,#6c47e8);color:white;border-radius:14px;padding:14px 32px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 6px 24px rgba(59,110,245,.35);letter-spacing:-.2px;transition:all var(--transition-fast)}.floating-translate-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px rgba(59,110,245,.45);background:linear-gradient(135deg,#4777f6,#6c47e8)}.floating-translate-btn:active{transform:translateY(1px) scale(.98)}.translate-overlay{position:absolute;inset:auto 0 28%;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;z-index:6;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;transition:opacity var(--transition-fast)}.translate-overlay .floating-translate-btn{pointer-events:auto}.translate-overlay-inner{display:flex;flex-direction:column;align-items:center;gap:24px}.translate-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.translate-meta-pill{padding:4px 10px;border-radius:6px;border:0;background:#f0f2f5;color:#6b7280;font-size:12px;display:inline-flex;align-items:center;gap:5px}.translate-sub-hint{font-size:13px;color:#98a2b3}.progress-overlay{z-index:7;inset:auto 0 14px 0;align-items:flex-end;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0}.progress-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;min-width:220px;width:-moz-fit-content;width:fit-content;border-radius:var(--radius-full);background:#eff6ff;color:#1d4ed8;font-size:15px;font-weight:600;box-shadow:var(--shadow-lg),0 0 0 1px rgba(59,130,246,.25)}.progress-badge.status-running{background:linear-gradient(135deg,#3b6ef5,#5f86ff);color:#ffffff;font-weight:600;box-shadow:0 8px 20px rgba(59,110,245,.32),inset 0 1px 0 rgba(255,255,255,.22)}.progress-badge.status-error{background:#fef2f2;color:#be123c;box-shadow:var(--shadow-lg),0 0 0 1px rgba(225,29,72,.25)}.progress-text{display:inline-block;min-width:140px;width:auto;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.spinner-rotate-wrap{display:flex}.grid-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.grid-table td,.grid-table th{border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:6px 12px;font-size:12px;line-height:16px;box-sizing:border-box}.grid-table th{background:#f5f6f8;color:#1e293b;font-weight:500;text-align:center;position:relative}.grid-table th:after{bottom:-1px;left:0;right:0;height:1px}.grid-table th:after,.grid-table th:before{content:"";position:absolute;background:var(--border-color)}.grid-table th:before{top:0;bottom:0;right:-1px;width:1px}.grid-table td{background:var(--surface-color);vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary);transition:background var(--transition-fast)}.grid-table td.selectable-cell{cursor:pointer}.grid-table td.selected-cell{background:#e9f0ff;box-shadow:inset 0 0 0 2px #3b6ef5}.grid-table tbody tr:hover td{background:#f8fafc}.grid-table thead .index-cell{position:-webkit-sticky;position:sticky;top:0;z-index:3;border-top:1px solid var(--border-color)}.grid-table tbody .index-cell{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#f5f6f8;color:#b0b6c2;font-weight:500;text-align:center}.grid-table tbody tr:hover .index-cell{background:#f1f5f9}.grid-table .corner-cell{left:0;z-index:4;background:var(--bg-color)}.sheet-footer{border-top:1px solid #f0f1f4;background:#fafbfc;height:38px;border-radius:0;overflow:hidden}.sheet-footer,.sheet-tabs{display:flex;align-items:center}.sheet-tabs{gap:0;overflow-x:auto;min-width:0;flex:1 1;height:100%}.sheet-tabs::-webkit-scrollbar{height:0}.translation-stats{display:flex;align-items:center;gap:6px;height:100%;padding:0 16px;border-left:1px solid var(--border-color);font-size:12px;color:var(--text-secondary);white-space:nowrap;font-weight:500}.sheet-tab-action{display:none}.sheet-tab{border:0;border-right:0;background:transparent;color:var(--text-secondary);height:100%;min-width:auto;padding:7px 16px;font-size:13px;font-weight:500;cursor:pointer;transition:all var(--transition-fast);position:relative}.sheet-tab:hover{background:rgba(255,255,255,.5);color:var(--text-primary)}.sheet-tab.active{background:#ffffff;color:#3b6ef5;font-weight:600;border:1px solid #e2e4e8;border-bottom-color:#ffffff;border-radius:6px 6px 0 0;margin-bottom:-1px}@media (max-width:900px){.preview-grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.app-bottom-bar{height:40px;border-top:1px solid #f0f1f4;background:#fafbfc;color:#9ba3b0;font-size:13px;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.app-bottom-left{white-space:nowrap}.app-bottom-right{display:inline-flex;align-items:center;gap:8px;color:#a6afbc}.app-bottom-link-btn{display:inline-flex;align-items:center;border:0;background:transparent;color:inherit;font-size:13px;padding:0;cursor:pointer;text-decoration:none}.app-bottom-link-btn:hover{color:#64748b}.feedback-modal-overlay{position:fixed;inset:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.35)}.feedback-modal{width:min(520px,100%);border-radius:14px;border:1px solid #e2e8f0;background:#ffffff;box-shadow:0 24px 60px rgba(15,23,42,.24);padding:18px;display:flex;flex-direction:column;gap:14px}.feedback-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.feedback-modal-header h3{margin:0;font-size:16px;font-weight:650;color:#0f172a}.feedback-modal-close{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#334155;height:30px;padding:0 10px;cursor:pointer}.feedback-modal-label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.feedback-modal-input,.feedback-modal-select,.feedback-modal-textarea{border:1px solid #cbd5e1;border-radius:10px;background:#ffffff;color:#0f172a;font-size:14px;padding:10px 12px;outline:none;transition:border-color .15s ease}.feedback-modal-input:focus,.feedback-modal-select:focus,.feedback-modal-textarea:focus{border-color:#3b82f6}.feedback-modal-textarea{min-height:120px;resize:vertical;line-height:1.4}.feedback-modal-counter{text-align:right;font-size:12px;color:#94a3b8}.feedback-modal-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;padding:9px 11px;font-size:13px}.feedback-modal-actions{display:flex;justify-content:flex-end;gap:10px}@media (max-width:700px){.feedback-modal{padding:14px}.feedback-modal-actions{justify-content:stretch}.feedback-modal-actions .btn-primary,.feedback-modal-actions .btn-secondary{flex:1 1}}html[data-theme=dark] .app,html[data-theme=dark] .excel-workspace,html[data-theme=dark] .panel-header,html[data-theme=dark] .preview-column{background:var(--surface-color);border-color:var(--border-light)}html[data-theme=dark] .app-bottom-bar,html[data-theme=dark] .panel-header,html[data-theme=dark] .sheet-footer{border-color:var(--border-light)}html[data-theme=dark] .logo-title-text,html[data-theme=dark] .panel-title{color:var(--text-primary)}html[data-theme=dark] .preview-column:last-child{background:#14161b}html[data-theme=dark] .cell-action-menu.icon-tooltip{background:#181b21;box-shadow:0 6px 18px rgba(2,6,23,.6),0 0 0 1px rgba(148,163,184,.18)}html[data-theme=dark] .cell-action-menu-item.icon-btn:hover{background:#2a2e36}html[data-theme=dark] .add-lang-btn,html[data-theme=dark] .lang-picker-trigger,html[data-theme=dark] .translate-meta-pill{background:#1a1d23;border-color:#2e323a;color:var(--text-secondary)}html[data-theme=dark] .lang-picker-trigger-text{color:var(--text-secondary)}html[data-theme=dark] .lang-picker-menu{border-color:rgba(148,163,184,.3);background:rgba(17,19,23,.96);box-shadow:0 16px 40px rgba(2,6,23,.7)}html[data-theme=dark] .app-bottom-link-btn,html[data-theme=dark] .app-bottom-right,html[data-theme=dark] .empty-sub-tip,html[data-theme=dark] .lang-picker-empty,html[data-theme=dark] .lang-picker-group-title,html[data-theme=dark] .target-empty-state .empty-drop-tip,html[data-theme=dark] .target-empty-state .empty-sub-tip{color:#94a3b8}html[data-theme=dark] .grid-table tbody tr:hover .index-cell,html[data-theme=dark] .grid-table tbody tr:hover td,html[data-theme=dark] .lang-picker-item:hover{background:#22262d}html[data-theme=dark] .lang-picker-item.selected{color:#bfdbfe;background:#1d4ed8}html[data-theme=dark] .btn-secondary{background:#1a1d23}html[data-theme=dark] .btn-secondary:hover:not(:disabled){background:#262a32;border-color:#3a404b}html[data-theme=dark] .drop-zone.drag-active{background:#1a1d2a;box-shadow:inset 0 0 0 2px #3b82f6}html[data-theme=dark] .empty-state{color:#94a3b8}html[data-theme=dark] .empty-drop-tip{color:#cbd5e1}html[data-theme=dark] .empty-format-list{color:#64748b}html[data-theme=dark] .empty-format-chip{background:#1b1e24;color:#94a3b8}.history-workspace{flex:1 1;min-height:0;overflow:auto;background:var(--bg-color);padding:32px 24px 60px;display:flex;flex-direction:column;align-items:center}.history-search:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,110,245,.1)}.history-search input{width:100%;border:0;outline:none;background:transparent;font-size:13px;color:var(--text-primary)}.history-empty{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--text-secondary);font-size:14px}.history-empty div{margin-bottom:8px}.history-list-tip{text-align:center;color:var(--text-secondary);font-size:13px;padding:16px 0;opacity:.8}.history-list-card{border:1px solid #f1f2f4;border-radius:12px;background:#ffffff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:16px 20px;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:all var(--transition-normal)}.history-list-card.clickable{cursor:pointer}.history-list-card.disabled{cursor:not-allowed;opacity:.6}.history-list-left{padding-top:0}.history-file-badge{min-width:40px;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;text-transform:lowercase}.history-file-badge.sheet{background:#edf5e7;color:#3b7b32}.history-file-badge.data{background:#d9ebfd;color:#1c4f81}.history-file-badge.subtitle{background:#dbf2ef;color:#0f6c61}.history-file-badge.doc{background:#e6eaef;color:#435365}.history-list-main{display:flex;flex-direction:column;min-width:0}.history-list-title{font-size:14px;line-height:1.4;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-list-meta{margin-top:5px;display:flex;align-items:center;gap:10px;font-size:13px;color:#64748b}.history-list-chips{margin-top:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.history-list-lang-chip{height:30px;border:1px solid #e1e8f6;border-radius:999px;background:#f5f8ff;color:#3f4fb4;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.history-list-lang-chip:hover:not(.disabled){background:#e5e7fa}.history-list-chip-arrow{color:#4a428e;font-size:14px}.history-list-lang-chip.disabled{cursor:not-allowed;opacity:.55}.history-list-token-pill{height:30px;padding:0 12px;border-radius:999px;border:1px solid #e9ecf2;background:#f8fafc;color:#5b6676;display:inline-flex;align-items:center;font-size:12px;font-weight:500}.history-list-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.history-list-status-row{display:flex;align-items:center;gap:12px}.history-list-status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#8a8b8d}.history-list-status-pill.success{color:#3b7b32}.history-list-status-dot{width:8px;height:8px;border-radius:999px;background:currentColor}.history-list-status-pill.running{color:#0f83b7}.history-list-status-pill.queued{color:#7753bd}.history-list-status-pill.failed{color:#c23d32}.history-list-status-pill.idle{color:#74808e}.history-list-lang-chip.status-running{background:rgba(14,165,233,.2);color:#0d77a5}.history-list-lang-chip.status-queued{background:rgba(139,92,246,.2);color:#6d35c2}.history-list-lang-chip.status-failed{background:rgba(239,68,68,.2);color:#ba2e2e}.billing-workspace{flex:1 1;min-height:0;overflow:auto;background:var(--bg-color);padding:26px 20px 30px;display:flex;justify-content:center}.billing-content{width:100%;max-width:980px;display:flex;flex-direction:column}.billing-section-label{margin:2px 0 0;font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.1em;text-transform:uppercase}.billing-summary-item{min-width:0;flex:1 1}.billing-summary-left{min-width:0}.billing-progress-wrap{flex:1 1;max-width:220px}.billing-progress-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--text-secondary);margin-bottom:6px}.billing-progress-track{height:6px;background:var(--surface-hover);border-radius:99px;overflow:hidden}.billing-progress-fill{height:100%;background:var(--primary-color);border-radius:99px}.billing-summary-divider{width:1px;height:34px;background:var(--border-light)}.billing-banner{border-radius:10px;border:1px solid rgba(59,110,245,.2);background:rgba(59,110,245,.08);color:var(--primary-color);font-size:13px;padding:10px 12px}.billing-trial-hint{border-radius:10px;border:1px dashed rgba(37,99,235,.36);background:rgba(59,130,246,.07);color:#1e40af;font-size:13px;padding:9px 12px}.billing-banner.success{border-color:rgba(22,163,74,.24);background:rgba(22,163,74,.12);color:#166534}.billing-banner.neutral{border-color:rgba(59,110,245,.2);background:rgba(59,110,245,.08);color:var(--primary-color)}.billing-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:13px}.billing-section-title{font-size:14px;font-weight:600;color:var(--text-primary);margin-top:4px}.billing-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.billing-package-card{position:relative;overflow:hidden;border:1px solid #f1f2f4;padding:24px 20px;display:flex;flex-direction:column;gap:16px;transition:all var(--transition-fast)}.billing-package-accent{position:absolute;top:0;left:0;right:0;height:4px}.billing-package-top{justify-content:space-between}.billing-package-title-wrap{display:flex;flex-direction:column;gap:6px;min-width:0}.billing-package-top h3{font-size:18px;color:#1a1a1a;font-weight:700}.billing-package-badge{width:-moz-fit-content;width:fit-content;border-radius:999px;font-size:11px;font-weight:700;padding:2px 8px}.starter .billing-package-badge{background:#eaf8f4;color:#40927a}.growth .billing-package-badge{background:#eeeffc;color:#554dd7}.pro .billing-package-badge{background:#fef4e8;color:#a1763e}.billing-package-price{font-size:26px;font-weight:700;color:#1a1a1a;white-space:nowrap}.billing-package-price span{margin-left:2px;font-size:12px;font-weight:400;color:var(--text-secondary)}.billing-package-blurb{margin:0;font-size:12px;line-height:1.45;color:var(--text-secondary)}.billing-package-tokens{display:inline-flex;align-items:center;justify-content:center;height:34px;width:100%;background:#eeeffc;color:#554dd7;font-size:14px;margin:8px 0}.billing-package-perks{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.billing-package-perks li{font-size:12px;color:#54657a;line-height:1.35;display:flex;align-items:center;gap:6px}.billing-package-perks li:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.starter .billing-package-perks li:before{background:#b8eedf}.growth .billing-package-perks li:before{background:#cecbff}.pro .billing-package-perks li:before{background:#ffcbd1}.billing-record-empty{border-radius:10px;border:1px dashed var(--border-color);color:var(--text-secondary);font-size:13px;padding:14px 12px;text-align:center;background:var(--surface-color)}.billing-record-list{display:flex;flex-direction:column;gap:8px}.billing-record-card{border-radius:10px;border:1px solid var(--border-color);background:var(--surface-color);display:grid;grid-template-columns:1.2fr .8fr 1fr .7fr 1.2fr;grid-gap:10px;gap:10px;padding:10px 12px}.billing-record-col{min-width:0;display:flex;flex-direction:column;gap:4px}.billing-record-label{font-size:11px;color:var(--text-secondary)}.billing-record-value{font-size:13px;color:var(--text-primary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billing-record-value.plus{color:#1d4ed8;font-weight:600}.billing-package-card.starter .billing-package-accent{background:linear-gradient(90deg,#0ea5e9,#38bdf8)}.billing-package-card.starter .billing-package-badge,.billing-package-card.starter .billing-package-tokens{background:#e1f5ee;color:#0f6e56}.billing-package-card.growth .billing-package-accent{background:linear-gradient(90deg,#3b82f6,#6366f1)}.billing-package-card.growth .billing-package-badge,.billing-package-card.growth .billing-package-tokens{background:#eeedfe;color:#3c3489}.billing-package-card.pro .billing-package-accent{background:linear-gradient(90deg,#8b5cf6,#ec4899)}.billing-package-card.pro{border-color:rgba(147,51,234,.26)}.billing-package-card.pro .billing-package-badge,.billing-package-card.pro .billing-package-tokens{background:#faeeda;color:#633806}.billing-table-inner{padding:0 8px}.billing-topup-table{width:100%;border-collapse:collapse}.billing-topup-table thead th{font-size:11px;color:#667085;font-weight:500;text-align:left;padding:12px 12px 10px;letter-spacing:.04em}.billing-topup-table tbody tr+tr td{border-top:1px solid var(--border-light)}.billing-topup-table td{padding:12px;font-size:13px;color:var(--text-primary);vertical-align:middle}.billing-topup-table td.muted{color:var(--text-secondary)}.credit-pill{border:1px solid #b9ebd9;font-weight:500;color:#0f6e56;background:#e1f5ee;border-radius:99px}.credit-pill,.source-pill{font-size:12px;padding:3px 9px;display:inline-block}.source-pill{border:1px solid #e3e8f2;border-radius:99px;background:var(--surface-hover)}.order-id,.source-pill{color:var(--text-secondary)}.order-id{font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media (max-width:920px){.billing-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-topup-table{display:block;overflow-x:auto;white-space:nowrap}.billing-record-card{grid-template-columns:1fr 1fr;row-gap:12px}.history-toolbar{flex-wrap:wrap;align-items:center;gap:8px}.history-search{width:220px;max-width:calc(100vw - 40px)}.history-list-card{grid-template-columns:auto 1fr;grid-template-areas:"badge main" "right right";padding:14px;border-radius:14px;gap:10px}.history-list-left{grid-area:badge;align-self:flex-start}.history-list-main{grid-area:main}.history-list-right{grid-area:right;margin-top:8px;padding-left:0;align-items:stretch;gap:10px}.history-list-chips{justify-content:flex-start;gap:8px}.history-list-status-row{justify-content:space-between;gap:8px}.history-file-badge{min-width:44px;height:44px;border-radius:10px;padding:0 8px;font-size:18px}.history-list-title{font-size:20px}.history-list-meta{margin-top:4px;gap:8px;font-size:13px;flex-wrap:wrap}.history-list-lang-chip{height:32px;padding:0 12px;font-size:14px;gap:6px}.history-list-chip-arrow{font-size:14px}.history-list-token-pill{height:32px;padding:0 12px;border-width:1px;font-size:14px}.history-list-status-pill{gap:7px;font-size:14px}.history-list-status-dot{width:7px;height:7px}}@media (max-width:640px){.billing-summary-card{flex-direction:column;align-items:flex-start;gap:10px}.billing-summary-divider{width:100%;height:1px}.billing-package-grid,.billing-record-card{grid-template-columns:1fr}.billing-record-card{gap:10px}.billing-progress-wrap{width:100%;max-width:none}}html[data-theme=dark] .history-list-card{background:#1a1d22;border-color:#303640;box-shadow:none}html[data-theme=dark] .history-list-card.clickable:hover{background:#20242b}html[data-theme=dark] .history-file-badge.sheet{background:rgba(34,197,94,.28);color:#86efac}html[data-theme=dark] .history-file-badge.data{background:rgba(129,140,248,.24);color:#c7d2fe}html[data-theme=dark] .history-file-badge.subtitle{background:rgba(6,182,212,.24);color:#67e8f9}html[data-theme=dark] .history-file-badge.doc{background:rgba(148,163,184,.24);color:#e2e8f0}html[data-theme=dark] .history-list-status-pill{color:#79d4a8}html[data-theme=dark] .history-list-status-pill.running{color:#7dd3fc}html[data-theme=dark] .history-list-status-pill.queued{color:#c4b5fd}html[data-theme=dark] .history-list-status-pill.failed{color:#fda4af}html[data-theme=dark] .history-list-status-pill.idle{color:#94a3b8}html[data-theme=dark] .billing-progress-track{background:#1a1d23}html[data-theme=dark] .billing-summary-divider{background:#2e323a}html[data-theme=dark] .billing-banner.success{border-color:rgba(16,185,129,.35);background:rgba(16,185,129,.12);color:#6ee7b7}html[data-theme=dark] .billing-banner.neutral{border-color:rgba(132,168,255,.35);background:rgba(132,168,255,.14);color:#bfdbfe}html[data-theme=dark] .billing-trial-hint{border-color:rgba(132,168,255,.44);background:rgba(132,168,255,.12);color:#bfdbfe}html[data-theme=dark] .billing-error{color:#fca5a5;background:rgba(239,68,68,.12);border-color:rgba(248,113,113,.35)}html[data-theme=dark] .billing-package-tokens{background:rgba(132,168,255,.14);color:#bfdbfe}html[data-theme=dark] .source-pill{background:#171a20;color:#9fb0c4}html[data-theme=dark] .credit-pill{background:rgba(16,185,129,.2);color:#86efac}html[data-theme=dark] .billing-record-card,html[data-theme=dark] .billing-record-empty,html[data-theme=dark] .billing-table-wrap{background:#111317;border-color:#2e323a}html[data-theme=dark] .billing-record-value.plus{color:#bfdbfe}html[data-theme=dark] .billing-package-badge{background:rgba(132,168,255,.2);color:#bfdbfe}html[data-theme=dark] .billing-package-perks li{color:#9fb0c4}html[data-theme=dark] .billing-package-perks li:before{background:#93c5fd}html[data-theme=dark] .empty-result-icon-wrap{background:#1a1d23;border-color:#2e323a}html[data-theme=dark] .grid-table tbody .index-cell,html[data-theme=dark] .grid-table th{background:#1a1d23;color:#cbd5e1}html[data-theme=dark] .grid-table td.selected-cell{background:#243255;box-shadow:inset 0 0 0 2px #60a5fa}html[data-theme=dark] .app-bottom-bar,html[data-theme=dark] .sheet-footer{background:#0f1115}html[data-theme=dark] .sheet-tab:hover{background:#21242b}html[data-theme=dark] .sheet-tab.active{background:#1d2027;border-color:#2e323a #2e323a #1d2027;color:#93c5fd}html[data-theme=dark] .app-bottom-bar{color:#94a3b8}html[data-theme=dark] .app-toast-success{color:#6ee7b7;background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.35)}html[data-theme=dark] .feedback-modal-overlay{background:rgba(2,6,23,.65)}html[data-theme=dark] .feedback-modal{background:#111317;border-color:#2e323a;box-shadow:0 24px 60px rgba(2,6,23,.6)}html[data-theme=dark] .feedback-modal-header h3{color:#e7e9ee}html[data-theme=dark] .feedback-modal-close{background:#1a1d23;color:#cbd5e1;border-color:#2e323a}html[data-theme=dark] .feedback-modal-label{color:#a3a8b3}html[data-theme=dark] .feedback-modal-input,html[data-theme=dark] .feedback-modal-select,html[data-theme=dark] .feedback-modal-textarea{background:#161a21;color:#e5e7eb;border-color:#2e323a}html[data-theme=dark] .feedback-modal-counter{color:#64748b}html[data-theme=dark] .feedback-modal-error{color:#fda4af;background:rgba(190,24,93,.12);border-color:rgba(244,114,182,.28)}.user-menu-root{display:flex;align-items:center;gap:8px;position:relative;z-index:1000}.user-menu-anchor{position:relative;z-index:1001}.user-menu-trigger{padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.user-menu-avatar,.user-menu-avatar-fallback{width:32px;height:32px;border-radius:50%}.user-menu-avatar-fallback{background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.user-menu-loading{opacity:.7}.user-login-btn{gap:6px;height:32px}.user-dropdown-menu{position:absolute;top:48px;right:0;z-index:9999;min-width:220px;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(226,232,240,.8);border-radius:12px;box-shadow:0 10px 25px -5px rgba(15,23,42,.1),0 0 0 1px rgba(15,23,42,.05);padding:6px;display:flex;flex-direction:column;gap:2px;transform-origin:top right;animation:pickerMenuIn .2s cubic-bezier(.16,1,.3,1) forwards}.user-dropdown-header{padding:10px 10px 12px;border-bottom:1px solid #f1f5f9;margin-bottom:6px}.user-dropdown-name{font-size:14px;font-weight:600;color:#0f172a}.user-dropdown-meta{font-size:12px;color:#64748b;margin-top:6px;line-height:1.6}.user-dropdown-error{color:#ef4444;margin-top:6px}.user-dropdown-item{width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;color:#334155;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:8px}.user-dropdown-item-balance{display:flex;align-items:center;gap:8px;min-width:0}.user-dropdown-item-icon{display:flex;align-items:center;justify-content:center;color:#475569}.user-dropdown-balance-main{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.user-dropdown-balance-label{font-size:13px;color:#334155;font-weight:500}.user-dropdown-balance-value{font-size:14px;color:#0f172a;font-weight:600}.user-dropdown-shortcut-icon{width:22px;height:22px;background:#eff6ff;color:#3b6ef5;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid #bfdbfe;transition:all .15s ease;flex-shrink:0}.user-dropdown-item:hover .user-dropdown-shortcut-icon{background:#3b6ef5;color:#ffffff;border-color:#3b6ef5}.user-dropdown-item:hover{background-color:#f1f5f9;color:#0f172a}.user-dropdown-item.danger{color:#ef4444}.user-dropdown-item.danger:hover{background-color:#fef2f2}html[data-theme=dark] .user-menu-avatar-fallback{background:#273244;color:#dbe3ef}html[data-theme=dark] .user-dropdown-menu{background:rgba(21,27,38,.92);border-color:#2e3849;box-shadow:0 12px 30px rgba(2,6,23,.5),0 0 0 1px rgba(51,65,85,.2)}html[data-theme=dark] .user-dropdown-header{border-bottom-color:#2e3849}html[data-theme=dark] .user-dropdown-name{color:#e5e7eb}html[data-theme=dark] .user-dropdown-balance-label,html[data-theme=dark] .user-dropdown-item,html[data-theme=dark] .user-dropdown-meta{color:#cbd5e1}html[data-theme=dark] .user-dropdown-item-icon{color:#94a3b8}html[data-theme=dark] .user-dropdown-balance-value{color:#e5e7eb}html[data-theme=dark] .user-dropdown-item:hover{background:#273244;color:#f8fafc}html[data-theme=dark] .user-dropdown-shortcut-icon{background:rgba(59,110,245,.18);border-color:rgba(96,165,250,.44);color:#bfdbfe}html[data-theme=dark] .user-dropdown-item:hover .user-dropdown-shortcut-icon{background:#3b82f6;border-color:#3b82f6;color:#ffffff}html[data-theme=dark] .user-dropdown-item.danger{color:#fca5a5}html[data-theme=dark] .user-dropdown-item.danger:hover{background:rgba(127,29,29,.32)}:root{--app-shell-bg:radial-gradient(1200px 500px at 80% -120px,rgba(108,71,232,0.12),transparent 60%),radial-gradient(900px 420px at 10% -80px,rgba(59,110,245,0.12),transparent 58%),linear-gradient(180deg,#f5f7fc,#f3f5fa);--app-card-border:#d8dfeb;--app-card-bg:rgba(255,255,255,0.92);--app-card-shadow:0 8px 26px rgba(15,23,42,0.05),0 2px 8px rgba(15,23,42,0.03);--app-card-shadow-hover:0 14px 36px rgba(15,23,42,0.08),0 4px 12px rgba(15,23,42,0.06)}.app{background:var(--app-shell-bg)}.billing-workspace,.history-workspace{background:transparent;padding-top:24px}.history-toolbar{width:100%;display:flex;align-items:center;gap:12px;max-width:980px;justify-content:space-between;margin-bottom:18px}.history-inline-meta{font-size:12px;color:var(--text-secondary);white-space:nowrap;letter-spacing:.01em}.history-search{display:inline-flex;align-items:center;gap:8px;width:min(340px,100%);max-width:100%;height:40px;border:1px solid var(--app-card-border);border-radius:12px;background:var(--app-card-bg);padding:0 12px;color:var(--text-secondary);transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.history-group-list{display:flex;flex-direction:column;width:100%;max-width:980px;gap:12px}.history-list-card{border:1px solid var(--app-card-border);border-radius:14px;background:var(--app-card-bg);box-shadow:var(--app-card-shadow);padding:16px 18px;gap:14px}.history-list-card.clickable:hover{border-color:#c9d4e9;background:#ffffff;box-shadow:var(--app-card-shadow-hover);transform:translateY(-1px)}.history-file-badge{min-width:42px;height:42px;border-radius:11px;font-size:12px;border:1px solid rgba(148,163,184,.2)}.history-list-lang-chip.clickable:hover{border-color:#cad6f5;background:#eef3ff}.billing-banner,.billing-trial-hint{border-radius:12px}.billing-table-wrap{overflow:hidden;border:1px solid var(--app-card-border);border-radius:14px;background:var(--app-card-bg);box-shadow:var(--app-card-shadow)}.admin-content{max-width:1080px}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:12px;gap:12px}.admin-section-gap-sm{margin-top:8px}.admin-period-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.admin-period-tabs .btn-secondary.active{border-color:#9cb8ee;background:#eef3ff;color:#173a7a}.admin-section-meta{margin-bottom:10px}.admin-balance-card,.admin-period-grid{margin-bottom:12px}.admin-feedback-filters{display:grid;grid-template-columns:220px 220px;grid-gap:12px;gap:12px;margin-bottom:10px}.admin-feedback-pagination{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-feedback-pagination-actions{display:flex;align-items:center;gap:8px}.admin-config-card{display:block}.admin-config-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.admin-field{display:grid;grid-gap:6px;gap:6px}.admin-config-actions{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.admin-config-top-actions{margin-bottom:12px}.admin-config-list{display:grid;grid-gap:8px;gap:8px;margin-bottom:12px}.admin-config-row{border:1px solid var(--app-card-border);border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-config-row.active{border-color:#9cb8ee;background:#f7faff}.admin-config-row-main{display:flex;align-items:center;gap:8px}.admin-config-row-title{color:#111827;font-size:14px;font-weight:700}.admin-config-row-meta{color:#6b7280;font-size:12px}.admin-config-row-actions{display:flex;align-items:center;gap:8px}.admin-back-link{margin-top:12px}@media (max-width:920px){.history-toolbar{align-items:stretch}.history-list-title{font-size:15px}.admin-config-grid,.admin-feedback-filters{grid-template-columns:1fr}.admin-config-row{flex-direction:column;align-items:stretch}.admin-config-row-actions{justify-content:flex-end}}@media (max-width:640px){.product-header{padding:0 12px}.billing-workspace,.history-workspace{padding:18px 12px 28px}.history-list-card{padding:14px 12px}.history-file-badge{min-width:40px;height:40px}.history-list-title{font-size:15px}.billing-summary-value{font-size:30px}}html[data-theme=dark]{--app-shell-bg:radial-gradient(900px 480px at 85% -120px,rgba(92,109,255,0.2),transparent 62%),radial-gradient(760px 360px at 10% -100px,rgba(31,77,168,0.2),transparent 60%),linear-gradient(180deg,#0b0d12,#0e1117);--app-card-border:#2d3442;--app-card-bg:rgba(17,21,29,0.88);--app-card-shadow:0 14px 36px rgba(2,6,23,0.45);--app-card-shadow-hover:0 20px 42px rgba(2,6,23,0.62)}html[data-theme=dark] .product-header{background:rgba(12,15,21,.8);border-bottom-color:#2a3140}html[data-theme=dark] .admin-config-row{border-color:#303a4c}html[data-theme=dark] .admin-period-tabs .btn-secondary.active{border-color:#4f6a9f;background:#1a2436;color:#dce9ff}html[data-theme=dark] .admin-config-row.active{border-color:#4f6a9f;background:#1a2436}html[data-theme=dark] .admin-config-row-title{color:#f2f5f9}html[data-theme=dark] .admin-config-row-meta{color:#9ca8bd}html[data-theme=dark] .app-top-nav-link{border-color:transparent}html[data-theme=dark] .app-top-nav-link:hover{border-color:#2b3345;background:rgba(34,41,55,.8)}html[data-theme=dark] .history-search{background:#171c27;border-color:#2e3748;box-shadow:none}html[data-theme=dark] .billing-table-wrap,html[data-theme=dark] .history-list-card{border-color:var(--app-card-border);background:var(--app-card-bg);box-shadow:var(--app-card-shadow)}html[data-theme=dark] .history-list-card.clickable:hover{border-color:#3a4458;box-shadow:var(--app-card-shadow-hover)}html[data-theme=dark] .history-list-title{color:#e8edf7}html[data-theme=dark] .billing-package-blurb,html[data-theme=dark] .billing-topup-table thead th,html[data-theme=dark] .history-list-meta{color:#99a5bb}html[data-theme=dark] .history-list-lang-chip{border-color:#313a4a;background:#1d2533;color:#c3d0ea}html[data-theme=dark] .history-list-lang-chip.clickable:hover{border-color:#405070;background:#24304a}html[data-theme=dark] .history-list-token-pill,html[data-theme=dark] .source-pill{border-color:#313a4a;background:#1b2230;color:#a8b4ca}html[data-theme=dark] .billing-topup-btn{border-color:#3d4f79!important;background:linear-gradient(180deg,rgba(55,74,118,.72),rgba(42,56,94,.72))!important;color:#d7e3ff!important}html[data-theme=dark] .billing-topup-btn:hover:not(:disabled){border-color:#51679b!important;background:linear-gradient(180deg,rgba(68,89,140,.78),rgba(54,71,118,.78))!important}html[data-theme=dark] .credit-pill{border-color:#276a59}@keyframes skeletonShimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.billing-skeleton-card,.history-skeleton-card{pointer-events:none}.billing-skeleton-line,.history-skeleton-block,.history-skeleton-chip,.history-skeleton-line{display:inline-block;border-radius:8px;background:linear-gradient(100deg,rgba(148,163,184,.12) 20%,rgba(148,163,184,.22) 40%,rgba(148,163,184,.12) 60%);background-size:220% 100%;animation:skeletonShimmer 1.25s linear infinite}.history-skeleton-block{width:42px;height:42px}.history-skeleton-line{height:12px}.history-skeleton-line.title{width:clamp(180px,36vw,420px);height:14px}.history-skeleton-line.meta{width:clamp(140px,28vw,300px);margin-top:8px}.history-skeleton-line.short{width:110px}.history-skeleton-chips{display:inline-flex;gap:8px;margin-bottom:8px}.history-skeleton-chip{width:96px;height:30px;border-radius:999px}.billing-skeleton-line{height:14px}.billing-skeleton-line.sm{width:120px}.billing-skeleton-line.md{width:180px;height:28px}.billing-skeleton-line.lg{width:220px;height:34px}.billing-skeleton-line.full{width:100%}.billing-summary-value .billing-skeleton-line{vertical-align:middle}html[data-theme=dark] .billing-skeleton-line,html[data-theme=dark] .history-skeleton-block,html[data-theme=dark] .history-skeleton-chip,html[data-theme=dark] .history-skeleton-line{background:linear-gradient(100deg,rgba(100,116,139,.16) 20%,rgba(100,116,139,.28) 40%,rgba(100,116,139,.16) 60%);background-size:220% 100%}.billing-content{gap:10px}.billing-summary-card{border-radius:12px;border:1px solid #ccd5e1;background:#ffffff;box-shadow:none;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.billing-summary-label{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:700}.billing-summary-value{margin-top:6px;font-size:22px;line-height:1;font-weight:800;color:#111827;letter-spacing:-.02em}.billing-summary-right{margin-left:auto;min-width:180px;text-align:right;border-left:1px solid #e3e8f1;padding-left:16px}.billing-summary-side-label{font-size:13px;color:#6b7280}.billing-summary-side-value{margin-top:2px;font-size:22px;line-height:1;font-weight:800;color:#111827}.billing-summary-side-unit{margin-top:2px;font-size:13px;color:#6b7280}.billing-package-card{border:1px solid #ccd5e1;border-radius:12px;background:#ffffff;box-shadow:none;padding:16px 16px 14px;gap:12px}.billing-package-card:hover{transform:none;box-shadow:none;border-color:#5f6df5}.billing-package-card.redesign.featured{border-color:#ccd5e1;box-shadow:none}.billing-package-card.redesign.featured:hover{border-color:#5f6df5}.billing-package-accent{display:none}.billing-package-top{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px}.billing-package-top h3{font-size:24px;font-weight:800;line-height:1;color:#111827;margin:0}.billing-package-title-wrap h3{font-size:22px}.billing-package-price{font-size:24px;line-height:1;font-weight:800;color:#111827;letter-spacing:-.01em;display:inline-flex;align-items:baseline;gap:4px}.billing-package-price span{font-size:14px;color:#374151;font-weight:500}.billing-package-tokens{margin:2px 0 0;height:38px;border-radius:10px;font-size:15px;font-weight:700}.billing-package-perks{margin-top:4px;gap:8px}.billing-package-perks li{font-size:13px;color:#374151;gap:8px}.billing-package-perks li:before{content:"✓";width:auto;height:auto;border-radius:0;background:transparent!important;color:#5b8f33;font-size:15px;font-weight:700;line-height:1}.billing-topup-btn{width:100%;margin-top:auto;height:40px;border-radius:10px;border:1px solid #b6c2d2!important;background:#ffffff!important;color:#1f2937!important;font-size:14px;font-weight:700;box-shadow:none!important;transition:all var(--transition-fast)!important}.billing-topup-btn:hover:not(:disabled){border-color:#9caabf!important;background:#f9fafb!important;color:#111827!important;transform:none}@media (max-width:920px){.billing-summary-value{font-size:30px}.billing-summary-side-value{font-size:24px}.billing-package-title-wrap h3,.billing-package-top h3{font-size:22px}.billing-package-price{font-size:30px}}@media (max-width:640px){.billing-summary-card{flex-direction:column;align-items:flex-start}.billing-summary-right{width:100%;min-width:0;border-left:0;border-top:1px solid #e3e8f1;padding:12px 0 0;text-align:left}.billing-package-title-wrap h3,.billing-package-top h3{font-size:20px}.billing-package-price{font-size:26px}.billing-package-price span{font-size:13px}}html[data-theme=dark] .billing-package-card,html[data-theme=dark] .billing-summary-card{border-color:#364154;background:#121927}html[data-theme=dark] .billing-package-price span,html[data-theme=dark] .billing-summary-label,html[data-theme=dark] .billing-summary-side-label,html[data-theme=dark] .billing-summary-side-unit{color:#9ca8bd}html[data-theme=dark] .billing-package-price,html[data-theme=dark] .billing-package-top h3,html[data-theme=dark] .billing-summary-side-value,html[data-theme=dark] .billing-summary-value{color:#f2f5f9}html[data-theme=dark] .billing-summary-right{border-color:#2f394b}.billing-history-link{margin-top:18px;align-self:flex-start;border:1px solid #d5ddf3;background:linear-gradient(180deg,#ffffff,#f6f9ff);padding:9px 14px;border-radius:999px;color:#2f5fe3;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast),color var(--transition-fast);box-shadow:0 1px 2px rgba(15,23,42,.04)}.billing-history-link:after{content:">>";font-size:12px;letter-spacing:-.02em;opacity:.9;transform:translateX(0);transition:transform var(--transition-fast),opacity var(--transition-fast)}.billing-history-link:hover{border-color:#b8c8ef;background:linear-gradient(180deg,#f8fbff,#edf3ff);color:#244bc5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,110,245,.12)}.billing-history-link:hover:after{opacity:1;transform:translateX(2px)}.billing-history-link:focus-visible{outline:none;border-color:#99b2ef;box-shadow:0 0 0 3px rgba(59,110,245,.16)}.billing-history-overlay{position:fixed;inset:0;z-index:150;background:rgba(15,23,42,.36);display:flex;align-items:center;justify-content:center;padding:16px}.billing-history-panel{width:min(980px,100%);max-height:min(82vh,860px);background:#ffffff;border:1px solid #d7dfea;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.billing-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e8edf4}.billing-history-header h3{margin:0;font-size:15px;color:#0f172a}.billing-history-close{border:1px solid #d3dbe8;background:#f8fafc;color:#334155;border-radius:8px;height:30px;padding:0 10px;font-size:13px;cursor:pointer}.billing-history-head-row,.billing-history-row{display:grid;grid-template-columns:1.1fr .75fr .9fr .9fr 1.4fr;grid-gap:10px;gap:10px;align-items:center}.billing-history-head-row{padding:10px 16px;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #e8edf4}.billing-history-list{overflow:auto}.billing-history-row{padding:12px 16px;border-bottom:1px solid #edf1f6}.billing-history-col{min-width:0;font-size:13px;color:#1f2937}html[data-theme=dark] .billing-history-link{border-color:#394662;background:linear-gradient(180deg,#1a2233,#141b2a);color:#b9cbff;box-shadow:none}html[data-theme=dark] .billing-history-link:hover{border-color:#51679b;background:linear-gradient(180deg,#202c45,#17223a);color:#d8e3ff}html[data-theme=dark] .billing-history-link:focus-visible{border-color:#6d86be;box-shadow:0 0 0 3px rgba(95,129,207,.25)}html[data-theme=dark] .billing-history-overlay{background:rgba(2,6,23,.65)}html[data-theme=dark] .billing-history-panel{background:#111827;border-color:#344054}html[data-theme=dark] .billing-history-header{border-bottom-color:#2f3a4a}html[data-theme=dark] .billing-history-header h3{color:#e5e7eb}html[data-theme=dark] .billing-history-close{border-color:#364152;background:#1b2433;color:#d1d5db}html[data-theme=dark] .billing-history-head-row{color:#9ca3af;border-bottom-color:#2f3a4a}html[data-theme=dark] .billing-history-row{border-bottom-color:#2a3444}html[data-theme=dark] .billing-history-col{color:#e5e7eb}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/05a58683eb2ffca7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/c80eef6a0c97798e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/d2f466e69dd54845-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/99bbede094da1c3f-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/714ad00c3d008517-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/4f19a67e08e18f3c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lora;font-style:italic;font-weight:400 700;font-display:swap;src:url(/_next/static/media/110cbef534704ef8-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/03b436aa846269de-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/0086f8992871c45b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/ab00a911ac2adf48-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/08aedeceaf1dcd57-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lora;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lora Fallback;src:local("Times New Roman");ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.00%;size-adjust:115.20%}.__className_470c6f{font-family:Lora,Lora Fallback}.__variable_470c6f{--font-lora:"Lora","Lora Fallback"}