:root{--ink-strong:#2f2f33;--ink-body:#45413d;--ink-secondary:#66615c;--ink-muted:#746f6a;--ink-on-strong:#fff;--surface:#fff;--surface-soft:#f5f5f6;--surface-muted:#ececef;--line-subtle:#e2e1e3;--line:#cdccd0;--line-strong:#a5a3a8;--danger:#9f3f32;--radius:8px;--radius-lg:12px}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--surface-soft);color:var(--ink-body);-webkit-font-smoothing:antialiased;margin:0;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;line-height:1.7}#root>div{max-width:1120px;margin:0 auto;padding:24px 24px 64px}main{max-width:1120px;margin:0 auto;padding:32px 24px 64px}main:not(.login){background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius-lg);padding:24px 26px 28px}section{border-top:1px solid var(--line-subtle);margin:22px 0 0;padding:22px 0 0}section:first-of-type{margin-top:16px}section section{margin:18px 0 0;padding:18px 0 0}h1{color:var(--ink-strong);letter-spacing:.02em;margin:0 0 20px;font-size:22px;font-weight:700}h2{color:var(--ink-strong);margin:0 0 12px;font-size:17px;font-weight:700}h3{color:var(--ink-strong);margin:20px 0 8px;font-size:15px;font-weight:700}p{margin:0 0 10px}small{color:var(--ink-muted);font-size:13px}code{background:var(--surface-muted);color:var(--ink-strong);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}header{border-bottom:1px solid var(--line);margin:0 0 24px}header nav ul{flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;display:flex}header nav li:last-child{margin-left:auto}header nav button{min-height:44px;color:var(--ink-secondary);background:0 0;border:0;border-bottom:3px solid #0000;border-radius:0;padding:0 14px;font-size:15px;font-weight:600}header nav button:hover{background:var(--surface-muted);color:var(--ink-strong)}header nav button[aria-current=page]{border-bottom-color:var(--ink-strong);color:var(--ink-strong);font-weight:700}button{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);min-height:44px;color:var(--ink-strong);cursor:pointer;padding:0 16px;font-family:inherit;font-size:14px;font-weight:600}button:hover:not(:disabled){background:var(--surface-soft)}button:disabled{opacity:.45;cursor:not-allowed}button[type=submit]{border-color:var(--ink-strong);background:var(--ink-strong);color:var(--ink-on-strong);font-weight:700}button[type=submit]:hover:not(:disabled){background:#1f1f22}button[data-tone=danger]{border-color:var(--danger);color:var(--danger)}button[data-tone=danger]:hover:not(:disabled){background:#fbf1ef}label{color:var(--ink-secondary);margin:12px 0 4px;font-size:13px;font-weight:600;display:block}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:100%;max-width:420px;min-height:44px;color:var(--ink-strong);padding:8px 12px;font-family:inherit;font-size:15px;display:block}textarea{resize:vertical;max-width:640px;min-height:96px;line-height:1.7}input:focus,select:focus,textarea:focus{border-color:var(--ink-strong);outline:2px solid var(--ink-strong);outline-offset:1px}:focus-visible{outline:2px solid var(--ink-strong);outline-offset:2px}form{margin:0 0 8px}label+br{display:none}:is(p:has(>input+button),p:has(>select+button)){flex-wrap:wrap;align-items:center;gap:10px;display:flex}:is(p:has(>input+button)>label,p:has(>select+button)>label){flex-basis:100%;margin-bottom:0}table{border-collapse:collapse;width:100%;margin:8px 0 4px;font-size:14px}:is(section:has(>table),main:has(>table)){overflow-x:auto}caption{color:var(--ink-muted);letter-spacing:.08em;text-align:left;padding:0 0 6px;font-size:12px;font-weight:700}th,td{border-bottom:1px solid var(--line-subtle);text-align:left;vertical-align:top;padding:10px 12px}thead th{background:var(--surface-soft);color:var(--ink-secondary);letter-spacing:.08em;white-space:nowrap;font-size:12px;font-weight:700;position:sticky;top:0}tbody tr:hover{background:var(--surface-soft)}tbody tr:last-child td{border-bottom:0}td button{white-space:nowrap;min-height:44px;padding:0 12px;font-size:13px}th:last-child,td:last-child{white-space:nowrap;width:1%}dl{grid-template-columns:minmax(120px,max-content) 1fr;gap:0;margin:8px 0 16px;display:grid}dt{border-top:1px solid var(--line-subtle);color:var(--ink-muted);padding:9px 0;font-size:13px;font-weight:600}dd{border-top:1px solid var(--line-subtle);color:var(--ink-strong);margin:0;padding:9px 0 9px 20px}dl>dt:first-of-type,dl>dt:first-of-type+dd{border-top:0}[role=alert]:not(:empty),[role=status]:not(:empty){border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);color:var(--ink-body);margin:8px 0 12px;padding:10px 14px;font-size:14px}[role=alert]:not(:empty){border-color:var(--danger);color:var(--danger)}main.login{background:var(--surface);border:1px solid var(--line-subtle);border-radius:var(--radius-lg);max-width:420px;margin-top:12vh;padding:32px 28px 36px}
