:root{--Neutral900--: #091540;--Neutral800--: #202535;--Neutral700--: #2F364B;--Neutral300--: #C6C6C6;--Neutral200--: #D6E2F5;--Neutral100--: #EEEEEE;--Red400: #F25C54;--Red500: #DE4840;--Red700: #C7231A;--light-Gradient: linear-gradient(180deg, #EBF2FC 0%, #EEFBF9 100%);--dark-Gradient: linear-gradient(180deg, #04091B 0%, #091540 100%)}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/fonts/noto-sans-v39-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:800;src:url(/fonts/noto-sans-v39-latin-800.woff2) format("woff2")}html,body{height:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:var(--Neutral200--);padding:1rem;font-family:noto-sans,sans-serif}body.dark-mode{background:linear-gradient(180deg,#04091b,#091540)}.wrapper{display:grid;gap:2.5rem;margin-inline:auto}@media (min-width: 768px){.wrapper{max-width:1170px}}header{display:flex;justify-content:space-between;padding:.5rem .85rem;background-color:#fff;border-radius:10px}button{background-color:var(--Neutral100--);border:none;height:50px;width:50px;display:flex;justify-content:center;align-items:center;border-radius:10px;cursor:pointer}button img{height:50%}body.dark-mode #logo{filter:invert(1)}body.dark-mode header{background-color:var(--Neutral800--)}body.dark-mode header button{background-color:var(--Neutral700--)}nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}h1{color:var(--Neutral00--);width:100%;text-align:center;font-size:2.3rem;line-height:100%;letter-spacing:-1px;white-space:nowrap}body.dark-mode h1{color:#fff}.button-container{display:flex;gap:.85rem;width:fit-content}.button-container button{font-size:1.25rem;background-color:#fff;border-radius:2rem;padding:.5rem 3.25rem;cursor:pointer}.button-container button:nth-child(1){padding-inline:2.25rem}.button-container button:hover{opacity:70%;transition:.1s}button.activeTab{background-color:var(--Red700);color:#fff}body.dark-mode .button-container button{background-color:var(--Neutral700--);color:#fff}body.dark-mode .button-container button.activeTab{background-color:var(--Red700);color:var(--Neutral900--)}@media (min-width: 768px){nav{flex-direction:row;justify-content:space-between}h1{justify-self:flex-start;width:fit-content}}.ExtensionCard-item{background-color:#fff;padding:1.25rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between}body.dark-mode .ExtensionCard-item{background-color:var(--Neutral800--);color:#fff;box-shadow:inset 0 0 0 1px var(--Neutral300--)}.ExtensionCard-item-content{display:flex;gap:1rem;margin-bottom:1.5rem}.ExtensionCard-item-image{width:60px;height:60px;border-radius:10px;display:flex;justify-content:center;align-items:center}.ExtensionCard-item-image img{max-width:fit-content}.ExtensionCard-item-text h2{font-size:1.25rem;line-height:120%;letter-spacing:-.2px;margin-bottom:.5rem}.ExtensionCard-item-text p{line-height:140%;letter-spacing:-.5px;font-size:1rem}.toggle-container{display:flex;justify-content:space-between}.toggle-container button{font-size:1rem;line-height:140%;height:fit-content;width:fit-content;padding:.3rem .8rem;border-radius:2rem;cursor:pointer;background-color:#fff;color:var(--Neutral900--);font-weight:700;box-shadow:inset 0 0 0 1px var(--Neutral300--)}.switch{display:inline-block;height:34px;position:relative;width:60px}.switch input{display:none}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}input:checked+.slider{background-color:var(--Red400)}input:checked+.slider:before{transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}body.dark-mode .toggle-container button{background-color:var(--Neutral800--);color:#fff}.toggle-container button:hover{background-color:var(--Red700);color:#fff}.toggle-container input[type=checkbox]{cursor:pointer}.extension-list-container{display:grid;gap:1rem}@media (min-width: 768px){.extension-list-container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.extension-list-container{grid-template-columns:repeat(3,1fr)}}
