:root {
    --bg: #060608;
    --glass: rgba(18, 18, 22, .85);
    --glass2: rgba(28, 28, 34, .7);
    --sf: #0c0c0f;
    --sf2: #141418;
    --sf3: #1e1e24;
    --bd: #2a2a32;
    --ac: #7c3aed;
    --ac2: #a78bfa;
    --ac3: #c4b5fd;
    --gr: #10b981;
    --yw: #f59e0b;
    --rd: #ef4444;
    --tx: #f4f4f5;
    --tx2: #a1a1aa;
    --tx3: #71717a;
    --nh: 64px;
    --maxw: 1200px;
    --font-mono: 'JetBrains Mono', monospace;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--tx);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

/* Particles Background */
#particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--ac);
    border-radius: 50%;
    opacity: 0.3;
    animation: float 20s infinite
}

@keyframes float {

    0%,
    100% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0
    }

    10% {
        opacity: 0.4
    }

    90% {
        opacity: 0.4
    }

    100% {
        transform: translateY(-100vh) rotate(720deg);
        opacity: 0
    }
}

.particle:nth-child(odd) {
    animation-duration: 25s;
    animation-delay: -5s
}

.particle:nth-child(3n) {
    width: 6px;
    height: 6px;
    background: var(--ac2);
    animation-duration: 30s
}

.particle:nth-child(5n) {
    width: 3px;
    height: 3px;
    background: var(--gr);
    animation-duration: 18s
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--ac);
    color: #fff;
    padding: 12px 24px;
    z-index: 10000;
    transition: top .3s
}

.skip-link:focus {
    top: 0
}

/* Nav */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nh);
    background: rgba(6, 6, 8, .9);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(124, 58, 237, .2);
    display: flex;
    align-items: center;
    padding: 0 32px;
    z-index: 1000;
    gap: 32px
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: transparent;
    border: none
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--tx);
    transition: all .3s
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px)
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.logo-img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: contain;
    transition: transform .3s
}

.logo:hover .logo-img {
    transform: scale(1.1) rotate(-3deg)
}

.logo-ic {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ac), #5b21b6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.5px;
    box-shadow: 0 4px 16px rgba(124, 58, 237, .4);
    transition: all .3s
}

.logo:hover .logo-ic {
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0 6px 24px rgba(124, 58, 237, .5)
}

.logo-tx {
    font-size: 18px;
    font-weight: 700;
    color: var(--tx);
    letter-spacing: -0.5px
}

.logo-tx span {
    color: var(--ac2)
}

/* Nav Search */
.nav-search {
    position: relative;
    margin: 0 16px;
    flex: 1;
    max-width: 260px
}

.nav-search input {
    width: 100%;
    padding: 8px 14px;
    padding-left: 36px;
    background: rgba(18, 18, 22, .7);
    border: 1px solid rgba(124, 58, 237, .15);
    border-radius: 20px;
    color: var(--tx);
    font-size: 13px;
    transition: all .25s
}

.nav-search input:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 16px rgba(124, 58, 237, .2);
    background: rgba(18, 18, 22, .9)
}

.nav-search input::placeholder {
    color: var(--tx3);
    font-size: 12px
}

.nav-search::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0%2011-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") center/contain no-repeat;
    pointer-events: none
}

.nav-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(18, 18, 22, .98);
    border: 1px solid rgba(124, 58, 237, .25);
    border-radius: 10px;
    margin-top: 8px;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .5)
}

.nav-search-results.active {
    display: block
}

.nav-search-result {
    padding: 12px 14px;
    cursor: pointer;
    border-bottom: 1px solid rgba(124, 58, 237, .1);
    transition: all .2s;
    font-size: 13px
}

.nav-search-result:last-child {
    border: none
}

.nav-search-result:hover {
    background: rgba(124, 58, 237, .15)
}

.nav-search-result-title {
    font-weight: 600;
    color: var(--tx)
}

.nav-search-result-desc {
    color: var(--tx3);
    font-size: 11px;
    margin-top: 2px
}

/* Nav Dropdown */
.nav-dropdown {
    position: relative
}

.nav-dropdown-toggle {
    color: var(--tx2);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 20px;
    transition: all .25s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(124, 58, 237, .08);
    border: 1px solid transparent
}

.nav-dropdown-toggle:hover {
    color: var(--tx);
    background: rgba(124, 58, 237, .15);
    border-color: rgba(124, 58, 237, .2)
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: rgba(18, 18, 22, .98);
    border: 1px solid rgba(124, 58, 237, .25);
    border-radius: 14px;
    padding: 8px;
    min-width: 170px;
    display: none;
    z-index: 1000;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .5);
    margin-top: 0
}

