/*
 * incentive-calc-utilities.css — GENERATED, do not edit by hand.
 * Source: scripts/build-ic-utilities.mjs
 *
 * Scoped Tailwind v4 utilities for the ported Incentive Calculator widget
 * (src/components/IncentiveCalculatorPreview.astro). Every rule is scoped under
 * [data-incentive-calculator-preview] so it only affects the widget. Tailwind's preflight reset
 * (@layer base) and @layer properties are EXCLUDED — this repo is native-CSS
 * only and preflight breaks the design. Brand color + font theme vars are
 * dropped too (the widget's own <style> maps those to Astro tokens).
 *
 * Regenerate:  node scripts/build-ic-utilities.mjs
 */

/* @property registrations for referenced --tw-* vars */
@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
@property --tw-leading{syntax:"*";inherits:false}
@property --tw-shadow-color{syntax:"*";inherits:false}
@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
@property --tw-blur{syntax:"*";inherits:false}
@property --tw-brightness{syntax:"*";inherits:false}
@property --tw-contrast{syntax:"*";inherits:false}
@property --tw-grayscale{syntax:"*";inherits:false}
@property --tw-hue-rotate{syntax:"*";inherits:false}
@property --tw-invert{syntax:"*";inherits:false}
@property --tw-saturate{syntax:"*";inherits:false}
@property --tw-sepia{syntax:"*";inherits:false}
@property --tw-drop-shadow{syntax:"*";inherits:false}
@property --tw-ease{syntax:"*";inherits:false}
@property --tw-duration{syntax:"*";inherits:false}

/* theme: structural vars */
[data-incentive-calculator-preview]{
  --color-black:#000;
  --color-white:#fff;
  --spacing:.25rem;
  --container-lg:32rem;
  --container-xl:36rem;
  --container-2xl:42rem;
  --container-3xl:48rem;
  --container-4xl:56rem;
  --container-5xl:64rem;
  --text-xs:.75rem;
  --text-xs--line-height:calc(1 / .75);
  --text-sm:.875rem;
  --text-sm--line-height:calc(1.25 / .875);
  --text-base:1rem;
  --text-base--line-height: 1.5;
  --text-lg:1.125rem;
  --text-lg--line-height:calc(1.75 / 1.125);
  --text-xl:1.25rem;
  --text-xl--line-height:calc(1.75 / 1.25);
  --font-weight-normal:400;
  --font-weight-medium:500;
  --font-weight-semibold:600;
  --font-weight-bold:700;
  --tracking-wide:.025em;
  --leading-tight:1.25;
  --leading-normal:1.5;
  --leading-relaxed:1.625;
  --radius-sm:.25rem;
  --radius-lg:.5rem;
  --radius-xl:.75rem;
  --radius-2xl:1rem;
  --ease-out:cubic-bezier(0, 0, .2, 1);
  --ease-in-out:cubic-bezier(.4, 0, .2, 1);
  --default-transition-duration:.15s;
  --default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);
  --default-font-family:var(--font-sans);
  --default-mono-font-family:var(--font-mono);
}

