*{box-sizing:border-box}body{margin:0;background:#0b0d0e;color:#eee;font:15px system-ui}header{padding:20px;border-bottom:1px solid #303638;display:flex;justify-content:space-between}header i{color:#ff7a18;font-style:normal}header small,.muted,label{color:#929b9f}main{max-width:850px;margin:auto;padding:24px 16px}.hero,.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:12px 0}.cards{grid-template-columns:repeat(3,1fr)}article,#attention div,#list div{background:#15191b;border:1px solid #2b3134;border-radius:15px;padding:16px}.wide{grid-column:1/-1}.hero strong,.cards strong{display:block;font-size:1.7rem;margin-top:8px}.wide strong{font-size:2.4rem}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}button,input,select{padding:14px;border:1px solid #303638;border-radius:11px;background:#171b1d;color:white;font:inherit}button{font-weight:800}.orange{background:#ff7a18;color:#111}#attention,#list{display:grid;gap:8px}#list{margin-bottom:30px}.row{display:flex;justify-content:space-between}form{display:grid;gap:10px}dialog{background:#101315;color:white;border:1px solid #333;border-radius:16px;width:min(92vw,450px)}.good{color:#71d38a}.bad{color:#ff7474}@media(max-width:600px){.cards{grid-template-columns:1fr 1fr}.cards article:last-child{grid-column:1/-1}}