.nav-dropdown:hover .nav-dropdown-menu {
    display: block
}

.nav-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: var(--tx2);
    text-decoration: none;
    font-size: 13px;
    border-radius: 10px;
    transition: all .2s
}

.nav-dropdown-menu a:hover {
    background: rgba(124, 58, 237, .15);
    color: var(--tx);
    transform: translateX(4px)
}

.nav-links {
    display: flex;
    gap: 6px;
    flex: 1;
    align-items: center
}

.nav-links>a {
    color: var(--tx2);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 20px;
    transition: all .25s;
    cursor: pointer;
    position: relative;
    background: rgba(124, 58, 237, .05)
}

.nav-links>a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--ac);
    transition: all .25s;
    transform: translateX(-50%);
    border-radius: 2px
}

.nav-links>a:hover {
    color: var(--tx);
    background: rgba(124, 58, 237, .12)
}

.nav-links>a:hover::after {
    width: 50%
}

.nav-links>a.active {
    color: var(--tx);
    background: rgba(124, 58, 237, .15)
}

.nav-links>a.active::after {
    width: 50%
}

.nav-links a:focus {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.nbadge {
    margin-left: auto;
    background: linear-gradient(135deg, var(--ac), #5b21b6);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(124, 58, 237, .4)
}

/* Layout */
.layout {
    display: flex;
    padding-top: var(--nh);
    min-height: 100vh;
    position: relative;
    z-index: 1
}

aside {
    width: 240px;
    position: fixed;
    top: var(--nh);
    bottom: 0;
    left: 0;
    background: rgba(12, 12, 15, .95);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(124, 58, 237, .1);
    overflow-y: auto;
    padding: 20px 0;
    transition: transform .3s
}

.slab {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--tx3);
    padding: 0 20px 12px;
    text-transform: uppercase
}

.slink {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--tx2);
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: all .2s;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    margin: 2px 0
}

.slink:hover {
    color: var(--tx);
    background: rgba(124, 58, 237, .08)
}

.slink:focus {
    outline: 2px solid var(--ac);
    outline-offset: -2px
}

.slink.active {
    color: var(--ac2);
    border-left-color: var(--ac);
    background: rgba(124, 58, 237, .12)
}

.ssec {
    margin-bottom: 24px
}

main {
    margin-left: 240px;
    flex: 1;
    padding: 40px 48px;
    max-width: var(--maxw)
}

.page {
    display: none;
    animation: fadeIn .5s ease
}

.page.active {
    display: block
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(124, 58, 237, .3)
    }

    50% {
        box-shadow: 0 0 40px rgba(124, 58, 237, .6)
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

@keyframes typing {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes wave {

    0%,
    100% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(20deg)
    }

    75% {
        transform: rotate(-20deg)
    }
}

/* Hero */
.hero {
    background: linear-gradient(135deg, rgba(124, 58, 237, .1) 0%, var(--bg) 50%, rgba(16, 185, 129, .05) 100%);
    border: 1px solid rgba(124, 58, 237, .2);
    border-radius: 24px;
    padding: 56px;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
    animation: slideUp .6s ease
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(124, 58, 237, .2) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(60px);
    animation: pulse 6s ease-in-out infinite
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16, 185, 129, .15) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(50px);
    animation: pulse 6s ease-in-out infinite 3s
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }
}

.htag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(124, 58, 237, .15);
    color: var(--ac2);
    border: 1px solid rgba(124, 58, 237, .3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    animation: slideUp .6s ease .1s both
}

.htag::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--ac);
    border-radius: 50%;
    animation: pulse 2s infinite;
    box-shadow: 0 0 12px var(--ac)
}

.hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -1px;
    animation: slideUp .6s ease .2s both
}

.hero h1 span {
    background: linear-gradient(135deg, var(--ac) 0%, var(--ac2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-logo {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: contain;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3)
}

.hero p {
    color: var(--tx2);
    font-size: 18px;
    max-width: 640px;
    line-height: 1.7;
    margin-bottom: 32px;
    animation: slideUp .6s ease .3s both
}

.hbtns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    animation: slideUp .6s ease .4s both
}

.btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s
}

.btn:hover::before {
    left: 100%
}

.btn:focus {
    outline: 2px solid var(--ac);
    outline-offset: 2px
}

