:root{
/* Radii — the site is deliberately near-square on controls, soft on containers */
--radius-sm:0.125rem;   /* rounded-sm — every button, input, tab */
--radius-md:0.375rem;   /* rounded — small file chips */
--radius-lg:0.5rem;     /* rounded-lg — inner panels, FAQ rows */
--radius-xl:0.75rem;    /* rounded-xl — cards, modals, media */
--radius-pill:9999px;   /* pills, filter chips, icon circles */

--border-width:1px;
--border-width-strong:2px;  /* outline buttons, filter borders */
--border-width-frame:4px;   /* founder portrait frame */

/* Shadows — soft, neutral, no colored glow except the hero CTA */
--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);
--shadow-md:0 4px 6px -1px rgba(0,0,0,0.10),0 2px 4px -2px rgba(0,0,0,0.10);
--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.10),0 4px 6px -4px rgba(0,0,0,0.10);
--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.10),0 8px 10px -6px rgba(0,0,0,0.10);
--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25);
--shadow-accent:0 10px 15px -3px rgba(119,201,131,0.20);

/* Blur — glass is used for anything floating over the topo background */
--blur-sm:4px;
--blur-md:12px;
--blur-xl:24px;
--blur-glow:48px;

/* Motion */
--duration-fast:150ms;/* @kind other */
--duration-base:300ms;/* @kind other */
--duration-slow:500ms;/* @kind other */
--ease-default:cubic-bezier(0.4,0,0.2,1);/* @kind other */
--ease-in-out:ease-in-out;/* @kind other */
--marquee-duration:30s;/* @kind other */
--marquee-duration-slow:40s;/* @kind other */
--scale-hover:1.02;/* @kind other */
--scale-press:0.98;/* @kind other */
}
