{"version":3,"sources":["tokens.css","loader.css"],"names":[],"mappings":"AAgBA,MAEE,oBAAqB,CACrB,0BAA2B,CAC3B,yBAA0B,CAC1B,0BAA2B,CAC3B,yBAA0B,CAC1B,6BAA8B,CAG9B,mBAAoB,CACpB,yBAA0B,CAC1B,wBAAyB,CACzB,yBAA0B,CAC1B,wBAAyB,CACzB,4BAA6B,CAG7B,oBAAqB,CACrB,yBAA0B,CAC1B,0BAA2B,CAC3B,yBAA0B,CAG1B,oBAAqB,CACrB,yBAA0B,CAC1B,0BAA2B,CAC3B,yBAA0B,CAG1B,iBAAkB,CAClB,sBAAuB,CACvB,uBAAwB,CACxB,sBAAuB,CAGvB,2CAAgD,CAChD,0CAA+C,CAC/C,2CAAgD,CAChD,wCAA6C,CAC7C,8CAAoD,CAGpD,uBAAwB,CAGxB,iBAAkB,CAClB,uBAAwB,CACxB,wBAAyB,CAGzB,mBAAoB,CACpB,yBAA0B,CAG1B,sBAAuB,CACvB,oBAAqB,CACrB,qBAAsB,CACtB,sBAAuB,CACvB,mBAAoB,CACpB,uBACF,CAGA,MACE,oBAAqB,CACrB,0BAA2B,CAC3B,yBAA0B,CAC1B,0BAA2B,CAC3B,yBAA0B,CAC1B,6BAA8B,CAE9B,mBAAoB,CACpB,yBAA0B,CAC1B,wBAAyB,CACzB,yBAA0B,CAC1B,wBAAyB,CACzB,4BAA6B,CAE7B,oBAAqB,CACrB,yBAA0B,CAC1B,0BAA2B,CAC3B,yBAA0B,CAE1B,oBAAqB,CACrB,yBAA0B,CAC1B,0BAA2B,CAC3B,yBAA0B,CAE1B,iBAAkB,CAClB,sBAAuB,CACvB,uBAAwB,CACxB,sBAAuB,CAEvB,2CAAgD,CAChD,0CAA+C,CAC/C,4CAAiD,CACjD,yCAA8C,CAC9C,+CAAoD,CAEpD,uBAAwB,CAExB,iBAAkB,CAClB,uBAAwB,CACxB,wBAAyB,CAEzB,mBAAoB,CACpB,yBACF,CC3HA,SACE,2CAA4C,CAC5C,mCACF,CACA,eACE,gDAAiD,CACjD,wCACF,CAEA,0BACE,GACE,+BAAiC,CACjC,uBACF,CACF,CAEA,kBACE,GACE,+BAAiC,CACjC,uBACF,CACF,CACA,wBACE,GACE,sBAAwB,CACxB,mBACF,CACA,IACE,uBAAyB,CACzB,qBACF,CACA,GACE,uBAAyB,CACzB,sBACF,CACF,CACA,gBACE,GACE,sBAAwB,CACxB,mBACF,CACA,IACE,uBAAyB,CACzB,qBACF,CACA,GACE,uBAAyB,CACzB,sBACF,CACF","file":"react-tailwind.css","sourcesContent":["/*\n * Design tokens for @pk-design/react-tailwind.\n *\n * Override any variable in your app's CSS to rebrand the entire library:\n *\n *   :root {\n *     --ui-primary:         #7c3aed;\n *     --ui-primary-hover:   #6d28d9;\n *     --ui-primary-ring:    #7c3aed;\n *     --ui-primary-light:   #f5f3ff;\n *     --ui-primary-text:    #5b21b6;\n *     --ui-primary-disabled:#c4b5fd;\n *   }\n */\n\n/* ─── Light mode ────────────────────────────────────────────────────────────── */\n:root {\n  /* Primary (blue-600 family) */\n  --ui-primary: #2563eb;\n  --ui-primary-hover: #1d4ed8;\n  --ui-primary-ring: #2563eb;\n  --ui-primary-light: #eff6ff;\n  --ui-primary-text: #1d4ed8;\n  --ui-primary-disabled: #93c5fd;\n\n  /* Danger (red-600 family) */\n  --ui-danger: #dc2626;\n  --ui-danger-hover: #b91c1c;\n  --ui-danger-ring: #dc2626;\n  --ui-danger-light: #fef2f2;\n  --ui-danger-text: #991b1b;\n  --ui-danger-disabled: #fca5a5;\n\n  /* Success (green-600 family) */\n  --ui-success: #16a34a;\n  --ui-success-ring: #16a34a;\n  --ui-success-light: #f0fdf4;\n  --ui-success-text: #15803d;\n\n  /* Warning (amber-600 family) */\n  --ui-warning: #d97706;\n  --ui-warning-ring: #d97706;\n  --ui-warning-light: #fffbeb;\n  --ui-warning-text: #92400e;\n\n  /* Info (same as primary by default) */\n  --ui-info: #2563eb;\n  --ui-info-ring: #2563eb;\n  --ui-info-light: #eff6ff;\n  --ui-info-text: #1d4ed8;\n\n  /* Badge / Alert ring colors (with opacity pre-baked) */\n  --ui-success-ring-subtle: rgba(22, 163, 74, 0.2);\n  --ui-danger-ring-subtle: rgba(220, 38, 38, 0.2);\n  --ui-warning-ring-subtle: rgba(217, 119, 6, 0.2);\n  --ui-info-ring-subtle: rgba(37, 99, 235, 0.2);\n  --ui-secondary-ring-subtle: rgba(107, 114, 128, 0.2);\n\n  /* Global focus ring */\n  --ui-focus-ring: #2563eb;\n\n  /* Neutral text (used by BodyText, TextContent, HeadingText) */\n  --ui-text: #111827; /* gray-900 */\n  --ui-text-muted: #6b7280; /* gray-500 */\n  --ui-text-danger: #ef4444; /* red-500 */\n\n  /* Neutral structural borders (containers, dividers — not interactive form controls) */\n  --ui-border: #e5e7eb; /* gray-200 */\n  --ui-border-muted: #f3f4f6; /* gray-100 */\n\n  /* Border radius scale */\n  --ui-radius-sm: 0.25rem;\n  --ui-radius: 0.375rem;\n  --ui-radius-md: 0.5rem;\n  --ui-radius-lg: 0.75rem;\n  --ui-radius-xl: 1rem;\n  --ui-radius-full: 9999px;\n}\n\n/* ─── Dark mode overrides ───────────────────────────────────────────────────── */\n.dark {\n  --ui-primary: #3b82f6;\n  --ui-primary-hover: #2563eb;\n  --ui-primary-ring: #3b82f6;\n  --ui-primary-light: #1e3a8a;\n  --ui-primary-text: #93c5fd;\n  --ui-primary-disabled: #1e40af;\n\n  --ui-danger: #ef4444;\n  --ui-danger-hover: #dc2626;\n  --ui-danger-ring: #ef4444;\n  --ui-danger-light: #7f1d1d;\n  --ui-danger-text: #fca5a5;\n  --ui-danger-disabled: #991b1b;\n\n  --ui-success: #22c55e;\n  --ui-success-ring: #22c55e;\n  --ui-success-light: #14532d;\n  --ui-success-text: #86efac;\n\n  --ui-warning: #f59e0b;\n  --ui-warning-ring: #f59e0b;\n  --ui-warning-light: #78350f;\n  --ui-warning-text: #fcd34d;\n\n  --ui-info: #3b82f6;\n  --ui-info-ring: #3b82f6;\n  --ui-info-light: #1e3a8a;\n  --ui-info-text: #93c5fd;\n\n  --ui-success-ring-subtle: rgba(34, 197, 94, 0.2);\n  --ui-danger-ring-subtle: rgba(239, 68, 68, 0.2);\n  --ui-warning-ring-subtle: rgba(245, 158, 11, 0.2);\n  --ui-info-ring-subtle: rgba(59, 130, 246, 0.2);\n  --ui-secondary-ring-subtle: rgba(156, 163, 175, 0.2);\n\n  --ui-focus-ring: #3b82f6;\n\n  --ui-text: #f3f4f6; /* gray-100 */\n  --ui-text-muted: #9ca3af; /* gray-400 */\n  --ui-text-danger: #f87171; /* red-400 */\n\n  --ui-border: #374151; /* gray-700 */\n  --ui-border-muted: #374151; /* gray-700 */\n}\n","/* SVG spinner icon animation */\n.spinner {\n  -webkit-animation: rotate 2s linear infinite;\n  animation: rotate 2s linear infinite;\n}\n.spinner .path {\n  -webkit-animation: dash 1.5s ease-in-out infinite;\n  animation: dash 1.5s ease-in-out infinite;\n}\n\n@-webkit-keyframes rotate {\n  100% {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg);\n  }\n}\n\n@keyframes rotate {\n  100% {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg);\n  }\n}\n@-webkit-keyframes dash {\n  0% {\n    stroke-dasharray: 1, 150;\n    stroke-dashoffset: 0;\n  }\n  50% {\n    stroke-dasharray: 90, 150;\n    stroke-dashoffset: -35;\n  }\n  100% {\n    stroke-dasharray: 90, 150;\n    stroke-dashoffset: -124;\n  }\n}\n@keyframes dash {\n  0% {\n    stroke-dasharray: 1, 150;\n    stroke-dashoffset: 0;\n  }\n  50% {\n    stroke-dasharray: 90, 150;\n    stroke-dashoffset: -35;\n  }\n  100% {\n    stroke-dasharray: 90, 150;\n    stroke-dashoffset: -124;\n  }\n}\n"]}