.bp {
    background: linear-gradient(135deg, var(--ac), #5b21b6);
    color: #fff;
    box-shadow: 0 4px 24px rgba(124, 58, 237, .4)
}

.bp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(124, 58, 237, .5)
}

.bs {
    background: rgba(255, 255, 255, .06);
    color: var(--tx);
    border: 1px solid rgba(255, 255, 255, .12)
}

.bs:hover {
    border-color: var(--ac);
    color: var(--ac2);
    background: rgba(124, 58, 237, .1);
    box-shadow: 0 0 24px rgba(124, 58, 237, .2)
}

.br {
    background: rgba(16, 185, 129, .15);
    color: var(--gr);
    border: 1px solid rgba(16, 185, 129, .3)
}

.br:hover {
    background: rgba(16, 185, 129, .25);
    box-shadow: 0 0 24px rgba(16, 185, 129, .3)
}

/* App Cards */
.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 48px
}

.app-card {
    background: linear-gradient(145deg, rgba(20, 20, 26, .9), rgba(14, 14, 18, .9));
    border: 1px solid rgba(124, 58, 237, .15);
    border-radius: 20px;
    padding: 28px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    animation: scaleIn .5s ease both
}

.app-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ac), var(--ac2), var(--gr));
    opacity: 0;
    transition: opacity .3s
}

.app-card:hover {
    transform: translateY(-8px);
    border-color: rgba(124, 58, 237, .4);
    box-shadow: 0 20px 50px rgba(124, 58, 237, .15)
}

.app-card:hover::before {
    opacity: 1
}

.app-card:nth-child(1) {
    animation-delay: .1s
}

.app-card:nth-child(2) {
    animation-delay: .2s
}

.app-card:nth-child(3) {
    animation-delay: .3s
}

.app-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3)
}

.app-icon-img {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    object-fit: contain;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3)
}

.app-icon.browse {
    background: linear-gradient(135deg, #6366f1, #4f46e5)
}

.app-icon.chat {
    background: linear-gradient(135deg, #10b981, #059669)
}

.app-icon.notes {
    background: linear-gradient(135deg, #f59e0b, #d97706)
}

.app-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.app-card .tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 12px
}

.app-card .tag.privacy {
    background: rgba(16, 185, 129, .15);
    color: var(--gr)
}

.app-card .tag.chat {
    background: rgba(124, 58, 237, .15);
    color: var(--ac2)
}

.app-card .tag.notes {
    background: rgba(245, 158, 11, .15);
    color: var(--yw)
}

.app-card p {
    color: var(--tx2);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px
}

.app-card .stats {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.app-card .stat {
    text-align: center;
    flex: 1
}

.app-card .stat-n {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--tx)
}

.app-card .stat-l {
    font-size: 11px;
    color: var(--tx3)
}

.app-card .actions {
    display: flex;
    gap: 10px
}

.app-card .actions .btn {
    padding: 10px 18px;
    font-size: 13px
}

/* Section */
.stitle {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.5px
}

.stitle span {
    color: var(--ac2)
}

.stitle::before {
    content: '// ';
    color: var(--ac);
    font-family: var(--font-mono)
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px
}

.feat {
    background: rgba(18, 18, 22, .8);
    border: 1px solid rgba(124, 58, 237, .1);
    border-radius: 16px;
    padding: 24px;
    transition: all .3s;
    animation: scaleIn .5s ease both
}

.feat:nth-child(1) {
    animation-delay: .1s
}

.feat:nth-child(2) {
    animation-delay: .15s
}

.feat:nth-child(3) {
    animation-delay: .2s
}

.feat:nth-child(4) {
    animation-delay: .25s
}

.feat:nth-child(5) {
    animation-delay: .3s
}

.feat:nth-child(6) {
    animation-delay: .35s
}

.feat:hover {
    border-color: rgba(124, 58, 237, .35);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(124, 58, 237, .12)
}

.feat-i {
    display: block;
    font-size: 32px;
    margin-bottom: 12px
}

.feat h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.feat p {
    color: var(--tx2);
    font-size: 13px;
    line-height: 1.5
}

/* CTA */
.cta-section {
    margin-top: 16px
}

.cta-card {
    background: linear-gradient(135deg, rgba(124, 58, 237, .15) 0%, rgba(16, 185, 129, .1) 50%, rgba(124, 58, 237, .08) 100%);
    border: 1px solid rgba(124, 58, 237, .25);
    border-radius: 24px;
    padding: 36px 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    animation: slideUp .6s ease .3s both;
    position: relative;
    overflow: hidden
}

.cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(124, 58, 237, .15) 0%, transparent 70%);
    pointer-events: none
}

