:root {
            --dark-grey: #1a1a1a;
            --light-grey: #f0f0f0;
            --mid-grey: #888;
            --dark-grey-border: #444;
        }

        html, body {
            height: 100%;
            margin: 0;
            overflow: hidden;
            font-family: 'Space Mono', monospace;
            color: var(--light-grey);
        }

        #bg-canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: var(--dark-grey);
            background-image: radial-gradient(ellipse 120% 85% at 50% 38%, #212736 0%, #1b1d26 45%, var(--dark-grey) 80%);
        }

        #loading-spinner {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1000;
            width: 50px;
            height: 50px;
            border: 5px solid var(--mid-grey);
            border-top: 5px solid var(--light-grey);
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .ui-element {
            position: fixed;
            z-index: 1;
            padding: 2vw;
        }

        .top-left-name {
            top: 2%;
            left: 5%;
            font-size: clamp(1.5rem, 5vw, 2rem);
            font-weight: 700;
            opacity: 0.6;
        }

        .dropdown {
            position: fixed;
            z-index: 100;
            padding: 3vw;
        }

        /* Selector de idioma ---------------------------------------- */
        .lang-switch {
            position: fixed;
            top: 2%;
            right: 4%;
            z-index: 200;
            display: flex;
            align-items: center;
            gap: 0.1rem;
        }

        .lang-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            min-height: 44px;
            padding: 0.4rem 0.55rem;
            font-family: 'Space Mono', monospace;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            color: var(--mid-grey);
            background: transparent;
            border: 1px solid transparent;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
            -webkit-tap-highlight-color: transparent;
        }

        .lang-btn:hover,
        .lang-btn:focus-visible {
            color: var(--light-grey);
            border-color: rgba(255, 255, 255, 0.18);
            outline: none;
        }

        .lang-btn[aria-pressed="true"] {
            color: var(--light-grey);
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.22);
        }

        .lang-sep {
            color: var(--mid-grey);
            opacity: 0.35;
            font-size: 0.7rem;
        }

        .star-trigger {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            min-height: 44px;
            font-size: clamp(1.5rem, 4vw, 2rem);
            color: var(--mid-grey);
            cursor: pointer;
            transition: color 0.3s ease, transform 0.3s ease;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }

        .star-trigger:hover, .star-trigger.active {
            color: var(--light-grey);
            transform: scale(1.2) rotate(15deg);
            animation: pulse 1s infinite;
        }

        @keyframes pulse {
            50% { transform: scale(1.3) rotate(15deg); }
            to { transform: scale(1.2) rotate(15deg); }
        }

        .content-display {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -40%) scale(0.9);
            box-sizing: border-box;
            width: min(90vw, 800px);
            max-width: 94vw;
            max-height: 80vh;
            max-height: 80dvh;
            overflow-y: auto;
            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            padding: 2rem;
            background: rgba(30, 30, 30, 0.5);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            z-index: 150;
            box-shadow: 0 20px 50px rgba(0,0,0,0.6);
        }

        .content-display.active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translate(-50%, -50%) scale(1);
        }



        .star-trigger.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        /* Tarjetas de proyecto -------------------------------------- */
        .project-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
            gap: 1rem;
        }

        .project-card {
            display: flex;
            flex-direction: column;
            text-decoration: none;
            color: var(--mid-grey);
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 10px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
                        border-color 0.45s ease,
                        box-shadow 0.45s ease,
                        background 0.45s ease,
                        color 0.45s ease;
        }

        .project-card:hover,
        .project-card:focus-visible,
        .project-card.active {
            color: var(--light-grey);
            background: rgba(255, 255, 255, 0.07);
            border-color: rgba(255, 255, 255, 0.28);
            transform: translateY(-6px);
            box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
            outline: none;
        }

        .card-thumb {
            position: relative;
            display: block;
            aspect-ratio: 16 / 10;
            overflow: hidden;
            background: #131313;
        }

        .card-thumb img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* En reposo el sitio es monocromo; el color llega con el hover */
            filter: grayscale(1) brightness(0.72) contrast(0.95);
            opacity: 0.8;
            transition: filter 0.55s ease, opacity 0.55s ease,
                        transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
        }

        .project-card:hover .card-thumb img,
        .project-card:focus-visible .card-thumb img,
        .project-card.active .card-thumb img {
            filter: none;
            opacity: 1;
            transform: scale(1.07);
        }

        .card-thumb::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(15, 15, 15, 0.75), transparent 55%);
            pointer-events: none;
        }

        .card-hint {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            z-index: 1;
            width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
            color: var(--light-grey);
            background: rgba(20, 20, 20, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            opacity: 0;
            transform: scale(0.7);
            transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
        }

        .project-card:hover .card-hint,
        .project-card:focus-visible .card-hint {
            opacity: 1;
            transform: scale(1);
        }

        .card-body {
            display: flex;
            flex-direction: column;
            gap: 0.45rem;
            padding: 0.85rem 0.9rem 1rem;
        }

        .card-head {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 0.5rem;
        }

        .card-title {
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--light-grey);
            line-height: 1.25;
        }

        .card-year {
            flex-shrink: 0;
            font-size: 0.6rem;
            letter-spacing: 0.08em;
            color: var(--mid-grey);
            opacity: 0.7;
        }

        .card-desc {
            font-size: 0.7rem;
            line-height: 1.5;
            opacity: 0.75;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .card-tech {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
            margin-top: 0.15rem;
        }

        .tech-tag {
            font-size: 0.56rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 0.22rem 0.45rem;
            color: var(--mid-grey);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 3px;
            transition: border-color 0.45s ease, color 0.45s ease;
        }

        .project-card:hover .tech-tag {
            color: var(--light-grey);
            border-color: rgba(255, 255, 255, 0.25);
        }

        #proyectos-content {
            width: min(94vw, 1080px);
            max-height: 66vh;
            max-height: 66dvh;
        }

        /* Barra de scroll discreta dentro de los paneles de cristal */
        .content-display {
            scrollbar-width: thin;
            scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
        }

        .content-display::-webkit-scrollbar { width: 8px; }
        .content-display::-webkit-scrollbar-track { background: transparent; }
        .content-display::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 4px;
        }
        .content-display::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.28);
        }

        #proyectos-dropdown {
            top: 80%;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            pointer-events: none;
        }

        .star-trigger {
            pointer-events: auto;
        }

        #info-dropdown {
            top: 50%;
            left: 10%;
        }

        #contacto-dropdown {
            top: 40%;
            right: 10%;
        }

        #stack {
            width: 100%;
            margin-top: 1.5rem;
            padding-top: 1.25rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
            text-align: left;
        }

        .stack-group {
            display: grid;
            grid-template-columns: 5.5rem 1fr;
            align-items: start;
            gap: 0.6rem;
        }

        .stack-label {
            font-size: 0.62rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--mid-grey);
            padding-top: 0.25rem;
        }

        .stack-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }

        #info-img {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            object-fit: cover;
            opacity: 0.8;
            margin-bottom: 1rem;
        }

        .footer {
            bottom: 0.5%;
            left: 50%;
            transform: translateX(-50%);
            font-size: clamp(0.6rem, 1.2vw, 0.7rem);
            color: var(--mid-grey);
            text-align: center;
            letter-spacing: 2px;
            opacity: 0.5;
        }

        #project-tooltip {
            position: fixed;
            z-index: 1001;
            background: rgba(30, 30, 30, 0.75);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            padding: 1.25rem;
            width: min(88vw, 400px);
            max-height: 72vh;
            max-height: 72dvh;
            overflow-y: auto;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-align: left;
            box-sizing: border-box;
            top: auto;
            bottom: 5%;
            left: 50%;
            transform: translate(-50%, 10%) scale(0.9);
            pointer-events: none;
            box-shadow: 0 20px 50px rgba(0,0,0,0.6);
        }

        #project-tooltip.visible {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, 0) scale(1);
            pointer-events: auto;
        }

        #tooltip-close {
            position: absolute;
            top: 0.6rem;
            right: 0.6rem;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            font-size: 0.85rem;
            color: var(--light-grey);
            background: rgba(20, 20, 20, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            -webkit-tap-highlight-color: transparent;
        }

        #tooltip-close:hover,
        #tooltip-close:focus-visible {
            background: rgba(255, 255, 255, 0.15);
            outline: none;
        }

        #project-tooltip img {
            width: 100%;
            height: 190px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 1rem;
        }

        #tooltip-title {
            margin: 0 0 0.5rem;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--light-grey);
        }

        #tooltip-desc {
            margin: 0;
            font-size: 0.78rem;
            line-height: 1.6;
            color: var(--mid-grey);
        }

        .tooltip-buttons {
            display: flex;
            justify-content: space-between;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .tooltip-button {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            color: var(--light-grey);
            background: rgba(255, 255, 255, 0.1);
            padding: 0.5rem 1rem;
            border-radius: 4px;
            text-decoration: none;
            transition: background 0.3s ease;
            flex: 1;
            text-align: center;
        }

        .tooltip-button:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .tooltip-button.hidden {
            display: none;
        }

        .contact-links {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 1rem;
        }

        .contact-icon {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            min-height: 44px;
            color: var(--mid-grey);
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.5rem;
            -webkit-tap-highlight-color: transparent;
        }

        .contact-icon:hover {
            color: var(--light-grey);
            transform: scale(1.2);
        }

        .cv-tooltip {
            display: none;
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: var(--light-grey);
            padding: 0.3rem 0.6rem;
            border-radius: 4px;
            font-size: 0.7rem;
            white-space: nowrap;
            z-index: 2;
        }

        .contact-icon:hover .cv-tooltip {
            display: block;
        }

        /* Secuencia de entrada -------------------------------------
           Se aplica solo mientras body tiene .intro; el JS la retira al
           terminar para no bloquear los transform de :hover.            */
        @keyframes intro-name {
            from { opacity: 0; transform: translateY(-16px); filter: blur(5px); }
            to   { opacity: 0.6; transform: none; filter: none; }
        }

        @keyframes intro-star {
            from { opacity: 0; transform: scale(0.2); }
            to   { opacity: 1; transform: scale(1); }
        }

        @keyframes intro-fade {
            from { opacity: 0; }
            to   { opacity: 0.5; }
        }

        body.intro .top-left-name {
            animation: intro-name 1.2s 1.1s backwards cubic-bezier(0.2, 0.8, 0.2, 1);
        }

        body.intro .star-trigger {
            animation: intro-star 0.9s backwards cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        body.intro #info-dropdown .star-trigger      { animation-delay: 1.55s; }
        body.intro #proyectos-dropdown .star-trigger { animation-delay: 1.7s; }
        body.intro #contacto-dropdown .star-trigger  { animation-delay: 1.85s; }

        body.intro .lang-switch {
            animation: intro-fade-full 1s 1.35s backwards ease-out;
        }

        @keyframes intro-fade-full {
            from { opacity: 0; transform: translateY(-10px); }
            to   { opacity: 1; transform: none; }
        }

        body.intro .footer {
            animation: intro-fade 1.2s 2.1s backwards ease-out;
        }

        /* En tactil no existe :hover, asi que lo que solo se revelaba al
           pasar el raton tiene que estar visible de entrada.            */
        @media (hover: none) {
            .card-hint {
                opacity: 0.85;
                transform: scale(1);
            }

            .cv-tooltip {
                display: block;
                bottom: auto;
                top: 100%;
                margin-top: 0.15rem;
                font-size: 0.6rem;
            }

            .card-thumb img {
                filter: grayscale(1) brightness(0.8) contrast(0.95);
                opacity: 0.9;
            }
        }

        @media (max-width: 768px) {
            .top-left-name {
                top: 1%;
                left: 3%;
                font-size: clamp(1rem, 4vw, 1.3rem);
            }

            .lang-switch {
                top: 1.5%;
                right: 2%;
            }

            #project-tooltip {
                width: 94vw;
                bottom: 2%;
            }

            #project-tooltip img {
                height: 150px;
            }

            #info-dropdown { top: 20%; left: 5%; }
            #proyectos-dropdown { top: 75%; }
            #contacto-dropdown { top: 20%; right: 5%; }

            .star-trigger {
                font-size: clamp(2rem, 8vw, 2.5rem) !important;
            }



            #proyectos-content {
                padding: 1.1rem;
                max-height: 72vh;
            }

            .project-grid {
                grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
                gap: 0.7rem;
            }

            .card-body {
                gap: 0.35rem;
                padding: 0.6rem 0.65rem 0.75rem;
            }

            .card-title { font-size: 0.75rem; }
            .card-desc  { font-size: 0.62rem; -webkit-line-clamp: 3; }
            .tech-tag   { font-size: 0.5rem; padding: 0.18rem 0.35rem; }

            .content-display #info {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 1rem;
            }

            .content-display #info-img {
                width: 80px;
                height: 80px;
            }

            .stack-group {
                grid-template-columns: 1fr;
                gap: 0.3rem;
            }

            .content-display #info p {
                font-size: 0.95rem;
                line-height: 1.5;
                text-align: left;
            }

            .content-display .contact-links {
                justify-content: center;
                gap: 2rem;
            }

            .content-display .contact-icon i {
                font-size: 1.5rem;
            }
        }

        /* Movil en horizontal: el alto util es minimo */
        @media (max-width: 950px) and (orientation: landscape) {
            /* El nombre se compacta para que el panel no lo tape */
            .top-left-name {
                top: 0;
                left: 2%;
                padding: 0.4rem 0;
                font-size: 0.85rem;
            }

            #proyectos-content {
                max-height: 76vh;
                max-height: 76dvh;
                padding: 0.9rem;
            }

            .card-thumb { aspect-ratio: 16 / 9; }
            .card-desc { -webkit-line-clamp: 2; }

            #project-tooltip {
                width: min(92vw, 460px);
                max-height: 92vh;
                max-height: 92dvh;
                bottom: 2%;
            }

            #project-tooltip img { height: 110px; }
        }

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-delay: 0ms !important;
                transition-duration: 0.01ms !important;
            }
        }

