:root{--paper: #f6f1e8;--ink: #1c1f22;--muted: #61707c;--line: #d4cdc1;--panel: rgba(255, 255, 255, .84);--panel-strong: #ffffff;--accent: #245e58;--accent-soft: #dcefe9;--warn: #ba3d2c;--gold: #c79b4b;background:radial-gradient(circle at top left,rgba(199,155,75,.16),transparent 34%),linear-gradient(180deg,#f8f4ec,#eef2f3);color:var(--ink);font-family:BIZ UDPGothic,Hiragino Sans,Yu Gothic UI,Yu Gothic,Meiryo,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;overflow-x:hidden}#root{min-width:0;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.pageShell,.entryShell{min-height:100vh;overflow-x:hidden;padding:14px}.heroBand,.entryHero{align-items:end;background:linear-gradient(135deg,#ffffffb8,#ffffffe6),linear-gradient(120deg,#245e580f,#c79b4b24);border:1px solid rgba(199,155,75,.35);border-radius:12px;box-shadow:0 20px 40px #48341914;display:flex;gap:16px;justify-content:space-between;margin:0 0 10px;max-width:none;padding:14px 18px}.heroCopy{max-width:720px}.eyebrow{color:#78684a;font-size:12px;font-weight:700;margin:0 0 6px;text-transform:uppercase}h1,h2{font-family:BIZ UDPMincho,Yu Mincho,Hiragino Mincho ProN,"Noto Serif JP",serif;letter-spacing:0;margin:0}h1{font-size:28px;line-height:1.15}h2{font-size:18px;line-height:1.2}.heroText{color:#4f5d68;line-height:1.55;margin:6px 0 0;max-width:64ch}.envNotice{align-items:center;border-radius:999px;display:inline-flex;flex-wrap:wrap;gap:8px;margin:10px 0 0;padding:8px 12px}.envNotice strong{font-size:12px;line-height:1}.envNotice span{font-size:12px;line-height:1.4}.envNotice-validation{background:#fff3d8;border:1px solid #e6ba62;color:#765317}.envNotice-local{background:#e8f3fb;border:1px solid #8cb9de;color:#1f4e77}.envNotice-readonly{background:#edf2f4;border:1px solid #c7d1d6;color:#475867}.envNotice-production{background:#e3f3ea;border:1px solid #9ec8ae;color:#1f5a3c}.heroLink{align-items:center;align-self:center;background:#173f3b;border-radius:999px;color:#fff;display:inline-flex;gap:8px;min-height:42px;padding:0 16px;white-space:nowrap}.heroActions,.printActions{display:flex;gap:10px}.heroSubtleLink{background:#ffffffd1;border:1px solid #c7d1d6;color:#26423d}.heroSubtleLink:hover{background:#fff}.heroLink:hover{background:#225952}.topBar{align-items:center;display:flex;gap:18px;justify-content:flex-end;margin:0 auto 8px;max-width:1480px}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;min-width:0}.searchBox,.entryCodeField{display:flex}.searchBox{align-items:center;background:var(--panel-strong);border:1px solid #c7d1d6;border-radius:10px;gap:8px;height:40px;padding:0 12px;width:min(280px,52vw)}.searchBox input,.entryCodeField input,.draftForm input,.draftForm select{background:transparent;border:0;min-width:0;outline:0;width:100%}.historyFilter{align-items:center;background:var(--panel-strong);border:1px solid #c7d1d6;border-radius:10px;display:flex;gap:8px;min-height:40px;padding:0 12px}.historyFilter span{color:var(--muted);font-size:12px;font-weight:700;margin:0;white-space:nowrap}.historyFilter select{background:transparent;border:0;min-width:0;outline:0}.historyModeChip{align-items:center;background:#ffffffd1;border:1px solid #c7d1d6;border-radius:10px;color:#4b5a65;display:inline-flex;font-size:12px;font-weight:700;min-height:40px;padding:0 12px;white-space:nowrap}.toolButton,.iconButton,.primaryButton{align-items:center;border-radius:10px;display:inline-flex;gap:8px;justify-content:center;min-height:40px}.toolButton,.iconButton{background:var(--panel-strong);border:1px solid #c7d1d6;color:#26343f}.primaryButton{background:var(--accent);border:1px solid var(--accent);color:#fff;padding:0 14px}.toolButton{padding:0 12px}.iconButton{padding:0;width:40px}.toolButton:hover,.iconButton:hover{border-color:#738591}.primaryButton:hover{background:#2f726b}.primaryButton:disabled{background:#7da39d;border-color:#7da39d;color:#f4fbf9;cursor:not-allowed;opacity:1}.toolButton:disabled,.iconButton:disabled{background:#eef3f2;border-color:#d0d9d7;color:#8b9996;cursor:not-allowed;opacity:1}.statusStrip{display:grid;gap:8px;grid-template-columns:repeat(5,minmax(110px,1fr));margin:0 auto 8px;max-width:1480px}.statusStrip div,.entryPill,.previewHeader div,.detailList div,.infoGrid div{background:var(--panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:10px}.statusStrip div{display:flex;justify-content:space-between;min-height:44px;padding:9px 12px}.statusStrip span,.previewHeader span,.detailList dt,.infoGrid span,.entryPill span,.entryCodeField span,.cardLabel,.draftForm span{color:var(--muted);display:block;font-size:12px;font-weight:700;margin-bottom:4px}.statusStrip strong,.previewHeader strong,.detailList dd,.infoGrid strong,.entryPill strong{color:var(--ink);font-size:15px;font-weight:700;margin:0}.workArea,.entryLayout{display:grid;gap:12px;margin:0 auto;max-width:1480px;min-width:0}.workArea{grid-template-columns:minmax(720px,1fr) minmax(330px,390px)}.entryLayout{grid-template-columns:minmax(0,1fr);margin-bottom:8px}.gridPanel,.previewPanel,.entryCard{background:var(--panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:12px;min-height:0;min-width:0}.gridPanel{overflow:hidden}.gridScroller{max-height:calc(100vh - 240px);overflow:auto}.historyListPanel{margin:0 auto;max-width:1480px;overflow:visible}.historyGridScroller{height:min(56vh,calc(100vh - 240px));max-height:calc(100vh - 180px);min-height:320px;resize:vertical}.historyScrollHint{color:var(--muted);font-size:12px;margin:0;padding:8px 12px 10px;text-align:right}.segakiGrid{border-collapse:collapse;min-width:1000px;table-layout:fixed;width:100%}.historyListTable{border-collapse:collapse;min-width:1180px;width:100%}.historyListTable th,.historyListTable td{border-bottom:1px solid #dce2e7;border-right:1px solid #dce2e7;padding:9px 10px;text-align:left;vertical-align:top}.historyListTable th:last-child,.historyListTable td:last-child{border-right:0}.historyListTable th{background:#eef2f1f0;color:#2d3944;font-size:13px;font-weight:700;position:sticky;top:0;z-index:2}.historyListTable tbody tr:hover{background:#e3efec8c}.historyYearRow{background:#e8eee4f5}.historyParentRow{background:#faf8dfc7}.historyChildRow{background:#ffffffb8}.historyChildStateRow{background:#f7faf9f5}.treeCell{padding:0 6px!important;text-align:center!important;width:34px}.treeCellNested{padding-left:14px!important}.treeToggle{background:transparent;border:0;color:#1b6660;cursor:pointer;font-size:16px;font-weight:900;line-height:1;padding:0}.treeToggle:hover{color:#0f4d47}.treeChildMarker{color:#74918c;font-weight:700}.historyYearLine{align-items:center;display:flex;flex-wrap:nowrap;gap:6px 12px;overflow:hidden;white-space:nowrap}.historyYearLine strong{color:#234640;font-size:13px;line-height:1.2}.historyYearLine span{color:#54636d;font-size:11px;font-weight:700;line-height:1.2}.historyYearLine span:last-child{margin-left:auto}.historyNestedCell{background:#f8f9f5b3;width:48px}.historySummaryCell{display:flex;flex-wrap:wrap;gap:6px}.historySummaryChip{background:#245e5814;border:1px solid rgba(36,94,88,.14);border-radius:999px;color:#21443f;display:inline-flex;font-size:12px;font-weight:700;max-width:220px;white-space:nowrap;padding:3px 10px}.historySummaryMore{color:var(--muted);font-size:12px;font-weight:700;padding:4px 0}.historyUpdatedCell{font-size:12px;font-weight:700;white-space:nowrap}.historyChildIndex{color:#60707c;font-size:12px;font-weight:700;white-space:nowrap}.historyChildPrimary{color:#163d38;font-size:13px;font-weight:800}.historyChildValue{color:#42525f;font-size:12px}.historyChildNote{color:#42525f;font-size:12px;min-width:180px}.historyChildState{color:#4d5d67;font-size:12px;font-weight:700}.tableActionLink{align-items:center;background:#245e5814;border:1px solid rgba(36,94,88,.16);border-radius:999px;color:#21544f;display:inline-flex;font-size:12px;font-weight:800;min-height:32px;padding:0 12px;white-space:nowrap}.tableActionLink:hover{background:#245e5824}.historyListEmpty{padding:16px}.segakiGrid th,.segakiGrid td{border-bottom:1px solid #dce2e7;border-right:1px solid #dce2e7;height:36px;padding:0}.segakiGrid th{background:#eef2f1f0;color:#2d3944;font-size:13px;font-weight:700;position:sticky;text-align:center;top:0;z-index:2}.segakiGrid input,.segakiGrid select{background:transparent;border:2px solid transparent;color:#18242f;height:100%;outline:0;padding:0 8px;width:100%}.segakiGrid input:focus,.segakiGrid select:focus{background:#fffef5;border-color:#366a72}.segakiGrid tr:hover{background:#f7fafb}.selectedRow{background:var(--accent-soft)}.colNo{width:48px}.colCode{width:64px}.colName{width:142px}.colToba{width:292px}.colGrave{width:80px}.colNote{width:136px}.colAttend{width:46px}.colReceipt{width:54px}.colNewTouba{width:146px}.colNo input,.colCode input,.colAttend select,.colReceipt input{text-align:center}.colAttend select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.previewPanel,.entryCard{padding:12px}.previewPanel{display:flex;flex-direction:column;gap:12px}.previewHeader{display:grid;gap:8px;grid-template-columns:1fr 1fr}.previewHeader div,.detailList div{padding:9px 10px}.tobaPreview{align-items:center;background:linear-gradient(180deg,#fffdf8,#f7f0e0);border:1px solid #d7d0c2;border-radius:10px;display:grid;gap:14px;grid-template-columns:44px 1fr;min-height:390px;padding:18px}.ownerName{color:#5c4633;font-family:BIZ UDPMincho,Yu Mincho,Hiragino Mincho ProN,"Noto Serif JP",serif;font-size:18px;font-weight:700;line-height:1.1;text-align:center;writing-mode:vertical-rl}.verticalToba{align-content:center;display:flex;flex-direction:row-reverse;gap:22px;height:100%;justify-content:center;overflow:auto;padding:10px 0}.tobaLine{color:#171717;font-family:BIZ UDPMincho,Yu Mincho,Hiragino Mincho ProN,"Noto Serif JP",serif;font-size:26px;line-height:1.35;max-height:330px;text-orientation:mixed;writing-mode:vertical-rl}.redMark,.dangerText{color:var(--warn);font-weight:800}.mutedValue{color:#87919a;font-weight:500}.yellowNote{background:#fff7cc}.detailList{display:grid;gap:8px;grid-template-columns:1fr 72px 72px;margin:0}.detailList div:first-child,.detailList div:last-child{grid-column:1 / -1}.entryToolbar{align-items:end;display:grid;gap:10px;grid-template-columns:minmax(170px,260px) repeat(2,minmax(140px,180px));margin:0 0 8px;max-width:none}.entryCodeField,.entryPill{min-height:64px;padding:10px 12px}.entryCodeField{background:var(--panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:10px;flex-direction:column}.entryCodeField input{font-size:22px;font-weight:700}.entryPill{align-content:center;display:grid}.entryFlowStrip{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 8px;max-width:none}.entryFlowCard{background:#ffffffc7;border:1px solid #d9e0e4;border-radius:12px;display:grid;gap:4px;padding:10px 12px}.entryFlowCard span{color:var(--muted);font-size:12px;font-weight:700}.entryFlowCard strong{color:#21443f;font-size:15px}.entryFlowCard p{color:#5f6c75;font-size:12px;margin:0}.entryFlowCardCompact{align-items:center;gap:2px;min-height:66px;padding:8px 10px}.entryFlowCardCompact p{display:none}.entryFlowCardActive{background:linear-gradient(135deg,#effcf7,#fff);border-color:#9fdcc0;box-shadow:0 8px 18px #115e4314}.entryCard{margin:0 0 8px;max-width:none}.entryWorkflow{display:grid;gap:8px;grid-template-columns:1fr;margin:0;max-width:none}.entrySummaryCard{padding:14px 16px}.entryTopBand{align-items:start;display:grid;gap:12px;grid-template-columns:minmax(280px,.3fr) minmax(0,.7fr)}.entryIdentityPanel{align-self:start;display:grid;gap:10px;position:sticky;top:12px}.entrySummaryHead{align-items:center;gap:14px}.entryCompactNote{color:var(--muted);font-size:13px;margin:4px 0 0}.entrySummaryHead>:first-child{min-width:180px}.entryQuickGrid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.entryQuickGrid div{background:#ffffffc7;border:1px solid #d9e0e4;border-radius:10px;padding:10px 12px}.entryQuickWide{grid-column:1 / -1}.entryStatusBanner,.entryStatusBoard{border-radius:12px;margin-top:10px}.entryStatusBanner{align-items:center;border:1px solid #d8e0de;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;padding:12px 14px}.entryStatusBannerInline{margin-top:0;min-width:0}.entryReferencePanel{align-items:start;display:grid;gap:10px;grid-template-columns:1fr}.entryReferencePanelB{align-content:start}.entryReferencePanel .entryStatusActions{justify-content:space-between}.entryReferencePanel .entryStatusMini{align-items:start;justify-items:start;min-width:0}.entryReferencePanel .entryStatusMini .heroLink{margin-top:2px}.entryReferenceHeader{display:grid;gap:4px}.entryReferenceLead{color:#56656e;font-size:13px;line-height:1.35}.entryStatusBoard{border:1px solid #d8e0de;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto;padding:14px 16px}.entryStatusBoardMain{display:grid;gap:4px}.entryStatusBanner span,.entryStatusBoard span{color:#44605d;font-size:12px;font-weight:800}.entryStatusBanner strong,.entryStatusBoard strong{color:#173734;font-size:24px;line-height:1.15}.entryStatusBanner p,.entryStatusBoard p{color:#56656e;margin:0}.entryStatusBoardMeta{display:flex;flex-wrap:wrap;gap:8px;grid-column:1 / -1}.entryStatusBoardMeta span{background:#fff9;border:1px solid rgba(36,94,88,.14);border-radius:999px;padding:5px 10px}.entryStatusActions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.entryReferenceToolbar{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.miniActionButton,.entryStatusMini span,.entryReferenceCounter{background:#ffffffb3;border:1px solid rgba(36,94,88,.14);border-radius:999px;color:#244f49;font-size:12px;font-weight:700;padding:5px 10px}.entryReferenceTableWrap{background:#ffffff94;border:1px solid rgba(36,94,88,.12);border-radius:12px;margin-top:8px;overflow:auto}.entryReferenceTableWrapScrollable{max-height:340px;overflow:auto}.entryReferenceTableWrapScrollable .historyTable th{background:#f6f1e7;position:sticky;top:0;z-index:1}.entryReferenceTable{margin-top:0;min-width:860px}.entryReferenceTable th,.entryReferenceTable td{padding:7px 8px;vertical-align:middle}.entryReferenceTable tbody tr:hover{background:#dbece76b}.entryReferenceRowSelected{background:#bee3dc9e}.entryReferenceRowSelected:hover{background:#aedbd3c7}.entryReferenceCheckCell{text-align:center;width:44px}.entryReferenceCheckCell input{height:16px;margin:0;width:16px}.entryReferencePrimaryCell{color:#1d3936;font-weight:800}.entryReferenceActionBar{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:space-between;margin-top:10px}.entryReferenceActionButtons{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.entryStatusMini{align-items:flex-end;display:grid;gap:6px;justify-items:end;min-width:210px}.entryStatusMini strong{color:#244440;font-size:14px}.entryStatusMini small{color:#5b676f;font-size:11px}.entryPastHistoryDetails{margin-top:8px}.entryPastHistoryDetails summary{color:#1f4742;cursor:pointer;font-size:13px;font-weight:800;list-style:none;padding:4px 2px 0}.entryPastHistoryDetails summary::-webkit-details-marker{display:none}.entryPastHistoryDetails summary:before{color:#2f726b;content:"▸";display:inline-block;margin-right:8px;transition:transform .12s ease}.entryPastHistoryDetails[open] summary:before{transform:rotate(90deg)}.entryPastHistoryStacks{display:grid;gap:8px;margin-top:8px}.entryPastHistoryYear{background:#ffffff9e;border:1px solid rgba(36,94,88,.12);border-radius:10px;padding:8px 10px}.entryPastHistoryYearHead{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.entryPastHistoryYearHead span{color:#5f6c75;font-size:12px}.draftGridWide{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.draftTableWrap{margin-top:10px;overflow-x:auto}.draftEditorTable{border-collapse:collapse;min-width:1180px;width:100%}.draftEditorTable th,.draftEditorTable td{border-bottom:1px solid #ddd5c8;padding:8px;text-align:left;vertical-align:top}.draftEditorTable th{background:#f6f1e7;color:var(--muted);font-size:12px;position:sticky;top:0;z-index:1}.draftCellInput{background:#ffffffe6;border:1px solid #d9e0e4;border-radius:8px;min-height:38px;padding:7px 9px;width:100%}.draftCellInputCompact{min-width:100px}.draftMutedCell{color:var(--muted);font-size:12px}.miniDangerButton{background:#fff5f3;border:1px solid #efc3bc;border-radius:999px;color:#a63c2f;font-size:12px;font-weight:700;min-height:32px;padding:0 10px}.draftCheckCell{align-items:center;display:flex;gap:8px;min-height:38px}.draftCheckCell span{color:#35514e;font-size:12px;font-weight:700}.tone-done{background:linear-gradient(135deg,#e6fff4,#fff);border-color:#8fd6b3}.tone-draft{background:linear-gradient(135deg,#fff8df,#fff);border-color:#e7cf88}.tone-idle{background:linear-gradient(135deg,#f3f5f6,#fff);border-color:#d3dae0}.entrySupportDetails{margin-top:10px}.entrySupportDetails summary{color:#1f4742;cursor:pointer;font-size:13px;font-weight:800;list-style:none;padding:4px 2px 0}.entrySupportDetails summary::-webkit-details-marker{display:none}.entrySupportDetails summary:before{color:#2f726b;content:"▸";display:inline-block;margin-right:8px;transition:transform .12s ease}.entrySupportDetails[open] summary:before{transform:rotate(90deg)}.entrySupportNote{background:#f7faf9c2;border:1px solid #d9e0e4;border-radius:12px;margin-top:10px;padding:10px 12px}.entryHistoryCard,.entryDraftSection{margin:0}.entryDraftSection{order:1}.entryHistoryCard{order:2}.entryCardHead,.draftCardHead{align-items:start;display:flex;gap:12px;justify-content:space-between}.graveBadge{background:#c79b4b2e;border:1px solid rgba(199,155,75,.34);border-radius:999px;color:#65481f;font-weight:700;padding:8px 12px;white-space:nowrap}.infoGrid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.infoGrid div{padding:10px 12px}.currentLedgerPanel{background:linear-gradient(180deg,#f4f9fae6,#ffffffeb);border:1px solid #d5e2e6;border-radius:12px;margin-top:12px;padding:12px}.currentLedgerHead,.currentLedgerListTop{align-items:start;display:flex;gap:12px;justify-content:space-between}.currentLedgerHead h3{font-size:18px;margin:0}.currentLedgerBadge{background:#245e581a;border:1px solid rgba(36,94,88,.2);border-radius:999px;color:#244f49;font-size:12px;font-weight:800;padding:8px 12px;white-space:nowrap}.currentLedgerGrid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.currentLedgerGrid div{background:#fffc;border:1px solid #d9e0e4;border-radius:10px;padding:10px 12px}.currentLedgerWide{grid-column:1 / -1}.currentLedgerDetails{margin-top:10px}.currentLedgerDetails summary{color:#1f4742;cursor:pointer;font-size:13px;font-weight:800;list-style:none;padding:8px 2px 0}.currentLedgerDetails summary::-webkit-details-marker{display:none}.currentLedgerDetails summary:before{color:#2f726b;content:"▸";display:inline-block;margin-right:8px;transition:transform .12s ease}.currentLedgerDetails[open] summary:before{transform:rotate(90deg)}.currentLedgerList{display:grid;gap:8px;margin-top:8px}.currentLedgerListItem{background:#ffffffd1;border:1px solid #d9e0e4;border-radius:10px;padding:10px 12px}.currentLedgerListTop span,.currentLedgerListItem p,.currentLedgerEmpty{color:var(--muted);font-size:13px}.currentLedgerListItem p{margin:6px 0 0}.entryNotesCard{align-self:stretch}.plainList{margin:6px 0 0;padding-left:18px}.plainList li{line-height:1.55}.historyTableWrap{overflow:auto}.historyTable{border-collapse:collapse;margin-top:8px;min-width:760px;width:100%}.historyTable th,.historyTable td{border-bottom:1px solid #ddd5c8;padding:8px 10px;text-align:left}.historyTable th{color:var(--muted);font-size:12px}.historyDetails{margin-top:12px}.historyOverview{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.historyMetric{background:#ffffffb3;border:1px solid #d8e0e3;border-radius:12px;display:grid;gap:4px;padding:10px 12px}.historyMetric span{color:var(--muted);font-size:12px;font-weight:700}.historyMetric strong{color:#21443f;font-size:15px}.historyDetails summary{color:#1f4742;cursor:pointer;font-size:13px;font-weight:800;list-style:none;padding:10px 12px}.historyDetails summary::-webkit-details-marker{display:none}.historyDetails summary:before{color:#2f726b;content:"▸";display:inline-block;margin-right:8px;transform:translateY(-1px);transition:transform .12s ease}.historyDetails[open] summary:before{transform:rotate(90deg)}.historyHelper{color:var(--muted);font-size:12px;margin:0;padding:0 12px 8px}.historyStacks{display:grid;gap:10px;margin-top:4px}.historyYearBlock{background:#fff9;border:1px solid #d9e0e4;border-radius:12px;padding:10px}.historyYearHead{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.historyYearHead h3{font-size:15px;margin:0}.historyYearHead span,.historyEmpty{color:var(--muted);font-size:13px}.historyTableCompact{margin-top:0;min-width:680px}.historyReferenceBadge{background:#245e5814;border:1px solid rgba(36,94,88,.16);border-radius:999px;color:#21544f;font-size:12px;font-weight:800;padding:8px 12px;white-space:nowrap}.currentYearHead{align-items:center}.currentYearStatus{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.currentYearBadge{background:#10b981;border-color:#10b981;color:#fff}.currentYearPrintLink{align-items:center;background:#174a44;border:1px solid #174a44;border-radius:999px;color:#fff;display:inline-flex;gap:8px;min-height:38px;padding:0 14px;white-space:nowrap}.currentYearPrintLink:hover{background:#225952}.currentYearSection{display:grid;gap:10px}.currentYearSectionCompact{margin-bottom:14px}.currentYearSectionHead{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:space-between}.currentYearSectionHead h3{color:#163d38;font-size:18px;margin:0}.currentYearSectionMeta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.currentYearTableWrap{max-height:420px;overflow:auto}.currentYearTableWrap .historyTable th{background:#f6f1e7;position:sticky;top:0;z-index:1}.currentYearTable{min-width:1100px}.currentYearTable th,.currentYearTable td{padding:8px 10px}.currentYearPrimaryCell{color:#1d3936;font-weight:800}.currentYearNoteCell{white-space:normal}.currentYearCheckCell{min-height:32px}.draftGrid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:8px}.draftCard{background:#ffffffb3;border:1px solid #ddd5c8;border-radius:12px;padding:14px}.draftCardHead span{color:var(--muted);font-size:12px;font-weight:700}.kakochoPicker{background:#f8fbfa;border:1px solid #d3e0dc;border-radius:10px;margin-top:10px;padding:10px}.kakochoPickerHead{align-items:center;color:#244f49;display:flex;font-size:12px;font-weight:800;gap:6px;margin-bottom:8px}.kakochoChoiceList{display:flex;flex-wrap:wrap;gap:8px}.kakochoChoice{background:#fff;border:1px solid #cbd8d5;border-radius:8px;color:#1f2d34;display:grid;gap:4px;max-width:280px;min-height:54px;padding:8px 10px;text-align:left}.kakochoChoice:hover{border-color:var(--accent);box-shadow:0 4px 12px #245e581a}.kakochoChoice strong{font-size:14px}.kakochoChoice span{color:var(--muted);font-size:11px;margin:0}.draftForm{display:grid;gap:10px 12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}.draftForm label{background:#f5f7f8d1;border:1px solid #d9e0e4;border-radius:10px;min-height:72px;padding:10px 12px}.draftForm input,.draftForm select{font-weight:700}.wideField{grid-column:1 / -1}.checkField{align-items:center;display:flex;gap:10px;min-height:52px}.checkField input{flex:0 0 auto;width:18px}.checkField span{margin:0}.emptyDraft,.missingCard{color:var(--muted);line-height:1.55}.printShell{background:#f3eee3;min-height:100vh;padding:16px}.printActions{justify-content:flex-end;margin:0 auto 12px;max-width:1180px}.printSheet{background:#fffdfa;border:1px solid #d3cab8;box-shadow:0 14px 40px #402d1014;margin:0 auto;max-width:1180px;min-height:calc(100vh - 80px);padding:22px 24px}.printHeader{align-items:start;border-bottom:2px solid #d8c6a0;display:flex;justify-content:space-between;gap:20px;padding-bottom:14px}.printMeta{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(120px,1fr))}.printMeta div,.printInfoGrid div,.printMemoBox{border:1px solid #d8d0c0;border-radius:8px;padding:10px 12px}.printMeta span,.printInfoGrid span,.printMemoBox span{color:#6a746f;display:block;font-size:11px;font-weight:700;margin-bottom:4px}.printMeta strong,.printInfoGrid strong{font-size:15px}.printBlock{margin-top:18px}.printInfoGrid,.printMemoGrid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.printBlockHead{align-items:end;display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.printBlockHead p{color:#6a746f;margin:0}.printTable{border-collapse:collapse;width:100%}.printTable th,.printTable td{border:1px solid #d8d0c0;padding:9px 10px;text-align:left;vertical-align:top}.printTable th{background:#f6f1e7;font-size:12px}.memoLines{display:grid;gap:16px;margin-top:14px}.memoLines div{border-bottom:1px solid #cbbfa7;height:20px}@media(min-width:1200px){.entryHero{padding:12px 18px}.entryHero .heroText{max-width:78ch}.entryCard{box-shadow:0 8px 24px #4834190d}.entryWorkflow{align-items:start}.entryHistoryCard,.entryDraftSection{min-height:0}.historyTableWrap,.draftGrid,.emptyDraft{max-height:none;overflow:visible}}@media(max-width:1080px){.heroBand,.entryHero{align-items:start;flex-direction:column}.entryStatusBanner,.entryStatusBoard{grid-template-columns:1fr}.entryTopBand,.entrySummaryHead{align-items:start;grid-template-columns:1fr}.entrySummaryHead{flex-direction:column}.entrySummaryHead>:first-child,.entryStatusBannerInline,.entryIdentityPanel{width:100%}.entryIdentityPanel{position:static}.statusStrip{grid-template-columns:repeat(2,minmax(120px,1fr))}.saveState{grid-column:1 / -1}.workArea,.entryLayout,.entryFlowStrip,.entryWorkflow,.entryToolbar,.printInfoGrid,.printMemoGrid{grid-template-columns:1fr}.topBar{justify-content:flex-start}.gridScroller{max-height:56vh}}@media(max-width:640px){.pageShell,.entryShell{padding:12px}h1{font-size:28px}h2{font-size:22px}.searchBox,.historyFilter,.toolButton,.primaryButton,.toolbar{width:100%}.heroActions,.printActions,.printHeader,.printBlockHead{flex-direction:column}.entryStatusActions{width:100%}.iconButton{flex:1}.statusStrip,.historyOverview,.infoGrid,.currentLedgerGrid,.previewHeader,.detailList,.draftForm{grid-template-columns:1fr}.currentYearStatus{align-items:stretch;flex-direction:column}.currentYearPrintLink{justify-content:center;width:100%}.draftGrid{grid-template-columns:1fr}.tobaPreview{grid-template-columns:38px 1fr;min-height:320px;padding:12px}.tobaLine{font-size:22px}}@media print{:root{background:#fff}body,#root,.printShell{background:#fff;overflow:visible}.noPrint{display:none!important}.printShell{padding:0}.printSheet{border:0;box-shadow:none;margin:0;max-width:none;min-height:auto;padding:0}@page{margin:12mm;size:A4 portrait}}
