.simhub{--brand-50: #eff4ff;--brand-100: #dce8ff;--brand-200: #b9cfff;--brand-300: #89acfa;--brand-400: #5b83ed;--brand-500: #315cc4;--brand-600: #2548a8;--brand-700: #1e3a8a;--brand-800: #182f70;--brand-900: #122453;--brand-950: #0a132f;--app-bg: #070c17;--sidebar-bg: #050914;--topbar-bg: #080f1d;--content-bg: #0b1220;--card-bg: #0f1828;--card-elevated: #18263c;--input-bg: #111c2e;--border-default: #202d43;--border-soft: #1c2a40;--border-active: #315cc4;--divider: #1a2639;--text-primary: #e8eef8;--text-secondary: #a9b7cb;--text-muted: #73839b;--text-disabled: #536176;--text-brand: #89acfa;--icon-default: #93a4bc;--icon-active: #b9cfff;--icon-brand: #5b83ed;--success: #22c55e;--success-soft: #10291d;--success-border: #1d6b41;--warning: #f59e0b;--warning-soft: #2b2110;--warning-border: #7c5311;--danger: #ef4444;--danger-soft: #2d151a;--danger-border: #7f2630;--streak: #f97316;--streak-soft: #2a1a0e;--streak-border: #7c3a0e;--gold: #fbbf24;--gold-soft: #2a1f0e;--gold-border: #7c5c1f;--r-6: 6px;--r-8: 8px;--r-10: 10px;--r-12: 12px;--r-14: 14px;--r-pill: 9999px;--inset-highlight: inset 0 1px 0 rgba(255, 255, 255, .06);--t-fast: .15s cubic-bezier(.4, 0, .2, 1);--t-base: .2s cubic-bezier(.4, 0, .2, 1);--sidebar-w: 240px;--topbar-h: 64px;--mono: "JetBrains Mono", "SF Mono", Menlo, monospace}.simhub *,.simhub *:before,.simhub *:after{box-sizing:border-box}.simhub{margin:0;padding:0}.simhub{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--content-bg);min-height:100%;color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.simhub ::selection{background:#5b83ed4d;color:var(--text-primary)}.simhub .num{font-variant-numeric:tabular-nums}.simhub ::-webkit-scrollbar{width:8px;height:8px}.simhub ::-webkit-scrollbar-track{background:transparent}.simhub ::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.simhub ::-webkit-scrollbar-thumb:hover{background:#2a3855}.simhub *:focus{outline:none}.simhub *:focus-visible{outline:2px solid var(--brand-400);outline-offset:2px;border-radius:4px}.simhub button{font-family:inherit;font-size:inherit;border:none;background:none;color:inherit;cursor:pointer;padding:0}.simhub a{color:inherit;text-decoration:none}.simhub .material-symbols-outlined{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:18px;line-height:1;vertical-align:middle;display:inline-flex;-webkit-user-select:none;user-select:none}.simhub .app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.simhub .content{padding:32px 40px 60px;max-width:1080px;margin:0 auto}@media (max-width: 700px){.simhub .content{padding:24px 20px 48px}}.simhub .page-header{margin-bottom:32px}.simhub .page-header h1{font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 8px}.simhub .page-header p{font-size:14.5px;color:var(--text-secondary);margin:0;line-height:1.55;max-width:620px}.simhub .sim-score-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:0 0 28px;padding:18px 22px;background:linear-gradient(180deg,#0891b217,#0891b208);border:1px solid rgba(8,145,178,.28);border-radius:var(--r-12)}.simhub .ssp-left{display:flex;align-items:center;gap:14px;min-width:0}.simhub .ssp-icon{width:42px;height:42px;flex-shrink:0;border-radius:var(--r-10);background:#0891b224;border:1px solid rgba(8,145,178,.35);display:flex;align-items:center;justify-content:center}.simhub .ssp-icon .material-symbols-outlined{font-size:22px;color:#22c3e6;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.simhub .ssp-label{font-size:14px;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.simhub .ssp-note{font-size:12px;color:var(--text-muted);margin-top:2px}.simhub .ssp-metrics{display:flex;align-items:center;gap:20px}.simhub .ssp-metric{text-align:center}.simhub .ssp-metric-val{font-family:JetBrains Mono,monospace;font-size:22px;font-weight:700;color:#5fd4ee;line-height:1}.simhub .ssp-metric-val.intel{color:var(--gold)}.simhub .ssp-metric-lbl{font-size:10.5px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-weight:600;margin-top:6px}.simhub .ssp-divider{width:1px;height:34px;background:var(--divider)}@media (max-width: 600px){.simhub .sim-score-panel{flex-direction:column;align-items:stretch}.simhub .ssp-metrics{justify-content:space-between}}.simhub .sim-progress{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-size:12px;color:var(--text-muted)}.simhub .sim-progress .sp-bar{width:90px;height:5px;border-radius:var(--r-pill);background:var(--card-elevated);overflow:hidden}.simhub .sim-progress .sp-fill{height:100%;border-radius:var(--r-pill);background:#22c3e6;transition:width .5s cubic-bezier(.16,1,.3,1)}.simhub .sim-progress .sp-text{font-family:JetBrains Mono,monospace;font-weight:600;color:var(--text-secondary)}.simhub .sim-progress .sp-done{display:inline-flex;align-items:center;gap:4px;color:var(--success);font-weight:600}.simhub .sim-progress .sp-done .material-symbols-outlined{font-size:14px}.simhub .sim-progress.locked{color:var(--text-disabled)}.simhub .sim-progress .sp-unlocks{font-family:var(--mono);color:var(--text-secondary)}.simhub .sim-row[data-locked=true]{border-color:var(--gold-border)}.simhub .sim-row[data-locked=true] .sim-glyph{border-color:#fbbf246b}.simhub .sim-glyph-lock{position:absolute;right:-6px;bottom:-6px;width:30px;height:30px;border-radius:var(--r-pill);display:flex;align-items:center;justify-content:center;background:var(--gold);color:#1a1206;border:2px solid var(--card-bg)}.simhub .sim-row[data-accent] .sim-glyph .sim-glyph-lock .material-symbols-outlined{font-size:16px;color:#1a1206;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.simhub .sim-tier-hint{display:flex;width:fit-content;align-items:center;gap:7px;margin-top:12px;padding:7px 12px;min-height:34px;border-radius:var(--r-pill);background:transparent;border:1px dashed var(--gold-border);color:var(--text-secondary);font-family:inherit;font-size:12px;cursor:pointer;transition:background var(--t-fast),border-color var(--t-fast),color var(--t-fast)}.simhub .sim-tier-hint strong{color:var(--gold);font-weight:700}.simhub .sim-tier-hint .material-symbols-outlined{font-size:15px;color:var(--gold)}.simhub .sim-tier-hint:hover{background:var(--gold-soft);border-style:solid;color:var(--text-primary)}@media (max-width: 860px){.simhub .sim-tier-hint{min-height:44px;padding:7px 14px}}.simhub .sim-rows{display:flex;flex-direction:column;gap:20px}.simhub .sim-row{position:relative;border-radius:var(--r-14);border:1px solid var(--border-default);background:var(--card-bg);overflow:hidden;min-height:240px;display:flex;align-items:center;isolation:isolate}.simhub .sim-row-atmosphere{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.9;transition:opacity var(--t-base)}.simhub .sim-row:hover .sim-row-atmosphere{opacity:1}.simhub .sim-row-atmosphere:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(ellipse at 20% 50%,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at 20% 50%,black 20%,transparent 80%)}.simhub .sim-row[data-accent=danger]{border-color:#ef444438}.simhub .sim-row[data-accent=danger] .sim-row-atmosphere{background:radial-gradient(ellipse at 12% 50%,rgba(239,68,68,.22),transparent 55%),radial-gradient(ellipse at 45% 120%,rgba(239,68,68,.1),transparent 60%),linear-gradient(100deg,rgba(45,21,26,.6),transparent 70%)}.simhub .sim-row[data-accent=warning]{border-color:#f59e0b38}.simhub .sim-row[data-accent=warning] .sim-row-atmosphere{background:radial-gradient(ellipse at 12% 50%,rgba(245,158,11,.2),transparent 55%),radial-gradient(ellipse at 45% 120%,rgba(245,158,11,.1),transparent 60%),linear-gradient(100deg,rgba(43,33,16,.6),transparent 70%)}.simhub .sim-row[data-accent=brand]{border-color:#5b83ed38}.simhub .sim-row[data-accent=indigo]{border-color:#6366f138}.simhub .sim-row[data-accent=brand] .sim-row-atmosphere{background:radial-gradient(ellipse at 12% 50%,rgba(91,131,237,.24),transparent 55%),radial-gradient(ellipse at 45% 120%,rgba(91,131,237,.1),transparent 60%),linear-gradient(100deg,rgba(18,36,83,.55),transparent 70%)}.simhub .sim-row[data-accent=indigo] .sim-row-atmosphere{background:radial-gradient(ellipse at 12% 50%,rgba(99,102,241,.24),transparent 55%),radial-gradient(ellipse at 45% 120%,rgba(99,102,241,.1),transparent 60%),linear-gradient(100deg,rgba(18,36,83,.55),transparent 70%)}.simhub .sim-row-inner{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;width:100%;padding:36px 40px}@media (max-width: 860px){.simhub .sim-row-inner{grid-template-columns:1fr;gap:24px;padding:32px 28px;text-align:left}}.simhub .sim-glyph{width:96px;height:96px;border-radius:22px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;border:1px solid var(--border-default);background:#0f18288c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.simhub .sim-glyph:before{content:"";position:absolute;inset:-10px;border-radius:30px;z-index:-1;opacity:.7;transition:opacity var(--t-base)}.simhub .sim-row:hover .sim-glyph:before{opacity:1}.simhub .sim-glyph .material-symbols-outlined{font-size:48px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 48}.simhub .sim-row[data-accent=danger] .sim-glyph{border-color:#ef444459}.simhub .sim-row[data-accent=danger] .sim-glyph .material-symbols-outlined{color:#f98a8a}.simhub .sim-row[data-accent=danger] .sim-glyph:before{background:radial-gradient(circle,rgba(239,68,68,.3),transparent 70%)}.simhub .sim-row[data-accent=warning] .sim-glyph{border-color:#f59e0b59}.simhub .sim-row[data-accent=warning] .sim-glyph .material-symbols-outlined{color:#fbc259}.simhub .sim-row[data-accent=warning] .sim-glyph:before{background:radial-gradient(circle,rgba(245,158,11,.28),transparent 70%)}.simhub .sim-row[data-accent=brand] .sim-glyph{border-color:#5b83ed59}.simhub .sim-row[data-accent=indigo] .sim-glyph{border-color:#6366f159}.simhub .sim-row[data-accent=brand] .sim-glyph .material-symbols-outlined{color:var(--brand-300)}.simhub .sim-row[data-accent=indigo] .sim-glyph .material-symbols-outlined{color:#a5b4fc}.simhub .sim-row[data-accent=brand] .sim-glyph:before{background:radial-gradient(circle,rgba(91,131,237,.3),transparent 70%)}.simhub .sim-row[data-accent=indigo] .sim-glyph:before{background:radial-gradient(circle,rgba(99,102,241,.3),transparent 70%)}@media (max-width: 860px){.simhub .sim-glyph{width:72px;height:72px;border-radius:18px}.simhub .sim-glyph .material-symbols-outlined{font-size:36px}}.simhub .sim-text{min-width:0}.simhub .sim-eyebrow{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.simhub .sim-row[data-accent=danger] .sim-eyebrow{color:#f98a8a}.simhub .sim-row[data-accent=warning] .sim-eyebrow{color:#fbc259}.simhub .sim-row[data-accent=brand] .sim-eyebrow{color:var(--brand-300)}.simhub .sim-row[data-accent=indigo] .sim-eyebrow{color:#a5b4fc}.simhub .sim-eyebrow .material-symbols-outlined{font-size:13px}.simhub .sim-title{font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 8px;line-height:1.15}@media (max-width: 860px){.simhub .sim-title{font-size:21px}}.simhub .sim-desc{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0 0 16px;max-width:520px}.simhub .sim-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:12.5px;color:var(--text-muted)}.simhub .sim-meta-item{display:inline-flex;align-items:center;gap:6px}.simhub .sim-meta-item .material-symbols-outlined{font-size:15px;color:var(--text-disabled)}.simhub .sim-launch{flex-shrink:0;display:inline-flex;align-items:center;gap:9px;height:46px;padding:0 22px;border-radius:var(--r-10);font-size:14px;font-weight:700;letter-spacing:.01em;color:#fff;cursor:pointer;font-family:inherit;transition:transform var(--t-fast),box-shadow var(--t-fast),filter var(--t-fast);white-space:nowrap}.simhub .sim-launch .material-symbols-outlined{font-size:18px}.simhub .sim-launch:active{transform:translateY(1px)}.simhub .sim-row[data-accent=danger] .sim-launch{background:var(--danger);box-shadow:0 6px 20px #ef44444d}.simhub .sim-row[data-accent=danger] .sim-launch:hover{filter:brightness(1.08);box-shadow:0 8px 26px #ef44446b}.simhub .sim-row[data-accent=warning] .sim-launch{background:var(--warning);color:#1a1206;box-shadow:0 6px 20px #f59e0b4d}.simhub .sim-row[data-accent=warning] .sim-launch:hover{filter:brightness(1.08);box-shadow:0 8px 26px #f59e0b6b}.simhub .sim-row[data-accent=brand] .sim-launch{background:var(--brand-500);box-shadow:0 6px 20px #5b83ed4d}.simhub .sim-row[data-accent=indigo] .sim-launch{background:#6366f1;box-shadow:0 6px 20px #6366f14d}.simhub .sim-row[data-accent=brand] .sim-launch:hover{filter:brightness(1.1);box-shadow:0 8px 26px #5b83ed6b}.simhub .sim-row[data-accent] .sim-launch--locked{background:var(--gold);color:#1a1206;box-shadow:0 6px 20px #fbbf2447}.simhub .sim-row[data-accent] .sim-launch--locked:hover{filter:brightness(1.08);box-shadow:0 8px 26px #fbbf2466}.simhub .sim-launch:focus-visible,.simhub .sim-tier-hint:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (max-width: 860px){.simhub .sim-launch{width:100%;justify-content:center}}.simhub .sim-loader{position:fixed;inset:0;z-index:12000;background:var(--app-bg);display:none;flex-direction:column;align-items:center;justify-content:center;padding:24px}.simhub .sim-loader.is-active{display:flex}.simhub .sim-loader-atmosphere{position:absolute;inset:0;z-index:0;pointer-events:none}.simhub .sim-loader[data-accent=danger] .sim-loader-atmosphere{background:radial-gradient(ellipse at 50% 40%,rgba(239,68,68,.14),transparent 60%)}.simhub .sim-loader[data-accent=warning] .sim-loader-atmosphere{background:radial-gradient(ellipse at 50% 40%,rgba(245,158,11,.14),transparent 60%)}.simhub .sim-loader[data-accent=brand] .sim-loader-atmosphere{background:radial-gradient(ellipse at 50% 40%,rgba(91,131,237,.14),transparent 60%)}.simhub .sim-loader[data-accent=indigo] .sim-loader-atmosphere{background:radial-gradient(ellipse at 50% 40%,rgba(99,102,241,.14),transparent 60%)}.simhub .sim-loader-box{position:relative;z-index:1;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center}.simhub .sim-loader-glyph{width:108px;height:108px;border-radius:26px;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--border-default);background:#0f18288c;margin-bottom:26px}.simhub .sim-loader-glyph:before{content:"";position:absolute;inset:-14px;border-radius:36px;z-index:-1;animation:simhub-loaderGlowPulse 2s ease-in-out infinite}@keyframes simhub-loaderGlowPulse{0%,to{opacity:.5}50%{opacity:1}}.simhub .sim-loader-glyph .material-symbols-outlined{font-size:54px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 48}.simhub .sim-loader[data-accent=danger] .sim-loader-glyph{border-color:#ef444459}.simhub .sim-loader[data-accent=danger] .sim-loader-glyph .material-symbols-outlined{color:#f98a8a}.simhub .sim-loader[data-accent=danger] .sim-loader-glyph:before{background:radial-gradient(circle,rgba(239,68,68,.35),transparent 70%)}.simhub .sim-loader[data-accent=warning] .sim-loader-glyph{border-color:#f59e0b59}.simhub .sim-loader[data-accent=warning] .sim-loader-glyph .material-symbols-outlined{color:#fbc259}.simhub .sim-loader[data-accent=warning] .sim-loader-glyph:before{background:radial-gradient(circle,rgba(245,158,11,.32),transparent 70%)}.simhub .sim-loader[data-accent=brand] .sim-loader-glyph{border-color:#5b83ed59}.simhub .sim-loader[data-accent=indigo] .sim-loader-glyph{border-color:#6366f159}.simhub .sim-loader[data-accent=brand] .sim-loader-glyph .material-symbols-outlined{color:var(--brand-300)}.simhub .sim-loader[data-accent=indigo] .sim-loader-glyph .material-symbols-outlined{color:#a5b4fc}.simhub .sim-loader[data-accent=brand] .sim-loader-glyph:before{background:radial-gradient(circle,rgba(91,131,237,.35),transparent 70%)}.simhub .sim-loader[data-accent=indigo] .sim-loader-glyph:before{background:radial-gradient(circle,rgba(99,102,241,.35),transparent 70%)}.simhub .sim-loader-name{font-size:20px;font-weight:700;letter-spacing:-.015em;color:var(--text-primary);margin-bottom:8px;line-height:1.25}.simhub .sim-loader-status{font-size:13.5px;color:var(--text-muted);margin-bottom:26px;min-height:20px;transition:opacity var(--t-fast)}.simhub .sim-loader-bar{height:4px;width:100%;max-width:280px;background:var(--border-default);border-radius:3px;overflow:hidden}.simhub .sim-loader-bar-fill{height:100%;width:0;border-radius:3px;transition:width .4s ease}.simhub .sim-loader[data-accent=danger] .sim-loader-bar-fill{background:linear-gradient(90deg,var(--danger),#f98a8a)}.simhub .sim-loader[data-accent=warning] .sim-loader-bar-fill{background:linear-gradient(90deg,var(--warning),#fbc259)}.simhub .sim-loader[data-accent=brand] .sim-loader-bar-fill{background:linear-gradient(90deg,var(--brand-500),var(--brand-300))}.simhub .sim-loader[data-accent=indigo] .sim-loader-bar-fill{background:linear-gradient(90deg,#6366f1,#a5b4fc)}.simhub .sim-row-skeleton{min-height:240px;border-color:var(--border-soft);background:linear-gradient(100deg,var(--card-bg) 30%,var(--card-elevated) 50%,var(--card-bg) 70%);background-size:300% 100%;animation:simhub-rowShimmer 1.4s ease-in-out infinite}@keyframes simhub-rowShimmer{0%{background-position:150% 0}to{background-position:-50% 0}}.simhub .sim-hub-error{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;border-radius:var(--r-10);background:var(--danger-soft);border:1px solid var(--danger-border);color:#fca5a5;font-size:13px}.simhub .sim-hub-error .material-symbols-outlined{font-size:18px}.simhub .sim-progress .sp-streak{display:inline-flex;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;border-radius:var(--r-pill);background:var(--streak-soft);border:1px solid var(--streak-border);color:var(--streak);font-weight:600;font-size:11.5px}.simhub .sim-progress .sp-streak .material-symbols-outlined{font-size:13px}.simhub.sim-section{background:transparent;min-height:0}.cti-dashboard .card>.simhub.sim-section--dashboard{flex:1;display:flex;flex-direction:column}.simhub.sim-section--dashboard .sim-rows{flex:1;justify-content:space-between;gap:12px}.simhub.sim-section--dashboard .sim-row{min-height:0;border-radius:var(--r-12);background:var(--card-elevated)}.simhub.sim-section--dashboard .sim-row-inner{grid-template-columns:auto 1fr auto;gap:16px;padding:14px 16px}.simhub.sim-section--dashboard .sim-glyph{width:44px;height:44px;border-radius:12px}.simhub.sim-section--dashboard .sim-glyph .material-symbols-outlined{font-size:24px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.simhub.sim-section--dashboard .sim-glyph:before{inset:-6px;border-radius:18px}.simhub.sim-section--dashboard .sim-eyebrow,.simhub.sim-section--dashboard .sim-desc{display:none}.simhub.sim-section--dashboard .sim-glyph-lock{width:20px;height:20px;right:-4px;bottom:-4px;border-width:1.5px}.simhub.sim-section--dashboard .sim-row[data-accent] .sim-glyph .sim-glyph-lock .material-symbols-outlined{font-size:12px}.simhub.sim-section--dashboard .sim-title{font-size:14.5px;font-weight:600;letter-spacing:-.01em;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simhub.sim-section--dashboard .sim-progress{display:flex;flex-wrap:wrap;margin-top:7px;gap:6px 8px;font-size:11.5px}.simhub.sim-section--dashboard .sim-progress .sp-bar{width:72px}.simhub.sim-section--dashboard .sim-launch{width:auto;height:34px;padding:0 14px;border-radius:var(--r-8);font-size:12.5px;gap:6px}.simhub.sim-section--dashboard .sim-launch .material-symbols-outlined{font-size:16px}.simhub.sim-section--dashboard .sim-row-skeleton{min-height:72px}@media (max-width: 600px){.simhub.sim-section--dashboard .sim-rows{gap:10px}.simhub.sim-section--dashboard .sim-row-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:12px}.simhub.sim-section--dashboard .sim-glyph{width:40px;height:40px;border-radius:11px}.simhub.sim-section--dashboard .sim-glyph .material-symbols-outlined{font-size:21px}.simhub.sim-section--dashboard .sim-title{font-size:13.5px;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:clip}.simhub.sim-section--dashboard .sim-progress{margin-top:6px;font-size:11px;gap:5px 7px}.simhub.sim-section--dashboard .sim-progress .sp-bar{width:56px}.simhub.sim-section--dashboard .sim-launch{height:44px;padding:0 14px;font-size:12.5px}}@media (min-width: 601px) and (max-width: 900px){.simhub.sim-section--dashboard .sim-launch{height:44px}}@media (max-width: 480px){.simhub.sim-section--dashboard .sim-row-inner{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"glyph text" "glyph action";row-gap:10px;column-gap:12px;align-items:start}.simhub.sim-section--dashboard .sim-glyph{grid-area:glyph;align-self:start}.simhub.sim-section--dashboard .sim-text{grid-area:text}.simhub.sim-section--dashboard .sim-launch{grid-area:action;justify-self:start;min-width:116px;height:44px;justify-content:center}}
