.fyc-user-dashboard,.fyc-user-dashboard *,.fyc-dashboard-login,.fyc-dashboard-login *{box-sizing:border-box}.fyc-dashboard-standalone{margin:0;background:var(--fyc-bg,#f4f7fb);color:var(--fyc-ink,#0f172a);font-family:var(--fyc-font,var(--fyc-system-font,Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))}.fyc-user-dashboard{min-height:100vh;display:grid;grid-template-columns:286px minmax(0,1fr);direction:rtl;background:var(--fyc-bg,#f4f7fb);color:var(--fyc-ink,#0f172a);font-family:var(--fyc-font,var(--fyc-system-font,Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))}.fyc-user-dashboard a{text-decoration:none}.fyc-dashboard-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 18px;background:var(--fyc-secondary,#0f172a);color:#fff;z-index:30}.fyc-dashboard-brand{display:flex;align-items:center;gap:12px;padding:0 6px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.fyc-dashboard-brand-mark,.fyc-dashboard-login-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,var(--fyc-accent,#2563eb),var(--fyc-accent-2,#1d4ed8));color:#fff;font-size:25px;font-weight:950;box-shadow:0 12px 24px rgba(37,99,235,.28)}.fyc-dashboard-brand strong{display:block;font-size:15px}.fyc-dashboard-brand small{display:block;margin-top:4px;color:rgba(255,255,255,.55);font-size:11px}.fyc-dashboard-user{display:flex;align-items:center;gap:11px;margin:18px 0;padding:13px;border-radius:var(--fyc-radius,18px);background:rgba(255,255,255,.07)}.fyc-dashboard-user img{width:45px;height:45px;border-radius:14px;object-fit:cover}.fyc-dashboard-user div{min-width:0}.fyc-dashboard-user strong,.fyc-dashboard-user span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fyc-dashboard-user strong{font-size:13px}.fyc-dashboard-user span{margin-top:4px;color:rgba(255,255,255,.56);font-size:10px;direction:ltr;text-align:right}.fyc-dashboard-nav{display:flex;flex-direction:column;gap:6px}.fyc-dashboard-nav a,.fyc-dashboard-sidebar-foot>a{display:flex;align-items:center;gap:11px;min-height:46px;padding:0 13px;border-radius:13px;color:rgba(255,255,255,.68);font-size:13px;font-weight:800;transition:.2s}.fyc-dashboard-nav a:hover,.fyc-dashboard-nav a.is-active,.fyc-dashboard-sidebar-foot>a:hover{background:rgba(255,255,255,.1);color:#fff}.fyc-dashboard-nav a.is-active{background:var(--fyc-accent,#2563eb);box-shadow:0 10px 24px rgba(37,99,235,.24)}.fyc-dashboard-nav svg,.fyc-dashboard-sidebar-foot svg,.fyc-dashboard-action svg,.fyc-dashboard-empty svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fyc-dashboard-nav b{display:grid;place-items:center;min-width:22px;height:22px;margin-right:auto;padding:0 6px;border-radius:99px;background:#ef4444;color:#fff;font-size:10px}.fyc-dashboard-sidebar-foot{margin-top:auto;padding-top:17px;border-top:1px solid rgba(255,255,255,.1)}.fyc-dashboard-sidebar-foot small{display:block;margin:14px 6px 0;color:rgba(255,255,255,.42);font-size:9px}.fyc-dashboard-sidebar-foot small a{color:rgba(255,255,255,.7)}.fyc-dashboard-main{min-width:0}.fyc-dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:100px;padding:20px clamp(20px,4vw,54px);border-bottom:1px solid var(--fyc-line,#e2e8f0);background:color-mix(in srgb,var(--fyc-surface,#fff) 92%,transparent);backdrop-filter:blur(16px)}.fyc-dashboard-topbar span{color:var(--fyc-muted,#64748b);font-size:11px}.fyc-dashboard-topbar h1{margin:5px 0 0;font-size:23px;font-weight:950}.fyc-dashboard-site-link,.fyc-dashboard-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border-radius:12px;background:var(--fyc-accent,#2563eb);color:#fff;font-size:12px;font-weight:900;transition:.2s}.fyc-dashboard-site-link:hover,.fyc-dashboard-primary-button:hover{background:var(--fyc-accent-2,#1d4ed8);color:#fff}.fyc-dashboard-content{padding:30px clamp(20px,4vw,54px) 60px}.fyc-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.fyc-dashboard-stats>a{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--fyc-line,#e2e8f0);border-radius:var(--fyc-radius,18px);background:var(--fyc-surface,#fff);box-shadow:var(--fyc-shadow,0 14px 38px rgba(15,23,42,.08));color:var(--fyc-ink,#0f172a);transition:.2s}.fyc-dashboard-stats>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--fyc-accent,#2563eb) 35%,var(--fyc-line,#e2e8f0))}.fyc-dashboard-stats>a>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:color-mix(in srgb,var(--fyc-accent,#2563eb) 11%,#fff);color:var(--fyc-accent,#2563eb)}.fyc-dashboard-stats svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fyc-dashboard-stats strong,.fyc-dashboard-stats small{display:block}.fyc-dashboard-stats strong{font-size:23px}.fyc-dashboard-stats small{margin-top:3px;color:var(--fyc-muted,#64748b);font-size:11px}.fyc-dashboard-overview-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:22px;align-items:start}.fyc-dashboard-overview-grid>div{display:grid;gap:22px}.fyc-dashboard-widget{border:1px solid var(--fyc-line,#e2e8f0);border-radius:var(--fyc-radius,18px);background:var(--fyc-surface,#fff);box-shadow:var(--fyc-shadow,0 14px 38px rgba(15,23,42,.08));overflow:hidden}.fyc-dashboard-widget>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:19px 21px;border-bottom:1px solid var(--fyc-line,#e2e8f0)}.fyc-dashboard-widget>header span{color:var(--fyc-accent,#2563eb);font-size:10px;font-weight:900}.fyc-dashboard-widget>header h2{margin:4px 0 0;font-size:17px;font-weight:950}.fyc-dashboard-widget>header>b{padding:6px 10px;border-radius:9px;background:var(--fyc-bg,#f4f7fb);color:var(--fyc-muted,#64748b);font-size:10px}.fyc-dashboard-course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px}.fyc-dashboard-course-card{display:grid;grid-template-columns:124px minmax(0,1fr);min-width:0;border:1px solid var(--fyc-line,#e2e8f0);border-radius:15px;overflow:hidden;background:var(--fyc-surface,#fff)}.fyc-dashboard-course-image{min-height:175px;background:var(--fyc-bg,#f4f7fb)}.fyc-dashboard-course-image img{width:100%;height:100%;object-fit:cover;display:block}.fyc-dashboard-course-card>div{min-width:0;padding:14px}.fyc-dashboard-course-instructor{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fyc-accent,#2563eb);font-size:9px;font-weight:850}.fyc-dashboard-course-card h3{margin:7px 0 16px;font-size:13px;line-height:1.8}.fyc-dashboard-course-card h3 a{color:var(--fyc-ink,#0f172a)}.fyc-dashboard-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--fyc-muted,#64748b);font-size:9px}.fyc-dashboard-progress-meta strong{color:var(--fyc-ink,#0f172a)}.fyc-dashboard-progress{height:6px;margin:7px 0 14px;border-radius:99px;background:var(--fyc-bg,#f4f7fb);overflow:hidden}.fyc-dashboard-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--fyc-accent,#2563eb),var(--fyc-accent-2,#1d4ed8))}.fyc-dashboard-action{display:inline-flex;align-items:center;gap:4px;color:var(--fyc-accent,#2563eb);font-size:10px;font-weight:900}.fyc-dashboard-action svg{width:15px;height:15px}.fyc-dashboard-list{display:flex;flex-direction:column}.fyc-dashboard-list-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 20px;border-bottom:1px solid var(--fyc-line,#e2e8f0);color:var(--fyc-ink,#0f172a);transition:.2s}.fyc-dashboard-list-item:last-child{border-bottom:0}.fyc-dashboard-list-item:hover{background:color-mix(in srgb,var(--fyc-accent,#2563eb) 4%,var(--fyc-surface,#fff))}.fyc-dashboard-list-item.has-unread{background:color-mix(in srgb,var(--fyc-accent,#2563eb) 6%,var(--fyc-surface,#fff))}.fyc-dashboard-list-item>img{width:58px;height:58px;border-radius:13px;object-fit:cover;background:var(--fyc-bg,#f4f7fb)}.fyc-dashboard-list-main{min-width:0}.fyc-dashboard-list-main>div{display:flex;align-items:center;gap:8px;min-width:0}.fyc-dashboard-list-main strong,.fyc-dashboard-list-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fyc-dashboard-list-main strong{font-size:12px}.fyc-dashboard-list-main span{color:var(--fyc-muted,#64748b);font-size:9px}.fyc-dashboard-list-main p{margin:6px 0;color:var(--fyc-muted,#64748b);font-size:10px;line-height:1.7}.fyc-dashboard-list-main small{color:var(--fyc-muted,#64748b);font-size:8.5px}.fyc-dashboard-list-side{display:flex;align-items:flex-end;flex-direction:column;gap:7px}.fyc-dashboard-list-side time{color:var(--fyc-muted,#64748b);font-size:8px;white-space:nowrap}.fyc-dashboard-badge{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:8px;background:color-mix(in srgb,var(--fyc-accent,#2563eb) 12%,#fff);color:var(--fyc-accent,#2563eb);font-size:8px;font-weight:900;white-space:nowrap}.fyc-dashboard-badge.is-success{background:color-mix(in srgb,var(--fyc-success,#16a34a) 12%,#fff);color:var(--fyc-success,#16a34a)}.fyc-dashboard-badge.is-waiting{background:color-mix(in srgb,var(--fyc-warning,#d97706) 12%,#fff);color:var(--fyc-warning,#d97706)}.fyc-dashboard-badge.is-danger{background:color-mix(in srgb,var(--fyc-danger,#dc2626) 12%,#fff);color:var(--fyc-danger,#dc2626)}.fyc-dashboard-score{color:var(--fyc-accent,#2563eb);font-size:18px}.fyc-dashboard-certificate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:18px}.fyc-dashboard-certificate-grid article{border:1px solid var(--fyc-line,#e2e8f0);border-radius:15px;overflow:hidden}.fyc-dashboard-certificate-image{position:relative;aspect-ratio:1.42;background:var(--fyc-bg,#f4f7fb)}.fyc-dashboard-certificate-image img{width:100%;height:100%;object-fit:cover}.fyc-dashboard-certificate-image b{position:absolute;top:10px;right:10px;padding:5px 8px;border-radius:8px;background:var(--fyc-success,#16a34a);color:#fff;font-size:8px}.fyc-dashboard-certificate-image b.is-revoked{background:var(--fyc-danger,#dc2626)}.fyc-dashboard-certificate-grid article>div:last-child{padding:15px}.fyc-dashboard-certificate-grid span{color:var(--fyc-muted,#64748b);font-size:9px}.fyc-dashboard-certificate-grid h3{margin:7px 0 10px;font-size:13px}.fyc-dashboard-certificate-grid code{display:block;padding:8px;border-radius:8px;background:var(--fyc-bg,#f4f7fb);direction:ltr;text-align:center;font-size:10px}.fyc-dashboard-certificate-actions{display:flex;gap:7px;margin-top:12px}.fyc-dashboard-certificate-actions a{flex:1;display:grid;place-items:center;min-height:35px;border:1px solid var(--fyc-line,#e2e8f0);border-radius:9px;color:var(--fyc-accent,#2563eb);font-size:9px;font-weight:900}.fyc-dashboard-certificate-actions a:hover{border-color:var(--fyc-accent,#2563eb);background:var(--fyc-accent,#2563eb);color:#fff}.fyc-dashboard-profile-card{display:flex;align-items:center;gap:24px;padding:28px}.fyc-dashboard-profile-card>img{width:150px;height:150px;border-radius:28px;object-fit:cover}.fyc-dashboard-profile-card h3{margin:0 0 5px;font-size:24px}.fyc-dashboard-profile-card p{margin:0;color:var(--fyc-muted,#64748b)}.fyc-dashboard-profile-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.fyc-dashboard-profile-card dl>div{padding:12px;border-radius:11px;background:var(--fyc-bg,#f4f7fb)}.fyc-dashboard-profile-card dt{color:var(--fyc-muted,#64748b);font-size:9px}.fyc-dashboard-profile-card dd{margin:5px 0 0;font-size:11px;font-weight:850}.fyc-dashboard-empty{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:30px;color:var(--fyc-muted,#64748b);text-align:center}.fyc-dashboard-empty svg{width:40px;height:40px;color:color-mix(in srgb,var(--fyc-muted,#64748b) 55%,transparent)}.fyc-dashboard-empty strong{font-size:11px}.fyc-dashboard-login{max-width:460px;margin:80px auto;padding:40px;border:1px solid var(--fyc-line,#e2e8f0);border-radius:var(--fyc-radius,18px);background:var(--fyc-surface,#fff);box-shadow:var(--fyc-shadow,0 14px 38px rgba(15,23,42,.08));text-align:center;font-family:var(--fyc-font,var(--fyc-system-font,Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))}.fyc-dashboard-login-mark{margin:0 auto 20px}.fyc-dashboard-login h2{margin:0;font-size:23px}.fyc-dashboard-login p{margin:12px 0 24px;color:var(--fyc-muted,#64748b);font-size:12px;line-height:1.9}.fyc-dashboard-login>a{display:inline-grid;place-items:center;min-width:140px;min-height:43px;border-radius:12px;background:var(--fyc-accent,#2563eb);color:#fff;font-size:12px;font-weight:900}.fyc-dashboard-menu-toggle,.fyc-dashboard-backdrop{display:none}
@media(max-width:1180px){.fyc-dashboard-course-grid{grid-template-columns:1fr}.fyc-dashboard-certificate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fyc-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.fyc-user-dashboard{display:block}.fyc-dashboard-sidebar{position:fixed;right:0;top:0;width:286px;transform:translateX(105%);transition:transform .25s}.fyc-user-dashboard.is-menu-open .fyc-dashboard-sidebar{transform:translateX(0)}.fyc-dashboard-menu-toggle{position:fixed;right:15px;top:18px;z-index:50;display:flex;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px solid var(--fyc-line,#e2e8f0);border-radius:12px;background:var(--fyc-surface,#fff);box-shadow:0 8px 24px rgba(15,23,42,.12)}.fyc-dashboard-menu-toggle span{width:19px;height:2px;border-radius:9px;background:var(--fyc-ink,#0f172a)}.fyc-dashboard-backdrop{position:fixed;inset:0;z-index:20;background:rgba(15,23,42,.55);backdrop-filter:blur(3px)}.fyc-user-dashboard.is-menu-open .fyc-dashboard-backdrop{display:block}.fyc-dashboard-topbar{padding-right:72px}.fyc-dashboard-overview-grid{grid-template-columns:1fr}}
@media(max-width:640px){.fyc-dashboard-topbar{min-height:86px;padding-left:15px;padding-right:68px}.fyc-dashboard-topbar h1{font-size:19px}.fyc-dashboard-site-link{min-height:36px;padding:0 11px;font-size:9px}.fyc-dashboard-content{padding:18px 12px 40px}.fyc-dashboard-stats{gap:10px}.fyc-dashboard-stats>a{padding:14px;gap:10px}.fyc-dashboard-stats>a>span{width:40px;height:40px}.fyc-dashboard-stats strong{font-size:18px}.fyc-dashboard-widget>header{padding:15px}.fyc-dashboard-course-grid{padding:12px}.fyc-dashboard-course-card{grid-template-columns:105px minmax(0,1fr)}.fyc-dashboard-list-item{grid-template-columns:48px minmax(0,1fr);padding:13px}.fyc-dashboard-list-item>img{width:48px;height:48px}.fyc-dashboard-list-side{grid-column:2;align-items:center;flex-direction:row;justify-content:space-between}.fyc-dashboard-certificate-grid{grid-template-columns:1fr;padding:12px}.fyc-dashboard-profile-card{align-items:flex-start;flex-direction:column;padding:20px}.fyc-dashboard-profile-card>img{width:110px;height:110px}.fyc-dashboard-profile-card dl{grid-template-columns:1fr;width:100%}}

.fyc-dashboard-standalone,.fyc-user-dashboard,.fyc-user-dashboard *,.fyc-dashboard-login,.fyc-dashboard-login *{font-family:var(--fyc-font,var(--fyc-system-font,Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important}

.fyc-dashboard-levels{margin-bottom:22px}.fyc-dashboard-levels-body{padding:18px}.fyc-dashboard-levels-body .fyc-pricing{margin:0}.fyc-dashboard-levels-body .fyc-pricing-head{margin-bottom:16px}.fyc-dashboard-levels.is-compact .fyc-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fyc-dashboard-levels.is-compact .fyc-level-card{padding:16px}.fyc-dashboard-levels.is-compact .fyc-level-card p,.fyc-dashboard-levels.is-compact .fyc-level-installment-preview{display:none}@media(max-width:900px){.fyc-dashboard-levels.is-compact .fyc-pricing-grid{grid-template-columns:1fr}}
.fyc-dashboard-admin-link{display:flex;justify-content:center;padding:0 20px 22px}.fyc-dashboard-levels-body,.fyc-dashboard-levels-body *{font-family:var(--fyc-font,var(--fyc-system-font,Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))!important}

.fyc-dashboard-grades .fyc-grade-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 18px 0}.fyc-grade-summary>div{display:grid;gap:5px;padding:13px 15px;border:1px solid var(--fyc-line);border-radius:13px;background:color-mix(in srgb,var(--fyc-bg) 58%,var(--fyc-surface))}.fyc-grade-summary span{font-size:9px;color:var(--fyc-muted)}.fyc-grade-summary strong{font-size:19px;color:var(--fyc-ink)}
.fyc-grade-filter{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:10px;padding:14px 18px}.fyc-grade-filter label{display:grid;gap:6px}.fyc-grade-filter label>span{font-size:10px;font-weight:850;color:var(--fyc-muted)}.fyc-grade-filter select{width:100%;height:43px;padding:0 12px;border:1px solid var(--fyc-line);border-radius:11px;background:var(--fyc-surface);color:var(--fyc-ink);font:inherit;box-shadow:none}.fyc-grade-filter select:focus{outline:0;border-color:var(--fyc-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fyc-accent) 10%,transparent)}.fyc-grade-filter button{height:43px;padding:0 18px;border:0;border-radius:11px;background:var(--fyc-accent);color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.fyc-grade-filter button:hover{background:var(--fyc-accent-2)}
.fyc-grade-item .fyc-dashboard-list-main p{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.fyc-grade-type{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:7px;background:color-mix(in srgb,var(--fyc-accent) 10%,var(--fyc-surface));color:var(--fyc-accent);font-size:8px}.fyc-grade-type.is-assignment{background:color-mix(in srgb,var(--fyc-warning) 12%,var(--fyc-surface));color:var(--fyc-warning)}
@media(max-width:720px){.fyc-dashboard-grades .fyc-grade-summary{grid-template-columns:1fr 1fr}.fyc-grade-summary>div:first-child{grid-column:1/-1}.fyc-grade-filter{grid-template-columns:1fr}.fyc-grade-filter button{width:100%}}


.fyc-user-dashboard{font-size:15px!important;line-height:1.85}.fyc-dashboard-brand strong{font-size:18px!important}.fyc-dashboard-brand small{font-size:13px!important}.fyc-dashboard-user strong{font-size:15px!important}.fyc-dashboard-user span{font-size:12px!important}.fyc-dashboard-nav a,.fyc-dashboard-sidebar-foot>a{font-size:15px!important;min-height:50px}.fyc-dashboard-sidebar-foot small{font-size:11px!important}.fyc-dashboard-topbar span{font-size:13px!important}.fyc-dashboard-topbar h1{font-size:27px!important}.fyc-dashboard-site-link,.fyc-dashboard-primary-button{font-size:14px!important}.fyc-dashboard-stats strong{font-size:25px!important}.fyc-dashboard-stats small{font-size:13px!important}.fyc-dashboard-widget>header span{font-size:12px!important}.fyc-dashboard-widget>header h2{font-size:20px!important}.fyc-dashboard-widget>header>b{font-size:12px!important}.fyc-dashboard-course-instructor{font-size:12px!important}.fyc-dashboard-course-card h3{font-size:16px!important}.fyc-dashboard-progress-meta{font-size:12px!important}.fyc-dashboard-action{font-size:13px!important}.fyc-dashboard-list-main strong{font-size:15px!important}.fyc-dashboard-list-main span{font-size:12px!important}.fyc-dashboard-list-main p{font-size:13px!important}.fyc-dashboard-list-main small{font-size:11px!important}.fyc-dashboard-list-side time{font-size:10px!important}.fyc-dashboard-badge{font-size:10px!important}.fyc-dashboard-certificate-grid span{font-size:11px!important}.fyc-dashboard-certificate-grid h3{font-size:16px!important}.fyc-dashboard-certificate-grid code{font-size:12px!important}.fyc-dashboard-certificate-actions a{font-size:12px!important}.fyc-dashboard-profile-card p{font-size:14px!important}.fyc-dashboard-profile-card dt{font-size:11px!important}.fyc-dashboard-profile-card dd{font-size:14px!important}.fyc-dashboard-empty strong{font-size:14px!important}.fyc-grade-summary span{font-size:12px!important}.fyc-grade-filter label>span{font-size:12px!important}.fyc-grade-filter button{font-size:13px!important}.fyc-grade-type{font-size:10px!important}@media(max-width:640px){.fyc-user-dashboard{font-size:14px!important}.fyc-dashboard-topbar h1{font-size:22px!important}.fyc-dashboard-nav a{font-size:14px!important}.fyc-dashboard-course-card h3{font-size:14px!important}}

.fyc-user-dashboard{font-size:15px}.fyc-dashboard-brand strong{font-size:17px}.fyc-dashboard-brand small{font-size:12px}.fyc-dashboard-user strong{font-size:15px}.fyc-dashboard-user span{font-size:12px}.fyc-dashboard-nav a,.fyc-dashboard-sidebar-foot>a{font-size:14px;min-height:49px}.fyc-dashboard-topbar span{font-size:13px}.fyc-dashboard-topbar h1{font-size:27px}.fyc-dashboard-widget>header span{font-size:12px}.fyc-dashboard-widget>header h2{font-size:20px}.fyc-dashboard-course-instructor{font-size:11.5px}.fyc-dashboard-course-card h3{font-size:15px}.fyc-dashboard-progress-meta,.fyc-dashboard-action{font-size:12px}.fyc-dashboard-list-main strong{font-size:14px}.fyc-dashboard-list-main span{font-size:11.5px}.fyc-dashboard-list-main p{font-size:12.5px}.fyc-dashboard-list-main small,.fyc-dashboard-list-side time{font-size:10.5px}.fyc-dashboard-badge{font-size:10.5px}.fyc-dashboard-widget,.fyc-dashboard-widget input,.fyc-dashboard-widget select,.fyc-dashboard-widget textarea,.fyc-dashboard-widget button{font-size:14px}

/* Readability scale */
.fyc-user-dashboard{font-size:15px;line-height:1.85}.fyc-dashboard-brand strong{font-size:17px}.fyc-dashboard-brand small{font-size:12px}.fyc-dashboard-user strong{font-size:15px}.fyc-dashboard-user span{font-size:12px}.fyc-dashboard-nav a,.fyc-dashboard-sidebar-foot>a{font-size:14px;min-height:50px}.fyc-dashboard-topbar span{font-size:13px}.fyc-dashboard-topbar h1{font-size:27px}.fyc-dashboard-site-link,.fyc-dashboard-primary-button{font-size:13px}.fyc-dashboard-stats small{font-size:12.5px}.fyc-dashboard-widget>header span{font-size:11.5px}.fyc-dashboard-widget>header h2{font-size:20px}.fyc-dashboard-widget>header>b{font-size:11.5px}.fyc-dashboard-course-instructor{font-size:11px}.fyc-dashboard-course-card h3{font-size:15px}.fyc-dashboard-progress-meta{font-size:11px}.fyc-dashboard-action{font-size:12px}.fyc-dashboard-list-main strong{font-size:14px}.fyc-dashboard-list-main span{font-size:11px}.fyc-dashboard-list-main p{font-size:12px}.fyc-dashboard-list-main small{font-size:10.5px}.fyc-dashboard-list-side time{font-size:10px}.fyc-dashboard-badge{font-size:10px}.fyc-user-dashboard button,.fyc-user-dashboard input,.fyc-user-dashboard textarea,.fyc-user-dashboard select{font:inherit}