.cta-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(16, 185, 129, .12) 0%, transparent 70%);
    pointer-events: none
}

.cta-content {
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 500px
}

.cta-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--tx)
}

.cta-content p {
    color: var(--tx2);
    font-size: 15px;
    line-height: 1.6
}

.cta-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    align-items: center
}

.cta-actions .btn {
    padding: 12px 24px;
    font-size: 14px
}

/* Docs */
.docs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.docs-card {
    background: rgba(18, 18, 22, .8);
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 16px;
    padding: 24px;
    transition: all .3s
}

.docs-card:hover {
    border-color: rgba(124, 58, 237, .35);
    transform: translateY(-4px)
}

.docs-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.docs-card h3 span {
    font-size: 24px
}

.docs-card p {
    color: var(--tx2);
    font-size: 13px;
    line-height: 1.6
}

.docs-card code {
    background: rgba(124, 58, 237, .15);
    color: var(--ac2);
    padding: 2px 8px;
    border-radius: 4px;
    font-family: var(--font-mono);
    font-size: 12px
}

/* Table */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.ct {
    width: 100%;
    background: rgba(18, 18, 22, .8);
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 16px;
    overflow: hidden
}

.ct th,
.ct td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(124, 58, 237, .08)
}

.ct th {
    font-size: 11px;
    font-weight: 600;
    color: var(--tx3);
    text-transform: uppercase;
    letter-spacing: .8px;
    background: rgba(0, 0, 0, .3)
}

.ct tr:last-child td {
    border-bottom: none
}

.ct tr:hover td {
    background: rgba(124, 58, 237, .05)
}

.ct td {
    font-size: 14px
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px
}

.dg {
    background: var(--gr);
    box-shadow: 0 0 12px rgba(16, 185, 129, .5)
}

.dy {
    background: var(--yw);
    box-shadow: 0 0 12px rgba(245, 158, 11, .5)
}

.dr {
    background: var(--rd);
    box-shadow: 0 0 12px rgba(239, 68, 68, .5)
}

.da {
    background: var(--ac);
    box-shadow: 0 0 12px rgba(124, 58, 237, .5)
}

/* Releases */
.rlist {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.rc {
    background: linear-gradient(145deg, rgba(20, 20, 26, .9), rgba(14, 14, 18, .9));
    border: 1px solid rgba(124, 58, 237, .1);
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 12px
}

.rc:hover {
    border-color: rgba(124, 58, 237, .3);
    box-shadow: 0 8px 30px rgba(124, 58, 237, .1)
}

.rc.open {
    border-color: rgba(124, 58, 237, .25)
}

.rh {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    justify-content: space-between;
    gap: 16px;
    background: rgba(0, 0, 0, .2)
}

.rhl {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0
}

.rv {
    background: linear-gradient(135deg, var(--ac), #5b21b6);
    color: #fff;
    padding: 6px 14px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(124, 58, 237, .3);
    white-space: nowrap
}

.ri {
    flex: 1;
    min-width: 0
}

.rn {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.rd {
    font-size: 12px;
    color: var(--tx3);
    margin-top: 4px
}

.rmeta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0
}

.tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600
}

.tst {
    background: rgba(16, 185, 129, .15);
    color: var(--gr)
}

.tla {
    background: rgba(124, 58, 237, .15);
    color: var(--ac2)
}

.tal {
    background: rgba(239, 68, 68, .12);
    color: var(--rd)
}

.tbt {
    background: rgba(245, 158, 11, .15);
    color: var(--yw)
}

.chev {
    color: var(--tx3);
    font-size: 18px;
    transition: transform .2s
}

.rc.open .chev {
    transform: rotate(180deg)
}

.rb {
    padding: 0 20px 16px;
    border-top: 1px solid rgba(124, 58, 237, .1);
    display: none;
    animation: slideDown .25s ease;
    background: rgba(0, 0, 0, .15)
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.rc.open .rb {
    display: block
}

.rb ul {
    margin: 14px 0;
    padding-left: 20px
}

.rb ul li {
    font-size: 14px;
    color: var(--tx2);
    line-height: 1.8
}

.rb ul li strong {
    color: var(--tx)
}

.dbar {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(124, 58, 237, .1)
}

.db {
    padding: 10px 18px;
    border-radius: 8px;
    background: rgba(124, 58, 237, .1);
    border: 1px solid rgba(124, 58, 237, .2);
    color: var(--tx);
    text-decoration: none;
    font-size: 13px;
    transition: all .25s
}

.db:hover {
    border-color: var(--ac);
    color: var(--ac2);
    background: rgba(124, 58, 237, .15)
}

/* Search */
.search-box {
    display: block;
    margin-bottom: 32px;
    position: relative
}

.search-box input {
    width: 100%;
    padding: 16px 20px 16px 52px;
    background: rgba(18, 18, 22, .9);
    border: 1px solid rgba(124, 58, 237, .2);
    border-radius: 14px;
    color: var(--tx);
    font-size: 15px;
    transition: all .25s
}

.search-box input:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 24px rgba(124, 58, 237, .2)
}

.search-box input::placeholder {
    color: var(--tx3)
}

.search-box::before {
    content: '⌘K';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--tx3);
    font-family: var(--font-mono);
    background: rgba(124, 58, 237, .15);
    padding: 4px 10px;
    border-radius: 6px
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(18, 18, 22, .98);
    border: 1px solid rgba(124, 58, 237, .25);
    border-radius: 14px;
    margin-top: 8px;
    max-height: 320px;
    overflow-y: auto;
    display: none;
    z-index: 100;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .5)
}

