@charset "UTF-8";.rgh{max-width:80rem;margin:0 auto;padding:0 1rem 4rem}@media (min-width:768px){.rgh{padding:0 1.5rem 5rem}}.rgh-hero{position:relative;overflow:hidden;border-radius:22px;margin:1rem 0 2.5rem;padding:2.5rem 1.25rem;text-align:center;background:linear-gradient(135deg,#1e3a8a 0,#4338ca 55%,#6d28d9 100%);color:#fff}@media (min-width:768px){.rgh-hero{padding:4rem 2rem}}.rgh-hero__bg{position:absolute;inset:0;pointer-events:none}.rgh-hero__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45}.rgh-hero__orb--1{width:18rem;height:18rem;top:-6rem;left:-4rem;background:rgba(56,189,248,.55)}.rgh-hero__orb--2{width:22rem;height:22rem;bottom:-9rem;right:-5rem;background:rgba(236,72,153,.4)}.rgh-hero__content{position:relative}.rgh-hero__emoji{font-size:3rem;line-height:1;margin-bottom:.75rem}.rgh-hero__badge{display:inline-block;padding:.25rem .75rem;margin-bottom:1rem;border-radius:9999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);font-size:.75rem;font-weight:600;letter-spacing:.02em}.rgh-hero__title{margin:0 0 .75rem;font-size:1.875rem;font-weight:700;line-height:1.15}@media (min-width:768px){.rgh-hero__title{font-size:3rem}}.rgh-hero__subtitle{max-width:44rem;margin:0 auto;font-size:1rem;line-height:1.65;color:rgba(255,255,255,.88)}@media (min-width:768px){.rgh-hero__subtitle{font-size:1.125rem}}.rgh-section{margin-bottom:4rem;scroll-margin-top:5rem}.rgh-section__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.rgh-section__head .rgh-section__subtitle,.rgh-section__head .rgh-section__title{margin-bottom:0}.rgh-section__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#111827}@media (min-width:768px){.rgh-section__title{font-size:1.875rem}}.rgh-section__subtitle{margin:0 0 1.5rem;max-width:46rem;font-size:1rem;line-height:1.6;color:#4b5563}.rgh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1.25rem}.rgh-card{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px rgba(0,0,0,.08);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.rgh-card:focus-visible,.rgh-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:#e0e7ff}.rgh-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%)}.rgh-card__media img{width:100%;height:100%;object-fit:cover}.rgh-card__fallback{font-size:2.75rem;line-height:1}.rgh-card__fallback img{width:auto;height:4rem;object-fit:contain}.rgh-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:1rem 1.25rem 1.25rem}.rgh-card__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.rgh-card__desc{flex:1 1 auto;margin:0 0 1rem;font-size:.875rem;line-height:1.55;color:#4b5563}.rgh-card__cta{font-size:.875rem;font-weight:600;color:#4f46e5}.rgh-card__cta svg{vertical-align:-2px;transition:transform .15s ease}.rgh-card:hover .rgh-card__cta svg{transform:translateX(3px)}.rgh-group{margin-bottom:2rem}.rgh-group__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.rgh-group__title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.rgh-group__all{font-size:.875rem;font-weight:500;color:#4f46e5;text-decoration:none;white-space:nowrap}.rgh-group__all:hover{text-decoration:underline}.rgh-chips{display:flex;flex-wrap:wrap;gap:.5rem}.rgh-chips--rest{margin-top:.5rem}.rgh-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;font-size:.875rem;color:#374151;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.rgh-chip:focus-visible,.rgh-chip:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.rgh-chip__flag{width:1.5rem;height:1.125rem;object-fit:cover;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.rgh-chip__label{font-weight:500}.rgh-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.75rem}.rgh-tiles--rest{margin-top:.75rem}.rgh-tile{position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;border-radius:12px;background:#fff;border:1px solid #e5e7eb;text-align:center;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.rgh-tile:focus-visible,.rgh-tile:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.08);border-color:#e0e7ff}.rgh-tile__flag,.rgh-tile__img{object-fit:cover;margin-bottom:.25rem}.rgh-tile__flag{width:2.5rem;height:1.875rem;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.rgh-tile__img{width:100%;max-width:7rem;aspect-ratio:4/3;border-radius:8px;background:#f3f4f6}.rgh-tile__name{font-size:.875rem;font-weight:600;line-height:1.3;color:#1f2937}.rgh-tile__meta,.rgh-tile__plus{font-size:.75rem;color:#6b7280}.rgh-tile__plus{margin-top:.25rem;font-weight:600;color:#7c3aed}.rgh-tile--plus{background:linear-gradient(160deg,#fff 0,#faf5ff 100%);border-color:#e9d5ff}.rgh-more{margin-top:.75rem}.rgh-more__toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;list-style:none;user-select:none;transition:background .15s ease,border-color .15s ease}.rgh-faq__item summary::-webkit-details-marker,.rgh-more__toggle::-webkit-details-marker{display:none}.rgh-more__toggle::after{content:"▾";font-size:.7em;transition:transform .15s ease}.rgh-more__toggle:hover{background:#eff6ff;border-color:#3b82f6}.rgh-faq__item[open] summary svg,.rgh-more[open] .rgh-more__toggle::after{transform:rotate(180deg)}.rgh-mp{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem}.rgh-mp__card{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px rgba(0,0,0,.08);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.rgh-mp__card:focus-visible,.rgh-mp__card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.rgh-mp__badge{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;border-radius:9999px;background:#dcfce7;color:#15803d;font-size:.75rem;font-weight:600}.rgh-mp__dot{width:6px;height:6px;border-radius:50%;background:#22c55e}.rgh-mp__icon{font-size:1.75rem;line-height:1}.rgh-mp__icon img{width:auto;height:2rem;object-fit:contain}.rgh-mp__title{font-size:1.125rem;font-weight:600;color:#111827}.rgh-mp__desc{font-size:.875rem;line-height:1.55;color:#4b5563}.rgh-learn{display:flex;flex-direction:column;gap:.5rem}.rgh-learn__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:12px;background:#fff;border:1px solid #e5e7eb}.rgh-learn__label{font-size:1rem;font-weight:600;color:#1f2937}.rgh-learn__links{display:flex;flex-wrap:wrap;gap:.5rem}.rgh-learn__link{padding:.25rem .75rem;border-radius:9999px;background:#eff6ff;font-size:.875rem;font-weight:500;color:#2563eb;text-decoration:none;transition:background .15s ease}.rgh-learn__link:focus-visible,.rgh-learn__link:hover{background:#dbeafe}.rgh-content{margin-bottom:3rem;padding:1.5rem;border-radius:16px;background:#f8fafc;border:1px solid #e5e7eb}@media (min-width:768px){.rgh-content{padding:2.5rem}}.rgh-content__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#111827}.rgh-content p,.rgh-content__intro{margin:0 0 1rem;font-size:1rem;line-height:1.7;color:#374151}.rgh-content__h3,.rgh-content__panel h3{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600;color:#111827}.rgh-content__panels{display:grid;gap:1rem;margin:1.5rem 0}@media (min-width:768px){.rgh-content__panels{grid-template-columns:1fr 1fr}}.rgh-content__panel{padding:1.25rem;border-radius:12px;background:#fff;border:1px solid #e5e7eb}.rgh-content__panel h3{margin:0 0 .75rem;font-size:1.125rem}.rgh-content__panel--blue{border-top:3px solid #3b82f6}.rgh-content__panel--indigo{border-top:3px solid #6366f1}.rgh-content__list{margin:0;padding:0;list-style:none}.rgh-content__list li{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;line-height:1.55;color:#374151}.rgh-content__icon{flex:0 0 auto;color:#4f46e5;font-weight:700}.rgh-content__footer{margin-bottom:0}.rgh-content__figure{margin:1.5rem auto;max-width:22rem}.rgh-content__figure img{display:block;width:100%;height:auto;border-radius:12px}.rgh-faq{margin-bottom:3rem}.rgh-faq__title{margin:0 0 1.25rem;font-size:1.5rem;font-weight:700;color:#111827}.rgh-faq__list{display:flex;flex-direction:column;gap:.75rem}.rgh-faq__item{border-radius:12px;background:#fff;border:1px solid #e5e7eb;overflow:hidden}.rgh-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;color:#1f2937;cursor:pointer;list-style:none}.rgh-faq__item summary svg{flex:0 0 auto;transition:transform .15s ease}.rgh-faq__answer{padding:0 1.25rem 1rem}.rgh-faq__answer p{margin:0;font-size:.875rem;line-height:1.65;color:#4b5563}.rgh-cta{padding:2.5rem 1.25rem;border-radius:22px;text-align:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.rgh-cta__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.rgh-cta__subtitle{max-width:38rem;margin:0 auto 1.5rem;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.9)}.rgh-cta__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;background:#fff;color:#2563eb;font-weight:600;text-decoration:none;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease}.rgh-cta__button:focus-visible,.rgh-cta__button:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.08)}.rgh-ico{vertical-align:-2px}.rgh-group__all .rgh-ico{margin-left:2px}