*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}#root{width:100%;min-height:100vh}:root{--brand-red:#c0141c;--brand-red-dark:#8b0e14;--brand-red-deeper:#5a070b;--brand-red-light:#fde8e9;--accent-gold:#e8b341;--accent-amber:#f59e0b;--accent-violet:#6366f1;--ink-900:#0f1115;--ink-700:#374151;--ink-500:#6b7280;--ink-300:#9ca3af;--border:#e5e7eb;--border-light:#f0f2f5;--card-bg:#fff;--bg-page:#f4f6f9;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--radius:12px;--radius-sm:8px}.hero-banner{background:radial-gradient(ellipse at top left, var(--brand-red) 0%, var(--brand-red-dark) 50%, var(--brand-red-deeper) 100%);border-radius:var(--radius);margin-bottom:20px;padding:28px 32px 24px;position:relative;overflow:hidden}.hero-banner:before{content:"";background:#fff9;width:24px;height:2px;position:absolute;top:24px;left:32px}.hero-top-label{color:#fff9;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;padding-left:32px;font-size:11px}.hero-title{color:#fff;margin-bottom:6px;font-size:22px;font-weight:800}.hero-title-gold{color:var(--accent-gold)}.hero-subtitle{color:#ffffff80;margin-bottom:20px;font-size:12px}.hero-stats{flex-wrap:wrap;gap:12px;display:flex}.hero-stat-tile{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);background:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;gap:2px;min-width:100px;padding:10px 16px;display:flex}.hero-stat-value{color:#fff;font-size:16px;font-weight:800}.hero-stat-label{color:#fff9;font-size:11px}.hero-ready-chip{color:#86efac;background:#15803d26;border:1px solid #15803d4d;border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:600;display:flex;position:absolute;top:20px;right:24px}.hero-not-ready-chip{color:#fde68a;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:600;display:flex;position:absolute;top:20px;right:24px}.section-tabs{align-items:center;gap:6px;margin-bottom:16px;padding:0 2px;display:flex}.section-tab{color:var(--ink-500);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .15s}.section-tab:hover{color:var(--ink-700);background:#f3f4f6}.section-tab.active{background:var(--brand-red-light);color:var(--brand-red);font-weight:700}.data-cards{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.data-cards.single{grid-template-columns:1fr;max-width:320px}.data-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);padding:18px 16px 14px;transition:box-shadow .2s;position:relative;overflow:hidden}.data-card:hover{box-shadow:var(--shadow-md)}.data-card:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.data-card.news:before{background:var(--accent-gold)}.data-card.deep:before{background:var(--brand-red)}.data-card.cheer:before{background:var(--accent-amber)}.data-card.xia:before{background:var(--accent-violet)}.data-card-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.data-card-module{color:var(--ink-700);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.data-card-module-icon{font-size:16px}.data-card-chip{border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.data-card-chip.published{color:#15803d;background:#dcfce7}.data-card-chip.review{color:#c2410c;background:#fff3e0}.data-card-chip.draft{color:#7c3aed;background:#f5f3ff}.data-card-chip.gen{color:#b45309;background:#fffbeb}.data-card-chip.pending{color:#64748b;background:#f1f5f9}.data-card-chip.failed{color:#dc2626;background:#fef2f2}.data-card-chip-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.data-card-number{color:var(--ink-900);margin-bottom:4px;font-size:36px;font-weight:800;line-height:1}.data-card-unit{color:var(--ink-500);margin-left:2px;font-size:13px;font-weight:500}.data-card-desc{color:var(--ink-300);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.list-section{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);padding:16px}.list-section-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.list-section-title{color:var(--ink-900);font-size:14px;font-weight:700}.list-rows{flex-direction:column;gap:6px;display:flex}.list-row{border-radius:var(--radius-sm);border:1px solid var(--border-light);cursor:pointer;align-items:center;gap:12px;padding:10px 12px 10px 16px;transition:all .15s;display:flex;position:relative}.list-row:before{content:"";border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.list-row.published:before{background:#15803d}.list-row.review:before{background:#c2410c}.list-row.draft:before{background:#7c3aed}.list-row.gen:before{background:#b45309}.list-row.pending:before{background:#d1d5db}.list-row.failed:before{background:#dc2626}.list-row:hover{box-shadow:var(--shadow-sm);background:#fafbfc}.list-row.gen{cursor:default}.list-row-icon{flex-shrink:0;font-size:18px}.list-row-title{color:var(--ink-900);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.list-row-time{color:var(--ink-300);flex-shrink:0;font-size:11px}.list-row-status{border-radius:12px;flex-shrink:0;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.list-row-status.published{color:#15803d;background:#dcfce7}.list-row-status.review{color:#c2410c;background:#fff3e0}.list-row-status.draft{color:#7c3aed;background:#f5f3ff}.list-row-status.gen{color:#b45309;background:#fffbeb}.list-row-status.pending{color:#64748b;background:#f1f5f9}.list-row-status.failed{color:#dc2626;background:#fef2f2}.list-row-action{color:var(--brand-red);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.list-row-loading{font-size:14px;animation:1.2s infinite pulse-fade}@keyframes pulse-fade{0%,to{opacity:1}50%{opacity:.3}}.empty-state{color:var(--ink-300);flex-direction:column;align-items:center;gap:8px;padding:40px 0;display:flex}.empty-state-icon{font-size:32px}.empty-state-text{font-size:13px}.module-page{flex-direction:column;gap:0;display:flex}.mp-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.mp-header-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.mp-header-text{flex:1}.mp-header-title{color:#111;font-size:18px;font-weight:700}.mp-header-sub{color:#888;margin-top:2px;font-size:12px}.mp-header-actions{gap:8px;display:flex}.mp-tabs{border-bottom:1px solid #e5e7eb;gap:0;margin-bottom:16px;display:flex}.mp-tab-item{color:#666;cursor:pointer;border-bottom:2px solid #0000;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.mp-tab-item:hover{color:#c0141c}.mp-tab-item.active{color:#c0141c;border-bottom-color:#c0141c;font-weight:600}.mp-status-bar{color:#666;background:#f9fafb;border:1px solid #f0f2f5;border-radius:8px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;font-size:12px;display:flex}.mp-muted{color:#999;font-size:12px}.mp-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.mp-badge-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.mp-badge.pending{color:#64748b;background:#f1f5f9}.mp-badge.draft{color:#7c3aed;background:#f5f3ff}.mp-badge.gen{color:#b45309;background:#fffbeb}.mp-badge.review{color:#c2410c;background:#fff3e0}.mp-badge.published{color:#15803d;background:#dcfce7}.mp-badge.failed{color:#dc2626;background:#fef2f2}.mp-badge.rejected{color:#6b7280;background:#f9fafb}.mp-badge.gen .mp-badge-dot{animation:1.2s infinite mpPulse}@keyframes mpPulse{0%,to{opacity:1}50%{opacity:.3}}.mp-news-layout{grid-template-columns:1fr 340px;gap:16px;margin-bottom:16px;display:grid}.mp-deep-layout{grid-template-columns:1fr 300px;gap:16px;margin-bottom:16px;display:grid}.mp-single-col{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.mp-col{flex-direction:column;gap:14px;display:flex}.mp-card{background:#fff;border:1px solid #f0f2f5;border-radius:10px;box-shadow:0 2px 12px #00000012}.mp-card-head{border-bottom:1px solid #f0f2f5;align-items:center;gap:8px;padding:14px 16px 12px;display:flex}.mp-card-icon{font-size:15px}.mp-card-title{color:#222;flex:1;font-size:14px;font-weight:700}.mp-card-body{padding:16px}.mp-label{color:#444;font-size:12px;font-weight:600}.mp-input{color:#222;box-sizing:border-box;background:#fff;border:1px solid #e5e8ed;border-radius:6px;width:100%;padding:5px 8px;font-family:-apple-system,PingFang SC,sans-serif;font-size:12px;transition:border-color .15s}.mp-input:focus{border-color:#6c35b8;outline:none;box-shadow:0 0 0 2px #6c35b81a}.mp-textarea{color:#222;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #e5e8ed;border-radius:7px;width:100%;padding:8px 11px;font-family:-apple-system,PingFang SC,sans-serif;font-size:13px;line-height:1.6;transition:border-color .15s}.mp-textarea:focus{border-color:#c0141c;outline:none;box-shadow:0 0 0 3px #c0141c1a}.mp-char-count{color:#999;text-align:right;margin-top:3px;font-size:11px}.mp-btn-row{align-items:center;gap:8px;display:flex}.mp-check-list{flex-direction:column;gap:7px;display:flex}.mp-check-item{background:#f9fafb;border-radius:7px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex}.mp-check-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex}.mp-check-icon.pass{color:#c0141c;background:#fdecea}.mp-check-icon.warn{color:#b45309;background:#fffbeb}.mp-check-icon.idle{color:#999;background:#f5f5f5}.mp-check-icon.running{color:#2563eb;background:#eff6ff;animation:1.5s infinite pulse}.mp-check-icon.fail{color:#dc2626;background:#fef2f2}.mp-check-label{color:#444;flex:1}.mp-check-result{font-weight:600}.mp-check-result.pass{color:#15803d}.mp-check-result.fail{color:#dc2626}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mp-audio-bar{background:#f7f9f7;border:1px solid #f0f2f5;border-radius:9px;align-items:center;gap:10px;padding:9px 12px;display:flex}.mp-oss-path{color:#999;word-break:break-all;margin-top:4px;font-family:monospace;font-size:11px}.mp-empty-hint{text-align:center;color:#aaa;padding:20px;font-size:13px}.mp-loading{justify-content:center;padding:60px 0;display:flex}.mp-card.mp-generating{position:relative}.mp-card.mp-generating:before{content:"";z-index:1;background:linear-gradient(90deg,#c0141c,#e8660a,#c0141c) 0 0/200% 100%;border-radius:10px 10px 0 0;height:3px;animation:2s linear infinite mpShimmer;position:absolute;top:0;left:0;right:0}@keyframes mpShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mp-status-bar.mp-status-generating{background:linear-gradient(135deg,#fffbeb 0%,#fff7ed 50%,#fffbeb 100%);border-color:#e8660a4d;animation:2s ease-in-out infinite mpStatusPulse}@keyframes mpStatusPulse{0%,to{box-shadow:0 0 #e8660a00}50%{box-shadow:0 0 0 3px #e8660a1a}}.mp-textarea-loading{position:relative}.mp-textarea-loading:after{content:"AI 正在生成中…";color:#e8660a;pointer-events:none;align-items:center;gap:4px;font-size:11px;font-weight:600;animation:1.5s ease-in-out infinite mpFadePulse;display:flex;position:absolute;top:8px;right:10px}@keyframes mpFadePulse{0%,to{opacity:1}50%{opacity:.4}}.mp-action-bar{background:#fff;border:1px solid #f0f2f5;border-radius:10px;align-items:center;gap:10px;margin-top:16px;padding:14px 16px;display:flex;box-shadow:0 2px 12px #00000012}.mp-match-list{flex-direction:column;gap:6px;display:flex}.mp-match-item{background:#f9fafb;border:1px solid #f0f2f5;border-radius:7px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;display:flex}.mp-match-teams{color:#444;flex:1}.mp-match-done{color:#15803d;font-weight:600}.mp-match-ongoing{color:#e8660a;font-weight:600}.mp-dual-audio{background:#f9fafb;border:1px solid #f0f2f5;border-radius:9px;margin-bottom:10px;padding:12px}.mp-dual-label{color:#444;align-items:center;gap:5px;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.mp-cheer-item{background:#fff;border:1px solid #e5e8ed;border-radius:9px;margin-bottom:10px;padding:12px 14px;transition:border-color .2s}.mp-cheer-item.passed{background:#fafffe;border-color:#c0141c4d}.mp-cheer-item.rejected{opacity:.55;background:#f9fafb}.mp-cheer-top{align-items:center;gap:9px;margin-bottom:7px;display:flex}.mp-cheer-num{color:#999;flex-shrink:0;width:24px;font-size:12px;font-weight:600}.mp-cheer-text{color:#1a1a1a;flex:1;font-size:15px;font-weight:700}.mp-cheer-actions{gap:6px;display:flex}.mp-cheer-bottom{color:#999;align-items:center;gap:8px;font-size:11px;display:flex}.mp-cheer-zone{background:#fdecea;border:1.5px solid #c0141c33;border-radius:10px;margin-top:16px;padding:14px 16px}.mp-cheer-zone-title{color:#8b0e14;align-items:center;gap:7px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.mp-cheer-chips{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.mp-chip{cursor:pointer;-webkit-user-select:none;user-select:none;border:1.5px solid #0000;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.mp-chip.available{color:#444;background:#fff;border-color:#c0141c33}.mp-chip.selected{color:#fff;background:#c0141c;border-color:#c0141c}.mp-chip.disabled{color:#bbb;cursor:not-allowed;background:#f0f0f0;border-color:#ddd}.mp-xia-card{background:#fff;border:1px solid #e5e8ed;border-radius:10px;margin-bottom:10px;padding:14px;transition:border-color .2s}.mp-xia-card.selected{background:#fdfcff;border-color:#6c35b8;box-shadow:0 0 0 3px #6c35b814}.mp-xia-card.rejected{opacity:.5;background:#f9fafb}.mp-xia-top{align-items:center;gap:10px;margin-bottom:9px;display:flex}.mp-xia-check{cursor:pointer;color:#0000;background:#fff;border:2px solid #e5e8ed;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;transition:all .15s;display:flex}.mp-xia-check.checked{color:#fff;background:#6c35b8;border-color:#6c35b8}.mp-xia-check.disabled{opacity:.4;cursor:not-allowed}.mp-xia-tag{color:#6c35b8;background:#f3eeff;border-radius:6px;flex-shrink:0;padding:3px 9px;font-size:11px;font-weight:700}.mp-xia-name{color:#333;flex:1;font-size:13px;font-weight:700}.mp-xia-actions{gap:6px;display:flex}.mp-xia-content{color:#444;padding-left:28px;font-size:13px;line-height:1.6}.mp-xia-sel-bar{background:#f3eeff;border:1px solid #6c35b826;border-radius:9px;align-items:center;gap:10px;margin-top:14px;padding:11px 14px;display:flex}.mp-xia-count{color:#6c35b8;flex:1;font-size:13px;font-weight:700}.mp-xia-hint{color:#777;font-size:12px}.mp-section-label{color:#555;margin-bottom:8px;font-size:12px;font-weight:600}.mp-item-row{align-items:center;gap:6px;margin-bottom:6px;display:flex}.mp-item-index{color:#aaa;text-align:right;flex-shrink:0;width:18px;font-size:12px;font-weight:600}.mp-dlg-list{flex-direction:column;gap:6px;max-height:560px;padding:2px 2px 2px 0;display:flex;overflow-y:auto}.mp-dlg-row{background:#fafbfc;border:1px solid #f0f2f5;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.mp-dlg-row:hover{background:#f5f7fa;border-color:#e0e3e8}.mp-dlg-row-male{border-left:3px solid #3b82f6}.mp-dlg-row-female{border-left:3px solid #e11d48}.mp-dlg-col-idx{text-align:center;color:#b0b0b0;flex-shrink:0;width:22px;font-size:11px;font-weight:700}.mp-dlg-col-meta{flex-direction:column;flex-shrink:0;align-items:stretch;gap:3px;width:64px;display:flex}.mp-dlg-speaker-sel{color:#333;cursor:pointer;text-align:center;background:#fff;border:1px solid #e5e8ed;border-radius:4px;width:100%;padding:2px 4px;font-size:12px;font-weight:600}.mp-dlg-speaker-sel:disabled{cursor:not-allowed;opacity:.6;background:#f5f5f5}.mp-dlg-gender-select{color:#666;cursor:pointer;text-align:center;background:#fff;border:1px solid #e5e8ed;border-radius:3px;width:100%;padding:1px 2px;font-size:10px}.mp-dlg-gender-select:disabled{cursor:not-allowed;opacity:.6;background:#f5f5f5}.mp-dlg-col-text{flex:1;min-width:0}.mp-dlg-textarea{resize:none;color:#222;box-sizing:border-box;background:#fff;border:1px solid #e5e8ed;border-radius:5px;width:100%;height:48px;padding:5px 10px;font-family:-apple-system,PingFang SC,sans-serif;font-size:13px;line-height:1.6}.mp-dlg-textarea:focus{border-color:#e8660a;outline:none;box-shadow:0 0 0 2px #e8660a14}.mp-dlg-textarea:disabled{cursor:not-allowed;color:#666;background:#f9f9f9}.mp-dlg-col-act{flex-shrink:0;justify-content:center;align-items:center;width:28px;display:flex}.mp-dlg-del{cursor:pointer;opacity:.4;background:0 0;border:none;border-radius:4px;padding:2px;font-size:14px;transition:opacity .15s}.mp-dlg-del:hover{opacity:1}.mp-dlg-del:disabled{cursor:not-allowed;opacity:.15}.mp-dialogue-del{color:#999;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:12px}.mp-dialogue-del:hover{color:#dc2626;background:#fee}.mp-dialogue-del:disabled{cursor:not-allowed;opacity:.4}.mp-view-toggle{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:3px 10px;font-size:11px;transition:all .15s}.mp-view-toggle:first-of-type{border-right:none;border-radius:4px 0 0 4px}.mp-view-toggle:last-of-type{border-radius:0 4px 4px 0}.mp-view-toggle.active{color:#fff;cursor:default;background:#e8660a;border-color:#e8660a}.mp-view-toggle:not(.active):hover{color:#e8660a;border-color:#e8660a}.ant-btn:disabled,.ant-btn.ant-btn-primary:disabled,.ant-btn.ant-btn-dangerous:disabled{cursor:not-allowed;color:#bfbfbf!important;opacity:1!important;box-shadow:none!important;background:#f5f5f5!important;border-color:#d9d9d9!important}.ant-btn.ant-btn-loading{opacity:.85!important}.mp-list-cards{flex-direction:column;gap:12px;display:flex}.mp-list-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:16px 20px;transition:all .2s;box-shadow:0 1px 3px #0000000a}.mp-list-card:hover{border-color:#c0141c;transform:translateY(-1px);box-shadow:0 2px 8px #c0141c14}.mp-list-card-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mp-list-card-title{color:#222;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:600;overflow:hidden}.mp-list-card-items{background:#fafafa;border-radius:6px;margin-bottom:10px;padding:8px 12px}.mp-list-card-item{color:#444;align-items:flex-start;gap:8px;padding:3px 0;font-size:13px;line-height:1.5;display:flex}.mp-list-card-item-dot{color:#fff;background:#c0141c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;font-size:11px;display:flex}.mp-list-card-item-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.mp-list-card-tts{color:#555;background:#f0f7ff;border-radius:6px;align-items:flex-start;gap:6px;margin-bottom:10px;padding:8px 12px;font-size:12px;line-height:1.6;display:flex}.mp-list-card-tts-icon{flex-shrink:0;font-size:14px}.mp-list-card-tts-text{flex:1}.mp-list-card-footer{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.mp-list-card-meta{color:#999;align-items:center;gap:12px;font-size:12px;display:flex}.mp-list-card-audio{color:#52c41a;font-weight:500}.mp-list-card-link{color:#1677ff;cursor:pointer;font-weight:500}.mp-list-card-link:hover{text-decoration:underline}.mp-list-card-actions{gap:6px;display:flex}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