.search-results.active {
    display: block
}

.search-result {
    padding: 14px 18px;
    cursor: pointer;
    transition: all .2s;
    border-bottom: 1px solid rgba(124, 58, 237, .1);
    display: flex;
    flex-direction: column;
    gap: 4px
}

.search-result:last-child {
    border: none
}

.search-result:hover,
.search-result:focus {
    background: rgba(124, 58, 237, .1);
    border-left: 3px solid var(--ac);
    outline: none
}

.search-result-title {
    font-weight: 600;
    color: var(--tx);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-result-desc {
    color: var(--tx3);
    font-size: 12px;
    line-height: 1.5
}

.search-result .badge {
    font-size: 10px;
    padding: 2px 8px;
    background: rgba(124, 58, 237, .15);
    color: var(--ac2);
    border-radius: 6px;
    border: 1px solid rgba(124, 58, 237, .2)
}

mark {
    background: rgba(124, 58, 237, .3);
    color: #fff;
    padding: 0 2px;
    border-radius: 2px
}

.search-result-empty {
    padding: 20px;
    text-align: center;
    color: var(--tx3);
    font-size: 14px
}

/* GitHub Widget */
.github-widget {
    background: rgba(18, 18, 22, .9);
    border: 1px solid rgba(124, 58, 237, .15);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px
}

.github-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.github-widget-header h3 {
    font-size: 16px;
    font-weight: 600
}

.github-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--yw);
    font-size: 14px;
    font-weight: 600
}

.issue-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(239, 68, 68, .12);
    border: 1px solid rgba(239, 68, 68, .3);
    border-radius: 8px;
    color: var(--rd);
    font-size: 13px;
    font-weight: 600;
    transition: all .25s;
    cursor: pointer
}

.issue-btn:hover {
    background: rgba(239, 68, 68, .2);
    transform: translateY(-2px)
}

/* Footer */
footer {
    background: rgba(10, 10, 12, .95);
    border-top: 1px solid rgba(124, 58, 237, .15);
    padding: 24px 48px;
    margin-left: 240px;
    font-size: 13px;
    color: var(--tx3);
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer a {
    color: var(--tx2);
    transition: all .25s
}

footer a:hover {
    color: var(--ac2)
}

/* Screenshot Gallery */
.screenshot-gallery {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 24px 0;
    margin: 24px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.screenshot-gallery::-webkit-scrollbar {
    display: none;
}

.screenshot-item {
    flex: 0 0 240px;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(124, 58, 237, 0.2);
    background: var(--glass);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: zoom-in;
    aspect-ratio: 9/19;
}

.screenshot-item:hover {
    transform: scale(1.05) translateY(-8px);
    border-color: var(--ac);
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.25);
}

.screenshot-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: var(--sf)
}

::-webkit-scrollbar-thumb {
    background: var(--bd);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--ac)
}

/* Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

/* Mobile Search Bar */
.mobile-search {
    display: none;
    padding: 12px 16px;
    background: rgba(12, 12, 15, .95);
    border-bottom: 1px solid rgba(124, 58, 237, .1)
}

.mobile-search input {
    width: 100%;
    padding: 12px 16px;
    padding-left: 40px;
    background: rgba(18, 18, 22, .9);
    border: 1px solid rgba(124, 58, 237, .2);
    border-radius: 10px;
    color: var(--tx);
    font-size: 14px
}

.mobile-search input:focus {
    outline: none;
    border-color: var(--ac)
}

