:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f1e8;color:#1e2a22;--ink:#1e2a22;--forest:#24452f;--sage:#71816f;--paper:#fffdf8;--line:#d9d3c5;--rust:#9a4f35;--good:#2f6b45}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f7f3e9,#efeadd);color:var(--ink)}a{color:inherit;text-decoration:none}.button,button{border:0;border-radius:10px;background:var(--forest);color:white;padding:11px 16px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}button:disabled{opacity:.45;cursor:not-allowed}.secondary{background:#dde3d9}.ghost,.secondary{color:var(--forest)}.ghost{background:transparent;border:1px solid var(--line)}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #cfc8b9;background:#fff;border-radius:9px;font:inherit;color:var(--ink)}textarea{resize:vertical}label{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:6px}.checkbox{flex-direction:row;align-items:center}.checkbox input{width:auto}.appShell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#1f3327;color:#f4f0e6;padding:28px 22px;justify-content:space-between}.sidebar,.sidebar nav{display:flex;flex-direction:column}.sidebar nav{gap:7px;margin-top:32px}.sidebar nav a{padding:11px 12px;border-radius:9px;color:#cdd6cd}.sidebar nav a.active,.sidebar nav a:hover{background:#35513e;color:white}.brandMark{width:38px;height:38px;border:1px solid #78907e;border-radius:11px;display:grid;place-items:center;font-family:Georgia,serif;font-size:22px}.brandMark.big{width:58px;height:58px;font-size:30px}.sidebar h2{margin:10px 0 0}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.16em;color:#8b9b8c;text-transform:uppercase}.content{width:min(1120px,100%);padding:42px 44px 80px}.pageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.pageHeader h1{font-family:Georgia,serif;font-size:38px;margin:5px 0}.muted{color:#68736a}.card{background:rgba(255,253,248,.94);border:1px solid var(--line);border-radius:16px;padding:20px;margin:16px 0;box-shadow:0 8px 28px rgba(45,48,37,.035)}.statGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.stat{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px}.stat span{display:block;color:#68736a;font-size:13px}.stat strong{font-size:30px;font-family:Georgia,serif}.sectionTitle{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.sectionTitle h2{margin:0;font-family:Georgia,serif}.catalogRow,.listRow,.resultRow{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 3px;border-top:1px solid #e4dfd4}.catalogRow:first-child,.listRow:first-of-type{border-top:0}.catalogRow small,.listRow small,.resultRow small{display:block;color:#718075;margin-top:4px}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#e8e3d8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.badge.approved{background:#dcebdc;color:#295939}.badge.draft{background:#ebe6dd;color:#6f6658}.badge.review{background:#f4e8c7;color:#70591f}.badge.archived,.badge.hidden{background:#eadbd6;color:#784536}.toolbar{display:grid;grid-template-columns:1fr 190px;grid-gap:10px;gap:10px;margin-bottom:12px}.formGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.full{grid-column:1/-1}.scoreGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.scoreItem{border:1px solid #e2dccf;border-radius:12px;padding:13px}.scoreItem strong{display:block;margin-bottom:10px}.alert{padding:12px 14px;border-radius:10px;margin:12px 0}.danger{background:#f8ded6;color:#7d3522}.success{background:#dfeee0;color:#285a38}.successText{color:var(--good)}.readiness ul{color:#8a5038}.ready{padding:12px;border-radius:10px;background:#dfeee0;color:#285a38;font-weight:800}.actionRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.evidenceRow{display:grid;grid-template-columns:1.2fr 1fr 2fr 120px auto;grid-gap:8px;gap:8px;margin:10px 0;align-items:end}.sourceCreator{margin-top:18px;border-top:1px solid var(--line);padding-top:14px}.sourceCreator summary{cursor:pointer;font-weight:800;margin-bottom:14px}.score{width:52px;height:52px;border-radius:50%;background:#dfe8dc;font-size:19px;font-weight:900}.loginPage,.score{display:grid;place-items:center}.loginPage{min-height:100vh;padding:24px;background:#1f3327}.loginCard{width:min(440px,100%);background:#fffdf8;border-radius:20px;padding:32px}.loginCard h1{font-family:Georgia,serif;font-size:36px;margin:8px 0}.loginCard form{gap:12px;margin-top:24px}.center,.loginCard form{display:grid;grid-gap:12px}.center{min-height:100vh;place-items:center;align-content:center;gap:12px}.spinner{width:32px;height:32px;border-radius:50%;border:3px solid #ddd;border-top:3px solid var(--forest);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:900px){.appShell{grid-template-columns:1fr}.sidebar{position:static;height:auto;display:flex;flex-direction:row;align-items:center;padding:16px}.sidebar nav{flex-direction:row;margin:0}.content{padding:26px 18px}.scoreGrid,.statGrid{grid-template-columns:repeat(2,1fr)}.evidenceRow,.formGrid{grid-template-columns:1fr}.full{grid-column:auto}}@media(max-width:600px){.sidebar{overflow:auto}.sidebar .ghost,.sidebar>div:first-child{display:none}.pageHeader{flex-direction:column}.scoreGrid,.statGrid,.toolbar{grid-template-columns:1fr}}.auditRow,.sourceRow{display:flex;justify-content:space-between;gap:18px;padding:15px 2px;border-top:1px solid #e4dfd4}.auditRow:first-child,.sourceRow:first-of-type{border-top:0}.auditRow small,.sourceRow small{display:block;color:#718075;margin-top:4px}.auditMeta{text-align:right}.auditMeta span{font-size:13px;font-weight:700}.sourceActions{gap:8px;flex-shrink:0}.sourceActions,.sourceCount{display:flex;align-items:center}.sourceCount{justify-content:flex-end;color:#68736a;font-size:13px}.sourceNotes{font-size:13px;margin:7px 0 0;max-width:700px}.button.secondary{background:#dde3d9;color:var(--forest);font-size:13px;padding:8px 11px}.methodNote{border-left:4px solid var(--sage);padding-left:14px}.reviewFlag{display:inline-flex;padding:4px 8px;border-radius:999px;background:#f4e8c7;color:#70591f;font-size:11px;font-weight:900}.editorNav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.editorNav a{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fffdf8;font-size:12px;font-weight:800}@media(max-width:700px){.auditRow,.sourceRow{flex-direction:column}.auditMeta{text-align:left}.sourceActions{justify-content:flex-start}}