@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#0b0f19;--foreground:#e2e8f0;--accent:#38bdf8;--accent-hover:#0ea5e9;--accent-glow:#38bdf84d;--card-bg:#1e293b99;--card-border:#33415599;--win-color:#4ade80;--win-bg:#4ade8026;--loss-color:#f87171;--loss-bg:#f8717126}*{box-sizing:border-box;margin:0;padding:0;font-family:inherit}html,body{background-color:var(--background);color:var(--foreground);min-height:100vh;font-family:Inter,-apple-system,sans-serif;position:relative;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 15%,#38bdf814,#0000 25%),radial-gradient(circle at 85% 30%,#4ade800a,#0000 25%);width:100%;height:100%;position:fixed;top:0;left:0}button{cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif}input{font-family:Inter,sans-serif}
.SyncIndicator-module__mGjmyq__container{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;border-radius:14px;width:280px;padding:1.25rem;transition:all .3s;animation:.4s ease-out SyncIndicator-module__mGjmyq__slideIn;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 32px #0006}@keyframes SyncIndicator-module__mGjmyq__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SyncIndicator-module__mGjmyq__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.SyncIndicator-module__mGjmyq__title{color:#fff;letter-spacing:.5px;font-size:.9rem;font-weight:800}.SyncIndicator-module__mGjmyq__controls{align-items:center;gap:.5rem;display:flex}.SyncIndicator-module__mGjmyq__stopBtn{color:#ef4444;cursor:pointer;text-transform:uppercase;background:#ef44441a;border:1px solid #ef44444d;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;transition:all .2s}.SyncIndicator-module__mGjmyq__stopBtn:hover{background:#ef444433;border-color:#ef4444}.SyncIndicator-module__mGjmyq__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1rem}.SyncIndicator-module__mGjmyq__closeBtn:hover{color:#fff}.SyncIndicator-module__mGjmyq__player{color:var(--accent);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.SyncIndicator-module__mGjmyq__progressArea{margin-bottom:.5rem}.SyncIndicator-module__mGjmyq__bar{background:#ffffff0d;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.SyncIndicator-module__mGjmyq__fill{background:linear-gradient(90deg,#3b82f6 0%,#a855f7 100%);height:100%;transition:width .3s ease-out}.SyncIndicator-module__mGjmyq__phase{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.4rem;font-size:.8rem;font-weight:600;overflow:hidden}.SyncIndicator-module__mGjmyq__meta{color:#94a3b8;justify-content:space-between;font-size:.75rem;display:flex}.SyncIndicator-module__mGjmyq__count{color:#4ade80;margin-top:.5rem;font-size:.75rem}.SyncIndicator-module__mGjmyq__error{color:#ef4444;margin-top:.5rem;font-size:.75rem}.SyncIndicator-module__mGjmyq__cancelled{background:#0f172af2;border-color:#64748b66}.SyncIndicator-module__mGjmyq__cancelled .SyncIndicator-module__mGjmyq__title{color:#94a3b8}.SyncIndicator-module__mGjmyq__finished{border-color:#10b981}
