.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#071427;color:#fff;position:sticky;top:0;width:100%;box-sizing:border-box;z-index:100}.logo{display:inline-block}.logo img{height:40px;width:auto;display:block;border:2px solid white}.nav-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.nav-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s}.nav-links .services-link{font-weight:10px}.nav-links li a:hover{color:#e5e5e5}.nav-button{background:none;border:none;color:inherit;padding:0;font:inherit;cursor:pointer;text-decoration:none}.nav-button:hover,.nav-links li a:hover{color:#e5e5e5}.nav-button:focus:not(:focus-visible),.nav-links li a:focus:not(:focus-visible){outline:none;box-shadow:none}.dropdown-wrapper{position:relative}.nav-button{display:flex;align-items:center}.mega-menu{position:absolute;top:100%;width:35vw;right:0;background-color:#071427;box-shadow:0 8px 24px #00000040;z-index:1000;border-radius:12px;overflow:hidden}.mega-menu-inner{max-width:1200px;margin:0 auto;padding:24px 32px;display:flex;flex-direction:column;gap:16px;width:100%}.mega-menu-inner a{color:#071427;font-weight:600;text-decoration:none}.mega-menu-inner a:hover{color:#e5e5e5}.mega-menu-button .arrow{margin-left:10px;transition:transform .2s}.mega-menu-button:hover .arrow{transform:translate(4px)}.mega-menu-button{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;color:#fff;font-weight:600;text-decoration:none;cursor:pointer;position:relative;width:88%;box-sizing:border-box;background-color:#071427}.mega-menu-button:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1.5px;background:linear-gradient(90deg,#fff,#fff);box-shadow:0 0 6px #fff,0 0 10px #fff;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mega-menu-button:hover:after{transform:scaleX(1)}.mega-menu-about{position:absolute;top:100%;width:26vw;right:0;background-color:#071427;box-shadow:0 8px 24px #00000040;z-index:1000;border-radius:12px;overflow:hidden}.mega-menu-inner-about{max-width:1200px;margin:0 auto;padding:24px 32px;display:flex;flex-direction:column;gap:16px;width:100%}.mega-menu-inner-about a{color:#071427;font-weight:600;text-decoration:none}.mega-menu-inner-about a:hover{color:#071427}.mega-menu-button-about .arrow{margin-left:10px;transition:transform .2s}.mega-menu-button-about:hover .arrow{transform:translate(4px)}.mega-menu-button-about{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;color:#fff;font-weight:10px;text-decoration:none;cursor:pointer;position:relative;width:84%;box-sizing:border-box;background-color:#071427}.mega-menu-button-about:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1.5px;background:linear-gradient(90deg,#fff,#fff);box-shadow:0 0 6px #fff,0 0 10px #fff;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mega-menu-button-about:hover:after{transform:scaleX(1)}.hamburger{display:none}@media(max-width:768px){.navbar{flex-direction:row;align-items:center;padding:.8rem;height:80px}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background-color:#071427;flex-direction:column;padding:0rem 1rem;gap:.4rem;box-sizing:border-box}.nav-links li{width:100%}.nav-links li a,.nav-button{width:100%;padding:.7rem 0;align-items:center;gap:.1rem}.mega-menu,.mega-menu-about{position:static;width:100%;box-shadow:none;border-radius:0;margin-top:.5rem}.mega-menu-inner,.mega-menu-inner-about{padding:0;gap:0}.mega-menu-button,.mega-menu-button-about{width:100%;padding:.75rem 0;font-size:.9rem}.mega-menu-button:after,.mega-menu-button-about:after{display:none}.arrow{margin-left:auto}.hamburger{display:block;background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;z-index:1100;margin-left:auto;padding:0%}.nav-links.open{display:flex}.nav-links li{border-bottom:1px solid rgba(255,255,255,.2)}.nav-links li:last-child{border-bottom:none}}.home-container{width:100%;align-self:flex-start;color:#fff}.hero{position:relative;width:100%;max-width:none;height:81vh;margin:0;padding:5rem 0 0;overflow:hidden;display:flex;justify-content:center;align-items:flex-start;align-self:stretch}.hero:before{content:"";position:absolute;inset:0;background-image:url(/assets/Background_1-Ce_CHh-J.png);background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(30%) brightness(.7) contrast(.95);z-index:0}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#fff0 76%,#ffffff80 99%);z-index:1;pointer-events:none}.hero-overlay{position:relative;z-index:2;background-color:transparent;color:#111;padding:0 .5rem;text-align:right;border-radius:0;max-width:440px;width:min(35%,440px);margin-left:auto;margin-right:clamp(.5rem,6vw,6%);box-shadow:none;margin-top:100px}.hero h1{font-size:clamp(4rem,8vw,7.5rem);font-weight:300;margin:0;color:#071427;font-family:Playfair Display,serif;display:block;text-align:right}@media(max-width:768px){.hero-overlay{width:90%;max-width:none;margin:0 auto;text-align:center;background-color:transparent;color:#111;padding:0 .5rem}.hero:after{background:linear-gradient(to right,#fff0 80%,#ffffffeb 99%)}}.about{padding:4rem 2rem;max-width:1000px;margin:auto;background-color:#071427;color:#fff;box-sizing:border-box}.about-content{display:flex;flex-direction:row;gap:4rem;flex-wrap:nowrap;align-items:flex-start}.about-left{flex:1 1 60%}.about-label{font-size:.9rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.about-left h2{font-size:2rem;font-weight:600;margin:0 0 1rem;color:#fff}.about-left p{font-size:1rem;line-height:2;margin-bottom:1rem;color:#ffffffd9}.about-right{flex:1 1 35%;display:flex;align-items:flex-start;padding-top:8rem;position:relative}.core-card{background:linear-gradient(145deg,#4a5d7f,#1b2436);padding:1rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px #0000008c,inset 0 5px 20px #ffffff14;transition:transform .3s ease,box-shadow .3s ease}.core-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #000000a6,inset 0 5px 20px #ffffff14}.core-card h3{margin-bottom:1rem;font-size:1.35rem;font-weight:600;color:#fff;border-bottom:2px solid rgba(255,255,255,.6);padding-bottom:.5rem}.core-card ul{list-style:none;padding:0;margin:0}.core-card li strong{display:block;margin-bottom:.25rem}.core-card li{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:1rem;line-height:1.5;color:#ffffffe6}.core-card strong{display:block;margin-bottom:.25rem;font-weight:600}.why-label{font-size:.9rem;font-weight:500;color:#ffffffa1;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:2rem}.why{background:linear-gradient(180deg,#213255,#f5f8fa);padding:4rem 2rem}.why-content{max-width:1000px;margin:auto}.why-cards{display:grid;grid-template-columns:1fr;gap:2.5rem}.why-card.background{position:relative;height:360px;border-radius:20px;overflow:hidden;display:flex;align-items:center}.why-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:1;filter:blur(.5px);transform:scale(1.05)}.why-card.background:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#071427d9,#0714278c,#07142740);z-index:2}.why-card-text{position:relative;z-index:3;max-width:520px;padding:2.5rem;text-align:left}.why-card-text h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#fff}.why-card-text p{font-size:1rem;line-height:1.6;color:#ffffffe6;max-width:380px}.why-card.background:hover{transform:translateY(-6px);box-shadow:0 28px 60px #000000b3}.faq-label{font-size:.9rem;font-weight:500;color:#ffffffa1;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:2rem}.faqs{padding:4rem 2rem 6rem;color:#ffffffa1;background:linear-gradient(180deg,#213255 50%,#f5f8fa 240%)}.faqs-container{max-width:1000px;margin:auto}.faq-list{border-top:1px solid rgba(255,255,255,.06)}.faq-item{border-bottom:1px solid rgba(255,255,255,.04)}.faq-question{width:100%;text-align:left;padding:1rem 0;background:none;border:none;color:#fff;font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-icon{margin-left:1rem;font-weight:600}.faq-answer{max-height:0;overflow:hidden;transition:max-height .24s ease,padding .2s ease;padding:0;font-size:1.05rem;color:#fff}.faq-answer.open{max-height:240px;padding:.75rem 0 1.25rem}.contact{background-color:#071427;width:100%;color:#fff}.contact-content{max-width:1000px;margin:auto;padding:3rem 0rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6rem}.contact-col h3{font-size:.9rem;font-weight:500;color:#ffffffa1;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:2rem}.contact-col p{font-size:.95rem;line-height:1.6}.contact-links{list-style:none;padding:0;margin:0}.contact-links li{margin-bottom:.6rem}.contact-links a,.contact-col a{text-decoration:none;color:#fff;font-size:.95rem}.contact-links a:hover,.contact-col a:hover{text-decoration:underline}.contact-footer{border-top:1px solid rgb(87,129,145);padding:1rem 2rem;text-align:center;font-size:.85rem;max-width:1000px;margin:auto}@media(max-width:768px){.why{padding:3rem 2rem}.why-card.background{height:auto}.why-card-text{padding:2rem}.about{padding:3rem 1rem}.about-label{font-size:.8rem}.about-left h2{font-size:1.7rem}.about-left p{font-size:1rem}.core-card h3{font-size:1.4rem;margin-top:1.5%}.about-content{flex-direction:column;gap:1.2rem;align-items:center}.about-left,.about-right{flex:1 1 100%;max-width:90%;padding-top:0}.about-right{padding-top:1rem}.core-card{width:100%;max-width:400px;margin:0 auto;padding:1.5rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-footer{text-align:center}.contact-col h3{margin-bottom:1rem}.contact-content{padding:2rem}.faqs{padding:3rem 2rem}.faq-question,.faq-answer{font-size:1rem}}#about,#why,#faqs,#contact,#service{scroll-margin-top:50px}.services{background-color:#071427;padding:4rem 2rem;color:#fff}.services-content{max-width:1000px;margin:auto;text-align:center}.services-label{font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#ffffff80;display:block;margin-bottom:1rem}.services-heading{font-size:2rem;font-weight:600;margin-bottom:3rem}.services-carousel{position:relative;height:320px;display:flex;justify-content:center;align-items:center;overflow:hidden}.service-item{position:absolute;width:500px;padding:2rem 1.5rem;transition:all .4s ease;height:400px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:3px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#4b4e7af2,#1a1f3af2)}.service-item h3{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;margin-top:4rem}.service-title{position:relative;display:inline-block;padding-bottom:.4rem}.service-title:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,#fffc,#ffffff40)}.service-title:after{width:0;transition:width .35s ease}.service-item.active .service-title:after{width:100%}.service-item p{font-size:1.1rem;color:#ffffffd9;line-height:1.5}.service-item.inactive{opacity:.35;filter:blur(2px);pointer-events:none}.service-item.active{opacity:1;filter:none;z-index:2}.inactive-desc{display:none}.service-item.active:after{content:"";position:absolute;bottom:4rem;right:1.6rem;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transition:transform .3s ease,opacity .3s ease;opacity:1}.service-item.active:hover:after{transform:translate(5px)}.services-nav{margin-top:2rem;display:flex;justify-content:center;gap:3rem}.nav-arrow{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;transition:color .25s ease,transform .25s ease}.nav-arrow:hover{color:#fff;transform:translate(3px)}.nav-arrow:first-child:hover{transform:translate(-3px)}@media(max-width:768px){.services-carousel{height:auto;flex-direction:column;align-items:center}.service-item,.service-item.inactive,.service-item.active{opacity:1!important;filter:none!important;pointer-events:auto!important;position:relative!important;transform:none!important;z-index:auto!important}.service-item{position:relative!important;width:90%;max-width:400px;height:auto;padding:1.3rem 1.3rem 3.5rem;box-sizing:border-box;margin-bottom:1.5rem}.service-item h3{margin-top:1rem;font-size:clamp(1.3rem,4vw,1.6rem)}.service-item p{margin-bottom:0;word-wrap:break-word;display:block!important}.services-nav{display:none}.service-item:after{display:block}.service-item .service-title:after{width:100%}.service-item:after{content:"";position:absolute;bottom:1rem;right:1.6rem;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;opacity:1}.service-item.active:after{bottom:1rem}.service-item.active:hover{transform:none;box-shadow:none}.services{padding:3rem 2rem}.services-heading{font-size:1.5rem;margin-bottom:2rem}}.services-container{padding:4rem 2rem;max-width:1100px;margin:auto;color:#fff}.services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.services-header h1{margin:0;font-size:2rem}.back-to-home-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .2s ease}.back-to-home-btn:hover{background:#fff3}.service-grid{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.service-card{width:100%;box-sizing:border-box;background:#ffffff08;border:1px solid rgba(255,255,255,.04);border-radius:8px;overflow:hidden}.service-toggle{width:100%;background:none;border:none;color:inherit;text-align:left;padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.service-heading h3{margin:0 0 .25rem}.service-short{margin:0;opacity:.85}.service-details{max-height:0;overflow:hidden;padding:0 1rem;transition:max-height .26s ease,padding .26s ease}.service-details.open{max-height:300px;padding:0 1rem 1rem}.service-card.expanded{border-color:#ffffff1f;background:#ffffff0a}html,body,#root{width:100%;margin:0;padding:0;box-sizing:border-box;line-height:1.6}section{margin:auto}.hero{text-align:center;background-color:transparent;color:#fff}footer{text-align:center;padding:2rem;background-color:#071427;color:#fff}:focus:not(:focus-visible){outline:none}.foundation-bg{width:100%;height:350px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:5rem}@media(max-width:768px){.foundation-bg{height:250px;margin-bottom:3rem}.service-detail.aws-foundation .service-detail-content h1{font-size:2.4rem;padding:0rem .8rem}.aws-foundation .back-to-home .back-link{font-size:.9rem;padding:0rem .8rem}.aws-foundation .service-cta{font-size:.95rem;padding-left:.8rem;border-left-width:1px;margin-left:.7rem}.aws-foundation .service-detail-content h2{font-size:1.1rem;margin-top:1.2rem;margin-bottom:.4rem;padding:0rem .8rem}.aws-foundation .service-detail-content p{font-size:1rem;padding:0rem .8rem}.aws-foundation .section-divider{margin:2.4rem .8rem 1.5rem;width:90%}.aws-foundation .service-detail-content ul{padding-right:10px;margin-left:10px}.aws-foundation .service-detail-content ul li{margin-bottom:.7rem}}.cost-bg{width:100%;height:350px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:5rem}@media(max-width:768px){.cost-bg{height:250px;margin-bottom:3rem}.service-detail.cost-optimization .service-detail-content h1{font-size:2.4rem;padding:0rem .8rem}.cost-optimization .back-to-home .back-link{font-size:.9rem;padding:0rem .8rem}.cost-optimization .service-cta{font-size:.95rem;padding-left:.8rem;border-left-width:1px;margin-left:.7rem}.cost-optimization .service-detail-content h2{font-size:1.1rem;margin-top:1.2rem;margin-bottom:.4rem;padding:0rem .8rem}.cost-optimization .service-detail-content p{font-size:1rem;padding:0rem .8rem}.cost-optimization .section-divider{margin:2.4rem .8rem 1.5rem;width:90%}.cost-optimization .service-detail-content ul{padding-right:10px;margin-left:10px}.cost-optimization .service-detail-content ul li{margin-bottom:.7rem}}.review-bg{width:100%;height:350px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:5rem}@media(max-width:768px){.review-bg{height:250px;margin-bottom:3rem}.service-detail.architecture-review .service-detail-content h1{font-size:2.4rem;padding:0rem .8rem}.architecture-review .back-to-home .back-link{font-size:.9rem;padding:0rem .8rem}.architecture-review .service-cta{font-size:.95rem;padding-left:.8rem;border-left-width:1px;margin-left:.7rem}.architecture-review .service-detail-content h2{font-size:1.1rem;margin-top:1.2rem;margin-bottom:.4rem;padding:0rem .8rem}.architecture-review .service-detail-content p{font-size:1rem;padding:0rem .8rem}.architecture-review .section-divider{margin:2.4rem .8rem 1.5rem;width:90%}.architecture-review .service-detail-content ul{padding-right:10px;margin-left:10px}.architecture-review .service-detail-content ul li{margin-bottom:.7rem}}.migration-bg{width:100%;height:350px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:5rem}.service-detail{padding:.3rem;background-color:#071427;border-radius:8px;box-shadow:0 2px 8px #0000000d;color:#fff}.project-bg{width:100%;height:350px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:5rem}.service-detail-content{max-width:900px;margin:auto}.service-detail-content h1{font-size:4.5rem;font-weight:100;margin-bottom:1.7rem}.service-detail-content h2{font-size:1.3rem;margin-top:1.5rem;margin-bottom:.5rem;font-weight:550}.service-detail-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:3rem}.service-detail-content ul li{margin-bottom:1.5rem}.service-detail-content p{margin-bottom:1rem;line-height:1.9}.back-to-home{max-width:900px;margin:1rem auto;text-align:left}.back-to-home .back-link{text-decoration:none;color:#fff;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;transition:color .2s}.back-to-home .back-link:hover{color:#00bfff}.service-cta{margin-top:2.5rem;font-size:1.05rem;line-height:1.6;opacity:.9;border-left:2px solid rgba(255,255,255,.3);padding-left:1rem}@media(max-width:768px){.project-bg{height:250px;margin-bottom:3rem}.service-detail.project-management .service-detail-content h1{font-size:2.4rem;padding:0rem .8rem}.project-management .back-to-home .back-link{font-size:.9rem;padding:0rem .8rem}.project-management .service-cta{font-size:.95rem;padding-left:.8rem;border-left-width:1px;margin-left:.7rem}.project-management .service-detail-content h2{font-size:1.1rem;margin-top:1.2rem;margin-bottom:.4rem;padding:0rem .8rem}.project-management .service-detail-content p{font-size:1rem;padding:0rem .8rem}.project-management .section-divider{margin:2.4rem .8rem 1.5rem;width:90%}.project-management .service-detail-content ul{padding-right:10px;margin-left:10px}.project-management .service-detail-content ul li{margin-bottom:.7rem}}.case-studies-banner{position:relative;height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.case-studies-banner img{position:absolute;width:100%;height:100%;object-fit:cover;z-index:1}.case-studies-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(#071427d9,#071427d9);z-index:1}.banner-overlay{position:relative;z-index:3;padding:0 1rem}.case-studies-heading-overlay{color:#fff;font-size:4rem;font-weight:100;margin-bottom:1rem}.case-studies-subtext{color:#d1d5db;max-width:700px;margin:0 auto;font-size:1.05rem}.case-studies-container{max-width:900px;margin:4rem auto 2rem;padding:0 1rem}.case-study-card{background:linear-gradient(145deg,#4b4e7af2,#1a1f3af2);padding:1.5rem;margin-bottom:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.case-study-title{font-size:1.25rem;margin-top:0rem;margin-bottom:.75rem;color:#fff}.case-study-content{font-size:1rem;line-height:1.5;margin-bottom:.5rem;color:#fff;white-space:pre-line}.read-more-button{background:none;border:none;color:#d1d5db;cursor:pointer;font-weight:600;padding:0}.read-more-button:hover{text-decoration:underline}.section-divider{width:100%;height:1px;background-color:#ffffff26;margin:3rem 0 2rem}.service-footer-strip{background-color:#578191;width:100%;height:60px;margin-top:5rem}@media(max-width:768px){.case-studies-banner{height:250px}.case-studies-heading-overlay{font-size:2.2rem}.case-studies-subtext{font-size:.95rem;line-height:1.4}.case-studies-container{margin:2rem auto;padding:0 1.5rem}.case-study-card{padding:1.25rem;border-radius:14px;margin-bottom:1.5rem}.case-study-card:hover{transform:none;box-shadow:0 8px 20px #0000000f}.case-study-title{font-size:1.1rem;line-height:1.4}.case-study-content{font-size:.95rem;line-height:1.6}.read-more-button{font-size:.9rem;padding-top:.25rem}}:root{font-family:Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#071427;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#fff;text-decoration:inherit}a:hover{color:#ddd}body{margin:0;display:block;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#0b2b3d;color:#fff;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#111;background-color:#fff}a:hover{color:#444}button{background-color:#f9f9f9;color:#111}}
