@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Libre+Franklin:wght@400;600&family=Newsreader:opsz,wght@6..72,400&display=swap');
:root{--ink:#1c1b18;--paper:#f4f1e9;--line:#d3cec1;--green:#b8e3c8;--red:#f1b09f}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Libre Franklin",sans-serif;overflow:hidden}.review-header{height:68px;display:flex;align-items:center;gap:35px;padding:0 28px;border-bottom:1px solid var(--ink);background:#faf8f2}.review-header a,.review-header button{color:var(--ink);background:none;border:0;text-decoration:none;font:10px "DM Mono";text-transform:uppercase;cursor:pointer}.review-header button{margin-left:auto;border-bottom:1px solid}.progress{display:flex;align-items:center;gap:15px;color:#777;font:10px "DM Mono"}.progress i{display:block;width:180px;height:3px;background:#ddd8cb}.progress b{display:block;height:100%;width:0;background:var(--ink)}.review-layout{height:calc(100vh - 68px);display:grid;grid-template-columns:minmax(0,1fr) 390px}.document{min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--ink)}.document-head{min-height:125px;padding:22px 30px;display:flex;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.document-head span{color:#b14c34;font:10px "DM Mono";text-transform:uppercase}.document-head h1{max-width:850px;margin:7px 0 0;font:31px/1.05 "Newsreader"}.document-head a{flex-shrink:0;color:var(--ink);font:10px "DM Mono";text-transform:uppercase}.preview{flex:1;min-height:0;background:white;overflow:auto}.preview iframe{width:100%;height:100%;border:0}.text-preview{max-width:760px;margin:auto;padding:50px;font:18px/1.65 "Newsreader"}.text-preview h2{font-size:32px}.classification{display:grid;grid-template-rows:auto 1fr 1fr auto auto;gap:12px;padding:22px;background:#24231f}.current{display:flex;justify-content:space-between;color:#aaa;font:9px "DM Mono";text-transform:uppercase}.current strong{color:white}.choice{display:flex;align-items:center;gap:22px;padding:28px;border:0;text-align:left;cursor:pointer;transition:transform .12s,filter .12s}.choice:hover{filter:brightness(1.04);transform:scale(1.01)}.choice:active{transform:scale(.985)}.choice.known{background:var(--green);color:#153b27}.choice.questionable{background:var(--red);color:#582015}.key{display:grid;place-items:center;width:62px;height:62px;border:2px solid currentColor;font:26px "DM Mono"}.choice span:last-child{display:grid;gap:7px}.choice b{font:42px/1 "Newsreader"}.choice small{font-size:11px}.secondary{display:grid;grid-template-columns:1fr 1fr;gap:8px}.secondary button,.undo{padding:14px;border:1px solid #ffffff40;color:white;background:none;cursor:pointer;font:10px "DM Mono";text-transform:uppercase}.undo{display:flex;justify-content:space-between}.empty{display:grid;place-items:center;height:100%;text-align:center}.empty h2{font:44px "Newsreader"}.empty p{color:#777}@media(max-width:850px){body{overflow:auto}.review-layout{height:auto;display:flex;flex-direction:column}.document{height:62vh;border-right:0}.review-layout .classification{min-height:500px}.review-header{gap:15px}.progress i{width:80px}.document-head h1{font-size:23px}.document-head{padding:16px}.document-head a{display:none}.choice b{font-size:34px}}
