*{box-sizing:border-box}body{margin:0;background:#0b0e13;color:#f5f7fa;font-family:Arial,sans-serif}.app{max-width:680px;margin:auto;padding:14px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}h1{font-size:24px;margin:0 0 5px}header p{margin:0;color:#9aa3af;font-size:13px}h2{font-size:17px;margin:0 0 14px}.panel{background:#141922;border:1px solid #252c38;border-radius:16px;padding:16px;margin-bottom:12px;box-shadow:0 8px 25px #0004}.ghost{background:transparent;color:#cbd5e1;border:1px solid #394252;border-radius:10px;padding:9px 12px}.balance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.balance div{background:#0e1219;border-radius:12px;padding:11px}.balance span{display:block;color:#8f98a6;font-size:11px}.balance strong{display:block;margin-top:5px;font-size:15px}.prediction{font-size:29px;font-weight:800;text-align:center;padding:18px 8px;border-radius:13px;background:#0e1219}.confidence{text-align:center;margin-top:10px;font-weight:700}.note{color:#8f98a6;font-size:11px;text-align:center;margin:12px 0 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.grid button{min-height:70px;background:#1b222d;border:1px solid #303a48;border-radius:12px;color:#fff;font-size:22px;cursor:pointer}.grid small{display:block;font-size:11px;color:#aeb7c4;margin-top:5px}.grid button:active,.defend:active{transform:scale(.98)}.defend{width:100%;margin-top:9px;padding:13px;border:0;border-radius:12px;background:#26303d;color:#fff;font-weight:800}.sectionHead{display:flex;justify-content:space-between;align-items:center}.sectionHead span{font-size:12px;color:#8993a1}.history{display:flex;flex-direction:column;gap:7px}.empty{color:#778190;font-size:13px}.item{display:flex;justify-content:space-between;align-items:center;background:#0e1219;padding:10px 12px;border-radius:10px}.item b{font-size:14px}.item small{color:#7f8998}.bars>div{margin:13px 0}.bars label{display:flex;justify-content:space-between;font-size:12px;color:#b6bfcc}progress{width:100%;height:9px} @media(max-width:430px){h1{font-size:21px}.balance{gap:6px}.balance strong{font-size:13px}}