*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f0f12;color:#e4e4e7;line-height:1.5}a{color:#a78bfa;text-decoration:none}a:hover{text-decoration:underline}#root{min-height:100vh}.layout{max-width:1600px;margin:0 auto;padding:1rem 1.5rem}.nav{display:flex;gap:1.5rem;padding:.75rem 0;border-bottom:1px solid #27272a;margin-bottom:1.5rem}.nav a{font-weight:500}.nav a.active{color:#c4b5fd}.card{background:#18181b;border:1px solid #27272a;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.card h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.stat{background:#27272a;padding:.75rem 1rem;border-radius:6px}.stat-label{font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.25rem;font-weight:600}.help-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:50%;background:#3f3f46;color:#a1a1aa;font-size:.7rem;font-weight:600;cursor:help;line-height:1}.help-icon:hover{background:#52525b;color:#e4e4e7}table{width:100%;border-collapse:collapse}th,td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #27272a}th{font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-weight:600}tr:hover td{background:#27272a}button,.btn{display:inline-block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;background:#3f3f46;color:#e4e4e7}button:hover,.btn:hover{background:#52525b}button.primary,.btn.primary{background:#7c3aed;color:#fff}button.primary:hover,.btn.primary:hover{background:#6d28d9}button.danger,.btn.danger{background:#991b1b;color:#fff}button.danger:hover,.btn.danger:hover{background:#b91c1c}button:disabled{opacity:.5;cursor:not-allowed}button.link-style{background:none;border:none;padding:0;color:#a78bfa;cursor:pointer;font-size:inherit}button.link-style:hover:not(:disabled){text-decoration:underline}.input{width:100%;padding:.5rem .75rem;font-size:1rem;color:#e4e4e7;background:#27272a;border:1px solid #3f3f46;border-radius:6px;box-sizing:border-box}.input:focus{outline:none;border-color:#7c3aed}input,select{padding:.5rem .75rem;font-size:.875rem;border:1px solid #3f3f46;border-radius:6px;background:#18181b;color:#e4e4e7;margin-right:.5rem;margin-bottom:.5rem}label{display:inline-block;margin-right:.5rem;font-size:.875rem;color:#a1a1aa}.form-row{margin-bottom:.75rem}.badge{display:inline-block;padding:.2rem .5rem;font-size:.7rem;font-weight:600;border-radius:4px;text-transform:uppercase}.badge.pending{background:#454545;color:#d4d4d8}.badge.running{background:#1e3a5f;color:#93c5fd}.badge.completed{background:#14532d;color:#86efac}.badge.failed{background:#7f1d1d;color:#fca5a5}.badge.cancelled{background:#451a1a;color:#fecaca}.badge.paused{background:#713f12;color:#fde047}.badge.ok{background:#14532d;color:#86efac}.badge.failed_status{background:#7f1d1d;color:#fca5a5}.badge.missing{background:#454545;color:#d4d4d8}.badge.permanently_failed{background:#3f3f46;color:#a1a1aa}.badge--pending{background:#454545;color:#d4d4d8}.badge--ok{background:#14532d;color:#86efac}.badge--failed{background:#7f1d1d;color:#fca5a5}.badge--missing{background:#454545;color:#d4d4d8}.badge--permanently_failed{background:#3f3f46;color:#a1a1aa}.torrent-detail{padding-bottom:2.5rem}.torrent-detail__breadcrumb{margin-bottom:1.25rem}.torrent-detail__breadcrumb a{font-weight:500;color:#a78bfa;transition:color .15s ease}.torrent-detail__breadcrumb a:hover{color:#c4b5fd}.torrent-detail__header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;padding:1.5rem;background:linear-gradient(145deg,#18181b,#1c1c21);border:1px solid #27272a;border-radius:12px;box-shadow:0 4px 24px #00000040}.torrent-detail__cover{flex-shrink:0}.torrent-detail__cover-img{display:block;width:160px;height:auto;border-radius:10px;border:1px solid #3f3f46;object-fit:cover;box-shadow:0 8px 24px #00000059}.torrent-detail__header-body{min-width:0;flex:1}.torrent-detail__header-top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.torrent-detail__id{font-size:.8125rem;color:#71717a;font-variant-numeric:tabular-nums}.torrent-detail__status{margin-left:0}.torrent-detail__duplicate{font-size:.875rem;color:#a1a1aa}.torrent-detail__title{margin:0;font-size:1.625rem;font-weight:600;line-height:1.3;color:#fafafa;letter-spacing:-.02em}.torrent-detail__subtitle{margin:.35rem 0 0;font-size:1rem;color:#a1a1aa}.torrent-detail__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-bottom:1.5rem}.torrent-detail__card{border-radius:10px;box-shadow:0 2px 12px #00000026;transition:border-color .2s ease,box-shadow .2s ease}.torrent-detail__card:hover{border-color:#3f3f46;box-shadow:0 4px 16px #0003}.torrent-detail__card .card__title{font-size:1rem;margin-bottom:.75rem;font-weight:600;color:#e4e4e7}.torrent-detail__slug-edit{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.torrent-detail__slug-input{flex:1;min-width:160px}.torrent-detail__error{display:block;margin-top:.35rem;font-size:.8125rem;color:#f87171}.torrent-detail__actions .torrent-detail__action-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.torrent-detail__action-hint{font-size:.875rem;color:#71717a}.torrent-detail__action-desc{margin:.5rem 0 0;font-size:.8125rem;color:#71717a}.torrent-detail__files{margin-bottom:1.5rem}.torrent-detail__files-head{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.torrent-detail__files-head .card__title{margin-bottom:0;display:inline-flex;align-items:center;gap:.5rem}.torrent-detail__files-count{font-size:.75rem;font-weight:500;color:#71717a;background:#27272a;padding:.2rem .5rem;border-radius:6px}.torrent-detail__files-search{margin-left:auto;min-width:220px;max-width:320px;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;background:#27272a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2371717a' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat .6rem center;border:1px solid #3f3f46;border-radius:8px;color:#e4e4e7}.torrent-detail__files-search::placeholder{color:#71717a}.torrent-detail__files-search:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed40}.torrent-detail__files-empty{margin:0;padding:1.5rem;text-align:center;color:#71717a;font-size:.9375rem}.torrent-detail__files-list-wrap{position:relative}.torrent-detail__files-list{list-style:none;margin:0;padding:0;max-height:380px;overflow-y:auto;border-radius:8px;border:1px solid #27272a;background:#0f0f12}.torrent-detail__files-list::-webkit-scrollbar{width:8px}.torrent-detail__files-list::-webkit-scrollbar-track{background:#18181b;border-radius:4px}.torrent-detail__files-list::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}.torrent-detail__files-item{display:grid;grid-template-columns:4rem 1fr auto;gap:1rem;align-items:center;padding:.5rem 1rem;font-size:.875rem;border-bottom:1px solid #1f1f23;transition:background .12s ease}.torrent-detail__files-item:last-child{border-bottom:none}.torrent-detail__files-item:hover{background:#1a1a1e}.torrent-detail__files-ext{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#a78bfa;background:#7c3aed26;padding:.25rem .5rem;border-radius:4px;width:fit-content;max-width:4rem;overflow:hidden;text-overflow:ellipsis}.torrent-detail__files-name{font-family:ui-monospace,SF Mono,Monaco,monospace;font-size:.8125rem;color:#d4d4d8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.torrent-detail__files-size{font-variant-numeric:tabular-nums;color:#71717a;font-size:.8125rem;flex-shrink:0}.torrent-detail__files-expand{display:block;width:100%;padding:.6rem;margin-top:.5rem;text-align:center;font-size:.875rem;border-radius:6px;background:#27272a}.torrent-detail__files-expand:hover{background:#3f3f46}.torrent-detail__magnet{margin-bottom:1.5rem}.torrent-detail__magnet-wrap{display:flex;flex-direction:column;gap:.75rem}.torrent-detail__magnet-pre{margin:0;padding:.75rem;font-size:.75rem;word-break:break-all;white-space:pre-wrap;background:#27272a;border-radius:8px;max-height:8rem;overflow-y:auto}.torrent-detail__description{white-space:pre-wrap;font-size:.9rem;line-height:1.6;color:#d4d4d8;max-height:24rem;overflow-y:auto;padding:.25rem 0}.detail-list{margin:0;display:flex;flex-direction:column;gap:.5rem}.detail-list__row{display:grid;grid-template-columns:120px 1fr;gap:.75rem;align-items:start}.detail-list__row--full{grid-template-columns:120px 1fr}.detail-list dt{margin:0;font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.detail-list dd{margin:0;font-size:.875rem;word-break:break-word}.detail-list__link{word-break:break-all}.detail-list__link--small{font-size:.8125rem}.detail-list__mono{font-size:.8125rem;font-family:ui-monospace,monospace;background:#27272a;padding:.2rem .4rem;border-radius:4px}.detail-list__copy-wrap{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.detail-list__pre{font-size:.8125rem;white-space:pre-wrap;word-break:break-word;color:#a1a1aa}.btn--small{padding:.35rem .65rem;font-size:.8125rem}.btn--tiny{padding:.2rem .4rem;font-size:.75rem}.torrents-toolbar{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.torrents-toolbar .filters-toggle{background:transparent;color:#a78bfa;padding:.35rem 0;font-size:.875rem}.torrents-toolbar .filters-toggle:hover{background:transparent;text-decoration:underline}.torrents-toolbar .clear-filters{font-size:.8125rem;color:#71717a;padding:.25rem .5rem}.torrents-filters .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;align-items:end}.torrents-filters .filter-group{display:flex;flex-direction:column;gap:.35rem}.torrents-filters .filter-group label{margin:0;font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.04em}.torrents-filters .filter-group select,.torrents-filters .filter-group input{margin:0;width:100%;max-width:100%}.torrents-filters .filter-group-search{grid-column:1 / -1;max-width:400px;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem}.torrents-filters .filter-group-search input{flex:1;min-width:180px}.torrents-filters .filter-group-missing{grid-column:1 / -1}.torrents-filters .filter-group-label{margin:0;font-size:.75rem;color:#71717a;text-transform:uppercase;letter-spacing:.04em}.torrents-filters .missing-metadata-checks{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.torrents-filters .missing-metadata-label{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.875rem;font-weight:400;text-transform:none;letter-spacing:0;color:#e4e4e7;cursor:pointer}.torrents-filters .missing-metadata-label input{width:auto;margin:0}.torrents-summary{margin:0 0 .75rem;color:#a1a1aa;font-size:.875rem}.torrents-summary .filter-tag{margin-left:.5rem;padding:.15rem .5rem;background:#27272a;border-radius:4px;font-size:.8125rem}.table-wrap{overflow-x:auto}.torrents-table .col-checkbox{width:2.5rem;text-align:center}.torrents-table .col-id{width:4rem;white-space:nowrap}.torrents-table .col-ext-id{width:5rem;font-size:.8125rem}.torrents-table .col-title{max-width:280px;min-width:160px}.torrents-table .col-size{width:5rem;white-space:nowrap;font-size:.875rem}.torrents-table .col-author,.torrents-table .col-narrator{max-width:120px;font-size:.875rem}.torrents-table .col-status{white-space:nowrap}.torrents-table .col-seeders,.torrents-table .col-leechers{width:4rem;text-align:right}.torrents-table .col-posted,.torrents-table .col-updated{width:5.5rem;font-size:.8125rem;white-space:nowrap}.torrents-table .col-actions{width:4rem}.torrents-table .canonical-link{margin-left:.35rem;font-size:.8rem;color:var(--color-muted, #71717a)}.torrents-pagination{margin-top:1rem;padding-top:1rem;border-top:1px solid #27272a;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.torrents-pagination span{font-size:.875rem;color:#a1a1aa}.pagination-buttons{display:flex;gap:.5rem}
