@import"https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700&family=Noto+Serif+SC:wght@500;600;700&display=swap";:root{color-scheme:light;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;--bg: #f3f7fc;--bg-muted: #eef3f9;--card: #ffffff;--text: #10233f;--muted: #5b6f8b;--primary: #0b5f91;--primary-dark: #094a71;--accent: #0891b2;--danger: #dc3f45;--border: #d6e1ee;--ring: rgba(8, 118, 168, .32);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;--shadow-sm: 0 8px 20px rgba(16, 35, 63, .06);--shadow: 0 18px 42px rgba(16, 35, 63, .1);--max-content: 1560px}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{min-height:100%}body{background:radial-gradient(circle at 8% 14%,rgba(14,116,144,.11) 0%,transparent 38%),radial-gradient(circle at 92% 0%,rgba(14,165,233,.1) 0%,transparent 34%),linear-gradient(180deg,#f8fbff,#f2f7fc);color:var(--text);line-height:1.5}h1,h2,h3,h4,.brand-title,.topbar-title,.quick-title{font-family:Lexend,Noto Sans SC,sans-serif;letter-spacing:.01em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.6}:focus-visible{outline:3px solid var(--ring);outline-offset:2px}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-block>*,.dashboard>*,.home-page>*{animation:rise-in .3s ease}.layout{min-height:100vh;display:grid;grid-template-columns:276px 1fr;max-width:var(--max-content);margin:0 auto}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#0a1c35,#102947 58%,#143458);color:#e3edf8;display:flex;flex-direction:column;padding:26px 18px;gap:22px;border-right:1px solid rgba(255,255,255,.08);box-shadow:inset -1px 0 #ffffff0f}.brand{display:flex;gap:12px;align-items:center;padding:10px;border-radius:var(--radius-md);background:#0a1a2f5c;border:1px solid rgba(148,191,235,.25)}.brand-badge{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#22d3ee,#0ea5e9 42%,#2563eb);color:#fff;display:grid;place-items:center;font-family:Lexend,Noto Sans SC,sans-serif;font-size:18px;font-weight:700;line-height:0;box-shadow:0 8px 16px #0891b252}.brand-badge svg{width:24px;height:24px;display:block}.brand-title{font-size:15px;font-weight:600;color:#f1f7ff}.brand-sub{font-size:12px;color:#9fb7d4}.nav{display:flex;flex-direction:column;gap:5px;overflow-y:auto;padding-right:4px}.nav::-webkit-scrollbar{width:6px}.nav::-webkit-scrollbar-thumb{border-radius:999px;background:#9fb7d466}.nav-section{margin-top:9px;padding:10px 10px 2px;font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:#7d98b8}.nav-link{padding:10px 12px;border-radius:12px;color:#d7e6f8;display:flex;align-items:center;gap:9px;transition:background-color .2s ease,color .2s ease,border-color .2s ease;border:1px solid transparent;cursor:pointer}.nav-link:before{content:"";width:6px;height:6px;border-radius:999px;background:#d1e7ff73}.nav-link:hover{background:#5e8cc138;border-color:#95c2f059;color:#f6fbff}.nav-link.router-link-active{background:linear-gradient(90deg,#194a7cd9,#103b67d9);border-color:#68aaea99;color:#fff}.nav-link.router-link-active:before{background:#34d399}.sidebar-footer{margin-top:auto}.mini-card{border-radius:var(--radius-md);border:1px solid rgba(145,191,241,.34);background:#1636598f;padding:12px}.mini-label{font-size:12px;color:#acc4dd}.mini-value{margin-top:4px;font-size:14px;font-weight:600;color:#f2f8ff}.content{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:8;padding:18px 30px;display:flex;justify-content:space-between;align-items:center;gap:16px;background:#f3f8ffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(182,201,223,.46)}.topbar-title{font-size:23px;font-weight:600;color:#112849}.topbar-sub{font-size:13px;color:var(--muted);margin-top:4px}.topbar-actions{display:flex;flex-wrap:wrap;gap:10px}.topbar-chip{min-height:40px;padding:0 12px;border-radius:11px;border:1px solid #c9d9ea;background:#fff;color:#3d5678;font-size:12px;font-weight:600;display:inline-flex;align-items:center}.page{padding:26px 30px 30px}.watermark-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-content:center;justify-items:center;gap:64px 34px;padding:46px;overflow:hidden}.watermark-layer span{color:#16325024;font-size:14px;letter-spacing:.08em;transform:rotate(-24deg);-webkit-user-select:none;user-select:none;white-space:nowrap}.page-block{display:flex;flex-direction:column;gap:18px}.page-header{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.page-header h2{font-size:20px;font-weight:600;color:#133055}.page-header p{margin-top:6px;font-size:13px;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:10px}.section-kicker{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#0891b21c;color:#0b5f91;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.filter-bar{background:#fffc;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;align-items:end}.import-workbench,.import-feedback{border-radius:var(--radius-lg);border:1px solid #d3e1ef;background:linear-gradient(135deg,#f7fbfffa,#ecf6fff2),radial-gradient(circle at top right,rgba(34,211,238,.12),transparent 42%);box-shadow:var(--shadow-sm);padding:18px 20px}.import-workbench-head,.import-feedback-head,.import-feedback-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.import-workbench-head h3,.import-feedback-head h3{margin-top:8px;font-size:20px;color:#14365d}.import-workbench-head p,.import-feedback-head p,.import-feedback-toolbar p{margin-top:6px;max-width:760px;color:#567391;font-size:13px}.import-workbench-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.meta-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid #c8dbec;background:#ffffffdb;color:#21466f;font-size:12px;font-weight:600}.import-feedback{background:linear-gradient(135deg,#f8fcfffa,#f1f8fff5),radial-gradient(circle at top right,rgba(8,145,178,.09),transparent 42%)}.import-feedback-success{border-color:#cfe7dd;background:linear-gradient(135deg,#f8fffcfa,#eefaf4f5),radial-gradient(circle at top right,rgba(5,150,105,.12),transparent 38%)}.import-feedback-error{border-color:#e6d8d4;background:linear-gradient(135deg,#fffcfafa,#fcf4f0f5),radial-gradient(circle at top right,rgba(207,62,68,.1),transparent 40%)}.import-feedback-stats{display:grid;grid-template-columns:repeat(3,minmax(0,110px));gap:10px}.import-feedback-stats>div{border-radius:14px;border:1px solid rgba(195,214,232,.9);background:#ffffffe0;padding:12px 14px;text-align:center}.import-feedback-stats strong{display:block;font-size:28px;line-height:1;color:#14365d}.import-feedback-stats span{display:block;margin-top:6px;color:#577492;font-size:12px;font-weight:600}.import-feedback-body{margin-top:16px;padding-top:16px;border-top:1px solid rgba(204,220,235,.9)}.import-failure-list{list-style:none;display:grid;gap:10px;margin-top:14px}.import-failure-list li{border-radius:14px;border:1px solid rgba(220,200,194,.9);background:#ffffffeb;padding:12px 14px}.import-failure-title{font-size:13px;font-weight:700;color:#7d2f36}.log-preview{max-width:280px;word-break:break-word}.log-detail{min-width:180px}.log-detail summary{cursor:pointer;color:#0b5f91;font-weight:600}.stack-block{margin-top:8px;padding:12px;border-radius:12px;border:1px solid #d9e5f2;background:#f7fbff;white-space:pre-wrap;word-break:break-word;font-size:12px;color:#28496c}.input,select,input,textarea{width:100%;border-radius:11px;border:1px solid var(--border);background:#fff;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}textarea{resize:vertical}.input::placeholder,input::placeholder,textarea::placeholder{color:#88a0bd}.input:hover,select:hover,input:hover,textarea:hover{border-color:#afc2d8}.input:focus,select:focus,input:focus,textarea:focus{border-color:#1e7baa;box-shadow:0 0 0 4px var(--ring);outline:none}.table-card{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:auto}.table{min-width:720px;width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.table th,.table td{text-align:left;padding:13px 14px;border-bottom:1px solid #ebf1f8;vertical-align:middle}.table th{position:sticky;top:0;z-index:1;background:#f5f9ff;color:#385273;font-weight:600}.table tbody tr{transition:background-color .2s ease}.table tbody tr:hover{background:#f8fbff}.row-focus td{background:#eaf5ff}.section-group-row td{background:#eef5fd;color:#1f466f;font-size:12px;letter-spacing:.04em}.empty{text-align:center;color:var(--muted);padding:26px 0}.primary,.ghost{border:1px solid transparent;border-radius:11px;min-height:40px;padding:9px 15px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.primary{background:linear-gradient(180deg,#0f74aa,#0b5f91);color:#fff;border-color:#0b5f91d9;box-shadow:0 10px 22px #0b5f9138}.primary:hover:not(:disabled){background:linear-gradient(180deg,#0d6899,#094a71);border-color:#094a71f2}.primary:disabled{box-shadow:none}.ghost{background:#fff;color:#21466f;border-color:#ccdae9}.ghost:hover:not(:disabled){background:#f3f8ff;border-color:#9fb7d2}.link{border:none;background:none;color:#0b5f91;font-size:13px;font-weight:600;cursor:pointer;margin-right:10px;transition:color .2s ease}.link:hover{color:#084d74}.link.danger{color:#cf3e44}.link.danger:hover{color:#9f2f34}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge.overdue{background:#ffe8e9;color:#af2d35}.badge.upcoming{background:#e5f4ff;color:#165f8a}.drawer-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#08142570;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:flex-end}.wide-mask{justify-content:center;align-items:center;padding:18px}.drawer{width:min(560px,100vw);height:100%;background:#fff;border-left:1px solid var(--border);display:flex;flex-direction:column}.drawer-wide{width:min(1240px,98vw);height:min(92vh,980px);border-radius:20px;border:1px solid #ccdaea;overflow:hidden;box-shadow:var(--shadow)}.drawer-header{padding:16px 22px;border-bottom:1px solid #dee7f1;background:#f7faff;display:flex;justify-content:space-between;align-items:center;gap:10px}.drawer-header h3{color:#14365d}.drawer-header p{margin-top:2px;font-size:12px;color:var(--muted)}.drawer-body{padding:18px 22px;overflow:auto;display:flex;flex-direction:column;gap:16px;background:#fcfeff}.drawer-footer{border-top:1px solid #deebf8;padding:14px 22px;display:flex;justify-content:flex-end;gap:10px;background:#f9fcff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.form-grid-wide{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.field{display:flex;flex-direction:column;gap:6px;position:relative}.field>span{font-size:12px;color:#2b476a;font-weight:600}.option-editor{display:flex;flex-direction:column;gap:8px}.option-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:6px;align-items:center}.required-mark{margin-left:3px;color:#cf3e44;font-weight:700}.field-full{grid-column:1 / -1}.section{border-radius:var(--radius-md);border:1px solid #dbe6f2;background:#f6faff;padding:14px;display:flex;flex-direction:column;gap:11px}.section h4{font-size:14px;color:#173b63}.stats-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stats-inline>div{border-radius:12px;border:1px solid #d8e5f3;background:#fff;padding:10px}.mini{position:absolute;right:8px;top:31px;border:1px solid #bfd5ea;border-radius:8px;background:#ebf6ff;color:#0d5d8d;font-size:11px;padding:4px 7px;cursor:pointer}.reminder{display:grid;grid-template-columns:1fr 170px auto;gap:8px;align-items:center}.partner-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(164px,1fr));gap:8px;align-items:end;border-bottom:1px dashed #d6e3f2;padding-bottom:10px}.attachment-row{display:flex;flex-direction:column;gap:8px}.attachment-list{list-style:none;display:flex;flex-direction:column;gap:6px;color:var(--text)}.approval-log-list{list-style:none;display:flex;flex-direction:column;gap:8px}.approval-log-list li{border-radius:10px;border:1px dashed #c9ddef;background:#fff;padding:10px 12px}.attachment-list li{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard{display:flex;flex-direction:column;gap:18px}.dashboard-header{padding:20px 24px;border-radius:var(--radius-lg);border:1px solid rgba(146,180,214,.42);background:linear-gradient(110deg,#0b5f91f2,#094a71eb);color:#ecf7ff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;box-shadow:var(--shadow)}.dashboard-header h2{font-size:22px}.dashboard-header p{margin-top:4px;color:#e9f5ffdb}.chip-group{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.chip{border-radius:999px;border:1px solid #c9d8ea;background:#fff;color:#26456a;min-height:36px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.chip:hover{border-color:#89b2d7;background:#edf5ff}.chip.active{border-color:#8cc0edcc;background:#dbf0ff3d;color:#fff}.dashboard-header .chip{background:#e0efff24;border-color:#bad6f06b;color:#eaf5ff}.dashboard-header .chip:hover{background:#e0efff42;border-color:#d7eafc9e}.dashboard-header .chip.active{background:#fff;border-color:#fff;color:#0f4f7b;box-shadow:0 8px 16px #051a2f33}.chips{display:flex;flex-wrap:wrap;gap:8px}label.chip{display:inline-flex;align-items:center;gap:7px}label.chip input{width:15px;height:15px}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.quick-card{border-radius:var(--radius-lg);border:1px solid #d5e4f3;background:linear-gradient(145deg,#fafdff,#eef5fc);padding:18px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:var(--shadow-sm)}.quick-title{margin-top:4px;font-size:15px;color:#123357}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.stat-card{border-radius:var(--radius-lg);border:1px solid #d7e4f1;background:#fff;padding:18px;box-shadow:var(--shadow-sm)}.stat-title{font-size:12px;color:var(--muted)}.stat-value{margin-top:6px;font-size:24px;line-height:1.2;font-weight:600;color:#113356}.stat-sub{margin-top:3px;font-size:12px;color:var(--muted)}.chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.card{border-radius:var(--radius-lg);border:1px solid #d6e3f0;background:#fff;box-shadow:var(--shadow-sm);padding:18px}.card-title{font-size:14px;font-weight:600;color:#183c66;margin-bottom:10px}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.process-item{border-radius:12px;border:1px solid #d7e4f2;background:#f7fbff;color:#15395f;font-size:13px;font-weight:500;padding:12px}.chart{height:290px}.hidden{display:none}.home-page{min-height:100vh;max-width:1220px;margin:0 auto;padding:36px clamp(16px,4vw,44px);display:flex;flex-direction:column;gap:18px}.home-page-academic{justify-content:center}.home-hero{position:relative;border-radius:var(--radius-xl);background:radial-gradient(circle at 85% 18%,rgba(45,212,191,.32) 0%,transparent 30%),linear-gradient(130deg,#0a2543,#103a66 45%,#0f4d79);color:#e8f3ff;padding:32px;display:grid;grid-template-columns:2fr 1fr;gap:20px;overflow:hidden;box-shadow:var(--shadow)}.home-page-academic .academic-hero{min-height:min(72vh,540px);border:1px solid rgba(170,194,220,.52);background:radial-gradient(circle at 18% 15%,rgba(124,166,203,.26) 0%,transparent 32%),linear-gradient(122deg,#081f3afa,#11385cf2 54%,#174770eb)}.home-page-academic .academic-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(189,214,238,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(189,214,238,.08) 1px,transparent 1px);background-size:36px 36px;opacity:.28;pointer-events:none}.home-page-academic .hero-content{max-width:760px;margin:0 auto;text-align:center}.home-page-academic .hero-content h1{font-family:"Noto Serif SC",Noto Sans SC,serif;letter-spacing:.04em}.home-page-academic .home-hero:after{display:none}.home-hero:after{content:"";position:absolute;inset:auto -80px -80px auto;width:230px;height:230px;border-radius:50%;background:#3abef533;filter:blur(4px)}.home-page-academic .hero-eyebrow{margin-top:0;color:#d6e5f5e6;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.home-page-academic .hero-subtitle{margin-top:14px;font-size:16px;color:#dbeaf9db;letter-spacing:.06em}.login-first-hero{min-height:360px;align-items:center;grid-template-columns:1fr}.compact-hero{min-height:250px;grid-template-columns:1fr}.hero-content{position:relative;z-index:1}.hero-content h1{font-size:clamp(30px,5vw,44px);line-height:1.14}.hero-content p{margin-top:12px;color:#e6f3ffdb;max-width:760px}.hero-actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px}.home-page-academic .hero-actions{margin-top:28px;gap:12px;justify-content:center}.home-page-academic .hero-actions .primary,.home-page-academic .hero-actions .ghost{min-height:44px;min-width:148px}.home-footer{margin-top:auto;text-align:center;color:#597496;font-size:12px;letter-spacing:.08em;display:flex;flex-direction:column;align-items:center;gap:8px}.beian-link{color:#456688;letter-spacing:.06em;transition:color .2s ease}.beian-link:hover{color:#0b5f91}.hero-actions .ghost{border-color:#c3dff78c;background:#e4f3ff1f;color:#f5faff}.hero-actions .ghost:hover{background:#e4f3ff36;border-color:#c3dff7cc}.hero-panel{position:relative;z-index:1;border-radius:var(--radius-md);border:1px solid rgba(186,218,247,.35);background:#0a213b5c;padding:16px;display:flex;flex-direction:column;gap:14px}.hero-kpi{display:flex;flex-direction:column;gap:2px}.hero-kpi span{font-size:12px;color:#d1e4f7bf}.hero-kpi strong{font-size:16px}.home-form-wrap{display:flex;flex-direction:column;gap:14px}.home-form{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.success-msg{border-radius:11px;border:1px solid #99d8bf;background:#e9fbf3;color:#0d6746;padding:10px 12px;font-size:13px}.login{min-height:100vh;display:grid;place-items:center;padding:clamp(18px,3.8vw,42px)}.login-card{width:min(470px,100%);border-radius:24px;border:1px solid #d4e2f0;background:#fffffff0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:26px;display:flex;flex-direction:column;gap:18px}.login-brand{display:flex;align-items:center;gap:12px}.login-brand h1{font-size:20px;color:#15385f}.login-brand p{margin-top:2px;font-size:12px;color:var(--muted)}.login-form{display:flex;flex-direction:column;gap:13px}.captcha-row{display:flex;gap:8px;align-items:center}.captcha-image{min-width:120px;height:44px;border-radius:10px;border:1px solid #cbdae9;overflow:hidden;background:#fff;padding:0;cursor:pointer}.captcha-image img{width:100%;height:100%;display:block}.full{width:100%}.error{color:var(--danger);font-size:12px}.login-tip,.captcha-meta,.muted{color:var(--muted);font-size:12px}.login-notes{list-style:none;display:flex;flex-direction:column;gap:7px}.login-notes li{position:relative;padding-left:14px;color:#36557a;font-size:12px}.login-notes li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:999px;background:#0b6c9f}@media (max-width: 1240px){.layout{grid-template-columns:236px 1fr}.topbar,.page{padding-left:20px;padding-right:20px}}@media (max-width: 1024px){.layout{grid-template-columns:1fr}.sidebar{position:relative;height:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.12);padding:14px;gap:12px}.nav{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:8px;padding-bottom:6px}.nav-section{display:none}.nav-link{white-space:nowrap}.mini-card{width:fit-content}.topbar{position:static}.chart-grid,.stats-grid,.quick-actions,.home-hero,.stats-inline,.import-feedback-stats{grid-template-columns:1fr}.drawer{width:100%}.wide-mask{padding:0}.drawer-wide{width:100%;height:100%;border-radius:0;border:none}.form-grid,.form-grid-wide,.reminder,.partner-row{grid-template-columns:1fr}}@media (max-width: 768px){.home-page{padding-top:20px;padding-bottom:20px}.home-hero,.page-header,.card,.stat-card,.quick-card,.table-card,.home-form,.login-card{border-radius:16px}.home-hero{padding:22px}.hero-content h1{font-size:clamp(26px,8.2vw,38px)}.topbar-title{font-size:20px}.topbar-actions{width:100%;justify-content:flex-end}.import-workbench,.import-feedback{padding:16px}.primary,.ghost{min-height:38px}.watermark-layer{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 18px;padding:24px}.watermark-layer span{font-size:12px;color:#1632501f}}@media (max-width: 560px){.topbar,.page{padding-left:12px;padding-right:12px}.filter-bar{grid-template-columns:1fr}.import-workbench-head,.import-feedback-head,.import-feedback-toolbar{flex-direction:column}.table{min-width:620px}.login-card{padding:18px}.captcha-row{flex-direction:column;align-items:stretch}.captcha-image{min-width:100%}.option-row{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
