/* makerypro.com — design tokens from the MakeryPro design system (reference/tokens),
   with the fonts self-hosted: the handoff imported them from Google Fonts, which
   would hand every visitor's IP to Google on a page promising not to share it. */
:root{
--ink-950:#0B0B0C;--ink-900:#131315;--ink-800:#1D1D20;--ink-700:#2C2C31;--ink-600:#3E3E45;
--gray-500:#6B6B73;--gray-400:#8A8A93;--gray-300:#A8A8B0;--gray-250:#C6C6CC;--gray-200:#D9D9DE;
--gray-150:#E5E5E9;--gray-100:#EDEDEF;--gray-75:#F2F2F4;--gray-50:#F7F7F8;--white:#FFFFFF;
--blue-700:#1B47C4;--blue-600:#2456E6;--blue-500:#2F6BFF;--blue-300:#7FA3FF;--blue-100:#DEE7FF;--blue-50:#F0F4FF;
--green-600:#0F7A52;--green-500:#16A06B;--green-100:#DCF3E8;
--amber-600:#A45B04;--amber-500:#D98207;--amber-100:#FBEBD3;
--red-600:#BE2F28;--red-500:#E04A42;--red-100:#FBE3E1;
--violet-500:#6C4BE0;--violet-100:#E9E3FC;
--surface-canvas:var(--gray-100);
--surface-card:var(--white);
--surface-sunken:var(--gray-75);
--surface-rail:var(--ink-950);
--surface-inverse:var(--ink-900);
--surface-hover:var(--gray-75);
--surface-active:var(--gray-150);
--surface-selected:var(--blue-50);
--surface-overlay:rgba(11,11,12,.44);
--surface-glass:rgba(255,255,255,.72);
--text-title:var(--ink-950);
--text-body:var(--ink-800);
--text-muted:var(--gray-500);
--text-subtle:var(--gray-400);
--text-inverse:var(--white);
--text-inverse-muted:var(--gray-300);
--text-link:var(--blue-600);
--text-danger:var(--red-600);
--text-success:var(--green-600);
--border-subtle:var(--gray-150);
--border-default:var(--gray-200);
--border-strong:var(--gray-250);
--border-focus:var(--blue-500);
--border-inverse:rgba(255,255,255,.14);
--action-primary:var(--ink-950);
--action-primary-hover:var(--ink-800);
--action-primary-active:var(--ink-700);
--action-accent:var(--blue-500);
--action-accent-hover:var(--blue-600);
--action-danger:var(--red-500);
--focus-ring:rgba(47,107,255,.28);
--file-obj:var(--blue-500);--file-stl:var(--violet-500);--file-3mf:var(--green-500);
--file-svg:var(--amber-500);--file-dxf:var(--red-500);--file-other:var(--gray-400);
}
:root{
--font-sans:"Instrument Sans","Helvetica Neue",Arial,sans-serif;
--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
--font-display:var(--font-sans);
--text-2xs:11px;--text-xs:12px;--text-sm:13px;--text-md:14px;--text-lg:16px;
--text-xl:18px;--text-2xl:22px;--text-3xl:28px;--text-4xl:36px;--text-5xl:48px;
--leading-tight:1.15;--leading-snug:1.3;--leading-normal:1.45;--leading-relaxed:1.6;
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;
--tracking-display:-0.022em;--tracking-title:-0.014em;--tracking-body:-0.006em;--tracking-label:0.06em;
--type-display:var(--weight-bold) var(--text-5xl)/var(--leading-tight) var(--font-display);
--type-h1:var(--weight-semibold) var(--text-3xl)/var(--leading-tight) var(--font-display);
--type-h2:var(--weight-semibold) var(--text-2xl)/var(--leading-snug) var(--font-display);
--type-h3:var(--weight-semibold) var(--text-xl)/var(--leading-snug) var(--font-sans);
--type-body:var(--weight-regular) var(--text-md)/var(--leading-normal) var(--font-sans);
--type-body-sm:var(--weight-regular) var(--text-sm)/var(--leading-normal) var(--font-sans);
--type-label:var(--weight-medium) var(--text-sm)/1.2 var(--font-sans);
--type-caption:var(--weight-regular) var(--text-xs)/1.35 var(--font-sans);
--type-overline:var(--weight-semibold) var(--text-2xs)/1.2 var(--font-sans);
--type-mono:var(--weight-medium) var(--text-xs)/1.35 var(--font-mono);
}
:root{
--space-0:0px;--space-1:2px;--space-2:4px;--space-3:6px;--space-4:8px;--space-5:10px;
--space-6:12px;--space-7:14px;--space-8:16px;--space-10:20px;--space-12:24px;
--space-14:28px;--space-16:32px;--space-20:40px;--space-24:48px;--space-32:64px;--space-40:80px;
--rail-width:60px;--sidebar-width:264px;--panel-width:340px;
--topbar-height:56px;--row-height:36px;--shell-gap:8px;
--control-h-sm:30px;--control-h-md:36px;--control-h-lg:44px;
--container-max:1280px;
}
:root{
--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:12px;
--radius-2xl:16px;--radius-3xl:20px;--radius-4xl:28px;--radius-full:999px;
--radius-control:var(--radius-lg);
--radius-card:var(--radius-xl);
--radius-panel:var(--radius-2xl);
--radius-shell:var(--radius-3xl);
--radius-pill:var(--radius-full);
}
:root{
--shadow-none:none;
--shadow-hairline:0 0 0 1px var(--border-subtle);
--shadow-xs:0 1px 2px rgba(11,11,12,.06);
--shadow-sm:0 1px 2px rgba(11,11,12,.05),0 1px 3px rgba(11,11,12,.05);
--shadow-md:0 2px 4px rgba(11,11,12,.04),0 6px 16px rgba(11,11,12,.07);
--shadow-lg:0 4px 8px rgba(11,11,12,.04),0 16px 32px rgba(11,11,12,.09);
--shadow-xl:0 8px 16px rgba(11,11,12,.05),0 32px 64px rgba(11,11,12,.12);
--shadow-inset:inset 0 1px 0 rgba(255,255,255,.6);
--shadow-focus:0 0 0 3px var(--focus-ring);
--blur-glass:blur(16px); /* @kind other */
}
:root{
--ease-standard:cubic-bezier(.2,0,0,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in:cubic-bezier(.5,0,.9,.2); /* @kind other */
--duration-instant:80ms; /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-normal:180ms; /* @kind other */
--duration-slow:260ms; /* @kind other */
--duration-slower:400ms; /* @kind other */
--press-scale:.985; /* @kind other */
--transition-control:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard); /* @kind other */
}