.mobile-search::before {
    content: '🔍';
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px
}

.mobile-search {
    position: relative
}

@media(max-width:768px) {
    .mobile-search {
        display: block
    }
}

@media(max-width:1400px) {
    main {
        max-width: 1000px
    }
}

/* Tablet Landscape */
@media(max-width:1024px) {
    .features {
        grid-template-columns: repeat(2, 1fr)
    }

    .app-grid {
        grid-template-columns: 1fr
    }

    .docs-grid {
        grid-template-columns: 1fr
    }

    main {
        padding: 32px 40px
    }
}

/* Tablet Portrait */
@media(max-width:768px) {
    nav {
        padding: 0 16px;
        gap: 12px
    }

    .nav-toggle {
        display: flex
    }

    .nav-links {
        position: fixed;
        top: var(--nh);
        left: 0;
        right: 0;
        background: rgba(6, 6, 8, .98);
        flex-direction: column;
        padding: 20px;
        gap: 8px;
        transform: translateY(-100%);
        opacity: 0;
        transition: all .3s;
        pointer-events: none
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all
    }

    .logo-tx {
        display: none
    }

    .nav-search {
        display: none
    }

    aside,
    footer,
    main {
        margin-left: 0
    }

    aside {
        display: none
    }

    main {
        padding: 20px 24px
    }

    .hero {
        padding: 28px 24px;
        border-radius: 16px
    }

    .hero h1 {
        font-size: 32px
    }

    .hero p {
        font-size: 14px
    }

    .hero-logo {
        width: 60px;
        height: 60px
    }

    .features {
        grid-template-columns: 1fr
    }

    .features .feat {
        padding: 20px
    }

    .cta-card {
        flex-direction: column;
        text-align: center;
        padding: 28px;
        border-radius: 18px;
        gap: 24px
    }

    .cta-card::before,
    .cta-card::after {
        display: none
    }

    .cta-content {
        max-width: 100%
    }

    .cta-content h3 {
        font-size: 20px
    }

    .cta-content p {
        font-size: 14px;
        margin: 0 auto
    }

    .cta-actions {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%
    }

    .cta-actions .btn {
        flex: 1;
        min-width: 140px
    }

    .filter-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px
    }

    .filter-tab {
        white-space: nowrap
    }

    .app-card {
        padding: 20px
    }

    .app-card .stats {
        gap: 8px
    }

    .app-card .stat-n {
        font-size: 16px
    }

    .release-mini {
        padding: 12px 14px
    }

    .release-mini .version {
        font-size: 13px
    }

    .rc .rh {
        padding: 14px 16px
    }

    .rc .rv {
        padding: 4px 10px;
        font-size: 11px
    }

    .rc .rn {
        font-size: 14px
    }
}

/* Small Mobile */
@media(max-width:480px) {
    :root {
        --nh: 56px
    }

    main {
        padding: 16px 20px
    }

    .hero {
        padding: 24px 20px;
        border-radius: 12px
    }

    .hero h1 {
        font-size: 26px
    }

    .hero .htag {
        font-size: 11px;
        padding: 6px 12px
    }

    .hero p {
        font-size: 13px
    }

    .hero-logo {
        width: 50px;
        height: 50px
    }

    .hbtns {
        flex-direction: column;
        gap: 10px
    }

    .hbtns .btn {
        width: 100%;
        justify-content: center
    }

    .stitle {
        font-size: 22px
    }

    .features {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .feat {
        padding: 16px
    }

    .feat-i {
        font-size: 24px
    }

    .feat h3 {
        font-size: 14px
    }

    .feat p {
        font-size: 12px
    }

    .app-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .app-card {
        padding: 16px
    }

    .app-card h3 {
        font-size: 18px
    }

    .app-card .stats {
        display: flex;
        flex-wrap: wrap;
        gap: 12px
    }

    .app-card .stat {
        flex: 1;
        min-width: 80px
    }

    .app-card .stat-n {
        font-size: 18px
    }

    .app-card .actions {
        flex-direction: column;
        gap: 8px
    }

    .app-card .actions .btn {
        width: 100%;
        justify-content: center
    }

    .cta-card {
        border-radius: 16px;
        padding: 24px 20px;
        gap: 20px
    }

    .cta-content h3 {
        font-size: 18px
    }

    .cta-content p {
        font-size: 13px;
        line-height: 1.5;
        margin: 0 auto
    }

    .cta-actions {
        flex-direction: column;
        gap: 10px
    }

    .cta-actions .btn {
        width: 100%;
        justify-content: center
    }

    .docs-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .docs-card {
        padding: 16px
    }

    .docs-card h3 {
        font-size: 15px
    }

    .docs-card p {
        font-size: 12px
    }

    .ct th,
    .ct td {
        padding: 10px 12px;
        font-size: 12px
    }

    .filter-tabs {
        margin-bottom: 16px
    }

    .filter-tab {
        padding: 6px 12px;
        font-size: 12px
    }

    .release-search {
        padding: 12px 14px 12px 40px;
        font-size: 13px
    }

    .sort-select {
        padding: 8px 10px;
        font-size: 12px
    }

    .rlist {
        gap: 8px
    }

    .rc {
        border-radius: 12px
    }

    .rc .rh {
        padding: 12px
    }

    .rc .rhl {
        gap: 10px
    }

    .rc .rv {
        font-size: 10px;
        padding: 3px 8px
    }

    .rc .rn {
        font-size: 13px
    }

    .rc .rd {
        font-size: 11px
    }

    .rc .rb {
        padding: 0 12px 12px
    }

    .release-actions {
        gap: 8px
    }

    .release-action {
        padding: 6px 10px;
        font-size: 12px
    }

    .github-widget {
        padding: 16px
    }

    .github-widget-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start
    }

    .github-widget .btn {
        width: 100%;
        justify-content: center
    }

    footer {
        padding: 20px;
        font-size: 12px;
        flex-direction: column;
        gap: 8px;
        text-align: center
    }

    .nav-dropdown-menu {
        left: -20px;
        min-width: 140px
    }
}