/* utilities */
[data-incentive-calculator-preview] .sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
[data-incentive-calculator-preview] .absolute{position:absolute}
[data-incentive-calculator-preview] .relative{position:relative}
[data-incentive-calculator-preview] .-top-10{top:calc(var(--spacing) * -10)}
[data-incentive-calculator-preview] .-right-10{right:calc(var(--spacing) * -10)}
[data-incentive-calculator-preview] .m-0{margin:calc(var(--spacing) * 0)}
[data-incentive-calculator-preview] .mx-auto{margin-inline:auto}
[data-incentive-calculator-preview] .mt-1{margin-top:calc(var(--spacing) * 1)}
[data-incentive-calculator-preview] .mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}
[data-incentive-calculator-preview] .mt-2{margin-top:calc(var(--spacing) * 2)}
[data-incentive-calculator-preview] .mt-3{margin-top:calc(var(--spacing) * 3)}
[data-incentive-calculator-preview] .mt-4{margin-top:calc(var(--spacing) * 4)}
[data-incentive-calculator-preview] .mt-6{margin-top:calc(var(--spacing) * 6)}
[data-incentive-calculator-preview] .mt-\[1\.125rem\]{margin-top:1.125rem}
[data-incentive-calculator-preview] .mb-1{margin-bottom:calc(var(--spacing) * 1)}
[data-incentive-calculator-preview] .mb-2{margin-bottom:calc(var(--spacing) * 2)}
[data-incentive-calculator-preview] .mb-3{margin-bottom:calc(var(--spacing) * 3)}
[data-incentive-calculator-preview] .mb-4{margin-bottom:calc(var(--spacing) * 4)}
[data-incentive-calculator-preview] .mb-5{margin-bottom:calc(var(--spacing) * 5)}
[data-incentive-calculator-preview] .mb-6{margin-bottom:calc(var(--spacing) * 6)}
[data-incentive-calculator-preview] .mb-7{margin-bottom:calc(var(--spacing) * 7)}
[data-incentive-calculator-preview] .mb-\[1\.125rem\]{margin-bottom:1.125rem}
[data-incentive-calculator-preview] .mb-\[1\.375rem\]{margin-bottom:1.375rem}
[data-incentive-calculator-preview] .block{display:block}
[data-incentive-calculator-preview] .flex{display:flex}
[data-incentive-calculator-preview] .grid{display:grid}
[data-incentive-calculator-preview] .inline-flex{display:inline-flex}
[data-incentive-calculator-preview] .size-1\.5{width:calc(var(--spacing) * 1.5);height:calc(var(--spacing) * 1.5)}
[data-incentive-calculator-preview] .h-2{height:calc(var(--spacing) * 2)}
[data-incentive-calculator-preview] .h-\[12\.5rem\]{height:12.5rem}
[data-incentive-calculator-preview] .h-full{height:100%}
[data-incentive-calculator-preview] .h-px{height:1px}
[data-incentive-calculator-preview] .w-\[12\.5rem\]{width:12.5rem}
[data-incentive-calculator-preview] .max-w-\[70rem\]{max-width:70rem}
[data-incentive-calculator-preview] .min-w-0{min-width:calc(var(--spacing) * 0)}
[data-incentive-calculator-preview] .flex-1{flex:1}
[data-incentive-calculator-preview] .flex-wrap{flex-wrap:wrap}
[data-incentive-calculator-preview] .items-baseline{align-items:baseline}
[data-incentive-calculator-preview] .items-center{align-items:center}
[data-incentive-calculator-preview] .items-start{align-items:flex-start}
[data-incentive-calculator-preview] .justify-between{justify-content:space-between}
[data-incentive-calculator-preview] .gap-1{gap:calc(var(--spacing) * 1)}
[data-incentive-calculator-preview] .gap-1\.5{gap:calc(var(--spacing) * 1.5)}
[data-incentive-calculator-preview] .gap-2{gap:calc(var(--spacing) * 2)}
[data-incentive-calculator-preview] .gap-3{gap:calc(var(--spacing) * 3)}
[data-incentive-calculator-preview] .gap-4{gap:calc(var(--spacing) * 4)}
[data-incentive-calculator-preview] .gap-7{gap:calc(var(--spacing) * 7)}
[data-incentive-calculator-preview] .gap-x-2{column-gap:calc(var(--spacing) * 2)}
[data-incentive-calculator-preview] .gap-y-1{row-gap:calc(var(--spacing) * 1)}
[data-incentive-calculator-preview] .overflow-hidden{overflow:hidden}
[data-incentive-calculator-preview] .rounded-full{border-radius:3.40282e38px}
[data-incentive-calculator-preview] .rounded-lg{border-radius:var(--radius-lg)}
[data-incentive-calculator-preview] .rounded-xl{border-radius:var(--radius-xl)}
[data-incentive-calculator-preview] .border{border-style:var(--tw-border-style);border-width:1px}
[data-incentive-calculator-preview] .border-t{border-top-style:var(--tw-border-style);border-top-width:1px}
[data-incentive-calculator-preview] .border-\[\#d8dcff\]{border-color:#d8dcff}
[data-incentive-calculator-preview] .border-border{border-color:var(--color-border)}
[data-incentive-calculator-preview] .border-white\/20{border-color:#fff3}
[data-incentive-calculator-preview] .bg-\[\#27ffed\]{background-color:#27ffed}
[data-incentive-calculator-preview] .bg-\[\#27ffed\]\/15{background-color:#27ffed26}
[data-incentive-calculator-preview] .bg-border{background-color:var(--color-border)}
[data-incentive-calculator-preview] .bg-brand{background-color:var(--color-brand)}
[data-incentive-calculator-preview] .bg-surface{background-color:var(--color-surface)}
[data-incentive-calculator-preview] .bg-white{background-color:var(--color-white)}
[data-incentive-calculator-preview] .p-1{padding:calc(var(--spacing) * 1)}
[data-incentive-calculator-preview] .p-4{padding:calc(var(--spacing) * 4)}
[data-incentive-calculator-preview] .p-5{padding:calc(var(--spacing) * 5)}
[data-incentive-calculator-preview] .px-0{padding-inline:calc(var(--spacing) * 0)}
[data-incentive-calculator-preview] .py-10{padding-block:calc(var(--spacing) * 10)}
[data-incentive-calculator-preview] .pt-5{padding-top:calc(var(--spacing) * 5)}
[data-incentive-calculator-preview] .pb-16{padding-bottom:calc(var(--spacing) * 16)}
[data-incentive-calculator-preview] .font-display{font-family:var(--font-display)}
[data-incentive-calculator-preview] .font-inter-medium{font-family:var(--font-inter-medium)}
[data-incentive-calculator-preview] .text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}
[data-incentive-calculator-preview] .text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}
[data-incentive-calculator-preview] .text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}
[data-incentive-calculator-preview] .text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}
[data-incentive-calculator-preview] .text-\[0\.6875rem\]{font-size:.6875rem}
[data-incentive-calculator-preview] .text-\[1\.3rem\]{font-size:1.3rem}
[data-incentive-calculator-preview] .text-\[1\.75rem\]{font-size:1.75rem}
[data-incentive-calculator-preview] .text-\[1\.375rem\]{font-size:1.375rem}
[data-incentive-calculator-preview] .leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}
[data-incentive-calculator-preview] .leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}
[data-incentive-calculator-preview] .leading-\[0\.95\]{--tw-leading:.95;line-height:.95}
[data-incentive-calculator-preview] .leading-\[1\.4\]{--tw-leading:1.4;line-height:1.4}
[data-incentive-calculator-preview] .leading-\[1\.55\]{--tw-leading:1.55;line-height:1.55}
[data-incentive-calculator-preview] .leading-none{--tw-leading:1;line-height:1}
[data-incentive-calculator-preview] .leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}
[data-incentive-calculator-preview] .tracking-\[0\.08em\]{--tw-tracking:.08em;letter-spacing:.08em}
[data-incentive-calculator-preview] .tracking-\[0\.075em\]{--tw-tracking:.075em;letter-spacing:.075em}
[data-incentive-calculator-preview] .text-\[\#8ffff0\]{color:#8ffff0}
[data-incentive-calculator-preview] .text-body{color:var(--color-body)}
[data-incentive-calculator-preview] .text-brand{color:var(--color-brand)}
[data-incentive-calculator-preview] .text-heading{color:var(--color-heading)}
[data-incentive-calculator-preview] .text-muted{color:var(--color-muted)}
[data-incentive-calculator-preview] .text-red-700{color:var(--color-red-700)}
[data-incentive-calculator-preview] .text-white{color:var(--color-white)}
[data-incentive-calculator-preview] .text-white\/70{color:#ffffffb3}
[data-incentive-calculator-preview] .text-white\/75{color:#ffffffbf}
[data-incentive-calculator-preview] .text-white\/80{color:#fffc}
[data-incentive-calculator-preview] .text-white\/85{color:#ffffffd9}
[data-incentive-calculator-preview] .text-white\/90{color:#ffffffe6}
[data-incentive-calculator-preview] .uppercase{text-transform:uppercase}
[data-incentive-calculator-preview] .shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}
[data-incentive-calculator-preview] .blur-\[40px\]{--tw-blur:blur(40px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}
[data-incentive-calculator-preview] .transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}
@media not all and (min-width:1146px){
[data-incentive-calculator-preview] .max-\[1146px\]\:px-4{padding-inline:calc(var(--spacing) * 4)}
}
@media(min-width:480px){
[data-incentive-calculator-preview] .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
[data-incentive-calculator-preview] .sm\:p-6{padding:calc(var(--spacing) * 6)}
}
@media(min-width:80rem){
[data-incentive-calculator-preview] .xl\:grid-cols-\[minmax\(0\,0\.95fr\)_minmax\(0\,1\.05fr\)\]{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}
[data-incentive-calculator-preview] .xl\:items-start{align-items:flex-start}
}
