:root{--primary-color:#0074d9;--primary-dark:#0063b1;--primary-light:#5698dc;--secondary-color:#001f3f;--accent-color:#ff7e47;--text-color:#333333;--text-light:#666666;--background-color:#ffffff;--background-light:#f9fafc;--border-color:#e2e8f0;--success-color:#48bb78;--warning-color:#ecc94b;--error-color:#f56565;--info-color:#4299e1;--box-shadow-sm:0 1px 3px rgba(0,0,0,0.1);--box-shadow-md:0 4px 6px rgba(0,0,0,0.1);--box-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--header-height:70px;--footer-height:auto;--content-max-width:1200px}*,:after,:before{box-sizing:border-box}blockquote,body,button,dl,figure,h1,h2,h3,h4,h5,h6,input,ol,p,textarea,ul{margin:0;padding:0}body,html{height:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:#ffffff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem;color:var(--secondary-color)}h1{font-size:2.5rem}h2{font-size:2rem;margin-bottom:1.5rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}ol,ul{margin-bottom:1rem;padding-left:1.5rem}:focus{outline:3px solid rgba(0,116,217,.5);outline-offset:2px}button{cursor:pointer;background:none;border:none;font-family:inherit;font-size:inherit}img{max-width:100%;height:auto;display:block}.page-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}header{background-color:white;box-shadow:0 1px 2px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%}.header-container{justify-content:space-between;max-width:var(--content-max-width);margin:0 auto;padding:0;height:var(--header-height);position:relative}.header-container,.logo{display:flex;align-items:center}.logo{padding-left:1rem;margin-right:auto}.logo a{display:flex;align-items:center;color:var(--primary-color);font-weight:600;font-size:1.25rem}.logo img{height:30px;width:auto;margin-right:.75rem}nav ul{display:flex;list-style:none;padding:0;margin:0}nav li{margin:0 .75rem}nav a{display:block;padding:.5rem .25rem;color:var(--text-color);position:relative;font-size:.95rem}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .2s}nav a:hover:after,nav li.active a:after{width:100%}nav li.active a{color:var(--primary-color);font-weight:500}nav ul li.dropdown{position:relative}nav ul li.dropdown>a{display:flex;align-items:center;gap:5px}nav ul li.dropdown>a:after{content:"";display:inline-block;margin-left:5px;transition:transform .2s ease}nav ul li.dropdown .dropdown-menu{position:absolute;top:100%;left:0;background-color:white;min-width:180px;box-shadow:var(--box-shadow-md);border-radius:4px;padding:8px 0;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease}nav ul li.dropdown .dropdown-menu.active,nav ul li.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}nav ul li.dropdown .dropdown-menu li{margin:0;display:block}nav ul li.dropdown .dropdown-menu a{padding:8px 16px;display:block;color:var(--text-color);white-space:nowrap}nav ul li.dropdown .dropdown-menu a:hover{background-color:rgba(0,0,0,.05)}@media (max-width:768px){nav ul li.dropdown .dropdown-menu{position:static;box-shadow:none;opacity:1;visibility:hidden;max-height:0;overflow:hidden;transform:none;transition:max-height .3s ease;padding:0}nav ul li.dropdown .dropdown-menu.active{visibility:visible;max-height:300px}nav ul li.dropdown .dropdown-menu li{padding-left:20px}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;padding:0;margin-right:10px}.mobile-menu-toggle span{display:block;height:2px;width:100%;background-color:var(--secondary-color);transition:all .3s}.mobile-menu-toggle.active span:first-child{transform:translateY(9px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hero-section{padding:4rem 1.5rem}.hero-content{z-index:1}.hero-content h1{color:white;margin-bottom:1.5rem}.hero-content p{color:rgba(255,255,255,.9);margin:0 auto 2rem}.content-container{margin:3rem auto;padding:0 1.5rem}.grid{display:grid;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:2rem;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.card h2{margin-bottom:1rem;font-size:1.75rem}.card p{margin-bottom:1.5rem;color:var(--text-light)}.action-button{padding:.75rem 1.5rem;font-size:.95rem}.primary-button:hover{background-color:var(--primary-dark);color:white;box-shadow:0 4px 10px rgba(0,116,217,.25)}.view-button{display:block;font-weight:500;width:100%;text-align:center;padding:.85rem 1.5rem;border-radius:6px;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,116,217,.2)}.view-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,116,217,.3)}.section{background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:3rem}.section h2{margin-bottom:1.5rem}.section p{margin-bottom:2rem;max-width:800px}footer{background-color:var(--secondary-color);color:white;padding:3rem 0 1.5rem;margin-top:3rem}.footer-container{max-width:var(--content-max-width);margin:0 auto;padding:0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3{color:white;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:rgba(255,255,255,.7);font-size:.95rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.25rem;padding:.1rem 0;transition:transform .2s ease}.footer-section li:hover{transform:translateX(3px)}.footer-section a{color:rgba(255,255,255,.7);transition:color .2s}.footer-section a:hover{color:white}.social-links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.social-icon-link{text-decoration:none}.social-icon{display:flex;width:45px;height:11px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.15)}.social-icon-link:hover .social-icon{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.2)}.social-icon svg{width:22px;height:22px}.footer-container .social-links{display:flex;gap:1.25rem;margin-top:1.5rem}.footer-container .social-icon-link{text-decoration:none}.footer-container .social-icon{display:contents;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease;background-color:rgba(255,255,255,.1);box-shadow:0 4px 8px rgba(0,0,0,.2)}.footer-container .social-icon.twitter{background-color:#1DA1F2}.footer-container .social-icon.linkedin{background-color:#0A66C2}.footer-container .social-icon.github{background-color:#24292F}.footer-container .social-icon svg{width:24px;height:24px;fill:white}.footer-container .social-icon-link:hover .social-icon{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.3)}.footer-container .social-icon-link:focus{outline:none}.footer-container .social-icon-link:focus .social-icon{box-shadow:0 0 0 3px rgba(255,255,255,.3)}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.9rem;color:rgba(255,255,255,.5)}@media (max-width:1024px){.content-max-width{padding:0 2rem}}@media (max-width:768px){.mobile-menu-toggle{display:flex;z-index:1100}nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100%;background-color:white;box-shadow:-5px 0 15px rgba(0,0,0,.1);padding:5rem 1.5rem 2rem;transition:right .3s ease;z-index:1000}nav.active{right:0}nav ul{flex-direction:column;width:100%}nav li{margin:0;width:100%;border-bottom:1px solid var(--border-color)}nav a{padding:1rem .5rem}.grid-3{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.card,.section{padding:1.5rem}.content-container{max-width:95vw;margin:80px auto 30px;padding:1rem}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.content-container{margin:2rem auto}.logo span{display:none}}.logo-icon{font-size:1.5rem;margin-right:.5rem;color:var(--primary-color)}.social-icon{width:40px;height:40px;background-color:rgba(37,99,235,.9);transition:transform .2s,background-color .2s,box-shadow .2s;box-shadow:0 2px 5px rgba(0,0,0,.1)}.social-icon:hover{transform:translateY(-3px);background-color:rgba(37,99,235,1);box-shadow:0 4px 8px rgba(0,0,0,.2)}.about-section{background-color:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.08);margin-top:1rem}.about-section p{color:var(--text-light)}.about-footer{display:flex;justify-content:left;margin-top:2rem}.about-footer .view-button{max-width:300px}.premium-services-container{max-width:1200px;margin:0 auto;padding:2rem 0}.intro-section{margin-bottom:3rem;text-align:center}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.service-card{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.service-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.service-header{background:linear-gradient(135deg,#001f3f,#0074d9);color:white;text-align:center}.service-header h3{font-size:1.5rem}.service-content ul{padding-left:1.5rem;margin:1.5rem 0}.service-content li{margin-bottom:.5rem}.enterprise-section{background-color:#f8f9fa;border-radius:8px;margin-bottom:4rem}.enterprise-content{display:flex;gap:2rem}.enterprise-text{flex:2 1}.enterprise-image{flex:1 1}.placeholder-image{background-color:#e9ecef;width:100%;height:250px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-weight:700;border-radius:8px}.testimonials-section{margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background-color:white;border-radius:8px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.testimonial-content{font-style:italic;margin-bottom:1.5rem}.author-name{font-weight:700;margin-bottom:.25rem}.author-company{color:#6c757d;font-size:.9rem}.consultation-section{background:linear-gradient(135deg,#001f3f,#0074d9);color:white;text-align:center;padding:3rem;border-radius:8px}.consultation-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.secondary-button{background-color:#f0f0f0;border:2px solid #999;color:#555}.secondary-button:hover{background-color:#e0e0e0}.contribute-container{max-width:1200px;margin:0 auto;padding:2rem 0}.contribute-section{margin-bottom:4rem}.contribute-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.feature-list{list-style-type:none;padding-left:0;margin-top:1rem}.feature-list li{display:flex;align-items:center;margin-bottom:.75rem}.check{color:#28a745;font-weight:700;margin-right:.5rem}.validation-methods{margin:1.5rem 0}.method{display:flex;align-items:center;margin-bottom:1rem}.method-icon{margin-right:.75rem;font-size:1.25rem}.method-card{background-color:white;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.method-card h3{margin-top:0;color:#0074d9;margin-bottom:1rem}.method-card .icon{font-size:2rem;color:#0074d9;margin-bottom:1rem;display:inline-block}.method-card ul{margin-bottom:1.5rem}.note{background-color:#f8f9fa;border-left:4px solid #0074d9;padding:1rem;margin-top:1.5rem;display:flex;align-items:center}.note-icon{margin-right:.75rem;font-size:1.25rem}.steps-flow{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.step-card{display:flex;background-color:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden}.step-number{background-color:#0074d9;color:white;font-size:1.5rem;font-weight:700;min-width:60px;display:flex;align-items:center;justify-content:center}.step-content{padding:1.5rem;flex:1 1}.step-title{margin-top:0;margin-bottom:1rem;color:#0074d9}.step-list{margin-bottom:0;padding-left:1.25rem}.step-arrow{text-align:center;color:#0074d9;font-size:1.5rem;font-weight:700}.code-snippet{background-color:#f8f9fa;padding:.75rem;border-radius:4px;font-family:monospace;margin-top:.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.value-item{background-color:#f8f9fa;padding:.75rem;border-radius:4px;text-align:center}.value-item .icon{font-size:1.25rem;margin-bottom:.5rem;display:block}.value-item .label{font-weight:700;display:block;margin-bottom:.25rem}.value-item .description{font-size:.8rem;color:#666}.pr-checklist{list-style-type:none;padding-left:0}.pr-checklist li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.pr-checklist li.checked:before{content:"✓";color:#28a745;position:absolute;left:0;font-weight:700}.guidelines-header{margin-bottom:1.5rem}.guidelines-icon{margin-right:.5rem}.card-icon{font-size:1.5rem;margin-bottom:.75rem}.guidelines-list{list-style-type:none;padding-left:0}.guidelines-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem}.guidelines-list li:before{content:"•";color:#0074d9;position:absolute;left:0;font-weight:700}.step-icon{margin-right:.5rem}.guidelines-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:2rem}.guidelines-left,.guidelines-right{background-color:white;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.cta-section{background:linear-gradient(135deg,#001f3f,#0074d9);border-radius:8px}.cta-buttons{margin-top:1.5rem}@media (max-width:768px){.contribute-grid,.values-grid{grid-template-columns:1fr}.step-card{flex-direction:column}.step-number{min-width:100%;padding:.5rem 0}.guidelines-content{grid-template-columns:1fr}}.scores-container{padding:2rem 0}.methodology-section{background-color:white;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.methodology-section ul{margin-top:1rem;margin-bottom:1.5rem}.methodology-section li{margin-bottom:.5rem}.filter-controls{justify-content:space-between;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.05)}.category-select{padding:.5rem 1rem;border-radius:4px;border:1px solid var(--border-color);background-color:white;font-size:1rem;min-width:200px}.action-links{display:flex;gap:1rem}.scores-table-container{margin-bottom:3rem;overflow-x:auto}.scores-table{background-color:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.scores-table td,.scores-table th{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color)}.scores-table th{background-color:var(--secondary-color);color:white}.sortable{cursor:pointer;position:relative}.sortable:hover{background-color:rgba(0,31,63,.9)}.score-column{width:120px;text-align:center}.details-column{width:50%}.score-cell{text-align:center}.score-circle{display:inline-flex;justify-content:center;align-items:center;width:64px;height:64px;border-radius:50%;font-weight:700;color:white;margin:0 auto}.score-excellent{background-color:#38a169}.score-good{background-color:#4299e1}.score-average{background-color:#ecc94b}.score-poor{background-color:#ed8936}.score-very-poor{background-color:#e53e3e}.category-breakdown{display:flex;flex-direction:column;gap:.5rem}.category-score{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px dashed var(--border-color)}.category-percentage{border-radius:4px;padding:0 .5rem;color:white;font-size:.9rem;font-weight:500}.raw-score{font-weight:500}.interpretation-section{background-color:white;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.interpretation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.interpretation-item{text-align:center}.score-example{width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 auto 1rem;color:white;font-weight:700}.disclaimer-section{background-color:white;border-radius:8px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}@media (max-width:768px){.filter-controls{flex-direction:column;gap:1rem;align-items:flex-start}.action-links{width:100%;justify-content:space-between}.category-score{flex-direction:column;gap:.25rem}.interpretation-grid{grid-template-columns:1fr}.score-example{margin-bottom:.5rem}}.telemetry-table-container{overflow-x:auto;margin-top:2rem}.telemetry-table{border-spacing:0;background-color:white}.telemetry-table td,.telemetry-table th{border-bottom:1px solid var(--border-color)}.telemetry-table th{background-color:var(--secondary-color);color:white}.blog-container{max-width:1200px;margin:0 auto;padding:20px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.blog-card{background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-5px)}.blog-image{width:100%;height:200px;object-fit:cover}.blog-content{padding:1.5rem}.blog-title{font-size:1.25rem;margin-bottom:1rem;color:#333}.blog-excerpt{color:#666;margin-bottom:1rem;line-height:1.6}.blog-link{display:inline-block;color:#007bff;text-decoration:none;font-weight:500}.blog-link:hover{text-decoration:underline}@media (max-width:768px){.blog-grid{grid-template-columns:1fr}}.footer-submenu{padding-left:15px;margin-top:5px;list-style:none}.footer-submenu li{margin-bottom:5px;font-size:.9em}.footer-section ul li span{font-weight:500;display:block;margin-bottom:5px}.platforms-section{margin-bottom:3rem}.platforms-section>p{margin-bottom:2rem;text-align:center;font-size:1.1rem;max-width:800px;margin-left:auto;margin-right:auto}.platforms-section h2{text-align:center;margin-bottom:1rem}.platforms-section .card{display:flex;flex-direction:column;height:100%;justify-content:space-between}.platforms-section .card p:not(.coming-soon-badge){flex-grow:1}.platforms-section .card .action-button{margin-top:auto;width:100%}.coming-soon-badge{background-color:rgb(210,210,210);color:rgb(83,83,83);padding:.25rem .5rem;border-radius:4px;display:block;font-size:.8rem;margin-bottom:.75rem;text-align:center;font-weight:500;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.coming-soon-card{opacity:.7;background-color:#f5f5f5}.card-footer{margin-top:auto}.platforms-section .card h3{margin-bottom:.75rem}.platforms-section .card p{margin-bottom:1.5rem}.about-container{padding:2rem 1.5rem}.about-header{margin-bottom:3rem}.about-header p{max-width:800px;margin:0 auto;color:var(--text-light)}.about-card{background-color:white;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.about-card h2{margin-bottom:1.5rem}.about-card ul{padding-left:1.25rem}.author-image{flex-shrink:0}.author-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover}.social-media{margin-top:1rem}.social-media a{display:inline-block;margin-top:.5rem}.social-icon{width:36px;height:36px;background-color:var(--primary-color);color:white;transition:transform .2s,background-color .2s}.contact-us-section{background-color:white;box-shadow:0 4px 12px rgba(0,0,0,.05)}.contact-us-section p{max-width:700px;margin:0 auto 1rem;text-align:center}.coming-soon-card .action-button{pointer-events:auto;cursor:pointer}nav a[href="/premium-services"],nav li.active a[href="/premium-services"]{font-weight:600;color:var(--primary-color);position:relative;background:linear-gradient(90deg,rgba(52,152,219,.1),transparent);border-radius:4px;padding:0 10px}nav a[href="/premium-services"]:after,nav li.active a[href="/premium-services"]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--primary-color),transparent)}@media (max-width:768px){nav a[href="/premium-services"],nav li.active a[href="/premium-services"]{font-weight:600;padding:5px 10px;margin:5px 0}}.footer-section a[href="/premium-services"]{font-weight:600;color:var(--primary-color);position:relative;padding:0 5px;background:linear-gradient(90deg,rgba(52,152,219,.1),transparent);border-radius:4px}.footer-section a[href="/premium-services"]:hover{color:var(--primary-dark)}.footer-section a[href="/premium-services"]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--primary-color),transparent)}nav a[href="/sponsorship"],nav li.active a[href="/sponsorship"]{color:var(--accent-color);font-weight:500;position:relative}nav a[href="/sponsorship"]:after,nav li.active a[href="/sponsorship"]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent-color),transparent)}.footer-section a[href="/sponsorship"]{color:var(--accent-color);font-weight:500;position:relative}.footer-section a[href="/sponsorship"]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--accent-color),transparent)}.community-section{margin:3rem 0;padding:2rem;background-color:#f8f9fa;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.community-section h2{color:#2c3e50;margin-top:0;margin-bottom:1.5rem;text-align:center;position:relative;padding-bottom:.5rem}.community-section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:3px}.community-section>p{text-align:center;max-width:800px;margin:0 auto 2rem;color:#555;font-size:1.1rem;line-height:1.6}.community-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.community-point{background-color:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;border-top:3px solid #4285f4}.community-point:nth-child(2){border-color:#ea4335}.community-point:nth-child(3){border-color:#34a853}.community-point:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.community-point h3{margin-top:0;color:#3c4043;font-size:1.25rem;margin-bottom:1rem}.community-point p{margin-bottom:0;color:#5f6368;line-height:1.5}.author-section{margin:3rem 0;flex-wrap:wrap;gap:2rem;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.author-section .author-info h3{margin-top:0;color:#2c3e50;margin-bottom:1rem}.contact-button-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.contact-us-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;transition:all .3s ease;text-decoration:none;min-width:180px}.primary-button{background-color:#4285f4;border:2px solid #4285f4}.primary-button:hover{background-color:#3367d6;transform:translateY(-3px);box-shadow:0 5px 15px rgba(66,133,244,.3)}.secondary-button{background-color:transparent;color:#4285f4;border:2px solid #4285f4}.secondary-button:hover{background-color:rgba(66,133,244,.1);transform:translateY(-3px);box-shadow:0 5px 15px rgba(66,133,244,.15)}@media (max-width:768px){.community-section{padding:1.5rem}.community-section>p{font-size:1rem}.community-points{grid-template-columns:1fr}.contact-us-button{width:100%}}.faq-container{max-width:var(--content-max-width);margin:2rem auto;padding:0 1rem}.faq-search{margin-bottom:2rem;position:relative}.faq-search-input{width:100%;padding:1rem 1.5rem;font-size:1rem;border:2px solid var(--border-color);border-radius:8px;background-color:white;transition:all .3s ease}.faq-search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,116,217,.1)}.faq-accordion{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.faq-panel{background:white;border-radius:8px;box-shadow:var(--box-shadow-sm);overflow:hidden;transition:all .3s ease}.faq-panel:hover{box-shadow:var(--box-shadow-md)}.faq-question{width:100%;text-align:left;padding:1.5rem;background:none;border:none;font-size:1.1rem;font-weight:500;color:var(--secondary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.faq-question:hover{background-color:rgba(0,0,0,.02)}.faq-icon{width:20px;height:20px;position:relative;transition:transform .3s ease}.faq-icon:after,.faq-icon:before{content:"";position:absolute;background-color:var(--primary-color);border-radius:1px;transition:all .3s ease}.faq-icon:before{width:2px;height:20px;left:50%;transform:translateX(-50%)}.faq-icon:after{width:20px;height:2px;top:50%;transform:translateY(-50%)}.faq-panel.expanded .faq-icon:before{transform:translateX(-50%) rotate(90deg);opacity:0}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;opacity:0;transition:all .3s ease}.faq-panel.expanded .faq-answer{max-height:1000px;opacity:1;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-light);margin-bottom:1rem}.faq-answer ul{list-style-type:none;padding-left:0}.faq-answer ul li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:var(--text-light)}.faq-answer ul li:before{content:"•";color:var(--primary-color);position:absolute;left:0;font-weight:700}.no-results{background:var(--background-light);border-radius:8px}@media (max-width:768px){.faq-question{padding:1.25rem;font-size:1rem}.faq-panel.expanded .faq-answer{padding:0 1.25rem 1.25rem}.faq-search-input{padding:.75rem 1rem}}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:flex-start;padding-top:10vh;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-modal{width:90%;max-width:700px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);overflow:hidden;max-height:80vh;flex-direction:column}.search-header,.search-modal{background:white;display:flex}.search-header{align-items:center;padding:1rem;border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;z-index:2}.search-input{flex:1 1;padding:.75rem 1rem;font-size:1.1rem;border:2px solid var(--border-color);border-radius:6px;background-color:var(--background-light);transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--primary-color);background-color:white;box-shadow:0 0 0 3px rgba(0,116,217,.1)}.search-close-btn{margin-left:1rem;padding:.5rem;font-size:1.2rem;color:var(--text-light);cursor:pointer;border-radius:50%;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.search-close-btn:hover{background-color:var(--background-light);color:var(--text-color)}.search-results{flex:1 1;overflow-y:auto;padding:1rem}.search-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-light)}.spinner{width:20px;height:20px;border:2px solid var(--border-color);border-top-color:var(--primary-color);margin-right:.5rem}.results-list{list-style:none;padding:0;margin:0}.result-item{display:flex;align-items:flex-start;padding:1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.result-item.selected,.result-item:hover{background-color:var(--background-light);border-color:var(--border-color);transform:translateY(-1px)}.result-category{font-size:1.5rem;margin-right:1rem;min-width:2rem;text-align:center;opacity:.9;transition:opacity .2s ease}.result-item:hover .result-category{opacity:1}.result-content{flex:1 1}.result-content h4{margin:0 0 .25rem;color:var(--secondary-color);font-size:1.1rem}.result-content p{margin:0;color:var(--text-light);font-size:.9rem;line-height:1.4}.no-results{text-align:center;padding:2rem;color:var(--text-light)}.no-results-suggestion{margin-top:.5rem;font-size:.9rem;color:var(--text-light)}.search-suggestions{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color);text-align:center;color:var(--text-light);font-size:.9rem}.search-trigger{display:flex;align-items:center;padding:.5rem 1rem;margin-right:1rem;background-color:var(--background-light);border:1px solid var(--border-color);border-radius:6px;color:var(--text-light);cursor:pointer;transition:all .2s ease}.search-trigger:hover{background-color:white;border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,116,217,.1)}.search-shortcut{margin-left:.5rem;padding:.2rem .4rem;background-color:var(--background-light);border-radius:4px;font-size:.8rem;color:var(--text-light);border:1px solid var(--border-color)}@media (max-width:768px){.search-shortcut{display:none}.search-trigger{padding:.5rem;margin-right:.5rem}.search-modal{width:95%;margin:1rem}.result-category{font-size:1.25rem}.result-content h4{font-size:1rem}}@media (min-width:769px){.header-container{padding:0 1.5rem}nav ul{display:flex;align-items:center}nav li{margin:0 .4rem}nav a,nav li{position:relative}nav a{padding:.75rem .6rem;font-weight:500;color:var(--secondary-color);opacity:.85;transition:all .2s ease}nav a:hover{opacity:1;color:var(--primary-color)}nav a:after{content:"";position:absolute;width:0;height:3px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease;border-radius:1.5px}nav a:hover:after,nav li.active a:after{width:100%}nav li.active a{opacity:1}nav li:not(:last-child):after{content:"";position:absolute;right:-.4rem;top:50%;transform:translateY(-50%);height:1.25rem;width:1px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.075),transparent)}nav ul li.dropdown>div{position:relative}nav ul li.dropdown .dropdown-link{padding-right:1.5rem}nav ul li.dropdown .dropdown-link:after{content:"▾";font-size:.75rem;position:absolute;right:.6rem;top:50%;transform:translateY(-50%);transition:transform .3s ease;background-color:transparent;height:auto;width:auto;border-radius:0;opacity:.7}nav ul li.dropdown.active .dropdown-link:after,nav ul li.dropdown:hover .dropdown-link:after{width:auto;transform:translateY(-50%) rotate(180deg);opacity:1}nav ul li.dropdown .dropdown-link:before{content:"";position:absolute;width:0;height:3px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease;border-radius:1.5px}nav ul li.dropdown .dropdown-link:hover:before,nav ul li.dropdown.active .dropdown-link:before{width:calc(100% - 1.5rem)}nav ul li.dropdown .dropdown-menu{top:calc(100% + 3px);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);background-color:white;padding:.5rem 0;min-width:200px;transform:translateY(10px);transition:all .3s cubic-bezier(.165,.84,.44,1)}nav ul li.dropdown:hover .dropdown-menu{transform:translateY(0)}nav ul li.dropdown .dropdown-menu li{margin:0}nav ul li.dropdown .dropdown-menu li:after{display:none}nav ul li.dropdown .dropdown-menu a{padding:.7rem 1.2rem;opacity:.85;font-weight:400;display:block;width:100%;transition:all .2s ease;border-left:3px solid transparent}nav ul li.dropdown .dropdown-menu a:hover{background-color:rgba(0,0,0,.02);padding-left:1.5rem;color:var(--primary-color);opacity:1;border-left:3px solid var(--primary-color)}nav ul li.dropdown .dropdown-menu a:after{display:none}nav a[href="/premium-services"]{background:linear-gradient(90deg,rgba(52,152,219,.1),rgba(52,152,219,.05));border-radius:6px;padding:.75rem 1rem;margin:0 .25rem;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.05)}nav a[href="/premium-services"]:hover{transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,.08)}nav a[href="/sponsorship"]{color:var(--accent-color)}.logo{padding-left:0}nav ul li.dropdown.active .dropdown-link{opacity:1;color:var(--primary-color)}nav ul li.dropdown .dropdown-menu li.active a{background-color:rgba(0,116,217,.05);color:var(--primary-color);font-weight:500;border-left:3px solid var(--primary-color)}}@media (max-width:768px){nav a:after,nav li.dropdown .dropdown-link:after{display:none}nav li.dropdown .dropdown-toggle{display:inline-block}nav li{margin:0;width:100%}nav li:not(:last-child):after{display:none}nav a{padding:1rem .5rem;width:100%}nav ul li.dropdown .dropdown-menu{transform:none;box-shadow:none;border:none}nav a[href="/premium-services"]{background:none;box-shadow:none;border-radius:0;margin:0;padding:1rem .5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-modern{position:relative;overflow:hidden;background:linear-gradient(135deg,#14328f,#5b96f9);min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 0);background-size:40px 40px}.hero-glow{position:absolute;pointer-events:none;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;transition:opacity .3s ease}.hero-content-modern{position:relative;z-index:10;max-width:1152px;margin:0 auto;text-align:center;padding:0 1rem}.badge-modern{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:white;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3);animation:fadeInUp .6s ease-out}.badge-indicator{width:8px;height:8px;background-color:#4ade80;border-radius:50%;animation:pulse 2s infinite}.heading-modern{color:white;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.1;font-size:clamp(2.5rem,5vw,4rem);animation:fadeInUp .6s ease-out .2s both;text-shadow:0 4px 20px rgba(0,0,0,.3)}.heading-gradient{background:linear-gradient(45deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.description-modern{color:rgba(255,255,255,.9);margin-bottom:2rem;font-size:1.125rem;max-width:768px;margin-left:auto;margin-right:auto;line-height:1.75;animation:fadeInUp .6s ease-out .4s both}@media (min-width:768px){.description-modern{font-size:1.25rem}}.button-container-modern{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem;animation:fadeInUp .6s ease-out .6s both}@media (min-width:640px){.button-container-modern{flex-direction:row}}.button-primary-modern{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background-color:white;color:#2563eb;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 25px rgba(0,0,0,.1)}.button-primary-modern:hover{background-color:#f9fafb;color:#2563eb;transform:scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,.15)}.button-secondary-modern{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:white;border:2px solid rgba(255,255,255,.3);font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.button-secondary-modern:hover{background:rgba(255,255,255,.3);color:white;transform:scale(1.05)}.stats-grid-modern{grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;animation:fadeInUp .6s ease-out .8s both}@media (min-width:768px){.stats-grid-modern{grid-template-columns:repeat(4,1fr)}}.stat-item-modern{text-align:center}.stat-value-modern{font-size:1.875rem;color:white}@media (min-width:768px){.stat-value-modern{font-size:2.25rem}}.stat-label-modern-index{font-size:.875rem;color:rgba(255,255,255,.7);font-weight:500}.section-header-modern{text-align:center;margin-bottom:3rem}.section-badge-modern{display:inline-flex;align-items:center;gap:.5rem;background-color:#eff6ff;color:#2563eb;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1rem;border:1px solid #dbeafe}.section-badge-indicator{width:8px;height:8px;background-color:#3b82f6;border-radius:50%}.section-title-modern{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width:768px){.section-title-modern{font-size:2.25rem}}.section-description-modern{font-size:1.125rem;color:#4b5563;max-width:672px;margin:0 auto}.cards-grid-modern{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){.cards-grid-modern{grid-template-columns:repeat(3,1fr)}}.card-modern{position:relative;background-color:white;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:all .5s ease;border:1px solid #f3f4f6;overflow:hidden;cursor:pointer}.card-modern:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.card-modern.windows:hover{border-color:#dbeafe}.card-modern.linux:hover{border-color:#dcfce7}.card-modern.macos:hover{border-color:#e5e7eb}.card-gradient-top{position:absolute;top:0;left:0;width:100%;height:4px}.card-gradient-top.windows{background:linear-gradient(90deg,#3b82f6,#2563eb)}.card-gradient-top.linux{background:linear-gradient(90deg,#10b981,#059669)}.card-gradient-top.macos{background:linear-gradient(90deg,#9ca3af,#6b7280)}.card-bg-circle{position:absolute;top:-80px;right:-80px;width:160px;height:160px;border-radius:50%;opacity:.5;transition:opacity .5s ease}.card-bg-circle.windows{background-color:#eff6ff}.card-bg-circle.linux{background-color:#f0fdf4}.card-bg-circle.macos{background-color:#f9fafb}.card-modern:hover .card-bg-circle{opacity:1}.card-content-modern{position:relative;z-index:10}.card-icon-modern{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem;transition:all .3s ease}.card-icon-modern.windows{background-color:#dbeafe}.card-icon-modern.linux{background-color:#dcfce7}.card-icon-modern.macos{background-color:#f3f4f6}.card-modern:hover .card-icon-modern.windows{background-color:#bfdbfe}.card-modern:hover .card-icon-modern.linux{background-color:#bbf7d0}.card-modern:hover .card-icon-modern.macos{background-color:#e5e7eb}.card-title-modern{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;transition:color .3s ease}.card-modern.windows:hover .card-title-modern{color:#2563eb}.card-modern.linux:hover .card-title-modern{color:#059669}.card-modern.macos:hover .card-title-modern{color:#4b5563}.card-description-modern{color:#4b5563;margin-bottom:1.5rem;line-height:1.75}.card-footer-modern{display:flex;align-items:center;justify-content:space-between}.card-button-modern{display:inline-flex;align-items:center;padding:.75rem 1.5rem;color:white;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.card-button-modern.windows{background-color:#2563eb}.card-button-modern.linux{background-color:#059669}.card-button-modern.macos{background-color:#9ca3af;cursor:not-allowed}.card-button-modern:hover:not(.macos){transform:scale(1.05)}.card-button-modern.windows:hover{background-color:#1d4ed8}.card-button-modern.linux:hover{background-color:#047857}.card-arrow-modern{margin-left:.5rem;transform:translateX(0);transition:transform .3s ease}.card-modern:hover .card-arrow-modern{transform:translateX(4px)}.card-status-modern{font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.card-status-modern.available.windows{color:#2563eb;background-color:#eff6ff}.card-status-modern.available.linux{color:#059669;background-color:#f0fdf4}.card-status-modern.coming-soon{color:#ea580c;background-color:#fff7ed}.about-section-modern{background:linear-gradient(135deg,#f9fafb,#eff6ff);border:1px solid #dbeafe}.about-content-modern{display:grid;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:768px){.about-content-modern{grid-template-columns:repeat(2,1fr)}}.about-text-modern{font-size:1.125rem;color:#374151;line-height:1.75;margin-bottom:1.5rem}.features-list-modern{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item-modern{display:flex;align-items:center;gap:.75rem}.feature-icon-modern{width:32px;height:32px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.feature-icon-modern.blue{background-color:#dbeafe;color:#2563eb}.feature-icon-modern.green{background-color:#dcfce7;color:#059669}.feature-icon-modern.purple{background-color:#ede9fe;color:#7c3aed}.feature-text-modern{color:#374151}.mockup-modern{position:relative}.mockup-window-modern{background-color:white;border-radius:1rem;padding:1.5rem;box-shadow:0 25px 50px rgba(0,0,0,.15);border:1px solid #e5e7eb}.mockup-dots-modern{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mockup-dot-modern{width:12px;height:12px;border-radius:50%}.mockup-dot-modern.red{background-color:#ef4444}.mockup-dot-modern.yellow{background-color:#eab308}.mockup-dot-modern.green{background-color:#22c55e}.mockup-bars-modern{display:flex;flex-direction:column;gap:.75rem}.mockup-bar-modern{height:16px;border-radius:9999px}.mockup-bar-modern.full{background-color:#e5e7eb}.mockup-bar-modern.three-quarters{background-color:#bfdbfe;width:75%}.mockup-bar-modern.five-sixths{background-color:#bbf7d0;width:83.33%}.mockup-bar-modern.two-thirds{background-color:#ddd6fe;width:66.67%}.cta-button-about-modern{display:inline-flex;align-items:center;padding:1rem 2rem;background-color:#2563eb;color:white;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px rgba(37,99,235,.25)}.cta-button-about-modern:hover{background-color:#1d4ed8;color:white;transform:scale(1.05);box-shadow:0 10px 25px rgba(37,99,235,.35)}.animate-appear{animation:fadeInUp .6s ease-out forwards}.animate-appear-delayed-1{animation:fadeInUp .6s ease-out .15s both}.animate-appear-delayed-2{animation:fadeInUp .6s ease-out .3s both}.animate-appear-delayed-3{animation:fadeInUp .6s ease-out .45s both}.animate-appear-delayed-4{animation:fadeInUp .6s ease-out .6s both}.animate-appear-delayed-5{animation:fadeInUp .6s ease-out .75s both}.hero-content{max-width:1200px;position:relative;z-index:2}.hero-content h1{font-size:3rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{max-width:800px}.content-section{max-width:1400px;margin:2rem auto;padding:0 1.5rem}.legend-container{background-color:#f5f7fa;box-shadow:0 2px 4px rgba(0,0,0,.05)}.legend-title{font-size:1.2rem;color:#444}.legend-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.legend-item{padding:.5rem;border-radius:4px;background-color:white;box-shadow:0 1px 3px rgba(0,0,0,.1)}.legend-icon{font-size:1.5rem;margin-right:1rem}.legend-label{margin-bottom:.25rem}.legend-description{color:#666}.filter-controls{background-color:white;box-shadow:0 2px 10px rgba(0,0,0,.05)}.filter-group{gap:1.5rem;margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-control{display:flex;flex-direction:column;min-width:250px;flex:1 1}.filter-control label{margin-bottom:.5rem;font-weight:500;color:#555}.search-select input{border:1px solid #ddd;border-radius:4px;outline:none;transition:border-color .2s}.search-select input:focus{border-color:#0074d9;box-shadow:0 0 0 3px rgba(0,116,217,.2)}.edr-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:300px;overflow-y:auto;background-color:white;border:1px solid #ddd;border-radius:0 0 4px 4px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:10}.edr-option{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s}.edr-option:hover{background-color:#f0f7ff}.comparison-tags{min-height:40px;padding:.5rem;background-color:#f5f7fa;border:1px solid #ddd;border-radius:4px}.comparison-tag{background-color:#0074d9;color:white;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.remove-tag{margin-left:.5rem;font-size:1.2rem;cursor:pointer;opacity:.8;transition:opacity .2s}.remove-tag:hover{opacity:1}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-switch label{background-color:#ccc;transition:background-color .2s}.toggle-switch label:after{transition:transform .2s}.toggle-switch input:checked+label{background-color:#0074d9}.toggle-switch input:checked+label:after{transform:translateX(24px)}.action-button{display:inline-flex;padding:.5rem 1rem;border-radius:4px;font-weight:500;transition:all .2s}.primary-button{background-color:#0074d9;border:none}.primary-button:hover{background-color:#0063b1;box-shadow:0 2px 5px rgba(0,0,0,.2)}.compare-button{background-color:#0074d9;border-radius:4px;font-weight:500;transition:all .2s}.compare-button:hover:not(:disabled){background-color:#0063b1}.compare-button:disabled{background-color:#ccc;opacity:.7}.compare-button .icon{font-size:1.2rem}.spinner{border:4px solid rgba(0,116,217,.3);border-top-color:#0074d9;animation:spin 1s linear infinite}.error-message{background-color:#fff5f5;border:1px solid #feb2b2}.error-message button{margin-top:1rem;background-color:#e53e3e;color:white;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s}.error-message button:hover{background-color:#c53030}.telemetry-table-container{border:1px solid #e2e8f0;border-radius:8px;overflow:auto;max-height:70vh;box-shadow:var(--box-shadow-sm);background-color:white}.telemetry-table{width:100%;border-collapse:collapse;font-size:.9rem}.telemetry-table td,.telemetry-table th{border:1px solid #e2e8f0;padding:.75rem;text-align:left;vertical-align:middle}.telemetry-table th{font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:1;white-space:nowrap}.telemetry-table th,.telemetry-table tr:nth-child(2n){background-color:#f8fafc}.telemetry-table tr:hover{background-color:#edf2f7}.feature-column{font-weight:500}.feature-column,.subcategory-column{min-width:200px;max-width:300px}.edr-column{min-width:120px;white-space:nowrap}.has-tooltip{position:relative;cursor:help}tr.hover-highlight:hover{background-color:#f0f7ff!important}tr.hover-highlight:hover td{border-top:1px solid #bfdbfe;border-bottom:1px solid #bfdbfe}tr.hover-highlight:hover td:first-child{border-left:1px solid #bfdbfe}tr.hover-highlight:hover td:last-child{border-right:1px solid #bfdbfe}.status-icon{font-size:1.25rem;display:inline-block;text-align:center;width:30px}.status-icon.yes{color:#48bb78}.status-icon.no{color:#f56565}.status-icon.partially{color:#ecc94b}.status-icon.pending{color:#a0aec0}.status-icon.via-logs{color:#805ad5}.status-icon.via-enabling{color:#4299e1}.status-icon.unknown{color:#a0aec0}.tooltip{bottom:100%;background-color:#333;color:white;padding:.5rem .75rem;border-radius:4px;font-size:.85rem;white-space:nowrap;pointer-events:none;animation:fadeIn .2s ease-out}.tooltip,.tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.tooltip:after{content:"";top:100%;border:5px solid transparent;border-top-color:#333}@media (max-width:768px){.hero-content h1{font-size:2.25rem}.legend-grid{grid-template-columns:1fr}.filter-group{flex-direction:column;align-items:stretch;gap:1rem}.filter-control{min-width:unset}.toggle-switch{flex-direction:row;justify-content:space-between}}.linux-accent{color:#f8bf11}.primary-button{background-color:#3b5998}.primary-button:hover{background-color:#2d4373}.coming-soon-container{max-width:800px;margin:2rem auto;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center}.coming-soon-container h2{font-size:2.5rem;margin-bottom:1.5rem;color:#007aff}.feature-preview,.notification-signup{margin-top:2.5rem;background-color:#f5f5f7;border-radius:6px;padding:1.5rem}.feature-preview h3,.notification-signup h3{font-size:1.5rem;margin-bottom:1rem;color:#007aff}.feature-preview ul{text-align:left;padding-left:2rem}.feature-preview li{margin-bottom:.5rem;position:relative}.feature-preview li:before{content:"•";color:#007aff;font-weight:700;display:inline-block;width:1rem;margin-left:-1rem}.platform-links{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.platform-links .action-button{background-color:#007aff;border-radius:20px;padding:.5rem 1.5rem;transition:all .2s ease}.platform-links .action-button:hover{background-color:#0062cc;transform:scale(1.05)}.about-container{max-width:1200px;margin:0 auto;padding:2rem}.about-header{text-align:center;max-width:800px;margin:0 auto 3rem}.about-header h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.about-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease}.about-card:hover{transform:translateY(-5px)}.about-card h2{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.about-card ul{list-style-type:none;padding-left:0}.about-card li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.about-card li:before{content:"→";position:absolute;left:0;color:var(--primary-color)}.about-card a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.about-card a:hover{text-decoration:underline}.author-section{display:flex;align-items:center;background-color:#fff;border-radius:8px;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 10px rgba(0,0,0,.1)}.author-image{flex:0 0 120px;margin-right:2rem}.placeholder-avatar{width:120px;height:120px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:white}.author-info{flex:1 1}.social-media{margin-top:15px}.social-media a{text-decoration:none;margin-right:12px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background-color:#2563eb;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px rgba(0,0,0,.1)}.social-icon svg{width:18px;height:18px;fill:white}.social-icon.twitter{background-color:#1DA1F2}.social-icon.linkedin{background-color:#0A66C2}.social-icon.github{background-color:#24292F}.social-media a:hover .social-icon{transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.contact-us-section{text-align:center;background-color:#f8f9fa;border-radius:8px;padding:2rem;margin-bottom:2rem}.contact-us-button{display:inline-block;margin-top:1rem}@media (max-width:768px){.about-grid{grid-template-columns:1fr}.author-section{flex-direction:column;text-align:center}.author-image{margin-right:0;margin-bottom:1.5rem}.social-media{margin-top:1.5rem}}.contact-form-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}iframe{border:none;width:100%;min-height:600px;transition:height .5s ease-in-out}@media (max-width:768px){.contact-form-container{padding:1rem}iframe{min-height:700px}}.hero-eligibility-modern{position:relative;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#ffffff 50%,#ecfdf5);border-bottom:1px solid rgba(148,163,184,.2);padding:4rem 0 6rem}.hero-eligibility-modern:before{content:"";position:absolute;inset:0;background-image:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23000000" fill-opacity="0.05"><rect width="11" height="11" rx="1"/></g></svg>');opacity:.3}.hero-eligibility-content{position:relative;max-width:80rem;margin:0 auto;padding:0 1rem;text-align:center}.eligibility-badge-modern{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:9999px;background-color:rgba(59,130,246,.1);color:#1e40af;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.eligibility-badge-modern .shield-icon{margin-right:.5rem;width:1rem;height:1rem}.eligibility-heading-modern{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.1}.eligibility-heading-gradient{background:linear-gradient(135deg,#2563eb,#0891b2);-webkit-background-clip:text;background-clip:text;color:transparent}.eligibility-description-modern{font-size:1.25rem;color:#64748b;max-width:48rem;margin:0 auto 2rem;line-height:1.6}.eligibility-buttons-modern{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}@media (min-width:640px){.eligibility-buttons-modern{flex-direction:row}}.eligibility-button-primary-modern,.eligibility-button-secondary-modern{display:inline-flex;align-items:center;padding:1rem 2rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease;font-size:1.125rem}.eligibility-button-primary-modern{background-color:#2563eb;color:white;box-shadow:0 4px 14px rgba(37,99,235,.25)}.eligibility-button-primary-modern:hover{background-color:#1d4ed8;color:white;transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.35)}.eligibility-button-secondary-modern{background-color:rgba(255,255,255,.8);color:#374151;border:1px solid rgba(209,213,219,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.eligibility-button-secondary-modern:hover{background-color:rgba(255,255,255,.95);color:#374151;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.definitions-section-modern{padding:4rem 0;max-width:80rem;margin:0 auto}.definitions-header-modern{text-align:center;margin-bottom:3rem}.definitions-title-modern{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.definitions-subtitle-modern{font-size:1.125rem;color:#64748b}.definitions-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:0 1rem}.definition-card-modern{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.definition-card-modern:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.definition-card-modern.blue{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(6,182,212,.1))}.definition-card-modern.green{background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(16,185,129,.1))}.definition-card-modern.red{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(236,72,153,.1))}.definition-card-modern.yellow{background:linear-gradient(135deg,rgba(234,179,8,.1),rgba(249,115,22,.1))}.definition-card-header-modern{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.definition-card-icon-modern{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.definition-card-title-modern{font-size:1.125rem;font-weight:600;color:#0f172a}.definition-card-description-modern{color:#64748b;font-size:.875rem;line-height:1.5}.requirements-section-modern{max-width:80rem;margin:0 auto;padding:2rem 1rem}.requirements-card-modern{background:white;border-radius:1rem;border:1px solid rgba(229,231,235,.6);box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:hidden}.requirements-card-header-modern{padding:2rem 2rem 1rem}.requirements-card-title-modern{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.requirements-card-subtitle-modern{color:#64748b;font-size:1rem}.requirements-tabs-modern{border-bottom:1px solid rgba(229,231,235,.6)}.requirements-tabs-list-modern{display:flex;background:rgba(249,250,251,.5)}.requirements-tab-modern{flex:1 1;padding:1rem 2rem;background:none;border:none;cursor:pointer;font-weight:500;color:#64748b;transition:all .2s ease;text-align:center}.requirements-tab-modern.active{color:#2563eb;background:white;border-bottom:2px solid #2563eb}.requirements-tab-modern:hover{background:rgba(255,255,255,.8)}.search-controls-modern{display:flex;flex-direction:column;gap:1rem;padding:.5rem;background:rgba(249,250,251,.5);border-bottom:1px solid rgba(229,231,235,.6)}@media (min-width:640px){.search-controls-modern{flex-direction:row}}.search-input-modern{position:relative;flex:1 1}.search-input-modern input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid rgba(209,213,219,.6);border-radius:.5rem;background:white;font-size:.875rem;transition:all .2s ease}.search-input-modern input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.search-input-modern .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem}.filter-select-modern{position:relative;min-width:12rem}.filter-select-modern select{width:100%;padding:.75rem;border:1px solid rgba(209,213,219,.6);border-radius:.5rem;background:white;font-size:.875rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');background-repeat:no-repeat;background-position:right .75rem center;background-size:.5rem}.modern-table-container{margin:2rem 1rem;border-radius:.75rem;border:1px solid rgba(229,231,235,.6);overflow-x:auto;background:white;box-shadow:0 4px 12px rgba(0,0,0,.05);width:100%}.modern-table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.modern-table-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:-webkit-sticky;position:sticky;top:0;z-index:10}.modern-table-header th{padding:1rem 1.5rem;font-weight:600;color:#1e293b;text-align:left;border-bottom:2px solid #cbd5e1;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;box-sizing:border-box}.modern-table td:first-child,.modern-table th:first-child{width:15%;min-width:120px}.modern-table td:nth-child(2),.modern-table th:nth-child(2){width:25%;min-width:200px}.modern-table td:nth-child(3),.modern-table th:nth-child(3){width:60%}.modern-table-row{transition:background-color .2s ease;border-bottom:1px solid rgba(229,231,235,.4)}.modern-table-row:nth-child(2n){background:rgba(248,250,252,.5)}.modern-table-row:hover{background:rgba(59,130,246,.05)}.modern-table-cell{padding:1rem 1.5rem;border-bottom:none;font-size:.875rem;line-height:1.6;color:#374151;vertical-align:top;word-wrap:break-word;box-sizing:border-box}.modern-table-row:last-child{border-bottom:none}.status-badge-modern{display:inline-block;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;border:1px solid transparent;white-space:nowrap;position:relative;text-align:center;width:-moz-fit-content;width:fit-content;max-width:100%}.status-badge-modern: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}.status-badge-modern:hover:before{left:100%}.status-badge-modern.eligible{background-color:rgba(34,197,94,.15);color:#166534;border-color:rgba(34,197,94,.2)}.status-badge-modern.eligible:after{content:"✓";margin-left:.25rem;font-size:.7rem}.status-badge-modern.excluded{background-color:rgba(239,68,68,.15);color:#7f1d1d;border-color:rgba(239,68,68,.25);box-shadow:0 2px 4px rgba(239,68,68,.1)}.status-badge-modern.excluded:after{content:"✗";margin-left:.25rem;font-size:.7rem}.status-badge-modern.conditional{background-color:rgba(234,179,8,.15);color:#92400e;border-color:rgba(234,179,8,.25)}.status-badge-modern.conditional:after{content:"⚠";margin-left:.25rem;font-size:.7rem}.category-badge-modern{display:inline-block;font-size:.875rem;font-weight:500;color:#374151;background:none;border:none;padding:0}.no-results-modern{text-align:center;padding:3rem 2rem}.no-results-modern .filter-icon{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}.no-results-title-modern{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.no-results-description-modern{color:#64748b}.stats-section-modern{padding:4rem 1rem;max-width:80rem;margin:0 auto}.stats-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.stat-card-modern{text-align:center;background:white;border:1px solid rgba(229,231,235,.6);border-radius:.75rem;padding:2rem 1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .3s ease}.stat-card-modern:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.stat-value-modern{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.stat-value-modern.green{color:#059669}.stat-value-modern.red{color:#dc2626}.stat-value-modern.yellow{color:#d97706}.stat-label-modern{font-size:.875rem;color:#64748b}.highlight{background-color:#fef08a;padding:.125rem .25rem;border-radius:.25rem;font-weight:600}.disclaimer-callout{display:flex;background:linear-gradient(145deg,#f8fafc,#ebf5ff);border-radius:16px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 8px 24px rgba(0,123,255,.1),0 8px 8px rgba(149,157,165,.1);border-left:5px solid var(--primary-color);transition:all .3s ease;position:relative;overflow:hidden}.disclaimer-callout:before{content:"";position:absolute;top:-100px;right:-100px;width:200px;height:200px;background:radial-gradient(circle,rgba(66,153,225,.1) 0,rgba(255,255,255,0) 70%);z-index:0}.disclaimer-callout:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,123,255,.15),0 8px 12px rgba(149,157,165,.15)}.disclaimer-icon{font-size:1.75rem;margin-right:1rem;display:flex;align-items:flex-start;padding-top:.3rem;z-index:1}.disclaimer-content{flex:1 1;z-index:1}.disclaimer-content h4{color:var(--primary-dark);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.disclaimer-content p{color:var(--text-light);font-size:.95rem;line-height:1.5;margin-bottom:.75rem}.disclaimer-content p:last-child{margin-bottom:0}.criteria-header{margin-bottom:3rem}.requirements-section{display:flex;flex-direction:column;gap:2rem}.definition-card{background-color:white;border-radius:8px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.definition-card h3{color:var(--primary-color)}.definition-card h3,.definition-card p{margin-bottom:1.5rem}.definition-card ul{margin-bottom:0}.definition-card ul li{margin-bottom:.75rem}.excludes,.includes{margin-top:1.5rem}.excludes h4,.includes h4{margin-bottom:.75rem}.includes h4{color:#38a169}.excludes h4{color:#e53e3e}.disclaimer{border-left:4px solid #4299e1;padding:1rem;margin-bottom:1.5rem;font-size:.9rem}.exclusion-filter{background-color:#f8f9fa;border-radius:8px;padding:1rem;margin-top:1.5rem;position:relative}.exclusion-filter.has-count:after{content:attr(data-count) " results found";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#4299e1;font-weight:500;font-size:.9rem}.exclusion-search input{padding:.75rem;border-radius:4px}.exclusion-search input:focus{border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.3)}.exclusion-table{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid #e2e8f0;background-color:white}.exclusion-table .exclusion-row>div{border-right:1px solid #e2e8f0;position:relative;transition:background-color .2s ease}.exclusion-table .exclusion-row>div:last-child{border-right:none}.exclusion-table .exclusion-row:hover:not(.header){background-color:#f7fafc}.exclusion-row{grid-template-columns:1fr 1.5fr 2.5fr;border-bottom:1px solid #e2e8f0}.exclusion-row.header{background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#dee2e6);color:#2c3e50;border-bottom:1px solid #cbd5e1}.details-col,.primary-reason-col,.product-col{padding:1rem}.product-col{font-weight:500}.details-col ul{padding-left:1.25rem;margin-bottom:0}.details-col li{margin-bottom:.5rem}@media (max-width:1024px){.modern-table-container{margin:1.5rem 1rem}.modern-table td:first-child,.modern-table th:first-child{width:18%;min-width:140px}.modern-table td:nth-child(2),.modern-table th:nth-child(2){width:28%;min-width:180px}.modern-table td:nth-child(3),.modern-table th:nth-child(3){width:54%}}@media (max-width:768px){.definitions-grid-modern{grid-template-columns:1fr}.eligibility-heading-modern{font-size:2.5rem}.modern-table-container{margin:1rem .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.modern-table-header th{padding:.75rem 1rem;font-size:.75rem}.modern-table-cell{padding:.75rem 1rem;font-size:.8rem}.status-badge-modern{font-size:.7rem;padding:.3rem .6rem}.category-badge-modern{font-size:.75rem}.exclusion-row{display:flex;flex-direction:column;padding:1rem}.exclusion-row.header{display:none}.details-col,.primary-reason-col,.product-col{padding:.5rem 0}.product-col{font-size:1.1rem;color:var(--primary-color)}.primary-reason-col{font-weight:500;margin-bottom:.5rem}.primary-reason-col:before{content:"Limitation: ";font-weight:400;color:#718096}.exclusion-filter.has-count:after{position:static;display:block;text-align:right;margin-top:.5rem;transform:none}.disclaimer-callout{padding:1.25rem;flex-direction:column}.disclaimer-icon{margin-right:0;margin-bottom:.75rem;justify-content:center}.disclaimer-content h4{text-align:center}}@media (max-width:480px){.modern-table-container{margin:.5rem .25rem}.modern-table-header th{padding:.6rem .75rem;font-size:.7rem}.modern-table-cell{padding:.6rem .75rem;font-size:.75rem}.status-badge-modern{font-size:.6rem;padding:.25rem .5rem}.category-badge-modern{font-size:.7rem}}.eligibility-table-container{margin:2rem 1rem;border-radius:.75rem;border:1px solid rgba(229,231,235,.6);overflow-x:auto;background:white;box-shadow:0 4px 12px rgba(0,0,0,.05);width:100%}.eligibility-exclusion-row{display:grid;grid-template-columns:1fr 1.5fr 2.5fr;border-bottom:1px solid #e2e8f0;transition:all .3s ease}.eligibility-exclusion-row:last-child{border-bottom:none}.eligibility-exclusion-row:hover:not(.header){background-color:#f7fafc}.eligibility-exclusion-row.header{background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#dee2e6);color:#2c3e50;font-weight:600;border-bottom:1px solid #cbd5e1;position:-webkit-sticky;position:sticky;top:0;z-index:10}.eligibility-exclusion-row .details-col,.eligibility-exclusion-row .primary-reason-col,.eligibility-exclusion-row .product-col{padding:1rem;border-right:1px solid #e2e8f0}.eligibility-exclusion-row .details-col{border-right:none}.eligibility-exclusion-row .product-col{font-weight:500}.eligibility-exclusion-row .details-col ul{padding-left:1.25rem;margin-bottom:0}.eligibility-exclusion-row .details-col li{margin-bottom:.5rem}.eligibility-exclusion-row .details-col li:last-child{margin-bottom:0}@media (max-width:768px){.eligibility-exclusion-row{display:flex;flex-direction:column;padding:1rem}.eligibility-exclusion-row.header{display:none}.eligibility-exclusion-row .details-col,.eligibility-exclusion-row .primary-reason-col,.eligibility-exclusion-row .product-col{padding:.5rem 0;border-right:none}.eligibility-exclusion-row .product-col{font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#dee2e6);color:#2c3e50;padding:18px 20px;border-radius:12px 12px 0 0}.eligibility-exclusion-row .primary-reason-col{font-weight:500;margin-bottom:.5rem}.eligibility-exclusion-row .primary-reason-col:before{content:"Limitation: ";font-weight:400;color:#718096}}.hero-section{padding:4rem 2rem;position:relative;overflow:hidden}.timeline-container{margin-bottom:3rem;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.timeline{position:relative;margin:2rem 0;display:flex;overflow-x:auto;padding:0 0 1rem}.timeline:before{content:"";position:absolute;top:50%;left:0;width:100%;height:4px;background-color:#e9ecef;transform:translateY(-50%);z-index:1}.timeline-item{min-width:180px;padding:0 1rem;position:relative;z-index:2;flex-shrink:0}.timeline-content{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px rgba(0,0,0,.15);position:relative;text-align:center;transition:transform .3s ease}.timeline-content:before{top:100%;width:2px;height:20px;background-color:#ddd}.timeline-content:after,.timeline-content:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.timeline-content:after{bottom:-25px;width:14px;height:14px;border-radius:50%;background-color:#adb5bd;border:2px solid #fff}.timeline-item.done .timeline-content{border-top:4px solid #2ecc71}.timeline-item.done .timeline-content:after{background-color:#2ecc71}.timeline-item.current .timeline-content{border-top:4px solid #3498db;transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2)}.timeline-item.current .timeline-content:after{background-color:#3498db;width:18px;height:18px}.timeline-item.planned .timeline-content{border-top:4px solid #f39c12;opacity:.8}.timeline-item.planned .timeline-content:after{background-color:#f39c12}.timeline-content h3{font-size:1rem;color:#6c757d;margin-bottom:.5rem}.timeline-content p{font-size:1.1rem;font-weight:700;margin:0}.roadmap-container{max-width:1200px;margin:0 auto;padding:0 1rem}.roadmap-section{margin-bottom:3rem}.roadmap-section h2{color:#495057;border-bottom:2px solid #e9ecef;padding-bottom:.75rem;margin-bottom:1.5rem;font-size:1.75rem}.roadmap-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.roadmap-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.roadmap-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.roadmap-item h3{color:#343a40;margin-bottom:.75rem;font-size:1.3rem}.roadmap-item p,.roadmap-item ul{color:#6c757d;margin-bottom:1rem}.roadmap-item ul{padding-left:1.5rem}.roadmap-item li{margin-bottom:.5rem}.roadmap-item .status{display:inline-block;padding:.35rem .75rem;border-radius:50px;font-size:.85rem;font-weight:600}.roadmap-item.in-progress{border-left:4px solid #3498db}.roadmap-item.planned{border-left:4px solid #f39c12}.roadmap-item.backlog{border-left:4px solid #adb5bd}.roadmap-item.in-progress .status{background:#e1f0fa;color:#3498db}.roadmap-item.planned .status{background:#fef5e7;color:#f39c12}.roadmap-item.backlog .status{background:#f8f9fa;color:#6c757d}.loading-container{text-align:center;padding:3rem}.loading-spinner{width:40px;height:40px;margin:0 auto;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-top-color:#3498db;animation:spin 1s linear infinite}.error-message{padding:2rem;color:#e74c3c}@media (max-width:768px){.roadmap-items{grid-template-columns:1fr}.timeline-item{min-width:150px}}@media (max-width:576px){.timeline-content h3{font-size:.9rem}.timeline-content p{font-size:1rem}}.heading-wrapper{display:inline-block}h1,h2,h3,h4{position:relative;padding-left:0;margin-left:0}.heading-link{left:-28px;right:auto;text-decoration:none;color:rgba(148,163,184,.6);width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:4px;z-index:10}.heading-link:before{content:"🔗";font-size:14px}.heading-wrapper:hover .heading-link{opacity:1}.heading-link:hover{background-color:#f1f5f9;color:var(--primary-color)}.copy-notification{visibility:hidden;background-color:#1e293b;padding:6px 12px;font-size:14px;transition:opacity .3s,visibility .3s;z-index:100;top:-30px;left:50%;transform:translateX(-50%);box-shadow:0 2px 8px rgba(0,0,0,.2)}.copy-notification:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);border-color:#1e293b transparent transparent;border-style:solid;border-width:6px 6px 0}.copy-notification.show{visibility:visible}@media (max-width:768px){h1,h2,h3,h4{padding-left:0}.heading-link{width:16px;height:16px;left:-24px}.heading-link:before{font-size:12px}.copy-notification{position:fixed;top:auto;bottom:20px;left:50%;transform:translateX(-50%);background-color:#1e293b;color:white;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:1000}.copy-notification:after{display:none}.copy-notification.show{opacity:1;visibility:visible}}.donor-card{gap:12px;padding:8px;border-radius:8px;background:#f8f9fa;margin-bottom:8px}.donor-avatar,.donor-initials{width:40px;height:40px;border-radius:50%}.donor-initials{background:#007bff;color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.donor-info{flex:1 1}.donor-name{font-size:14px;margin-bottom:4px}.donor-social{gap:8px}.social-icon{width:14px;height:14px;fill:#6c757d}#content{overflow-x:auto;max-height:85vh;overflow-y:auto;margin:0;padding:0;-webkit-overflow-scrolling:touch;box-shadow:0 4px 12px rgba(0,0,0,.05);position:relative;will-change:transform;transform:translateZ(0)}#content,#telemetryTable{width:100%;border-radius:8px}#telemetryTable{border-collapse:separate;border-spacing:0;min-width:900px;margin:0 auto;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:visible;font-family:Roboto,sans-serif;table-layout:auto}#telemetryTable td,#telemetryTable th{padding:14px;text-align:center;border:1px solid var(--border-color);position:relative;transition:background-color .3s}#telemetryTable thead th{background-color:var(--primary-color);color:white;padding:16px 14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;font-size:14px}#telemetryTable td:first-child,#telemetryTable th:first-child{border-left:none}#telemetryTable tr:nth-child(2n){background-color:#F8F9F9}#telemetryTable tr:hover{background-color:var(--hover-color)}#telemetryTable td:first-child,#telemetryTable th:first-child{font-family:Montserrat,sans-serif}#telemetryTable th:first-child,#telemetryTable th:nth-child(2){color:black}#telemetryTable td:first-child,#telemetryTable td:nth-child(2){font-weight:600;font-size:15px;color:var(--first-column-color)}.status-No span,.status-Partially span,.status-PendingResponse span,.status-ViaEnablingTelemetry span,.status-ViaEventLogs span,.status-Yes span{font-size:18px;display:inline-block}.content-section{max-width:100%;padding:2rem;width:100%}@media (max-width:768px){#telemetryTable{min-width:800px;table-layout:auto}#telemetryTable td,#telemetryTable th{padding:10px 8px;font-size:.9em}#telemetryTable td:first-child,#telemetryTable td:nth-child(2),#telemetryTable th:first-child,#telemetryTable th:nth-child(2){min-width:140px}.comparison-mode #telemetryTable td:first-child,.comparison-mode #telemetryTable th:first-child{width:120px;max-width:120px;padding:8px}.comparison-mode #telemetryTable td:nth-child(2),.comparison-mode #telemetryTable th:nth-child(2){width:150px;max-width:150px;padding:8px}.comparison-mode #telemetryTable td:nth-child(n+3),.comparison-mode #telemetryTable th:nth-child(n+3){min-width:100px;max-width:150px}.content-section{padding:1rem}}.filter-controls{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.filter-group{flex-wrap:wrap;gap:1rem}.filter-group,.toggle-switch{display:flex;align-items:center}.toggle-switch{gap:.5rem}.toggle-switch label{position:relative;display:inline-block;width:48px;height:24px;background-color:#e2e8f0;border-radius:24px;transition:all .3s;cursor:pointer}.toggle-switch label:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background-color:white;top:2px;left:2px;transition:all .3s;box-shadow:0 1px 3px rgba(0,0,0,.1)}.toggle-switch input[type=checkbox]{display:none}.toggle-switch input:checked+label{background-color:var(--primary-color)}.toggle-switch input:checked+label:after{left:calc(100% - 22px)}.action-button{padding:.75rem 1.25rem;border-radius:6px;transition:all .3s;display:flex;align-items:center;gap:.5rem;border:none}.primary-button{background-color:var(--primary-color);color:white}.primary-button:hover{background-color:#1a365d}.search-select{position:relative;min-width:250px}.search-select input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.95rem;transition:all .3s}.search-select input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(44,62,80,.1)}.comparison-tags{display:flex;flex-wrap:wrap;gap:.5rem;min-height:38px;padding:.25rem 0}.comparison-tag{display:flex;align-items:center;gap:.5rem;background-color:var(--primary-color);padding:.5rem .75rem;border-radius:4px;font-size:.9rem}.comparison-tag .remove{cursor:pointer;font-weight:700;transition:all .2s}.comparison-tag .remove:hover{color:#e53e3e}.compare-button{padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.compare-button:hover:not(:disabled){background-color:#1a365d}.compare-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.filter-controls{padding:1rem}.filter-group{flex-direction:column;align-items:flex-start}.search-select{width:100%}.action-button,.compare-button{width:100%;justify-content:center}}.legend-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:2rem}.legend-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.legend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.legend-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:6px;transition:background-color .2s}.legend-item:hover{background-color:#f8fafc}.legend-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.legend-text{display:flex;flex-direction:column}.legend-label{font-weight:600;font-size:.95rem}.legend-description{font-size:.85rem;color:#64748b;margin-top:.25rem}@media (max-width:768px){.legend-grid{grid-template-columns:1fr}.legend-container{padding:1rem}}#telemetryTable.comparison-mode{table-layout:fixed;width:100%}#telemetryTable.comparison-mode thead,#telemetryTable.comparison-mode thead th{position:-webkit-sticky;position:sticky;top:0;z-index:100}#telemetryTable.comparison-mode thead th{background-color:var(--primary-color);color:white}#telemetryTable.comparison-mode thead th:first-child{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:200;background-color:white;color:black}#telemetryTable.comparison-mode td:first-child{position:-webkit-sticky;position:sticky;left:0;background-color:#fff;z-index:10;width:150px;max-width:150px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}#telemetryTable.comparison-mode tr:nth-child(2n) td:first-child{background-color:#F8F9F9}@media (max-width:768px){#telemetryTable thead,#telemetryTable thead th,#telemetryTable.comparison-mode thead,#telemetryTable.comparison-mode thead th{position:-webkit-sticky;position:sticky;top:0;z-index:100}#telemetryTable td:first-child,#telemetryTable td:nth-child(2),#telemetryTable.comparison-mode td:first-child,#telemetryTable.comparison-mode td:nth-child(2){position:static;left:auto;z-index:auto}#telemetryTable thead th:first-child,#telemetryTable thead th:nth-child(2),#telemetryTable.comparison-mode thead th:first-child,#telemetryTable.comparison-mode thead th:nth-child(2){position:-webkit-sticky;position:sticky;top:0;left:auto;z-index:100}#telemetryTable{min-width:800px;table-layout:auto}#telemetryTable td,#telemetryTable th{padding:10px 8px;font-size:.9em}}#telemetryTable td:first-child{font-family:Montserrat,sans-serif;font-weight:600;font-size:15px;color:var(--first-column-color)}#telemetryTable tr:nth-child(2n) td:first-child{background-color:#F8F9F9}#telemetryTable td:nth-child(2){font-family:Montserrat,sans-serif;font-weight:600;font-size:15px;color:var(--first-column-color)}#telemetryTable th:first-child,#telemetryTable th:nth-child(2){font-family:Montserrat,sans-serif;font-size:16px}.comparison-mode #telemetryTable td:nth-child(2),.comparison-mode #telemetryTable th:nth-child(2){width:180px;max-width:180px;white-space:normal;padding:10px;word-wrap:break-word;overflow-wrap:break-word}.comparison-mode #telemetryTable td:nth-child(n+3),.comparison-mode #telemetryTable th:nth-child(n+3){width:auto;min-width:120px;max-width:200px}.comparison-mode #content{max-width:100%}#telemetryTable thead,#telemetryTable thead th{position:-webkit-sticky;position:sticky;top:0;z-index:100}#telemetryTable td:first-child{position:-webkit-sticky;position:sticky;left:0;background-color:#fff;z-index:10}#telemetryTable thead th:first-child{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:200;color:black}#telemetryTable.comparison-mode .difference{position:relative;box-shadow:0 0 0 2px var(--primary-color);border-radius:4px;z-index:2}#telemetryTable.comparison-mode .difference:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:4px;border:2px solid var(--primary-color);pointer-events:none;z-index:1}#telemetryTable.comparison-mode td:nth-child(2),#telemetryTable.comparison-mode th:nth-child(2){width:180px;max-width:180px;white-space:normal;padding:10px;word-wrap:break-word;overflow-wrap:break-word}#telemetryTable.comparison-mode td:nth-child(n+3),#telemetryTable.comparison-mode th:nth-child(n+3){width:auto;min-width:120px;max-width:200px}@media (max-width:768px){#telemetryTable.comparison-mode{min-width:800px}#telemetryTable.comparison-mode td,#telemetryTable.comparison-mode th{padding:8px;font-size:.9rem}#telemetryTable.comparison-mode td:first-child{min-width:120px;padding-left:8px;padding-right:8px}#telemetryTable.comparison-mode td:nth-child(2),#telemetryTable.comparison-mode th:nth-child(2){min-width:140px;padding-left:8px;padding-right:8px}#telemetryTable.comparison-mode td:nth-child(n+3),#telemetryTable.comparison-mode th:nth-child(n+3){min-width:100px}}@-moz-document url-prefix(){#telemetryTable thead th{position:sticky;top:0;z-index:100}@media (max-width:768px){#telemetryTable td:first-child,#telemetryTable td:nth-child(2){position:static;left:auto;z-index:auto}#telemetryTable thead th:first-child,#telemetryTable thead th:nth-child(2){position:sticky;top:0;left:auto;z-index:100}}}.definition-card.eligibility,.definition-card.excluded-edrs{margin-top:2rem}.definition-card.eligibility,.definition-card.excluded-edrs,.requirements-section{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.requirements-section{margin:1.5rem 0}.exclusion-table{width:100%;border-spacing:0;border-radius:16px;overflow:hidden;background:white;box-shadow:0 10px 25px rgba(0,0,0,.08),0 2px 5px rgba(0,0,0,.05);margin:30px 0;border:none;transition:all .3s ease;position:relative}.exclusion-table:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color,#2c3e50),#3498db);z-index:5}.exclusion-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(200px,1.5fr) minmax(250px,2fr);transition:all .3s ease;border-bottom:1px solid rgba(226,232,240,.7);position:relative}.exclusion-row:last-child{border-bottom:none}.exclusion-row:hover:not(.header){background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05);z-index:2}.exclusion-row.header{background:linear-gradient(90deg,var(--primary-color,#2c3e50),#34495e);font-weight:600;color:white;position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:none;height:60px}.exclusion-row>div{padding:18px 24px;display:flex;align-items:flex-start;border-right:1px solid rgba(226,232,240,.5);transition:all .2s ease}.exclusion-row>div:last-child{border-right:none}.exclusion-row.header>div{border-right:1px solid rgba(255,255,255,.1);align-items:center;padding:0 24px;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.exclusion-row.header>div:last-child{border-right:none}.product-col{font-weight:600;color:#2c3e50;display:flex;align-items:center;font-size:1.05rem}.primary-reason-col{color:#e74c3c;font-weight:500;display:flex;align-items:center;font-size:.95rem;line-height:1.5}.details-col ul{margin:0;padding-left:1.5rem;list-style-type:none}.details-col li{margin-bottom:.85rem;line-height:1.6;position:relative;padding-left:1.75rem;font-size:.95rem;color:#4a5568}.details-col li:before{content:"❌";position:absolute;left:0;color:#e74c3c;font-size:.9rem}.details-col li:last-child{margin-bottom:0}.requirements-section .definition-card.excluded-edrs .exclusion-table{box-shadow:0 10px 25px rgba(0,0,0,.08),0 2px 5px rgba(0,0,0,.05)}.exclusion-filter{display:flex;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.exclusion-search{flex:1 1;min-width:250px;position:relative}.exclusion-search input{width:100%;padding:.85rem 1rem .85rem 3rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s;background-color:white;box-shadow:0 4px 12px rgba(0,0,0,.03)}.exclusion-search:before{content:"🔍";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.1rem}.exclusion-search input:focus{outline:none;border-color:var(--primary-color,#2c3e50);box-shadow:0 0 0 3px rgba(44,62,80,.1),0 4px 12px rgba(0,0,0,.05)}.exclusion-row:nth-child(2n):not(.header){background-color:#f8fafc}.exclusion-row:nth-child(2n):not(.header):hover{background-color:#f1f5f9}.exclusion-filter:after{content:attr(data-count) " results";font-size:.9rem;color:#64748b;padding:.5rem 1rem;background-color:#f8fafc;border-radius:8px;margin-left:auto;display:none}.exclusion-filter.has-count:after{display:block}@media (max-width:768px){.exclusion-row{display:flex;flex-direction:column;padding:0;border-bottom:12px solid #f1f5f9;margin-bottom:5px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.exclusion-row>div{padding:16px 20px;border-right:none;border-bottom:1px solid #e2e8f0;width:100%}.exclusion-row>div:last-child{border-bottom:none}.exclusion-row.header{display:none}.product-col{font-size:1.2rem;font-weight:700;background:linear-gradient(90deg,var(--primary-color,#2c3e50),#34495e);color:white;padding:18px 20px;border-radius:12px 12px 0 0}.primary-reason-col{color:#e74c3c;font-weight:600;background-color:#fff5f5;padding:16px 20px;display:flex;align-items:center;font-size:1rem}.primary-reason-col:before{content:"Primary Limitation: ";font-weight:400;color:#4a5568;margin-right:.5rem}.details-col{padding:18px 20px;background-color:white}.details-col:before{content:"Details:";display:block;font-weight:600;color:#2c3e50;margin-bottom:1rem;font-size:1.05rem}.details-col ul{margin-left:0;padding-left:0}.details-col li{padding-left:2rem;margin-bottom:1rem;font-size:.95rem}.exclusion-filter{flex-direction:column;align-items:stretch}.exclusion-search{width:100%}.exclusion-search input{padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem}.exclusion-table{border-radius:0;box-shadow:none;background:transparent}.exclusion-table:before{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.exclusion-row{animation:fadeIn .3s ease-out forwards}.exclusion-row:nth-child(2){animation-delay:.05s}.exclusion-row:nth-child(3){animation-delay:.1s}.exclusion-row:nth-child(4){animation-delay:.15s}.exclusion-row:nth-child(5){animation-delay:.2s}.exclusion-row:nth-child(6){animation-delay:.25s}.exclusion-row:nth-child(7){animation-delay:.3s}.exclusion-row:nth-child(8){animation-delay:.35s}.exclusion-row:nth-child(9){animation-delay:.4s}.exclusion-row:nth-child(10){animation-delay:.45s}.exclusion-row:nth-child(11){animation-delay:.5s}.highlight{background-color:rgba(255,235,59,.5)!important;color:#000!important;border-radius:3px!important;padding:0 3px!important;box-shadow:0 1px 2px rgba(0,0,0,.1)!important;font-weight:500!important;position:relative!important;display:inline-block!important}.disclaimer{background-color:#f8f9fa;border-radius:16px;padding:1.75rem 2.25rem;margin:2rem 0;border-left:5px solid #3498db;font-style:italic;position:relative;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:all .3s ease}.disclaimer:hover{box-shadow:0 12px 25px rgba(0,0,0,.08);transform:translateY(-3px)}.disclaimer strong{color:#2c3e50;font-weight:700;display:block;margin-bottom:.75rem;font-size:1.15rem}@media (max-width:768px){.disclaimer{padding:1.25rem;margin:1rem 0}}.requirements-section .definition-card:not(.excluded-edrs):not(.eligibility){background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:none}.requirements-section .definition-card:last-child{margin-bottom:0}.requirements-section .definition-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.definition-card.telemetry .excludes,.definition-card.telemetry .includes,.definition-card.telemetry-vs-inferred .excludes,.definition-card.telemetry-vs-inferred .includes{background:#ffffff;border-radius:6px;padding:1rem;margin-top:1rem;border:1px solid #e2e8f0}.definition-card.telemetry .includes h4,.definition-card.telemetry-vs-inferred .includes h4{color:#27ae60}.definition-card.telemetry .excludes h4,.definition-card.telemetry-vs-inferred .excludes h4{color:#e74c3c}@media (max-width:768px){.requirements-section{padding:1rem;margin:1rem 0}.requirements-section .definition-card{padding:1rem;margin-bottom:1rem}.requirements-section .definition-card h3{font-size:1.2rem}}.content-container{max-width:90vw;margin:0 auto;padding:2rem;background:transparent!important}.criteria-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;background:transparent!important}.criteria-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.criteria-header p{color:#7f8c8d;font-size:1.1rem;max-width:700px;margin:0 auto}@media (max-width:768px){.content-container{max-width:95vw;padding:1rem}.criteria-header h1{font-size:1.8rem}.criteria-header p{font-size:1rem}}.sponsor-card{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 8px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;margin-bottom:1rem}.sponsor-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.sponsor-card a{display:flex;align-items:center;text-decoration:none;color:inherit}.sponsor-logo{object-fit:contain}.sponsor-logo,.sponsor-name-logo{width:80px;height:80px;margin-right:1rem}.sponsor-name-logo{display:flex;align-items:center;justify-content:center;background-color:#007bff;color:white;font-size:2rem;font-weight:700;border-radius:50%}.sponsor-details{flex:1 1}.sponsor-details h4{margin:0 0 .5rem;font-size:1.25rem}.sponsor-tier{display:inline-block;padding:.25rem .5rem;background-color:#e9f5ff;color:#007bff;border-radius:4px;font-size:.875rem}.donor-card{justify-content:space-between;padding:.75rem 1rem;background-color:#f8f9fa;border-radius:4px;margin-bottom:.5rem;transition:background-color .3s ease}.donor-card:hover{background-color:#e9ecef}.donor-name{font-weight:500}.donor-amount{color:#28a745;font-weight:700}.no-donors,.no-sponsors{text-align:center;padding:2rem;color:#6c757d}.no-donors a,.no-sponsors a{color:#007bff;text-decoration:none;font-weight:500}.no-donors a:hover,.no-sponsors a:hover{text-decoration:underline}@media (min-width:768px){#sponsorsSection .section-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}}.tier-button-link{display:inline-block;width:100%;padding:10px;background-color:#007bff;color:white;text-decoration:none;border-radius:5px;text-align:center;font-weight:700;transition:background-color .3s ease}.tier-button-link:hover{background-color:#0056b3}.content-section{padding:0 2rem 3rem}.content-section,.sponsor-content{max-width:90vw;margin:0 auto}.sponsorship-quick-nav{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0}.quick-nav-item{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:8px;border:1px solid #e0e0e0;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;width:200px}.quick-nav-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.quick-nav-item.highlight{border-color:#007bff;background-color:rgba(0,123,255,.05)}.quick-nav-item .icon{font-size:2rem;margin-bottom:.5rem}.quick-nav-item .badge{position:absolute;top:-10px;right:-10px;background-color:#ff5722;color:white;padding:.25rem .5rem;border-radius:20px;font-size:.75rem;font-weight:700}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.benefit-item{padding:1.5rem;border-radius:8px;background-color:#f8f9fa;transition:transform .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.benefit-item h4{margin-top:0;color:#343a40;font-size:1.2rem;margin-bottom:1rem}.one-time-support,.subscription-section{margin:3rem 0;padding:2rem;border-radius:10px;background-color:#f8f9fa;box-shadow:0 4px 15px rgba(0,0,0,.05)}.one-time-support h3,.subscription-section h3{text-align:center;margin-bottom:1.5rem;color:#343a40}.donation-box{max-width:500px;margin:0 auto;padding:1.5rem;background-color:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.sponsorship-tiers{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:2rem auto;max-width:1200px;padding:0 1rem;justify-content:center;align-items:start}.tier-card{background:white;border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%;max-width:350px;margin:0 auto;min-height:520px}.tier-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.tier-card.premium{border:1px solid #4299e1}.popular-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#4299e1,#3182ce);color:white;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;letter-spacing:.02em;z-index:2;box-shadow:0 2px 4px rgba(66,153,225,.2)}.tier-header{text-align:center;margin-bottom:1rem}.tier-icon{font-size:1.75rem;margin-bottom:.5rem}.tier-name{font-size:1.5rem;font-weight:700;color:#1a202c;margin:.5rem 0;letter-spacing:-.02em}.price-display,.tier-price{margin:1rem 0;display:flex;flex-direction:column;align-items:center}.price-amount{font-size:2.5rem;font-weight:700;color:#1a202c;line-height:1.2;letter-spacing:-.03em;background:linear-gradient(135deg,#2d3748,#1a202c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.price-period{color:#4a5568;font-size:1.1rem;margin-top:.25rem;font-weight:500}.tier-content{flex-grow:1;margin-bottom:1rem}.tier-features{list-style:none;padding:0;margin:1.75rem 0}.tier-features li{margin-bottom:1rem;line-height:1.5;font-size:1.05rem;color:#2d3748;padding-left:1.5rem;position:relative;font-weight:450}.tier-features li:before{content:"•";position:absolute;left:.5rem;color:#4299e1;font-weight:700}.tier-card.premium .tier-features li:before{color:#4299e1}.tier-card.coffee .tier-features li:before,.tier-card.enterprise .tier-features li:before{color:#805ad5}.tier-footer{margin-top:auto;padding-top:1rem;width:100%}.tier-button,.tier-footer a{text-decoration:none;display:block;width:100%}.tier-button{padding:.875rem 1.5rem;font-size:1.05rem;font-weight:600;text-align:center;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;line-height:1.5;letter-spacing:.01em}.tier-button.coffee{background:#805ad5;color:white}.tier-button.coffee:hover{background:#6b46c1}.tier-button.premium{background:#4299e1;color:white}.tier-button.premium:hover{background:#3182ce}.tier-button.enterprise{background:#2d3748;color:white}.tier-button.enterprise:hover{background:#1a202c}.slider-container{width:100%;max-width:280px;margin:1rem auto;padding:0 .5rem}.price-slider{width:100%;height:4px;-webkit-appearance:none;background:linear-gradient(90deg,#e2e8f0 0,#4299e1 50%,#e2e8f0);border-radius:4px;outline:none;margin:1.25rem 0;cursor:pointer}.price-markers{display:flex;justify-content:space-between;margin-top:.5rem;padding:0 .25rem}.price-marker{font-size:.875rem;color:#718096;cursor:pointer;position:relative;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.price-marker:hover{color:#4299e1;background-color:rgba(66,153,225,.1)}.price-marker.active{color:#4299e1;font-weight:600;background-color:rgba(66,153,225,.15)}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#4299e1;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(66,153,225,.3);-webkit-transition:all .2s ease;transition:all .2s ease}.price-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 6px rgba(66,153,225,.4)}.price-slider::-moz-range-thumb{width:16px;height:16px;background:#4299e1;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(66,153,225,.3);-moz-transition:all .2s ease;transition:all .2s ease}.price-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 3px 6px rgba(66,153,225,.4)}.price-slider::-webkit-slider-runnable-track{height:4px;border-radius:4px;background:transparent}.price-slider::-moz-range-track{height:4px;border-radius:4px;background:transparent}.section-content{margin-top:1rem;display:flex;justify-content:center}.community-section .donors-grid{justify-content:center;flex-wrap:wrap;display:flex;gap:1.5rem;padding:0 1rem;max-width:1000px;margin:0 auto}.support-note{text-align:center;font-style:italic;margin-top:1rem;color:#6c757d}@media (max-width:1200px){.sponsorship-tiers{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:900px;gap:1.5rem}}@media (max-width:992px) and (min-width:769px){.sponsorship-tiers{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:600px;gap:2rem}.tier-card{max-width:100%}.tier-card.premium{order:-1}}@media (max-width:768px){.content-section{padding:.75rem!important;box-sizing:border-box!important}.content-section,.sponsor-content{max-width:100%!important;margin:0!important}.sponsor-content{padding:0!important;overflow:hidden!important}.one-time-support{margin:1.5rem 0!important;padding:1.5rem .75rem 2rem!important;border-radius:10px!important;background-color:#f8f9fa!important;overflow:hidden!important;box-sizing:border-box!important}.donation-container{display:flex!important;flex-direction:column!important;gap:1.5rem!important;width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.donation-left,.donation-right{width:100%!important;max-width:100%!important;flex:unset!important;float:none!important;display:block!important;margin:0!important}.one-time-support,.subscription-section{margin:1.5rem 0;padding:1.5rem 1rem;border-radius:10px}.donation-container{gap:1rem;padding:0 .5rem;margin:0 0 1.5rem}.donation-benefits{margin-bottom:1.5rem;width:100%;box-sizing:border-box;padding:1.25rem 1.5rem;height:auto}.donation-benefits h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.donation-card{box-sizing:border-box}.donation-card-content .payment-amount-display{font-size:2rem;font-weight:700;margin-bottom:1rem}.payment-methods-display{margin-top:1rem;text-align:center}.payment-methods-text{font-size:.85rem;color:#718096;margin-bottom:.5rem}.donation-security{display:flex;align-items:center;justify-content:center;font-size:.85rem}.security-icon{margin-right:.5rem}.donation-card{border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);border:1px solid #edf2f7}.donation-card-header{text-align:center}.donation-card-content{background-color:white;flex-direction:column;min-height:250px}.donation-card-content .edr-payment-form{width:100%;text-align:center}.edr-payment-amount{font-size:2rem;font-weight:700;color:#1a202c;text-align:center;margin-bottom:1.5rem}.edr-payment-button{background-color:#38b2ac;color:white;border:none;border-radius:6px;padding:.75rem 2rem;font-weight:600;font-size:1rem;cursor:pointer;width:100%;max-width:90%;margin:1rem auto 0;display:block}.payment-methods{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.payment-method-icon{width:36px;height:24px;object-fit:contain}.one-time-support{background-color:#f8f9fa;padding:1.5rem 1rem 2rem;margin:.5rem 0 1.5rem;border-radius:8px}.one-time-header{flex-direction:column;text-align:center;margin-bottom:1.25rem}.header-icon,.one-time-header{display:flex;align-items:center;justify-content:center}.header-icon{width:64px;height:64px;background-color:white;border-radius:50%;margin-bottom:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.one-time-support h3{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#1a202c}.donation-intro{text-align:center;padding:0 .5rem;margin-bottom:2rem}.donation-intro p{font-size:.95rem;line-height:1.6;color:#4a5568;margin:0}.donation-container{gap:1.25rem;padding:0;margin:0}.donation-benefits{background-color:white;border-radius:8px;padding:1.25rem;margin:0;box-shadow:0 2px 6px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05)}.donation-benefits-list{margin:0;padding:0}.donation-benefits-list li{display:flex;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #edf2f7;font-size:.9rem}.donation-benefits-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.benefit-icon{font-size:1.1rem;color:#4299e1}.donation-card{background-color:white;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);margin:0;display:flex;flex-direction:column}.donation-card-header{background-color:#f7fafc;padding:1rem;border-bottom:1px solid #edf2f7}.donation-card-header h4{margin:0;color:#2d3748;font-weight:600}.donation-card-content{padding:1.25rem 1rem;min-height:200px}.donation-card-content .stripe-container{align-items:center!important}.donation-card-footer{background-color:#f7fafc;border-top:1px solid #edf2f7;font-size:.85rem;color:#718096}.donation-testimonial{padding:1rem .5rem 0;margin-top:1rem}.donation-testimonial blockquote{font-size:.95rem;font-style:italic;color:#4a5568;text-align:center;margin:0 0 1rem;padding:0}.donation-note{text-align:center;font-size:.85rem;color:#718096}.donation-note p{margin:0}.subscription-section .sponsorship-tiers{display:flex!important;flex-direction:column!important;gap:1.5rem!important;width:100%!important}.subscription-section .sponsorship-tiers .tier-card.coffee{order:1!important}.subscription-section .sponsorship-tiers .tier-card.premium{order:2!important}.subscription-section .sponsorship-tiers .tier-card.enterprise{order:3!important}.tier-card{width:100%;max-width:100%;margin:0 auto;min-height:auto;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.tier-card:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.1)}.tier-price{margin:.75rem 0}.price-amount{font-size:2rem}.price-period{font-size:1rem}.content-section,.sponsor-content{max-width:100%;margin:0}.sponsor-content{padding:0}.tier-card.premium{border:2px solid #4299e1;position:relative;box-shadow:0 8px 20px rgba(66,153,225,.15)}.tier-card.coffee{border-color:#805ad5;border-width:1px}.tier-card.enterprise{border-color:#2d3748;border-width:1px}.tier-card.coffee .tier-features,.tier-card.enterprise .tier-features{margin:1.5rem 0}.tier-card.coffee .tier-features li,.tier-card.enterprise .tier-features li{position:relative;padding-left:1.75rem;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.tier-card.coffee .tier-features li:before{content:"•";position:absolute;left:.5rem;color:#805ad5;font-weight:700}.tier-card.enterprise .tier-features li:before{content:"•";position:absolute;left:.5rem;color:#2d3748;font-weight:700}.tier-button.coffee{background:#805ad5;color:white}.tier-button.premium{background:#4299e1;color:white}.tier-button.enterprise{background:#2d3748;color:white}.subscription-section{margin-top:2.5rem;border-radius:16px}.tier-features{margin:1.5rem 0}.tier-features li{position:relative;padding-left:1.75rem;font-size:.95rem;line-height:1.5}.tier-features li:before{content:"•";position:absolute;left:.5rem;color:#4299e1;font-weight:700}.tier-card .error-message{display:block;font-size:.9rem;color:#e53e3e;background-color:#fed7d7;border-radius:8px;padding:.75rem;margin-top:1rem;text-align:center;width:100%;box-sizing:border-box}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:#4299e1;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 3px 8px rgba(66,153,225,.5);-webkit-transition:all .3s ease;transition:all .3s ease}.price-slider::-moz-range-thumb{width:24px;height:24px;background:#4299e1;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 3px 8px rgba(66,153,225,.5);-moz-transition:all .3s ease;transition:all .3s ease}.error-message{display:block;font-size:.9rem;color:#e53e3e;background-color:#fed7d7;border-radius:4px;padding:.75rem;margin-top:1rem;text-align:center}.donation-card{width:100%;max-width:350px;margin:0 auto;border-radius:10px;overflow:hidden}.donation-card-content{display:flex;align-items:center;justify-content:center;min-height:120px}.stripe-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;min-height:200px!important}stripe-buy-button{width:100%!important;max-width:280px!important;margin:0 auto!important}stripe-buy-button::part(buy-button-container){width:100%!important}stripe-buy-button::part(button){background-color:#38b2ac!important;border-radius:6px!important;padding:12px!important;font-size:1rem!important;font-weight:600!important;min-height:48px!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.hero-section{padding:2.5rem 1rem}.hero-content h1{font-size:2rem;margin-bottom:.75rem}.hero-content p{font-size:1rem;padding:0 .5rem}.sponsor-nav-tabs{width:100%;gap:.5rem;padding-bottom:.5rem;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;padding-left:.5rem;padding-right:.5rem}.nav-tab{padding:.75rem 1rem;white-space:nowrap;flex-shrink:0}.tab-icon{margin-right:.5rem;font-size:1.1rem}.tab-text{font-size:.9rem}.tab-badge{font-size:.6rem;padding:.1rem .3rem;top:-5px;right:-5px}.benefits-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin:1.5rem 0}.benefit-item{padding:1.25rem}.why-sponsor h2{font-size:1.75rem;text-align:center}.one-time-support,.subscription-section{margin:1.5rem 0;padding:1.5rem 1rem;border-radius:10px}.one-time-header{margin-bottom:1.5rem}.header-icon{width:60px;height:60px;font-size:2rem}.one-time-support h3,.subscription-section h3{font-size:1.75rem}.donation-intro p{font-size:1rem}.donation-container{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem;width:100%;box-sizing:border-box}.donation-left,.donation-right{width:100%}.donation-benefits{padding:1.5rem;margin-bottom:0;border-radius:10px}.donation-benefits-list li{font-size:.95rem;padding-bottom:1rem;margin-bottom:1rem;align-items:flex-start}.benefit-icon{font-size:1.25rem;margin-right:.75rem;margin-top:.1rem}.donation-card{margin-bottom:0}.donation-card-header{padding:1rem 1.25rem}.donation-card-header h4{font-size:1.1rem}.donation-card-content{padding:1.5rem 1rem}.donation-card-footer{padding:.75rem 1rem}.donation-testimonial{padding:0 .5rem;margin-top:1.5rem}.donation-testimonial blockquote{font-size:1.1rem;padding:0 1rem}.donation-note{font-size:.9rem}.community-section{padding:2.5rem 0}.section-group h2{margin-bottom:1.5rem;font-size:1.75rem}.section-group h2:after{width:50px;height:2px}.subscription-header{margin-bottom:1.5rem;padding:0 .5rem}.subscription-header .header-icon{font-size:2rem}.subscription-header h3{font-size:1.75rem;margin-bottom:.75rem}.subscription-header p{font-size:1rem;line-height:1.5}.subscription-footer{margin-top:2rem}.subscription-note{padding:1.25rem;border-radius:8px}.subscription-note p{font-size:.95rem;margin-bottom:.5rem}.tier-features li{padding-bottom:1rem;margin-bottom:1rem;min-height:44px}.nav-tab{min-height:64px;display:flex;align-items:center;justify-content:center}.content-section{padding:.75rem}@media (max-width:320px){.header-icon{width:50px;height:50px;font-size:1.75rem}.tier-icon{font-size:1.25rem}.benefit-icon{font-size:1rem}}.donation-card-content .stripe-container{width:100%!important;max-width:100%!important;display:flex!important;justify-content:center!important}.donation-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;width:100%}.spinner-small{width:28px;height:28px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#007bff;animation:spin 1s ease-in-out infinite;margin-bottom:.75rem}@keyframes spin{to{transform:rotate(1turn)}}.slider-container{max-width:100%;padding:0;margin:1.5rem 0 1rem}.price-slider{height:8px;border-radius:4px;margin:1.5rem 0;position:relative;z-index:2;-webkit-appearance:none;background:linear-gradient(90deg,#e2e8f0 0,#4299e1 50%,#e2e8f0);width:100%}.price-markers{display:flex;justify-content:space-between;width:100%;margin-top:.75rem}.price-marker{font-size:.85rem;padding:.5rem;flex:1 1;text-align:center;border-radius:4px;transition:background-color .2s;min-height:36px;display:flex;align-items:center;justify-content:center}.price-marker.active{color:#4299e1;font-weight:600;background-color:rgba(66,153,225,.15);box-shadow:0 2px 8px rgba(66,153,225,.3)}.tier-button{display:flex;align-items:center;justify-content:center;width:100%;padding:.85rem 1rem;min-height:48px;font-size:1rem;margin-top:1rem;border-radius:8px;border:none;cursor:pointer;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.tier-button:active{transform:translateY(2px);box-shadow:0 1px 2px rgba(0,0,0,.1)}.donation-loading p{color:#718096;font-size:.95rem;margin:0}}@media (max-width:375px){.price-marker{font-size:.8rem;padding:.25rem;min-width:40px}.tier-card{padding:1.25rem 1rem}.tier-name{font-size:1.3rem}.price-amount{font-size:1.75rem}.tier-features li{font-size:.9rem}.tier-button{font-size:.95rem}}@media (max-width:480px){.donation-card,.tier-card{max-width:100%}.price-markers{overflow-x:auto;flex-wrap:nowrap;padding-bottom:10px;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:5px;-webkit-overflow-scrolling:touch}.price-marker{min-width:60px;flex:0 0 auto;margin:0 2px}}stripe-buy-button{width:100%!important;display:block!important;margin:0 auto!important;max-width:100%!important}stripe-buy-button::part(root){min-width:100%!important;width:100%!important;max-width:100%!important}stripe-buy-button::part(button){width:100%!important;min-width:100%!important;max-width:100%!important}.stripe-container{display:flex!important;justify-content:center!important;width:100%!important;max-width:100%!important;margin:0 auto!important;min-height:120px!important}.donation-loading{text-align:center}.spinner-small{width:24px;height:24px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#007bff;animation:spin 1s ease-in-out infinite;margin-bottom:.5rem}.loading-text{margin-top:.5rem}.error-message{display:block;font-size:.95rem;color:#e53e3e;background-color:#fed7d7;border-radius:8px;padding:.75rem 1rem;margin-top:1rem;text-align:center;width:100%;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1)}.sponsor-nav-tabs{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;gap:1rem;border-bottom:1px solid #eaeaea;padding-bottom:1rem}.nav-tab{position:relative;display:inline-flex;align-items:center;padding:.85rem 1.5rem;text-decoration:none;color:#555;transition:all .2s ease;border-radius:8px 8px 0 0}.nav-tab:hover{color:#0A192F}.nav-tab.active{color:#007bff;font-weight:500;border-bottom:3px solid #007bff}.tab-icon{margin-right:.75rem;font-size:1.25rem}.tab-text{font-size:1rem}.tab-badge{position:absolute;top:-8px;right:-8px;background-color:#ff5a5f;color:white;font-size:.65rem;padding:.15rem .4rem;border-radius:10px;font-weight:500;box-shadow:0 2px 5px rgba(0,0,0,.1)}@media (max-width:768px){.sponsor-nav-tabs{width:100%;gap:.5rem;padding-bottom:.5rem;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;padding-left:.5rem;padding-right:.5rem}.nav-tab{padding:.75rem 1rem;white-space:nowrap;flex-shrink:0}.tab-icon{margin-right:.5rem;font-size:1.1rem}.tab-text{font-size:.9rem}.tab-badge{font-size:.6rem;padding:.1rem .3rem;top:-5px;right:-5px}}@media (min-width:769px){.donation-container{display:flex;flex-direction:row;gap:2rem;margin:2rem 0;width:100%}.donation-left{flex:1 1;width:60%}.donation-right{flex:1 1;width:40%}}.donation-benefits{background-color:#f8fafc;border-radius:12px;padding:2rem;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.05)}.donation-benefits h4{font-size:1.25rem;margin-bottom:1.5rem;color:#2d3748;font-weight:600}.donation-benefits-list{list-style:none;padding:0;margin:0}.donation-benefits-list li{display:flex;align-items:center;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #edf2f7}.donation-benefits-list li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.benefit-icon{margin-right:1rem;font-size:1.5rem;color:#4299e1;flex-shrink:0}.benefit-content h5{font-size:1.1rem;margin:0 0 .5rem;color:#2d3748;font-weight:600}.benefit-content p{margin:0;color:#4a5568;line-height:1.5}.donation-card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column;margin-bottom:1.5rem}.donation-card-header{background-color:#f7fafc;padding:1.25rem 1.5rem;border-bottom:1px solid #edf2f7}.donation-card-header h4{margin:0;color:#2d3748;font-size:1.25rem;font-weight:600}.donation-card-content{padding:2rem 1.5rem;flex-grow:1}.donation-card-footer{background-color:#f7fafc;padding:1rem 1.5rem;border-top:1px solid #edf2f7;font-size:.95rem;color:#718096}.donation-loading,.stripe-container{min-height:120px;width:100%;display:flex;align-items:center;justify-content:center}.donation-loading{flex-direction:column}.spinner{border:4px solid rgba(0,0,0,.1)}.loading-text{color:#718096;font-size:1rem}.contributors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto}.contributor-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;background-color:white;border-radius:12px;padding:1.25rem .75rem;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.contributor-link:hover{transform:translateY(-8px);box-shadow:0 12px 20px rgba(0,0,0,.12);color:#007bff}.contributor-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-bottom:1rem;border:3px solid #f8f9fa}.contributor-name{font-weight:600;text-align:center;margin-bottom:.5rem;font-size:.95rem}.commit-count{font-size:.8rem;color:#6c757d;text-align:center;background-color:#f8f9fa;padding:.25rem .75rem;border-radius:20px}.community-section{padding:4rem 0;background-color:#f8f9faaa}.community-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-group{margin-bottom:4rem;position:relative}.section-group:last-child{margin-bottom:0}.section-group h2{text-align:center;margin-bottom:2.5rem;color:#0A192F;font-size:2rem;font-weight:700;position:relative;padding-bottom:1rem}.section-group h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#007bff;border-radius:3px}.donors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}.donor-card{display:flex;flex-direction:column;align-items:center;background-color:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:1.5rem;transition:transform .2s,box-shadow .2s;text-align:center}.donor-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.donor-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #f0f9ff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.donor-info{display:flex;flex-direction:column;align-items:center;width:100%}.donor-name{font-size:1.1rem;font-weight:600;margin-bottom:.2rem;color:#1e293b}.donor-handle{font-size:.9rem;color:#64748b;margin-bottom:.75rem}.donor-social{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.donor-social .social-link,.subscriber-social .social-link{width:48px;height:48px;display:contents;align-items:center;justify-content:center;border-radius:50%;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 8px rgba(0,0,0,.2)}.donor-social .social-link:hover,.subscriber-social .social-link:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.3)}.donor-social .social-icon,.subscriber-social .social-icon{width:28px!important;height:28px!important;fill:white!important}.sponsors-wrapper{width:100%}.sponsors-section{margin-bottom:4rem;background-color:white;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);padding:2rem}.sponsors-header{margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}.sponsors-header h3{margin-bottom:.5rem;color:#0A192F;font-weight:600}.sponsors-header p{color:#6c757d}.sponsors-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:2px;background-color:#007bff;border-radius:2px}.sponsors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.sponsor-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #e9ecef;border-radius:10px;text-align:center;height:100%;transition:all .3s ease}.sponsor-placeholder:hover{border-color:#007bff;background-color:rgba(0,123,255,.05)}.sponsor-placeholder h4{margin-bottom:.5rem;color:#6c757d}.become-member{padding:2rem;background-color:#f8f9fa;border-radius:10px;text-align:center;display:flex;flex-direction:column;height:100%;transition:all .3s ease;border:2px solid transparent}.become-member:hover{border-color:#007bff;transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.become-member h4{margin-bottom:.75rem;color:#0A192F;font-weight:600}.become-member p{margin-bottom:1.5rem;flex-grow:1;color:#555}.cta-button{display:inline-block;padding:.75rem 1.5rem;background-color:#007bff;color:white;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease}.cta-button:hover{background-color:#0056b3;transform:translateY(-3px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.subscribers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.subscriber-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:white;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.subscriber-item:hover{transform:translateY(-8px);box-shadow:0 12px 20px rgba(0,0,0,.12)}.subscriber-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #f8f9fa}.subscriber-info{width:100%}.subscriber-tier{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;margin-bottom:.5rem;background-color:#e9ecef}.subscriber-item.professional .subscriber-tier{background-color:#FFD700;color:#000}.subscriber-item.supporter .subscriber-tier{background-color:#2ecc71;color:#fff}.subscriber-item.basic .subscriber-tier{background-color:#3498db;color:#fff}.subscriber-name{font-weight:600;font-size:1rem;margin-bottom:.25rem;color:#333}.subscriber-handle{font-size:.85rem;color:#6c757d;margin-bottom:.75rem}.subscriber-social{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border-radius:50%;border:4px solid rgba(0,123,255,.1);border-top-color:#007bff;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@media (max-width:768px){.community-section{padding:3rem 0}.section-group h2{font-size:1.75rem;margin-bottom:2rem}.donors-grid{gap:1rem}.sponsors-section{padding:1.5rem}.subscriber-item{padding:1.25rem}}:root{--primary-color:#3a6bc5;--primary-light:#5b96f9;--primary-dark:#14328f;--accent-color:#e63946;--accent-light:#f48c95;--text-dark:#2c3e50;--text-light:#6c757d;--background-light:#f8f9fa;--background-dark:#2c3e50;--success-color:#2ecc71;--white:#ffffff;--card-shadow:0 10px 30px rgba(0,0,0,0.08);--hover-shadow:0 20px 40px rgba(0,0,0,0.12);--transition-fast:0.3s ease;--transition-slow:0.5s ease;--border-radius-sm:12px;--border-radius-md:16px;--border-radius-lg:24px;--border-radius-xl:32px}.premium-container{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{background:linear-gradient(135deg,#14328f,#5b96f9);color:white;padding:3rem 2rem;margin-bottom:2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:2.5rem;gap:2.5rem;margin:4rem 0}.service-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s ease;position:relative;z-index:1;height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.service-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:var(--primary-color)}.highlight-ribbon{box-shadow:0 4px 10px rgba(247,37,133,.3)}.service-header{padding:1.5rem;position:relative;background:#f8f9fa;border-bottom:1px solid #f0f0f0}.service-header h3{margin:0;font-size:1.4rem;color:var(--text-dark);font-weight:600;position:relative;z-index:2}.service-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.service-content p{color:var(--text-dark);margin-bottom:1.5rem;line-height:1.6}.service-content ul{list-style-type:none;padding:0;margin:0 0 1.5rem;flex-grow:1}.service-content li{padding:.6rem 0 .6rem 2rem;position:relative;color:var(--text-dark)}.service-content li:before{content:"✓";color:var(--success-color);position:absolute;left:0;font-weight:700}.service-footer{padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #f0f0f0;text-align:center}.section-header{position:relative;margin-bottom:3.5rem;text-align:center}.section-header h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:800;letter-spacing:-.5px;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}.section-header p{color:var(--text-light);margin:1rem auto 0;font-size:1.2rem;max-width:700px}.enterprise-section{margin:5rem 0;background:#f8f9fa;border-radius:12px;padding:3rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.enterprise-content{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.enterprise-text p{font-size:1.1rem;line-height:1.6;color:var(--text-dark);margin-bottom:1.5rem}.enterprise-text ul{padding-left:1.5rem;margin:1.5rem 0}.enterprise-text li{margin-bottom:1rem;position:relative;padding-left:.5rem;color:var(--text-dark)}.enterprise-text li strong{color:var(--primary-dark)}.enterprise-image{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));height:100%;min-height:300px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;font-weight:700;box-shadow:0 10px 20px rgba(20,50,143,.2)}.calendar-section{margin:6rem 0;text-align:center;position:relative}.calendar-section:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(135deg,rgba(67,97,238,.05),rgba(76,201,240,.05));border-radius:50%;z-index:-1}.calendly-inline-widget{min-width:320px;height:700px;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--card-shadow);margin-top:2.5rem;border:1px solid rgba(0,0,0,.03);background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-section{background:linear-gradient(135deg,#2980b9,#2c3e50);color:white;padding:3rem;border-radius:12px;text-align:center;margin:5rem 0;position:relative;overflow:hidden;z-index:1;box-shadow:0 10px 30px rgba(0,0,0,.1)}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;opacity:.2;pointer-events:none;z-index:-1}.cta-section h2{font-size:2.2rem;margin-top:0;margin-bottom:1rem;position:relative;font-weight:700;color:white}.cta-section p{font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative;line-height:1.6}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:5}.action-button{display:inline-block;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;text-align:center;min-width:150px;position:relative;z-index:5;cursor:pointer}.primary-button{background:#3498db;color:white!important;box-shadow:0 4px 6px rgba(52,152,219,.25)}.primary-button:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 6px 12px rgba(52,152,219,.3)}.secondary-button{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;border:1px solid rgba(255,255,255,.3)}.secondary-button:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.action-button a,.primary-button a,a.action-button,a.primary-button{text-decoration:none;color:inherit;pointer-events:auto}@media (max-width:1024px){.premium-container{padding:1.5rem}.enterprise-content{grid-template-columns:1fr;gap:2rem}.enterprise-image{min-height:200px}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.services-grid .service-card:nth-child(4){flex-direction:column}.services-grid .service-card:nth-child(4) .service-header{width:100%;border-right:none;border-bottom:2px solid #3498db}.services-grid .service-card:nth-child(4) .service-content{width:100%}.section-header h2{font-size:1.8rem}.cta-section,.enterprise-section{padding:2rem}.cta-section h2{font-size:1.8rem}.highlight-ribbon{right:-50px;top:15px}}.featured-service{background:white;border:2px solid var(--primary-color);box-shadow:0 10px 30px rgba(20,50,143,.15);position:relative;overflow:hidden;margin-bottom:3rem}.highlight-ribbon{position:absolute;top:-12px;right:20px;background:var(--accent-color);color:white;padding:8px 16px;font-size:.9rem;font-weight:600;z-index:10;border-radius:30px;box-shadow:0 4px 10px rgba(230,57,70,.3);letter-spacing:.5px}.featured-service .service-header{background:rgba(20,50,143,.08)}.featured-service .service-footer{background:rgba(20,50,143,.08);border-top:1px solid rgba(20,50,143,.2)}.scores-page{--primary-blue:#0078d7;--primary-orange:#ff8c42;--primary-light-blue:#eef6fc;--light-gray:#f7f9fc;--border-color:#e0e6ed;--text-dark:#2d3748;--text-muted:#718096;--success:#38b2ac;--shadow:0 4px 12px rgba(0,0,0,0.05)}.scores-container{max-width:1200px;margin:0 auto;padding:0 1rem}.platform-selector{display:flex;justify-content:center;margin:2rem 0;gap:.5rem}.platform-btn{background-color:var(--light-gray);border:1px solid var(--border-color);color:var(--text-dark);padding:.75rem 1.5rem;border-radius:5px;font-weight:500;letter-spacing:.025em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.platform-btn:hover{background-color:#f0f4f8;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.05)}.platform-btn:active{transform:translateY(0)}.platform-btn.active{background-color:var(--primary-blue);color:white;border-color:var(--primary-blue)}.platform-btn.linux.active{background-color:#f7b731;color:#4a5568;border-color:#f7b731}.loader-wrapper{display:flex;justify-content:center;align-items:center;min-height:300px}.loader{width:40px;height:40px;border-radius:50%;border:3px solid rgba(0,120,215,.2);border-top:3px solid var(--primary-blue);animation:spin 1s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{text-align:center;padding:2rem;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:5px;color:#c53030;margin:2rem 0}.scores-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:992px){.scores-content{grid-template-columns:2fr 1fr}}.scores-table-wrapper{background-color:white;border-radius:8px;box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .3s ease}.scores-table-wrapper:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}.scores-table{width:100%;border-collapse:collapse}.scores-table th{text-align:left;background-color:var(--light-gray);font-weight:600}.scores-table td,.scores-table th{padding:1rem;color:var(--text-dark);border-bottom:1px solid var(--border-color)}.scores-table tr:last-child td{border-bottom:none}.scores-table tbody tr{transition:all .2s ease}.scores-table tr:hover{background-color:#f8fafc;transform:translateX(3px)}.rank{font-weight:600;text-align:center}.rank-top{font-size:1.5rem;margin-right:.25rem;font-weight:700}.edr-cell{display:flex;align-items:center}.edr-name{font-weight:500}.platform-tag{margin-left:.75rem;font-size:.7rem;text-transform:uppercase;padding:.25rem .5rem;border-radius:4px;letter-spacing:.05em;background-color:var(--primary-light-blue);color:var(--primary-blue)}.platform-tag.linux{background-color:rgba(247,183,49,.15);color:#b7791f}.score{font-weight:700;text-align:right;font-size:1.1rem;background:linear-gradient(90deg,#000000,#319cf7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.scores-table td:last-child,.scores-table th:last-child{text-align:right;padding-right:2rem}.gold-row td:first-child{color:#f7b731;position:relative}.silver-row td:first-child{color:#a0aec0;position:relative}.bronze-row td:first-child{color:#dd6b20;position:relative}tr.gold-row{background-color:rgba(247,183,49,.07)}tr.silver-row{background-color:rgba(160,174,192,.07)}tr.bronze-row{background-color:rgba(221,107,32,.07)}.stats-card{background-color:white;border-radius:8px;box-shadow:var(--shadow);padding:1.5rem;transition:all .3s ease}.stats-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-5px)}.stats-card h3{margin-top:0;margin-bottom:1.5rem;color:var(--text-dark);font-size:1.25rem;font-weight:600}.stat-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color);transition:transform .2s ease}.stat-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.stat-item:hover{transform:translateX(3px)}.stat-label{color:var(--text-muted);font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#0078d7,#00a3ff);background-clip:text;-webkit-background-clip:text}.stat-value,.stat-value.highest{-webkit-text-fill-color:transparent}.stat-value.highest{background:linear-gradient(135deg,#3ec052,#18821c);background-clip:text;-webkit-background-clip:text}.stat-value.lowest{background:linear-gradient(90deg,#ff0000,#d72424);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.methodology{background-color:white;border-radius:8px;box-shadow:var(--shadow);padding:2rem;margin-top:2rem}.methodology h2{margin-top:0;font-size:1.5rem}.methodology h2,.methodology h3{color:var(--text-dark);font-weight:600}.methodology h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:1rem}.methodology li,.methodology p{color:var(--text-muted);line-height:1.6}.methodology strong{color:var(--text-dark)}.formula-container{background-color:var(--light-gray);border-radius:8px;padding:1.5rem;margin:1.5rem 0;text-align:center;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px rgba(0,0,0,.05)}.formula-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-blue),#31b7f3)}.formula{font-size:1.4rem;font-weight:500;color:var(--text-dark);font-family:Inter,system-ui,sans-serif;padding:.5rem 0;letter-spacing:.02em}.formula-explanation{margin-top:1rem;font-size:.95rem;color:var(--text-muted);font-style:italic;max-width:80%;margin-left:auto;margin-right:auto;line-height:1.5}.weight-cards{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin:1.5rem 0}@media (min-width:768px){.weight-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.weight-cards{grid-template-columns:repeat(3,1fr)}}.weight-card{background-color:var(--light-gray);border-radius:6px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.category-name{font-weight:500;color:var(--text-dark)}.weight-value{font-weight:700;color:var(--primary-blue);background:linear-gradient(90deg,#0078d7,#319cf7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.status-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.status-table td,.status-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.status-table th{font-weight:600;color:var(--text-dark);background-color:var(--light-gray)}.status-table td{color:var(--text-muted)}.status-table td:last-child{font-weight:600;color:var(--primary-blue)}.methodology-sections{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.methodology-sections{grid-template-columns:1fr 1fr}}.methodology-section{margin-bottom:1.5rem}.github-link{display:inline-block;margin-top:1rem;color:var(--primary-blue);text-decoration:none;font-weight:500;transition:color .2s ease}.github-link:hover{text-decoration:underline;color:#0056b3}.heading-wrapper{position:relative;margin:1.5rem 0 1rem}.heading-wrapper h2,.heading-wrapper h3,.heading-wrapper h4{margin:0;padding-right:30px}.heading-link{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:24px;height:24px;opacity:0;transition:opacity .2s ease;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230078d7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.heading-wrapper:hover .heading-link{opacity:.6}.heading-link:hover{opacity:1!important}.copy-notification{position:absolute;right:30px;top:50%;transform:translateY(-50%);background-color:var(--primary-blue);color:white;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none;white-space:nowrap}.copy-notification.show{opacity:1;transform:translateY(-50%) translateX(-5px)}.mitre-container{max-width:var(--content-max-width);margin:0 auto;padding:1rem;background-color:var(--background-light)}.mitre-header{margin-bottom:2rem;text-align:center;background-color:var(--background-color);padding:2rem 1rem;border-radius:10px;box-shadow:var(--box-shadow-sm)}.mitre-header h1{font-size:clamp(1.5rem,4vw,2.5rem);color:var(--secondary-color);margin-bottom:1.5rem;font-weight:600}.mitre-header p{font-size:clamp(.9rem,2vw,1.1rem);color:var(--text-light);max-width:800px;margin:0 auto;line-height:1.6}.mitre-search{margin:2rem auto;width:100%;max-width:600px;position:relative}.mitre-search input{width:100%;padding:1rem 3rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;background:var(--background-color);box-shadow:var(--box-shadow-sm);transition:all .2s ease}.mitre-search input:focus{outline:none;border-color:var(--primary-color);box-shadow:var(--box-shadow-md)}.search-icon{left:1rem}.filter-icon,.search-icon{position:absolute;top:50%;transform:translateY(-50%);color:var(--text-light)}.filter-icon{right:1rem;cursor:pointer}.mitre-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.mitre-card{border-radius:10px;box-shadow:var(--box-shadow-md);transition:all .3s ease;border:1px solid var(--border-color);position:relative;overflow:hidden}.mitre-card,.mitre-card-header{background:var(--background-color)}.mitre-card-header{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.mitre-card-header:hover{background-color:var(--background-light)}.mitre-card-header h3{color:var(--secondary-color);font-size:clamp(1rem,2.5vw,1.25rem);margin:0;font-weight:600}.collapse-icon{width:24px;height:24px;position:relative;transition:transform .3s ease}.collapse-icon:after,.collapse-icon:before{content:"";position:absolute;background-color:var(--secondary-color);border-radius:2px;transition:all .3s ease}.collapse-icon:before{width:2px;height:12px;top:6px;left:11px}.collapse-icon:after{width:12px;height:2px;top:11px;left:6px}.mitre-card.collapsed .collapse-icon:before{transform:scaleY(1)}.mitre-card:not(.collapsed) .collapse-icon:before{transform:scaleY(0)}.mitre-card-content{max-height:1000px;overflow:hidden;transition:max-height .5s ease,padding .3s ease;padding:1.5rem}.mitre-card.collapsed .mitre-card-content{max-height:0;padding:0 1.5rem}.mitre-card-content p{margin-bottom:1rem;line-height:1.6;color:var(--text-light);font-size:clamp(.9rem,2vw,1rem)}.mitre-card-list{list-style:none;padding:0;margin:0}.mitre-card-list li{margin-bottom:1rem;padding:.75rem;background:var(--background-light);border-radius:6px;transition:all .2s ease}.mitre-card-list li:hover{background:var(--background-color);box-shadow:var(--box-shadow-sm)}.technique-name{font-weight:500;color:var(--secondary-color);margin-bottom:.5rem;font-size:clamp(.85rem,2vw,.95rem)}.technique-mappings{display:flex;flex-wrap:wrap;gap:.5rem}.ds-pill{display:inline-flex;align-items:center;padding:.4rem .8rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:20px;font-size:clamp(.8rem,2vw,.9rem);transition:all .2s ease;color:var(--text-color)}.ds-pill:hover{border-color:var(--primary-color)}.ds-number,.ds-pill:hover{background:var(--primary-color);color:white}.ds-number{padding:.2rem .5rem;border-radius:12px;margin-left:.5rem;font-size:clamp(.75rem,1.8vw,.8rem)}.no-mapping{color:var(--text-light);font-style:italic;font-size:clamp(.8rem,2vw,.9rem)}.empty-state{text-align:center;padding:2rem;color:var(--text-light);background:var(--background-light);border-radius:8px;margin:2rem 0;font-size:clamp(.9rem,2vw,1rem)}@media (max-width:768px){.mitre-container{padding:.75rem}.mitre-header{padding:1.5rem 1rem}.mitre-search input{padding:.75rem 2.5rem;font-size:.95rem}.technique-mappings{flex-direction:column}.ds-pill{width:100%;justify-content:space-between}}@media (max-width:480px){.mitre-container{padding:.5rem}.mitre-header{padding:1rem;margin-bottom:1.5rem}.mitre-search{margin:1.5rem auto}.mitre-grid{gap:1rem}.mitre-card-content,.mitre-card-header{padding:1rem}.mitre-card.collapsed .mitre-card-content{padding:0 1rem}}