.blk.table{background:#fff;box-sizing:border-box;user-select:none;}
.table-block-grid{display:grid;width:100%;height:100%;box-sizing:border-box;border-style:solid;overflow:hidden;background:#fff;font-family:'Noto Sans JP','Zen Kaku Gothic New',sans-serif;}
.table-block-cell{min-width:0;min-height:0;box-sizing:border-box;border-style:solid;border-top-width:0!important;border-left-width:0!important;display:flex;flex-direction:column;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;overflow:hidden;}
.table-overflow-badge{position:absolute;right:3px;top:3px;z-index:4;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff3cd;color:#8a5b00;border:1px solid #d8a600;font:700 13px/1 var(--util);box-shadow:0 1px 4px rgba(0,0,0,.18);}
.table-layout-warning{position:absolute;right:3px;top:29px;z-index:4;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff0e6;color:#a84e00;border:1px solid #e0893e;font:800 13px/1 var(--util);box-shadow:0 1px 4px rgba(0,0,0,.18);}
.blk.table.sel .handle{cursor:ew-resize;}
.blk.table.table-fixed-frame.sel .handle{cursor:nwse-resize;}
#pdfStage .table-overflow-badge,#pdfStage .table-layout-warning{display:none!important;}
@media print{.table-overflow-badge,.table-layout-warning{display:none!important;}}

.table-editor-modal{padding:18px;z-index:1200;}
.table-editor-card{width:min(1180px,calc(100vw - 36px));height:min(820px,calc(100vh - 36px));margin:auto;background:#fff;border-radius:16px;box-shadow:0 22px 70px rgba(20,34,28,.25);display:flex;flex-direction:column;overflow:hidden;}
.table-editor-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px 12px;border-bottom:1px solid var(--border,#dfe5e1);}
.table-editor-head h2{margin:2px 0 0;font-size:20px;}
.table-editor-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 14px;border-bottom:1px solid var(--border,#dfe5e1);background:#f7faf8;max-height:150px;overflow:auto;}
.table-editor-toolbar label{display:inline-flex;align-items:center;gap:5px;font:600 12px/1.3 var(--util);white-space:nowrap;}
.table-editor-toolbar button,.table-editor-toolbar select,.table-editor-toolbar input{min-height:30px;border:1px solid #cfd8d2;border-radius:7px;background:#fff;color:#26362d;font:600 12px/1.2 var(--util);}
.table-editor-toolbar button{padding:5px 9px;cursor:pointer;}
.table-editor-toolbar button:hover{border-color:#668474;background:#eef6f1;}
.table-editor-layout-controls{display:contents;}
.table-editor-toolbar input[type="number"]{width:58px;padding:3px 6px;}
.table-editor-toolbar input[type="color"]{width:34px;padding:2px;}
.table-editor-message{min-height:34px;padding:8px 16px;color:#456153;background:#f7faf8;font:600 12px/1.4 var(--util);}
.table-editor-message.error{color:#9b2d2d;background:#fff0f0;}
.table-editor-viewport{flex:1;overflow:auto;padding:16px;background:#e8eeea;}
.table-editor-grid{display:grid;width:max-content;min-width:100%;align-content:start;background:#fff;border:1px solid #829287;box-shadow:0 3px 12px rgba(31,50,41,.12);}
.table-editor-cell{box-sizing:border-box;display:block;width:100%;min-width:0;min-height:48px;margin:0;padding:7px;border:1px solid #aebbb3;border-radius:0;resize:none;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.4;font:14px/1.4 'Noto Sans JP','Zen Kaku Gothic New',sans-serif;outline:none;}
.table-editor-cell:focus,.table-editor-cell.selected{position:relative;z-index:2;border-color:#137c51;box-shadow:inset 0 0 0 2px #137c51;}
.table-editor-actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px;border-top:1px solid var(--border,#dfe5e1);background:#fff;}
@media(max-width:720px){.table-editor-modal{padding:6px}.table-editor-card{width:calc(100vw - 12px);height:calc(100vh - 12px);border-radius:10px}.table-editor-toolbar{max-height:190px}.table-editor-viewport{padding:8px}}
