:root{--paper:#fffdf8;--ink:#252b26;--muted:#626960;--accent:#bb4c00;--orange:#ed6d01;--line:#dedfd6;--tint:#f0f2e8;--error:#a82929;--white:#fff;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Noto Sans JP",Meiryo,sans-serif;font-synthesis:none;color:var(--ink);background:var(--paper);line-height:1.65}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit;color:inherit}button,a,input,textarea,select{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-underline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:32px;letter-spacing:.04em;line-height:1.45;margin-bottom:5px}h2{font-size:22px;letter-spacing:.035em;line-height:1.5}h3{font-size:17px;line-height:1.6}p{margin-bottom:16px}.muted,small{color:var(--muted)}small{font-size:14px}.skip{position:fixed;top:-100px;left:20px;background:white;padding:10px;z-index:20}.skip:focus{top:10px}.header{border-bottom:1px solid var(--line);padding:17px 32px;display:flex;gap:28px;align-items:center;justify-content:space-between}.brand{font-weight:750;font-size:21px;letter-spacing:.03em;text-decoration:none;display:flex;align-items:center;gap:11px}.mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:34px;background:var(--orange);color:white;border-radius:4px;font-size:21px;font-weight:650}.header-right{display:flex;align-items:center;gap:18px;font-size:14px}.quiet{border:0;background:transparent;padding:8px 4px;text-decoration:underline;text-underline-offset:4px;font-size:14px}.nav{display:flex;gap:7px;padding:10px 28px;align-items:center;border-bottom:1px solid var(--line);background:var(--paper)}.nav a{display:flex;align-items:center;gap:7px;padding:9px 15px;font-size:15px;text-decoration:none;border-radius:5px}.nav a.active{background:var(--ink);color:white}.nav a:hover{outline:1px solid var(--line)}.icon{width:19px;height:19px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.nav .outside{margin-left:auto;font-size:14px;color:var(--muted)}main{max-width:1160px;margin:0 auto;padding:34px 30px 80px}.title-row{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-bottom:24px}.title-row p{margin:0;font-size:15px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 19px;border:1px solid var(--ink);border-radius:5px;background:var(--ink);color:white;text-decoration:none;font-size:15px;font-weight:550;white-space:nowrap}.button.secondary{background:white;color:var(--ink);border-color:var(--line)}.button.danger{background:white;color:var(--error);border-color:#dbb9b9}.button:hover{filter:brightness(.92)}.noticebar{display:flex;gap:20px;justify-content:space-between;align-items:center;background:var(--tint);border-left:3px solid var(--orange);padding:16px 20px;margin-bottom:24px}.noticebar p{margin:3px 0 0;font-size:14px;color:var(--muted)}.noticebar strong{font-size:16px;font-weight:600}.noticebar a{font-size:14px;white-space:nowrap}.filters{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:28px 0 18px}.filter{border:1px solid var(--line);background:transparent;min-height:40px;border-radius:5px;padding:7px 14px;font-size:14px}.filter[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.count{font-size:14px;color:var(--muted);margin-left:auto}.month{margin:29px 0 8px;font-size:17px;font-weight:650}.post-list{border-top:1px solid var(--line)}.post-row{display:grid;grid-template-columns:118px 1fr 146px 78px;gap:22px;align-items:center;padding:23px 0;border-bottom:1px solid var(--line)}.date{font-variant-numeric:tabular-nums;display:flex;flex-direction:column}.date strong{font-size:22px;font-weight:550}.date span{font-size:14px;color:var(--muted)}.post-info{min-width:0}.post-info h3{margin:4px 0;font-size:17px;font-weight:600;overflow-wrap:anywhere}.meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--muted)}.category{color:var(--accent);font-weight:550;font-size:13px}.badge{display:inline-flex;align-items:center;width:fit-content;font-size:13px;border:1px solid var(--line);border-radius:4px;padding:3px 8px;white-space:nowrap}.badge.scheduled{border-color:#b9c5b5;background:#edf2e9}.badge.published{background:var(--ink);color:white;border-color:var(--ink)}.badge.attention,.badge.partial{color:var(--error);border-color:#e1b6a5;background:#fff2ec}.state-cell{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.state-cell small{font-size:12px}.row-open{text-align:center;font-size:14px;min-height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;text-decoration:none}.empty{text-align:center;padding:64px 20px;border:1px solid var(--line);border-radius:8px;color:var(--muted)}.section{margin-top:32px}.surface{background:white;border:1px solid var(--line);border-radius:8px;padding:24px}.editor-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.4fr);gap:30px}.field{display:block;margin:0 0 21px;font-size:15px;font-weight:550}.field input,.field textarea,.field select{display:block;width:100%;margin-top:8px;font-weight:400;background:#fff;border:1px solid #bfc3b9;border-radius:5px;padding:11px 12px;font-size:16px;line-height:1.7}.field textarea{min-height:190px;resize:vertical}.field small{display:block;margin-top:6px;font-weight:400;font-size:13px}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.choices{border:0;padding:0;margin:0 0 22px}.choices legend{font-size:15px;font-weight:550;margin-bottom:10px}.choice{display:inline-flex;gap:10px;align-items:center;margin-right:17px;min-height:44px;font-size:16px}.choice input{width:18px;height:18px;accent-color:var(--ink)}.upload-box{border:1px dashed #9ba194;background:var(--paper);border-radius:6px;min-height:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:22px;text-align:center}.upload-box .icon{width:32px;height:32px;margin-bottom:8px;color:var(--accent)}.upload-box p{font-size:14px;color:var(--muted);margin:0}.video{width:100%;max-height:340px;background:#171b18;display:block;border-radius:5px;margin-bottom:16px}.file-name{font-size:14px;overflow-wrap:anywhere;font-weight:550;margin-bottom:10px}.upload-label{position:relative;overflow:hidden}.upload-label input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding-top:24px;margin-top:24px;flex-wrap:wrap}.helper{font-size:14px;color:var(--muted);line-height:1.9}.progress{display:block;width:100%;height:8px;accent-color:var(--orange);margin-top:15px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.account-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px}.account-head h2{margin:0;font-size:23px}.account-name{font-size:20px;font-weight:600;overflow-wrap:anywhere}.account .helper{min-height:53px}.steps{list-style:none;padding:0;counter-reset:steps}.steps li{display:grid;grid-template-columns:40px 1fr;gap:18px;counter-increment:steps;border-bottom:1px solid var(--line);padding:24px 0}.steps li:before{content:counter(steps,decimal-leading-zero);color:var(--accent);font-size:23px;line-height:1.5}.steps h3{font-size:18px;margin:0 0 7px}.steps p{font-size:15px;color:var(--muted);margin:0}.guide{max-width:750px}.guide .surface{margin-top:28px}.guide blockquote{margin:14px 0 18px;padding:18px;border-left:3px solid var(--orange);background:var(--paper);font-size:15px;white-space:pre-line}.member-row{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.member-row small{margin-left:15px}.join{max-width:530px;padding-top:70px}.join .surface{padding:30px}.join h1{font-size:27px;margin-bottom:18px}.join p{font-size:16px}.loading{text-align:center;padding-top:120px}.loading .mark{margin-bottom:24px}.error{color:var(--error);font-size:14px;white-space:pre-line}.checklist{padding-left:20px;font-size:14px;line-height:1.9}.audit{list-style:none;padding:0;font-size:14px}.audit li{padding:13px 0;border-bottom:1px solid var(--line)}.audit time{font-size:13px;color:var(--muted);margin-right:16px}.audit small{margin-left:12px}#notice{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);border-radius:6px;background:var(--ink);color:white;padding:13px 20px;z-index:30;font-size:15px;white-space:pre-line}#notice:empty{display:none}dialog{padding:30px;border:1px solid var(--line);border-radius:10px;width:min(590px,calc(100% - 32px));max-height:85vh;background:var(--paper)}dialog::backdrop{background:rgba(25,30,26,.5)}dialog h2{margin-bottom:17px}.review-caption{white-space:pre-wrap;background:white;padding:18px;border:1px solid var(--line);max-height:170px;overflow:auto;font-size:14px}.review-meta{display:grid;grid-template-columns:110px 1fr;gap:13px;font-size:15px;margin-bottom:18px}.review-meta dt{color:var(--muted)}.review-meta dd{margin:0}.back{display:inline-flex;align-items:center;gap:7px;font-size:14px;text-decoration:none;margin-bottom:22px}.external-note{font-size:13px;color:var(--muted);margin-top:16px}.hidden{display:none!important}details summary{cursor:pointer;font-size:15px;font-weight:550}details p{margin-top:12px}.invite-result{margin-top:22px}.invite-result input{width:100%;font-size:14px;padding:12px;margin-bottom:12px;border:1px solid var(--line)}
@media(max-width:800px){.header{padding:15px 22px}.header-right .member-name{display:none}.nav{padding-left:16px;padding-right:16px}.nav a{padding:8px 11px}.nav .outside{display:none}.post-row{grid-template-columns:95px 1fr 110px;gap:16px}.row-open{grid-column:3;grid-row:1;align-self:end;margin-top:36px;min-height:38px}.state-cell{grid-column:3;grid-row:1;align-self:start}.state-cell small{display:none}.editor-grid{grid-template-columns:1fr 1.3fr;gap:20px}.account-grid{gap:16px}}
@media(max-width:600px){body{padding-bottom:67px}.header{padding:14px 20px;gap:14px}.brand{font-size:18px;gap:9px}.mark{width:27px;height:29px;font-size:18px}.header-right{gap:5px}.quiet{font-size:13px}.nav{position:fixed;bottom:0;left:0;right:0;z-index:10;border-top:1px solid var(--line);border-bottom:0;padding:7px 8px calc(7px + env(safe-area-inset-bottom));justify-content:space-around;gap:2px;background:var(--paper)}.nav a{flex-direction:column;gap:2px;font-size:12px;padding:6px 15px;min-width:70px}.nav a.active{color:var(--accent);background:transparent}.nav .icon{height:21px;width:21px}main{padding:26px 20px 42px}h1{font-size:26px}.title-row{align-items:flex-start;gap:12px;margin-bottom:22px}.title-row p{font-size:13px}.title-row .button{font-size:13px;padding:9px 12px;min-height:41px}.noticebar{padding:14px 16px;display:block}.noticebar strong{font-size:15px}.noticebar p{font-size:13px}.noticebar a{display:inline-block;margin-top:8px;font-size:13px}.filters{gap:7px;margin-top:23px}.filter{font-size:13px;padding:6px 10px;min-height:37px}.count{width:100%;margin:3px 0 0;font-size:13px}.month{font-size:16px;margin-top:24px}.post-row{grid-template-columns:65px 1fr;gap:13px;padding:20px 0;align-items:start}.date strong{font-size:19px}.date span{font-size:12px}.post-info h3{font-size:16px;line-height:1.6;margin-top:5px}.category,.meta{font-size:12px}.state-cell{grid-column:2;grid-row:2;align-self:center;margin-top:0;flex-direction:row;gap:10px}.row-open{grid-column:2;grid-row:2;justify-self:end;align-self:center;width:63px;margin-top:0;min-height:36px;font-size:13px}.badge{font-size:12px;padding:2px 7px}.editor-grid{grid-template-columns:1fr;gap:24px}.surface{padding:20px}.upload-box{min-height:180px}.upload-box .icon{width:28px;height:28px}.field{font-size:15px}.field input,.field textarea,.field select{font-size:16px}.field textarea{min-height:180px}.two{grid-template-columns:1fr;gap:0}.actions{gap:10px;justify-content:stretch}.actions .button{flex:1;font-size:14px;padding:11px 12px}.account-grid{grid-template-columns:1fr;gap:18px}.account-head{margin-bottom:17px}.account-head h2{font-size:22px}.account .helper{min-height:0}.account-name{font-size:19px}.steps li{grid-template-columns:29px 1fr;gap:12px;padding:21px 0}.steps h3{font-size:17px}.steps p{font-size:14px}.steps li:before{font-size:21px}.guide blockquote{font-size:14px}.join{padding-top:42px}.join .surface{padding:24px}.join h1{font-size:24px}.member-row small{display:block;margin-left:0}.audit time{display:block}.audit small{display:block;margin-left:0}.review-meta{grid-template-columns:85px 1fr;font-size:14px}dialog{padding:23px}#notice{bottom:85px;font-size:14px}.external-note{font-size:12px}.back{margin-bottom:20px}}

.member-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.member-row .member-actions .quiet{min-height:44px}@media(max-width:600px){.member-row{flex-direction:column;gap:8px}.member-actions{justify-content:flex-start}}

.cover-section{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.cover-section h2{display:flex;align-items:center;gap:10px}.optional{font-size:12px;font-weight:400;color:var(--muted);border:1px solid var(--line);padding:2px 7px;border-radius:3px}.cover-preview{display:block;max-width:100%;width:auto;max-height:270px;object-fit:contain;border:1px solid var(--line);border-radius:5px;margin-bottom:12px;background:white}.cover-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:16px 0 10px}.review-cover{display:block;max-height:150px;max-width:100%;margin-top:10px;border:1px solid var(--line);border-radius:4px}.upload-label:has(input:disabled){opacity:.5;pointer-events:none}

/* Monthly date editing follows the existing paper / ink layout. */
.title-actions{display:flex;flex-wrap:wrap;gap:10px}.month-heading{display:flex;gap:18px;align-items:baseline;flex-wrap:wrap;margin-top:29px}.month-heading .month{margin:0 0 8px}.month-heading>a{font-size:14px;margin-left:auto}.month-heading>.helper{flex-basis:100%;margin-top:-12px}.dates-page{max-width:1030px}.month-picker{display:flex;align-items:end;gap:14px;margin-bottom:24px}.month-picker .field{margin:0;max-width:240px;flex:1}.month-picker .button{min-height:51px;min-width:49px}.month-picker input{min-width:0;width:100%}.month-settings .choices{margin-bottom:12px}.mode-options{display:flex;flex-wrap:wrap;gap:6px 24px}.mode-options .choice{margin:0}.month-settings .helper{margin:0}.date-list-heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin:32px 0 15px}.date-list-heading h2{margin:0;font-size:21px}.date-list-heading h2 span{font-size:15px;font-weight:400}.common-time{display:flex;align-items:end;gap:12px;padding:16px 20px;background:var(--tint);border-radius:5px;margin-bottom:12px}.common-time .field{margin:0;max-width:210px;flex:1}.common-time .button{min-height:51px}.date-edit-row{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.date-post-title{display:flex;gap:17px;align-items:baseline;min-width:0}.date-number{font-size:19px;color:var(--accent);font-variant-numeric:tabular-nums}.date-post-title h3{font-size:16px;margin:0 0 5px;overflow-wrap:anywhere}.date-post-title a{font-size:13px;display:inline-flex;align-items:center;min-height:44px}.date-post-title .helper{margin:5px 0 0;font-size:12px}.date-inputs{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:12px}.date-inputs .field{margin:0;font-size:13px}.date-inputs input{min-width:0;width:100%;min-height:50px;padding:10px}.date-inputs input:disabled{opacity:1;background:var(--tint);color:var(--muted)}.date-save-note{margin:24px 0 8px}.dates-page #dates-error:not(:empty){border-left:3px solid var(--error);padding:15px;margin-top:22px;background:#fff2ec}.date-save{position:sticky;bottom:0;background:var(--paper);padding:18px 0;margin-top:20px}.date-save .button{min-height:48px}
@media(max-width:800px){.schedule-title{flex-direction:column;align-items:stretch}.date-edit-row{grid-template-columns:minmax(0,1fr) 290px;gap:18px}}
@media(max-width:600px){.title-actions{display:grid;grid-template-columns:1fr 1fr}.title-actions .button{font-size:14px;min-height:46px;padding:10px}.month-heading{gap:13px;margin-top:24px}.month-heading>a{font-size:13px}.month-picker{gap:10px}.month-picker .field{max-width:none}.month-picker .button{padding:10px;min-width:44px}.month-settings{padding:16px}.mode-options{display:grid;gap:4px}.mode-options .choice{font-size:15px}.date-list-heading{margin-top:25px;gap:8px}.date-list-heading h2{font-size:19px}.date-list-heading>.helper{font-size:12px}.common-time{padding:14px;gap:10px}.common-time .field{font-size:13px;min-width:0}.common-time .button{font-size:13px;padding:10px 12px}.date-edit-row{grid-template-columns:1fr;gap:11px;padding:19px 0}.date-post-title{gap:13px}.date-number{font-size:17px}.date-inputs{margin-left:33px;gap:10px}.date-inputs input{font-size:16px}.date-save{bottom:calc(71px + env(safe-area-inset-bottom));padding:12px 0}.dates-page .date-save .button{padding:10px;font-size:14px}.date-save .button.secondary{flex:1.4}.dates-page .date-save-note{font-size:13px}}
.dates-page>.title-row>.quiet{flex-shrink:0;white-space:nowrap;min-height:44px}.month-settings summary{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:32px;font-size:14px;list-style:none}.month-settings summary::-webkit-details-marker{display:none}.month-settings summary .muted{font-size:13px;font-weight:400;text-decoration:underline;white-space:nowrap}.month-settings[open] .choices{margin-top:22px}.month-settings[open] summary{padding-bottom:16px;border-bottom:1px solid var(--line)}.month-settings:not([open]){padding-top:12px;padding-bottom:12px}

/* Production workflow: phone first, one clear next action per post. */
:root{--nav-height:76px;--review:#a64100}body{overflow-wrap:break-word}.brand small{display:block;font-size:12px;line-height:1.4;font-weight:500;color:var(--muted);margin-top:2px}.header .brand{font-size:18px}.header .quiet{min-height:44px;display:inline-flex;align-items:center}.nav{gap:14px}.nav a{min-height:44px}.nav a.active{background:var(--ink)}.eyebrow{font-size:13px;margin:0 0 4px;color:var(--muted)}.hub-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.hub-heading h1{font-size:28px;margin:0}.hub-heading .quiet{white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}.hub-hint{font-size:14px;color:var(--muted);margin:0 0 20px}.task-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 22px;max-width:650px}.task-filters button{min-height:48px;border:1px solid var(--line);border-radius:5px;background:white;font-size:14px;display:flex;align-items:center;justify-content:center;gap:9px}.task-filters button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.task-filters span{font-size:12px;opacity:.85}.task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.task-card{background:white;border:1px solid var(--line);border-radius:8px;padding:16px 18px 0;min-width:0}.task-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.task-top time{font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}.task-status{font-size:12px;display:inline-flex;align-items:center;min-height:25px;line-height:1.5;color:var(--ink);background:var(--tint);padding:3px 8px;border-radius:3px}.task-status.reviewing{color:var(--review);background:#fff1e6}.task-main{display:flex;gap:13px;align-items:center;margin-bottom:12px}.task-main>div:last-child{min-width:0;flex:1}.task-main h2{font-size:16px;line-height:1.55;margin:3px 0 4px;letter-spacing:.015em}.task-main h2 a{text-decoration:none}.task-main h2 a:hover{text-decoration:underline}.task-owner{font-size:12px;color:var(--muted);margin:0}.task-thumb{width:48px;height:64px;border-radius:3px;object-fit:cover;flex-shrink:0;background:var(--tint)}.task-thumb.placeholder{display:grid;place-items:center;color:#697165;font-size:20px;border:1px solid var(--line)}.task-main .category{font-size:12px}.task-next{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;min-height:48px;font-size:14px;text-decoration:none;gap:8px}.task-next span:last-child{font-size:20px;color:var(--accent)}.task-card.complete .task-status{color:white;background:var(--ink)}.hub-footnote{font-size:13px;color:var(--muted);margin:24px 0 0}.schedule-controls{display:flex;gap:14px;align-items:end;margin:20px 0 16px}.schedule-controls label{display:flex;flex-direction:column;gap:6px;flex:1;font-size:13px;max-width:300px}.schedule-controls select,.simple-filter select{font:inherit;border:1px solid #bfc3b9;background:white;border-radius:5px;min-height:46px;padding:9px 12px;font-size:16px;color:var(--ink);max-width:100%}.schedule-controls .button{min-height:46px}.simple-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;font-size:13px}.simple-filter label{display:flex;align-items:center;gap:12px}.simple-filter select{font-size:14px}.simple-filter>span{white-space:nowrap;color:var(--muted)}.work-page{max-width:790px}.post-heading{margin-bottom:20px}.post-heading h1{font-size:25px;margin:12px 0 9px;line-height:1.5;overflow-wrap:anywhere}.post-heading p{font-size:13px;color:var(--muted);margin:0}.post-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line);margin:0 0 25px;gap:4px}.post-tabs a{min-height:48px;padding:11px 4px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;border-bottom:3px solid transparent;line-height:1.4}.post-tabs a[aria-current=page]{border-color:var(--accent);font-weight:650;color:var(--accent)}.next-panel{background:var(--tint);border-left:3px solid var(--orange);padding:14px 17px;margin:0 0 24px}.next-panel span{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.next-panel strong{font-size:16px;font-weight:600}.work-page .field input,.work-page .field select{min-height:48px}.work-page .field textarea{min-height:140px}.work-page .field{margin-bottom:21px}.work-page textarea{resize:vertical}.sticky-save{position:sticky;bottom:0;background:var(--paper);padding:13px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;z-index:5;gap:10px}.sticky-save .button{min-height:48px;min-width:170px}.save-state{font-size:13px;color:var(--muted);white-space:nowrap}.work-checklist{margin:30px 0;padding-top:20px;border-top:1px solid var(--line)}.work-checklist h2{font-size:19px}.work-checklist>div{display:flex;gap:12px;align-items:center;padding:10px 0}.work-checklist>div>span:last-child{margin-left:auto;font-size:13px;color:var(--muted)}.checkmark{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;width:22px;height:22px;flex-shrink:0;font-size:13px;color:var(--muted)}.checkmark.done{color:white;background:var(--ink);border-color:var(--ink)}.work-checklist .button{margin-top:16px}.resource-link{display:flex;align-items:center;min-height:48px;gap:8px;font-size:14px;padding:8px 0;overflow-wrap:anywhere}.activity,.auto-publish{border-top:1px solid var(--line);padding-top:20px;margin-top:30px}.activity summary,.auto-publish summary,.correction summary,.publish-tools summary{min-height:44px;display:list-item;align-content:center}.activity p{font-size:13px;border-bottom:1px solid var(--line);padding:12px 0;margin:0}.activity time,.activity small{display:block;font-size:12px;color:var(--muted)}.publish-explainer h2,.publish-tools h2,.publication-list>h2{font-size:20px}.publish-explainer p{font-size:15px}.publish-tools{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.download-actions{display:flex;gap:10px;flex-wrap:wrap}.download-actions .button{min-height:48px}.copy-text{white-space:pre-wrap;padding:16px;border:1px solid var(--line);background:white;font-size:14px}.publication-list{margin-top:30px}.publication-card{border:1px solid var(--line);border-radius:7px;background:white;padding:22px;margin-bottom:18px}.publication-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.publication-title h3{margin:0;font-size:19px}.publication-card .field{font-size:14px;margin-top:16px;margin-bottom:14px}.publication-card .field input{font-size:16px;min-width:0}.publication-card .button{max-width:100%;white-space:normal}.publication-confirm{display:flex;align-items:flex-start;font-size:14px;line-height:1.8;margin:12px 0 20px;gap:10px;min-height:44px}.publication-confirm input{flex-shrink:0;margin-top:5px}.publication-card form .button{width:100%}.correction{margin-top:12px;font-size:13px}.correction summary{color:var(--muted);font-weight:400}.form-error:empty{display:none}.form-error:not(:empty){margin:16px 0;padding:14px;border-left:3px solid var(--error);background:#fff2ec;font-size:14px}.resource-list{display:grid;gap:14px;margin-top:26px}.resource-list a{display:block;border:1px solid var(--line);border-radius:7px;padding:22px;text-decoration:none;background:white}.resource-list strong{display:block;font-size:17px;margin-bottom:8px}.resource-list span{font-size:14px;color:var(--muted)}.editor-section{border:1px solid var(--line);border-radius:7px;background:white;margin-bottom:14px}.editor-section>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:60px;padding:14px 18px;list-style:none}.editor-section>summary::-webkit-details-marker{display:none}.editor-section>summary>span{font-size:16px}.editor-section>summary b{font-size:13px;color:var(--accent);margin-right:7px}.editor-section>summary>small{font-size:12px;color:var(--muted);white-space:nowrap}.editor-section>summary:after{content:'＋';color:var(--muted)}.editor-section[open]>summary:after{content:'−'}.editor-section-body{padding:6px 18px 18px}.editor-section-body .field:last-child{margin-bottom:0}.editor-section .upload-box{min-height:140px;padding:18px}.editor-section .upload-box p{font-size:13px}.editor-section .video{max-height:260px}.editor-section .upload-label.section{margin-top:16px}.editor-section .cover-section{margin-top:20px;padding-top:18px}.editor-section .cover-section h2{font-size:17px}.editor-section .cover-preview{max-height:170px}.editor-section .cover-section .external-note{display:none}.editor-section .cover-section .helper{font-size:13px;line-height:1.75}.editor-follow{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:18px}.inline-note{border-left:3px solid var(--orange);padding:10px 14px;font-size:13px;background:var(--tint);margin-bottom:24px}.work-page .back{min-height:44px;margin-bottom:12px}.work-page .steps h3{font-size:18px}.work-page .steps p{font-size:15px}#confirm-change{z-index:40}#confirm-change h2{font-size:21px}#confirm-change p{font-size:16px}#confirm-change .actions{justify-content:stretch}#confirm-change .button{flex:1;min-height:48px;white-space:normal}.dates-page .month-settings summary{min-height:44px}.dates-page .date-list-heading{margin-top:20px}
@media(min-width:1100px){.task-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.task-top{gap:8px}.task-top time{font-size:12px}.task-card{padding-left:15px;padding-right:15px}.task-main h2{font-size:15px}}
@media(max-width:600px){
  body{padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.header{padding:10px 16px;gap:8px}.header .brand{font-size:16px;gap:9px;line-height:1.35}.header .brand small{font-size:11px}.header .quiet{font-size:12px;padding:6px;white-space:nowrap}.header-right{gap:1px}.nav{height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:7px 8px calc(7px + env(safe-area-inset-bottom));gap:4px}.nav a{min-width:0;flex:1;min-height:52px;padding:5px 6px;font-size:12px;justify-content:center;gap:4px}.nav a.active{background:transparent;color:var(--accent)}.nav .icon{width:21px;height:21px}.mobile-hub,.work-page{padding:20px 16px 42px}.hub-heading h1{font-size:26px}.hub-heading{margin-bottom:9px}.hub-heading .quiet{font-size:12px}.hub-hint{font-size:13px;margin-bottom:16px}.task-filters{gap:5px;margin-bottom:16px}.task-filters button{font-size:12px;min-height:46px;padding:5px 3px;gap:5px}.task-filters span{font-size:11px}.task-grid{grid-template-columns:minmax(0,1fr);gap:12px}.task-card{padding:13px 14px 0}.task-top{margin-bottom:10px}.task-main{gap:12px;margin-bottom:10px}.task-main h2{font-size:16px}.task-next{min-height:46px;font-size:14px}.task-top time{font-size:12px}.task-status{font-size:12px}.task-owner{font-size:12px}.hub-heading .compact{padding:8px 11px;font-size:13px;min-height:44px}.schedule-controls{gap:9px;margin:16px 0 14px}.schedule-controls label{min-width:0}.schedule-controls .button{font-size:13px;padding:10px;min-height:46px}.simple-filter{margin-bottom:16px}.simple-filter select{max-width:225px;font-size:13px}.post-heading h1{font-size:22px;margin:9px 0 8px}.post-heading{margin-bottom:13px}.post-tabs{margin-bottom:20px}.post-tabs a{font-size:13px;min-height:48px}.work-page .back{font-size:13px}.next-panel{padding:12px 14px;margin-bottom:20px}.next-panel strong{font-size:15px}.work-page .field{font-size:15px}.work-page .two{display:grid;grid-template-columns:1fr;gap:0}.work-page .field input,.work-page .field select,.work-page .field textarea{font-size:16px}.sticky-save{bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:12px 0;margin-top:22px}.sticky-save .button{flex:0 1 auto;min-width:170px;font-size:15px;min-height:48px}.save-state{font-size:12px}.publication-card{padding:18px 15px}.publication-title h3{font-size:18px}.publication-title .badge{font-size:11px;white-space:normal}.publication-list>h2,.publish-tools h2{font-size:18px}.publication-card .button{min-height:48px;font-size:14px}.download-actions{gap:8px}.download-actions .button{font-size:13px;flex:1 1 auto;padding:10px 12px}.editor-section>summary{padding:12px 14px;gap:8px}.editor-section>summary>span{font-size:15px}.editor-section>summary>small{font-size:11px}.editor-section-body{padding:4px 14px 16px}.editor-section .upload-box{min-height:132px}.editor-section .upload-box strong{font-size:15px}.editor-section .cover-section .helper{font-size:12px}.editor-follow{display:block}.dates-page{padding-left:16px;padding-right:16px}.dates-page .date-save{bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.dates-page .date-save .button{min-height:48px}.dates-page .date-save-note{margin-top:18px}#notice{bottom:calc(var(--nav-height) + env(safe-area-inset-bottom) + 78px);font-size:14px;padding:11px 15px;width:max-content;max-width:calc(100% - 32px)}.resource-list a{padding:18px}.resource-list strong{font-size:16px}.work-page .surface p{font-size:15px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
