:root{--bg:#0a0a0f;--panel-bg:#10101cb3;--panel-border:#ffffff0f;--text:#e0e0e0;--text-dim:#888;--accent:#6366f1;--accent-glow:#6366f14d;--radius:14px;--blur:16px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:before{content:"";z-index:-1;background:radial-gradient(circle at 20% 20%,#6366f114 0%,#0000 50%),radial-gradient(circle at 80% 80%,#a855f70f 0%,#0000 50%),radial-gradient(circle,#3b82f60a 0%,#0000 50%);width:200%;height:200%;position:fixed;top:-50%;left:-50%}.app{max-width:1400px;margin:0 auto;padding:20px 24px 40px}.header{justify-content:space-between;align-items:center;padding:16px 0 24px;display:flex}.logo{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:700}.header-time{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:1.1rem}.grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.col-left,.col-right{flex-direction:column;gap:18px;display:flex}@media (width<=900px){.grid{grid-template-columns:1fr}}@media (width<=640px){.app{padding:12px 10px 24px}.header{padding:8px 0 16px}.logo{font-size:1.3rem}.header-time{font-size:.9rem}.panel{border-radius:12px;padding:14px}.panel-title{margin-bottom:12px;font-size:.72rem}.service-row{gap:6px}.service-pill{gap:5px;padding:5px 10px;font-size:.78rem}.dot{width:7px;height:7px}.lib-grid{gap:8px}.lib-val{font-size:1.5rem}.lib-lbl{font-size:.7rem}.lib-sub{font-size:.68rem}.drive-label{font-size:.8rem}.drive-detail{font-size:.7rem}.recent-scroll{max-height:320px}.recent-poster{width:48px;height:72px}.recent-title{font-size:.82rem}.recent-meta{font-size:.7rem}.recent-summary{-webkit-line-clamp:2;font-size:.7rem}.dl-stats-row{grid-template-columns:repeat(4,1fr);gap:4px}.dl-stat{padding:8px 4px}.dl-stat-val{font-size:.95rem}.dl-stat-lbl{font-size:.62rem}.torrent-list{max-height:200px}.torrent-name{font-size:.75rem}.torrent-meta{font-size:.67rem}.activity-list{gap:4px;max-height:280px}.activity-row{gap:8px;padding:5px 6px}.activity-badge{border-radius:5px;width:22px;height:22px;font-size:.65rem}.activity-title{font-size:.76rem}.activity-sub,.activity-date{font-size:.67rem}::-webkit-scrollbar{width:3px}}@media (width<=400px){.app{padding:8px 6px 20px}.logo{font-size:1.1rem}.header-time{font-size:.8rem}.panel{padding:10px}.dl-stats-row{grid-template-columns:repeat(2,1fr)}.lib-grid{grid-template-columns:repeat(3,1fr);gap:4px}.lib-val{font-size:1.3rem}}.panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(var(--blur));border:1px solid var(--panel-border);border-radius:var(--radius);padding:20px}.panel-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:16px;font-size:.8rem;font-weight:600}.service-row{flex-wrap:wrap;gap:8px;display:flex}.service-pill{color:var(--text);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:7px;padding:6px 14px;font-size:.85rem;text-decoration:none;transition:all .2s;display:flex}.service-pill:hover{background:#ffffff14;border-color:#ffffff1f}.dot{background:var(--dot-color);width:8px;height:8px;box-shadow:0 0 6px var(--dot-color);border-radius:50%}.pulse-green .dot{animation:2s infinite pulse-green}.pulse-red .dot{animation:2s infinite pulse-red}@keyframes pulse-green{0%,to{box-shadow:0 0 4px var(--dot-color)}50%{box-shadow:0 0 12px var(--dot-color)}}@keyframes pulse-red{0%,to{box-shadow:0 0 4px var(--dot-color)}50%{box-shadow:0 0 12px var(--dot-color)}}.drive-bar{margin-bottom:14px}.drive-bar:last-child{margin-bottom:0}.drive-label{justify-content:space-between;margin-bottom:4px;font-size:.88rem;display:flex}.drive-name{font-weight:600}.drive-pct{color:var(--text-dim);font-variant-numeric:tabular-nums}.bar-track{background:#ffffff0f;border-radius:4px;height:8px;overflow:hidden}.bar-fill{border-radius:4px;height:100%;transition:width 1s}.drive-detail{color:var(--text-dim);margin-top:3px;font-size:.75rem}.lib-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.lib-stat{flex-direction:column;display:flex}.lib-val{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:700}.lib-lbl{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-top:2px;font-size:.8rem;font-weight:600}.lib-sub{color:var(--text-dim);margin-top:2px;font-size:.72rem}.recent-scroll{flex-direction:column;gap:10px;max-height:420px;display:flex;overflow-y:auto}.recent-item{background:#ffffff05;border-radius:10px;gap:12px;padding:8px;transition:background .2s;display:flex}.recent-item:hover{background:#ffffff0d}.recent-poster{object-fit:cover;border-radius:6px;flex-shrink:0;width:60px;height:90px}.recent-poster.placeholder{background:#ffffff0a;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.recent-info{flex:1;min-width:0}.recent-title{font-size:.9rem;font-weight:600}.recent-year{color:var(--text-dim);font-weight:400}.recent-meta{color:var(--text-dim);margin-top:2px;font-size:.75rem}.recent-summary{color:var(--text-dim);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.dl-stats-row{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px;display:grid}.dl-stat{background:#ffffff08;border-radius:10px;flex-direction:column;align-items:center;padding:10px 6px;display:flex}.dl-stat-val{font-variant-numeric:tabular-nums;color:#a5b4fc;font-size:1.1rem;font-weight:700}.dl-stat-lbl{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-top:2px;font-size:.7rem}.torrent-list{flex-direction:column;gap:8px;max-height:260px;display:flex;overflow-y:auto}.torrent-row{padding:6px 0}.torrent-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:.82rem;font-weight:500;overflow:hidden}.torrent-bar-track{background:#ffffff0f;border-radius:2px;height:4px;overflow:hidden}.torrent-bar-fill{background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:2px;height:100%;transition:width .8s}.torrent-meta{color:var(--text-dim);justify-content:space-between;margin-top:2px;font-size:.72rem;display:flex}.activity-list{flex-direction:column;gap:6px;max-height:340px;display:flex;overflow-y:auto}.activity-row{border-radius:8px;align-items:center;gap:10px;padding:6px 8px;display:flex}.activity-row:hover{background:#ffffff08}.activity-badge{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:700;display:flex}.activity-badge.sonarr{background:#6366f1}.activity-badge.radarr{color:#1a1a2e;background:#f59e0b}.activity-info{flex-direction:column;flex:1;min-width:0;display:flex}.activity-title{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.activity-sub{color:var(--text-dim);font-size:.72rem}.activity-date{color:var(--text-dim);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}.loader{justify-content:center;padding:30px;display:flex}.spinner{border:2px solid #ffffff14;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-msg,.error-msg{text-align:center;color:var(--text-dim);padding:16px 0;font-size:.85rem}.error-msg{color:#f87171}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}
