:root{--primary-color:#1a73e8;--secondary-color:#3c4043;--background-light:#f8f9fa;--border-light:#dadce0;--font-family:'Roboto',sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);line-height:1.6;color:var(--secondary-color);background-color:#fff}.tech-hero{height:300px;display:flex;justify-content:center;align-items:center;color:white;font-size:2rem;font-weight:bold;background-size:cover;background-position:center;background-repeat:no-repeat}.tech-hero{background-image:url('/img/tech_hero_800.webp')}@media(max-width:768px){.tech-hero{height:300px}}@media(min-width:768px) and (max-width:1279px) and (orientation:landscape){.tech-hero{background-image:url('/img/tech_hero_1280.webp')}}@media(min-width:1280px){.tech-hero{background-image:url('/img/tech_hero_1280.webp')}}@media(min-width:1920px){.tech-hero{background-image:url('/img/tech_hero_1920.webp')}}@media(min-width:1200px) and (orientation:portrait){.tech-hero{background-image:url('/img/tech_hero_1280.webp')}}@media screen and (min-width:2560px){.tech-hero{background-image:url('/img/tech_hero_2560.webp') !important}.tech-hero{height:400px}}@media(min-width:1519px){.tech-hero{background-image:url('/img/tech_hero_1920.webp')}}.container{max-width:85rem;margin:2rem auto;padding:0 .5rem}.opening-text{background-color:var(--background-light);padding:1.5rem;border-radius:8px;border:1px solid var(--border-light);margin-bottom:3rem}.opening-text p{font-size:1.1rem;font-weight:400;color:#5f6368}.opening-text a{color:#34d}.opening-text a:hover{text-decoration:underline}.compatibility-table{margin-bottom:3rem;width:100%;border-collapse:collapse;box-shadow:0 1px 3px rgba(0,0,0,0.1);border-radius:8px;overflow:hidden}.table-heading{font-size:1.5rem;font-weight:700;color:var(--secondary-color);margin-bottom:1rem;border-bottom:3px solid var(--primary-color);padding-bottom:.5rem}.compatibility-table th,.compatibility-table td{padding:12px 15px;text-align:left;border-bottom:1px solid var(--border-light)}.compatibility-table th{background-color:var(--primary-color);color:white;font-weight:600;text-transform:uppercase;font-size:.9rem}.compatibility-table td:first-child{width:35%;vertical-align:top}.compatibility-table tbody tr:nth-child(even){background-color:#f0f4f9}.compatibility-table tbody tr:hover{background-color:#e8f0fe}.compatibility-table td:nth-child(4),.compatibility-table td:nth-child(5){text-align:center}.compatibility-table td:nth-child(1){font-weight:500}.tick{color:#34a853;font-weight:700}@media(max-width:768px){.container{padding:0 .5rem;margin:1.5rem auto}.table-heading{font-size:1.3rem}.compatibility-table th,.compatibility-table td{padding:10px;font-size:.85rem}.table-wrapper{overflow-x:auto}}