:root{font-family:system-ui,-apple-system,"Noto Sans KR",sans-serif;color:#f4f7fb;background:#090d13;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#111925,#090d13 35%);min-height:100vh}main{max-width:760px;margin:auto;padding:22px 15px 60px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}h1{margin:0;font-size:30px}header p{margin:4px 0;color:#8ca0b8}.dot{width:17px;height:17px;border-radius:50%;box-shadow:0 0 15px currentColor}.dot.running{color:#21d785;background:#21d785}.dot.stopped{color:#ef4444;background:#ef4444}.card{background:#151e2b;border:1px solid #27364a;border-radius:15px;padding:16px;margin-bottom:14px;box-shadow:0 8px 28px #0005}.login{max-width:460px;margin:60px auto}.login input{width:100%;padding:14px;border:1px solid #35475f;border-radius:10px;background:#0e1621;font-size:16px;margin:10px 0}button{border:0;border-radius:10px;padding:13px 16px;font-size:15px;font-weight:700;cursor:pointer}.primary{background:#2296f3;color:white}.danger{background:#d93c47;color:white}.controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.summary div{min-width:0}.summary small{display:block;color:#91a5bb;margin-bottom:5px}.summary strong{display:block;color:#62adff;font-size:18px;white-space:nowrap}.status div{display:flex;justify-content:space-between;gap:15px;padding:5px 0}.status span{color:#aab9ca}.sectionTitle{font-size:17px;margin:24px 3px 10px}.sectionTitle span{float:right;color:#6fb8ff}.position{border:1px solid #33465d;border-radius:14px;padding:15px;margin-bottom:11px;background:#151e2b}.positionTop{display:flex;justify-content:space-between;align-items:center}.position h3{margin:0}.position .price{font-size:18px;color:#fff}.meta{color:#9cb0c7;font-size:13px;line-height:1.6;margin:9px 0}.track{height:10px;background:#3d2427;border-radius:8px;overflow:hidden}.track i{height:100%;display:block;background:#268ff0}.progressText{font-size:12px;color:#9bb0c6;margin:6px 0 12px}.closeBtn{width:100%;background:#3c4655;color:#fff}.list .row{display:flex;justify-content:space-between;border-bottom:1px solid #29384b;padding:10px 0;gap:8px}.list .row:last-child{border:0}.muted{color:#8fa3b9}.error{color:#ff6f7a}dialog{border:1px solid #40536a;border-radius:15px;background:#17212e;color:white;max-width:390px;padding:22px}dialog::backdrop{background:#000a}dialog div{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}@media(max-width:540px){.summary{grid-template-columns:1fr 1fr}.summary div:first-child{grid-column:1/-1}.summary strong{font-size:17px}}

