.rh-landing__topbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.rh-landing__topbar-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.rh-landing__topbar-brand{align-items:center;gap:.625rem;text-decoration:none;display:flex}.rh-landing__topbar-logo{border-radius:8px;width:36px;height:36px}.rh-landing__topbar-name{color:var(--rh-color-deep-blue);font-size:1.25rem;font-weight:700}.rh-landing__nav{align-items:center;gap:1.5rem;display:flex}.rh-landing__nav a{color:#374151;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.rh-landing__nav a:hover{color:var(--rh-color-primary);text-decoration:none}.rh-landing__menu-toggle{color:var(--rh-color-deep-blue);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.rh-landing__topbar-btn{background:var(--rh-color-primary);color:var(--rh-color-white);border-radius:8px;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.rh-landing__topbar-btn:hover{background:var(--rh-color-primary-hover);color:var(--rh-color-white);text-decoration:none}.rh-landing__hero{background:var(--rh-gradient-bg);justify-content:center;align-items:center;min-height:100vh;padding:5rem 1.5rem 3rem;display:flex}.rh-landing__hero-content{text-align:center;max-width:560px}.rh-landing__logo{border-radius:28px;width:140px;height:140px;margin:0 auto 2rem;box-shadow:0 12px 40px #00000040}.rh-landing__title{color:var(--rh-color-white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem;font-weight:800}.rh-landing__subtitle{color:#ffffffe6;margin-bottom:1rem;font-size:1.25rem;font-weight:500}.rh-landing__description{color:#ffffffbf;margin-bottom:2rem;font-size:1rem;line-height:1.6}.rh-landing__actions{justify-content:center;display:flex}.rh-landing__cta{background:var(--rh-color-white);color:var(--rh-color-primary);border-radius:10px;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #00000026}.rh-landing__cta:hover{color:var(--rh-color-primary);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 24px #0003}.rh-landing__features{background:var(--rh-color-white);padding:4rem 1.5rem}.rh-landing__features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.rh-landing__feature{text-align:center;padding:1.5rem}.rh-landing__feature-icon{margin-bottom:.75rem;font-size:2.5rem}.rh-landing__feature h3{color:var(--rh-color-deep-blue);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.rh-landing__feature p{color:#6b7280;font-size:.9rem;line-height:1.5}.rh-landing__about{background:#f9fafb;padding:4rem 1.5rem}.rh-landing__about-inner{max-width:720px;margin:0 auto}.rh-landing__about h2{color:var(--rh-color-deep-blue);text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.rh-landing__about p{color:#374151;margin-bottom:1rem;font-size:1rem;line-height:1.7}.rh-landing__contact{background:var(--rh-color-white);padding:4rem 1.5rem}.rh-landing__contact-inner{max-width:800px;margin:0 auto}.rh-landing__contact h2{color:var(--rh-color-deep-blue);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.rh-landing__contact-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.rh-landing__contact-item{align-items:flex-start;gap:.75rem;display:flex}.rh-landing__contact-icon{flex-shrink:0;font-size:1.5rem}.rh-landing__contact-item strong{color:var(--rh-color-deep-blue);margin-bottom:.25rem;font-size:.9rem;display:block}.rh-landing__contact-item p{color:#6b7280;margin:0;font-size:.85rem;line-height:1.5}.rh-landing__footer{text-align:center;background:var(--rh-color-deep-blue);color:#ffffffb3;border-top:1px solid #e5e7eb;padding:2rem 1.5rem}.rh-landing__footer-inner{max-width:800px;margin:0 auto}.rh-landing__footer-links{justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.rh-landing__footer-links a{color:#ffffffb3;font-size:.85rem;text-decoration:none}.rh-landing__footer-links a:hover{color:var(--rh-color-white);text-decoration:none}.rh-landing__footer p{margin:.25rem 0;font-size:.8rem}.rh-landing__footer-address{color:#ffffff80;font-size:.75rem}@media (width<=768px){.rh-landing__features-grid,.rh-landing__contact-grid{grid-template-columns:1fr;gap:1rem}.rh-landing__title{font-size:2.25rem}.rh-landing__logo{border-radius:22px;width:110px;height:110px}.rh-landing__nav{background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:.75rem;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #00000014}.rh-landing__nav--open{display:flex}.rh-landing__menu-toggle{display:block}.rh-landing__topbar-btn{display:none}.rh-landing__footer-links{flex-direction:column;gap:.5rem}}@media (width<=480px){.rh-landing__title{font-size:1.75rem}.rh-landing__subtitle{font-size:1rem}}.rh-login{background:var(--rh-gradient-bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.rh-login__card{background:var(--rh-color-white);border-radius:12px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 8px 32px #00000026}.rh-login__brand{text-align:center;margin-bottom:2rem}.rh-login__title{background:var(--rh-gradient-btn);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:700}.rh-login__subtitle{color:#6b7280;margin:.25rem 0 0;font-size:.875rem}.rh-login__form{flex-direction:column;gap:1.25rem;display:flex}.rh-login__field{flex-direction:column;gap:.375rem;display:flex}.rh-login__label{color:var(--rh-color-deep-blue);font-size:.875rem;font-weight:500}.rh-login__input{border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.625rem .75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.rh-login__input:focus{border-color:var(--rh-color-primary);box-shadow:0 0 0 3px #1467ac26}.rh-login__error{color:#dc2626;text-align:center;background:#fef2f2;border-radius:8px;padding:.625rem .75rem;font-size:.875rem}@media (width<=480px){.rh-login__card{padding:2rem 1.25rem}.rh-login__title{font-size:1.75rem}}.rh-info__topbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #0000000f;position:sticky;top:0}.rh-info__topbar-inner{justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.rh-info__topbar-brand{align-items:center;gap:.625rem;text-decoration:none;display:flex}.rh-info__topbar-brand:hover{text-decoration:none}.rh-info__topbar-logo{border-radius:8px;width:36px;height:36px}.rh-info__topbar-name{color:var(--rh-color-deep-blue);font-size:1.25rem;font-weight:700}.rh-info__topbar-btn{background:var(--rh-color-primary);color:var(--rh-color-white);border-radius:8px;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.rh-info__topbar-btn:hover{background:var(--rh-color-primary-hover);color:var(--rh-color-white);text-decoration:none}.rh-info__content{min-height:calc(100vh - 120px);padding:2.5rem 1.5rem}.rh-info__container{max-width:700px;margin:0 auto}.rh-info__title{color:var(--rh-color-deep-blue);border-bottom:3px solid var(--rh-color-sky-blue);margin-bottom:2rem;padding-bottom:.75rem;font-size:2rem;font-weight:700;display:inline-block}.rh-info__section{margin-bottom:2rem}.rh-info__section h2{color:var(--rh-color-deep-blue);margin-bottom:1rem;font-size:1.375rem;font-weight:600}.rh-info__section p{color:#374151;margin-bottom:1rem;font-size:1rem;line-height:1.7}.rh-info__list{margin:1rem 0;padding:0;list-style:none}.rh-info__list li{color:#374151;margin-bottom:.625rem;padding-left:1.5rem;font-size:1rem;line-height:1.6;position:relative}.rh-info__list li:before{content:"";background:var(--rh-color-sky-blue);border-radius:50%;width:8px;height:8px;position:absolute;top:.6em;left:0}.rh-info__tip{border-left:4px solid var(--rh-color-sky-blue);color:#1e3a5f;background:#10a0c714;border-radius:0 8px 8px 0;margin-top:1rem;padding:1rem 1.25rem;font-size:.95rem}.rh-info__contact{background:#f9fafb;border-radius:12px;margin-top:2rem;padding:1.5rem}.rh-info__contact h2{color:var(--rh-color-deep-blue);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.rh-info__contact p{color:#6b7280;margin-bottom:.375rem;font-size:.9rem;line-height:1.5}.rh-info__footer{text-align:center;background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem}.rh-info__footer p{color:#9ca3af;font-size:.8rem}@media (width<=480px){.rh-info__title{font-size:1.5rem}}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}:root{--rh-color-deep-blue:#0d2b6b;--rh-color-primary:#1467ac;--rh-color-primary-hover:#1258a0;--rh-color-sky-blue:#10a0c7;--rh-color-teal:#1c91c0;--rh-color-bright-green:#6bba3a;--rh-color-forest-green:#14815a;--rh-color-leaf-green:#4ba62f;--rh-color-white:#fff;--rh-color-text:var(--rh-color-deep-blue);--rh-color-bg:var(--rh-color-white);--rh-color-success:var(--rh-color-bright-green);--rh-color-info:var(--rh-color-sky-blue);--rh-color-accent:var(--rh-color-leaf-green);--rh-gradient-bg:linear-gradient(135deg, #10a0c7, #14815a);--rh-gradient-btn:linear-gradient(135deg, #1467ac, #10a0c7)}.rh-layout{min-height:100vh;display:flex}.rh-sidebar{background:var(--rh-color-deep-blue);width:240px;color:var(--rh-color-white);z-index:100;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.rh-sidebar__brand{text-align:center;border-bottom:1px solid #ffffff1a;padding:1.5rem;position:relative}.rh-sidebar__toggle{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.25rem;display:none;position:absolute;top:1rem;right:1rem}.rh-sidebar__logo{border-radius:12px;width:56px;height:56px;margin:0 auto .5rem;display:block}.rh-sidebar-overlay{z-index:99;background:#0006;display:none;position:fixed;inset:0}.rh-sidebar__brand h2{color:var(--rh-color-white);font-size:1.25rem;font-weight:700}.rh-sidebar__brand span{color:#ffffff80;margin-top:.25rem;font-size:.75rem;display:block}.rh-sidebar__nav{flex:1;padding:1rem 0;overflow-y:auto}.rh-sidebar__link{color:#ffffffb3;cursor:pointer;align-items:center;gap:.75rem;padding:.625rem 1.5rem;font-size:.875rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.rh-sidebar__link:hover{color:var(--rh-color-white);background:#ffffff1a;text-decoration:none}.rh-sidebar__link--active{color:var(--rh-color-white);border-right:3px solid var(--rh-color-sky-blue);background:#ffffff26;font-weight:600}.rh-sidebar__footer{border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.rh-sidebar__user{color:#fff9;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:.8rem;overflow:hidden}.rh-sidebar__role{color:var(--rh-color-sky-blue);background:#ffffff26;border-radius:999px;margin-bottom:.75rem;padding:.125rem .5rem;font-size:.7rem;display:inline-block}.rh-sidebar__logout{color:#fff9;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.8rem}.rh-sidebar__logout:hover{color:var(--rh-color-white)}.rh-main{flex-direction:column;flex:1;min-height:100vh;margin-left:240px;display:flex}.rh-topbar{background:var(--rh-color-white);z-index:50;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:56px;padding:0 1.5rem;display:flex;position:sticky;top:0}.rh-topbar__title{color:var(--rh-color-deep-blue);font-size:1.125rem;font-weight:600}.rh-topbar__menu-btn{cursor:pointer;color:var(--rh-color-deep-blue);background:0 0;border:none;font-size:1.25rem;display:none}.rh-content{background:#f3f4f6;flex:1;padding:1.5rem}.rh-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.rh-stat-card{background:var(--rh-color-white);border-radius:10px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 1px 3px #00000014}.rh-stat-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.rh-stat-card__icon--blue{color:var(--rh-color-primary);background:#1467ac1a}.rh-stat-card__icon--green{color:var(--rh-color-bright-green);background:#6bba3a1a}.rh-stat-card__icon--teal{color:var(--rh-color-sky-blue);background:#10a0c71a}.rh-stat-card__icon--orange{color:#ea9416;background:#ea94161a}.rh-stat-card__info{flex:1}.rh-stat-card__label{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;font-size:.75rem}.rh-stat-card__value{color:var(--rh-color-deep-blue);margin-top:.25rem;font-size:1.5rem;font-weight:700;line-height:1.2}.rh-table-card{background:var(--rh-color-white);border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000014}.rh-table-card__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.rh-table-card__title{color:var(--rh-color-deep-blue);font-size:1rem;font-weight:600}.rh-table{border-collapse:collapse;width:100%}.rh-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.75rem 1.25rem;font-size:.75rem;font-weight:600}.rh-table td{color:var(--rh-color-deep-blue);border-bottom:1px solid #f3f4f6;padding:.75rem 1.25rem;font-size:.875rem}.rh-table tr:last-child td{border-bottom:none}.rh-table tr:hover td{background:#f9fafb}.rh-badge{border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.rh-badge--approved{color:#2d7a0d;background:#6bba3a1f}.rh-badge--pending{color:#92610a;background:#ea94161f}.rh-badge--rejected{color:#dc2626;background:#dc26261a}.rh-badge--platform{color:#0d2b6b;background:#0d2b6b1a}.rh-badge--aggregator{color:#1467ac;background:#1467ac1a}.rh-badge--associate{color:#10a0c7;background:#10a0c71a}.rh-badge--perm{color:#374151;background:#f3f4f6;font-size:.7rem}.rh-btn-action{cursor:pointer;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .15s}.rh-btn-action:hover{opacity:.85}.rh-btn-action--approve{color:#fff;background:#16a34a}.rh-btn-action--reject{color:#fff;background:#dc2626}.rh-btn-action--clone{background:var(--rh-color-primary);color:#fff;align-items:center;gap:.3rem;display:inline-flex}.rh-role-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.rh-role-filter{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.rh-role-filter--active{background:var(--rh-color-primary);color:#fff;border-color:var(--rh-color-primary)}.rh-role-cards{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;display:grid}.rh-role-card{background:#fff;border-radius:10px;flex-direction:column;padding:1.25rem;display:flex;box-shadow:0 1px 3px #00000014}.rh-role-card__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.rh-role-card__header h3{margin:0;font-size:1rem;font-weight:700}.rh-role-card__desc{color:#6b7280;margin:0 0 .75rem;font-size:.825rem}.rh-role-card__perms{flex-direction:column;flex:1;gap:.4rem;display:flex}.rh-role-card__module{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.rh-role-card__module-name{color:var(--rh-color-deep-blue);min-width:90px;font-size:.8rem;font-weight:600}.rh-role-card__actions{flex-wrap:wrap;gap:.25rem;display:flex}.rh-role-card__footer{color:#9ca3af;border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.5rem;font-size:.8rem}.rh-empty{text-align:center;color:#9ca3af;padding:3rem 1.5rem}.rh-empty__icon{margin-bottom:.75rem;font-size:2.5rem}.rh-empty__text{font-size:.9rem}.rh-spinner{justify-content:center;align-items:center;padding:3rem;display:flex}.rh-spinner__circle{border:3px solid #e5e7eb;border-top-color:var(--rh-color-primary);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite rh-spin}@keyframes rh-spin{to{transform:rotate(360deg)}}.rh-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.rh-btn--primary{background:var(--rh-color-primary);color:var(--rh-color-white)}.rh-btn--primary:hover{background:var(--rh-color-primary-hover)}.rh-btn--secondary{color:var(--rh-color-deep-blue);background:#f3f4f6}.rh-btn--secondary:hover{background:#e5e7eb}.rh-btn--danger{color:var(--rh-color-white);background:#dc2626}.rh-btn--danger:hover{background:#b91c1c}.rh-btn--sm{padding:.375rem .75rem;font-size:.8rem}.rh-btn--md{padding:.5rem 1rem;font-size:.875rem}.rh-btn--lg{padding:.625rem 1.25rem;font-size:1rem}.rh-btn--loading{opacity:.7;cursor:not-allowed}.rh-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.rh-section-header h1{font-size:1.5rem;font-weight:700}.rh-section-header__sub{color:#6b7280;margin-top:.25rem;font-size:.875rem}.rh-btn-export{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .15s;display:inline-flex}.rh-btn-export:hover{opacity:.9}.rh-breadcrumbs{border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.rh-breadcrumbs__back{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.rh-breadcrumbs__back:hover{background:#f3f4f6}.rh-breadcrumbs__trail{color:#6b7280;align-items:center;gap:.35rem;font-size:.875rem;display:flex}.rh-breadcrumbs__item{color:#6b7280}.rh-breadcrumbs__item:hover{color:var(--rh-color-primary)}.rh-breadcrumbs__item--active{color:var(--rh-color-deep-blue);font-weight:600}.rh-breadcrumbs__sep{color:#d1d5db}.rh-company-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.rh-company-card{cursor:pointer;text-align:left;background:#fff;border:2px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;transition:all .15s;display:flex;box-shadow:0 1px 3px #00000014}.rh-company-card:hover{border-color:var(--rh-color-primary);box-shadow:0 2px 8px #1467ac1f}.rh-company-card__name{color:var(--rh-color-deep-blue);font-size:1rem;font-weight:700}.rh-company-card__arrow{color:#9ca3af;transition:color .15s}.rh-company-card:hover .rh-company-card__arrow{color:var(--rh-color-primary)}.rh-modal-backdrop{z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rh-modal{background:#fff;border-radius:12px;width:100%;max-width:440px;padding:2rem;box-shadow:0 8px 30px #00000026}.rh-modal h2{margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.rh-modal__field{margin-bottom:1rem}.rh-modal__label{color:#374151;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.rh-modal__input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.6rem .75rem;font-size:.9rem}.rh-modal__input:focus{border-color:var(--rh-color-primary);box-shadow:0 0 0 2px #1467ac26}.rh-modal__actions{gap:.75rem;margin-top:1.5rem;display:flex}.rh-modal__actions button{cursor:pointer;border-radius:8px;flex:1;padding:.6rem;font-size:.9rem;font-weight:600}.rh-modal__btn-cancel{color:#374151;background:#fff;border:1px solid #d1d5db}.rh-modal__btn-submit{background:var(--rh-color-primary);color:#fff;border:none}.rh-modal__btn-submit:disabled{opacity:.6;cursor:not-allowed}.rh-modal__error{color:#dc2626;margin-top:.5rem;font-size:.85rem}.rh-modal__success{color:#16a34a;margin-top:.5rem;font-size:.85rem}@media (width<=768px){.rh-sidebar{transform:translate(-100%)}.rh-sidebar--open{transform:translate(0)}.rh-sidebar__toggle,.rh-sidebar-overlay{display:block}.rh-main{margin-left:0}.rh-topbar__menu-btn{display:block}.rh-stats{grid-template-columns:1fr 1fr}.rh-content{padding:1rem}}@media (width<=480px){.rh-stats{grid-template-columns:1fr}}body{color:var(--rh-color-text);background-color:var(--rh-color-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.5}a{color:var(--rh-color-primary);text-decoration:none}a:hover{color:var(--rh-color-primary-hover);text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--rh-color-deep-blue);line-height:1.2}
