:root{--cr-bg:#f8fafc;--cr-surface:#ffffff;--cr-surface-soft:#f1f5f9;--cr-ink:#0f172a;--cr-ink-soft:#334155;--cr-muted:#64748b;--cr-line:#e2e8f0;--cr-line-strong:#cbd5e1;--cr-primary:#7c3aed;--cr-primary-soft:#ede9fe;--cr-accent:#22c55e;--cr-accent-soft:#dcfce7;--cr-success:#16a34a;--cr-warning:#f59e0b;--cr-warning-soft:#fef3c7;--cr-danger:#ef4444;--cr-info:#2563eb;--cr-info-soft:#dbeafe;--cr-sidebar:244px;--cr-radius-lg:22px;--cr-radius-md:16px;--cr-shadow:0 18px 48px rgb(15 23 42/0.07)}.cr-app{min-height:100vh;background:var(--cr-bg);color:var(--cr-ink)}.cr-app *,.cr-app :after,.cr-app :before{box-sizing:border-box}.cr-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column;padding:30px 20px 24px;background:rgb(255 255 255/.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cr-wordmark{display:inline-flex;align-items:baseline;width:-moz-fit-content;width:fit-content;color:var(--cr-ink);font-size:27px;letter-spacing:-.065em;line-height:1}.cr-sidebar-nav{display:grid;grid-gap:6px;gap:6px;margin-top:42px}.cr-nav-link{display:flex;align-items:center;gap:13px;min-height:46px;padding:0 13px;border-radius:12px;color:var(--cr-muted);font-size:14px;font-weight:700;transition:background .15s ease,color .15s ease,transform .15s ease}.cr-nav-link:hover{color:var(--cr-ink);background:var(--cr-surface-soft);transform:translateX(2px)}.cr-nav-link.is-active{background:var(--cr-primary-soft)}.cr-nav-link.is-active svg{color:var(--cr-primary)}.cr-sidebar-footer{margin-top:auto;padding-top:20px;border-top:1px solid var(--cr-line)}.cr-user-chip{display:flex;align-items:center;gap:11px;padding:8px;border-radius:12px}.cr-user-chip:hover{background:var(--cr-surface-soft)}.cr-user-chip>span:last-child{min-width:0;display:grid;grid-gap:2px;gap:2px}.cr-user-chip strong{overflow:hidden;color:var(--cr-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.cr-user-chip small{color:var(--cr-muted);font-size:11px}.cr-avatar{width:36px;height:36px;flex:0 0 36px;display:inline-grid;place-items:center;border-radius:50%;font-size:11px;font-weight:850;letter-spacing:.02em}.cr-stage{min-height:100vh}.cr-main{width:min(1160px,calc(100% - 64px));margin:0 auto;padding:38px 0 72px}.cr-bottom-nav,.cr-mobile-header{display:none}.cr-preview-strip{min-height:38px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 24px;border-bottom:1px solid #d9e6dc;background:#f0fdf4;color:#2f5e3b;font-size:12px;line-height:1.35;text-align:center}.cr-preview-strip strong{color:#166534;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.cr-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.cr-page-header>div:first-child{max-width:760px}.cr-eyebrow{margin:0 0 8px;color:var(--cr-primary);font-size:11px;font-weight:850;text-transform:uppercase}.cr-page-header h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.02;letter-spacing:-.05em}.cr-page-header>div>p:not(.cr-eyebrow){max-width:680px;margin:11px 0 0;font-size:15px;line-height:1.55}.cr-page-header-action{flex:0 0 auto}.cr-section{margin-top:34px}.cr-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.cr-section-header h2{margin:0;font-size:20px}.cr-section-header p{margin:5px 0 0;font-size:13px}.cr-text-link{color:var(--cr-primary);font-size:13px;font-weight:750}.cr-text-link:hover{text-decoration:underline;text-underline-offset:4px}.cr-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid transparent;border-radius:11px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.cr-button--dark{background:var(--cr-ink);color:#fff}.cr-button--dark:hover{background:#1e293b}.cr-button--primary{background:var(--cr-primary);color:#fff}.cr-button--secondary{background:#fff;color:var(--cr-ink)}.cr-button:disabled,.cr-button[aria-disabled=true]{border-color:var(--cr-line);background:var(--cr-surface-soft);color:#94a3b8;cursor:not-allowed}.cr-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.cr-metric-card{min-height:130px;display:flex;flex-direction:column;justify-content:center;padding:20px;border:1px solid var(--cr-line);border-radius:var(--cr-radius-md);background:var(--cr-surface)}.cr-metric-card--accent{border-color:#d9ccff;background:linear-gradient(145deg,#f7f3ff,#ffffff)}.cr-metric-card>span{font-size:12px;font-weight:650}.cr-metric-card strong{margin-top:9px;font-size:clamp(24px,2.6vw,34px);line-height:1;letter-spacing:-.04em}.cr-metric-card small{margin-top:9px;color:var(--cr-muted);font-size:11px}.cr-grid-2{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);grid-gap:18px;gap:18px}.cr-panel{border:1px solid var(--cr-line);border-radius:var(--cr-radius-lg);background:var(--cr-surface);box-shadow:0 1px 1px rgb(15 23 42/.01)}.cr-panel-pad{padding:24px}.cr-action-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:20px;border:1px solid #d8e9dc;border-radius:var(--cr-radius-md);background:linear-gradient(140deg,#f0fdf4,#ffffff 58%)}.cr-action-card h3,.cr-list-card h3,.cr-opportunity-card h3,.cr-work-card h3{margin:0;font-size:16px;letter-spacing:-.02em}.cr-action-card p,.cr-list-card p,.cr-opportunity-card p,.cr-work-card p{margin:5px 0 0;color:var(--cr-muted);font-size:12px;line-height:1.45}.cr-action-card time{display:block;margin-top:8px;color:#b45309;font-size:11px;font-weight:750}.cr-brand-mark{width:46px;height:46px;flex:0 0 46px;display:inline-grid;place-items:center;border-radius:13px;color:#fff;font-size:11px;font-weight:850;letter-spacing:.03em}.cr-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.cr-opportunity-card{min-height:225px;display:flex;flex-direction:column;padding:19px;border:1px solid var(--cr-line);border-radius:var(--cr-radius-md);background:var(--cr-surface);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.cr-opportunity-card:hover{transform:translateY(-3px);border-color:var(--cr-line-strong);box-shadow:var(--cr-shadow)}.cr-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:24px}.cr-opportunity-card h3{font-size:17px}.cr-opportunity-card .cr-card-reward{margin-top:auto;padding-top:22px;color:var(--cr-ink);font-size:14px;font-weight:800}.cr-card-meta{display:flex;flex-wrap:wrap;gap:7px 10px;margin-top:10px;color:var(--cr-muted);font-size:11px}.cr-pill{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:var(--cr-surface-soft);color:var(--cr-ink-soft);font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.cr-pill--success{background:var(--cr-accent-soft);color:#166534}.cr-pill--warning{background:var(--cr-warning-soft);color:#92400e}.cr-pill--info{background:var(--cr-info-soft);color:#1d4ed8}.cr-pill--purple{background:var(--cr-primary-soft);color:#6d28d9}.cr-pill--neutral{background:var(--cr-surface-soft);color:var(--cr-ink-soft)}.cr-track-card{padding:22px}.cr-track-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:20px}.cr-track-metrics div{padding-right:10px;border-right:1px solid var(--cr-line)}.cr-track-metrics div:last-child{border-right:0}.cr-track-metrics span,.cr-track-metrics strong{display:block}.cr-track-metrics strong{font-size:20px;letter-spacing:-.03em}.cr-track-metrics span{margin-top:4px;color:var(--cr-muted);font-size:10px;line-height:1.35}.cr-mini-bars{height:72px;display:flex;align-items:flex-end;gap:7px;margin-top:22px;padding-top:12px;border-top:1px solid var(--cr-line)}.cr-mini-bars span{flex:1 1;min-width:5px;border-radius:999px 999px 2px 2px;background:linear-gradient(180deg,var(--cr-primary),#c4b5fd)}.cr-inline-note{padding:14px 15px;border:1px solid var(--cr-line);border-radius:12px;background:var(--cr-surface-soft);color:var(--cr-ink-soft);font-size:12px;line-height:1.5}.cr-inline-note--green{border-color:#bbdfc4;background:#f0fdf4;color:#276137}.cr-inline-note--purple{border-color:#ddd2ff;background:#f7f3ff;color:#5b21b6}.cr-filter-row,.cr-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.cr-tabs{margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--cr-line)}.cr-filter-chip,.cr-tab{padding:8px 11px;border-radius:999px;background:transparent;color:var(--cr-muted);font-size:11px;font-weight:750}.cr-tab.is-active{background:var(--cr-ink);color:#fff}.cr-filter-row{margin-bottom:16px}.cr-filter-chip{border:1px solid var(--cr-line);background:#fff}.cr-filter-chip.is-active{border-color:var(--cr-primary);background:var(--cr-primary-soft);color:#5b21b6}.cr-list{display:grid;grid-gap:12px;gap:12px}.cr-list-card,.cr-work-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--cr-line);border-radius:var(--cr-radius-md);background:#fff;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.cr-list-card:hover,.cr-work-card:hover{transform:translateY(-2px);border-color:var(--cr-line-strong);box-shadow:0 12px 30px rgb(15 23 42/.06)}.cr-list-card-aside{min-width:190px;display:grid;justify-items:end;grid-gap:8px;gap:8px;text-align:right}.cr-list-card-aside strong{font-size:14px}.cr-list-card-aside small{color:var(--cr-muted);font-size:10px}.cr-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);grid-gap:18px;gap:18px;align-items:start}.cr-detail-hero{padding:26px;border:1px solid var(--cr-line);border-radius:var(--cr-radius-lg);background:linear-gradient(145deg,#ffffff,#f8fafc)}.cr-detail-brand-row{display:flex;align-items:center;gap:14px}.cr-detail-brand-row h2{margin:0;font-size:19px;letter-spacing:-.025em}.cr-detail-brand-row p{margin:4px 0 0;color:var(--cr-muted);font-size:12px}.cr-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.cr-reward-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:22px}.cr-reward-box div{padding:15px;border:1px solid var(--cr-line);border-radius:12px;background:#fff}.cr-reward-box span,.cr-reward-box strong{display:block}.cr-reward-box span{color:var(--cr-muted);font-size:10px}.cr-reward-box strong{margin-top:7px;font-size:13px;line-height:1.35}.cr-copy-block{padding:24px}.cr-copy-block h2,.cr-side-card h2{margin:0;font-size:17px;letter-spacing:-.02em}.cr-copy-block>p,.cr-side-card>p{margin:11px 0 0;color:var(--cr-muted);font-size:13px;line-height:1.65}.cr-check-list{display:grid;grid-gap:11px;gap:11px;margin:18px 0 0;padding:0;list-style:none}.cr-check-list li{position:relative;padding-left:27px;color:var(--cr-ink-soft);font-size:12px;line-height:1.55}.cr-check-list li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--cr-accent-soft);color:var(--cr-success);font-size:10px;font-weight:900}.cr-side-card{position:-webkit-sticky;position:sticky;top:18px;padding:22px}.cr-side-card .cr-button{width:100%;margin-top:16px}.cr-side-kv{display:grid;grid-gap:11px;gap:11px;margin-top:18px}.cr-side-kv div{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:10px;border-bottom:1px solid var(--cr-line);font-size:11px}.cr-side-kv div:last-child{border-bottom:0}.cr-side-kv span{color:var(--cr-muted)}.cr-side-kv strong{text-align:right}.cr-progress{height:6px;overflow:hidden;border-radius:999px;background:var(--cr-line)}.cr-progress>span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--cr-primary),#a78bfa)}.cr-work-main{min-width:0}.cr-work-meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:9px;color:var(--cr-muted);font-size:10px}.cr-work-progress{width:160px;display:grid;grid-gap:7px;gap:7px}.cr-work-progress small{color:var(--cr-muted);font-size:10px;text-align:right}.cr-timeline{display:grid;grid-gap:0;gap:0;margin-top:18px}.cr-timeline-row{position:relative;display:grid;grid-template-columns:18px 1fr;grid-gap:11px;gap:11px;min-height:58px}.cr-timeline-row:not(:last-child):before{content:"";position:absolute;left:8px;top:18px;bottom:-2px;width:1px;background:var(--cr-line-strong)}.cr-timeline-dot{width:17px;height:17px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--cr-line-strong);box-shadow:0 0 0 1px var(--cr-line-strong)}.cr-timeline-row.is-done .cr-timeline-dot{background:var(--cr-accent);box-shadow:0 0 0 1px var(--cr-accent)}.cr-timeline-row.is-current .cr-timeline-dot{background:var(--cr-primary);box-shadow:0 0 0 1px var(--cr-primary)}.cr-timeline-copy strong{display:block;font-size:12px}.cr-timeline-copy small{display:block;margin-top:4px;color:var(--cr-muted);font-size:10px;line-height:1.4}.cr-earnings-list{display:grid}.cr-earning-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;padding:14px 0;border-bottom:1px solid var(--cr-line)}.cr-earning-row:last-child{border-bottom:0}.cr-earning-row h3{margin:0;font-size:13px}.cr-earning-row p{margin:4px 0 0;color:var(--cr-muted);font-size:10px}.cr-earning-amount{min-width:120px;display:grid;justify-items:end;grid-gap:7px;gap:7px}.cr-earning-amount strong{font-size:13px}.cr-breakdown{display:grid;grid-gap:11px;gap:11px;margin-top:19px}.cr-breakdown div{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}.cr-breakdown span{color:var(--cr-muted)}.cr-breakdown .cr-breakdown-total{margin-top:4px;padding-top:12px;border-top:1px solid var(--cr-line);color:var(--cr-ink);font-weight:850}.cr-profile-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:24px}.cr-profile-avatar{width:76px;height:76px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,var(--cr-ink),#334155);color:#fff;font-size:19px;font-weight:900}.cr-profile-hero h2{margin:0;font-size:24px;letter-spacing:-.035em}.cr-profile-hero p{margin:6px 0 0;color:var(--cr-muted);font-size:12px}.cr-profile-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}.cr-profile-section{padding:22px}.cr-profile-list{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.cr-profile-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px;padding-bottom:10px;border-bottom:1px solid var(--cr-line)}.cr-profile-row:last-child{padding-bottom:0;border-bottom:0}.cr-profile-row>div{display:grid;grid-gap:3px;gap:3px}.cr-profile-row strong{font-size:12px}.cr-profile-row small{color:var(--cr-muted);font-size:10px}.cr-capability-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-top:16px}.cr-capability{padding:14px;border:1px solid var(--cr-line);border-radius:12px;background:var(--cr-surface-soft)}.cr-capability span,.cr-capability strong{display:block}.cr-capability strong{font-size:12px}.cr-capability span{margin-top:5px;color:var(--cr-muted);font-size:10px}.cr-onboarding-grid{display:grid;grid-gap:14px}.cr-onboarding-step{min-height:220px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--cr-line);border-radius:var(--cr-radius-md);background:#fff}.cr-step-number{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--cr-primary-soft);color:#6d28d9;font-size:11px;font-weight:900}.cr-onboarding-step h2{margin:22px 0 0;font-size:17px;letter-spacing:-.025em}.cr-onboarding-step p{margin:8px 0 0;color:var(--cr-muted);font-size:12px;line-height:1.55}.cr-state-panel{min-height:360px;display:grid;place-items:center;align-content:center;text-align:center;padding:40px}.cr-state-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--cr-primary-soft);color:var(--cr-primary);font-size:22px}.cr-state-panel h2{margin:18px 0 0;font-size:22px;letter-spacing:-.03em}.cr-state-panel p{max-width:420px;margin:9px auto 0;color:var(--cr-muted);font-size:13px;line-height:1.6}.cr-state-panel .cr-button{margin-top:18px}.cr-skeleton-grid{display:grid;grid-gap:14px;gap:14px}.cr-skeleton{min-height:110px;overflow:hidden;border:1px solid var(--cr-line);border-radius:var(--cr-radius-md);background:linear-gradient(100deg,#f1f5f9 20%,#ffffff 40%,#f1f5f9 60%);background-size:200% 100%;animation:cr-shimmer 1.4s linear infinite}@keyframes cr-shimmer{to{background-position-x:-200%}}@media (max-width:1080px){:root{--cr-sidebar:216px}.cr-main{width:min(100% - 40px,960px)}.cr-card-grid,.cr-onboarding-grid,.cr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cr-detail-grid,.cr-grid-2{grid-template-columns:1fr}.cr-side-card{position:static}}@media (max-width:820px){.cr-sidebar{display:none}.cr-stage{margin-left:0}.cr-mobile-header{position:-webkit-sticky;position:sticky;top:0;z-index:19;min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--cr-line);background:rgb(255 255 255/.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cr-mobile-header .cr-wordmark{font-size:23px}.cr-preview-strip{align-items:flex-start;flex-direction:column;gap:2px;padding:8px 18px;text-align:left}.cr-main{width:min(100% - 28px,720px);padding:27px 0 106px}.cr-bottom-nav{position:fixed;z-index:30;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);padding:7px 6px;border:1px solid rgb(203 213 225/.9);border-radius:18px;background:rgb(255 255 255/.96);box-shadow:0 16px 44px rgb(15 23 42/.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cr-bottom-link{min-width:0;display:grid;justify-items:center;grid-gap:3px;gap:3px;padding:7px 2px;border-radius:12px;color:var(--cr-muted)}.cr-bottom-link svg{width:19px;height:19px}.cr-bottom-link span{font-size:9px;font-weight:750}.cr-bottom-link.is-active{background:var(--cr-primary-soft);color:#6d28d9}.cr-page-header{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:24px}.cr-page-header h1{font-size:35px}.cr-page-header-action,.cr-page-header-action .cr-button{width:100%}.cr-action-card{grid-template-columns:auto minmax(0,1fr)}.cr-action-card .cr-button{grid-column:1/-1;width:100%}.cr-profile-sections{grid-template-columns:1fr}}@media (max-width:560px){.cr-main{width:calc(100% - 22px)}.cr-card-grid,.cr-onboarding-grid,.cr-stats-grid{grid-template-columns:1fr}.cr-metric-card{min-height:112px}.cr-copy-block,.cr-panel-pad,.cr-side-card{padding:18px}.cr-list-card,.cr-work-card{grid-template-columns:auto minmax(0,1fr)}.cr-list-card-aside,.cr-work-progress{grid-column:1/-1;width:100%;min-width:0;justify-items:stretch;text-align:left}.cr-list-card-aside{padding-top:12px;border-top:1px solid var(--cr-line)}.cr-list-card-aside .cr-pill,.cr-work-progress small{justify-self:start}.cr-reward-box{grid-template-columns:1fr}.cr-profile-hero{grid-template-columns:auto 1fr;align-items:start}.cr-profile-hero>:last-child{grid-column:1/-1;width:100%}.cr-profile-hero>:last-child .cr-button{width:100%}.cr-capability-grid,.cr-track-metrics{grid-template-columns:1fr}.cr-track-metrics div{padding:0 0 10px;border-right:0;border-bottom:1px solid var(--cr-line)}.cr-track-metrics div:last-child{border-bottom:0}.cr-earning-row{grid-template-columns:auto 1fr}.cr-earning-amount{grid-column:1/-1;min-width:0;justify-items:start;padding-top:10px;border-top:1px solid var(--cr-line)}}:root{--cr-bg:#f4f0e7;--cr-surface:#fffdf8;--cr-surface-soft:#f8f4eb;--cr-ink:#090a0b;--cr-ink-soft:#3f3f3b;--cr-muted:#65645f;--cr-line:#d6d0c4;--cr-line-strong:#bdb6a8;--cr-primary:#090a0b;--cr-primary-soft:#ece7dc;--cr-accent:#d8ff19;--cr-accent-soft:#efffb4;--cr-success:#2d7d32;--cr-warning:#b87900;--cr-warning-soft:#fff0c2;--cr-danger:#c13c3c;--cr-info:#7658f6;--cr-info-soft:#ece7ff;--cr-sidebar:232px;--cr-radius-lg:18px;--cr-radius-md:13px;--cr-shadow:0 18px 46px rgb(9 10 11/.08)}.cr-app{background:radial-gradient(circle at 79% 4%,rgb(255 253 248/.95) 0 13%,transparent 35%),var(--cr-bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cr-app:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");mix-blend-mode:multiply}.cr-sidebar{width:var(--cr-sidebar);padding:30px 18px 22px;border-right:1px solid var(--cr-line);background:rgb(255 253 248/.9)}.cr-wordmark{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:950;letter-spacing:-.06em}.cr-wordmark span{color:var(--cr-accent)}.cr-sidebar-nav{margin-top:38px;gap:5px}.cr-nav-link{min-height:44px;border:1px solid transparent;border-radius:10px;color:#6b6962;font-size:13px;font-weight:800}.cr-nav-link:hover{transform:none;border-color:var(--cr-line);background:rgb(255 253 248/.9)}.cr-nav-link.is-active{border-color:#c8d936;background:var(--cr-accent)}.cr-nav-link.is-active svg{color:var(--cr-ink)}.cr-sidebar-footer{border-top-color:var(--cr-line)}.cr-user-chip{border:1px solid transparent}.cr-user-chip:hover{border-color:var(--cr-line);background:var(--cr-surface)}.cr-avatar{background:var(--cr-ink);color:#fff}.cr-stage{margin-left:var(--cr-sidebar)}.cr-desktop-header{min-height:66px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 max(26px,calc((100vw - var(--cr-sidebar) - 1160px)/2));border-bottom:1px solid var(--cr-line);background:rgb(244 240 231/.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cr-demo-badge{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 10px;border:1px solid var(--cr-line);border-radius:999px;background:var(--cr-surface);color:var(--cr-muted);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.cr-demo-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cr-accent);box-shadow:0 0 0 3px rgb(216 255 25/.25)}.cr-icon-button{width:36px;height:36px;display:grid;place-items:center;position:relative;border:1px solid var(--cr-line);border-radius:50%;background:var(--cr-surface);color:var(--cr-ink)}.cr-icon-button:after{content:"3";position:absolute;right:-2px;top:-3px;width:16px;height:16px;display:grid;place-items:center;border:2px solid var(--cr-bg);border-radius:50%;background:var(--cr-accent);color:var(--cr-ink);font-size:8px;font-weight:900}.cr-preview-strip{display:none}.cr-main{width:min(1160px,calc(100% - 56px));padding:42px 0 76px}.cr-page-header{align-items:center;margin-bottom:26px}.cr-eyebrow{margin-bottom:7px;color:#58564f;font-size:10px;letter-spacing:.14em}.cr-page-header h1{font-size:clamp(34px,4vw,46px);line-height:.98;letter-spacing:-.055em}.cr-page-header>div>p:not(.cr-eyebrow){margin-top:9px;color:var(--cr-muted);font-size:14px}.cr-button{min-height:42px;border-radius:10px;font-size:12px;font-weight:850}.cr-button--dark,.cr-button--primary{border-color:var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-button--dark:hover,.cr-button--primary:hover{background:#232522}.cr-button--accent{border-color:#bacb28;background:var(--cr-accent);color:var(--cr-ink)}.cr-button--secondary{border-color:var(--cr-line-strong);background:var(--cr-surface)}.cr-stats-grid{gap:12px}.cr-metric-card{min-height:118px;padding:17px 18px;justify-content:flex-start;border-color:var(--cr-line);border-radius:13px;background:rgb(255 253 248/.78)}.cr-metric-card--accent{position:relative;overflow:hidden}.cr-metric-card--accent:after{content:"";position:absolute;width:92px;height:92px;right:-24px;bottom:-35px;border-radius:50%;background:var(--cr-accent)}.cr-metric-card>span{color:var(--cr-muted);font-size:11px}.cr-metric-card--accent small,.cr-metric-card--accent>span{color:#cbc9c1}.cr-metric-card strong{margin-top:12px;font-size:clamp(24px,2.4vw,32px)}.cr-metric-card small{margin-top:auto;padding-top:9px}.cr-section{margin-top:30px}.cr-section-header{margin-bottom:13px}.cr-section-header h2{font-size:18px;letter-spacing:-.025em}.cr-section-header p{color:var(--cr-muted);font-size:11px}.cr-text-link{color:var(--cr-ink);font-size:11px;font-weight:850}.cr-action-card,.cr-detail-hero,.cr-list-card,.cr-onboarding-step,.cr-opportunity-card,.cr-panel,.cr-work-card{border-color:var(--cr-line);background:rgb(255 253 248/.86);box-shadow:none}.cr-action-card{min-height:112px;border-color:var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-action-card p{color:#c9c7c0}.cr-action-card h3{color:#fff}.cr-action-card time{color:var(--cr-accent)}.cr-action-card .cr-brand-mark,.cr-action-card .cr-button{background:var(--cr-accent);color:var(--cr-ink)}.cr-action-card .cr-button{border-color:var(--cr-accent)}.cr-brand-mark{border:1px solid #2d2d29;border-radius:11px;background:var(--cr-ink)}.cr-pill{padding:5px 8px;border:1px solid transparent}.cr-pill--success{border-color:#b7cf93;background:#e9f6d6;color:#315626}.cr-pill--warning{border-color:#e2c77f;background:#fff0c2;color:#795000}.cr-pill--info,.cr-pill--purple{border-color:#cbc0ff;background:#ece7ff;color:#5139b6}.cr-pill--neutral{border-color:var(--cr-line);background:#f2eee5;color:#4c4b46}.cr-card-grid{gap:12px}.cr-opportunity-card{min-height:278px;overflow:hidden;padding:0;border-radius:14px}.cr-list-card:hover,.cr-opportunity-card:hover,.cr-work-card:hover{transform:translateY(-2px);border-color:var(--cr-ink);box-shadow:0 12px 30px rgb(9 10 11/.08)}.cr-opportunity-thumb{min-height:112px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:12px;border-bottom:1px solid var(--cr-line);background:#ddd8cd}.cr-opportunity-thumb:after,.cr-opportunity-thumb:before{content:"";position:absolute;border-radius:999px}.cr-opportunity-thumb:before{width:160px;height:160px;right:-28px;top:-76px;background:var(--cr-accent)}.cr-opportunity-thumb:after{width:80px;height:80px;left:28px;bottom:-48px;border:16px solid var(--cr-ink);background:transparent}.cr-opportunity-thumb--live{background:#1b1c1d;color:#fff}.cr-opportunity-thumb--live:before{background:#7658f6}.cr-opportunity-thumb--ugc{background:#eee8df}.cr-opportunity-thumb--ugc:before{background:#ffb8d6}.cr-opportunity-thumb--affiliate:before{background:#8be4ff}.cr-opportunity-thumb span{position:relative;z-index:2;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cr-opportunity-body{display:flex;flex:1 1;flex-direction:column;padding:16px}.cr-opportunity-body .cr-card-topline{margin-bottom:15px}.cr-opportunity-body h3{font-size:16px}.cr-opportunity-body p{font-size:11px}.cr-opportunity-body .cr-card-reward{margin-top:auto;padding-top:18px}.cr-list-card{grid-template-columns:64px minmax(0,1fr) auto;min-height:112px;padding:14px}.cr-list-visual{width:64px;height:72px;min-height:72px;padding:7px;border:0;border-radius:10px}.cr-list-card-aside{min-width:180px}.cr-tabs{margin-bottom:14px;border-bottom-color:var(--cr-line)}.cr-tab.is-active{background:var(--cr-accent)}.cr-filter-chip{border-color:var(--cr-line)}.cr-filter-chip,.cr-track-card{background:var(--cr-surface)}.cr-track-metrics strong{font-size:22px}.cr-mini-bars span{background:var(--cr-ink)}.cr-mini-bars span:nth-child(3n){background:var(--cr-accent)}.cr-inline-note{border-color:var(--cr-line);background:#f1ece2}.cr-inline-note--green{border-color:#cbd797;background:#f3f9d3;color:#41501e}.cr-inline-note--purple{border-color:#d1c6ff;background:#f1edff;color:#4f3ab3}.cr-detail-hero{background:var(--cr-surface)}.cr-reward-box div{border-color:var(--cr-line);background:#f7f2e8}.cr-side-card{background:var(--cr-surface)}.cr-progress{background:#ddd6ca}.cr-progress>span{background:var(--cr-accent)}.cr-earning-row{border-bottom-color:var(--cr-line)}.cr-breakdown .cr-breakdown-total{border-top-color:var(--cr-line)}.cr-profile-hero,.cr-profile-section{background:var(--cr-surface)}.cr-profile-avatar{border-radius:50%;background:var(--cr-ink)}.cr-capability{border-color:var(--cr-line);background:#f4efe6}.cr-onboarding-grid{grid-template-columns:repeat(6,minmax(190px,1fr));overflow-x:auto;padding:6px 2px 18px;scroll-snap-type:x proximity}.cr-onboarding-step{min-height:390px;scroll-snap-align:start;border-radius:22px;padding:18px;background:var(--cr-surface)}.cr-onboarding-step:before{content:"ARUS.";display:block;margin-bottom:34px;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:950;letter-spacing:-.06em}.cr-step-number{background:var(--cr-accent);color:var(--cr-ink)}.cr-onboarding-step h2{margin-top:26px;font-size:18px}.cr-onboarding-step p{font-size:11px}.cr-onboarding-step .cr-pill{margin-top:auto}.cr-onboarding-step .cr-button{width:100%}.cr-onboarding-step .cr-button,.cr-state-icon{background:var(--cr-accent);color:var(--cr-ink)}@media(max-width:1080px){:root{--cr-sidebar:205px}.cr-main{width:min(100% - 36px,920px)}.cr-onboarding-grid{grid-template-columns:repeat(6,minmax(220px,1fr))}}@media(max-width:820px){.cr-desktop-header{display:none}.cr-mobile-header{min-height:60px;border-bottom-color:var(--cr-line);background:rgb(244 240 231/.92)}.cr-mobile-header .cr-wordmark{font-size:24px}.cr-mobile-tools{display:flex;align-items:center;gap:8px}.cr-main{width:min(100% - 24px,720px);padding:25px 0 104px}.cr-bottom-nav{border-color:#bfb8aa;background:rgb(255 253 248/.96);box-shadow:0 16px 42px rgb(9 10 11/.16)}.cr-bottom-link.is-active{background:var(--cr-accent);color:var(--cr-ink)}.cr-page-header h1{font-size:34px}}@media(max-width:560px){.cr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cr-metric-card{min-height:108px}.cr-card-grid{grid-template-columns:1fr}.cr-opportunity-card{min-height:268px}.cr-opportunity-thumb{min-height:120px}.cr-list-card{grid-template-columns:54px minmax(0,1fr)}.cr-list-visual{width:54px;height:64px;min-height:64px}.cr-onboarding-grid{margin-right:-11px;padding-right:11px}}.cr-nav-link.is-active{border-color:var(--cr-line);background:#f7f2e8;color:var(--cr-ink);box-shadow:inset 3px 0 0 var(--cr-accent)}.cr-nav-link.is-active:hover{border-color:var(--cr-line-strong);background:#f7f2e8}@media (max-width:820px){.cr-bottom-link.is-active{background:#f7f2e8;color:var(--cr-ink);box-shadow:inset 0 3px 0 var(--cr-accent)}}.cr-profile-row>.cr-platform-account{min-width:0;display:flex;align-items:center;gap:12px}.cr-platform-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid var(--cr-line);border-radius:12px;background:#fff;box-shadow:0 2px 8px rgb(15 23 42/.04)}.cr-platform-icon img{width:22px;height:22px;object-fit:contain}.cr-platform-copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.cr-platform-row{min-height:56px}@media (max-width:560px){.cr-platform-row{gap:10px}.cr-platform-icon{width:36px;height:36px;flex-basis:36px}}.cr-tabs{gap:20px}.cr-tab{position:relative;padding:8px 0 10px;border-radius:0;background:transparent;color:var(--cr-muted)}.cr-tab.is-active{background:transparent;color:var(--cr-ink)}.cr-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:var(--cr-ink)}.cr-filter-chip.is-active{border-color:var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-progress>span{background:var(--cr-ink)}.cr-work-card:hover .cr-progress>span{background:#292b29}.cr-metric-card--accent{border-color:var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-metric-card--accent:after{display:none}.cr-inline-note--green{border-color:var(--cr-line);background:#f1ece2;color:var(--cr-ink-soft)}.cr-onboarding-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;overflow:visible;padding:0;scroll-snap-type:none}.cr-onboarding-step{min-height:330px;scroll-snap-align:none}.cr-onboarding-step:before{margin-bottom:26px}.cr-step-number{border:1px solid var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-onboarding-step .cr-button{margin-top:12px}.cr-onboarding-step .cr-button--dark{border-color:var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-onboarding-step .cr-button--secondary{border-color:var(--cr-line-strong);background:var(--cr-surface);color:var(--cr-ink)}.cr-onboarding-step .cr-button:disabled{border-color:var(--cr-line);background:#eee9df;color:#929087}@media (max-width:1080px){.cr-onboarding-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.cr-tabs{gap:16px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.cr-tabs::-webkit-scrollbar{display:none}.cr-tab{flex:0 0 auto}.cr-onboarding-grid{grid-template-columns:1fr;margin-right:0;padding-right:0}.cr-onboarding-step{min-height:300px}}@media (max-width:820px){.cr-app{width:100%;min-width:0;overflow-x:hidden}.cr-sidebar{display:none}.cr-stage{margin-left:0}.cr-mobile-header,.cr-stage{width:100%;min-width:0}.cr-main{width:min(calc(100% - 24px),720px);min-width:0;margin-inline:auto;padding:24px 0 104px}.cr-card-grid,.cr-detail-grid,.cr-grid-2,.cr-list,.cr-list-card,.cr-main>*,.cr-onboarding-grid,.cr-onboarding-step,.cr-page-header,.cr-page-header>*,.cr-panel,.cr-profile-section,.cr-profile-sections,.cr-section,.cr-stats-grid,.cr-work-card{min-width:0;max-width:100%}.cr-page-header{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:14px;gap:14px}.cr-page-header-action,.cr-page-header-action .cr-button{width:100%}.cr-detail-grid,.cr-grid-2,.cr-profile-sections{grid-template-columns:minmax(0,1fr)}.cr-side-card{position:static}.cr-bottom-nav{left:10px;right:10px;width:auto;max-width:calc(100vw - 20px)}.cr-filter-row,.cr-tabs{max-width:100%}.cr-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cr-tabs::-webkit-scrollbar{display:none}.cr-tab{flex:0 0 auto}.cr-action-card{grid-template-columns:auto minmax(0,1fr)}.cr-action-card .cr-button{grid-column:1/-1;width:100%}.cr-profile-hero{grid-template-columns:auto minmax(0,1fr)}.cr-profile-hero>:last-child{grid-column:1/-1;width:100%}.cr-profile-hero>:last-child .cr-button{width:100%}}@media (max-width:560px){.cr-main{width:calc(100% - 20px);padding-top:22px}.cr-mobile-header{padding-inline:14px}.cr-page-header h1{font-size:clamp(32px,10vw,40px);overflow-wrap:anywhere}.cr-page-header>div>p:not(.cr-eyebrow){font-size:13px;line-height:1.5}.cr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cr-metric-card{min-height:112px;padding:15px}.cr-metric-card strong{font-size:clamp(22px,7vw,28px);overflow-wrap:anywhere}.cr-capability-grid,.cr-card-grid,.cr-onboarding-grid,.cr-reward-box,.cr-track-metrics{grid-template-columns:minmax(0,1fr)}.cr-list-card,.cr-work-card{grid-template-columns:52px minmax(0,1fr);gap:12px}.cr-list-visual{width:52px;min-width:52px;height:64px;min-height:64px}.cr-list-card-aside,.cr-work-progress{grid-column:1/-1;width:100%;min-width:0;justify-items:stretch;text-align:left}.cr-list-card-aside{padding-top:12px;border-top:1px solid var(--cr-line)}.cr-list-card-aside .cr-pill,.cr-work-progress small{justify-self:start}.cr-earning-row{grid-template-columns:auto minmax(0,1fr)}.cr-earning-amount{grid-column:1/-1;min-width:0;justify-items:start;padding-top:10px;border-top:1px solid var(--cr-line)}.cr-track-metrics>div{padding:0 0 10px;border-right:0;border-bottom:1px solid var(--cr-line)}.cr-track-metrics>div:last-child{border-bottom:0}.cr-onboarding-grid{margin-right:0;padding-right:0;overflow:visible}.cr-onboarding-step{min-height:0}}@media (max-width:390px){.cr-main{width:calc(100% - 16px)}.cr-stats-grid{grid-template-columns:minmax(0,1fr)}.cr-bottom-link span{font-size:8px}}@media (max-width:560px){.cr-main{padding-bottom:calc(126px + env(safe-area-inset-bottom))}.cr-page-header h1{font-size:32px;line-height:.98}.cr-main .cr-stats-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important}.cr-main .cr-stats-grid>*{width:auto!important;min-width:0!important;max-width:none!important;grid-column:auto!important}.cr-metric-card{min-height:118px;padding:13px}.cr-metric-card>span{font-size:10px}.cr-metric-card strong{font-size:clamp(22px,7vw,29px)}.cr-metric-card small{font-size:9px;line-height:1.3}.cr-metric-card--accent strong{font-size:clamp(18px,5.4vw,24px);overflow-wrap:anywhere}.cr-action-card .cr-button{border-color:#fffdf8;background:#fffdf8;color:var(--cr-ink)}.cr-filter-row{flex-wrap:nowrap;overflow-x:auto;margin-right:-11px;padding-right:11px;padding-bottom:5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cr-filter-row::-webkit-scrollbar{display:none}.cr-filter-chip{flex:0 0 auto}.cr-bottom-nav{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom))}.cr-mini-bars span{background:var(--cr-ink)!important}.cr-mini-bars span:nth-child(9){background:var(--cr-accent)!important}}@media (max-width:350px){.cr-main .cr-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.cr-metric-card{min-height:108px;padding:11px}.cr-metric-card strong{font-size:21px}.cr-metric-card--accent strong{font-size:17px}.cr-metric-card small{font-size:8px}}.cr-filter-chip,.cr-tab{font:inherit;cursor:pointer}.cr-tab{border:0}.cr-filter-chip:focus-visible,.cr-tab:focus-visible{outline:3px solid var(--cr-accent);outline-offset:2px}.cr-money-help{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.cr-money-help>div{padding-bottom:14px;border-bottom:1px solid var(--cr-line)}.cr-money-help>div:last-child{padding-bottom:0;border-bottom:0}.cr-money-help p{margin:7px 0 0;color:var(--cr-muted);font-size:11px;line-height:1.55}.cr-capability .cr-text-link{display:inline-flex;margin-top:10px}.cr-guided-setup{display:grid;grid-gap:18px;gap:18px}.cr-guided-progress{padding:18px 20px;border:1px solid var(--cr-line);border-radius:14px;background:var(--cr-surface)}.cr-guided-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:10px}.cr-guided-progress span{color:var(--cr-muted);font-size:11px;font-weight:800}.cr-guided-progress strong{font-size:14px}.cr-guided-current{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px;border-color:var(--cr-ink);background:var(--cr-ink);color:#fff}.cr-guided-current h2{margin:14px 0 0;font-size:28px;letter-spacing:-.04em}.cr-guided-current p{max-width:620px;margin:9px 0 0;color:#c9c7c0;font-size:13px;line-height:1.55}.cr-guided-current .cr-button{flex:0 0 auto}.cr-guided-list{padding:22px;border:1px solid var(--cr-line);border-radius:16px;background:var(--cr-surface)}.cr-guided-list>h2{margin:0 0 16px;font-size:18px}.cr-guided-list article{display:grid;grid-template-columns:38px 1fr;grid-gap:14px;gap:14px;padding:15px 0;border-bottom:1px solid var(--cr-line)}.cr-guided-list article:last-child{border-bottom:0}.cr-guided-list strong{font-size:13px}.cr-guided-list p{margin:5px 0 0;color:var(--cr-muted);font-size:11px;line-height:1.5}.cr-action-card .cr-button{white-space:nowrap}.f6p-header-actions{justify-self:end;display:flex;align-items:center;gap:9px}@media(max-width:820px){.cr-guided-current{align-items:flex-start;flex-direction:column}.cr-guided-current .cr-button{width:100%}}@media(max-width:640px){.f6p-header-actions .arus-language-switch{display:none}.cr-action-card .cr-button{white-space:normal}}.cr-runtime-tabs{display:flex;gap:6px;margin:0 0 18px;padding:5px;border:1px solid var(--cr-line);border-radius:12px;background:var(--cr-surface-soft);overflow-x:auto}.cr-runtime-tabs a{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:9px;color:var(--cr-muted);font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap}.cr-runtime-tabs a:focus-visible,.cr-runtime-tabs a:hover{border-color:var(--cr-line);background:var(--cr-surface);color:var(--cr-ink)}.cr-runtime-tabs a.is-active{border-color:#c8d936;background:var(--cr-accent);color:var(--cr-ink)}.cr-runtime-list-card .cr-list-card-aside strong{max-width:220px;font-size:11px;line-height:1.45}.cr-runtime-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:18px 0}.cr-runtime-two-col>div{padding:16px;border:1px solid var(--cr-line);border-radius:12px;background:var(--cr-surface-soft)}.cr-runtime-two-col h3{margin:0 0 10px;font-size:12px}.cr-runtime-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px;margin:16px 0}.cr-runtime-facts>div{padding:13px;border:1px solid var(--cr-line);border-radius:11px;background:var(--cr-surface-soft)}.cr-runtime-facts span,.cr-runtime-facts strong{display:block}.cr-runtime-facts span{color:var(--cr-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.cr-runtime-facts strong{margin-top:5px;font-size:11px;line-height:1.4}.cr-runtime-executions{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.cr-runtime-executions article{padding:15px;border:1px solid var(--cr-line);border-radius:12px;background:var(--cr-surface-soft)}.cr-runtime-executions article>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.cr-runtime-executions dl{margin:13px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.cr-runtime-executions dl>div{padding:9px;border-radius:9px;background:var(--cr-surface)}.cr-runtime-executions dt{color:var(--cr-muted);font-size:8px;font-weight:800;text-transform:uppercase}.cr-runtime-executions dd{margin:4px 0 0;font-size:10px;font-weight:800}.cr-side-card>.cr-button+.cr-button{margin-top:8px}@media(max-width:760px){.cr-runtime-executions dl,.cr-runtime-facts,.cr-runtime-two-col{grid-template-columns:1fr}.cr-runtime-tabs{margin-inline:-2px}}