:root{
  --mf-sidebar-width:245px;
  --bg:#f5f7fb;
  --panel:#ffffff;
  --panel-2:#f8fafc;
  --text:#16202a;
  --muted:#667085;
  --line:#e6eaf2;
  --primary:#1d4ed8;
  --primary-soft:#eff6ff;
  --success:#059669;
  --warn:#d97706;
  --danger:#dc2626;
  --sidebar:#111827;
  --sidebar-text:#d1d5db;
  --sidebar-active:#1f2937;
  --shadow:0 10px 30px rgba(15,23,42,.08);
  --radius:16px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text)}
button,input,textarea,select{font:inherit}
a{color:inherit}
#app{min-height:100vh}
.hidden{display:none!important}
.page-shell{display:grid;grid-template-columns:var(--mf-sidebar-width) 1fr;min-height:100vh}
.sidebar{background:linear-gradient(180deg,#10231f,#121313 45%,#171712);color:var(--sidebar-text);padding:24px 18px;display:flex;flex-direction:column;gap:18px}
.logo-title{font-size:24px;font-weight:800;color:#fff}
.logo-sub{font-size:13px;line-height:1.65;color:#9ca3af;margin-top:8px}
.nav{display:flex;flex-direction:column;gap:8px}
.nav-btn{border:0;background:transparent;color:var(--sidebar-text);text-align:left;padding:11px 12px;border-radius:12px;cursor:pointer;transition:.18s;font-size:14px}
.nav-btn:hover{background:rgba(255,255,255,.06);color:#fff}
.nav-btn.active{background:var(--sidebar-active);color:#fff;font-weight:700}
.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;font-size:13px}
.quota{color:#cbd5e1;line-height:1.7}
.content-shell{padding:24px 28px 40px}
.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}
.page-title{font-size:28px;font-weight:800;letter-spacing:.2px}
.page-sub{font-size:14px;color:var(--muted);line-height:1.75;margin-top:8px;max-width:980px}
.admin-topbar{align-items:flex-end;margin-bottom:20px}
.admin-page-heading{display:flex;align-items:flex-end;gap:0;flex-wrap:wrap}
.admin-content-shell .page-title{font-size:20px;line-height:1.22}
.admin-content-shell .page-sub{margin-top:0;line-height:1.45;max-width:none}
.admin-page-separator{font-size:14px;line-height:1.45;color:var(--muted);margin:0 10px}
.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}
.card h3{margin:0 0 8px;font-size:20px}
.card-sub{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:16px}
.admin-content-shell .card h3{font-size:16px;line-height:1.35;margin:0}
.admin-content-shell .card .toolbar>div:first-child:has(.card-sub){display:flex;align-items:flex-end;gap:0;flex-wrap:wrap}
.admin-content-shell .card .toolbar>div:first-child:has(.card-sub) .card-sub{margin:0;line-height:1.45;max-width:none}
.admin-content-shell .card .toolbar>div:first-child:has(.card-sub) .card-sub::before{content:"｜";margin:0 10px;color:var(--muted)}
.overview-section{margin-top:18px}
.overview-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}
.overview-section-head h3{margin:0;font-size:16px;line-height:1.35}
.overview-date-control{display:flex;align-items:center;gap:10px;min-width:260px}
.overview-date-control .label{white-space:nowrap;margin:0}
.overview-date-control .input{height:40px;padding:8px 12px}
.overview-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.overview-chart-card{min-height:288px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:16px;overflow:hidden}
.overview-card-title{font-size:15px;font-weight:800;line-height:1.35;margin-bottom:8px}
.overview-card-desc{font-size:13px;font-weight:700;line-height:1.55;color:#334155;margin-bottom:12px}
.overview-chart-box{display:flex;flex-direction:column;gap:8px}
.overview-chart-svg{width:100%;height:190px;display:block;background:linear-gradient(180deg,#fbfdff,#f8fafc);border:1px solid #eef2f7;border-radius:12px}
.overview-grid-line{stroke:#e5e7eb;stroke-width:1}
.overview-axis-label{font-size:11px;fill:#64748b}
.overview-legend{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:11px;color:#475569;line-height:1.4}
.overview-legend-item{display:inline-flex;align-items:center;gap:5px}
.overview-legend-item i{width:8px;height:8px;border-radius:999px;display:inline-block;flex:0 0 auto}
.overview-chart-empty{height:210px;border:1px dashed #d0d5dd;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px;background:#f8fafc}
.overview-loading{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:80;padding:10px 14px;border-radius:999px;background:rgba(15,23,42,.8);color:#fff;font-size:13px;box-shadow:0 16px 36px rgba(15,23,42,.18)}
.content-grid{display:grid;gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.stat{background:var(--panel-2);border:1px solid var(--line);border-radius:14px;padding:16px}
.stat-label{font-size:13px;color:var(--muted);margin-bottom:8px}
.stat-value{font-size:24px;font-weight:800;letter-spacing:.2px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}
.table{width:100%;border-collapse:collapse;background:#fff}
.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:14px;vertical-align:top}
.table th{background:#f8fafc;color:#475467;font-weight:700}
.table tbody tr:hover{background:#fbfdff}
.field{display:flex;flex-direction:column;gap:8px}
.form-grid{display:grid;gap:16px}
.label{font-size:14px;font-weight:700;color:#344054}
.input,.select,.textarea{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:12px;padding:11px 12px;color:#101828;outline:none;transition:border-color .15s,box-shadow .15s}
.input:focus,.select:focus,.textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(59,130,246,.12)}
.input.invalid{border-color:#fda4af;background:#fff1f2}
.input.invalid:focus{border-color:#fb7185;box-shadow:0 0 0 4px rgba(244,63,94,.12)}
.field-error{font-size:13px;line-height:1.35;color:#dc2626}
.textarea{min-height:80px;resize:vertical;line-height:1.6}
.textarea.code{min-height:190px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px}
.btn{border:0;border-radius:12px;padding:10px 16px;cursor:pointer;font-weight:400;transition:.16s;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}
.btn:disabled{opacity:.55;cursor:not-allowed}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover:not(:disabled){filter:brightness(1.03)}
.btn-secondary{background:#eef2ff;color:#3730a3}
.btn-secondary:hover:not(:disabled){background:#e0e7ff}
.btn-ghost{background:#fff;border:1px solid var(--line);color:#344054}
.btn-ghost:hover:not(:disabled){background:#f8fafc}
.btn-danger{background:#fef2f2;color:#b91c1c}
.inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.notice{padding:12px 14px;border-radius:12px;border:1px solid transparent;font-size:14px;line-height:1.6}
.notice-floating-panel{display:inline-flex;align-items:center;gap:12px;width:max-content;max-width:100%;min-height:44px;padding:10px 14px;box-shadow:0 14px 36px rgba(15,23,42,.14);backdrop-filter:blur(10px);background-clip:padding-box}
.notice-floating-panel.notice.success{background:rgba(236,253,243,.9)}
.notice-floating-panel.notice.error{background:rgba(254,243,242,.92)}
.notice-floating-panel.notice.warn{background:rgba(255,250,235,.92)}
.notice-message{min-width:0;overflow-wrap:anywhere;line-height:1.45}
.notice-close-btn{width:22px;height:22px;border:0;border-radius:999px;background:transparent;color:currentColor;opacity:.72;cursor:pointer;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 auto}
.notice-close-btn:hover{opacity:1;background:rgba(15,23,42,.08)}
.notice.success{background:#ecfdf3;border-color:#abefc6;color:#027a48}
.notice.error{background:#fef3f2;border-color:#fecdca;color:#b42318}
.notice.warn{background:#fffaeb;border-color:#fedf89;color:#b54708}
.mf-top-notice-area{position:sticky;top:0;z-index:18;margin:0 100px 10px 0;padding:10px 18px 0}
.mf-top-notice-area.only-flow-notice{height:0;margin:0 100px 0 0;padding:0 18px}
.mf-site-notice{position:relative;display:flex;align-items:flex-start;gap:10px;min-height:46px;padding:12px 46px 12px 14px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed;color:#9a3412;box-shadow:0 8px 22px rgba(154,52,18,.08)}
.mf-site-notice-text{font-size:13px;line-height:1.7;font-weight:700;overflow-wrap:anywhere}
.mf-site-notice-close{position:absolute;top:8px;right:10px;width:28px;height:28px;border:0;border-radius:999px;background:transparent;color:#b45309;cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center}
.mf-site-notice-close:hover{background:rgba(251,146,60,.16);color:#7c2d12}
.mf-flow-notice{position:absolute;top:10px;left:18px;right:18px;z-index:30;display:flex;justify-content:center;pointer-events:none}
.mf-flow-notice.below-site-notice{top:calc(100% + 8px)}
.mf-flow-notice .notice{pointer-events:auto}
.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}
.badge.success{background:#ecfdf3;color:#027a48}
.badge.warn{background:#fffaeb;color:#b54708}
.badge.error{background:#fef3f2;color:#b42318}
.login-shell{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:minmax(0,1fr) auto;min-height:100vh;background:radial-gradient(circle at 16% 18%,rgba(15,166,143,.28),transparent 34%),radial-gradient(circle at 78% 74%,rgba(255,126,38,.30),transparent 38%),linear-gradient(135deg,#f5fff3 0%,#eefcf6 42%,#fff4df 100%)}
.login-brand{padding:48px;display:flex;flex-direction:column;justify-content:space-between;color:#153a33}
.login-card{min-width:480px;max-width:520px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.66);backdrop-filter:blur(14px);border-radius:24px;box-shadow:0 24px 70px rgba(16,88,76,.18);padding:28px}
.login-main{display:flex;align-items:center;justify-content:center;padding:32px}
.login-brand-head{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.login-brand-copy{display:flex;flex-direction:column;justify-content:center;gap:4px}
.login-brand-mark{width:108px;height:108px;border-radius:30px;overflow:hidden;box-shadow:0 18px 44px rgba(2,132,113,.22);background:#f5fff3;flex:0 0 auto}
.login-brand-mark img{width:100%;height:100%;object-fit:cover;display:block}
.brand-title{font-size:44px;font-weight:900;letter-spacing:.08em;color:#123d34}
.brand-sub{font-size:15px;line-height:1.9;color:#34645b;max-width:600px}
.brand-panel{background:rgba(255,255,255,.42);border:1px solid rgba(11,151,127,.18);padding:22px;border-radius:22px;max-width:560px;box-shadow:0 18px 52px rgba(16,88,76,.10)}
.brand-tip{font-size:13px;color:#6d5f43}
.h1{font-size:28px;font-weight:900;margin:0 0 8px;color:#101828}
.sub{font-size:14px;color:#667085;line-height:1.75;margin-bottom:18px}
.code-row{display:grid;grid-template-columns:1fr 136px;gap:10px}
.login-terms{font-size:14px;line-height:1.7;color:#344054}
.link-btn{border:0;background:transparent;color:#2563eb;padding:0;cursor:pointer;font:inherit}
.link-btn:hover{text-decoration:underline}
.login-submit{width:100%;height:48px;font-size:18px}
.drawer.login-legal-drawer{width:min(820px,96vw);height:100vh;height:100dvh;padding:0;overflow:hidden;display:flex;flex-direction:column}
.login-legal-header.toolbar{flex:0 0 auto;align-items:center;flex-wrap:nowrap;margin:0;padding:20px 24px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);box-shadow:0 4px 16px rgba(15,23,42,.04)}
.login-legal-drawer .login-legal-header h3{margin:0 0 4px;font-size:20px;color:#123d34}
.login-legal-header .card-sub{margin:0;font-size:13px;line-height:1.5}
.login-legal-body{flex:1;min-height:0;overflow-y:auto;padding:24px;color:#344054;line-height:1.85;scrollbar-gutter:stable}
.legal-document{max-width:760px;margin:0 auto;font-size:14px}
.legal-document-cover{padding:26px;border:1px solid #d7e7e2;border-radius:18px;background:linear-gradient(145deg,#f5fffb,#fffaf1)}
.legal-document-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;color:#568077}
.login-legal-drawer .legal-document-cover h3{margin:8px 0 6px;font-size:26px;line-height:1.35;color:#145c4f;letter-spacing:.04em}
.legal-document-lead{margin:0;color:#667085}
.legal-meta{margin:22px 0 0;border:1px solid #d7e0dd;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.78)}
.legal-meta-row{display:grid;grid-template-columns:120px minmax(0,1fr)}
.legal-meta-row+div{border-top:1px solid #e3e8e6}
.legal-meta dt,.legal-meta dd{margin:0;padding:9px 12px;line-height:1.55}
.legal-meta dt{background:#e4f2ee;color:#315f55;font-weight:800}
.legal-meta dd{overflow-wrap:anywhere}
.legal-meta a{color:#0f766e;text-decoration:none}
.legal-meta a:hover{text-decoration:underline}
.legal-document-content{padding:2px 2px 28px}
.legal-document-content>p{margin:0 0 12px;text-align:justify}
.legal-section-title{margin:30px 0 14px;padding-top:22px;border-top:1px solid #e8eeec;color:#145c4f;font-size:20px;line-height:1.45}
.legal-document-content>.legal-section-title:first-child{border-top:0}
.legal-callout{margin:24px 0 16px;padding:16px 18px;border:1px solid #efc785;border-left:4px solid #d99227;border-radius:12px;background:#fff8ec}
.legal-callout h5{margin:0 0 8px;color:#166052;font-size:15px;line-height:1.5}
.legal-callout p{margin:0;color:#4b5563;text-align:justify}
.legal-callout p+p{margin-top:7px}
.legal-list{margin:4px 0 18px;padding-left:1.5em}
.legal-list li{margin:0 0 9px;padding-left:3px;text-align:justify}
.legal-table-wrap{max-width:100%;margin:14px 0 22px;overflow:auto;border:1px solid #d9e3e0;border-radius:12px;background:#fff}
.legal-table{width:100%;min-width:680px;border-collapse:collapse}
.legal-table th,.legal-table td{padding:10px 11px;border-right:1px solid #dfe7e4;border-bottom:1px solid #dfe7e4;text-align:left;vertical-align:top;font-size:12px;line-height:1.65}
.legal-table th{background:#e4f2ee;color:#315f55;font-weight:800}
.legal-table th:last-child,.legal-table td:last-child{border-right:0}
.legal-table tbody tr:last-child td{border-bottom:0}
.legal-table tbody tr:nth-child(even){background:#fbfdfc}
.site-footer{grid-column:1/-1;padding:12px 24px 14px;border-top:1px solid rgba(15,118,110,.12);background:rgba(255,255,255,.42);color:#52605d;font-size:12px;line-height:1.5;text-align:center}
.site-footer-line{min-height:20px;display:flex;align-items:center;justify-content:center}
.site-footer-credentials{gap:10px 20px;flex-wrap:wrap}
.site-footer a{text-decoration:none;transition:color .15s}
.site-footer a:hover{color:#047857;text-decoration:underline}
.site-footer-license{display:inline-flex;align-items:center;gap:6px}
.site-footer-license img{width:18px;height:18px;border-radius:3px;object-fit:cover;display:block}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.filter-row{display:grid;grid-template-columns:1.2fr .9fr .9fr auto;gap:12px;align-items:end}
.pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}
.drawer-mask{position:fixed;inset:0;background:rgba(15,23,42,.24);z-index:40}
.drawer{position:fixed;top:0;right:0;width:min(760px,94vw);height:100vh;background:#fff;border-left:1px solid var(--line);box-shadow:-16px 0 40px rgba(15,23,42,.16);padding:22px;overflow:auto;z-index:50}
.drawer h3{margin:0 0 8px}
.modal-mask{position:fixed;inset:0;background:rgba(15,23,42,.28);display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}
.modal{width:min(760px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px;max-height:90vh;overflow:auto}
.muted{color:var(--muted)}
.placeholder-page{min-height:300px;display:flex;align-items:center;justify-content:center}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:18px;min-height:640px}
.tree-panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:14px 12px;overflow:auto}
.editor-panel{display:flex;flex-direction:column;gap:18px}
.tree-root{font-size:14px}
.tree-node{display:flex;align-items:center;gap:6px;padding:7px 8px;border-radius:10px;cursor:pointer;color:#1f2937;position:relative}
.tree-node:hover{background:#f8fafc}
.tree-node.selected{background:#eff6ff;color:#1d4ed8;font-weight:700}
.tree-node.disabled{opacity:.55}
.tree-row{display:flex;align-items:center;justify-content:space-between;gap:6px}
.tree-children{margin-left:16px;border-left:1px dashed #d0d5dd;padding-left:8px}
.tree-toggle{width:18px;text-align:center;color:#667085;font-size:22px}
.tree-label{display:flex;align-items:center;gap:8px;flex:1;min-width:0}
.tree-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tree-meta{font-size:11px;color:#98a2b3}
.tree-actions{display:flex;align-items:center;gap:4px;opacity:0}
.tree-row:hover .tree-actions,.tree-node.selected .tree-actions{opacity:1}
.icon-btn{width:24px;height:24px;border:0;border-radius:8px;background:transparent;color:#667085;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.icon-btn:hover{background:#eef2ff;color:#3730a3}
.section-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px}
.kv-grid{display:grid;grid-template-columns:220px 1fr;gap:14px 18px}
.kv-label{font-size:14px;font-weight:700;color:#344054;padding-top:10px}
.kv-value{display:flex;flex-direction:column;gap:8px}
.block-readonly{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:12px;min-height:120px;white-space:pre-wrap;line-height:1.7;color:#344054}
.edit-actions{display:flex;gap:10px;flex-wrap:wrap}
.caption{font-size:13px;color:#475467;margin-bottom:4px}
.preview-box{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:14px;white-space:pre-wrap;line-height:1.8;min-height:180px;max-height:380px;overflow:auto}
.catalog-preview-result{min-height:360px;max-height:58vh}
.main-flow-write-section.is-init{min-height:0!important;display:block!important}
.chapter-init-card{height:auto!important;min-height:0!important;flex:0 0 auto!important;margin-bottom:14px}
.q-input-list{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:100%}
.q-input-row{display:grid;grid-template-columns:180px 320px;align-items:center;column-gap:0;margin:10px 0;max-width:100%}
.q-input-label{font-size:14px;font-weight:700;color:#344054;line-height:42px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}
.q-input-text{display:block!important;width:320px!important;max-width:320px!important;height:42px!important;min-height:0!important;max-height:42px!important;line-height:40px!important;border:1px solid #d0d5dd;background:#fff;border-radius:12px;padding:0 12px;color:#101828;outline:none;transition:border-color .15s,box-shadow .15s;resize:none!important;overflow:hidden!important}
.q-input-text:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(59,130,246,.12)}
.q-input-textarea-row{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:start;column-gap:0;margin:10px 0;max-width:100%}
.q-input-textarea{display:block;width:100%;min-height:78px;height:78px;line-height:1.6;border:1px solid #d0d5dd;background:#fff;border-radius:12px;padding:10px 12px;color:#101828;outline:none;transition:border-color .15s,box-shadow .15s;resize:vertical}
.q-input-textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(59,130,246,.12)}
.q-input-textarea::placeholder{color:#98a2b3}
.q-input-switch{display:flex;flex-direction:column;gap:8px;max-width:100%;min-width:0}
.q-input-switch-options{display:grid;gap:10px;width:100%;max-width:100%;min-width:0}
.q-input-switch-option{width:100%;max-width:100%;justify-content:flex-start!important;text-align:left!important;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;font-size:13px!important;font-weight:400!important;line-height:1.6!important;padding:10px 14px!important;height:auto!important;min-height:42px}
.q-input-switch-option.selected{background:#fff!important;border-color:#2563eb!important;color:#1d4ed8!important;font-weight:700!important;box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.tree-caption{font-size:12px;color:#98a2b3;margin-bottom:10px;padding:0 6px}
.empty{padding:24px;color:#98a2b3;text-align:center}
.menu-dot{font-size:18px;line-height:1}
.support-floating-menu{position:fixed;right:18px;bottom:180px;z-index:30;display:grid;gap:8px}
.support-float-btn{width:54px;height:54px;border:1px solid var(--line);border-radius:16px;background:#d4ece6;color:#1f2937;box-shadow:0 10px 26px rgba(15,23,42,.14);cursor:pointer;font-size:13px;font-weight:400;line-height:1.25}
.support-float-btn:hover{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
.faq-list{display:grid;gap:14px;max-height:58vh;overflow:auto;padding-right:4px}
.faq-item{border:1px solid var(--line);border-radius:16px;background:#f8fafc;padding:14px}
.faq-question{font-weight:800;line-height:1.7;color:#1f2937}
.faq-answer{margin-top:8px;white-space:pre-wrap;line-height:1.8;color:#475467}
.support-ticket-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.support-ticket-type{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px;text-align:left;cursor:pointer;min-height:112px}
.support-ticket-type div{font-weight:800;color:#1f2937;margin-bottom:8px}
.support-ticket-type span{display:block;color:#667085;font-size:13px;line-height:1.65}
.support-ticket-type.active{border-color:#93c5fd;background:#eff6ff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}
.support-checkbox-row{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:15px;font-weight:700;color:#344054}
.support-checkbox-row input{width:18px;height:18px}
.support-wechat-tip{margin-top:10px;color:#667085;line-height:1.7}
.support-wechat-editor{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-top:10px}
.admin-detail-grid{display:grid;grid-template-columns:150px 1fr;gap:12px 16px}
.admin-detail-label{font-weight:800;color:#344054}
.admin-detail-value{white-space:pre-wrap;line-height:1.7;color:#344054}
.admin-floating-toast{position:sticky;top:12px;z-index:80;height:0;margin:0;display:flex;justify-content:center;pointer-events:none}
.admin-floating-toast .notice{pointer-events:auto}
.main-flow-shell{display:flex;min-height:100vh;background:#f8fafc;padding-left:var(--mf-sidebar-width)}
.main-flow-shell>.mf-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:26}
.mf-sidebar{width:var(--mf-sidebar-width);background:linear-gradient(180deg,#10231f 0%,#121313 42%,#171712 100%);color:#f8fafc;height:100vh;min-height:600px;padding:0 12px 0;display:flex;flex-direction:column;box-sizing:border-box;position:sticky;top:0;align-self:flex-start;flex:0 0 var(--mf-sidebar-width)}
.mf-sidebar-brand{height:55px;display:flex;align-items:center;gap:10px}
.mf-sidebar-logo{width:34px;height:34px;border-radius:13px;background:#f5fff3;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.20);flex:0 0 auto}
.mf-sidebar-logo img{width:100%;height:100%;object-fit:cover;display:block}
.mf-sidebar-brand-copy{min-width:0}
.mf-sidebar-brand-title{font-size:17px;font-weight:900;line-height:1.15;color:#fff7e6;letter-spacing:.08em}
.mf-sidebar-brand-sub{font-size:11px;line-height:1.2;color:#b9c7bd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mf-new-topic-btn{height:50px;width:100%;border:0;border-radius:14px;background:linear-gradient(135deg,#10a88d,#ff8a2a);color:#fff;font-size:16px;font-weight:900;cursor:pointer;margin:0 0 10px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.14),0 12px 26px rgba(11,151,127,.18)}
.mf-new-topic-btn:hover{filter:saturate(1.08) brightness(.98)}
.mf-topic-search{width:100%;height:45px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#242626;color:#f9fafb;padding:0 12px;margin-bottom:10px;outline:none}
.mf-topic-search::placeholder{color:#858b92}
.mf-topic-search:focus{border-color:rgba(16,185,129,.48);box-shadow:0 0 0 3px rgba(16,185,129,.1)}
.mf-topic-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:8px;padding:0 0 10px;scrollbar-width:thin;scrollbar-color:#3f4448 transparent}
.mf-topic-card-wrap{position:relative;min-width:0;width:100%}
.mf-topic-card{width:100%;min-width:0;height:60px;min-height:60px;border:0;border-radius:14px;background:transparent;color:#fff;cursor:pointer;text-align:left;padding:10px;display:flex;flex-direction:column;justify-content:center;gap:6px;box-sizing:border-box;overflow:hidden}
.mf-topic-card:hover{background:#242626}
.mf-topic-card.active{background:#2c2e30}
.mf-topic-card-wrap.active .mf-topic-card{padding-right:50px}
.mf-topic-card-title{display:block;max-width:100%;font-size:13px;font-weight:900;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f8fafc}
.mf-topic-card-meta{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.2;color:#9ca3af;min-width:0;max-width:100%}
.mf-topic-card-meta span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.mf-topic-card-meta span:last-child{flex:0 0 auto}
.mf-topic-delete-btn{position:absolute;top:15px;right:8px;border:0;background:transparent;color:#f59e0b;font-size:11px;font-weight:800;line-height:1;cursor:pointer;padding:0}
.mf-topic-delete-btn:hover{color:#fbbf24}
.mf-sidebar-popover-backdrop{position:fixed;inset:0;z-index:34;background:transparent}
.mf-topic-delete-popover{position:absolute;top:calc(100% + 8px);left:8px;right:8px;z-index:36;background:#fbead7;border-radius:14px;padding:14px 16px 12px;box-shadow:0 16px 40px rgba(15,23,42,.22);color:#44403c}
.mf-topic-delete-popover::after{content:'';position:absolute;top:-8px;right:26px;width:16px;height:16px;background:#fbead7;transform:rotate(45deg)}
.mf-topic-delete-title{font-size:14px;font-weight:900;color:#ef4444}
.mf-topic-delete-body{margin-top:8px;font-size:12px;line-height:1.7;color:#57534e}
.mf-topic-delete-actions{margin-top:8px;display:flex;justify-content:flex-end;gap:14px}
.mf-topic-empty{color:#9ca3af;font-size:12px;line-height:1.7;padding:10px 2px}
.mf-sidebar-footer{height:85px;flex:0 0 85px;border-top:1px solid rgba(255,255,255,.08);background:#121313;margin:0 -12px;padding:0 12px}
.mf-user-row{height:45px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px;font-weight:800;color:#c7ccd1;white-space:nowrap;overflow:hidden}
.mf-user-row span{overflow:hidden;text-overflow:ellipsis}
.mf-user-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.mf-user-settings-btn{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#f8fafc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;flex:0 0 auto;padding:0}
.mf-user-settings-btn:hover{background:rgba(255,255,255,.08)}
.mf-user-logout-btn{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#d1d5db;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0}
.mf-user-logout-btn:hover{background:rgba(255,255,255,.08);color:#fff}
.mf-user-logout-btn svg{width:18px;height:18px;display:block}
.mf-usage-row{height:50px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:#c7ccd1;white-space:nowrap}
.admin-mf-sidebar{padding-bottom:0}
.admin-sidebar-nav{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:10px 0 12px}
.admin-nav-btn{color:#d1d5db;padding:11px 12px;border-radius:12px;background:transparent;font-size:14px}
.admin-nav-btn:hover{background:#242626;color:#fff}
.admin-nav-btn.active{background:#2c2e30;color:#fff;font-weight:700}
.admin-mf-sidebar-footer{height:auto;flex:0 0 auto;padding-bottom:12px}
.admin-mf-user-row{border-bottom:1px solid rgba(255,255,255,.06)}
.admin-sidebar-login-time{padding-top:10px;font-size:11px;line-height:1.6;color:#c7ccd1;white-space:normal;word-break:break-word}
.request-log-drawer{width:min(1040px,92vw);padding-bottom:28px}
.request-log-pre{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.7;font-size:13px;color:#344054;max-height:320px;overflow:auto;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:12px 14px}
.admin-multi-select{position:relative}
.admin-multi-select-trigger{width:100%;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#101828;font-size:14px}
.admin-multi-select-trigger.open{border-color:#98a2b3;box-shadow:0 0 0 3px rgba(52,64,84,.08)}
.admin-multi-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}
.admin-multi-select-arrow{color:#98a2b3;font-size:14px;margin-left:12px}
.admin-multi-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(15,23,42,.12);padding:8px;display:grid;gap:4px;z-index:35}
.admin-multi-select-option{width:100%;border:none;background:#fff;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:10px;color:#101828;font-size:14px;text-align:left}
.admin-multi-select-option:hover{background:#f8fafc}
.admin-multi-select-option.selected{background:#ecfdf3;color:#027a48}
.admin-multi-select-check{width:14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.mf-sidebar-prompt-card{position:fixed;left:12px;right:calc(100vw - var(--mf-sidebar-width) + 12px);bottom:58px;z-index:36;background:#fbead7;border-radius:14px;padding:16px 18px 14px;box-shadow:0 16px 40px rgba(15,23,42,.24);color:#44403c;box-sizing:border-box}
.mf-sidebar-prompt-card::after{content:'';position:absolute;left:28px;bottom:-8px;width:16px;height:16px;background:#fbead7;transform:rotate(45deg)}
.mf-sidebar-prompt-title{font-size:14px;font-weight:900;line-height:1.6;color:#292524}
.mf-sidebar-prompt-body{margin-top:6px;font-size:12px;line-height:1.8;color:#57534e}
.mf-sidebar-prompt-actions{margin-top:6px;display:flex;justify-content:flex-end}
.mf-inline-link-btn{border:0;background:transparent;color:#10a383;font-size:12px;font-weight:700;line-height:1.6;cursor:pointer;padding:0}
.mf-inline-link-btn:hover{text-decoration:underline}
.mf-copy-text-btn{margin-top:8px;border:0;background:transparent;color:#047857;border-bottom:1px dashed currentColor;padding:0 0 1px;font-size:13px;line-height:1.4;cursor:pointer}
.mf-copy-text-btn:hover{color:#10a383}
.mf-exec-step-list{max-height:86px;overflow:hidden;margin-top:10px;display:grid;gap:7px}
.mf-exec-step{display:flex;align-items:center;gap:8px;color:#475467;font-size:12px;line-height:1.45;font-weight:700}
.mf-exec-step-icon{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:11px;font-weight:900}
.mf-exec-step.is-done .mf-exec-step-icon{background:#16a34a;color:#fff}
.mf-exec-step.is-active .mf-exec-step-icon{border:2px solid #60a5fa;border-top-color:transparent;animation:mf-spin .8s linear infinite}
.mf-exec-step-text{min-width:0;word-break:break-word}
@keyframes mf-spin{to{transform:rotate(360deg)}}
.mf-stage-child-marker{width:16px;min-width:16px;height:20px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;margin-top:1px}
.mf-stage-child-marker-active{font-size:12px;line-height:1.6;color:#0f766e}
.mf-stage-child-marker-done::before{content:'';width:8px;height:8px;border-radius:999px;background:#0f766e;display:block}
.mf-stage-child-marker-pending::before{content:'';width:8px;height:8px;border:2px solid #f97316;border-radius:999px;background:transparent;display:block;box-sizing:border-box}
.mf-chat-composer{position:fixed;left:calc(var(--mf-sidebar-width) + 140px + 18px);right:118px;bottom:18px;z-index:20;background:#f0f0f0;border:0;border-radius:24px;padding:14px 18px 14px;box-shadow:0 18px 50px rgba(15,23,42,.16)}
.mf-required-marker{color:#dc2626;font-weight:900}
.mf-chat-actions{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin:0 0 10px}
.mf-chat-action-btn{height:30px;border:0;border-radius:999px;background:#98d2c5;color:#0f766e;padding:0 20px;font-size:14px;font-weight:700;cursor:pointer}
.mf-chat-action-btn:hover:not(:disabled){background:#8bcbbb}
.mf-chat-action-btn:disabled{opacity:.55;cursor:not-allowed}
.mf-chat-file-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 8px}
.mf-chat-file-chip{display:inline-flex;align-items:center;gap:8px;max-width:260px;border:1px solid rgba(16,185,129,.2);background:rgba(236,253,243,.92);color:#047857;border-radius:999px;padding:5px 9px;font-size:12px;line-height:1.35}
.mf-chat-file-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mf-chat-file-chip button{border:0;background:transparent;color:#047857;cursor:pointer;font-size:16px;line-height:1;padding:0}
.mf-chat-file-chip.is-uploading{background:rgba(239,246,255,.95);border-color:rgba(37,99,235,.18);color:#2563eb}
.mf-chat-box{min-height:40px;background:#fff;border:2px solid transparent;border-radius:20px;display:flex;align-items:center;gap:10px;padding:8px 10px 8px 14px;transition:border-color .15s,box-shadow .15s}
.mf-chat-box:focus-within{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.1)}
.mf-chat-upload-btn{width:34px;min-width:34px;height:34px;border:0;background:transparent;color:#111827;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:300;line-height:1;cursor:pointer;padding:0}
.mf-chat-upload-btn:hover:not(:disabled){color:#047857}
.mf-chat-upload-btn:disabled{opacity:.45;cursor:not-allowed}
.mf-chat-textarea{flex:1;width:100%;min-width:0;height:40px;min-height:40px;max-height:118px;border:0;background:transparent;color:#101828;outline:none;resize:none;line-height:20px;font-size:14px;padding:10px 0;overflow:hidden}
.mf-chat-textarea::placeholder{color:#8f969e}
.mf-chat-submit-btn{height:40px;min-width:58px;border:0;border-radius:999px;background:#10a383;color:#fff;font-size:14px;font-weight:800;cursor:pointer;padding:0 18px;align-self:center}
.mf-chat-submit-btn:hover:not(:disabled){background:#10a383}
.mf-chat-submit-btn:disabled{background:#98d2c5;opacity:.55;cursor:not-allowed}
.mf-chat-help{margin-top:8px;padding-left:34px;color:#6b7280;font-size:11px;line-height:1.4}
.mf-custom-hypothesis-drawer{position:absolute;inset:0;z-index:3;box-sizing:border-box;border-radius:24px;background:#f0f0f0;padding:14px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;box-shadow:0 18px 50px rgba(15,23,42,.16)}
.mf-custom-hypothesis-input{width:100%;min-width:0;min-height:100%;box-sizing:border-box;border:2px solid transparent;border-radius:18px;background:#fff;color:#101828;outline:none;resize:none;padding:12px 14px;font:inherit;line-height:1.7}
.mf-custom-hypothesis-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.1)}
.mf-custom-hypothesis-input::placeholder{color:#8f969e}
.mf-custom-hypothesis-actions{display:flex;flex-direction:column;justify-content:center;gap:10px}
.mf-drawer-overlay{position:fixed;inset:0;z-index:70;background:rgba(80,96,155,.24);display:flex;justify-content:flex-end;align-items:stretch}
.mf-right-drawer{position:relative;width:min(720px,calc(100vw - 40px));height:calc(100vh - 64px);margin:32px 32px 32px 0;background:#fff;border-radius:18px;box-shadow:0 28px 70px rgba(15,23,42,.22);padding:30px 28px 24px;box-sizing:border-box;overflow:auto}
.mf-drawer-close{position:absolute;top:18px;right:20px;width:28px;height:28px;border:0;background:transparent;color:#64748b;font-size:28px;line-height:1;cursor:pointer}
.mf-drawer-title{font-size:20px;font-weight:900;color:#111827}
.mf-drawer-subtitle{font-size:15px;font-weight:800;color:#111827;margin:18px 0 8px}
.mf-drawer-divider{height:1px;background:#eef2f7;margin:14px 0 18px}
.mf-account-form{display:grid;gap:12px}
.mf-account-row{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:14px}
.mf-account-row-top{align-items:flex-start}
.mf-account-row label{font-size:13px;color:#344054;font-weight:700}
.mf-account-row .textarea{min-height:110px;resize:vertical}
.mf-mini-pill-btn{margin-left:14px;height:26px;border:0;border-radius:999px;background:#9fd6c9;color:#047857;padding:0 14px;font-size:12px;font-weight:800;cursor:pointer}
.mf-mini-pill-btn:hover{background:#8bcbbb}
.mf-account-table-wrap{overflow:auto;border-radius:12px;border:1px solid #eef2f7}
.mf-account-table{min-width:860px}
.mf-account-table th,.mf-account-table td{font-size:12px}
.mf-payment-time{white-space:nowrap;font-variant-numeric:tabular-nums}
.mf-drawer-footer{position:sticky;bottom:-24px;margin:24px -28px -24px;padding:18px 28px;background:linear-gradient(180deg,rgba(255,255,255,.86),#fff 35%);border-top:1px solid #eef2f7;display:flex;gap:12px}
.mf-topup-copy{font-size:14px;line-height:1.9;color:#667085}
.mf-topup-copy p{margin:0 0 10px}
.mf-topup-actions{display:flex;gap:14px;margin-top:22px}
.mf-topup-channel-row{display:flex;align-items:center;gap:12px;margin-top:22px}
.mf-topup-channel-row .select{flex:1;min-width:0}
.mf-topup-channel-row .btn{flex:0 0 auto;white-space:nowrap}
.mf-payment-loading{margin-top:14px;color:#667085;font-size:13px}
.mf-payment-panel{margin-top:24px;border:1px solid #e4e7ec;border-radius:16px;padding:18px;background:#f8fafc;text-align:center}
.mf-payment-title{font-weight:800;margin-bottom:8px;color:#101828}
.mf-payment-qr{width:220px;height:220px;object-fit:contain;margin:16px auto 10px;display:block;background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:10px}
.mf-payment-iframe{width:320px;max-width:100%;height:380px;margin:16px auto 10px;display:block;background:#fff;border:1px solid #eef2f7;border-radius:12px}
.mf-payment-qr-error{margin:16px 0 12px;text-align:left}
.mf-payment-success{margin:16px 0 10px;text-align:left}
.mf-payment-help{font-size:13px;color:#667085;line-height:1.6}
.mf-payment-only-footer{display:flex;justify-content:flex-end;margin-top:22px}
.choose-candidate-card{margin-bottom:16px;padding:24px 28px;background:#fcfcfc;border:1px solid #edf1f3;border-radius:28px;box-shadow:0 16px 40px rgba(15,23,42,.05)}
.choose-candidate-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.choose-candidate-title-btn{flex:1;text-align:left;border:0;background:none;padding:0;cursor:pointer}
.choose-candidate-title{font-size:18px;font-weight:900;line-height:1.45;color:#111827}
.choose-candidate-actions{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.choose-candidate-use-btn{height:32px;padding:0 24px;border-radius:24px;background:#059669;font-size:14px;font-weight:600}
.choose-candidate-use-btn:hover:not(:disabled){background:#047857;filter:none}
.choose-candidate-toggle-btn{padding:0;border:0;background:none;color:#59a392;cursor:pointer;font-size:14px;font-weight:400}
.choose-candidate-body{display:grid;gap:18px;margin-top:16px}
.choose-candidate-section{display:grid;gap:8px}
.choose-candidate-section-head{display:flex;align-items:center;gap:14px}
.choose-candidate-section-title{font-size:15px;font-weight:600;color:#59a392}
.choose-candidate-section-content{white-space:pre-wrap;line-height:1.85;color:#1f2937;font-size:15px}
.choose-evidence-list{display:grid;gap:8px;margin-top:8px}
.choose-evidence-card{background:#f1f2f4;border:1px solid #eceef1;border-radius:18px;padding:16px 18px}
.choose-evidence-title{font-size:15px;font-weight:800;line-height:1.45;color:#344054;word-break:break-word}
.choose-evidence-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;font-size:12px;line-height:1.5;color:#667085}
.choose-evidence-meta a{color:#59a392;text-decoration:none;font-weight:700}
.choose-evidence-meta a:hover{text-decoration:underline}
.ops-card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:16px}
.ops-service-card{grid-column:span 2;position:relative;min-height:160px;border-radius:10px;background:#e4e4e4;padding:18px;color:#101828;box-sizing:border-box}
.ops-service-card-simple{grid-column:span 1;min-height:88px}
.ops-service-updated{position:absolute;right:14px;top:12px;font-size:11px;line-height:1.2;color:#667085;font-weight:700}
.ops-service-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px}
.ops-service-card:not(.ops-service-card-simple) .ops-service-title{padding-right:150px}
.ops-service-body{margin-top:18px;font-size:13px;line-height:1.7;font-weight:700;color:#1f2937}
.ops-service-card-simple .ops-service-body{display:none}
.ops-service-metrics{display:grid;grid-template-columns:2fr 2fr 5fr;gap:10px;margin-top:16px}
.ops-service-metrics div{border-radius:10px;background:rgba(255,255,255,.45);padding:10px;min-width:0}
.ops-service-metrics span{display:block;font-size:11px;color:#667085;font-weight:800;margin-bottom:4px}
.ops-service-metrics strong{display:block;font-size:13px;color:#101828;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ops-metric-error{margin-top:10px;color:#b42318;font-size:12px;font-weight:700;line-height:1.5}
.ops-form-grid{display:grid;grid-template-columns:180px 180px;gap:18px;margin-top:16px}
.ops-form-grid label,.ops-notice-row{display:grid;gap:8px;font-size:13px;font-weight:800;color:#344054}
.ops-notice-row{grid-template-columns:90px 1fr;align-items:center}
@media (max-width: 1180px){
  .grid-3{grid-template-columns:1fr}
  .grid-2,.catalog-layout,.filter-row,.page-shell,.login-shell{grid-template-columns:1fr}
  .login-shell{grid-template-rows:auto auto auto}
  .login-card{min-width:0;width:min(520px,100%)}
  .sidebar{min-height:auto}
  .content-shell{padding:18px}
  .kv-grid{grid-template-columns:1fr}
  .support-ticket-types{grid-template-columns:1fr}
  .support-floating-menu{right:12px;bottom:120px}
  .admin-floating-toast{top:10px}
  .main-flow-shell{display:block;padding-left:0}
  .main-flow-shell>.mf-sidebar{position:relative;left:auto;top:auto;bottom:auto;z-index:auto}
  .mf-sidebar{position:relative;height:auto;min-height:auto;width:100%;flex-basis:auto}
  .mf-topic-list{max-height:320px}
  .mf-sidebar-prompt-card{left:14px;right:14px;bottom:18px;max-width:none;width:auto}
  .mf-chat-composer{left:18px;right:18px}
  .mf-right-drawer{width:calc(100vw - 28px);height:calc(100vh - 28px);margin:14px}
  .mf-account-row{grid-template-columns:1fr}
  .choose-candidate-card{padding:18px 18px 20px}
  .choose-candidate-header{flex-direction:column}
  .choose-candidate-actions{width:100%;justify-content:space-between}
  .choose-candidate-use-btn{height:46px;padding:0 18px;font-size:14px}
  .choose-candidate-title{font-size:16px}
  .overview-section-head{align-items:flex-start;flex-direction:column}
  .overview-date-control{width:100%;min-width:0}
  .overview-chart-grid{grid-template-columns:1fr}
  .ops-card-grid{grid-template-columns:1fr}
  .ops-service-card,.ops-service-card-simple{grid-column:span 1}
  .ops-form-grid{grid-template-columns:1fr}
  .ops-notice-row{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .mf-topup-channel-row{align-items:stretch;flex-direction:column}
  .mf-topup-channel-row .btn{width:100%}
  .drawer.login-legal-drawer{width:100vw;max-width:none}
  .login-legal-header.toolbar{padding:14px 16px}
  .login-legal-header .btn{padding:8px 12px}
  .login-legal-body{padding:16px}
  .legal-document{font-size:13px}
  .legal-document-cover{padding:18px 16px}
  .login-legal-drawer .legal-document-cover h3{font-size:22px}
  .legal-meta-row{grid-template-columns:88px minmax(0,1fr)}
  .legal-meta dt,.legal-meta dd{padding:8px 9px}
  .legal-section-title{margin-top:24px;padding-top:18px;font-size:18px}
  .legal-callout{padding:14px}
}
