.ts-tbl{width:100%;background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04),0 12px 32px -14px rgba(15,23,42,.18);min-width:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}.ts-tbl__chrome{display:flex;align-items:center;gap:12px;padding:9px 14px;background:linear-gradient(180deg,#fbfcfa 0%,#f1f4ee 100%);border-bottom:1px solid #e2e8f0}.ts-tbl__dots{display:flex;gap:6px;flex-shrink:0}.ts-tbl__dots span{width:9px;height:9px;border-radius:50%;background:#e2e5dd;display:inline-block}.ts-tbl__dots span:nth-child(1){background:#f4b6b6}.ts-tbl__dots span:nth-child(2){background:#f4d7a0}.ts-tbl__dots span:nth-child(3){background:#b8dab6}.ts-tbl__title{flex:1;font-size:0.78rem;font-weight:600;color:#475569;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-tbl__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;background:linear-gradient(90deg,#ffffff 30%,rgba(255,255,255,0)) left center / 24px 100% no-repeat local,linear-gradient(-90deg,#ffffff 30%,rgba(255,255,255,0)) right center / 24px 100% no-repeat local,radial-gradient(farthest-side at 0 50%,rgba(15,23,42,.12),rgba(15,23,42,0)) left center / 14px 100% no-repeat scroll,radial-gradient(farthest-side at 100% 50%,rgba(15,23,42,.12),rgba(15,23,42,0)) right center / 14px 100% no-repeat scroll}.ts-tbl__grid{width:100%;border-collapse:collapse;font-size:0.74rem;table-layout:auto}.ts-tbl__grid th,.ts-tbl__grid td{padding:9px 8px;text-align:left;border-bottom:1px solid #f1f5f9;white-space:nowrap;vertical-align:middle}.ts-tbl__grid th:first-child,.ts-tbl__grid td:first-child{padding-left:14px}.ts-tbl__grid th:last-child,.ts-tbl__grid td:last-child{padding-right:14px}.ts-tbl__grid thead th{font-size:0.6rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.ts-tbl__grid tbody tr:last-child td{border-bottom:none}.ts-tbl__grid tbody tr:hover td{background:#fafbfd}.ts-tbl__cell-title{font-weight:600;color:#0f172a;max-width:180px;overflow:hidden;text-overflow:ellipsis}.ts-tbl__lang{display:inline-flex;align-items:center;gap:6px;font-size:0.72rem;font-weight:700;letter-spacing:0.04em;color:#475569}.ts-tbl__flag{font-size:0.95rem;line-height:1}.ts-tbl__status{display:inline-flex;align-items:center;gap:7px;font-size:0.72rem;font-weight:600}.ts-tbl__dot{width:7px;height:7px;border-radius:50%;flex:0 0 7px}.ts-tbl__status--draft{color:#92400e}.ts-tbl__status--draft .ts-tbl__dot{background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.ts-tbl__status--progress{color:#b45309}.ts-tbl__status--progress .ts-tbl__dot{background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.ts-tbl__status--review{color:#6d28d9}.ts-tbl__status--review .ts-tbl__dot{background:#8b5cf6;box-shadow:0 0 0 3px #ede9fe}.ts-tbl__status--approved{color:#1d4ed8}.ts-tbl__status--approved .ts-tbl__dot{background:#3b82f6;box-shadow:0 0 0 3px #dbeafe}.ts-tbl__status--published{color:#047857}.ts-tbl__status--published .ts-tbl__dot{background:#10b981;box-shadow:0 0 0 3px #d1fae5}.ts-tbl__prio{display:inline-block;font-size:0.66rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:#f1f5f9;color:#64748b}.ts-tbl__prio--low{background:#e2e8f0;color:#475569}.ts-tbl__prio--normal{background:#f1f5f9;color:#475569}.ts-tbl__prio--high{background:#fef3c7;color:#92400e}.ts-tbl__prio--urgent{background:#fee2e2;color:#b91c1c}.ts-tbl__assignee{display:inline-flex;align-items:center;gap:6px;font-size:0.74rem;color:#334155;font-weight:500}.ts-tbl__assignee--unassigned{color:#94a3b8;font-style:italic;font-weight:400}.ts-tbl__avatar{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:0.62rem;font-weight:700;color:#ffffff;flex:0 0 20px;background:#6366f1}.ts-tbl__avatar--j{background:#6366f1}.ts-tbl__avatar--m{background:#ec4899}.ts-tbl__avatar--s{background:#14b8a6}.ts-tbl__deadline{font-size:0.76rem;color:#475569;font-variant-numeric:tabular-nums}.ts-tbl__deadline--soon{color:#b45309;font-weight:600}.ts-tbl__deadline--overdue{color:#b91c1c;font-weight:700}.ts-tbl__deadline--done{color:#94a3b8;text-decoration:line-through;font-weight:400}.ts-tbl__pipeline{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 14px;background:#f8fafc;border-top:1px solid #f1f5f9;font-size:0.7rem;font-weight:600;color:#64748b}.ts-tbl__pipeline-step{background:#ffffff;border:1px solid #e2e8f0;padding:3px 9px;border-radius:4px;letter-spacing:0.03em}.ts-tbl__pipeline-arrow{color:#cbd5e1;font-weight:400}@media (max-width:960px){.ts-tbl__grid{font-size:0.7rem}.ts-tbl__grid th,.ts-tbl__grid td{padding:7px 8px}.ts-tbl__grid th:first-child,.ts-tbl__grid td:first-child{padding-left:12px}.ts-tbl__grid th:last-child,.ts-tbl__grid td:last-child{padding-right:12px}.ts-tbl__cell-title{max-width:150px}.ts-tbl__avatar{width:18px;height:18px;flex:0 0 18px;font-size:0.58rem}.ts-tbl__assignee{font-size:0.7rem}.ts-tbl__status{font-size:0.68rem;gap:6px}.ts-tbl__prio{font-size:0.6rem;padding:1px 6px}}@media (max-width:720px){.ts-tbl__cell-title{max-width:130px}.ts-tbl__pipeline{font-size:0.6rem;padding:8px 10px}}.wf-panel{width:100%;max-width:320px;margin-inline:auto;background:#ffffff;border:1px solid #dcdcde;border-radius:12px;box-shadow:0 1px 2px rgba(15,23,42,.04),0 12px 32px -14px rgba(15,23,42,.18);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}.wf-panel__chrome{display:flex;align-items:center;gap:12px;padding:7px 12px;background:linear-gradient(180deg,#fbfcfa 0%,#f1f4ee 100%);border-bottom:1px solid #e2e8f0}.wf-panel__dots{display:flex;gap:6px;flex-shrink:0}.wf-panel__dots span{width:9px;height:9px;border-radius:50%;background:#e2e5dd;display:inline-block}.wf-panel__dots span:nth-child(1){background:#f4b6b6}.wf-panel__dots span:nth-child(2){background:#f4d7a0}.wf-panel__dots span:nth-child(3){background:#b8dab6}.wf-panel__chrome-title{flex:1;font-size:0.72rem;font-weight:500;color:#475569;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-panel__body{padding:12px 14px}.wf-panel__legend{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.wf-panel__flag{font-size:1rem;line-height:1}.wf-panel__legend-label{font-weight:700;color:#0f172a;font-size:0.86rem;flex:1}.wf-panel__badge{font-size:0.58rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:2px 8px;border-radius:999px;border:1px solid;white-space:nowrap}.wf-panel__badge--draft{color:#92400e;background:#fffbeb;border-color:#fde68a}.wf-panel__badge--progress{color:#b45309;background:#fef3c7;border-color:#fcd34d}.wf-panel__badge--review{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.wf-panel__badge--approved{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.wf-panel__badge--published{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.wf-panel__field{margin-bottom:8px}.wf-panel__field:last-of-type{margin-bottom:12px}.wf-panel__label{display:block;font-size:0.68rem;font-weight:600;color:#50575e;margin-bottom:3px}.wf-panel__field input,.wf-panel__field select{width:100%;box-sizing:border-box;padding:5px 9px;border:1px solid #cbd5e1;border-radius:5px;font-size:0.78rem;color:#0f172a;background:#ffffff;font-family:inherit;line-height:1.4;transition:border-color 120ms,box-shadow 120ms;-webkit-appearance:none;appearance:none}.wf-panel__field input:focus,.wf-panel__field select:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 3px rgba(34,113,177,.18)}.wf-panel__select{position:relative}.wf-panel__select::after{content:"";position:absolute;right:8px;top:50%;width:9px;height:9px;margin-top:-6px;pointer-events:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") center / 9px 9px no-repeat}.wf-panel__select select{padding-right:24px}.wf-panel__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wf-panel__save{flex:0 0 auto;padding:6px 14px;background:linear-gradient(180deg,#2271b1 0%,#135e96 100%);color:#ffffff;border:1px solid #135e96;border-radius:4px;font-size:0.78rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15);transition:filter 120ms;-webkit-tap-highlight-color:transparent}.wf-panel__save:hover{filter:brightness(1.05)}.wf-panel__save:active{filter:brightness(0.96)}.wf-panel__save:disabled{cursor:wait;opacity:0.7}.wf-panel__saved{display:inline-flex;align-items:center;gap:4px;font-size:0.7rem;font-weight:600;color:#047857;animation:wf-panel-fade-in 200ms ease-out}.wf-panel__saved svg{width:12px;height:12px;flex-shrink:0}.wf-panel__saved[hidden]{display:none}@keyframes wf-panel-fade-in{from{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.wf-panel__chrome-title{font-size:0.68rem}.wf-panel__legend-label{font-size:0.86rem}.wf-panel__field input,.wf-panel__field select{font-size:0.78rem}}.notif-flow{display:flex;flex-direction:column;align-items:stretch;gap:2px;width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}.notif-flow__card{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 2px rgba(15,23,42,.04),0 12px 32px -16px rgba(15,23,42,.18);padding:14px 16px}.notif-flow__card-head{display:flex;align-items:center;gap:8px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #f1f5f9}.notif-flow__icon{width:26px;height:26px;border-radius:7px;background:#ede9fe;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.notif-flow__icon svg{width:14px;height:14px}.notif-flow__card-title{font-size:0.84rem;font-weight:700;color:#0f172a;flex:1}.notif-flow__chip{font-size:0.62rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:#92400e;background:#fef3c7;border:1px solid #fde68a;padding:2px 8px;border-radius:999px}.notif-flow__field{display:grid;grid-template-columns:64px 1fr;gap:10px;align-items:start;padding:6px 0}.notif-flow__field+.notif-flow__field{border-top:1px dashed #f1f5f9}.notif-flow__label{font-size:0.62rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#64748b;padding-top:4px}.notif-flow__value{font-size:0.78rem;color:#334155;line-height:1.5;word-break:break-word}.notif-flow__value--multi{line-height:1.65}.notif-flow__ph{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.72rem;color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe;padding:0 5px;border-radius:4px;margin:1px 0}.notif-flow__connector{display:flex;flex-direction:column;align-items:center;gap:6px;color:#cbd5e1;padding:10px 0}.notif-flow__connector-line{width:24px;height:36px;display:block}.notif-flow__connector-label{font-size:0.7rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;padding:3px 10px;border-radius:999px;white-space:nowrap}.notif-flow__card--email{background:linear-gradient(180deg,#ffffff 0%,#fafbfd 100%)}.notif-flow__email-head{display:flex;align-items:center;gap:10px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #f1f5f9}.notif-flow__email-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);color:#ffffff;font-weight:700;font-size:0.86rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.notif-flow__email-meta{display:flex;flex-direction:column;min-width:0;flex:1}.notif-flow__email-name{font-size:0.84rem;font-weight:700;color:#0f172a}.notif-flow__email-addr{font-size:0.72rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-flow__email-time{font-size:0.7rem;color:#94a3b8;flex-shrink:0}.notif-flow__email-subject{font-size:0.92rem;font-weight:700;color:#0f172a;margin-bottom:8px;line-height:1.4}.notif-flow__email-body{font-size:0.8rem;color:#334155;line-height:1.6}.notif-flow__email-body strong{color:#0f172a;font-weight:600}.notif-flow__email-btn{display:inline-flex;align-items:center;margin-top:12px;padding:7px 14px;background:linear-gradient(180deg,#2271b1 0%,#135e96 100%);color:#ffffff;border-radius:6px;font-size:0.78rem;font-weight:600;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15);pointer-events:none}@media (max-width:640px){.notif-flow__field{grid-template-columns:1fr;gap:2px}.notif-flow__label{padding-top:0}.notif-flow__value{font-size:0.74rem}.notif-flow__email-subject{font-size:0.84rem}.notif-flow__email-body{font-size:0.74rem}}.pub-gate{width:100%;display:flex;flex-direction:column;gap:12px;min-width:0}.pub-gate__editor{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.03),0 14px 36px -16px rgba(15,23,42,.25);display:grid;grid-template-columns:1fr}.pub-gate__chrome{display:flex;align-items:center;gap:10px;padding:8px 12px;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);border-bottom:1px solid #e2e8f0}.pub-gate__dots{display:inline-flex;gap:5px;flex-shrink:0}.pub-gate__dots span{width:9px;height:9px;border-radius:50%}.pub-gate__dots span:nth-child(1){background:#fda4af}.pub-gate__dots span:nth-child(2){background:#fcd34d}.pub-gate__dots span:nth-child(3){background:#86efac}.pub-gate__chrome-title{flex:1;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.74rem;font-weight:600;color:#475569;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pub-gate__main{display:grid;grid-template-columns:1fr 200px;min-height:0}.pub-gate__body{padding:18px 18px 18px;min-width:0}.pub-gate__title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:1.15rem;font-weight:800;color:#0f172a;letter-spacing:-0.01em;margin-bottom:8px}.pub-gate__content{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.84rem;color:#475569;line-height:1.55}.pub-gate__content p{margin:0}.pub-gate__sidebar{background:#f8fafc;border-left:1px solid #e2e8f0;padding:14px 14px 14px;display:flex;flex-direction:column;gap:10px}.pub-gate__sidebar-row{display:flex;flex-direction:column;gap:3px}.pub-gate__sidebar-label{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.58rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#64748b}.pub-gate__sidebar-value{display:inline-flex;align-items:center;gap:6px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.84rem;font-weight:600;color:#0f172a}.pub-gate__avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#c4b5fd 0%,#8b5cf6 100%);color:#ffffff;font-size:0.7rem;font-weight:700;flex-shrink:0}.pub-gate__status{display:inline-flex;align-items:center;gap:5px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.78rem;font-weight:700;padding:3px 9px;border-radius:999px;width:fit-content}.pub-gate__status svg{width:13px;height:13px;flex-shrink:0}.pub-gate__status--draft{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.pub-gate__status--review{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe}.pub-gate__status--approved{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.pub-gate__status--published{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.pub-gate__pipeline{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.pub-gate__pipeline-step{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.6rem;font-weight:700;letter-spacing:0.04em;color:#475569;background:#ffffff;border:1px solid #cbd5e1;padding:4px 8px;min-height:24px;border-radius:4px;position:relative;cursor:pointer;transition:color 120ms,background 120ms,border-color 120ms,box-shadow 120ms;-webkit-tap-highlight-color:transparent}.pub-gate__pipeline-step:hover{color:#475569;border-color:#cbd5e1;background:#f8fafc}.pub-gate__pipeline-step:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.pub-gate__pipeline-step--done{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.pub-gate__pipeline-step--current{color:#6d28d9;background:#f5f3ff;border-color:#c4b5fd;box-shadow:0 0 0 2px #ede9fe}.pub-gate__publish{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;background:linear-gradient(180deg,#2271b1 0%,#135e96 100%);color:#ffffff;border:1px solid #135e96;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.84rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.15);transition:filter 120ms;-webkit-tap-highlight-color:transparent}.pub-gate__publish:hover{filter:brightness(1.05)}.pub-gate__publish:active{filter:brightness(0.96)}.pub-gate__publish:disabled{background:linear-gradient(180deg,#94a3b8 0%,#64748b 100%);border-color:#475569;cursor:not-allowed;filter:none}.pub-gate__publish--shake{animation:pub-gate-shake 0.45s cubic-bezier(.36,.07,.19,.97)}@keyframes pub-gate-shake{0%,100%{transform:translateX(0)}15%{transform:translateX(-5px)}30%{transform:translateX(5px)}45%{transform:translateX(-3px)}60%{transform:translateX(3px)}75%{transform:translateX(-1px)}}.pub-gate__notice{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#fef2f2;border-top:1px solid #fecaca;border-left:4px solid #dc2626}.pub-gate__notice[hidden]{display:none}.pub-gate__notice svg{flex:0 0 22px;width:22px;height:22px;color:#dc2626;margin-top:1px}.pub-gate__notice-body{flex:1 1 auto;min-width:0}.pub-gate__notice-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.86rem;font-weight:700;color:#991b1b;line-height:1.3}.pub-gate__notice-title em{font-style:normal;background:#fee2e2;padding:0 5px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.92em}.pub-gate__notice-sub{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:0.76rem;color:#7f1d1d;margin-top:4px;line-height:1.45}.pub-gate__notice-sub strong{font-weight:700;background:#ffffff;padding:0 5px;border-radius:3px;border:1px solid #fecaca}.pub-gate__notice-dismiss{background:transparent;border:0;font-size:1.4rem;line-height:1;color:#991b1b;cursor:pointer;padding:0 4px;border-radius:4px;flex-shrink:0;-webkit-tap-highlight-color:transparent}.pub-gate__notice-dismiss:hover{background:#fee2e2}.pub-gate__notice--success{background:#ecfdf5;border-top-color:#a7f3d0;border-left-color:#047857}.pub-gate__notice--success svg{color:#047857}.pub-gate__notice--success .pub-gate__notice-title{color:#064e3b}.pub-gate__notice--success .pub-gate__notice-sub{color:#065f46}.pub-gate__notice--success .pub-gate__notice-dismiss{color:#064e3b}.pub-gate__notice--success .pub-gate__notice-dismiss:hover{background:#d1fae5}@media (max-width:640px){.pub-gate__main{grid-template-columns:1fr}.pub-gate__sidebar{border-left:0;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:auto auto 1fr;grid-template-areas:"lang assign status" "pipe pipe pipe" "pub pub pub";column-gap:14px;row-gap:12px;align-items:center}.pub-gate__sidebar-row{flex-direction:row;align-items:center;gap:6px;margin:0}.pub-gate__sidebar-row:nth-child(1){grid-area:lang}.pub-gate__sidebar-row:nth-child(2){grid-area:assign}.pub-gate__sidebar-row:nth-child(3){grid-area:status;justify-self:end}.pub-gate__sidebar-label{display:none}.pub-gate__sidebar-value{font-size:0.84rem}.pub-gate__pipeline{grid-area:pipe;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.pub-gate__pipeline-step{font-size:0.74rem;padding:8px 6px;text-align:center;min-width:0}.pub-gate__publish{grid-area:pub;padding:11px 18px;font-size:0.92rem}.pub-gate__title{font-size:1.05rem}.pub-gate__content{font-size:0.8rem}.pub-gate__notice-title{font-size:0.8rem}.pub-gate__notice-sub{font-size:0.72rem}}