@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');

:root {
    --torrent-ink: #202124;
    --torrent-muted: #5f6368;
    --torrent-blue: #216ed5;
    --torrent-blue-dark: #0b57d0;
    --torrent-surface: #f8f7f5;
    --torrent-panel: #f3f6fb;
    --torrent-border: #e1e6ee;
    --torrent-green: #168243;
    --torrent-radius: 18px;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body.torrent-body {
    color: var(--torrent-ink);
    background: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
}

.torrent-site { min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; }

.torrent-banner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    color: #fff;
    background: var(--torrent-blue);
    text-align: center;
    font-size: 13px;
}

.torrent-banner a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.torrent-header {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 0 32px;
    background: #fff;
    border-bottom: 1px solid var(--torrent-border);
}

.torrent-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--torrent-ink); text-decoration: none; }
.torrent-brand-name { font-family: 'Google Sans', Inter, sans-serif; font-size: 24px; font-weight: 500; letter-spacing: -.7px; }
.torrent-brand-mark { position: relative; display: grid; place-items: center; width: 30px; height: 30px; }
.torrent-brand-letter { position: relative; z-index: 2; color: var(--torrent-blue-dark); font-family: 'Google Sans', sans-serif; font-size: 23px; font-weight: 600; line-height: 1; }
.torrent-brand-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; }
.torrent-brand-dot-blue { top: 1px; left: 12px; background: #4285f4; }
.torrent-brand-dot-red { top: 10px; right: 1px; background: #ea4335; }
.torrent-brand-dot-yellow { bottom: 1px; left: 6px; background: #fbbc04; }
.torrent-brand-dot-green { bottom: 9px; right: 4px; background: #34a853; }

.torrent-nav { height: 100%; display: flex; align-items: center; gap: 28px; }
.torrent-nav a { position: relative; display: inline-flex; align-items: center; min-height: 70px; color: var(--torrent-muted); text-decoration: none; font-size: 14px; }
.torrent-nav a:hover, .torrent-nav a:focus-visible { color: var(--torrent-blue); outline: none; }
.torrent-header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.torrent-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 19px; border: 0; border-radius: 22px; color: #fff; background: var(--torrent-blue); font: 600 14px Inter, sans-serif; text-decoration: none; cursor: pointer; transition: background .18s, transform .18s; }
.torrent-action:hover, .torrent-action:focus-visible { color: #fff; background: var(--torrent-blue-dark); transform: translateY(-1px); outline: none; }
.torrent-action-quiet { color: var(--torrent-blue); background: transparent; border: 1px solid var(--torrent-border); }
.torrent-action-quiet:hover, .torrent-action-quiet:focus-visible { color: var(--torrent-blue-dark); background: var(--torrent-panel); }
.torrent-theme-toggle { min-width: 40px; padding: 0 12px; color: var(--torrent-muted); background: transparent; border: 1px solid var(--torrent-border); }

.torrent-main { width: min(1110px, calc(100% - 48px)); margin: 0 auto; flex: 1; padding: 64px 0 90px; }
.torrent-main h1, .torrent-main h2, .torrent-main h3 { font-family: 'Google Sans', Inter, sans-serif; color: var(--torrent-ink); }
.torrent-main h1 { letter-spacing: -2.8px; }
.torrent-eyebrow { margin: 0 0 12px; color: var(--torrent-blue); letter-spacing: 1.2px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.torrent-muted { color: var(--torrent-muted); }
.torrent-card { background: #fff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); box-shadow: 0 7px 20px #2b45660a; }
.torrent-card:hover { border-color: #9ebde7; box-shadow: 0 8px 22px #2b456614; }
.torrent-section-heading { width: min(780px, 100%); margin: 0 auto 40px; text-align: center; }
.torrent-section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -2.4px; }
.torrent-section-heading p:last-child { margin-top: 16px; color: var(--torrent-muted); line-height: 1.6; }
.torrent-skip { color: #fff; background: var(--torrent-blue); }

.torrent-hero { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: center; min-height: 520px; padding: 68px 24px 82px; overflow: hidden; text-align: center; background: linear-gradient(#f1eee8 0%, #f8f7f5 42%, #fff 92%); }
.torrent-hero-icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--torrent-blue); background: #eaf2fe; border-radius: 50%; font-size: 24px; }
.torrent-hero .torrent-eyebrow { margin-top: 28px; }
.torrent-hero h1 { z-index: 1; max-width: 940px; margin: 0 0 22px; font-size: clamp(44px, 5vw, 74px); line-height: 1.04; font-weight: 600; }
.torrent-hero h1 span { color: var(--torrent-blue); }
.torrent-hero > p:not(.torrent-eyebrow) { z-index: 1; max-width: 720px; margin: 0 0 24px; color: var(--torrent-muted); line-height: 1.6; }
.torrent-hero-actions { z-index: 1; display: flex; align-items: center; gap: 24px; }
.torrent-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--torrent-blue); font-weight: 600; text-decoration: none; }
.torrent-text-link:hover, .torrent-text-link:focus-visible { color: var(--torrent-blue-dark); text-decoration: underline; text-underline-offset: 4px; }
.torrent-orbit { position: absolute; z-index: -1; width: 520px; height: 520px; border: 1px solid #b7d5f7; border-radius: 50%; opacity: .7; }
.torrent-orbit:after { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #fbbc04; }
.torrent-orbit-left { left: -300px; bottom: -330px; }
.torrent-orbit-left:after { top: 70px; right: 90px; }
.torrent-orbit-right { right: -320px; top: -320px; border-color: #c9e4d2; }
.torrent-orbit-right:after { bottom: 85px; left: 100px; background: #34a853; }
.torrent-features { padding: 80px 0 105px; }
.torrent-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.torrent-feature-card { overflow: hidden; background: #fff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); box-shadow: 0 7px 20px #2b45660a; }
.torrent-feature-art { display: grid; place-items: center; height: 150px; font-size: 46px; }
.torrent-feature-blue { color: var(--torrent-blue); background: #eaf2fe; }
.torrent-feature-green { color: var(--torrent-green); background: #e8f6ed; }
.torrent-feature-yellow { color: #a66b00; background: #fff7d6; }
.torrent-feature-copy { padding: 22px 22px 26px; }
.torrent-feature-copy .torrent-eyebrow { margin-bottom: 9px; }
.torrent-feature-copy h3 { margin: 0 0 10px; font-size: 21px; font-weight: 500; }
.torrent-feature-copy p:last-child { margin: 0; color: var(--torrent-muted); font-size: 14px; line-height: 1.55; }
.torrent-account-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; min-height: 350px; margin: 0 0 105px; padding: 42px 50px; color: #fff; background: #151a27; border-radius: 24px; overflow: hidden; }
.torrent-account-panel h2 { max-width: 560px; margin: 0 0 18px; color: #fff; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -2.6px; }
.torrent-account-panel > div:first-child > p:not(.torrent-eyebrow) { max-width: 520px; margin: 0 0 24px; color: #d0d8e8; line-height: 1.6; }
.torrent-account-panel .torrent-eyebrow { color: #8ab9ff; }
.torrent-account-panel .torrent-text-link { color: #bcd8ff; }
.torrent-account-art { position: relative; display: grid; place-items: center; min-height: 260px; color: #dceaff; background: linear-gradient(135deg, #142448, #2462c4); border-radius: 18px; font-size: 90px; overflow: hidden; }
.torrent-account-art:before { content: ''; position: absolute; width: 280px; height: 470px; background: #ffffff18; transform: rotate(-42deg); }
.torrent-account-art b { position: absolute; right: 16%; bottom: 19%; padding: 8px 13px; color: #dceaff; background: #071435b8; border: 1px solid #bcd8ff70; border-radius: 20px; font-size: 13px; font-weight: 500; }
.torrent-faq { width: min(900px, 100%); margin: 0 auto; padding-bottom: 100px; }
.torrent-faq-list details { border-bottom: 1px solid var(--torrent-border); }
.torrent-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 2px; color: var(--torrent-ink); font-weight: 500; cursor: pointer; list-style: none; }
.torrent-faq-list summary::-webkit-details-marker { display: none; }
.torrent-faq-list summary i { color: var(--torrent-blue); font-size: 13px; }
.torrent-faq-list details[open] summary i { transform: rotate(45deg); }
.torrent-faq-list p { max-width: 760px; margin: -4px 52px 22px 2px; color: var(--torrent-muted); font-size: 14px; line-height: 1.55; }
.torrent-legal-note { margin: 0; padding: 25px 0 0; color: var(--torrent-muted); border-top: 1px solid var(--torrent-border); font-size: 13px; line-height: 1.6; }
.torrent-home-catalog-header { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: 18px 0 42px; }
.torrent-home-catalog-header h1 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1; }
.torrent-home-catalog-header p:last-child { margin: 14px 0 0; }
.torrent-home-catalog-header .torrent-search-form { flex: 0 0 auto; }
.torrent-catalog-sections { padding: 78px 0 20px; }
.torrent-catalog-sections + .torrent-catalog-sections { padding-top: 50px; }
.torrent-catalog-section-heading { width: auto; margin: 0 0 30px; text-align: left; }
.torrent-catalog-section-heading h2 { font-size: clamp(32px, 4vw, 50px); }
.torrent-catalog-empty { margin-top: 22px; }
.torrent-carousel-empty { padding: 24px 20px; color: var(--torrent-muted); background: var(--torrent-panel); border: 1px dashed var(--torrent-border); border-radius: var(--torrent-radius); font-size: 13px; }
.torrent-carousel-section { margin-top: 48px; }
.torrent-carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.torrent-carousel-heading .torrent-eyebrow { margin-bottom: 7px; }
.torrent-carousel-heading h3 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.05; letter-spacing: -1.5px; }
.torrent-carousel-controls { display: flex; gap: 8px; }
.torrent-carousel-controls button { display: grid; place-items: center; width: 40px; height: 40px; color: var(--torrent-blue); background: #fff; border: 1px solid var(--torrent-border); border-radius: 50%; cursor: pointer; transition: color .18s, background .18s, border-color .18s; }
.torrent-carousel-controls button:hover, .torrent-carousel-controls button:focus-visible { color: #fff; background: var(--torrent-blue); border-color: var(--torrent-blue); outline: none; }
.torrent-carousel { display: flex; gap: 18px; padding: 4px 2px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #b9cbe2 transparent; scrollbar-width: thin; }
.torrent-carousel::-webkit-scrollbar { height: 8px; }
.torrent-carousel::-webkit-scrollbar-thumb { background: #b9cbe2; border-radius: 10px; }
.torrent-carousel-card { flex: 0 0 min(260px, 76vw); scroll-snap-align: start; display: block; padding: 12px; color: var(--torrent-ink); background: #fff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); box-shadow: 0 7px 20px #2b45660a; text-decoration: none; transition: border-color .18s, transform .18s, box-shadow .18s; }
.torrent-carousel-card:hover, .torrent-carousel-card:focus-visible { border-color: #9ebde7; outline: none; transform: translateY(-3px); box-shadow: 0 10px 24px #2b456614; }
.torrent-carousel-art { position: relative; display: flex; align-items: end; aspect-ratio: 2 / 3; min-height: 240px; padding: 14px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #216ed5, #142448); border-radius: 13px; }
.torrent-carousel-art img, .torrent-content-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.torrent-carousel-art img { filter: brightness(.72); }
.torrent-detail-layout { display: grid; grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: 32px; align-items: start; }
.torrent-detail-cover { width: 100%; overflow: hidden; border: 1px solid #1e293b; border-radius: 16px; background: #0f172a; }
.torrent-detail-cover img { display: block; width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.torrent-detail-content { min-width: 0; grid-column: 2; grid-row: 1 / span 2; }
.torrent-detail-sidebar { grid-column: 1; grid-row: 2; }
.torrent-detail-cover { position: sticky; top: 24px; box-shadow: 0 18px 42px #18325016; }
.torrent-download-card { box-shadow: 0 7px 20px #2b45660a; }
.torrent-icon-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; cursor: pointer; text-decoration: none; transition: color .18s, background .18s, border-color .18s, transform .18s; }
.torrent-icon-action:hover, .torrent-icon-action:focus-visible { transform: translateY(-1px); outline: none; }
.torrent-icon-action i { flex: 0 0 auto; font-size: 13px; }
.torrent-icon-action-primary { color: var(--torrent-blue) !important; background: #edf5ff; }
.torrent-icon-action-primary:hover, .torrent-icon-action-primary:focus-visible { background: #dcecff; }
.torrent-download-actions { justify-content: flex-end; }
.torrent-community-heading { padding-bottom: 18px; }
.torrent-community-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.torrent-outline-action { min-height: 40px; padding: 0 13px; color: var(--torrent-blue); background: #fff; border: 1px solid var(--torrent-border); border-radius: 10px; font: 500 13px Inter, sans-serif; }
.torrent-outline-action:hover, .torrent-outline-action:focus-visible { color: var(--torrent-blue-dark); background: var(--torrent-panel); border-color: #9ebde7; }
.torrent-outline-action select { max-width: 130px; padding: 0; color: inherit; background: transparent; border: 0; outline: none; font: inherit; cursor: pointer; }
.torrent-rating { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 9px 0 12px; color: var(--torrent-muted); background: #fff; border: 1px solid var(--torrent-border); border-radius: 10px; font-size: 12px; }
.torrent-rating-label { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.torrent-rating-label i { color: #e5a51b; }
.torrent-rating-stars { display: inline-flex; align-items: center; gap: 1px; }
.torrent-rating-star { display: grid; place-items: center; width: 27px; height: 32px; padding: 0; color: #b5bfcc; background: transparent; border: 0; cursor: pointer; }
.torrent-rating-star:hover, .torrent-rating-star:focus-visible, .torrent-rating-star.is-active { color: #e5a51b; outline: none; }
.torrent-rating-star:hover i, .torrent-rating-star:focus-visible i { transform: scale(1.12); }
.torrent-rating-star i { transition: color .18s, transform .18s; }
.torrent-action-status { min-width: 0; color: var(--torrent-muted); font-size: 11px; }
.torrent-comment-form { box-shadow: 0 7px 20px #2b45660a; }
.torrent-comment-form button, .torrent-modal-submit { border: 0; }
.torrent-report-trigger { color: #a2572c; }
.torrent-report-trigger:hover, .torrent-report-trigger:focus-visible { color: #8d3f1b; background: #fff7f1; border-color: #e9bd9d; }
.torrent-modal[hidden] { display: none; }
.torrent-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.torrent-modal-backdrop { position: absolute; inset: 0; background: #111827b8; backdrop-filter: blur(4px); }
.torrent-modal-dialog { position: relative; width: min(100%, 500px); padding: 30px; color: var(--torrent-ink); background: #fff; border: 1px solid var(--torrent-border); border-radius: 22px; box-shadow: 0 25px 80px #10233c40; }
.torrent-modal-close { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 36px; height: 36px; color: var(--torrent-muted); background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.torrent-modal-close:hover, .torrent-modal-close:focus-visible { color: var(--torrent-ink); background: var(--torrent-panel); outline: none; }
.torrent-modal-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 20px; color: #a2572c; background: #fff2e9; border-radius: 14px; font-size: 19px; }
.torrent-modal-dialog h3 { margin: 0; font: 600 28px/1.15 'Google Sans', Inter, sans-serif; letter-spacing: -.8px; }
.torrent-modal-description { margin: 10px 0 24px; color: var(--torrent-muted); font-size: 13px; line-height: 1.6; }
.torrent-modal-dialog form { display: grid; gap: 16px; }
.torrent-modal-dialog label { display: grid; gap: 7px; color: var(--torrent-ink); font-size: 12px; font-weight: 600; }
.torrent-modal-dialog select, .torrent-modal-dialog textarea { width: 100%; padding: 11px 12px; color: var(--torrent-ink); background: #fff; border: 1px solid var(--torrent-border); border-radius: 10px; font: 400 13px Inter, sans-serif; outline: none; }
.torrent-modal-dialog select:focus, .torrent-modal-dialog textarea:focus { border-color: #9ebde7; box-shadow: 0 0 0 3px #c4e4fa; }
.torrent-modal-dialog textarea { resize: vertical; }
.torrent-modal-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.torrent-modal-actions .torrent-action-status { margin-right: auto; }
.torrent-modal-cancel { padding: 0 14px; color: var(--torrent-muted); background: #fff; border: 1px solid var(--torrent-border); border-radius: 10px; }
.torrent-modal-cancel:hover, .torrent-modal-cancel:focus-visible { color: var(--torrent-ink); background: var(--torrent-panel); }
.torrent-modal-submit { padding: 0 15px; color: #fff; background: var(--torrent-blue); border-radius: 10px; }
.torrent-modal-submit:hover, .torrent-modal-submit:focus-visible { color: #fff; background: var(--torrent-blue-dark); }
.torrent-modal-open { overflow: hidden; }
.torrent-carousel-card:nth-child(3n+2) .torrent-carousel-art { background: linear-gradient(135deg, #17844b, #123f42); }
.torrent-carousel-card:nth-child(3n) .torrent-carousel-art { background: linear-gradient(135deg, #8b5cf6, #25204b); }
.torrent-carousel-art:before, .torrent-carousel-art:after { content: ''; position: absolute; border: 1px solid #ffffff55; border-radius: 50%; }
.torrent-carousel-art:before { width: 180px; height: 180px; right: -52px; top: -66px; }
.torrent-carousel-art:after { width: 96px; height: 96px; right: 28px; top: 20px; }
.torrent-carousel-art i { position: absolute; top: 18px; left: 20px; color: #ffffffd0; font-size: 25px; }
.torrent-carousel-art span, .torrent-carousel-art b { z-index: 1; }
.torrent-carousel-art span { max-width: 75%; overflow: hidden; font-size: 11px; letter-spacing: 1px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.torrent-carousel-art b { position: absolute; right: 13px; bottom: 12px; padding: 4px 8px; color: #fff; background: #07143580; border: 1px solid #ffffff55; border-radius: 14px; font-size: 11px; font-weight: 500; }
.torrent-carousel-card h4 { display: -webkit-box; min-height: 43px; margin: 16px 2px 8px; overflow: hidden; color: var(--torrent-ink); font: 500 18px/1.2 'Google Sans', Inter, sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.torrent-carousel-card > p { display: -webkit-box; min-height: 40px; margin: 0 2px; overflow: hidden; color: var(--torrent-muted); font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.torrent-carousel-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 17px 2px 2px; color: var(--torrent-muted); font-size: 11px; }
.torrent-carousel-card-meta i { color: var(--torrent-blue); }
.torrent-empty > i { margin-bottom: 12px; color: var(--torrent-blue); font-size: 28px; }
.torrent-empty p { margin: 0 0 14px; }
.torrent-catalog-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.torrent-catalog-header h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; }
.torrent-catalog-header p:last-child { margin: 12px 0 0; }
.torrent-search-form { display: flex; gap: 8px; align-items: center; }
.torrent-search-form input { width: min(300px, 42vw); min-height: 42px; padding: 0 15px; border: 1px solid var(--torrent-border); border-radius: 22px; outline: none; }
.torrent-search-form input:focus { border-color: #9ebde7; box-shadow: 0 0 0 3px #c4e4fa; }
.torrent-catalog-filters { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; align-items: end; margin: -18px 0 24px; padding: 16px; background: #f7faff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); }
.torrent-catalog-filters label { display: grid; gap: 6px; color: var(--torrent-muted); font-size: 12px; font-weight: 600; }
.torrent-catalog-filters select { min-height: 40px; padding: 0 10px; color: var(--torrent-ink); background: #fff; border: 1px solid var(--torrent-border); border-radius: 9px; }
.torrent-catalog-filter-actions { display: flex; align-items: center; gap: 12px; min-height: 40px; }
.torrent-catalog-filter-actions a, .torrent-catalog-toolbar a { color: var(--torrent-blue); font-size: 13px; font-weight: 600; text-decoration: none; }
.torrent-catalog-toolbar { display: flex; justify-content: space-between; gap: 16px; margin: 0 0 16px; color: var(--torrent-muted); font-size: 13px; }
.torrent-taxonomy-section { margin: 0 0 48px; }
.torrent-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.torrent-section-heading h2 { margin: 0; font-size: 28px; }
.torrent-taxonomy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.torrent-taxonomy-card { display: grid; gap: 8px; min-height: 92px; padding: 18px; color: var(--torrent-ink); text-decoration: none; background: #fff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); box-shadow: 0 7px 20px #2b45660a; transition: border-color .18s, transform .18s; }
.torrent-taxonomy-card:hover { border-color: #9ebde7; transform: translateY(-2px); }
.torrent-taxonomy-card span { color: var(--torrent-muted); font-size: 12px; }
.torrent-catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.torrent-content-card { display: block; padding: 14px; color: var(--torrent-ink); text-decoration: none; background: #fff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); box-shadow: 0 7px 20px #2b45660a; transition: border-color .18s, transform .18s, box-shadow .18s; }
.torrent-content-card:hover, .torrent-content-card:focus-visible { border-color: #9ebde7; outline: none; transform: translateY(-2px); box-shadow: 0 8px 22px #2b456614; }
.torrent-content-art { position: relative; display: flex; align-items: end; aspect-ratio: 2 / 3; min-height: 260px; padding: 14px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #216ed5, #142448); border-radius: 13px; }
.torrent-content-art:before, .torrent-content-art:after { content: ''; position: absolute; border: 1px solid #ffffff55; border-radius: 50%; }
.torrent-content-art:before { width: 160px; height: 160px; right: -42px; top: -50px; }
.torrent-content-art:after { width: 90px; height: 90px; right: 28px; top: 18px; }
.torrent-content-art span { z-index: 1; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.torrent-content-art i { position: absolute; top: 18px; left: 20px; color: #ffffffb8; font-size: 24px; }
.torrent-content-card h2 { margin: 17px 2px 8px; font-size: 18px; line-height: 1.2; }
.torrent-content-card > p { display: -webkit-box; min-height: 43px; margin: 0 2px; overflow: hidden; color: var(--torrent-muted); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.torrent-content-card > div:last-child { display: flex; justify-content: space-between; gap: 10px; margin: 17px 2px 2px; color: var(--torrent-muted); font-size: 11px; }
.torrent-empty { padding: 52px 24px; color: var(--torrent-muted); text-align: center; border: 1px dashed var(--torrent-border); border-radius: var(--torrent-radius); }

.torrent-body [class*="bg-slate-950"], .torrent-body [class*="bg-slate-900"] { background-color: #fff !important; }
.torrent-body [class*="border-slate-800"], .torrent-body [class*="border-slate-700"] { border-color: var(--torrent-border) !important; }
.torrent-body [class*="text-slate-100"], .torrent-body [class*="text-slate-200"], .torrent-body [class*="text-slate-300"] { color: var(--torrent-ink) !important; }
.torrent-body [class*="text-slate-400"], .torrent-body [class*="text-slate-500"] { color: var(--torrent-muted) !important; }
.torrent-body [class*="text-cyan-300"], .torrent-body [class*="text-cyan-400"] { color: var(--torrent-blue) !important; }
.torrent-body [class*="border-cyan"] { border-color: var(--torrent-blue) !important; }
.torrent-body [class*="bg-cyan-400"] { color: #fff !important; background-color: var(--torrent-blue) !important; }
.torrent-body input, .torrent-body textarea, .torrent-body select { color: var(--torrent-ink); background-color: #fff; border-color: var(--torrent-border); }
.torrent-body input::placeholder, .torrent-body textarea::placeholder { color: #8a9098; }

html[data-theme='dark'] body.torrent-body { color: #e8eaed; background: #151a27; }
html[data-theme='dark'] .torrent-banner { background: #174d99; }
html[data-theme='dark'] .torrent-header, html[data-theme='dark'] .torrent-card, html[data-theme='dark'] .torrent-body [class*="bg-slate-950"], html[data-theme='dark'] .torrent-body [class*="bg-slate-900"] { color: #e8eaed; background: #1d2433 !important; }
html[data-theme='dark'] .torrent-brand, html[data-theme='dark'] .torrent-main h1, html[data-theme='dark'] .torrent-main h2, html[data-theme='dark'] .torrent-main h3 { color: #f8fafc; }
html[data-theme='dark'] .torrent-nav a, html[data-theme='dark'] .torrent-muted, html[data-theme='dark'] .torrent-body [class*="text-slate-400"], html[data-theme='dark'] .torrent-body [class*="text-slate-500"] { color: #c3cad6 !important; }
html[data-theme='dark'] .torrent-body [class*="text-slate-100"], html[data-theme='dark'] .torrent-body [class*="text-slate-200"], html[data-theme='dark'] .torrent-body [class*="text-slate-300"] { color: #e8eaed !important; }
html[data-theme='dark'] .torrent-body input, html[data-theme='dark'] .torrent-body textarea, html[data-theme='dark'] .torrent-body select { color: #e8eaed; background: #151a27; border-color: #3c4658; }
html[data-theme='dark'] .torrent-body [class*="border-slate-800"], html[data-theme='dark'] .torrent-body [class*="border-slate-700"] { border-color: #3c4658 !important; }
html[data-theme='dark'] .torrent-carousel-card, html[data-theme='dark'] .torrent-carousel-controls button { color: #e8eaed; background: #1d2433; border-color: #3c4658; }
html[data-theme='dark'] .torrent-carousel-card h4 { color: #f8fafc; }
html[data-theme='dark'] .torrent-outline-action, html[data-theme='dark'] .torrent-rating, html[data-theme='dark'] .torrent-modal-dialog, html[data-theme='dark'] .torrent-modal-cancel { color: #e8eaed; background: #1d2433; border-color: #3c4658; }
html[data-theme='dark'] .torrent-outline-action:hover, html[data-theme='dark'] .torrent-outline-action:focus-visible, html[data-theme='dark'] .torrent-modal-cancel:hover, html[data-theme='dark'] .torrent-modal-cancel:focus-visible { background: #273246; }
html[data-theme='dark'] .torrent-rating-star { color: #778397; }
html[data-theme='dark'] .torrent-modal-dialog select, html[data-theme='dark'] .torrent-modal-dialog textarea { color: #e8eaed; background: #151a27; border-color: #3c4658; }
html[data-theme='dark'] .torrent-modal-close { color: #c3cad6; }
html[data-theme='dark'] .torrent-modal-icon { background: #4b3025; }

@media (max-width: 760px) {
    .torrent-banner { font-size: 12px; }
    .torrent-header { flex-wrap: wrap; gap: 10px 18px; min-height: auto; padding: 14px 18px; }
    .torrent-nav { order: 3; width: 100%; gap: 20px; overflow-x: auto; }
    .torrent-nav a { min-height: 36px; white-space: nowrap; }
    .torrent-header-actions { margin-left: auto; }
    .torrent-main { width: min(100% - 32px, 1110px); padding-top: 42px; }
    .torrent-hero { min-height: 540px; padding: 54px 16px 70px; }
    .torrent-hero h1 { letter-spacing: -2px; }
    .torrent-hero-actions { flex-direction: column; gap: 16px; }
    .torrent-feature-grid, .torrent-account-panel { grid-template-columns: 1fr; }
    .torrent-features { padding: 62px 0 78px; }
    .torrent-account-panel { width: 100%; margin-bottom: 72px; padding: 30px 24px; }
    .torrent-account-art { min-height: 210px; }
    .torrent-faq { padding-bottom: 70px; }
    .torrent-catalog-header { align-items: stretch; flex-direction: column; margin-bottom: 30px; }
    .torrent-home-catalog-header { align-items: stretch; flex-direction: column; padding-top: 0; }
    .torrent-home-catalog-header .torrent-search-form { width: 100%; }
    .torrent-carousel-heading { align-items: start; }
    .torrent-carousel-controls { padding-top: 4px; }
    .torrent-search-form input { width: 100%; }
    .torrent-search-form { width: 100%; }
    .torrent-catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
    .torrent-catalog-filter-actions { grid-column: 1 / -1; }
    .torrent-catalog-toolbar { align-items: start; flex-direction: column; gap: 8px; }
    .torrent-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .torrent-taxonomy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .torrent-detail-layout { grid-template-columns: 1fr; gap: 24px; }
    .torrent-detail-cover { width: min(100%, 320px); }
    .torrent-detail-cover { position: static; }
    .torrent-detail-content, .torrent-detail-sidebar { grid-column: 1; grid-row: auto; }
    .torrent-detail-cover, .torrent-detail-sidebar { margin-right: auto; margin-left: auto; }
    .torrent-detail-content, .torrent-detail-sidebar { text-align: center; }
    .torrent-detail-content h1 { font-size: clamp(36px, 11vw, 52px); }
    .torrent-detail-content > p:not(.torrent-eyebrow) { text-align: center; }
    .torrent-download-card { text-align: center; }
    .torrent-download-card > div { align-items: center; }
    .torrent-download-actions { justify-content: center; width: 100%; }
    .torrent-community-heading { align-items: center; text-align: center; }
    .torrent-community-actions { width: 100%; align-items: center; justify-content: center; gap: 12px; }
    .torrent-community-actions > .torrent-outline-action, .torrent-community-actions > .torrent-rating { width: min(100%, 330px); justify-content: center; }
    .torrent-rating { flex-wrap: wrap; width: 100%; justify-content: center; padding: 6px 9px; }
    .torrent-rating-label { width: 100%; justify-content: center; }
    .torrent-community-actions .torrent-outline-action select { max-width: none; }
    .torrent-comment-form { text-align: center; }
    .torrent-comment-form .mt-3 { align-items: center; flex-direction: column; }
    .torrent-comment-form button { width: min(100%, 330px); }
    .torrent-detail-sidebar dl { text-align: center; }
    .torrent-modal-actions { justify-content: center; }
    .torrent-modal-actions .torrent-action-status { width: 100%; margin-right: 0; text-align: center; }
    .torrent-modal-dialog { padding: 25px 20px 20px; }
}

@media (max-width: 480px) {
    .torrent-catalog-filters, .torrent-taxonomy-grid { grid-template-columns: 1fr; }
    .torrent-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .torrent-content-card { padding: 8px; border-radius: 13px; }
    .torrent-content-art { min-height: 190px; padding: 9px; border-radius: 10px; }
    .torrent-content-card h2 { margin-top: 11px; font-size: 15px; }
    .torrent-content-card > p { min-height: 0; font-size: 11px; }
    .torrent-content-card > div:last-child { margin-top: 11px; font-size: 10px; }
}

.torrent-footer {
    margin-top: auto;
    color: #d6deec;
    background: #151a27;
}

.torrent-footer-inner {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(130px, 1fr));
    gap: 48px;
    width: min(1110px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0 48px;
}

.torrent-footer-brand .torrent-brand { color: #fff; }
.torrent-footer-brand .torrent-brand-letter { color: #8ab9ff; }
.torrent-footer-brand .torrent-brand-name { font-size: 22px; }
.torrent-footer-brand p { max-width: 290px; margin: 18px 0 0; color: #aebbd0; font-size: 13px; line-height: 1.65; }
.torrent-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.torrent-footer-column h2 { margin: 0 0 6px; color: #fff; font: 600 14px Inter, sans-serif; }
.torrent-footer-column a { color: #aebbd0; font-size: 13px; text-decoration: none; }
.torrent-footer-column a:hover, .torrent-footer-column a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.torrent-footer-bottom { display: flex; justify-content: space-between; gap: 20px; width: min(1110px, calc(100% - 48px)); margin: 0 auto; padding: 18px 0 24px; color: #8f9db3; border-top: 1px solid #ffffff18; font-size: 11px; }

.torrent-page-hero { max-width: 760px; margin-bottom: 52px; }
.torrent-page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; }
.torrent-page-hero > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--torrent-muted); font-size: 17px; line-height: 1.7; }
.torrent-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.torrent-info-card { min-height: 230px; padding: 26px; background: #fff; border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); box-shadow: 0 7px 20px #2b45660a; }
.torrent-info-card > i { color: var(--torrent-blue); font-size: 25px; }
.torrent-info-card h2 { margin: 26px 0 10px; font-size: 21px; letter-spacing: -.5px; }
.torrent-info-card p { margin: 0; color: var(--torrent-muted); font-size: 14px; line-height: 1.65; }
.torrent-info-card .torrent-text-link { margin-top: 18px; font-size: 13px; }
.torrent-page-section { max-width: 760px; margin: 78px auto 0; padding-top: 46px; border-top: 1px solid var(--torrent-border); }
.torrent-page-section h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -1.8px; }
.torrent-page-section > p:not(.torrent-eyebrow) { margin: 18px 0 25px; color: var(--torrent-muted); line-height: 1.7; }
.torrent-contact-panel { margin-top: 52px; padding: 34px; background: var(--torrent-panel); border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); }
.torrent-contact-panel h2 { margin: 0 0 10px; font-size: 28px; }
.torrent-contact-panel p { max-width: 650px; margin: 0 0 20px; color: var(--torrent-muted); line-height: 1.65; }
.torrent-contact-panel .torrent-muted { margin: 0; font-size: 13px; }
.torrent-faq-page { max-width: 850px; border-top: 1px solid var(--torrent-border); }
.torrent-faq-page details { border-bottom: 1px solid var(--torrent-border); }
.torrent-faq-page summary { display: flex; justify-content: space-between; gap: 18px; padding: 22px 4px; color: var(--torrent-ink); font: 500 17px 'Google Sans', Inter, sans-serif; cursor: pointer; list-style: none; }
.torrent-faq-page summary::-webkit-details-marker { display: none; }
.torrent-faq-page summary:after { content: '+'; color: var(--torrent-blue); font-size: 22px; }
.torrent-faq-page details[open] summary:after { content: '−'; }
.torrent-faq-page details p { max-width: 720px; margin: -4px 40px 22px 4px; color: var(--torrent-muted); line-height: 1.7; }
.torrent-legal-page { max-width: 820px; }
.torrent-legal-page h1 { margin: 0 0 16px; font-size: clamp(42px, 6vw, 68px); line-height: 1.02; }
.torrent-legal-page h2 { margin: 42px 0 10px; font-size: 25px; }
.torrent-legal-page p { color: var(--torrent-muted); line-height: 1.75; }
.torrent-legal-page .torrent-legal-lead { margin: 0; font-size: 18px; }
.torrent-legal-callout { margin-top: 46px; padding: 24px; background: var(--torrent-panel); border: 1px solid var(--torrent-border); border-radius: var(--torrent-radius); }
.torrent-legal-callout strong { font: 600 18px 'Google Sans', Inter, sans-serif; }
.torrent-legal-callout p { margin: 8px 0 14px; font-size: 14px; }

html[data-theme='dark'] .torrent-info-card { color: #e8eaed; background: #1d2433; border-color: #3c4658; }
html[data-theme='dark'] .torrent-info-card h2, html[data-theme='dark'] .torrent-page-section h2, html[data-theme='dark'] .torrent-contact-panel h2, html[data-theme='dark'] .torrent-faq-page summary, html[data-theme='dark'] .torrent-legal-page h2 { color: #f8fafc; }
html[data-theme='dark'] .torrent-contact-panel, html[data-theme='dark'] .torrent-legal-callout { background: #1d2433; border-color: #3c4658; }

@media (max-width: 760px) {
    .torrent-footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; padding-top: 42px; }
    .torrent-footer-brand { grid-column: 1 / -1; }
    .torrent-footer-bottom { flex-direction: column; gap: 8px; }
    .torrent-page-grid { grid-template-columns: 1fr; }
    .torrent-page-hero { margin-bottom: 36px; }
    .torrent-page-hero h1 { letter-spacing: -2px; }
}

@media (max-width: 480px) {
    .torrent-footer-inner, .torrent-footer-bottom { width: min(100% - 32px, 1110px); }
}
