.sample-tech-print{--stp-ink: #172033;--stp-muted: #64748b;--stp-border: #cbd5e1;--stp-soft-border: #e2e8f0;--stp-paper: #ffffff;--stp-panel: #f8fafc;--stp-accent: #1d4ed8;--stp-accent-dark: #1e3a8a;color:var(--stp-ink);width:100%}.sample-tech-print *,.sample-tech-print *:before,.sample-tech-print *:after{box-sizing:border-box}.sample-tech-print__page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.sample-tech-print__page-header h1{margin:2px 0 6px;font-size:clamp(24px,3vw,34px);letter-spacing:-.02em}.sample-tech-print__page-header p{margin:0;color:var(--stp-muted);line-height:1.6}.sample-tech-print__page-header .sample-tech-print__eyebrow{color:var(--stp-accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sample-tech-print__readonly-badge{flex:0 0 auto;border:1px solid #bfdbfe;border-radius:999px;padding:7px 12px;background:#eff6ff;color:var(--stp-accent-dark);font-size:12px;font-weight:700}.sample-tech-print__toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;gap:14px;align-items:end;border:1px solid var(--stp-soft-border);border-radius:12px;padding:16px;background:var(--stp-paper);box-shadow:0 8px 28px #0f172a0d}.sample-tech-print__toolbar label{display:grid;gap:7px;min-width:0;color:#334155;font-size:13px;font-weight:700}.sample-tech-print__toolbar input{width:100%;height:40px;border:1px solid var(--stp-border);border-radius:7px;padding:0 11px;background:#fff;color:var(--stp-ink);font:inherit;font-weight:500;outline:none}.sample-tech-print__toolbar input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f624}.sample-tech-print__toolbar input:disabled{background:#f1f5f9;color:#94a3b8}.sample-tech-print__toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.sample-tech-print__button{min-height:40px;border:1px solid var(--stp-border);border-radius:7px;padding:0 14px;background:#fff;color:#334155;cursor:pointer;font:inherit;font-size:13px;font-weight:700;transition:border-color .14s ease,background .14s ease,color .14s ease}.sample-tech-print__button:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.sample-tech-print__button.is-primary{border-color:var(--stp-accent);background:var(--stp-accent);color:#fff}.sample-tech-print__button.is-primary:hover:not(:disabled){border-color:var(--stp-accent-dark);background:var(--stp-accent-dark)}.sample-tech-print__button:disabled{border-color:#e2e8f0;background:#f8fafc;color:#a1aab8;cursor:not-allowed}.sample-tech-print__notice{display:flex;align-items:center;gap:9px;margin:12px 0 0;border:1px solid var(--stp-border);border-radius:8px;padding:10px 12px;background:#fff;color:#475569;font-size:13px;line-height:1.5}.sample-tech-print__notice.is-success{border-color:#86d5a7;background:#ecfdf3;color:#067647}.sample-tech-print__notice.is-warning{border-color:#f4c36b;background:#fff8e6;color:#7a4e00}.sample-tech-print__notice.is-error{border-color:#f5a3a3;background:#fff1f1;color:#b42318}.sample-tech-print__spinner{width:15px;height:15px;flex:0 0 auto;border:2px solid #bfdbfe;border-top-color:var(--stp-accent);border-radius:50%;animation:sample-tech-print-spin .7s linear infinite}@keyframes sample-tech-print-spin{to{transform:rotate(360deg)}}.sample-tech-print__empty-state{display:grid;justify-items:center;margin-top:18px;border:1px dashed #cbd5e1;border-radius:12px;padding:clamp(42px,8vw,82px) 24px;background:linear-gradient(145deg,#fff,#f8fafc);color:var(--stp-muted);text-align:center}.sample-tech-print__empty-state>div{display:grid;place-items:center;width:68px;height:68px;margin-bottom:16px;border:1px solid #bfdbfe;border-radius:18px;background:#eff6ff;color:var(--stp-accent);font-size:13px;font-weight:800}.sample-tech-print__empty-state h2{margin:0 0 8px;color:#334155;font-size:19px}.sample-tech-print__empty-state p{margin:0;line-height:1.6}.sample-tech-print__sheet{width:100%;margin:18px 0 28px;border:1px solid #d6dce5;border-radius:4px;padding:clamp(12px,2vw,20px);background:var(--stp-paper);box-shadow:0 12px 36px #0f172a12}.sample-tech-print__sheet-header{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(130px,180px) minmax(420px,3fr);gap:16px;align-items:start;border-bottom:2px solid var(--stp-ink);padding-bottom:14px}.sample-tech-print__sheet-title p{margin:0 0 4px;color:var(--stp-muted);font-size:10px;font-weight:700;letter-spacing:.08em}.sample-tech-print__sheet-title h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1}.sample-tech-print__sheet-title span{display:block;margin-top:8px;color:var(--stp-muted);font-size:12px}.sample-tech-print__style-image{display:grid;gap:5px;min-width:0;margin:0}.sample-tech-print__style-image figcaption{color:var(--stp-muted);font-size:11px}.sample-tech-print__style-image-preview{display:block;width:100%;height:118px;border:1px solid var(--stp-border);background:#fff;object-fit:contain}.sample-tech-print__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 12px;margin:0;font-size:11px}.sample-tech-print__meta>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px;min-width:0}.sample-tech-print__meta dt{color:var(--stp-muted);white-space:nowrap}.sample-tech-print__meta dd{min-width:0;margin:0;font-weight:700;overflow-wrap:anywhere}.sample-tech-print__sheet-warning{margin-top:10px;border:1px solid #f5c36a;padding:8px 10px;background:#fff8e6;color:#7a4e00;font-size:11px}.sample-tech-print__sheet-warning ul{margin:4px 0 0;padding-left:18px}.sample-tech-print__report-section{margin-top:16px}.sample-tech-print__report-section>h3{margin:0 0 8px;border-bottom:1px solid var(--stp-ink);padding-bottom:5px;color:var(--stp-ink);font-size:15px;line-height:1.25}.sample-tech-print__table-scroll{width:100%;overflow-x:auto}.sample-tech-print__table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed;color:#111827;font-size:10px;line-height:1.3}.sample-tech-print__table th,.sample-tech-print__table td{border:1px solid #596273;padding:4px 5px;vertical-align:middle;overflow-wrap:anywhere}.sample-tech-print__table th{background:#e9eef5;font-weight:800;text-align:center}.sample-tech-print__table td.is-center,.sample-tech-print__table .is-sequence{text-align:center}.sample-tech-print__table td.is-number{text-align:right}.sample-tech-print__empty-cell{padding:14px 8px!important;color:var(--stp-muted);text-align:center}.sample-tech-print__wide-table-note{margin:0 0 7px;color:#7a4e00;font-size:11px}.sample-tech-print__material-table{width:max(100%,1120px)}.sample-tech-print__material-table .col-sequence{width:42px}.sample-tech-print__material-table .col-materialName{width:150px}.sample-tech-print__material-table .col-position{width:64px}.sample-tech-print__material-table .col-purpose{width:72px}.sample-tech-print__material-table .col-phase{width:60px}.sample-tech-print__material-table .col-baseUsage{width:66px}.sample-tech-print__material-table .col-lossRate{width:62px}.sample-tech-print__material-table .col-remark{width:90px}.sample-tech-print__material-table .col-material-color{width:74px}.sample-tech-print__material-table .col-split-size{width:48px}.sample-tech-print__material-table .col-size-spec{width:68px}.sample-tech-print__material-table .col-size-usage{width:58px}.sample-tech-print__process-list{display:grid;gap:9px}.sample-tech-print__process-group{border:1px solid var(--stp-soft-border);border-radius:6px;padding:9px;background:#fbfcfe}.sample-tech-print__process-group h4{margin:0 0 7px;border-left:3px solid var(--stp-accent);padding:3px 7px;background:#eff6ff;color:#1e3a8a;font-size:12px}.sample-tech-print__process-summary{margin:0 0 7px;color:#475569;font-size:11px;white-space:pre-wrap}.sample-tech-print__process-table{min-width:600px;margin-bottom:7px}.sample-tech-print__process-table th:first-child{width:54px}.sample-tech-print__work-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sample-tech-print__work-card{display:grid;align-content:start;gap:6px;min-width:0;border:1px solid var(--stp-border);border-radius:4px;padding:8px;background:#fff}.sample-tech-print__work-card header,.sample-tech-print__attachment-card header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:5px 10px;font-size:11px}.sample-tech-print__work-card header span,.sample-tech-print__attachment-card header span{color:var(--stp-muted);font-size:10px}.sample-tech-print__work-card p,.sample-tech-print__attachment-card p{margin:0;color:#334155;font-size:11px;line-height:1.5;white-space:pre-wrap}.sample-tech-print__work-image{display:block;width:100%;max-height:320px;border:1px solid var(--stp-border);background:#fff;object-fit:contain}.sample-tech-print__empty-note{margin:0;border:1px dashed var(--stp-border);border-radius:4px;padding:8px;background:#f8fafc;color:var(--stp-muted);font-size:10px;text-align:center}.sample-tech-print__empty-copy{color:#94a3b8!important;font-style:italic}.sample-tech-print__attachments{display:grid;gap:10px}.sample-tech-print__attachment-card{display:grid;gap:7px;border:1px solid var(--stp-border);border-radius:5px;padding:10px;background:#fff}.sample-tech-print__attachment-actions{display:flex;gap:12px;font-size:11px}.sample-tech-print__attachment-actions a{color:var(--stp-accent);font-weight:700;text-decoration:none}.sample-tech-print__attachment-actions a:hover{text-decoration:underline}.sample-tech-print__attachment-image{display:block;max-width:100%;max-height:720px;border:1px solid var(--stp-border);object-fit:contain}.sample-tech-print__attachment-pdf{width:100%;height:520px;border:1px solid var(--stp-border);background:#f8fafc}@media(max-width:1050px){.sample-tech-print__toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.sample-tech-print__toolbar-actions{grid-column:1 / -1;justify-content:flex-start}.sample-tech-print__sheet-header{grid-template-columns:minmax(160px,1fr) minmax(130px,180px)}.sample-tech-print__meta{grid-column:1 / -1}}@media(max-width:680px){.sample-tech-print__page-header{display:grid;gap:10px}.sample-tech-print__readonly-badge{justify-self:start}.sample-tech-print__toolbar{grid-template-columns:1fr}.sample-tech-print__toolbar-actions{grid-column:auto}.sample-tech-print__button{flex:1 1 calc(50% - 8px)}.sample-tech-print__sheet-header{grid-template-columns:1fr}.sample-tech-print__meta{grid-column:auto;grid-template-columns:1fr}.sample-tech-print__style-image{max-width:220px}.sample-tech-print__work-cards{grid-template-columns:1fr}}@page sample-tech-print-page{size:A4 landscape;margin:8mm}@media print{body:has(.sample-tech-print){margin:0;background:#fff;color:#000}body:has(.sample-tech-print) .topbar,body:has(.sample-tech-print) .sidebar,body:has(.sample-tech-print) .tabbar,body:has(.sample-tech-print) .footer,body:has(.sample-tech-print) .page-header-actions{display:none!important}body:has(.sample-tech-print) .workspace,body:has(.sample-tech-print) .workspace-main,body:has(.sample-tech-print) .content{display:block;width:100%;min-width:0;margin:0;padding:0;background:#fff}.sample-tech-print__page-header,.sample-tech-print__toolbar,.sample-tech-print__notice,.sample-tech-print__empty-state,.sample-tech-print__wide-table-note,.sample-tech-print__attachment-actions{display:none!important}.sample-tech-print,.sample-tech-print__sheet{width:100%;max-width:none;margin:0;border:0;border-radius:0;padding:0;background:#fff;box-shadow:none;color:#000}.sample-tech-print{page:sample-tech-print-page}.sample-tech-print__sheet-header{grid-template-columns:38mm 29mm 1fr;gap:6px;border-bottom:1pt solid #000000;padding-bottom:4px}.sample-tech-print__sheet-title h2{font-size:17px}.sample-tech-print__sheet-title p,.sample-tech-print__sheet-title span,.sample-tech-print__style-image figcaption{color:#000;font-size:7px}.sample-tech-print__style-image-preview{height:22mm;border:.5pt solid #000000}.sample-tech-print__meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:2px 5px;font-size:7px}.sample-tech-print__meta>div{gap:3px}.sample-tech-print__meta dt{color:#000}.sample-tech-print__sheet-warning{margin-top:3px;border:.5pt solid #000000;padding:3px;background:#fff;color:#000;font-size:7px}.sample-tech-print__report-section{margin-top:5px}.sample-tech-print__report-section>h3{margin-bottom:2px;padding-bottom:1px;font-size:9px}.sample-tech-print__table-scroll{overflow:visible}.sample-tech-print__table{width:100%;min-width:0;table-layout:fixed;font-size:6.5px;line-height:1.08}.sample-tech-print__table thead{display:table-header-group}.sample-tech-print__table tfoot{display:table-footer-group}.sample-tech-print__table tr,.sample-tech-print__table th,.sample-tech-print__table td{break-inside:avoid;page-break-inside:avoid}.sample-tech-print__table th,.sample-tech-print__table td{border:.5pt solid #000000;padding:1px 1.5px;background:#fff!important;color:#000}.sample-tech-print__material-table{width:100%}.sample-tech-print__material-table>colgroup>col{width:auto}.sample-tech-print__material-table .col-sequence{width:16px}.sample-tech-print__material-table .col-materialName{width:62px}.sample-tech-print__material-table .col-position,.sample-tech-print__material-table .col-phase{width:28px}.sample-tech-print__material-table .col-purpose{width:34px}.sample-tech-print__material-table .col-baseUsage,.sample-tech-print__material-table .col-lossRate{width:28px}.sample-tech-print__material-table .col-remark{width:42px}.sample-tech-print__material-table .col-split-size{width:22px}.sample-tech-print__process-list{gap:3px}.sample-tech-print__process-group{border:.5pt solid #000000;border-radius:0;padding:3px;background:#fff}.sample-tech-print__process-group h4{margin-bottom:2px;border:0;border-bottom:.5pt solid #000000;padding:1px;background:#fff;color:#000;font-size:7.5px}.sample-tech-print__process-summary,.sample-tech-print__work-card p,.sample-tech-print__attachment-card p,.sample-tech-print__empty-note{color:#000;font-size:6.5px}.sample-tech-print__work-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.sample-tech-print__work-card,.sample-tech-print__attachment-card{border:.5pt solid #000000;border-radius:0;padding:3px;break-inside:avoid;page-break-inside:avoid}.sample-tech-print__work-card header,.sample-tech-print__attachment-card header,.sample-tech-print__work-card header span,.sample-tech-print__attachment-card header span{color:#000;font-size:6.5px}.sample-tech-print__work-image{max-height:44mm;border:.5pt solid #000000}.sample-tech-print__attachment-image{max-height:85mm;border:.5pt solid #000000}.sample-tech-print__attachment-pdf{height:68mm;border:.5pt solid #000000}}@media(prefers-reduced-motion:reduce){.sample-tech-print__spinner{animation-duration:1.4s}.sample-tech-print__button{transition:none}}:root{--bg: #f3f6fa;--bg-alt: #e9eef6;--surface: #ffffff;--surface-raised: #f8fafd;--surface-soft: #eef4fb;--field-bg: #ffffff;--heading: #0f172a;--ink: #1f2937;--muted: #64748b;--muted-strong: #334155;--line: #d9e2ee;--line-strong: #bdcbe0;--navy: #12345a;--navy-strong: #0b2748;--blue: #2563a8;--blue-strong: #174a82;--blue-soft: #e7f0fb;--green: #2f7d5b;--green-soft: #e8f5ee;--amber: #9a6a14;--amber-soft: #fff5da;--red: #b4233c;--red-soft: #fff0f3;--shadow-soft: 0 8px 24px rgba(15, 23, 42, .07);--shadow-card: 0 1px 2px rgba(15, 23, 42, .04);color-scheme:light}:root[data-theme=dark]{--bg: #f3f6fa;--bg-alt: #e9eef6;--surface: #ffffff;--surface-raised: #f8fafd;--surface-soft: #eef4fb;--field-bg: #ffffff;--heading: #0f172a;--ink: #1f2937;--muted: #64748b;--muted-strong: #334155;--line: #d9e2ee;--line-strong: #bdcbe0;--navy: #12345a;--navy-strong: #0b2748;--blue: #2563a8;--blue-strong: #174a82;--blue-soft: #e7f0fb;--green: #2f7d5b;--green-soft: #e8f5ee;--amber: #9a6a14;--amber-soft: #fff5da;--red: #b4233c;--red-soft: #fff0f3;color-scheme:light}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;letter-spacing:0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}strong{font-weight:600}.app{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:20;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.topbar-inner{width:100%;min-height:58px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-left{display:flex;align-items:center;gap:28px;min-width:0}.brand-lockup{display:inline-flex;align-items:center;gap:10px;min-width:220px}.brand-mark,.login-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:7px;background:#fff;color:var(--navy);font-size:13px;font-weight:700;letter-spacing:0}.brand-name{font-size:15px;font-weight:600;white-space:nowrap}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:6px;color:#ffffffc7;font-size:13px}.main-nav a:hover,.main-nav a.active{background:#ffffff1f;color:#fff}.topbar-user{display:flex;align-items:center;gap:12px;min-width:0}.user-chip{display:inline-flex;align-items:center;gap:8px;max-width:260px;color:#ffffffe6;font-size:13px;white-space:nowrap}.user-dot{width:7px;height:7px;border-radius:50%;background:#51c48a;flex:0 0 auto}.topbar-link{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:6px;color:#ffffffc7;font-size:13px}.topbar-link:hover{background:#ffffff1f;color:#fff}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:236px minmax(0,1fr)}.sidebar{position:sticky;top:58px;align-self:start;height:calc(100vh - 58px);padding:16px 12px;overflow-y:auto;border-right:1px solid var(--line);background:var(--surface)}.side-nav{display:flex;flex-direction:column;gap:14px}.side-group-title{padding:0 10px 7px;color:var(--muted);font-size:12px;font-weight:650}.side-group-items{display:flex;flex-direction:column;gap:2px}.side-link{display:flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:6px;color:var(--muted-strong);font-size:13px;line-height:1.35}.side-link:hover{background:var(--surface-raised);color:var(--heading)}.side-link.active{background:var(--blue-soft);color:var(--blue-strong);font-weight:650}.workspace-main{min-width:0;display:flex;flex-direction:column}.tabbar{min-height:42px;display:flex;align-items:flex-end;gap:4px;padding:7px 14px 0;overflow-x:auto;border-bottom:1px solid var(--line);background:#f8fbff}.app-tab{display:inline-flex;align-items:center;min-height:35px;border:1px solid transparent;border-bottom:none;border-radius:7px 7px 0 0;background:transparent;color:var(--muted-strong);white-space:nowrap}.app-tab a{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;color:inherit;font-size:13px}.app-tab:hover{background:#edf4fc;color:var(--heading)}.app-tab.active{border-color:var(--line);background:var(--surface);color:var(--blue-strong);font-weight:650}.tab-pin{width:6px;height:6px;border-radius:50%;background:var(--blue)}.tab-close{width:22px;height:22px;margin-right:6px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;line-height:1}.tab-close:hover{background:#dfeaf7;color:var(--heading)}.content{flex:1;width:100%;padding:22px 24px 42px}.footer{width:100%;padding:14px 24px 20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px;padding:22px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-card)}.page-header-main{min-width:0}.page-eyebrow{margin-bottom:8px;color:var(--blue);font-size:13px;font-weight:500}.page-eyebrow a:hover{color:var(--blue-strong);text-decoration:underline;text-underline-offset:3px}.page-header h1,.page-head h1,.detail-head h1{margin:0;color:var(--heading);font-size:24px;line-height:1.32;font-weight:650}.page-description,.page-sub{max-width:760px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.page-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px;color:var(--muted-strong);font-size:13px}.page-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.page-head{margin-bottom:18px}.back-link{display:inline-flex;margin-bottom:8px;color:var(--blue);font-size:13px;font-weight:500}.back-link:hover{color:var(--blue-strong);text-decoration:underline;text-underline-offset:3px}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 9px;border-radius:999px;border:1px solid var(--line);font-size:12px;line-height:1;font-weight:500;white-space:nowrap}.status-badge-admin,.status-badge-integrated{color:var(--blue-strong);background:var(--blue-soft);border-color:#c6d9f2}.status-badge-online{color:var(--green);background:var(--green-soft);border-color:#bfe2d0}.status-badge-reserved,.status-badge-mock{color:var(--amber);background:var(--amber-soft);border-color:#edd596}.status-badge-neutral{color:var(--muted-strong);background:var(--surface-raised)}.status-badge-error{color:var(--red);background:var(--red-soft);border-color:#efb8c2}.badge,.badge-mock,.badge-online,.badge-ok,.badge-admin{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:500;white-space:nowrap}.badge-mock{color:var(--amber);background:var(--amber-soft);border-color:#edd596}.badge-online,.badge-ok{color:var(--green);background:var(--green-soft);border-color:#bfe2d0}.badge-admin{color:var(--blue-strong);background:var(--blue-soft);border-color:#c6d9f2}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;gap:6px;padding:7px 14px;border-radius:6px;border:1px solid var(--line-strong);background:var(--surface);color:var(--muted-strong);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.btn:hover{border-color:#98abc6;background:var(--surface-raised);color:var(--heading)}.btn-primary{border-color:var(--blue);background:var(--blue);color:#fff}.btn-primary:hover{border-color:var(--blue-strong);background:var(--blue-strong);color:#fff}.btn-ghost{border-color:#ffffff38;background:#ffffff0f;color:#fff}.btn-ghost:hover{border-color:#ffffff5c;background:#ffffff24;color:#fff}.btn:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.65}.overview-strip,.report-toolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.overview-strip>div,.report-toolbar>div{padding:16px 18px;border-right:1px solid var(--line)}.overview-strip>div:last-child,.report-toolbar>div:last-child{border-right:none}.overview-label{display:block;margin-bottom:5px;color:var(--muted);font-size:12px}.overview-strip strong,.report-toolbar strong{display:block;color:var(--heading);font-size:15px;font-weight:650}.home-empty-workspace{min-height:360px;display:flex;align-items:flex-start;padding:22px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);font-size:14px}.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.module-card,.report-card,.section-card,.kpi-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-card)}.module-card{min-height:250px;display:flex;flex-direction:column;padding:18px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.module-card:hover{border-color:#b3c5de;box-shadow:var(--shadow-soft);transform:translateY(-1px)}.module-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:58px}.module-card-key{display:block;margin-bottom:5px;color:var(--muted);font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:11px}.module-card h2,.report-card h2{margin:0;color:var(--heading);font-size:16px;line-height:1.45;font-weight:650}.module-card-desc,.report-card-desc{margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.module-card-status{margin-top:auto;padding:14px 0;border-top:1px solid var(--line)}.module-card-status span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px}.module-card-status strong{display:block;color:var(--muted-strong);font-size:13px;line-height:1.55}.module-card-foot{display:flex;justify-content:flex-end}.support-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px 20px;border:1px solid #cbdcf0;border-radius:8px;background:#f7fbff}.support-panel h2{margin:0 0 4px;color:var(--heading);font-size:15px}.support-panel p{margin:0;color:var(--muted);line-height:1.65}.module-status-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;margin-bottom:16px}.module-status-primary{min-height:260px}.section-card{padding:20px;margin-bottom:16px}.section-head{margin-bottom:12px}.section-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.section-head-copy{flex:1 1 auto;min-width:0}.section-head-action{display:flex;flex:0 0 auto;align-items:center;gap:8px}.section-head h2,.section-head h3{margin:0;color:var(--heading);font-weight:650}.section-head h2{font-size:16px}.section-head h3{font-size:14px}.section-desc{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.module-text{margin:0 0 10px;color:var(--ink);font-size:13.5px;line-height:1.75}.module-list,.check-list{margin:0;padding-left:19px;color:var(--muted-strong);font-size:13.5px;line-height:1.9}.check-list{list-style:none;padding-left:0}.check-list li{position:relative;padding-left:20px}.check-list li:before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;border-radius:50%;background:var(--blue)}.module-notice,.module-hint{margin:12px 0 0;padding:10px 12px;border:1px solid #cbdcf0;border-radius:6px;background:#f7fbff;color:var(--muted-strong);font-size:12.5px;line-height:1.65}.notification-status-panel{overflow:hidden}.status-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0 0 16px}.status-detail-row{min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:#fbfdff}.status-detail-row dt{margin:0 0 4px;color:var(--muted);font-size:12px}.status-detail-row dd{margin:0;color:var(--ink);font-size:13px;line-height:1.55;overflow-wrap:anywhere}.status-subsection{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.status-subsection h3{margin:0 0 8px;color:var(--heading);font-size:14px;font-weight:650}.compact-list{line-height:1.75}.filter-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 16px;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.filter-bar label{display:flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:13px}.filter-bar input,.filter-bar select,.login-field input{min-height:36px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:6px;background:var(--field-bg);color:var(--heading);font-size:14px}.filter-bar input:focus,.filter-bar select:focus,.login-field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563a81f}.filter-hint{margin-left:auto;color:var(--muted);font-size:12.5px}.account-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 16px;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.account-search{display:flex;align-items:center;gap:10px;min-width:min(100%,540px)}.account-search input{width:min(420px,100%);min-height:36px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:6px;background:var(--field-bg);color:var(--heading)}.account-search input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563a81f}.account-hint{color:var(--muted);font-size:12.5px}.account-table th:last-child,.account-table td:last-child{text-align:center}.account-loading{margin-top:12px;padding:18px}.account-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted-strong);font-size:13px}.account-pagination div{display:flex;gap:8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a52}.permission-dialog{width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-soft)}.permission-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.permission-dialog-head h2{margin:0;color:var(--heading);font-size:18px}.permission-dialog-head p{margin:6px 0 0;color:var(--muted);font-size:13px}.permission-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.permission-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:var(--surface-raised)}.permission-row strong{display:block;color:var(--heading);font-size:14px}.permission-row span{display:block;margin-top:3px;color:var(--muted);font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:12px}.permission-row input{width:18px;height:18px;flex:0 0 auto}.permission-warning{margin:12px 0 0;padding:10px 12px;border:1px solid #f1b9c4;border-radius:6px;background:var(--red-soft);color:var(--red);font-size:12.5px;line-height:1.65}.permission-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.report-card{display:flex;flex-direction:column;min-height:260px;padding:18px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.report-card:hover{border-color:#b3c5de;box-shadow:var(--shadow-soft);transform:translateY(-1px)}.report-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.report-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:14px 0 0;padding:13px 0;border-top:1px solid var(--line)}.report-card-meta dt,.base-info dt{color:var(--muted);font-size:12px}.report-card-meta dd,.base-info dd{margin:3px 0 0;color:var(--muted-strong);font-size:13px;line-height:1.45}.report-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--line)}.report-card-src{min-width:0;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-card-enter{flex:0 0 auto;color:var(--blue);font-size:13px;font-weight:600}.base-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px 22px;margin:0}.base-info .mono{font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:12px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:16px}.kpi-card{display:flex;flex-direction:column;gap:6px;padding:16px}.kpi-label{color:var(--muted);font-size:12px}.kpi-value{color:var(--heading);font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.kpi-value small{color:var(--muted);font-size:12px;font-weight:400}.kpi-foot{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.kpi-remark{color:var(--muted);font-size:12px;line-height:1.55}.change{font-size:12.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.change-up{color:var(--green)}.change-down{color:var(--red)}.change-flat,.cell-empty{color:var(--muted)}.subsection{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.table-scroll{overflow-x:auto;margin-top:12px;border:1px solid var(--line);border-radius:8px}.data-table{width:100%;border-collapse:collapse;background:var(--surface);font-size:12.5px}.data-table th{position:sticky;top:0;padding:10px 12px;text-align:left;color:var(--muted-strong);background:#eef4fb;border-bottom:1px solid var(--line-strong);font-size:12px;font-weight:650;white-space:nowrap}.data-table td{padding:10px 12px;border-bottom:1px solid var(--line);color:var(--ink);line-height:1.55;vertical-align:top}.data-table th:not(:first-child),.data-table td:not(:first-child){text-align:center}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f8fbff}.cell-num{text-align:center;font-variant-numeric:tabular-nums;white-space:nowrap}.purchase-abnormal-table{min-width:1180px;table-layout:fixed}.purchase-abnormal-table th:first-child,.purchase-abnormal-table td:first-child{width:190px;text-align:left}.purchase-abnormal-table th:nth-child(2),.purchase-abnormal-table td:nth-child(2){width:108px}.purchase-abnormal-table th:nth-child(4),.purchase-abnormal-table td:nth-child(4){width:138px}.purchase-abnormal-type-cell{color:var(--heading);font-weight:600}.purchase-abnormal-display-value{display:block;width:100%;min-height:32px;padding:4px 6px;color:inherit;font:inherit;line-height:1.55;text-align:inherit;white-space:pre-wrap;overflow-wrap:anywhere}.purchase-abnormal-edit-cell{padding:7px 8px!important}.purchase-abnormal-input,.purchase-abnormal-textarea{width:100%;border:1px solid var(--line-strong);border-radius:6px;background:var(--field-bg);color:var(--ink);font:inherit}.purchase-abnormal-input{min-height:34px;padding:6px 8px;text-align:right;font-variant-numeric:tabular-nums}.purchase-abnormal-textarea{min-height:74px;padding:7px 8px;resize:vertical;line-height:1.5;white-space:pre-wrap}.purchase-abnormal-input:focus,.purchase-abnormal-textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563a81f}.purchase-abnormal-input:disabled,.purchase-abnormal-textarea:disabled{cursor:wait;background:var(--surface-raised);color:var(--muted)}.purchase-abnormal-save{min-width:68px}.purchase-abnormal-edit-toggle{min-width:88px}.purchase-abnormal-error{margin:9px 0 0;color:var(--red);font-size:12px;line-height:1.5}.purchase-abnormal-view-save{display:flex;justify-content:flex-end;gap:8px;margin-bottom:8px}@media(max-width:720px){.purchase-abnormal-table-scroll{margin-right:-8px;margin-left:-8px;border-radius:6px}.purchase-abnormal-table{min-width:1060px}}.manual-percentage-editor{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.manual-percentage-cell-editor .manual-percentage-editor{display:flex;width:100%}.manual-percentage-value{display:inline-flex;align-items:center;gap:4px}.manual-percentage-input{width:76px;min-height:30px;padding:5px 7px;border:1px solid var(--line-strong);border-radius:6px;background:var(--field-bg);color:var(--heading);font:inherit;text-align:right;font-variant-numeric:tabular-nums}.manual-percentage-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563a81f}.manual-percentage-unit{color:var(--muted-strong)}.manual-percentage-save{min-height:30px;padding:5px 9px;font-size:12px}.manual-percentage-error{flex-basis:100%;color:var(--red);font-size:12px;line-height:1.45;white-space:normal}.row-subtotal td{background:#f7f9fc;color:var(--muted-strong);font-weight:600}.row-total td{background:#edf4fc;color:var(--heading);font-weight:700}.text-blocks{display:flex;flex-direction:column;gap:10px;margin-top:12px}.text-block-group{margin:8px 0 0;color:var(--muted-strong);font-size:13px;font-weight:650}.text-block{padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:var(--surface-raised)}.text-block-label{display:block;margin-bottom:5px;color:var(--muted);font-size:12px}.text-block p{margin:0;color:var(--ink);font-size:13px;line-height:1.7;white-space:pre-wrap}.manual-text-block{display:grid;gap:8px}.manual-text-editor{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;align-items:start}.manual-text-input{grid-column:1 / -1;width:100%;min-height:104px;padding:10px 12px;resize:vertical;border:1px solid var(--line-strong);border-radius:6px;background:var(--field-bg);color:var(--ink);font:inherit;font-size:13px;line-height:1.65;white-space:pre-wrap}.manual-text-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563a81f}.manual-text-input:disabled{cursor:not-allowed;background:var(--surface-raised);color:var(--muted)}.manual-text-save{grid-column:2;min-width:68px}.manual-text-error{grid-column:1;color:var(--red);font-size:12px;line-height:1.45}.detail-foot{display:flex;gap:10px;margin-top:10px}.export-hint{color:var(--green);font-size:12px}.loading,.empty-state{padding:54px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);text-align:center;font-size:13.5px}.empty-state .btn{margin-top:12px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px;background:var(--bg)}.login-shell{width:min(980px,100%);display:grid;grid-template-columns:minmax(0,1.05fr) 420px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-soft);overflow:hidden}.login-panel{min-height:520px;display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding:44px;background:#eef4fb;border-right:1px solid var(--line)}.login-panel .login-brand-mark{width:44px;height:44px;background:var(--navy);color:#fff}.login-kicker{margin:0 0 10px;color:var(--blue);font-size:13px;font-weight:650}.login-panel h1{max-width:430px;margin:0;color:var(--heading);font-size:30px;line-height:1.32;font-weight:700}.login-panel p{max-width:480px;margin:14px 0 0;color:var(--muted-strong);font-size:14px;line-height:1.75}.login-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.login-points div{padding:13px;border:1px solid #d3dfed;border-radius:7px;background:#ffffff8c}.login-points dt{color:var(--muted);font-size:12px}.login-points dd{margin:4px 0 0;color:var(--heading);font-size:13px;font-weight:650}.login-card{display:flex;flex-direction:column;gap:16px;padding:44px 40px;background:var(--surface)}.login-card-head{margin-bottom:4px}.login-card-head h2{margin:0;color:var(--heading);font-size:22px;font-weight:700}.login-card-head p{margin:7px 0 0;color:var(--muted);line-height:1.6}.login-field{display:flex;flex-direction:column;gap:7px;color:var(--muted-strong);font-size:13px;font-weight:500}.login-error{padding:10px 12px;border:1px solid #f1b9c4;border-radius:6px;background:var(--red-soft);color:var(--red);font-size:13px;line-height:1.55}.login-submit{width:100%;min-height:40px;margin-top:2px}.login-hint{margin:0;color:var(--muted);font-size:12px;line-height:1.6;text-align:center}@media(max-width:1120px){.module-grid,.overview-strip,.report-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-strip>div:nth-child(2),.report-toolbar>div:nth-child(2){border-right:none}.overview-strip>div:nth-child(-n+2),.report-toolbar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:860px){.topbar-inner{align-items:stretch;flex-direction:column;padding:12px 18px}.topbar-left,.topbar-user{width:100%;justify-content:space-between}.brand-lockup{min-width:0}.main-nav{overflow-x:auto}.workspace{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:12px 16px;border-right:none;border-bottom:1px solid var(--line)}.side-nav{gap:10px}.side-group-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tabbar{padding-left:16px;padding-right:16px}.content{padding:20px 16px 40px}.page-header{flex-direction:column;padding:18px}.page-header-actions{width:100%;justify-content:flex-start}.module-status-layout,.status-detail-grid,.report-grid,.login-shell{grid-template-columns:1fr}.login-panel{min-height:auto;padding:30px;border-right:none;border-bottom:1px solid var(--line)}.login-card{padding:30px}.login-points{grid-template-columns:1fr}.support-panel{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.module-grid,.overview-strip,.report-toolbar{grid-template-columns:1fr}.overview-strip>div,.report-toolbar>div{border-right:none;border-bottom:1px solid var(--line)}.overview-strip>div:last-child,.report-toolbar>div:last-child{border-bottom:none}.module-card{min-height:auto}.report-card-meta{grid-template-columns:1fr}.report-card-foot,.filter-bar,.detail-foot,.account-search,.account-pagination,.permission-actions{align-items:stretch;flex-direction:column}.account-search,.account-search input,.account-search .btn,.permission-actions .btn{width:100%}.filter-hint{margin-left:0}.login-wrap{padding:16px}.side-group-items{grid-template-columns:1fr}.tabbar{align-items:center;min-height:44px;padding-top:6px;padding-bottom:6px}.app-tab{border-bottom:1px solid transparent;border-radius:7px}.app-tab.active{border-bottom-color:var(--line)}}
