:root{--bg:#f6f7f6;--surface:#fff;--text:#1f2a24;--muted:#5f6b64;--line:#d9e0dc;--accent:#047857;--accent-text:#fff;--ok:#047857;--ng:#b42318;--ok-bg:#e7f5ef;--ng-bg:#fdecea;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#111513;--surface:#1a201d;--text:#e6ebe8;--muted:#9aa6a0;--line:#2d3531;--accent:#34d399;--accent-text:#0b1210;--ok:#34d399;--ng:#f97066;--ok-bg:#12291f;--ng-bg:#2d1614;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;margin:0;font-family:system-ui,-apple-system,Hiragino Sans,Noto Sans JP,sans-serif;font-size:16px;line-height:1.7}.screen{max-width:560px;padding:max(16px, env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));flex-direction:column;gap:16px;margin:0 auto;display:flex}.title{margin:8px 0 0;font-size:1.25rem}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:8px;display:flex}.between{justify-content:space-between}.muted{color:var(--muted)}.small{font-size:.85rem}button{font:inherit;border:1px solid var(--line);cursor:pointer;border-radius:12px;min-height:48px;padding:10px 16px}button:disabled{opacity:.45;cursor:default}.primary{background:var(--accent);color:var(--accent-text);border-color:var(--accent);font-weight:700}.secondary{background:var(--surface);color:var(--text)}.link{color:var(--accent);text-align:left;background:0 0;border:none;min-height:32px;padding:4px 0}.choice{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:center;gap:10px;padding:14px 16px;display:flex}.choice.on{border-color:var(--accent)}.choice input{width:20px;height:20px;accent-color:var(--accent)}.field{flex-direction:column;gap:6px;display:flex}input,select{font:inherit;border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--text);border-radius:10px;min-width:0;padding:8px 10px}.stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.stat{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;align-items:center;padding:12px 8px;display:flex}.stat .num{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:800}.stat .label{color:var(--muted);font-size:.75rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.card p{margin:0}.card.ok{background:var(--ok-bg);border-color:var(--ok)}.card.ng{background:var(--ng-bg);border-color:var(--ng)}.bar{background:var(--line);border-radius:99px;height:8px;overflow:hidden}.bar>div{background:var(--accent);height:100%}.question{margin:0;font-size:1.05rem}.journal{grid-template-columns:1fr 1fr;gap:8px;display:grid}.side{flex-direction:column;gap:8px;min-width:0;display:flex}.side-head{text-align:center;border-bottom:2px solid var(--line);font-weight:700}.entry{flex-direction:column;gap:4px;display:flex}.entry input{text-align:right;font-variant-numeric:tabular-nums}table.answer{border-collapse:collapse;width:100%;font-size:.9rem}table.answer th,table.answer td{border-bottom:1px solid var(--line);text-align:left;width:50%;padding:4px}.cloze{margin:0;line-height:2.4}.cloze .blank{max-width:100%;min-height:36px;margin:0 2px;padding:2px 6px}.cloze .hit{color:var(--ok);border-bottom:2px solid var(--ok);font-weight:700}.cloze .miss{color:var(--ng);border-bottom:2px solid var(--ng);font-weight:700}.badge{background:var(--ng-bg);color:var(--ng);white-space:nowrap;border-radius:99px;padding:2px 8px;font-size:.75rem}.stack.tight{gap:6px}textarea{font:inherit;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;width:100%;padding:8px 10px}.row>button{flex:1}nav.row>button{flex:none}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--surface);min-height:40px;color:var(--text);border-radius:99px;padding:6px 12px}.chip.on{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.chips.scale .chip{flex:1 0 40px;min-width:40px;padding:6px 0}.daily{grid-template-columns:repeat(14,1fr);align-items:end;gap:4px;height:96px;display:grid}.day{height:100%;color:var(--muted);flex-direction:column;justify-content:flex-end;align-items:center;font-size:.65rem;display:flex}.day .fill{background:var(--accent);border-radius:3px 3px 0 0;width:100%;min-height:2px}.notice{background:var(--ng-bg);max-width:560px;color:var(--ng);border-radius:12px;margin:12px auto 0;padding:10px 16px}.rotation{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.rotation.due{border-left:4px solid var(--ng)}.rotation-body{flex:1;min-width:0}.rotation-name{overflow-wrap:anywhere}.rotation .rank{background:var(--surface);min-width:36px;min-height:36px;color:var(--text);border-radius:50%;padding:0;font-weight:800}.rotation .rank-A{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.rotation .done{background:var(--ok-bg);min-height:40px;color:var(--ok);border-color:var(--ok);flex:none;font-weight:700}.rotation .link{text-align:center;min-width:28px;color:var(--muted);flex:none}.row.wrap{flex-wrap:wrap;gap:0 16px}.row.wrap>button:last-child{margin-left:auto}.chip.small{min-height:34px;font-size:.85rem}.overview{margin:0;padding-left:1.2em}.topic{gap:8px;padding:10px 12px}.topic-head{width:100%;min-height:36px;color:var(--text);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:0;display:flex}.topic-name{overflow-wrap:anywhere;flex:1;font-weight:700}.imp{border:1px solid var(--line);border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:800;display:inline-flex}.imp-A{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.years{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.cell{text-align:center;background:var(--bg);color:var(--muted);border:1px solid var(--line);border-radius:4px;padding:2px 0;font-size:.7rem;display:inline-block}.legend .cell{vertical-align:middle;width:14px;height:14px;padding:0}.cell.theory{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.cell.calc{background:color-mix(in srgb, var(--accent) 35%, var(--surface));border-color:var(--accent);color:var(--text)}.cell.both{background:linear-gradient(135deg, var(--accent) 50%, color-mix(in srgb, var(--accent) 35%, var(--surface)) 50%);border-color:var(--accent);color:var(--text);font-weight:700}.appearances{margin:0;padding-left:1.2em}.splash{text-align:center;cursor:pointer;justify-content:center;min-height:100dvh}.quote{word-break:auto-phrase;flex-direction:column;gap:10px;margin:0;display:flex}.quote blockquote{word-break:auto-phrase;text-wrap:balance;margin:0;font-family:Hiragino Mincho ProN,Yu Mincho,Noto Serif JP,serif;font-size:1.3rem;line-height:1.8}.quote figcaption{font-size:.9rem}.quote .modern{text-wrap:pretty;margin:0;font-size:.95rem;line-height:1.8}.quote .hint{border-top:1px solid var(--line);color:var(--muted);margin:8px 0 0;padding-top:12px;font-size:.9rem}.quote.compact{background:var(--surface);border:1px solid var(--line);text-align:left;border-radius:12px;padding:14px 16px}.quote.compact blockquote{font-size:1rem}.quote.compact .modern{font-size:.85rem}.quote.compact .hint{margin:0;padding-top:8px;font-size:.85rem}
