/*
Theme Name: RegMate
Theme URI: https://www.csatwork.in/
Author: RegMate
Description: Commercial-grade interactive legal, corporate and compliance learning platform theme.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: regmate
*/
:root{--navy:#071b49;--navy2:#0b2d69;--blue:#1748c7;--blue2:#2f66dc;--gold:#f4b52f;--ink:#122143;--muted:#66748e;--line:#e2e7f0;--bg:#f7f9fc;--white:#fff;--green:#15935b;--shadow:0 12px 36px rgba(8,28,70,.07);--radius:14px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.6}body.regmate-theme{overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none}a:hover{color:var(--navy2)}button,input,select,textarea{font:inherit}.rm-container{width:min(calc(100% - 56px),var(--max));margin-inline:auto}.rm-screen-reader{position:absolute!important;left:-9999px}.rm-screen-reader:focus{left:15px;top:15px;z-index:9999;background:#fff;padding:10px;border-radius:7px}
/* Header */
.rm-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid #e6eaf1;backdrop-filter:blur(14px)}.rm-header-inner{min-height:76px;display:flex;align-items:center;gap:22px}.rm-logo{display:flex;align-items:center;gap:9px;flex:0 0 auto;color:var(--navy)}.rm-logo-word{font-size:21px;font-weight:800;letter-spacing:-.035em}.rm-logo-mark{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;position:relative;background:#fff;border:1px solid #d9e3f4;box-shadow:0 5px 16px rgba(23,72,199,.10);overflow:hidden}.rm-logo-mark:before{content:"";position:absolute;width:22px;height:7px;left:6px;top:8px;border-radius:7px 8px 2px 2px;transform:skewX(-20deg);background:linear-gradient(90deg,#1748c7,#3d73df)}.rm-logo-mark:after{content:"";position:absolute;width:7px;height:24px;left:11px;top:8px;border-radius:5px;background:linear-gradient(180deg,#f4b52f,#d99a1d)}.rm-logo-mark span{position:relative;z-index:2;font-size:0}.rm-primary-nav{flex:1;min-width:0}.rm-main-menu{display:flex;align-items:center;justify-content:center;gap:3px;margin:0;padding:0;list-style:none}.rm-main-menu>li{position:relative;list-style:none}.rm-main-menu>li>a{display:flex;align-items:center;gap:4px;padding:29px 9px;color:#1b2946;font-size:12px;font-weight:700;white-space:nowrap}.rm-main-menu>li.menu-item-has-children>a:after{content:"⌄";font-size:11px;color:#7b87a0;margin-top:-2px}.rm-main-menu>li:hover>a,.rm-main-menu>li:focus-within>a{color:var(--blue)}.rm-main-menu .sub-menu{position:absolute;left:0;top:calc(100% - 5px);min-width:225px;padding:8px;margin:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 40px rgba(10,29,70,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;list-style:none;z-index:120}.rm-main-menu>li:hover>.sub-menu,.rm-main-menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.rm-main-menu .sub-menu li{list-style:none}.rm-main-menu .sub-menu a{display:block;padding:9px 11px;border-radius:8px;color:#263654;font-size:12px;font-weight:650}.rm-main-menu .sub-menu a:hover{background:#f2f6ff;color:var(--blue)}.rm-submenu-toggle{display:none}.rm-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.rm-search-link{font-size:22px;color:#253655;line-height:1;padding:5px}.rm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:9px 14px;border-radius:9px;border:1px solid transparent;font-size:12px;font-weight:800;line-height:1.2;transition:.18s ease;cursor:pointer}.rm-btn:hover{transform:translateY(-1px)}.rm-btn-primary{background:var(--blue);color:#fff;box-shadow:0 5px 13px rgba(23,72,199,.14)}.rm-btn-primary:hover{background:#123b9f;color:#fff}.rm-btn-outline{background:#fff;color:var(--blue);border-color:#afc0e3}.rm-btn-outline:hover{background:#f7faff;color:var(--blue)}.rm-btn-large{min-height:45px;padding:12px 17px}.rm-btn-light{background:#fff;color:#1748c7}.rm-btn-light:hover{color:#123b9f}.rm-mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:9px;width:42px;height:40px;padding:9px}.rm-mobile-toggle span{display:block;height:2px;background:var(--navy);margin:4px 0;border-radius:2px}
/* Hero */
.rm-hero{background:linear-gradient(180deg,#fff 0%,#f9fbff 100%);padding:44px 0 30px}.rm-hero-grid{display:grid;grid-template-columns:minmax(390px,1.02fr) minmax(430px,1.15fr) 250px;gap:25px;align-items:center}.rm-eyebrow{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;background:#eef4ff;border:1px solid #d9e5ff;color:#1645ad;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.rm-eyebrow i{font-style:normal;font-size:15px}.rm-hero-copy h1{margin:17px 0 13px;color:var(--navy);font-size:49px;line-height:1.04;letter-spacing:-.045em}.rm-hero-copy h1 span{color:var(--blue)}.rm-hero-copy>p{max-width:560px;margin:0;color:#3d4d68;font-size:15px;line-height:1.65}.rm-hero-ctas{display:flex;gap:10px;margin:22px 0 26px}.rm-hero-ctas b{font-size:15px}.rm-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.rm-proof-item{display:flex;align-items:center;gap:7px;font-size:9.5px;line-height:1.3;font-weight:750;color:#31415d}.rm-proof-icon{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:8px;background:#f0f4fb;color:var(--blue);font-size:12px;border:1px solid #e0e7f3}.rm-hero-visual{position:relative;min-height:370px;display:flex;align-items:center;justify-content:center}.rm-laptop-wrap{width:94%;position:relative;padding-top:13px;filter:drop-shadow(0 22px 25px rgba(7,27,73,.17))}.rm-laptop-lid{background:#0a1d46;border:5px solid #101f42;border-bottom-width:4px;border-radius:18px 18px 8px 8px;padding:13px;transform:rotate(-1.5deg)}.rm-dashboard-screen{background:#f7f9fd;border-radius:8px;padding:14px;min-height:255px;border:1px solid #d9e1ed}.rm-dashboard-top{display:flex;justify-content:space-between;gap:15px;font-size:9px}.rm-dashboard-top strong{display:block;color:var(--navy);font-size:12px}.rm-dashboard-top span{display:block;color:#6d7890;margin-top:2px}.rm-xp{text-align:right;color:#61708b;font-size:8px}.rm-xp b{display:block;color:#263a5f;font-size:9px}.rm-xp i{display:block;width:90px;height:5px;background:#dce3ee;border-radius:9px;margin-top:4px}.rm-xp em{display:block;width:70%;height:100%;background:#27a56c;border-radius:9px}.rm-screen-heading{font-size:10px;font-weight:850;margin:14px 0 7px;color:#172744}.rm-course-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.rm-course-mini{background:#fff;border:1px solid #e1e6ee;border-radius:7px;padding:8px;min-height:66px}.rm-course-mini span{display:block;font-size:7px;line-height:1.2;color:#59677f;min-height:26px}.rm-course-mini b{font-size:8px;color:#172c51}.rm-course-mini i{display:block;height:4px;background:#e3e8f0;border-radius:8px;margin-top:6px}.rm-course-mini em{display:block;height:100%;background:#31a971;border-radius:8px}.rm-focus-heading{margin-top:11px}.rm-focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.rm-focus-grid>div{background:#fff;border:1px solid #e2e7ef;border-radius:7px;padding:7px}.rm-focus-grid b{display:inline-grid;width:18px;height:18px;place-items:center;border-radius:5px;background:#edf3ff;color:var(--blue);font-size:8px}.rm-focus-grid span{display:block;font-size:7px;font-weight:800;margin-top:3px}.rm-focus-grid small{display:block;font-size:6px;color:#7b879b}.rm-laptop-base{height:13px;width:105%;margin:-1px auto 0;background:linear-gradient(180deg,#d4d9e2,#9ea7b6);border-radius:0 0 50% 50%/0 0 100% 100%;transform:perspective(200px) rotateX(8deg)}.rm-phone-preview{position:absolute;right:0;bottom:2px;width:101px;height:204px;background:#101f42;border:5px solid #0c1731;border-radius:20px;padding:6px;box-shadow:0 16px 28px rgba(7,27,73,.28);transform:rotate(3deg)}.rm-phone-notch{width:34px;height:7px;background:#0b1630;border-radius:0 0 8px 8px;margin:0 auto 5px}.rm-phone-content{height:100%;border-radius:12px;background:#f8f9fc;padding:7px}.rm-phone-head{display:flex;justify-content:space-between;font-size:7px}.rm-phone-title{font-size:8px;font-weight:800;margin-top:12px}.rm-progress-ring{width:54px;height:54px;border-radius:50%;margin:8px auto;border:6px solid #dbe5f6;border-top-color:#1f59d3;border-right-color:#1f59d3;display:grid;place-items:center}.rm-progress-ring span{font-size:11px;font-weight:900;color:var(--navy)}.rm-phone-stats{display:grid;gap:4px;font-size:6px;color:#66738b}.rm-phone-stats span{display:flex;justify-content:space-between}.rm-phone-stats b{color:var(--navy)}.rm-phone-content>a{display:block;background:var(--blue);color:#fff;text-align:center;font-size:6px;padding:5px;border-radius:5px;margin-top:9px}.rm-premium-card{background:#fff;border:1px solid #e0e5ed;border-radius:14px;padding:23px 18px;box-shadow:var(--shadow);align-self:stretch;display:flex;flex-direction:column;justify-content:center}.rm-crown{font-size:27px;color:var(--gold);line-height:1}.rm-premium-card h2{font-size:19px;margin:7px 0 4px;color:var(--navy)}.rm-premium-card>p{font-size:11px;color:#4c5c77;margin:0 0 10px;line-height:1.55}.rm-premium-card ul{list-style:none;margin:4px 0 15px;padding:0}.rm-premium-card li{font-size:9.5px;color:#34445f;margin:8px 0;line-height:1.25}.rm-premium-card li:before{content:"✓";color:#1e58cc;font-weight:900;margin-right:7px}.rm-premium-card .rm-btn{width:100%;font-size:10px}
/* Sections */
.rm-section{padding:34px 0}.rm-centered-heading{text-align:center;margin-bottom:23px}.rm-centered-heading h2{margin:0;font-size:22px;color:var(--navy);letter-spacing:-.025em}.rm-centered-heading>span{display:block;width:30px;height:2px;background:var(--blue);margin:8px auto}.rm-centered-heading p{margin:0;color:#7a869b;font-size:11px}.rm-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.rm-card{background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 5px 18px rgba(9,30,70,.035)}.rm-feature{min-height:195px;padding:17px 12px;text-align:center;transition:.18s ease}.rm-feature:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(9,30,70,.09);border-color:#d3def2}.rm-feature-icon{width:46px;height:46px;border-radius:13px;margin:0 auto 10px;background:#edf3ff;position:relative}.rm-feature-icon:before,.rm-feature-icon:after{content:"";position:absolute}.rm-icon-cap{border:2px solid #2458c7}.rm-icon-cap:before{width:23px;height:9px;left:10px;top:11px;border:2px solid #2458c7;transform:skewX(-22deg)}.rm-icon-cap:after{width:17px;height:2px;background:#2458c7;left:14px;bottom:11px}.rm-icon-target{border:2px solid #1f9d68}.rm-icon-target:before{inset:9px;border:2px solid #1f9d68;border-radius:50%}.rm-icon-target:after{width:8px;height:8px;background:#1f9d68;border-radius:50%;left:17px;top:17px}.rm-icon-tool{background:#f1eefe}.rm-icon-tool:before{width:22px;height:7px;background:#7156c9;transform:rotate(-42deg);left:10px;top:19px;border-radius:4px}.rm-icon-tool:after{width:8px;height:8px;border:2px solid #7156c9;border-radius:50%;left:26px;top:9px}.rm-icon-bulb{background:#fff5e8}.rm-icon-bulb:before{width:17px;height:20px;border:2px solid #e39b1f;border-radius:50% 50% 45% 45%;left:13px;top:8px}.rm-icon-bulb:after{width:9px;height:3px;background:#e39b1f;left:17px;bottom:9px}.rm-icon-check{background:#eaf8f7}.rm-icon-check:before{width:18px;height:23px;border:2px solid #159b9b;border-radius:4px;left:13px;top:8px}.rm-icon-check:after{width:8px;height:4px;border-left:2px solid #159b9b;border-bottom:2px solid #159b9b;transform:rotate(-45deg);left:18px;top:19px}.rm-icon-folder{background:#fff4e7}.rm-icon-folder:before{width:25px;height:17px;border:2px solid #dd9b24;border-radius:4px;left:10px;top:16px}.rm-icon-folder:after{width:10px;height:4px;border:2px solid #dd9b24;border-bottom:0;border-radius:4px 4px 0 0;left:12px;top:12px}.rm-feature h3{font-size:12px;margin:0 0 7px;color:#142342}.rm-feature p{font-size:9px;line-height:1.5;color:#68758d;min-height:54px;margin:0 0 8px}.rm-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:8px;font-weight:850}.rm-pill-premium{background:#fff4df;color:#a46b08}.rm-pill-free{background:#e9f8ef;color:#148051}.rm-subject-section{padding-top:17px}.rm-section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}.rm-section-head h2{margin:0;font-size:20px;letter-spacing:-.025em;color:var(--navy)}.rm-subjects{display:flex;gap:7px;overflow-x:auto;padding-bottom:5px;scrollbar-width:thin}.rm-subject{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;background:#fff;border:1px solid #e1e6ee;border-radius:8px;padding:9px 10px;color:#35435d;font-size:9.5px;font-weight:750}.rm-subject:hover{border-color:#bfcde8;color:var(--blue)}.rm-subject span{width:15px;height:15px;border-radius:4px;background:#eff3fb;border:1px solid #d9e2f2}.rm-content-panels{padding-top:14px}.rm-three{display:grid;grid-template-columns:1.08fr 1fr 1fr;gap:13px}.rm-panel{padding:15px;min-height:350px}.rm-panel-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0f4;padding-bottom:11px}.rm-panel-head h3{margin:0;color:#172746;font-size:14px}.rm-panel-head a{font-size:9px;font-weight:800}.rm-insight-list{display:grid}.rm-insight-row{display:grid;grid-template-columns:56px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #edf0f4}.rm-insight-row:last-child{border-bottom:0}.rm-thumb{width:56px;height:46px;border-radius:6px;background:linear-gradient(135deg,#dce9ff,#f5f8ff);overflow:hidden;display:grid;place-items:center;color:#1c56c9;font-weight:900}.rm-thumb img{width:100%;height:100%;object-fit:cover}.rm-insight-row h4{margin:3px 0 0;font-size:10px;line-height:1.35}.rm-insight-row h4 a{color:#182744}.rm-meta{font-size:8px;color:#7b879a}.rm-panel-bottom{display:flex;justify-content:center;gap:5px;margin-top:10px;font-size:9px;font-weight:800}.rm-quiz-list{display:grid}.rm-quiz-row{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf0f4;color:#1a2947}.rm-quiz-row:last-child{border-bottom:0}.rm-quiz-no{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:900;background:#1b52c9}.rm-q2{background:#6a52c7}.rm-q3{background:#ef751e}.rm-q4{background:#159a9a}.rm-q5{background:#d34c68}.rm-quiz-row strong{display:block;font-size:10px;line-height:1.25}.rm-quiz-row small{display:block;color:#8290a6;font-size:7.5px;margin-top:2px}.rm-tool-list{display:grid}.rm-tool-list a{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf0f4;color:#1a2947}.rm-tool-list a:last-child{border-bottom:0}.rm-tool-list span{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#edf3ff;color:var(--blue);font-size:11px}.rm-tool-list strong{font-size:10px;flex:1}.rm-tool-list b{font-size:14px;color:#8793a8}.rm-empty{font-size:10px;color:#7d899e;padding:25px 0;text-align:center}
/* CTA + footer */
.rm-membership-cta{padding-top:25px}.rm-cta{background:linear-gradient(110deg,#071b49 0%,#1748b7 100%);color:#fff;border-radius:12px;padding:22px 25px;display:grid;grid-template-columns:1.15fr 1.45fr auto;gap:24px;align-items:center;box-shadow:0 12px 30px rgba(7,27,73,.15)}.rm-cta-brand{display:flex;gap:14px;align-items:center}.rm-cta-crown{font-size:36px;color:var(--gold)}.rm-cta h2{font-size:18px;margin:0 0 3px}.rm-cta p{font-size:9px;color:#d4def3;margin:0;line-height:1.45}.rm-cta-benefits{display:grid;grid-template-columns:1fr 1fr;gap:6px 17px}.rm-cta-benefits span{font-size:8.5px;color:#e3e9f5}.rm-cta-benefits span::first-letter{color:var(--gold)}.rm-statbar{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:20px 5px 4px}.rm-stat{text-align:center}.rm-stat strong{display:block;font-size:18px;color:var(--navy)}.rm-stat span{font-size:8px;color:#7a879d}.rm-footer{background:#061a42;color:#c8d2e6;margin-top:25px}.rm-footer-main{display:grid;grid-template-columns:1.3fr 1fr 1.05fr 1fr 1fr;gap:30px;padding:40px 0}.rm-footer .rm-logo-word{color:#fff}.rm-footer p{font-size:9.5px;line-height:1.55;max-width:210px;color:#b5c2d8}.rm-footer h4{margin:0 0 10px;color:#fff;font-size:10px}.rm-footer ul{list-style:none;margin:0;padding:0}.rm-footer li{margin:6px 0}.rm-footer a,.rm-footer li{font-size:9px;color:#b9c5da}.rm-footer a:hover{color:#fff}.rm-footer-social{display:flex;gap:8px;margin-top:13px}.rm-footer-social a{width:25px;height:25px;border:1px solid rgba(255,255,255,.16);border-radius:7px;display:grid;place-items:center;color:#fff}.rm-footer-bottom{border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:15px;padding:13px 0;font-size:8.5px;color:#9eabc2}.rm-footer-bottom strong{color:#fff}
/* Archives / article / dashboard */
.rm-page{padding:35px 0}.rm-breadcrumb{display:flex;gap:8px;align-items:center;font-size:10px;color:#8490a5;margin-bottom:14px}.rm-page-head{margin-bottom:22px}.rm-page-head h1{font-size:34px;line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:8px 0}.rm-page-head p{font-size:13px;color:#66748e;max-width:720px;margin:0}.rm-archive,.rm-library-grid{display:grid;grid-template-columns:1fr 280px;gap:20px}.rm-article-list{display:grid;gap:13px}.rm-article-card{display:grid;grid-template-columns:185px 1fr;gap:17px;padding:14px}.rm-article-card img{width:185px;height:120px;object-fit:cover;border-radius:9px}.rm-article-card h2{font-size:17px;line-height:1.25;margin:5px 0}.rm-sidebar{display:grid;gap:13px;align-content:start}.rm-sidebar-card,.rm-newsletter-side{padding:17px}.rm-sidebar-card h3,.rm-newsletter-side h3{font-size:13px;margin:0 0 11px}.rm-sidebar-card>a{display:block;border-bottom:1px solid #edf0f4;padding:9px 0;color:#30405c;font-size:10px;font-weight:700}.rm-sidebar-card>a:last-child{border-bottom:0}.rm-newsletter-side{background:linear-gradient(145deg,#0a2251,#103d8d);color:#fff}.rm-mini-label{font-size:8px;letter-spacing:.08em;color:#b9c8e8;font-weight:900}.rm-newsletter-side p{font-size:9px;color:#d4dff2}.rm-newsletter-side form{display:flex;gap:5px}.rm-newsletter-side input{min-width:0;flex:1;border:0;border-radius:7px;padding:8px;font-size:9px}.rm-newsletter-side .rm-btn{font-size:9px}.rm-insight-card{overflow:hidden}.rm-insight-image{display:block;height:170px;background:linear-gradient(135deg,#dce9ff,#f7f9fd)}.rm-insight-image img{width:100%;height:100%;object-fit:cover}.rm-insight-image span{height:100%;display:grid;place-items:center;color:#1748c7;font-weight:900;font-size:35px}.rm-insight-body{padding:14px 16px 16px}.rm-insight-body h2{font-size:17px;line-height:1.25;margin:5px 0}.rm-insight-body p{font-size:10px;color:#68758d}.rm-text-link{font-size:10px;font-weight:850}.rm-article{max-width:1040px;margin:auto}.rm-article-top{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;box-shadow:var(--shadow)}.rm-article-top h1{font-size:38px;line-height:1.12;letter-spacing:-.04em;color:var(--navy);margin:7px 0 9px}.rm-article-feature{width:100%;max-height:500px;object-fit:cover;border-radius:11px;margin-top:17px}.rm-article-meta{display:flex;flex-wrap:wrap;gap:7px;color:#7a879c;font-size:9px}.rm-share{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:12px}.rm-share a,.rm-share button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:6px 9px;font-size:9px;font-weight:800;color:#263654;cursor:pointer}.rm-article-layout{display:grid;grid-template-columns:1fr 240px;gap:20px;margin-top:18px}.rm-content{background:#fff;border:1px solid var(--line);border-radius:15px;padding:28px}.rm-content p,.rm-content li{font-size:14px;color:#30405b}.rm-content h2{font-size:24px;line-height:1.2;color:var(--navy);margin-top:30px}.rm-content h3{font-size:18px;color:var(--navy);margin-top:24px}.rm-toc{position:sticky;top:96px;height:max-content;background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px}.rm-toc h3{font-size:12px;margin:0 0 7px}.rm-toc ul{font-size:9px;padding-left:15px}.rm-toc li{margin:6px 0}.rm-engage{background:#f4f8ff;border:1px solid #dbe6fb;border-radius:11px;padding:17px;margin:24px 0;text-align:center}.rm-engage h3{margin:0 0 4px;font-size:15px;color:var(--navy)}.rm-engage p{font-size:10px;color:#61708a;margin:0 0 10px}.rm-author-card{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px;margin-top:18px}.rm-author-avatar{width:60px;height:60px;border-radius:50%;background:#e8effc;display:grid;place-items:center;font-weight:900;color:var(--blue)}.rm-author-card h3{font-size:14px;margin:0}.rm-author-card p{font-size:9px;color:#6f7c92;margin:3px 0}.rm-master-flow{margin-top:20px;padding:21px;border-radius:13px;background:linear-gradient(145deg,#071b49,#123d91);color:#fff}.rm-master-flow h2{font-size:19px;margin:0}.rm-master-flow p{font-size:10px;color:#cbd7ec}.rm-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:14px}.rm-flow-step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:10px}.rm-flow-step b{display:block;font-size:10px}.rm-flow-step span{font-size:8px;color:#d2dcf0}.rm-lock{padding:24px;border:1px solid #eadfbd;background:#fffaf0;border-radius:12px;text-align:center}.rm-lock h3{margin:4px 0;font-size:18px}.rm-lock p{font-size:10px;color:#6d6657}.rm-library-main{display:grid;gap:13px}.rm-empty-card{padding:35px;text-align:center}.rm-empty-card h3{font-size:18px;margin:0}.rm-empty-card p{font-size:10px;color:#77839a}
/* Quiz / course / dashboard */
.rm-course-shell{display:grid;grid-template-columns:280px 1fr 240px;gap:18px}.rm-course-sidebar,.rm-course-main,.rm-course-aside{background:#fff;border:1px solid var(--line);border-radius:13px}.rm-course-sidebar{padding:15px}.rm-course-sidebar h2{font-size:14px;margin:0 0 12px}.rm-course-list a{display:block;padding:9px;border-radius:8px;color:#2a3a57;font-size:10px;font-weight:700}.rm-course-list a:hover{background:#f2f6ff;color:var(--blue)}.rm-course-main{padding:24px}.rm-course-main h1{font-size:28px;line-height:1.15;color:var(--navy);margin:0}.rm-lesson-kicker{font-size:9px;color:#7c879b;margin-bottom:6px}.rm-course-main .rm-progress-line{height:5px;background:#e5eaf1;border-radius:9px;margin:14px 0}.rm-course-main .rm-progress-line span{display:block;height:100%;background:#1f9c67;border-radius:9px}.rm-course-aside{padding:15px;height:max-content}.rm-course-aside h3{font-size:12px;margin:0 0 8px}.rm-course-aside a{display:block;padding:7px 0;border-bottom:1px solid #edf0f4;font-size:9px;color:#53627b}.rm-quiz-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px}.rm-quiz-top{display:flex;justify-content:space-between;align-items:center}.rm-quiz-top h1{font-size:26px;margin:0;color:var(--navy)}.rm-question{padding:20px 0}.rm-question h2{font-size:18px}.rm-option{display:block;border:1px solid #dfe5ee;border-radius:9px;padding:11px;margin:8px 0;font-size:12px}.rm-option:hover{border-color:#b8c8e8;background:#f8faff}.rm-dashboard-grid{display:grid;grid-template-columns:215px 1fr;gap:15px}.rm-dashboard-sidebar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;height:max-content}.rm-dashboard-sidebar a{display:flex;padding:9px 10px;border-radius:7px;font-size:10px;color:#4a5a73}.rm-dashboard-sidebar a.active,.rm-dashboard-sidebar a:hover{background:#eff4ff;color:var(--blue);font-weight:800}.rm-dashboard-main{display:grid;gap:14px}.rm-dashboard-welcome{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;display:flex;justify-content:space-between;gap:15px}.rm-dashboard-welcome h1{font-size:24px;margin:0}.rm-dashboard-welcome p{font-size:10px;color:#758198}.rm-progress-card{min-width:145px;text-align:center}.rm-progress-ring-large{width:74px;height:74px;border:8px solid #dfe7f6;border-top-color:#1e58ce;border-right-color:#1e58ce;border-radius:50%;display:grid;place-items:center;margin:auto}.rm-progress-ring-large strong{font-size:15px}.rm-dashboard-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.rm-dashboard-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px}.rm-dashboard-card h3{font-size:12px;margin:0 0 9px}.rm-dashboard-card p,.rm-dashboard-card li{font-size:9px;color:#6e7b91}.rm-dashboard-card ul{padding-left:14px}
/* Responsive */
@media(max-width:1180px){.rm-container{width:min(calc(100% - 36px),var(--max))}.rm-main-menu>li>a{padding-inline:6px;font-size:11px}.rm-actions .rm-btn-login{display:none}.rm-hero-grid{grid-template-columns:1fr 1.05fr 220px}.rm-hero-copy h1{font-size:43px}.rm-feature-grid{grid-template-columns:repeat(3,1fr)}.rm-feature{min-height:175px}.rm-three{grid-template-columns:1fr 1fr}.rm-three>.rm-panel:last-child{grid-column:1/-1}.rm-cta{grid-template-columns:1fr 1fr}.rm-cta .rm-btn{grid-column:2;grid-row:1;justify-self:end}.rm-cta-benefits{grid-column:1/-1}}
@media(max-width:900px){.rm-header-inner{min-height:68px}.rm-mobile-toggle{display:block;order:2}.rm-primary-nav{position:absolute;left:18px;right:18px;top:68px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 40px rgba(7,27,73,.12);display:none;padding:7px}.rm-primary-nav.mobile-open{display:block}.rm-main-menu{display:block}.rm-main-menu>li>a{padding:11px 12px;border-radius:7px;font-size:12px;justify-content:space-between}.rm-main-menu>li>a:after{display:none}.rm-main-menu .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-top:1px solid #edf0f4;border-radius:0;padding:4px 0 4px 10px;min-width:0}.rm-main-menu>li.open>.sub-menu{display:block}.rm-main-menu .sub-menu a{padding:8px 10px}.rm-submenu-toggle{display:block;position:absolute;right:9px;top:6px;border:0;background:transparent;color:#72809a;font-size:14px}.rm-main-menu>li.menu-item-has-children>a{padding-right:38px}.rm-actions{margin-left:auto}.rm-actions .rm-search-link{display:none}.rm-hero-grid{grid-template-columns:1fr}.rm-hero-copy{text-align:left}.rm-hero-visual{order:2;min-height:350px}.rm-premium-card{order:3}.rm-proof{max-width:610px}.rm-footer-main{grid-template-columns:1.5fr 1fr 1fr}.rm-footer-main>div:first-child{grid-column:1/-1}.rm-archive,.rm-library-grid{grid-template-columns:1fr}.rm-sidebar{grid-template-columns:1fr 1fr}.rm-course-shell{grid-template-columns:1fr}.rm-course-aside{order:3}.rm-dashboard-grid{grid-template-columns:1fr}.rm-dashboard-sidebar{display:flex;overflow:auto;gap:3px}.rm-dashboard-sidebar a{white-space:nowrap}.rm-article-layout{grid-template-columns:1fr}.rm-toc{position:static}.rm-flow{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.rm-container{width:min(calc(100% - 24px),var(--max))}.rm-logo-word{font-size:19px}.rm-header-inner{gap:9px}.rm-btn-logout,.rm-join{display:none!important}.rm-hero{padding-top:28px}.rm-hero-copy h1{font-size:37px}.rm-hero-copy>p{font-size:13px}.rm-hero-ctas{flex-wrap:wrap}.rm-proof{grid-template-columns:1fr 1fr}.rm-hero-visual{min-height:280px}.rm-laptop-wrap{width:100%}.rm-dashboard-screen{min-height:205px;padding:9px}.rm-course-mini-grid,.rm-focus-grid{gap:4px}.rm-course-mini{min-height:54px;padding:5px}.rm-course-mini span{font-size:5.5px}.rm-focus-grid span{font-size:5.5px}.rm-phone-preview{width:82px;height:166px;right:-1px}.rm-feature-grid{grid-template-columns:1fr 1fr}.rm-feature{min-height:180px}.rm-three{grid-template-columns:1fr}.rm-three>.rm-panel:last-child{grid-column:auto}.rm-cta{grid-template-columns:1fr;padding:18px}.rm-cta .rm-btn{grid-column:auto;grid-row:auto;justify-self:stretch}.rm-cta-benefits{grid-template-columns:1fr}.rm-statbar{grid-template-columns:repeat(3,1fr)}.rm-footer-main{grid-template-columns:1fr 1fr;gap:20px}.rm-footer-main>div:first-child{grid-column:1/-1}.rm-footer-bottom{flex-direction:column;text-align:center}.rm-article-card{grid-template-columns:1fr}.rm-article-card img{width:100%;height:160px}.rm-sidebar{grid-template-columns:1fr}.rm-article-top{padding:16px}.rm-article-top h1{font-size:29px}.rm-content{padding:18px}.rm-dashboard-welcome{display:block}.rm-dashboard-cards{grid-template-columns:1fr}.rm-course-main{padding:17px}}
.rm-dashboard-page{padding-top:24px}.rm-dashboard-sidebar{display:grid;gap:3px}.rm-dashboard-sidebar a{align-items:center;gap:9px}.rm-dashboard-sidebar a:first-letter{font-size:12px}.rm-dashboard-sidebar a span{font-size:10px}.rm-dashboard-main{min-width:0}.rm-dashboard-welcome h1{color:var(--navy);font-size:24px;line-height:1.2;margin:0}.rm-dashboard-welcome .rm-breadcrumb{margin-bottom:5px}.rm-dashboard-welcome .rm-progress-card{min-width:105px}.rm-small-link{float:right;font-size:8px;font-weight:800}.rm-learning-mini{padding:7px 0;border-bottom:1px solid #edf0f4}.rm-learning-mini:last-child{border-bottom:0}.rm-learning-mini span{display:block;font-size:8.5px;font-weight:750;color:#394964}.rm-learning-mini b{display:block;font-size:8px;color:#66758c}.rm-learning-mini i{display:block;height:4px;background:#e5eaf0;border-radius:8px;margin-top:4px}.rm-learning-mini em{display:block;height:100%;background:#27a36b;border-radius:8px}.rm-focus-item,.rm-weak-item,.rm-certificate-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #edf0f4}.rm-focus-item:last-child,.rm-weak-item:last-child,.rm-certificate-row:last-child{border-bottom:0}.rm-focus-item>span,.rm-weak-item>span,.rm-certificate-row>span{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#edf3ff;color:var(--blue);font-size:10px;font-weight:850}.rm-focus-item strong,.rm-weak-item strong,.rm-certificate-row strong{display:block;font-size:8.5px;color:#243553}.rm-focus-item small,.rm-weak-item small,.rm-certificate-row small{display:block;font-size:7.5px;color:#7b879b}.rm-dashboard-card ul{margin:0;padding-left:14px}.rm-dashboard-card li{padding:7px 0;border-bottom:1px solid #edf0f4}.rm-dashboard-card li:last-child{border-bottom:0}.rm-dashboard-card li small{display:block;margin-top:2px}.rm-recommend-row{display:flex;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid #edf0f4;font-size:9px}.rm-recommend-row b{font-size:8px;color:var(--blue)}.rm-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}.rm-related-grid h3{font-size:14px;color:var(--navy);margin:0 0 9px}.rm-related-item{display:block;border-bottom:1px solid #edf0f4;padding:9px 0;color:#243553}.rm-related-item strong{display:block;font-size:9.5px}.rm-related-item span{display:block;font-size:8px;color:#7b879b;margin-top:2px}.rm-form{width:min(100% - 30px,460px);margin:35px auto}.rm-form .rm-card{padding:25px}.rm-form h1{font-size:28px;color:var(--navy);margin:0 0 4px}.rm-field{margin:13px 0}.rm-field label{display:block;font-size:10px;font-weight:800;margin-bottom:5px}.rm-field input{width:100%;border:1px solid #d7deea;border-radius:8px;padding:10px;background:#fff}.rm-form input[type=text],.rm-form input[type=password],.rm-form input[type=email]{width:100%;border:1px solid #d7deea;border-radius:8px;padding:10px}.rm-notice{padding:11px;border-radius:8px;background:#f4f7fb;border:1px solid #e0e6ef;font-size:10px;margin:12px 0}.rm-notice-error{background:#fff3f3;border-color:#f1cccc;color:#a64040}.rm-notice-success{background:#eef9f2;border-color:#cde9d6;color:#17734a}.rm-quiz{max-width:1000px}.rm-quiz-grid{display:grid;grid-template-columns:1fr 240px;gap:16px}.rm-question{padding:20px}.rm-question h2{font-size:19px;line-height:1.35;color:var(--navy)}.rm-options{margin:15px 0}.rm-option{display:flex;align-items:flex-start;gap:9px;cursor:pointer}.rm-option input{margin-top:3px}.rm-progress-line{height:6px;background:#e4e9f0;border-radius:9px;overflow:hidden}.rm-progress-line span{display:block;height:100%;background:var(--blue);border-radius:9px}.rm-learning{display:grid;grid-template-columns:225px 1fr 210px;gap:16px}.rm-learning-side,.rm-learning-main,.rm-learning-right{background:#fff;border:1px solid var(--line);border-radius:13px}.rm-learning-side{padding:14px;height:max-content}.rm-learning-side>b{display:block;font-size:11px;margin-bottom:7px}.rm-learning-side a{display:block;padding:8px;border-radius:7px;font-size:9px;color:#455570}.rm-learning-side a:hover,.rm-learning-side a.active{background:#eff4ff;color:var(--blue);font-weight:800}.rm-learning-main{padding:24px}.rm-learning-main h1{font-size:28px;color:var(--navy);margin:3px 0 14px}.rm-learning-right{height:max-content;padding:15px}.rm-learning-right>b{font-size:10px}.lesson-block{border:1px solid #e2e7ef;border-radius:10px;padding:13px;margin:13px 0;background:#fbfcfe}.lesson-block>b{font-size:10px;color:var(--navy)}.lesson-block p{font-size:10px;color:#61708a;margin:5px 0 0}.rm-learning-main .rm-engage{margin-top:20px}
@media(max-width:900px){.rm-quiz-grid,.rm-learning{grid-template-columns:1fr}.rm-learning-right{order:3}.rm-related-grid{grid-template-columns:1fr}.rm-dashboard-sidebar{display:flex;gap:3px;overflow:auto}.rm-dashboard-sidebar a{white-space:nowrap}.rm-dashboard-welcome .rm-progress-card{margin-top:12px}.rm-dashboard-cards{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.rm-dashboard-cards{grid-template-columns:1fr}.rm-article-layout aside{display:block}.rm-flow{grid-template-columns:1fr 1fr}}
