@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.header{background:#ffffffe6;position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 0;transition:all .3s ease;box-shadow:0 2px 10px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header.scrolled{background:#fffffff2;padding:.3rem 0;box-shadow:0 4px 15px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:50px;transition:transform .3s ease}.logo img:hover{transform:scale(1.05) rotate(3deg)}.nav{display:flex;gap:1rem;align-items:center}.nav a{padding:.45rem .9rem;border-radius:9999px;text-decoration:none;color:var(--color-text);font-weight:500;position:relative;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease,color .2s ease}.nav a:after{display:none}.nav a:hover,.nav a.active{color:var(--color-text);background-color:#0f172a0f;transform:translateY(-2px);box-shadow:0 6px 18px #0206170f}.lang-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;background:transparent;border:1px solid rgba(15,23,42,.04);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .12s ease}.lang-btn .flag-img{display:block;width:28px;height:18px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.lang-btn:hover{transform:translateY(-2px);background:#0f172a08;box-shadow:0 8px 20px #0206170f}.lang-btn.active{background:linear-gradient(180deg,#3b82f61f,#3b82f60f);box-shadow:0 8px 22px #3b82f61f,0 2px 6px #0206170f;transform:translateY(-3px)}.lang-btn:focus{outline:none}.lang-btn:focus-visible{box-shadow:0 0 0 4px #3b82f62e,0 6px 18px #0206170f}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;width:40px;height:30px;position:relative;z-index:1001}.mobile-menu-toggle span{display:block;width:100%;height:2px;background-color:var(--color-text);margin:6px 0;transition:all .3s ease}@media (max-width: 768px){.mobile-menu-toggle{display:block}.nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;flex-direction:column;background:#fffffff2;padding:5rem 2rem 2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav.open{right:0}.mobile-menu-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav a{width:100%;padding:1rem;text-align:center}}.hero{background:url(/images/hero_background.png) center/cover no-repeat;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;margin-top:0;padding:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#000000b3);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;padding:0 2rem}.hero h1{font-size:clamp(3rem,8vw,5rem);font-weight:900;margin-bottom:1.5rem;text-shadow:2px 4px 8px rgba(0,0,0,.5);letter-spacing:-.03em;line-height:1.1}.hero p{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:2rem;text-shadow:1px 2px 4px rgba(0,0,0,.5);max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.hero-button{display:inline-block;padding:.8rem 2rem;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none;letter-spacing:.5px;box-shadow:0 4px 15px #00000026}.hero-button.primary{background-color:var(--color-accent);color:#fff;border:2px solid var(--color-accent)}.hero-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.hero-button.primary:hover{background-color:#2563eb;border-color:#2563eb;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.hero-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-3px);box-shadow:0 10px 20px #0003}@media (max-width: 768px){.hero{min-height:500px;padding-top:4rem}.hero-buttons{flex-direction:column;gap:.8rem;align-items:center}.hero-button{width:80%;text-align:center}}.section{padding:5rem 0;position:relative;overflow:hidden}.section.white{background:var(--color-white)}.section.gray{background:#c6d5dc;position:relative}.section.gray:before,.section.gray:after{content:"";position:absolute;height:100px;left:0;right:0;z-index:1;pointer-events:none}.section.gray:before{top:0;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent)}.section.gray:after{bottom:0;background:linear-gradient(to top,rgba(255,255,255,.5),transparent)}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{display:inline-block;margin:0;font-size:2.5rem;font-weight:800;color:var(--color-text);position:relative}.section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--color-accent);border-radius:4px}.content{display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.content .text{flex:1;min-width:300px}.content .text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.content .text p:last-child{margin-bottom:0}.image-container{flex:1;display:flex;justify-content:center;min-width:300px;max-width:500px}.image-container img{width:100%;height:auto;transition:transform .5s ease}.image-container:hover img{transform:scale(1.03) rotate(1deg)}.apropos .image-container{order:1}.apropos .text{order:2}.synopsis .text{order:1}.synopsis .image-container{order:2}.protagonistes{display:flex;flex-direction:column;gap:3rem}.protagonists-images{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.protagonists-images .image-container{flex:0 1 300px}.character-traits{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.character-traits .trait{background:#3b82f61a;border-radius:30px;padding:.5rem 1.2rem;display:flex;flex-direction:column;align-items:center}.trait-label{font-size:.8rem;color:#555}.trait-value{font-weight:600}@media (max-width: 992px){.section{padding:4rem 0}.section-header h2{font-size:2rem}.content{flex-direction:column;gap:2rem}.apropos .image-container,.apropos .text,.synopsis .text,.synopsis .image-container{order:unset}.image-container{max-width:100%}.protagonists-images{flex-direction:column;align-items:center}}@media (max-width: 600px){.section{padding:3rem 0}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.8rem}.content .text p{font-size:1rem}}.starters-container{display:flex;flex-direction:column;align-items:center;gap:3rem}.starters-grid{display:flex;justify-content:center;gap:2rem;width:100%}.starter-card{background:#fff;border-radius:16px;overflow:hidden;max-width:350px;position:relative}.starter-image{width:100%;height:230px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,#f0f7ff,#e0ecf9);position:relative}.starter-image img{width:90%;height:auto}.starter-info{padding:1.5rem;text-align:center}.starter-info h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--color-text)}.starter-type{display:inline-block;padding:.3rem 1rem;background:#3b82f61a;color:var(--color-accent);border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1rem}.starter-tip{text-align:center;max-width:800px;margin:0 auto;padding:1.5rem;background:#ffffff80;border-radius:10px;border-left:4px solid var(--color-accent)}.starter-tip p{font-size:1rem;color:#555;margin:0}@media (max-width: 992px){.starters-grid{flex-direction:column;align-items:center;gap:2rem}.starter-card{width:100%;max-width:350px}}@media (max-width: 600px){.starter-image{height:200px}.starter-info{padding:1rem}.starter-info h3{font-size:1.3rem}}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%}.screenshot-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .4s ease;aspect-ratio:16 / 10}.screenshot-item:hover{transform:translateY(-8px) scale(1.02);z-index:10}.screenshot-image{width:100%;height:100%;position:relative;overflow:hidden}.screenshot-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.screenshot-item:hover .screenshot-image img{transform:scale(1.08)}.screenshot-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1.5rem 1rem .8rem;transform:translateY(100%);transition:transform .3s ease}.screenshot-item:hover .screenshot-overlay{transform:translateY(0)}.screenshot-overlay span{display:block;color:#fff;font-weight:600;font-size:1rem;text-align:center}.screenshot-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.screenshot-modal img{max-width:90%;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:8px}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background-color:#ffffff1a}@media (max-width: 768px){.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media (max-width: 576px){.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.screenshot-overlay{padding:1rem .8rem .6rem}.screenshot-overlay span{font-size:.9rem}}.footer{background:var(--color-gray);position:relative;padding:5rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}.footer-header{margin-bottom:2.5rem}.footer-header h2{margin:0;font-size:2.2rem;font-weight:800;color:var(--color-text);position:relative;display:inline-block}.footer-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:40px;height:3px;background:var(--color-accent);border-radius:3px}.footer-header p{font-size:1.1rem;color:#555;margin-top:1.5rem;max-width:600px}.socials{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.social-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--color-text);transition:all .3s ease}.social-link img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain;margin-bottom:.5rem;transition:transform .3s ease}.social-link span{font-weight:600;font-size:.9rem;margin-top:.5rem}.social-link:hover{transform:translateY(-5px)}.social-link:hover img{transform:scale(1.1)}.copyright{background:#fff;padding:1rem;text-align:center;font-size:.85rem;color:#555;border-top:1px solid #e5e7eb}.scroll-to-top{position:absolute;right:2rem;bottom:5rem;width:40px;height:40px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 4px 10px #0000001a;transition:all .3s ease}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026;background:#2563eb}@media (max-width: 768px){.footer{padding:4rem 0 0}.footer-header h2{font-size:1.8rem}.footer-header p{font-size:1rem}.socials{gap:1.5rem}.social-link img{width:50px;height:50px}.scroll-to-top{right:50%;transform:translate(50%);bottom:4rem}.scroll-to-top:hover{transform:translate(50%) translateY(-5px)}}.faq-page{padding:8rem 2rem 4rem;max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:4rem}.faq-header h1{font-size:2.5rem;font-weight:800;color:var(--color-text);margin-bottom:1rem}.faq-header p{color:#666;font-size:1.1rem}.faq-container{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d;cursor:pointer;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question h3{font-size:1.1rem;font-weight:600;margin:0;color:var(--color-text)}.faq-icon{font-size:1.5rem;color:var(--color-accent);transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;margin:0;line-height:1.6;color:#555}.faq-footer{text-align:center;margin-top:4rem;padding:2rem;background:#3b82f61a;border-radius:12px}.faq-footer p{margin-bottom:1rem;color:#555}.faq-contact-button{display:inline-block;padding:.8rem 2rem;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:30px;font-weight:600;transition:all .3s ease}.faq-contact-button:hover{background:var(--color-accent-dark);transform:translateY(-2px)}@media (max-width: 768px){.faq-page{padding:6rem 1rem 2rem}.faq-header h1{font-size:2rem}.faq-question h3{font-size:1rem}}.pokedex-page{padding:4rem 2rem;max-width:1200px;margin:0 auto}.pokedex-header{text-align:center;margin-bottom:3rem}.pokedex-header h1{font-size:2.5rem;font-weight:800;color:var(--color-text);margin-bottom:.5rem}.pokedex-header p{font-size:1.1rem;color:#666}.pokedex-table{width:100%;border-collapse:separate;border-spacing:0 6px;background:transparent}.pokedex-table thead th{position:sticky;top:72px;padding:.75rem 1rem;text-align:left;color:#4b5563;font-weight:700;text-transform:uppercase;letter-spacing:.6px;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid rgba(15,23,42,.06)}.pokedex-table th,.pokedex-table td{padding:.9rem 1rem;text-align:left;border:none;vertical-align:middle}.pokedex-table tbody tr{background:#fffffffa;transition:box-shadow .18s ease,background .16s ease;border-radius:10px;border:1px solid rgba(15,23,42,.04);box-shadow:0 2px 8px #02061708}.pokedex-table tbody tr:hover{background:#fff;box-shadow:0 8px 20px #0206170d}.pokedex-table tbody tr td{border-bottom:1px solid rgba(15,23,42,.04)}.pokedex-table tbody tr:last-child td{border-bottom:none}.pokemon-number{font-weight:700;font-size:.9rem;color:#374151;background:#0f172a08;padding:.24rem .56rem;border-radius:8px;display:inline-block;min-width:56px;text-align:center}.pokemon-name{font-size:1rem;font-weight:700;color:var(--color-text)}.pokemon-types{display:flex;gap:.5rem;align-items:center}.pokemon-type{padding:.28rem .68rem;border-radius:12px;font-size:.78rem;font-weight:700;color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 10px #0206170a,inset 0 -1px 3px #0000000a;text-shadow:0 .6px 0 rgba(0,0,0,.04)}.pokedex-table tbody tr td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.pokedex-table tbody tr td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}@media (max-width: 768px){.pokedex-page{padding:2rem 1rem}.pokedex-table thead{display:none}.pokedex-table{border-spacing:0 .5rem}.pokedex-table tbody tr{display:block;padding:.6rem}.pokedex-table tbody tr td{display:flex;justify-content:space-between;padding:.6rem}.pokemon-types{gap:.35rem}}:root{--credit-card-bg: #ffffff;--credit-border: rgba(15,23,42,.06);--muted: #6b7280;--accent: #2563eb}:root{--muted: #6b7280;--divider: rgba(15,23,42,.06);--accent: #2563eb}.credit-section{padding:.6rem 0;border-bottom:1px solid var(--divider)}.credit-title{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .4rem}.simple-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.simple-list-item{color:var(--muted);font-weight:600;font-size:.95rem}.credit-list-compact{list-style:none;padding:0;margin:0}.credit-list-item{padding:.45rem 0;color:var(--muted);border-bottom:1px dashed var(--divider)}.credit-list-item:last-child{border-bottom:none}.credit-link{color:var(--accent);text-decoration:none;font-weight:600}.credit-link:hover{text-decoration:underline}.credit-aside{padding:.2rem 0 .6rem}@media (max-width:640px){.simple-list-item{width:100%}}.read-more-toggle{display:inline-block;margin-top:.6rem;background:transparent;border:none;color:var(--accent);font-weight:700;cursor:pointer;padding:.25rem .5rem}.read-more-toggle:hover{text-decoration:underline}.aside-container{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.credit-section.credit-aside{padding:.25rem 0 .6rem;background:transparent;border-bottom:none;margin-bottom:.8rem}:root{--animation-duration: .6s;--animation-timing: cubic-bezier(.16, 1, .3, 1)}.fade{opacity:0;transform:translateY(30px);transition:opacity var(--animation-duration) var(--animation-timing),transform var(--animation-duration) var(--animation-timing)}.fade.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.fade{transition-duration:.1s}.snowflake{animation-duration:20s!important}}.starters-grid .starter-card:nth-child(1){transition-delay:.1s}.starters-grid .starter-card:nth-child(2){transition-delay:.2s}.starters-grid .starter-card:nth-child(3){transition-delay:.3s}.screenshots-grid .screenshot-item:nth-child(1){transition-delay:.05s}.screenshots-grid .screenshot-item:nth-child(2){transition-delay:.1s}.screenshots-grid .screenshot-item:nth-child(3){transition-delay:.15s}.screenshots-grid .screenshot-item:nth-child(4){transition-delay:.2s}.screenshots-grid .screenshot-item:nth-child(5){transition-delay:.25s}.screenshots-grid .screenshot-item:nth-child(6){transition-delay:.3s}.screenshots-grid .screenshot-item:nth-child(7){transition-delay:.35s}.screenshots-grid .screenshot-item:nth-child(8){transition-delay:.4s}.app{animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-button{position:relative;overflow:hidden}.hero-button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.hero-button:hover:after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.visible{visibility:visible}.absolute{position:absolute}.left-4{left:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-16{margin-top:4rem}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-64{height:16rem}.min-h-screen{min-height:100vh}.max-w-6xl{max-width:72rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.rounded-2xl{border-radius:1rem}.border{border-width:1px}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-24{padding-top:6rem;padding-bottom:6rem}.text-center{text-align:center}.text-5xl{font-size:3rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.tracking-tight{letter-spacing:-.025em}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--color-bg: #f2f2f2;--color-white: #ffffff;--color-gray: #e5e7eb;--color-text: #111827;--color-accent: #3b82f6;--color-accent-light: rgba(59, 130, 246, .1);--color-accent-dark: #2563eb;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}section{overflow:hidden}@media (prefers-reduced-motion){html{scroll-behavior:auto}}main{overflow:hidden}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
