.fmsp-app{--fmsp-page-width:min(1560px, 86vw);--fmsp-navy:#102a43;--fmsp-blue:#1769e0;--fmsp-blue-dark:#0d4db3;--fmsp-sky:#eaf3ff;--fmsp-green:#11845b;--fmsp-red:#c43d4b;--fmsp-amber:#9b6500;--fmsp-text:#243b53;--fmsp-muted:#627d98;--fmsp-line:#d9e2ec;--fmsp-bg:#f4f7fb;--fmsp-white:#fff;box-sizing:border-box;color:var(--fmsp-text);font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;margin-left:calc((100% - var(--fmsp-page-width)) / 2);margin-right:calc((100% - var(--fmsp-page-width)) / 2);max-width:none;padding:28px 16px 56px;width:var(--fmsp-page-width);}
.fmsp-app *,
.fmsp-app *::before,
.fmsp-app *::after{box-sizing:border-box;}
.fmsp-app button, .fmsp-app input, .fmsp-app select, .fmsp-app textarea{font:inherit;}
.fmsp-app h1, .fmsp-app h2, .fmsp-app h3, .fmsp-app p{margin-top:0;}
.fmsp-hero{align-items:center;background:linear-gradient(135deg, #102a43 0%, #1552a2 60%, #1676d2 100%);border-radius:24px;box-shadow:0 18px 46px rgba(16, 42, 67, .18);color:#fff;display:flex;gap:28px;justify-content:space-between;margin-bottom:22px;min-height:210px;overflow:hidden;padding:38px 42px;position:relative;}
.fmsp-hero::after{background:rgba(255, 255, 255, .07);border:28px solid rgba(255, 255, 255, .05);border-radius:50%;content:"";height:260px;position:absolute;right:-58px;top:-85px;width:260px;}
.fmsp-hero > *{position:relative;z-index:1;}
.fmsp-eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:8px;}
.fmsp-hero h1{color:#fff;font-size:clamp(29px, 4vw, 44px);letter-spacing:-.035em;line-height:1.12;margin-bottom:12px;}
.fmsp-hero p{color:rgba(255, 255, 255, .86);font-size:17px;margin-bottom:0;max-width:730px;}
.fmsp-session{align-items:center;backdrop-filter:blur(8px);background:rgba(255, 255, 255, .12);border:1px solid rgba(255, 255, 255, .22);border-radius:16px;display:flex;flex:0 0 250px;gap:11px;min-height:72px;padding:14px 16px;}
.fmsp-session > span:first-child{align-items:center;background:rgba(255, 255, 255, .16);border-radius:50%;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;width:34px;}
.fmsp-session strong, .fmsp-session small{color:#fff;display:block;}
.fmsp-session small{font-size:12px;opacity:.78;}
.fmsp-spinner{animation:fmsp-spin .85s linear infinite;border:3px solid rgba(255, 255, 255, .28);border-top-color:#fff;}
@keyframes fmsp-spin { to{transform:rotate(360deg);}
}
.fmsp-layout{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0, 1fr) 300px;}
.fmsp-main, .fmsp-sidebar{min-width:0;}
.fmsp-main{container-name:fmsp-main;container-type:inline-size;}
.fmsp-sidebar{display:grid;gap:18px;position:sticky;top:24px;}
.fmsp-panel{background:var(--fmsp-white);border:1px solid var(--fmsp-line);border-radius:18px;box-shadow:0 5px 22px rgba(16, 42, 67, .055);margin-bottom:18px;padding:25px;}
.fmsp-section-heading{align-items:flex-start;display:flex;gap:14px;margin-bottom:22px;}
.fmsp-section-heading h2, .fmsp-account-card h2, .fmsp-tips h2{color:var(--fmsp-navy);font-size:20px;letter-spacing:-.015em;margin-bottom:3px;}
.fmsp-section-heading p{color:var(--fmsp-muted);font-size:14px;margin-bottom:0;}
.fmsp-step{align-items:center;background:var(--fmsp-sky);border-radius:11px;color:var(--fmsp-blue);display:inline-flex;flex:0 0 38px;font-size:17px;font-weight:800;height:38px;justify-content:center;}
.fmsp-fields{display:grid;gap:16px;}
.fmsp-fields-3{grid-template-columns:repeat(3, minmax(0, 1fr));}
.fmsp-fields-2{grid-template-columns:repeat(2, minmax(0, 1fr));}
.fmsp-field-wide{grid-column:1 / -1;}
.fmsp-app label > span, .fmsp-subject-fields label > span, .fmsp-day-row label > span{color:#486581;display:block;font-size:12px;font-weight:700;margin-bottom:6px;}
.fmsp-app input[type="text"],
.fmsp-app input[type="date"],
.fmsp-app input[type="time"],
.fmsp-app input[type="number"],
.fmsp-app select, .fmsp-app textarea{background:#fff;border:1px solid #bcccdc;border-radius:10px;color:var(--fmsp-navy);min-height:44px;outline:0;padding:9px 11px;transition:border-color .18s, box-shadow .18s;width:100%;}
.fmsp-app textarea{resize:vertical;}
.fmsp-app input:focus, .fmsp-app select:focus, .fmsp-app textarea:focus{border-color:var(--fmsp-blue);box-shadow:0 0 0 3px rgba(23, 105, 224, .13);}
.fmsp-app label small{color:var(--fmsp-muted);display:block;font-size:11px;margin-top:5px;}
.fmsp-subject-list{display:grid;gap:12px;margin-bottom:14px;}
.fmsp-subject-card{background:#f8fafc;border:1px solid var(--fmsp-line);border-radius:14px;max-width:100%;min-width:0;padding:15px;transition:opacity .18s, border-color .18s;}
.fmsp-subject-card.is-disabled{opacity:.55;}
.fmsp-subject-card.is-disabled .fmsp-subject-fields{pointer-events:none;}
.fmsp-subject-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:13px;}
.fmsp-switch-label{align-items:center;display:flex;gap:10px;margin:0;}
.fmsp-switch-label > span{margin-bottom:0 !important;}
.fmsp-switch-label input[type="checkbox"]{height:1px;opacity:0;position:absolute;width:1px;}
.fmsp-switch{background:#9fb3c8;border-radius:20px;cursor:pointer;height:24px;position:relative;transition:background .2s;width:42px;}
.fmsp-switch::after{background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(16, 42, 67, .3);content:"";height:18px;left:3px;position:absolute;top:3px;transition:transform .2s;width:18px;}
.fmsp-switch-label input:checked + .fmsp-switch{background:var(--fmsp-blue);}
.fmsp-switch-label input:checked + .fmsp-switch::after{transform:translateX(18px);}
.fmsp-switch-label input:focus-visible + .fmsp-switch{box-shadow:0 0 0 3px rgba(23, 105, 224, .2);}
.fmsp-subject-name, .fmsp-subject-name-input{color:var(--fmsp-navy);font-size:15px;}
.fmsp-subject-name-input{min-height:38px !important;width:min(320px, 58vw) !important;}
.fmsp-remove-subject, .fmsp-icon-button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--fmsp-muted);cursor:pointer;display:inline-flex;font-size:22px;height:34px;justify-content:center;width:34px;}
.fmsp-remove-subject:hover, .fmsp-icon-button:hover{background:#feeef0;color:var(--fmsp-red);}
.fmsp-subject-fields{display:grid;gap:11px;grid-template-columns:repeat(4, minmax(0, 1fr));}
.fmsp-subject-fields label, .fmsp-day-row label{min-width:0;}
.fmsp-subject-fields input, .fmsp-subject-fields select, .fmsp-day-row input{max-width:100%;min-width:0;}
.fmsp-subject-fields input, .fmsp-subject-fields select{min-height:40px !important;padding:7px 9px !important;}
.fmsp-topic-field{grid-column:1 / -1;}
.fmsp-topic-field textarea{min-height:104px !important;padding:11px 12px !important;resize:vertical;}
.fmsp-availability{border:1px solid var(--fmsp-line);border-radius:13px;overflow:hidden;}
.fmsp-day-row{align-items:end;background:#fff;border-bottom:1px solid var(--fmsp-line);display:grid;gap:16px;grid-template-columns:minmax(130px, .7fr) minmax(260px, 1.5fr) 140px 140px;padding:12px 15px;}
.fmsp-day-row:last-child{border-bottom:0;}
.fmsp-day-row.is-disabled{background:#f8fafc;opacity:.58;}
.fmsp-day-toggle{align-items:center;display:flex;gap:9px;min-height:44px;}
.fmsp-day-toggle > span{color:var(--fmsp-navy) !important;font-size:14px !important;margin:0 !important;}
.fmsp-day-toggle input{accent-color:var(--fmsp-blue);height:18px;width:18px;}
.fmsp-day-subjects{min-width:0;}
.fmsp-day-subjects summary{background:#fff;border:1px solid #bcccdc;border-radius:10px;cursor:pointer;list-style:none;min-height:44px;padding:6px 11px;}
.fmsp-day-subjects summary::-webkit-details-marker{display:none;}
.fmsp-day-subjects summary::after{color:var(--fmsp-blue);content:"＋";float:right;font-weight:800;margin-top:-20px;}
.fmsp-day-subjects[open] summary::after{content:"−";}
.fmsp-day-subjects summary > span, .fmsp-day-subjects summary > strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fmsp-day-subjects summary > span{color:#486581;font-size:10px;font-weight:700;}
.fmsp-day-subjects summary > strong{color:var(--fmsp-navy);font-size:12px;padding-right:20px;}
.fmsp-day-subject-options{display:grid;gap:7px;grid-template-columns:repeat(auto-fit, minmax(125px, 1fr));padding:10px 2px 2px;}
.fmsp-day-subject-options label{align-items:center;background:var(--fmsp-sky);border:1px solid #d4e5fb;border-radius:8px;cursor:pointer;display:flex;gap:7px;min-height:34px;padding:6px 8px;}
.fmsp-day-subject-options label:has(input:checked){background:#dcecff;border-color:#9fc5f8;}
.fmsp-day-subject-options input{accent-color:var(--fmsp-blue);flex:0 0 auto;height:16px;width:16px;}
.fmsp-day-subject-options label > span{color:var(--fmsp-navy);font-size:11px;margin:0;}
.fmsp-day-row.is-disabled .fmsp-day-subjects{pointer-events:none;}
.fmsp-button{align-items:center;border:1px solid transparent;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:750;gap:6px;justify-content:center;min-height:43px;padding:9px 16px;text-decoration:none !important;transition:background .18s, border-color .18s, transform .18s;}
.fmsp-button:hover{transform:translateY(-1px);}
.fmsp-button-primary{background:var(--fmsp-blue);color:#fff !important;}
.fmsp-button-primary:hover{background:var(--fmsp-blue-dark);}
.fmsp-button-secondary{background:#fff;border-color:#bcccdc;color:var(--fmsp-navy) !important;}
.fmsp-button-secondary:hover{border-color:var(--fmsp-blue);color:var(--fmsp-blue) !important;}
.fmsp-button-danger{background:#fff;border-color:#f3b7be;color:var(--fmsp-red) !important;}
.fmsp-button-block{display:flex;width:100%;}
.fmsp-generate-bar{align-items:center;background:var(--fmsp-navy);border-radius:17px;color:#fff;display:flex;gap:20px;justify-content:space-between;margin-bottom:26px;padding:20px 22px;}
.fmsp-generate-bar strong, .fmsp-generate-bar span{display:block;}
.fmsp-generate-bar span{color:#bcccdc;font-size:13px;}
.fmsp-generate-bar .fmsp-button{min-width:180px;}
.fmsp-notice{border:1px solid;border-radius:12px;font-size:14px;margin-bottom:18px;padding:13px 16px;}
.fmsp-notice-info{background:#eef6ff;border-color:#afd4ff;color:#175b9b;}
.fmsp-notice-success{background:#ecf9f3;border-color:#9fdec6;color:#176a4c;}
.fmsp-notice-warning{background:#fff8e5;border-color:#efd38e;color:#815500;}
.fmsp-notice-error{background:#fff0f1;border-color:#f0b4bb;color:#a62c39;}
.fmsp-account-card, .fmsp-tips{margin-bottom:0;}
.fmsp-account-card > h2, .fmsp-tips > h2{border-bottom:1px solid var(--fmsp-line);margin-bottom:14px;padding-bottom:12px;}
.fmsp-account-card p{color:var(--fmsp-muted);font-size:13px;}
.fmsp-text-link{color:var(--fmsp-blue);display:block;font-size:13px;margin-top:10px;text-align:center;}
.fmsp-member-greeting{margin-bottom:12px;}
.fmsp-empty-small{background:var(--fmsp-bg);border-radius:10px;color:var(--fmsp-muted);font-size:13px;padding:14px;}
.fmsp-plan-history{display:grid;gap:8px;}
.fmsp-history-item{align-items:stretch;border:1px solid var(--fmsp-line);border-radius:10px;display:flex;overflow:hidden;}
.fmsp-history-load{background:#fff;border:0;color:var(--fmsp-text);cursor:pointer;flex:1;padding:9px 11px;text-align:left;}
.fmsp-history-load:hover{background:var(--fmsp-sky);}
.fmsp-history-load strong, .fmsp-history-load span{display:block;}
.fmsp-history-load strong{color:var(--fmsp-navy);font-size:12px;}
.fmsp-history-load span{color:var(--fmsp-muted);font-size:11px;}
.fmsp-history-delete{background:#fff;border:0;border-left:1px solid var(--fmsp-line);color:#829ab1;cursor:pointer;font-size:18px;width:34px;}
.fmsp-history-delete:hover{background:#fff0f1;color:var(--fmsp-red);}
.fmsp-tips ul{list-style:none;margin:0;padding:0;}
.fmsp-tips li{color:var(--fmsp-muted);font-size:13px;margin:0 0 11px;padding-left:23px;position:relative;}
.fmsp-tips li::before{align-items:center;background:var(--fmsp-sky);border-radius:50%;color:var(--fmsp-blue);content:"✓";display:flex;font-size:9px;font-weight:900;height:16px;justify-content:center;left:0;position:absolute;top:2px;width:16px;}
.fmsp-result{background:#fff;border:1px solid var(--fmsp-line);border-radius:18px;box-shadow:0 8px 30px rgba(16, 42, 67, .07);padding:26px;}
.fmsp-result.is-saving .fmsp-schedule{opacity:.68;pointer-events:none;}
.fmsp-result-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px;}
.fmsp-result-header .fmsp-eyebrow{color:var(--fmsp-blue);}
.fmsp-result-header h2{color:var(--fmsp-navy);font-size:26px;margin-bottom:4px;}
.fmsp-result-header p{color:var(--fmsp-muted);font-size:14px;margin-bottom:0;}
.fmsp-result-actions{display:flex;flex-wrap:wrap;gap:8px;}
.fmsp-progress-wrap{background:var(--fmsp-bg);border-radius:12px;margin-bottom:20px;padding:13px 15px;}
.fmsp-progress-label{display:flex;font-size:12px;justify-content:space-between;margin-bottom:7px;}
.fmsp-progress-label strong{color:var(--fmsp-navy);}
.fmsp-progress-label span{color:var(--fmsp-blue);font-weight:800;}
.fmsp-progress{background:#d9e2ec;border-radius:10px;height:8px;overflow:hidden;}
.fmsp-progress span{background:linear-gradient(90deg, var(--fmsp-blue), #25a1e8);border-radius:10px;display:block;height:100%;transition:width .25s;width:0;}
.fmsp-schedule{display:block;min-width:0;}
.fmsp-plan-table-wrap{border:1px solid var(--fmsp-line);border-radius:14px;overflow-x:auto;overscroll-behavior-x:contain;}
.fmsp-plan-table{background:#fff;border-collapse:separate;border-spacing:0;color:var(--fmsp-text);font-size:12px;min-width:1130px;table-layout:fixed;width:100%;}
.fmsp-plan-table th, .fmsp-plan-table td{border-bottom:1px solid #e4ebf3;border-right:1px solid #e8eef5;line-height:1.4;padding:11px 10px;text-align:left;vertical-align:middle;}
.fmsp-plan-table thead th{background:var(--fmsp-navy);color:#fff;font-size:11px;font-weight:800;letter-spacing:.01em;padding-bottom:12px;padding-top:12px;}
.fmsp-plan-table thead th:first-child{border-radius:13px 0 0;width:112px;}
.fmsp-plan-table thead th:nth-child(2),
.fmsp-plan-table thead th:nth-child(3){width:70px;}
.fmsp-plan-table thead th:nth-child(4){width:128px;}
.fmsp-plan-table thead th:nth-child(5){width:190px;}
.fmsp-plan-table thead th:nth-child(6){width:180px;}
.fmsp-plan-table thead th:nth-child(7){width:62px;}
.fmsp-plan-table thead th:nth-child(8){width:68px;}
.fmsp-plan-table thead th:nth-child(9){text-align:center;width:60px;}
.fmsp-plan-table thead th:last-child{border-radius:0 13px 0 0;border-right:0;text-align:center;width:76px;}
.fmsp-plan-table tbody tr:last-child td, .fmsp-plan-table tbody tr:last-child th{border-bottom:0;}
.fmsp-plan-table td:last-child{border-right:0;}
.fmsp-plan-table .fmsp-task{transition:background .18s, opacity .18s;}
.fmsp-plan-table .fmsp-task:hover td{background:#f8fbff;}
.fmsp-plan-table .fmsp-task.is-completed td{background:#f1faf6;color:#71869a;}
.fmsp-plan-table .fmsp-task.is-completed .fmsp-table-topic, .fmsp-plan-table .fmsp-task.is-completed .fmsp-table-work{text-decoration:line-through;text-decoration-color:#9fb3c8;}
.fmsp-table-day{background:#eef5ff;color:var(--fmsp-blue-dark);position:sticky;left:0;z-index:1;}
.fmsp-table-day strong, .fmsp-table-day span{display:block;}
.fmsp-table-day strong{font-size:13px;}
.fmsp-table-day span{color:var(--fmsp-muted);font-size:10px;font-weight:500;margin-top:3px;}
.fmsp-table-start, .fmsp-table-end, .fmsp-table-duration, .fmsp-table-questions{text-align:center !important;white-space:nowrap;}
.fmsp-table-start strong, .fmsp-table-end strong{color:var(--fmsp-navy);font-size:12px;}
.fmsp-table-subject strong{color:var(--fmsp-navy);font-size:12px;}
.fmsp-table-topic{color:#344e68;font-weight:650;}
.fmsp-table-work{color:var(--fmsp-muted);}
.fmsp-table-status, .fmsp-plan-table .fmsp-table-action{text-align:center;}
.fmsp-task-check{align-items:center;display:flex;justify-content:center;}
.fmsp-task-check input{height:1px;opacity:0;position:absolute;width:1px;}
.fmsp-task-check span{align-items:center;background:#fff;border:2px solid #9fb3c8;border-radius:50%;cursor:pointer;display:flex !important;height:24px;justify-content:center;margin:0 !important;width:24px;}
.fmsp-task-check input:checked + span{background:var(--fmsp-green);border-color:var(--fmsp-green);}
.fmsp-task-check input:checked + span::after{color:#fff;content:"✓";font-size:13px;font-weight:900;}
.fmsp-task-check input:focus-visible + span{box-shadow:0 0 0 3px rgba(23, 105, 224, .17);}
.fmsp-task-edit{background:#fff;border:1px solid var(--fmsp-line);border-radius:8px;color:var(--fmsp-muted);cursor:pointer;font-size:11px;padding:6px 9px;}
.fmsp-task-edit:hover{border-color:var(--fmsp-blue);color:var(--fmsp-blue);}
.fmsp-modal[hidden]{display:none;}
.fmsp-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:999999;}
.fmsp-modal-backdrop{background:rgba(9, 30, 50, .64);inset:0;position:absolute;}
.fmsp-modal-dialog{background:#fff;border-radius:17px;box-shadow:0 30px 80px rgba(0, 0, 0, .28);max-height:calc(100vh - 36px);max-width:620px;overflow:auto;padding:22px;position:relative;width:100%;}
.fmsp-modal-header{align-items:center;border-bottom:1px solid var(--fmsp-line);display:flex;justify-content:space-between;margin-bottom:18px;padding-bottom:12px;}
.fmsp-modal-header h2{color:var(--fmsp-navy);font-size:20px;margin:0;}
.fmsp-modal-actions{display:flex;gap:10px;justify-content:space-between;margin-top:20px;}
.fmsp-modal-open{overflow:hidden;}
@media(max-width:1050px){
.fmsp-layout{grid-template-columns:1fr;}
.fmsp-sidebar{grid-template-columns:repeat(2, minmax(0, 1fr));position:static;}
.fmsp-subject-fields{grid-template-columns:repeat(2, minmax(0, 1fr));}
.fmsp-topic-field{grid-column:1 / -1;}
}
@container fmsp-main (max-width: 780px) {
.fmsp-subject-fields{grid-template-columns:repeat(2, minmax(0, 1fr));}
.fmsp-topic-field{grid-column:1 / -1;}
.fmsp-fields-3{grid-template-columns:repeat(2, minmax(0, 1fr));}
.fmsp-fields-3 > :last-child{grid-column:1 / -1;}
.fmsp-day-row{grid-template-columns:repeat(2, minmax(0, 1fr));}
.fmsp-day-toggle, .fmsp-day-subjects{grid-column:1 / -1;}
}
@container fmsp-main (max-width: 520px) {
.fmsp-subject-fields, .fmsp-fields-3, .fmsp-day-row{grid-template-columns:1fr;}
.fmsp-topic-field, .fmsp-fields-3 > :last-child{grid-column:auto;}
.fmsp-day-toggle, .fmsp-day-subjects{grid-column:auto;}
}
@media(max-width:760px){
.fmsp-app{--fmsp-page-width:calc(100vw - 20px);padding:14px 10px 38px;}
.fmsp-hero{align-items:flex-start;border-radius:18px;flex-direction:column;min-height:0;padding:27px 22px;}
.fmsp-session{flex-basis:auto;min-height:64px;width:100%;}
.fmsp-panel, .fmsp-result{border-radius:15px;padding:18px;}
.fmsp-fields-3, .fmsp-fields-2{grid-template-columns:1fr;}
.fmsp-field-wide{grid-column:auto;}
.fmsp-day-row{align-items:start;grid-template-columns:1fr 1fr;}
.fmsp-day-toggle, .fmsp-day-subjects{grid-column:1 / -1;}
.fmsp-sidebar{grid-template-columns:1fr;}
.fmsp-generate-bar, .fmsp-result-header{align-items:stretch;flex-direction:column;}
.fmsp-generate-bar .fmsp-button{width:100%;}
.fmsp-result-actions .fmsp-button{flex:1;}
.fmsp-plan-table{font-size:11px;min-width:960px;}
.fmsp-plan-table th, .fmsp-plan-table td{padding:9px 8px;}
}
@media(max-width:520px){
.fmsp-subject-fields{grid-template-columns:1fr;}
.fmsp-topic-field{grid-column:auto;}
.fmsp-day-row{grid-template-columns:1fr;}
.fmsp-day-toggle{grid-column:auto;}
.fmsp-modal-actions{align-items:stretch;flex-direction:column-reverse;}
}
@media print {
@page { size: A4 landscape; margin: 10mm; }
#wpadminbar,
.fm-header, .fm-footer, .fm-article-header, .fmsp-hero, .fmsp-notice, .fmsp-form, .fmsp-sidebar { display: none !important; }
body * { visibility: hidden !important; }
#fmsp-result,
#fmsp-result * { visibility: visible !important; }
.fmsp-app { margin: 0 !important; padding: 0 !important; width: 100% !important; }
.fmsp-layout, .fmsp-main { display: block !important; }
#fmsp-result { border: 0; box-shadow: none; left: 0; padding: 0; position: absolute; top: 0; width: 100%; }
.fmsp-result-actions, .fmsp-task-edit, .fmsp-notice { display: none !important; }
.fmsp-plan-table-wrap { border-radius: 0; overflow: visible; }
.fmsp-plan-table { font-size: 8.5px; min-width: 0; table-layout: fixed; width: 100%; }
.fmsp-plan-table th, .fmsp-plan-table td { padding: 5px 4px; }
.fmsp-plan-table thead th { font-size: 8px; }
.fmsp-plan-table .fmsp-table-action { display: none !important; }
.fmsp-table-day { position: static; }
.fmsp-task { break-inside: avoid; }
}