/* Extra Small Mobile */
@media(max-width:360px) {
    :root {
        --nh: 52px
    }

    body {
        font-size: 14px
    }

    main {
        padding: 12px 16px
    }

    .hero h1 {
        font-size: 22px
    }

    .hero p {
        font-size: 12px
    }

    .hero-logo {
        width: 44px;
        height: 44px
    }

    .stitle {
        font-size: 20px
    }

    .feat h3 {
        font-size: 13px
    }

    .app-card .stat-n {
        font-size: 16px
    }
}

/* Typing Cursor */
.typing-cursor::after {
    content: '|';
    animation: blink 1s infinite;
    color: var(--ac);
    margin-left: 4px
}

/* GitHub API Loading States */
.skeleton {
    background: linear-gradient(90deg, var(--sf2) 25%, var(--sf3) 50%, var(--sf2) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite
}

.skeleton-text {
    height: 16px;
    border-radius: 4px;
    width: 60%
}

.skeleton-text.short {
    width: 40%
}

.skeleton-text.long {
    width: 80%
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.api-loading {
    opacity: 0.6;
    pointer-events: none
}

.api-error {
    color: var(--rd);
    font-size: 12px;
    padding: 4px 8px;
    background: rgba(239, 68, 68, .1);
    border-radius: 4px;
    display: inline-block
}

/* New Release Badge */
.new-badge {
    background: linear-gradient(135deg, var(--gr), #059669);
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    animation: pulse 2s infinite
}

@keyframes glow-pulse {

    0%,
    100% {
        box-shadow: 0 0 8px var(--gr)
    }

    50% {
        box-shadow: 0 0 16px var(--gr)
    }
}

/* Last Updated */
.last-updated {
    font-size: 11px;
    color: var(--tx3);
    margin-left: auto;
    padding-right: 8px
}

/* Release Notes Markdown Styles */
.release-body {
    font-size: 13px;
    line-height: 1.7;
    color: var(--tx2)
}

.release-body h3 {
    font-size: 14px;
    color: var(--tx);
    margin: 16px 0 8px
}

.release-body ul {
    padding-left: 20px;
    margin: 8px 0
}

.release-body li {
    margin: 4px 0
}

.release-body code {
    background: rgba(124, 58, 237, .15);
    color: var(--ac2);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px
}

.release-body a {
    color: var(--ac2);
    text-decoration: underline
}

/* Refresh Button */
.refresh-btn {
    background: rgba(124, 58, 237, .1);
    border: 1px solid rgba(124, 58, 237, .2);
    color: var(--tx2);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s;
    margin-left: 12px
}

.refresh-btn:hover {
    background: rgba(124, 58, 237, .2);
    color: var(--tx)
}

.refresh-btn.loading {
    pointer-events: none;
    opacity: 0.6
}

.refresh-btn svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px
}

.refresh-btn.loading svg {
    animation: spin 1s linear infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

/* Filter Tabs */
.filter-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.filter-tab {
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(124, 58, 237, .1);
    color: var(--tx2);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    border: 1px solid transparent
}

.filter-tab:hover {
    background: rgba(124, 58, 237, .2);
    color: var(--tx)
}

.filter-tab.active {
    background: linear-gradient(135deg, var(--ac), #5b21b6);
    color: #fff;
    box-shadow: 0 4px 12px rgba(124, 58, 237, .3)
}

.filter-tab .count {
    background: rgba(255, 255, 255, .2);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 6px
}

.filter-tab.active .count {
    background: rgba(255, 255, 255, .3)
}

/* Release Search */
.release-search {
    width: 100%;
    padding: 14px 18px;
    padding-left: 44px;
    background: rgba(18, 18, 22, .9);
    border: 1px solid rgba(124, 58, 237, .2);
    border-radius: 12px;
    color: var(--tx);
    font-size: 14px;
    transition: all .25s;
    margin-bottom: 20px
}

.release-search:focus {
    outline: none;
    border-color: var(--ac);
    box-shadow: 0 0 20px rgba(124, 58, 237, .2)
}

.release-search::placeholder {
    color: var(--tx3)
}

.release-search-wrap {
    position: relative;
    margin-bottom: 20px
}

.release-search-wrap::before {
    content: '🔍';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px
}

/* Release Body */
.release-body {
    font-size: 13px;
    line-height: 1.7;
    color: var(--tx2);
    padding: 12px 0
}

.release-body h3 {
    font-size: 14px;
    color: var(--tx);
    margin: 16px 0 8px
}

.release-body ul {
    padding-left: 20px;
    margin: 8px 0
}

.release-body li {
    margin: 4px 0
}

.release-body code {
    background: rgba(124, 58, 237, .15);
    color: var(--ac2);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px
}

.release-body a {
    color: var(--ac2);
    text-decoration: underline
}

.release-body p {
    margin: 8px 0
}

/* Release Actions */
.release-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(124, 58, 237, .1);
    flex-wrap: wrap
}

.release-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(124, 58, 237, .1);
    border: 1px solid rgba(124, 58, 237, .2);
    color: var(--tx);
    font-size: 13px;
    transition: all .2s;
    text-decoration: none
}

.release-action:hover {
    background: rgba(124, 58, 237, .2);
    border-color: var(--ac);
    color: var(--ac2)
}

.release-action.download {
    background: linear-gradient(135deg, var(--ac), #5b21b6);
    color: #fff;
    border: none
}

.release-action.download:hover {
    box-shadow: 0 4px 16px rgba(124, 58, 237, .4)
}

/* Mini Release Card */
.app-releases {
    margin-top: 40px
}

.app-releases .stitle {
    margin-bottom: 16px
}

.release-mini-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.release-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: rgba(18, 18, 22, .8);
    border: 1px solid rgba(124, 58, 237, .1);
    border-radius: 12px;
    transition: all .2s
}

.release-mini:hover {
    background: rgba(24, 24, 30, .9);
    border-color: rgba(124, 58, 237, .25)
}

.release-mini .version {
    font-weight: 600;
    font-size: 14px
}

.release-mini .date {
    color: var(--tx3);
    font-size: 12px
}

.release-mini .meta {
    display: flex;
    align-items: center;
    gap: 12px
}

.release-mini .tag {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(124, 58, 237, .15);
    color: var(--ac2)
}

.view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ac2);
    font-size: 14px;
    padding: 10px 0;
    transition: all .2s
}

.view-all:hover {
    color: var(--tx);
    gap: 10px
}

.view-all::after {
    content: '→';
    transition: gap .2s
}

.view-all:hover::after {
    gap: 4px
}

/* Release Count Badge */
.release-count {
    background: rgba(124, 58, 237, .2);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    color: var(--ac2);
    margin-left: 8px
}

/* No Results */
.no-results {
    text-align: center;
    padding: 40px;
    color: var(--tx3)
}

.no-results-icon {
    font-size: 48px;
    margin-bottom: 16px
}

/* Release Grid */
.releases-grid {
    display: grid;
    gap: 12px
}

.releases-grid .rc {
    display: grid
}

/* Sort Dropdown */
.sort-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px
}

.sort-select {
    background: rgba(18, 18, 22, .9);
    border: 1px solid rgba(124, 58, 237, .2);
    border-radius: 8px;
    padding: 8px 12px;
    color: var(--tx);
    font-size: 13px;
    cursor: pointer
}

.sort-select:focus {
    outline: none;
    border-color: var(--ac)
}