/* Showcase: readable content independent of the optional WebGL background. */
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { overflow: auto; height: auto; min-height: 100vh; background: #090d14; color: #e9edf4; }
#bg-canvas { position: fixed; inset: 0; pointer-events: none; opacity: .48; }
a { color: inherit; }
:focus-visible { outline: 2px solid #9bddc8 !important; outline-offset: 5px; }
.site-header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; max-width: 1160px; margin: auto; padding: 30px 150px 30px 32px; gap: 30px; }
.brand { font-weight: 700; text-decoration: none; color: #b4ebd9; white-space: nowrap; }
.brand span { color: #b7c0cf; font-size: 12px; }
.site-header nav { display: flex; gap: 25px; font-size: 12px; }
.site-header nav a { text-decoration: none; color: #b7c0cf; padding: 12px 0; }
.lang-switch { position: absolute; top: 22px; right: max(24px, calc((100vw - 1160px)/2)); }
main { position: relative; z-index: 1; max-width: 1096px; margin: auto; padding: 0 32px; }
.hero { padding: 110px 0 100px; max-width: 900px; }
.eyebrow { color: #a2dbc9; font-size: 11px; letter-spacing: .17em; margin: 0 0 25px; }
h1 { font-family: system-ui, sans-serif; font-size: clamp(42px, 6.7vw, 82px); line-height: 1.06; letter-spacing: -.055em; max-width: 890px; margin: 0 0 30px; font-weight: 650; }
.hero-description { max-width: 620px; color: #aeb9ca; font-family: system-ui, sans-serif; font-size: 20px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin: 32px 0 46px; }
.primary-link, .secondary-link { display: inline-flex; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid #394652; border-radius: 6px; text-decoration: none; font-size: 12px; }
.primary-link { background: #b4ebd9; border-color: #b4ebd9; color: #10261f; font-weight: 700; }
.hero-stack { color: #73849b; font-size: 10px; letter-spacing: .13em; }
.dropdown, #proyectos-dropdown, #info-dropdown, #contacto-dropdown { position: static; padding: 0; transform: none; }
.content-display, .content-display.active { position: static; transform: none; width: 100%; max-width: none; max-height: none; overflow: visible; opacity: 1; visibility: visible; pointer-events: auto; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; box-shadow: none; padding: 65px 0; border-top: 1px solid #ffffff18; }
h2 { font-family: system-ui, sans-serif; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.035em; line-height: 1.2; margin: 0 0 18px; }
.section-intro { color: #9baac0; font-size: 13px; line-height: 1.8; margin-bottom: 35px; }
.project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-card { background: #111925d9; border: 1px solid #ffffff14; }
.project-card:nth-child(-n+2) { grid-column: span 1; border-color: #87c8b64a; }
.card-thumb img { filter: none; opacity: 1; }
.card-hint { opacity: 1; transform: none; }
#info { text-align: left; max-width: 850px; margin: auto; }
#info p[data-i18n-html] { font-family: system-ui, sans-serif; font-size: 18px; line-height: 1.85; color: #b8c3d2; }
#info-img { float: right; margin: 0 0 20px 24px; width: 90px; height: 90px; }
#stack { clear: both; }
#contacto { text-align: left; }
.contact-links { justify-content: flex-start; }
.footer { position: relative; left: auto; bottom: auto; transform: none; padding: 35px; }
#project-tooltip { top: 50%; bottom: auto; left: 50%; margin: 0; border-color: #62756e; background: #121b27; max-height: 85dvh; }
#project-tooltip[open] { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, -50%); }
#project-tooltip::backdrop { background: #030810bc; backdrop-filter: blur(5px); }
.details-button { display: block; width: 100%; min-height: 44px; margin-top: 12px; background: transparent; border: 1px solid #4c675f; border-radius: 5px; color: #b4ebd9; font: inherit; cursor: pointer; }
.project-item { min-width: 0; display: flex; flex-direction: column; }
.project-item .project-card { flex: 1; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 3000; background: #b4ebd9; color: #10261f; padding: 15px; }
.skip-link:focus { top: 10px; }
@media (max-width: 760px) {
 .site-header { padding: 24px; flex-wrap: wrap; gap: 18px; }
 .site-header nav { width: 100%; gap: 24px; }
 .brand span { font-size: 11px; }
 main { padding: 0 22px; }
 .hero { padding: 60px 0 65px; }
 .hero-description { font-size: 18px; }
 .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
 .content-display { padding: 45px 0; }
}
@media (max-width: 480px) { .project-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
html { height: auto; min-height: 100%; overflow: auto; }
body { overflow: visible; }
#proyectos-content { width: 100%; max-height: none; padding: 65px 0; }
#proyectos-dropdown { display: block; pointer-events: auto; }
.card-desc { color: #adbacb; }
@media (max-width: 760px) {
 #proyectos-content { padding: 45px 0; }
 .card-title { font-size: 15px; }
 .card-desc { font-size: 12px; line-height: 1.65; }
 .tech-tag { font-size: 10px; }
 .card-body { padding: 16px; gap: 10px; }
 .content-display #info { display: block; text-align: left; }
}
