:root {
            color-scheme: light;
            --bg-body: #fafcf6;
            --bg-body-secondary: #f4f8ef;
            --bg-accent: rgba(139, 195, 74, 0.06);
            --text-main: #152018;
            --text-brand: #0f172a;
            --text-hero: #101828;
            --text-soft: rgba(21, 32, 24, 0.80);
            --text-app: rgba(21, 32, 24, 0.80);
            --star-1: rgba(21, 32, 24, 0.28);
            --star-2: rgba(21, 32, 24, 0.4);
            --star-3: rgba(139, 195, 74, 0.6);
            --grid-line: rgba(139, 195, 74, 0.1);
            --snippet-color: rgba(56, 91, 33, 0.2);
            --device-border: rgba(56, 91, 33, 0.2);
            --device-bg: rgba(255, 255, 255, 0.24);
            --hardware-bg: linear-gradient(180deg, rgba(139, 195, 74, 0.16) 0%, transparent 100%);
            --circuit-color: #5e8d2d;
            --circuit-opacity: 0.16;
            --switcher-border: rgba(56, 91, 33, 0.14);
            --switcher-bg: rgba(255, 255, 255, 0.94);
            --switcher-shadow: 0 12px 32px rgba(42, 68, 20, 0.12);
            --switcher-hover-text: #152018;
            --switcher-active-bg: rgba(139, 195, 74, 0.22);
            --switcher-active-text: #152018;
            --text-link: #4b5563;
            --scrollbar-track: rgba(56, 91, 33, 0.08);
            --scrollbar-thumb: rgba(94, 141, 45, 0.42);
            --scrollbar-thumb-hover: rgba(94, 141, 45, 0.62);
        }

        html.dark {
            color-scheme: dark;
            --bg-body: #0A0E14;
            --bg-body-secondary: #121823;
            --bg-accent: rgba(139, 195, 74, 0.1);
            --text-main: #dce2f5;
            --text-brand: #dce2f5;
            --text-hero: #ffffff;
            --text-soft: rgba(220, 226, 245, 0.95);
            --text-app: #dce2f5;
            --star-1: #eee;
            --star-2: #fff;
            --star-3: #8BC34A;
            --grid-line: rgba(139, 195, 74, 0.05);
            --snippet-color: rgba(139, 195, 74, 0.15);
            --device-border: rgba(139, 195, 74, 0.15);
            --device-bg: rgba(139, 195, 74, 0.02);
            --hardware-bg: linear-gradient(180deg, rgba(139, 195, 74, 0.1) 0%, transparent 100%);
            --circuit-color: #8BC34A;
            --circuit-opacity: 0.1;
            --switcher-border: rgba(139, 195, 74, 0.18);
            --switcher-bg: rgba(10, 14, 20, 0.72);
            --switcher-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
            --switcher-hover-text: #dce2f5;
            --switcher-active-bg: rgba(139, 195, 74, 0.16);
            --switcher-active-text: #dce2f5;
            --text-link: #dce2f5;
            --scrollbar-track: rgba(139, 195, 74, 0.08);
            --scrollbar-thumb: rgba(139, 195, 74, 0.34);
            --scrollbar-thumb-hover: rgba(139, 195, 74, 0.52);
        }

        html, body {
            width: 100%;
            min-height: 100%;
            margin: 0;
            overflow-x: hidden;
            overflow-y: auto;
            overscroll-behavior-x: none;
        }

        html {
            scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
            scrollbar-width: thin;
        }

        ::-webkit-scrollbar {
            width: 12px;
            height: 12px;
        }

        ::-webkit-scrollbar-track {
            background: var(--scrollbar-track);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--scrollbar-thumb);
            border-radius: 9999px;
            border: 3px solid transparent;
            background-clip: padding-box;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--scrollbar-thumb-hover);
            border: 3px solid transparent;
            background-clip: padding-box;
        }

        html.dark::-webkit-scrollbar-track {
            background: rgba(139, 195, 74, 0.08);
        }

        html.dark::-webkit-scrollbar-thumb {
            background: rgba(139, 195, 74, 0.34);
            border: 3px solid transparent;
            background-clip: padding-box;
        }

        html.dark::-webkit-scrollbar-thumb:hover {
            background: rgba(139, 195, 74, 0.52);
            border: 3px solid transparent;
            background-clip: padding-box;
        }

        body {
            position: relative;
            background:
                    radial-gradient(circle at top, var(--bg-accent), transparent 35%),
                    linear-gradient(180deg, var(--bg-body) 0%, var(--bg-body-secondary) 100%);
            color: var(--text-main);
            transition: background-color 0.3s ease, color 0.3s ease, background 0.3s ease;
        }

        * {
            cursor: default;
        }

        a,
        button,
        label,
        summary,
        select,
        input[type="checkbox"],
        input[type="radio"],
        input[type="range"],
        input[type="button"],
        input[type="submit"],
        input[type="reset"] {
            cursor: pointer;
        }

        input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
        textarea,
        [contenteditable="true"] {
            cursor: text;
        }

        h1, h2, h3, h4, h5, h6,
        p, li, ul, ol, article, section,
        span, div {
            cursor: default;
        }

        a, a *,
        button, button * {
            cursor: pointer;
        }

        .page-shell {
            position: relative;
            width: 100%;
            min-height: 100vh;
            min-height: 100svh;
            overflow: visible;
            isolation: isolate;
        }

        .bg-scene {
            position: absolute;
            inset: 0;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }

        .parallax-layer {
            position: absolute;
            inset: -10%;
            pointer-events: none;
            transition: transform 0.2s cubic-bezier(0.1, 0, 0.2, 1);
            will-change: transform;
        }

        .starfield {
            background-image:
                    radial-gradient(1px 1px at 20px 30px, var(--star-1), rgba(0, 0, 0, 0)),
                    radial-gradient(1px 1px at 40px 70px, var(--star-2), rgba(0, 0, 0, 0)),
                    radial-gradient(2px 2px at 90px 40px, var(--star-3), rgba(0, 0, 0, 0)),
                    radial-gradient(1px 1px at 150px 150px, var(--star-1), rgba(0, 0, 0, 0));
            background-repeat: repeat;
            background-size: 200px 200px;
            opacity: 0.15;
        }

        .grid-pattern {
            background-image:
                    linear-gradient(to right, var(--grid-line) 1px, transparent 1px),
                    linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px);
            background-size: 60px 60px;
            mask-image: radial-gradient(circle at center, black, transparent 90%);
            -webkit-mask-image: radial-gradient(circle at center, black, transparent 90%);
        }

        .code-snippet {
            position: absolute;
            max-width: min(42vw, 420px);
            font-family: "Fira Code", monospace;
            font-size: 0.75rem;
            line-height: 1.5;
            color: var(--snippet-color);
            white-space: pre;
        }

        .device-silhouette {
            position: relative;
            border: 1px solid var(--device-border);
            border-radius: 40px;
            background: var(--device-bg);
            backdrop-filter: blur(2px);
        }

        .internal-hardware {
            position: absolute;
            background: var(--hardware-bg);
            border-radius: 4px;
        }

        .circuit-line {
            position: absolute;
            background: var(--circuit-color);
            opacity: var(--circuit-opacity);
        }

        .hero-title,
        .brand-title {
            color: var(--text-app);
            transition: color 0.3s ease;
        }

        .theme-switcher {
            position: absolute;
            top: 1.25rem;
            right: 1.25rem;
            z-index: 60;
            display: none;
        }

        .theme-switcher-trigger {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3.25rem;
            height: 3.25rem;
            border: 1px solid var(--switcher-border);
            border-radius: 9999px;
            background: var(--switcher-bg);
            color: var(--text-soft);
            font: inherit;
            cursor: pointer;
            backdrop-filter: blur(14px);
            box-shadow: var(--switcher-shadow);
            transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
        }

        .theme-switcher-trigger:hover {
            color: var(--switcher-hover-text);
        }

        .theme-switcher-trigger:focus-visible {
            outline: 2px solid #8BC34A;
            outline-offset: 2px;
        }

        .apps-showcase {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.5rem;
            width: 100%;
            text-align: left;
        }

        .app-card {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            min-height: 100%;
            padding: 1.35rem;
            border: 1px solid rgba(139, 195, 74, 0.16);
            border-radius: 2rem;
            background:
                    linear-gradient(180deg, rgba(139, 195, 74, 0.08), transparent 28%),
                    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
            box-shadow:
                    0 24px 60px rgba(42, 68, 20, 0.14),
                    inset 0 1px 0 rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(20px);
            overflow: hidden;
            transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
        }

        .app-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                    linear-gradient(135deg, rgba(139, 195, 74, 0.12), transparent 55%),
                    linear-gradient(90deg, rgba(94, 141, 45, 0.08) 1px, transparent 1px),
                    linear-gradient(rgba(94, 141, 45, 0.08) 1px, transparent 1px);
            background-size: auto, 22px 22px, 22px 22px;
            pointer-events: none;
            opacity: 0.75;
        }

        html.dark .app-card::before {
            background:
                    linear-gradient(135deg, rgba(139, 195, 74, 0.18), transparent 55%),
                    linear-gradient(90deg, rgba(139, 195, 74, 0.06) 1px, transparent 1px),
                    linear-gradient(rgba(139, 195, 74, 0.06) 1px, transparent 1px);
            background-size: auto, 22px 22px, 22px 22px;
        }

        .app-card > * {
            position: relative;
            z-index: 1;
        }

        html.dark .app-card {
            border-color: rgba(139, 195, 74, 0.2);
            background:
                    linear-gradient(180deg, rgba(139, 195, 74, 0.08), transparent 28%),
                    linear-gradient(180deg, rgba(18, 24, 35, 0.98), rgba(10, 14, 20, 0.96));
            box-shadow:
                    0 24px 60px rgba(0, 0, 0, 0.34),
                    inset 0 1px 0 rgba(255, 255, 255, 0.05);
        }

        .app-card:hover {
            transform: translateY(-4px);
            border-color: rgba(139, 195, 74, 0.34);
            box-shadow:
                    0 28px 70px rgba(42, 68, 20, 0.18),
                    inset 0 1px 0 rgba(255, 255, 255, 0.75);
        }

        html.dark .app-card:hover {
            box-shadow:
                    0 28px 70px rgba(0, 0, 0, 0.42),
                    inset 0 1px 0 rgba(255, 255, 255, 0.06);
        }

        .app-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            min-height: 2rem;
            font-family: "Fira Code", monospace;
            font-size: 0.72rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--text-soft);
            cursor: default;
        }

        .app-meta-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            padding: 0.45rem 0.7rem;
            border: 1px solid rgba(139, 195, 74, 0.18);
            border-radius: 9999px;
            background: rgba(139, 195, 74, 0.08);
            cursor: default;
        }

        .app-meta-dot {
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 9999px;
            background: #8BC34A;
            box-shadow: 0 0 14px rgba(139, 195, 74, 0.9);
            flex: 0 0 auto;
        }

        .app-meta-code {
            opacity: 0.78;
            white-space: nowrap;
            cursor: default;
        }

        .app-preview {
            position: relative;
            align-self: center;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 240px;
            height: 320px;
            padding: 0.7rem;
            border-radius: 2rem;
            border: 1px solid var(--device-border);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(139, 195, 74, 0.05));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
        }

        .app-gallery {
            align-self: center;
        }

        .app-preview-has-image {
            padding: 0.35rem;
            overflow: hidden;
        }

        .app-preview-image {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            border-radius: 1.55rem;
            box-shadow: 0 14px 32px rgba(10, 14, 20, 0.22);
        }

        .app-preview-trigger {
            width: 100%;
            height: 100%;
            padding: 0;
            border: 0;
            background: transparent;
            cursor: zoom-in;
        }

        .app-preview-trigger:focus-visible {
            outline: 2px solid #8BC34A;
            outline-offset: 4px;
            border-radius: 1.75rem;
        }

        .lightbox {
            position: fixed;
            inset: 0;
            z-index: 200;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
            background: rgba(10, 14, 20, 0.72);
            backdrop-filter: blur(18px);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.25s ease;
        }

        .lightbox.is-open {
            opacity: 1;
            pointer-events: auto;
        }

        .lightbox-dialog {
            position: relative;
            width: auto;
            max-width: min(1080px, 96vw);
            max-height: 92vh;
            padding: 0.9rem 4.75rem;
            border: 1px solid var(--switcher-border);
            border-radius: 1.75rem;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
            box-shadow: 0 30px 80px rgba(10, 14, 20, 0.35);
            transform: translateY(18px) scale(0.98);
            transition: transform 0.25s ease;
        }

        html.dark .lightbox-dialog {
            background: linear-gradient(180deg, rgba(18, 24, 35, 0.98), rgba(10, 14, 20, 0.96));
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
        }

        .lightbox.is-open .lightbox-dialog {
            transform: translateY(0) scale(1);
        }

        .lightbox-frame {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            max-width: calc(92vw - 1.8rem);
            max-height: calc(92vh - 1.8rem);
            overflow: hidden;
            border-radius: 1.2rem;
            background: rgba(139, 195, 74, 0.06);
        }

        .lightbox-image {
            display: block;
            max-width: calc(92vw - 1.8rem);
            max-height: calc(92vh - 1.8rem);
            width: auto;
            height: auto;
            border-radius: 1.2rem;
            transition: opacity 0.16s ease;
        }

        .lightbox-loader {
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 1;
            width: 2.75rem;
            height: 2.75rem;
            border: 3px solid rgba(255, 255, 255, 0.26);
            border-top-color: #8BC34A;
            border-radius: 9999px;
            opacity: 0;
            pointer-events: none;
            transform: translate(-50%, -50%);
            animation: lightbox-spin 0.8s linear infinite;
            transition: opacity 0.16s ease;
        }

        .lightbox.is-loading .lightbox-loader {
            opacity: 1;
        }

        .lightbox.is-loading .lightbox-image {
            opacity: 0;
        }

        @keyframes lightbox-spin {
            to {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        .lightbox-edge {
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            width: 30%;
            min-width: 3.5rem;
            padding: 0;
            border: 0;
            background: transparent;
            cursor: pointer;
        }

        .lightbox-edge[hidden] {
            display: none;
        }

        .lightbox-edge-prev {
            left: 0;
        }

        .lightbox-edge-next {
            right: 0;
        }

        .lightbox-edge:focus-visible {
            outline: 2px solid #8BC34A;
            outline-offset: -4px;
        }

        .lightbox-close {
            position: absolute;
            top: 0.85rem;
            right: 0.85rem;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.75rem;
            height: 2.75rem;
            border: 1px solid var(--switcher-border);
            border-radius: 9999px;
            background: rgba(10, 14, 20, 0.68);
            color: #ffffff;
            cursor: pointer;
            transition: background-color 0.2s ease, transform 0.2s ease;
        }

        .lightbox-close:hover {
            background: rgba(139, 195, 74, 0.9);
            transform: scale(1.04);
        }

        .lightbox-close:focus-visible {
            outline: 2px solid #8BC34A;
            outline-offset: 2px;
        }

        .lightbox-nav {
            position: absolute;
            top: 50%;
            z-index: 3;
            transform: translateY(-50%);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            border: 1px solid var(--switcher-border);
            border-radius: 9999px;
            background: rgba(10, 14, 20, 0.68);
            color: #ffffff;
            cursor: pointer;
            transition: background-color 0.2s ease, box-shadow 0.2s ease;
        }

        .lightbox-nav:hover {
            background: rgba(139, 195, 74, 0.9);
            box-shadow: 0 12px 28px rgba(42, 68, 20, 0.22);
        }

        @media (hover: none), (pointer: coarse) {
            .lightbox-close:hover,
            .lightbox-close:focus,
            .lightbox-close:focus-visible {
                background: rgba(10, 14, 20, 0.68);
                outline: none;
                transform: none;
            }

            .lightbox-close:active,
            .lightbox-close.is-touch-pressed {
                background: rgba(139, 195, 74, 0.9);
                outline: none;
                transform: scale(1.04);
            }

            .lightbox-nav:hover,
            .lightbox-nav:focus,
            .lightbox-nav:focus-visible {
                background: rgba(10, 14, 20, 0.68);
                box-shadow: none;
                outline: none;
            }

            .lightbox-nav:active {
                background: rgba(139, 195, 74, 0.9);
                box-shadow: 0 12px 28px rgba(42, 68, 20, 0.22);
                outline: none;
            }

            .lightbox-nav.is-touch-pressed {
                background: rgba(139, 195, 74, 0.9);
                box-shadow: 0 12px 28px rgba(42, 68, 20, 0.22);
                outline: none;
            }
        }

        .lightbox-nav:focus-visible {
            outline: 2px solid #8BC34A;
            outline-offset: 2px;
        }

        .lightbox-nav-prev {
            left: 1rem;
        }

        .lightbox-nav-next {
            right: 1rem;
        }

        .lightbox-counter {
            position: absolute;
            left: 1.25rem;
            bottom: 1rem;
            padding: 0.45rem 0.75rem;
            border: 1px solid var(--switcher-border);
            border-radius: 9999px;
            background: rgba(10, 14, 20, 0.68);
            color: #ffffff;
            font-family: "Fira Code", monospace;
            font-size: 0.72rem;
            letter-spacing: 0.08em;
        }

        .app-preview-screen {
            position: relative;
            height: 100%;
            border-radius: 1.4rem;
            overflow: hidden;
            background: linear-gradient(180deg, rgba(11, 17, 24, 0.98), rgba(24, 34, 48, 0.92));
        }

        .app-preview-screen.light {
            background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
        }

        .preview-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 1rem 0.75rem;
            color: rgba(255, 255, 255, 0.86);
            font-size: 0.68rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .app-preview-screen.light .preview-topbar {
            color: rgba(21, 32, 24, 0.72);
        }

        .preview-stack {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            padding: 0 1rem 1rem;
        }

        .preview-panel {
            border-radius: 1.1rem;
            padding: 0.9rem;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .app-preview-screen.light .preview-panel {
            background: rgba(139, 195, 74, 0.08);
            border-color: rgba(56, 91, 33, 0.08);
        }

        .preview-title {
            margin: 0 0 0.35rem;
            color: #ffffff;
            font-size: 0.9rem;
            font-weight: 700;
        }

        .app-preview-screen.light .preview-title {
            color: #152018;
        }

        .preview-copy {
            margin: 0;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.72rem;
            line-height: 1.45;
        }

        .app-preview-screen.light .preview-copy {
            color: rgba(21, 32, 24, 0.72);
        }

        .preview-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            margin-top: 0.8rem;
        }

        .preview-badge {
            padding: 0.32rem 0.55rem;
            border-radius: 9999px;
            background: rgba(139, 195, 74, 0.16);
            color: #8BC34A;
            font-size: 0.66rem;
            font-weight: 600;
        }

        .app-preview-screen.light .preview-badge {
            background: rgba(139, 195, 74, 0.14);
            color: #4f7d21;
        }

        .app-header {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .app-title-row {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            flex-wrap: wrap;
        }

        .app-title-logo {
            align-self: center;
            width: 2.4rem;
            height: 2.4rem;
            object-fit: contain;
            flex: 0 0 auto;
        }

        .app-title {
            margin: 0;
            color: var(--text-app);
            font-family: "Space Grotesk", sans-serif;
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: -0.04em;
        }

        .app-title-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            align-self: flex-start;
            min-height: 0.95rem;
            margin-top: 0.24rem;
            margin-left: 0;
            padding: 0.04rem 0.4rem 0.03rem;
            border: 1px solid #5f1028;
            border-radius: 9999px;
            color: #5f1028;
            background: rgba(95, 16, 40, 0.03);
            font-family: "Space Grotesk", sans-serif;
            font-size: 0.5rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            line-height: 1;
        }

        html.dark .app-title-badge {
            border-color: #7e1c39;
            color: #c45476;
            background: rgba(126, 28, 57, 0.08);
        }

        .app-subdivider {
            display: flex;
            align-items: center;
            gap: 0.45rem;
            margin-top: -0.05rem;
        }

        .app-subdivider-line {
            flex: 1 1 auto;
            height: 1px;
            background: linear-gradient(90deg, rgba(139, 195, 74, 0.5), rgba(139, 195, 74, 0));
        }

        .features-grid {
            display: grid;
            grid-template-columns: 1fr;
            grid-auto-rows: 1fr;
            gap: 1rem;
        }

        .feature-card {
            --feature-preview-position: center top;
            position: relative;
            min-height: 100%;
            padding: 1rem;
            overflow: hidden;
            border: 1px solid rgba(139, 195, 74, 0.16);
            border-radius: 1.5rem;
            background:
                    linear-gradient(180deg, rgba(139, 195, 74, 0.055), transparent 30%),
                    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
            box-shadow:
                    0 14px 32px rgba(0, 0, 0, 0.18),
                    inset 0 1px 0 rgba(255, 255, 255, 0.07);
            backdrop-filter: blur(18px);
            transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
        }

        .feature-card:hover {
            transform: translateY(-3px);
            border-color: rgba(139, 195, 74, 0.34);
            background:
                    linear-gradient(180deg, rgba(139, 195, 74, 0.07), transparent 30%),
                    linear-gradient(180deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.032));
            box-shadow:
                    0 20px 46px rgba(0, 0, 0, 0.24),
                    0 0 0 1px rgba(139, 195, 74, 0.06),
                    inset 0 1px 0 rgba(255, 255, 255, 0.10);
        }

        .feature-card-content {
            display: flex;
            height: 100%;
            flex-direction: column;
            gap: 1rem;
        }

        .feature-card-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            min-height: 2.25rem;
        }

        .feature-card-icon {
            display: flex;
            width: 2.25rem;
            height: 2.25rem;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(139, 195, 74, 0.18);
            border-radius: 1rem;
            background: linear-gradient(180deg, rgba(139, 195, 74, 0.18), rgba(139, 195, 74, 0.06));
            color: #8BC34A;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
        }

        .feature-card-title {
            margin: 0;
            color: var(--text-main);
            font-size: 0.96rem;
            font-weight: 650;
            line-height: 1.3;
        }

        .feature-card-preview {
            position: relative;
            display: block;
            width: 100%;
            height: clamp(13.75rem, 24vw, 17.5rem);
            padding: 0;
            overflow: hidden;
            border: 1px solid rgba(139, 195, 74, 0.18);
            border-radius: 1.25rem;
            background: rgba(10, 14, 20, 0.32);
            cursor: zoom-in;
            box-shadow:
                    0 16px 34px rgba(0, 0, 0, 0.24),
                    inset 0 1px 0 rgba(255, 255, 255, 0.08);
            transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
        }

        .feature-card-preview:hover {
            border-color: rgba(139, 195, 74, 0.32);
            box-shadow:
                    0 18px 38px rgba(0, 0, 0, 0.28),
                    inset 0 1px 0 rgba(255, 255, 255, 0.10);
            transform: translateY(-1px);
        }

        .feature-card-preview:focus-visible {
            outline: 2px solid #8BC34A;
            outline-offset: 3px;
        }

        .feature-card-preview img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: var(--feature-preview-position);
            cursor: zoom-in;
        }

        .feature-card-description {
            margin: 0;
            color: var(--text-app);
            font-size: 0.84rem;
            line-height: 1.55;
        }

        .feature-card-list {
            display: flex;
            flex-direction: column;
            gap: 0.38rem;
            margin: 0;
            padding: 0;
            color: var(--text-app);
            font-size: 0.84rem;
            line-height: 1.55;
            list-style: none;
        }

        .feature-card-list li {
            display: flex;
            gap: 0.45rem;
            align-items: flex-start;
        }

        .feature-card-list li > span:first-child {
            flex: 0 0 auto;
            color: #8BC34A;
            font-weight: 700;
        }

        @media (min-width: 768px) {
            .features-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .feature-card {
                padding: 1rem;
            }

            .feature-card-preview {
                height: clamp(13.75rem, 62vw, 16.25rem);
            }
        }


        .app-description {
            margin: 0;
            color: var(--text-app);
            font-size: 0.98rem;
            line-height: 1.65;
            opacity: 1;
        }

        .app-divider {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-top: 0.1rem;
        }

        .app-divider-line {
            flex: 1 1 auto;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(139, 195, 74, 0.4), transparent);
        }

        .app-divider-node {
            width: 0.6rem;
            height: 0.6rem;
            border: 1px solid rgba(139, 195, 74, 0.45);
            border-radius: 9999px;
            background: radial-gradient(circle, rgba(139, 195, 74, 0.95) 0%, rgba(139, 195, 74, 0.18) 68%, transparent 72%);
            box-shadow: 0 0 14px rgba(139, 195, 74, 0.35);
            flex: 0 0 auto;
        }

        .app-stack {
            display: flex;
            flex-wrap: wrap;
            gap: 0.55rem;
        }

        .app-stack-chip {
            display: inline-flex;
            align-items: center;
            min-height: 2rem;
            padding: 0.35rem 0.7rem;
            border: 1px solid rgba(139, 195, 74, 0.16);
            border-radius: 9999px;
            background: rgba(139, 195, 74, 0.08);
            color: var(--text-soft);
            font-family: "Fira Code", monospace;
            font-size: 0.74rem;
            letter-spacing: 0.02em;
        }

        .app-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: auto;
            padding-top: 0.15rem;
        }

        .app-status {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.7rem;
            min-height: 3.25rem;
            margin-top: auto;
            padding: 0.9rem 1.15rem;
            border: 1px solid rgba(139, 195, 74, 0.28);
            border-radius: 9999px;
            background: linear-gradient(180deg, rgba(139, 195, 74, 0.18), rgba(139, 195, 74, 0.08));
            color: var(--text-main);
            font-family: "Fira Code", monospace;
            font-size: 0.88rem;
            letter-spacing: 0.04em;
            box-shadow:
                    0 10px 24px rgba(42, 68, 20, 0.10),
                    inset 0 1px 0 rgba(255, 255, 255, 0.18);
        }

        .app-status-pulse {
            width: 0.65rem;
            height: 0.65rem;
            border-radius: 9999px;
            background: #8BC34A;
            box-shadow: 0 0 0 0 rgba(139, 195, 74, 0.45);
            animation: status-pulse 2.2s ease-out infinite;
            flex: 0 0 auto;
        }

        .app-status-label {
            white-space: nowrap;
        }

        @keyframes status-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(139, 195, 74, 0.45);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(139, 195, 74, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(139, 195, 74, 0);
            }
        }

        .app-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.8rem 1rem;
            border: 1px solid rgba(139, 195, 74, 0.24);
            border-radius: 9999px;
            color: var(--text-main);
            font-size: 0.92rem;
            font-weight: 600;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(139, 195, 74, 0.12), rgba(139, 195, 74, 0.05));
            box-shadow:
                    0 10px 24px rgba(42, 68, 20, 0.10),
                    inset 0 1px 0 rgba(255, 255, 255, 0.16);
            transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
        }

        .app-link-git {
            flex: 0 0 auto;
            justify-content: center;
        }

        .app-link:hover {
            border-color: rgba(139, 195, 74, 0.45);
            color: var(--text-main);
            background: linear-gradient(180deg, rgba(139, 195, 74, 0.18), rgba(139, 195, 74, 0.08));
            box-shadow:
                    0 14px 30px rgba(42, 68, 20, 0.14),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transform: translateY(-1px);
        }

        html.dark .app-link,
        html.dark .app-status {
            box-shadow:
                    0 12px 28px rgba(0, 0, 0, 0.22),
                    inset 0 1px 0 rgba(255, 255, 255, 0.06);
        }

        html.dark .app-link:hover {
            box-shadow:
                    0 16px 34px rgba(0, 0, 0, 0.3),
                    inset 0 1px 0 rgba(255, 255, 255, 0.08);
        }

        .app-link-disabled,
        .app-link-disabled:hover {
            opacity: 0.45;
            filter: grayscale(0.2);
            background: transparent;
            color: var(--text-soft);
            border-color: var(--switcher-border);
            pointer-events: none;
            transform: none;
            box-shadow: none;
        }

        .contact-link {
            color: var(--text-soft);
            transition: color 0.25s ease;
        }

        .policy-card {
            position: relative;
            width: 100%;
            max-width: 56rem;
            padding: 2rem 2.1rem;
            border: 1px solid rgba(139, 195, 74, 0.12);
            border-radius: 1.25rem;
            background:
                    linear-gradient(180deg, rgba(139, 195, 74, 0.04), transparent 18%),
                    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 255, 255, 0.96));
            box-shadow:
                    0 18px 44px rgba(42, 68, 20, 0.10),
                    inset 0 1px 0 rgba(255, 255, 255, 0.65);
            backdrop-filter: blur(12px);
            text-align: left;
        }

        .policy-layout {
            text-align: left;
        }

        html.dark .policy-card {
            border-color: rgba(139, 195, 74, 0.14);
            background:
                    linear-gradient(180deg, rgba(139, 195, 74, 0.05), transparent 18%),
                    linear-gradient(180deg, rgba(18, 24, 35, 0.985), rgba(10, 14, 20, 0.97));
            box-shadow:
                    0 18px 44px rgba(0, 0, 0, 0.26),
                    inset 0 1px 0 rgba(255, 255, 255, 0.05);
        }

        .policy-content {
            width: 100%;
            color: var(--text-app);
            text-align: left;
            line-height: 1.68;
        }

        .policy-content h1,
        .policy-content h2 {
            margin: 0;
            color: var(--text-main);
            font-family: "Space Grotesk", sans-serif;
            letter-spacing: -0.03em;
            text-align: left;
        }

        .policy-content h1 {
            font-size: 1.85rem;
            font-weight: 700;
            line-height: 1.18;
            margin-bottom: 1rem;
        }

        .policy-content h2 {
            margin-top: 2.15rem;
            margin-bottom: 0.7rem;
            font-size: 1.08rem;
            font-weight: 600;
            line-height: 1.35;
        }

        .policy-content p {
            margin: 0;
            font-size: 0.98rem;
            text-align: left;
        }

        .policy-content p + p {
            margin-top: 0.85rem;
        }

        .policy-content p + ul {
            margin-top: 0.75rem;
        }

        .policy-content ul + p {
            margin-top: 0.9rem;
        }

        .policy-content h2 + p {
            margin-top: 0;
        }

        .policy-content ul {
            margin: 0;
            padding-left: 1.5rem;
            text-align: left;
        }

        .policy-content li {
            margin: 0;
            padding-left: 0.1rem;
            font-size: 0.98rem;
            line-height: 1.6;
        }

        .policy-content li + li {
            margin-top: 0.4rem;
        }

        .policy-content a {
            color: var(--text-main);
            text-decoration: none;
            border-bottom: 1px solid rgba(139, 195, 74, 0.35);
        }

        .policy-content a:hover {
            border-color: rgba(139, 195, 74, 0.65);
        }

        @media (max-width: 1023px) {
            .apps-showcase {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767px) {
            .lightbox-dialog {
                max-width: 96vw;
                padding: 0.9rem 0.9rem 4.25rem;
            }

            .parallax-layer {
                inset: -6%;
            }

            .code-snippet {
                display: none;
            }

            .theme-switcher {
                top: 1rem;
                right: 1rem;
            }

            .theme-switcher-trigger {
                width: 3rem;
                height: 3rem;
            }

            .app-card {
                padding: 1.25rem;
            }

            .app-meta {
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                gap: 0.6rem;
            }

            .app-meta-badge {
                gap: 0.35rem;
                padding: 0.35rem 0.5rem;
                font-size: 0.61rem;
                letter-spacing: 0.04em;
                white-space: nowrap;
                flex: 0 1 auto;
                min-width: 0;
            }

            .app-meta-code {
                flex: 0 0 auto;
                font-size: 0.64rem;
                letter-spacing: 0.05em;
            }

            .app-preview {
                width: 200px;
                height: 268px;
            }

            .app-title {
                font-size: 1.7rem;
            }

            .app-title-logo {
                width: 2rem;
                height: 2rem;
            }

            .app-link {
                width: 100%;
                justify-content: center;
            }

            .policy-card {
                padding: 1.2rem 1.1rem;
                border-radius: 1rem;
            }

            .policy-content h1 {
                font-size: 1.5rem;
                margin-bottom: 0.9rem;
            }

            .policy-content h2 {
                margin-top: 1.7rem;
                font-size: 1rem;
            }

            .lightbox-nav {
                width: 2.7rem;
                height: 2.7rem;
                top: 50%;
                bottom: auto;
                transform: translateY(-50%);
            }

            .lightbox-nav:hover {
                transform: translateY(-50%);
            }

            .lightbox-nav-prev {
                left: 0.9rem;
            }

            .lightbox-nav-next {
                right: 0.9rem;
            }

            .lightbox-counter {
                left: 50%;
                bottom: 0.75rem;
                font-size: 0.68rem;
                transform: translateX(-50%);
            }
        }

