:root{--bg:#f4f3ef;--card:#fff;--ink:#20231f;--muted:#6d726b;--green:#176f59;--lime:#d9ef65;--red:#b53f3f;--yellow:#d3991c;--line:#dedfd8;--radius:18px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px max(18px,env(safe-area-inset-left));background:#171a17;color:white}.brand{color:white;text-decoration:none;font-weight:800}.brand span{font-weight:500;color:var(--lime);font-size:.78rem}.topbar nav{display:flex;gap:14px}.topbar nav a{color:white;text-decoration:none;font-size:.92rem}.shell{width:min(1100px,100%);margin:auto;padding:22px 18px 60px}.hero{display:flex;gap:18px;align-items:end;justify-content:space-between;margin-bottom:22px}.hero h1,.card h1{font-size:clamp(1.8rem,6vw,3.6rem);line-height:1.02;margin:.25rem 0 .5rem}.hero p{margin:0;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800;color:var(--green)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 12px 30px rgba(22,29,22,.04)}.narrow{max-width:520px;margin:8vh auto}.stack,.form-grid{display:grid;gap:16px}label{display:grid;gap:7px;font-weight:700;font-size:.92rem}input,select{width:100%;padding:13px 14px;border:1px solid #cfd2ca;border-radius:11px;background:white;font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:var(--green);color:white;padding:12px 16px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.button.secondary{background:#e9ebe5;color:var(--ink)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-actions{grid-column:1/-1;display:flex;gap:10px}.notice{border-radius:12px;padding:13px 15px;margin-bottom:16px}.notice-success{background:#dff5e9;color:#155e45}.notice-error{background:#fae2e2;color:#832d2d}.status-row{display:flex;gap:10px;align-items:center}.dot{width:11px;height:11px;border-radius:50%;display:inline-block}.dot-yellow{background:var(--yellow)}dl{margin:18px 0 0}dl div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-top:1px solid var(--line)}dt{color:var(--muted)}dd{margin:0;text-align:right;font-weight:700}.metric{font-size:3rem;font-weight:900;line-height:1}.muted{color:var(--muted);font-size:.9rem}.checklist{padding:0;list-style:none}.checklist li{padding:8px 0;border-top:1px solid var(--line)}.checklist li:before{content:'○';margin-right:9px}.checklist li.done:before{content:'✓';color:var(--green);font-weight:900}.footer{text-align:center;padding:24px;color:var(--muted);font-size:.82rem}@media(max-width:760px){.grid,.form-grid{grid-template-columns:1fr}.hero{align-items:stretch;flex-direction:column}.hero .button{width:100%}.topbar nav a:first-child{display:none}.card{padding:18px}.form-actions{grid-column:auto;flex-direction:column}.button,button{min-height:48px}}
textarea{width:100%;padding:13px 14px;border:1px solid #cfd2ca;border-radius:11px;background:white;font:inherit;resize:vertical}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.page-head h1{font-size:clamp(2rem,6vw,3.4rem);line-height:1;margin:.3rem 0}.backlink{display:block;color:var(--green);font-weight:700;text-decoration:none;margin-bottom:12px}.structure-card{padding:8px}.component-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);min-height:66px;padding:8px 14px}.component-row:last-child{border-bottom:0}.component-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1;color:var(--ink);text-decoration:none}.component-main span:last-child{display:grid;min-width:0}.component-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.component-main small{color:var(--muted)}.status-dot{display:inline-block;flex:0 0 auto;width:12px;height:12px;border-radius:50%}.status-gray{background:#9ca39a}.status-yellow{background:#d3991c}.status-blue{background:#3675b8}.status-green{background:#21865e}.status-red{background:#c34242}.child-count{color:var(--muted);font-size:.78rem;white-space:nowrap}.level-1{padding-left:42px}.level-2{padding-left:76px}.level-3{padding-left:110px}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:18px}.status-pill{border-radius:999px;padding:8px 13px;font-size:.86rem;font-weight:800;color:#fff}.full{width:100%;margin-top:14px}.mini-list{display:grid}.mini-list a{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;border-top:1px solid var(--line);padding:11px 0}.text-link{display:inline-block;margin-top:14px;color:var(--green);font-weight:800;text-decoration:none}.empty-state{text-align:center;padding:44px 18px}.danger-zone{border-color:#ebc2c2}.button.danger{background:var(--red)}
@media(max-width:760px){.page-head{align-items:stretch;flex-direction:column}.page-head>.button{width:100%}.detail-grid{grid-template-columns:1fr}.component-row{padding:10px 8px}.level-1{padding-left:28px}.level-2{padding-left:48px}.level-3{padding-left:68px}.child-count{display:none}.topbar nav a{font-size:.82rem}.topbar nav{gap:10px}}
