*{box-sizing:border-box}body{background:#0f172a;margin:0;font-family:Inter,Arial,sans-serif;overflow-x:hidden}.app{text-align:center;color:#f8fafc;min-height:100vh;padding:25px 40px}h1{margin:8px 0 15px;font-size:38px}.status{justify-content:center;align-items:center;gap:8px;margin-bottom:20px;font-weight:700;display:flex}.status span{border-radius:50%;width:10px;height:10px}.status.connecting span{background:orange}.status.online span{background:#22c55e}.status.offline span{background:#ef4444}.creator-box{background:#1e293b;border-radius:18px;width:min(1100px,95%);margin:0 auto 25px;padding:15px 22px;box-shadow:0 10px 25px #0003}.creator-box p{margin:0 0 12px;font-weight:700}.creator-buttons{justify-content:center;gap:12px;display:flex}.creator-buttons a{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:10px;align-items:center;gap:7px;padding:8px 16px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.creator-buttons a:hover{background:#334155;border-color:#38bdf8}.main-grid{grid-template-columns:1fr 1fr;gap:25px;width:min(1100px,95%);margin:auto;display:grid}.card{background:#1e293b;border-radius:18px;width:100%;min-height:430px;padding:22px;box-shadow:0 12px 30px #00000040}.drop-box{cursor:pointer;border:2px dashed #38bdf8;border-radius:16px;justify-content:center;align-items:center;width:100%;height:90px;display:flex}.drop-box:hover{background:#38bdf81a}.drop-box input{display:none}.preview{object-fit:cover;border-radius:20px;width:260px;height:260px;margin-top:20px}.clear-button{color:#f8fafc;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:10px;justify-content:center;align-items:center;gap:6px;margin:15px auto 0;padding:8px 15px;font-size:14px;transition:all .2s;display:flex}.clear-button:hover{background:#334155;border-color:#ef4444}.examples{justify-content:center;gap:10px;margin-top:18px;display:flex}.example-thumb{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:10px;width:55px;height:55px;transition:all .2s}.example-thumb:hover{transform:scale(1.08)}.example-thumb.selected{border-color:#38bdf8;transform:scale(1.08)}.probabilities{flex-direction:column;justify-content:center;display:flex}.card h2{margin-top:0;font-size:24px}.bar-container{width:100%;margin:14px 0}.label{text-transform:capitalize;justify-content:space-between;margin-bottom:6px;display:flex}.winner{color:#38bdf8;font-weight:700}.bar{background:#334155;border-radius:20px;width:100%;height:12px;overflow:hidden}.fill{background:#38bdf8;border-radius:20px;height:100%}.inference{opacity:.8;margin-top:20px}.model-info{width:min(1100px,95%);min-height:auto;margin:25px auto}.badges{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.badges span{background:#0f172a;border:1px solid #334155;border-radius:20px;padding:8px 14px;font-size:14px}@media (width<=900px){.app{padding:20px 12px}h1{font-size:30px}.main-grid{grid-template-columns:1fr;gap:15px;width:100%}.card{min-height:auto;padding:18px}.creator-box{width:100%;padding:15px}.creator-buttons{flex-direction:column;align-items:center}.creator-buttons a{justify-content:center;width:180px}.drop-box{height:80px}.preview{aspect-ratio:1;width:min(100%,280px);height:auto}.examples{flex-wrap:wrap}.example-thumb{width:50px;height:50px}.probabilities{justify-content:flex-start}.model-info{width:100%}.badges{gap:8px}.badges span{padding:7px 12px;font-size:13px}}@media (width<=480px){.app{padding:15px 8px}h1{font-size:26px}.status{font-size:14px}.card{border-radius:14px;padding:15px}.preview{width:220px}.clear-button{width:140px}.label{font-size:14px}.bar{height:10px}.badges{flex-direction:column;align-items:center}.badges span{width:max-content}}
