#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#213547;background-color:#fff}body{margin:200px auto 0;min-width:320px;min-height:100vh;background-color:#f9f9f9;max-width:800px}h1{font-size:3.2em;line-height:1.1;margin-bottom:1rem}#search{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px}#amount_input,#time_input{padding:.8rem 1.2rem;font-size:1.1rem;border:1px solid #ddd;border-radius:8px;outline:none;transition:border-color .2s;background-color:#f8f9fa;color:#213547}#amount_input:focus,#time_input:focus{border-color:#646cff}#amount_input{width:200px}table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;margin-top:2rem}thead{background-color:#f8f9fa}th{padding:1.2rem;font-weight:600;color:#444;text-align:left;border-bottom:2px solid #eee}td{padding:1.2rem;border-bottom:1px solid #eee;color:#333;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover{background-color:#fcfcfc}td:first-child{display:flex;align-items:center;gap:1rem;font-weight:500}td img{height:32px;width:50px;object-fit:contain}td:last-child,th:last-child{font-weight:700;color:#646cff;text-align:right}.loading,.error{padding:2rem;font-size:1.2rem;color:#666}.error{color:#dc3545}
